This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perlfunc.pod: ioctl.ph
[perl5.git] / Changes
1 Please note: This file provides a complete, temporally ordered log of
2 changes that went into every version of Perl.  If you'd like more
3 detailed information, please consult the comments in the individual
4 patches posted to the perl5-porters mailing list.  Patches for each
5 individual change may also be obtained through ftp and rsync--see
6 pod/perlhack.pod for the details.
7
8 For information on what's new in this release, see pod/perldelta.pod.
9
10 [The "CAST AND CREW" list has been moved to AUTHORS.]
11
12 NOTE: Each change entry shows the change number; who checked it into the
13 repository; when; description of the change; which branch the change
14 happened in; and the affected files.  The file lists have a short symbolic
15 indicator:
16
17             !       modified
18             +       added
19             -       deleted
20             +>      branched (from elsewhere)
21             !>      merged changes (from elsewhere)
22
23 The Message-Ids in the change entries refer to the email messages sent
24 to the perl5-porters mailing list.  You can retrieve the messages for
25 example from http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/
26
27 --------------
28 Version v5.9.X          Development release working toward v5.10
29 --------------
30
31 ____________________________________________________________________________
32 [ 24131] By: steveh                                on 2005/04/01  08:18:27
33         Log: Remove dependency on tr(1) for MinGW builds on Win32
34              
35              This leaves things slightly (more) broken for MinGW builds on Cygwin,
36              but that doesn't currently quite work in other respects and isn't
37              documented anyway.  See:
38              
39              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-03/msg00751.html
40      Branch: perl
41            ! pod/perl592delta.pod win32/makefile.mk
42 ____________________________________________________________________________
43 [ 24130] By: rgs                                   on 2005/04/01  07:47:26
44         Log: Regenerate perltoc and perlmodlib
45      Branch: perl
46            ! pod/perlmodlib.pod pod/perltoc.pod
47 ____________________________________________________________________________
48 [ 24129] By: rgs                                   on 2005/04/01  07:36:04
49         Log: POD fixes.
50      Branch: perl
51            ! pod/perlfaq1.pod
52 ____________________________________________________________________________
53 [ 24128] By: rgs                                   on 2005/04/01  07:19:27
54         Log: FAQ sync.
55      Branch: perl
56            ! pod/perlfaq.pod pod/perlfaq3.pod pod/perlfaq4.pod
57            ! pod/perlfaq6.pod pod/perlfaq7.pod
58 ____________________________________________________________________________
59 [ 24127] By: rgs                                   on 2005/04/01  07:14:22
60         Log: Add a note about installhtml
61      Branch: perl
62            ! pod/perltodo.pod
63 ____________________________________________________________________________
64 [ 24126] By: rgs                                   on 2005/03/31  21:51:28
65         Log: Subject: [PATCH] pp_pack.c warnings on VMS
66              From: "Craig A. Berry" <craigberry@mac.com>
67              Date: Thu, 31 Mar 2005 14:51:05 -0600
68              Message-ID: <424C62B9.2030601@mac.com>
69      Branch: perl
70            ! pp_pack.c
71 ____________________________________________________________________________
72 [ 24125] By: rgs                                   on 2005/03/31  17:14:01
73         Log: Mention the current MinGW compilation problems
74      Branch: perl
75            ! pod/perl592delta.pod
76 ____________________________________________________________________________
77 [ 24124] By: rgs                                   on 2005/03/31  17:11:15
78         Log: Update Changes
79      Branch: perl
80            ! Changes
81 ____________________________________________________________________________
82 [ 24123] By: rgs                                   on 2005/03/31  15:52:46
83         Log: This is 5.9.2. Mostly.
84      Branch: perl
85            ! patchlevel.h pod/perlhist.pod
86 ____________________________________________________________________________
87 [ 24122] By: steveh                                on 2005/03/31  15:39:57
88         Log: Fix USE_SITECUSTOMIZE on Win32
89              
90              This fixes the problem described in:
91              
92              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-03/msg00740.html
93      Branch: perl
94            ! win32/win32.c
95 ____________________________________________________________________________
96 [ 24121] By: rgs                                   on 2005/03/31  15:24:24
97         Log: Update copyrights.
98              Well, those are generated files anyway.
99      Branch: perl
100            ! embed.h embed.pl embedvar.h global.sym perlapi.c perlapi.h
101            ! proto.h
102 ____________________________________________________________________________
103 [ 24120] By: steveh                                on 2005/03/31  14:36:44
104         Log: Add support for USE_SITECUSTOMIZE in the Win32 makefiles
105              
106              Note that this feature doesn't actually work correctly on Win32
107              until the problem described here is solved:
108              
109              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-03/msg00740.html
110      Branch: perl
111            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
112            ! win32/config.vc64 win32/makefile.mk
113 ____________________________________________________________________________
114 [ 24119] By: rgs                                   on 2005/03/31  13:52:58
115         Log: Upgrade to Module::CoreList 1.99
116      Branch: perl
117            ! lib/Module/CoreList.pm
118 ____________________________________________________________________________
119 [ 24118] By: rgs                                   on 2005/03/31  13:45:17
120         Log: More known problems.
121      Branch: perl
122            ! pod/perl592delta.pod
123 ____________________________________________________________________________
124 [ 24117] By: rgs                                   on 2005/03/31  13:10:26
125         Log: Known problems, reported by Merijn
126      Branch: perl
127            ! pod/perl592delta.pod
128 ____________________________________________________________________________
129 [ 24116] By: rgs                                   on 2005/03/31  12:45:03
130         Log: OS typo.
131      Branch: perl
132            ! pod/perl592delta.pod
133 ____________________________________________________________________________
134 [ 24115] By: rgs                                   on 2005/03/31  12:42:38
135         Log: Add a tool to generate data for Module::CoreList
136      Branch: perl
137            + Porting/corelist.pl
138            ! MANIFEST
139 ____________________________________________________________________________
140 [ 24114] By: rgs                                   on 2005/03/31  11:42:15
141         Log: More work on perldelta
142      Branch: perl
143            ! pod/perl592delta.pod
144 ____________________________________________________________________________
145 [ 24113] By: steveh                                on 2005/03/31  10:01:18
146         Log: Add support for PERL_HASH_SEED_EXPLICIT and NO_HASH_SEED in the
147              Win32 makefiles
148      Branch: perl
149            ! win32/Makefile win32/makefile.mk
150 ____________________________________________________________________________
151 [ 24112] By: rgs                                   on 2005/03/31  09:58:40
152         Log: AUTHORS update
153      Branch: perl
154            ! AUTHORS
155 ____________________________________________________________________________
156 [ 24111] By: steveh                                on 2005/03/31  09:18:23
157         Log: A few Win32 makefile tidy-ups (No real changes)
158      Branch: perl
159            ! win32/Makefile win32/makefile.mk
160 ____________________________________________________________________________
161 [ 24110] By: steveh                                on 2005/03/31  08:20:00
162         Log: Fix typo in INSTALL (s/USE_HAS_SEED_EXPLICIT/USE_HASH_SEED_EXPLICIT/)
163      Branch: perl
164            ! INSTALL
165 ____________________________________________________________________________
166 [ 24109] By: steveh                                on 2005/03/31  07:55:12
167         Log: One more Win32 compilation clean-up (for when using -DDEBUGGING)
168      Branch: perl
169            ! sv.c
170 ____________________________________________________________________________
171 [ 24108] By: steveh                                on 2005/03/31  07:36:52
172         Log: Another Win32 compilation clean-up (for when using Perl's malloc)
173      Branch: perl
174            ! malloc.c
175 ____________________________________________________________________________
176 [ 24107] By: merijn                                on 2005/03/30  17:03:19
177         Log: Now that we have the full path, we can skip the which call,
178              that might cause trouble on testdrive systems.
179      Branch: perl
180            ! hints/hpux.sh
181 ____________________________________________________________________________
182 [ 24106] By: rgs                                   on 2005/03/30  14:41:51
183         Log: Update copyrights.
184      Branch: perl
185            ! XSUB.h av.c deb.c dump.c embedvar.h gv.h handy.h hv.h
186            ! miniperlmain.c numeric.c op.h pad.c perl.h pp.h regcomp.h
187            ! regen_perly.pl scope.h sv.h thrdvar.h thread.h
188 ____________________________________________________________________________
189 [ 24105] By: merijn                                on 2005/03/30  14:25:05
190         Log: Simplify #24043 note now Configure can do -Dusesitecustomize
191      Branch: perl
192            ! INSTALL
193 ____________________________________________________________________________
194 [ 24104] By: merijn                                on 2005/03/30  14:17:40
195         Log: Support for -Dusesitecustomize
196      Branch: perl
197            ! Configure config_h.SH
198 ____________________________________________________________________________
199 [ 24102] By: merijn                                on 2005/03/30  13:43:12
200         Log: USE_STRLCAT and USE_STRLCPY now actually used
201              LIBM_VERSION_TYPE and USE_SITECUSTOMIZE are preparations
202              for future use
203      Branch: perl
204            ! handy.h
205 ____________________________________________________________________________
206 [ 24101] By: rgs                                   on 2005/03/30  13:34:11
207         Log: Subject: [PATCH] ext/Errno/Errno_pm.PL: fix for GNU hurd
208              From: Brendan O'Dea <bod@debian.org>
209              Date: Wed, 30 Mar 2005 10:30:25 +1000
210              Message-ID: <20050330003025.GA29797@londo.c47.org>
211      Branch: perl
212            ! ext/Errno/Errno_pm.PL
213 ____________________________________________________________________________
214 [ 24100] By: rgs                                   on 2005/03/30  13:16:52
215         Log: Subject: Re: PATCH: byte count feature request for unpack
216              From: perl5-porters@ton.iguana.be (Ton Hospel)
217              Date: Sun, 27 Mar 2005 18:32:11 +0000 (UTC)
218              Message-Id: <d26u7b$i3v$1@post.home.lunix>
219              
220              (rework of a patch from Arne Ahrend <aahrend@web.de>)
221      Branch: perl
222            ! pod/perldiag.pod pod/perlfunc.pod pp_pack.c t/op/pack.t
223 ____________________________________________________________________________
224 [ 24099] By: steveh                                on 2005/03/30  08:36:50
225         Log: A couple more Win32 compilation clean-ups
226      Branch: perl
227            ! win32/win32sck.c
228 ____________________________________________________________________________
229 [ 24098] By: rgs                                   on 2005/03/30  08:03:13
230         Log: Minor POD nits.
231      Branch: perl
232            ! ext/File/Glob/Glob.pm
233 ____________________________________________________________________________
234 [ 24097] By: merijn                                on 2005/03/30  07:49:46
235         Log: Subject: Re: [PATCH] 5.6 File::Glob documentation insufficient for use
236              From: Steven Schubiger <steven@accognoscere.org>
237              Date: Wed, 30 Mar 2005 03:41:03 +0200 (CEST)
238              Message-Id: <200503300141.j2U1f3EP024524@accognoscere.homeunix.org>
239      Branch: perl
240            ! ext/File/Glob/Glob.pm
241 ____________________________________________________________________________
242 [ 24096] By: steveh                                on 2005/03/29  15:18:30
243         Log: Clean-up some warnings when compiling on Win32 with VC++
244      Branch: perl
245            ! hv.c mg.c op.c pp_pack.c pp_sort.c pp_sys.c utf8.c util.c
246 ____________________________________________________________________________
247 [ 24095] By: rgs                                   on 2005/03/29  12:39:39
248         Log: Downconst external APIs
249      Branch: perl
250            ! embed.fnc gv.h op.c opcode.h opcode.pl pod/perlapi.pod proto.h
251            ! sv.c util.c
252 ____________________________________________________________________________
253 [ 24094] By: rgs                                   on 2005/03/29  09:38:39
254         Log: The core part of :
255              Subject: [PATCH] Consting seven
256              From: Andy Lester <andy@petdance.com>
257              Date: Sun, 27 Mar 2005 15:57:22 -0600
258              Message-ID: <20050327215722.GC20451@petdance.com>
259      Branch: perl
260            ! embed.fnc embed.h perl.c perlio.c pp_ctl.c proto.h regcomp.c
261            ! regexec.c util.c
262 ____________________________________________________________________________
263 [ 24093] By: steveh                                on 2005/03/29  08:48:50
264         Log: Fix Win32 compilation nit following change #24074
265      Branch: perl
266            ! util.c
267 ____________________________________________________________________________
268 [ 24092] By: steveh                                on 2005/03/29  08:22:45
269         Log: Fix PerlLIO_chsize() for platforms that don't have chsize()
270              
271              This is the patch from the end of the thread that started here:
272              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2004-09/msg00055.html
273      Branch: perl
274            ! doio.c iperlsys.h pp_sys.c
275 ____________________________________________________________________________
276 [ 24091] By: rgs                                   on 2005/03/29  07:01:40
277         Log: Fix Peek.t to work with and without DEBUG_LEAKING_SCALARS
278      Branch: perl
279            ! ext/Devel/Peek/t/Peek.t
280 ____________________________________________________________________________
281 [ 24090] By: merijn                                on 2005/03/29  07:01:11
282         Log: Make the spelling of whitespace (vs white-space and white space)
283              more consistent
284              From: Offer Kaye <offer.kaye@gmail.com>
285              Date: Thu, 17 Mar 2005 14:47:36 -0500
286              Message-ID: <5694250503171147668e73c7@mail.gmail.com>
287      Branch: perl
288            ! pod/perllocale.pod pod/perlop.pod pod/perlopentut.pod
289            ! pod/perlre.pod pod/perlxstut.pod
290 ____________________________________________________________________________
291 [ 24089] By: rgs                                   on 2005/03/29  06:14:18
292         Log: Don't #ifdef out a return statement
293      Branch: perl
294            ! pad.c
295 ____________________________________________________________________________
296 [ 24088] By: davem                                 on 2005/03/28  21:38:44
297         Log: expand -DDEBUG_LEAKING_SCALARS to instrument the creation of each SV
298      Branch: perl
299            ! dump.c ext/Devel/Peek/t/Peek.t pad.c perl.c pod/perlhack.pod
300            ! sv.c sv.h
301 ____________________________________________________________________________
302 [ 24087] By: rgs                                   on 2005/03/27  16:38:13
303         Log: Raw work on perl592delta.
304      Branch: perl
305            ! pod/perl592delta.pod
306 ____________________________________________________________________________
307 [ 24086] By: rgs                                   on 2005/03/27  13:59:02
308         Log: Subject: Re: [perl #34195] Regex: Alternations within negative lookahead assertions 
309              From: hv@crypt.org
310              Date: Thu, 24 Mar 2005 19:51:08 +0000
311              Message-Id: <200503241951.j2OJp8s18147@zen.crypt.org>
312      Branch: perl
313            ! regexec.c t/op/re_tests
314 ____________________________________________________________________________
315 [ 24085] By: rgs                                   on 2005/03/27  13:30:18
316         Log: Fix -C option of mktables (for VMS)
317              
318              Subject: Re: [PATCH] Consting five
319              From: demerphq <demerphq@gmail.com>
320              Date: Sat, 26 Mar 2005 21:45:09 +0100
321              Message-ID: <9b18b311050326124563db5113@mail.gmail.com>
322      Branch: perl
323            ! lib/unicore/mktables
324 ____________________________________________________________________________
325 [ 24084] By: davem                                 on 2005/03/26  21:25:47
326         Log: UTF-8 string substitution corrupts memory
327              The implicit call of 'require utf8' triggered by code like
328              "\x{100}" =~ /[[:print:]]/
329              wasn't saving state correctly first.
330      Branch: perl
331            ! utf8.c
332 ____________________________________________________________________________
333 [ 24083] By: rgs                                   on 2005/03/26  17:40:26
334         Log: Remove an XXX note from the public doc.
335              Hide it in the comments, instead
336      Branch: perl
337            ! pod/perlapi.pod sv.c
338 ____________________________________________________________________________
339 [ 24082] By: nicholas                              on 2005/03/26  00:21:30
340         Log: Need to return something when the compiler doesn't know that a
341              function is "noreturn".
342      Branch: perl
343            ! mg.c op.c scope.c
344 ____________________________________________________________________________
345 [ 24081] By: nicholas                              on 2005/03/25  23:46:22
346         Log: Subject: [PATCH] Consting five
347              Date: Fri, 25 Mar 2005 17:14:09 -0600
348              From: Andy Lester <andy@petdance.com>
349              Message-ID: <20050325231409.GB17660@petdance.com>
350              
351              [with modification - the extra argument to incpush was supposed to
352              be being used]
353      Branch: perl
354            ! av.c embed.fnc embed.h ext/DynaLoader/dlutils.c gv.c
355            ! intrpvar.h locale.c mg.c miniperlmain.c op.c perl.c pp_sys.c
356            ! proto.h regcomp.c thrdvar.h toke.c
357 ____________________________________________________________________________
358 [ 24080] By: rgs                                   on 2005/03/25  21:09:23
359         Log: Subject: Re: [perl #34568] Perl crashes reading past the end of a heap block while parsing foreach statement
360              From: Gurusamy Sarathy <gsar@ActiveState.com>
361              Date: Fri, 25 Mar 2005 10:31:09 -0800
362              Message-Id: <200503251831.j2PIV9A6006234@smtp3.ActiveState.com>
363      Branch: perl
364            ! op.c
365 ____________________________________________________________________________
366 [ 24079] By: rgs                                   on 2005/03/25  21:02:04
367         Log: Subject: [PATCH] Consting part 4
368              From: Andy Lester <andy@petdance.com>
369              Date: Fri, 25 Mar 2005 14:43:31 -0600
370              Message-ID: <20050325204331.GA16388@petdance.com>
371      Branch: perl
372            ! embed.fnc mg.c numeric.c op.c perlio.c pod/perlapi.pod proto.h
373            ! regcomp.c scope.c sv.c taint.c toke.c utf8.c util.c
374 ____________________________________________________________________________
375 [ 24078] By: nicholas                              on 2005/03/25  20:57:46
376         Log: FreeBSD NDBM appears to generate files ending .db, so be prepared to
377              clean this variant up as well.
378      Branch: perl
379            ! lib/Memoize/t/tie_ndbm.t
380 ____________________________________________________________________________
381 [ 24077] By: rgs                                   on 2005/03/25  18:03:00
382         Log: Remove the const qualifier from argv and env variables
383      Branch: perl
384            ! embed.fnc intrpvar.h perl.c pod/perlapi.pod proto.h
385 ____________________________________________________________________________
386 [ 24076] By: rgs                                   on 2005/03/25  14:41:46
387         Log: Subject: [PATCH] const fix-up for vms/vms.c
388              From: "Craig A. Berry" <craigberry@mac.com>
389              Date: Fri, 25 Mar 2005 09:00:06 -0600
390              Message-ID: <42442776.8030603@mac.com>
391      Branch: perl
392            ! vms/vms.c vms/vmsish.h
393 ____________________________________________________________________________
394 [ 24075] By: rgs                                   on 2005/03/25  09:24:15
395         Log: Subject: [PATCH] Re: Smoke [5.9.2] 24061 FAIL(m) linux 2.6.10-1.770_FC3 [fedora] (i686/1 cpu)
396              From: Steve Peters <steve@fisharerojo.org>
397              Date: Tue, 22 Mar 2005 17:15:23 -0600
398              Message-ID: <20050322231523.GA3083@mccoy.peters.homeunix.org>
399      Branch: perl
400            ! hints/linux.sh
401 ____________________________________________________________________________
402 [ 24074] By: rgs                                   on 2005/03/24  16:25:58
403         Log: Subject: [PATCH] Third consting batch
404              From: Andy Lester <andy@petdance.com>
405              Date: Tue, 22 Mar 2005 00:35:55 -0600
406              Message-Id: <2f14220e7101a03f7659dbe79a03b115@petdance.com>
407      Branch: perl
408            ! XSUB.h deb.c doio.c dump.c embed.fnc gv.c gv.h hv.c mg.c mg.h
409            ! minimod.pl numeric.c op.c pad.c patchlevel.h perl.c perl.h
410            ! perlio.c perliol.h perlvars.h perly.c pod/perlapi.pod
411            ! pod/perlintern.pod pp.c pp_hot.c pp_sys.c proto.h regcomp.c
412            ! regcomp.h regexec.c scope.c sv.c taint.c universal.c utf8.c
413            ! utf8.h utfebcdic.h util.c writemain.SH xsutils.c
414 ____________________________________________________________________________
415 [ 24073] By: mhx                                   on 2005/03/22  16:30:57
416         Log: Mention (un)?pack byte-order modifiers in perldelta
417      Branch: perl
418            ! pod/perl592delta.pod
419 ____________________________________________________________________________
420 [ 24072] By: rgs                                   on 2005/03/22  16:15:58
421         Log: Some updates in the new perldelta.
422      Branch: perl
423            ! pod/perl592delta.pod
424 ____________________________________________________________________________
425 [ 24071] By: rgs                                   on 2005/03/22  15:30:18
426         Log: Remove IPC::Run for 5.9.2
427      Branch: perl
428            - lib/IPC/Run.pm lib/IPC/Run/Debug.pm lib/IPC/Run/IO.pm
429            - lib/IPC/Run/Timer.pm lib/IPC/Run/Win32Helper.pm
430            - lib/IPC/Run/Win32IO.pm lib/IPC/Run/Win32Pump.pm
431            - lib/IPC/Run/t/adopt.t lib/IPC/Run/t/binmode.t
432            - lib/IPC/Run/t/bogus.t lib/IPC/Run/t/filter.t
433            - lib/IPC/Run/t/harness.t lib/IPC/Run/t/io.t
434            - lib/IPC/Run/t/kill_kill.t lib/IPC/Run/t/parallel.t
435            - lib/IPC/Run/t/pty.t lib/IPC/Run/t/pump.t lib/IPC/Run/t/run.t
436            - lib/IPC/Run/t/signal.t lib/IPC/Run/t/timeout.t
437            - lib/IPC/Run/t/timer.t lib/IPC/Run/t/win32_compile.t
438            ! MANIFEST
439 ____________________________________________________________________________
440 [ 24070] By: rgs                                   on 2005/03/22  14:53:01
441         Log: Forbid the -C option on the command-line
442              as suggested by Merijn (see [perl #34087])
443      Branch: perl
444            ! pod/perldiag.pod toke.c
445 ____________________________________________________________________________
446 [ 24069] By: rgs                                   on 2005/03/22  14:03:12
447         Log: Upgrade to PathTools 3.05
448      Branch: perl
449            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm lib/File/Spec.pm
450 ____________________________________________________________________________
451 [ 24068] By: rgs                                   on 2005/03/22  10:59:53
452         Log: Upgrade to File::Temp 0.16
453      Branch: perl
454            ! lib/File/Temp.pm lib/File/Temp/t/object.t
455            ! lib/File/Temp/t/tempfile.t
456 ____________________________________________________________________________
457 [ 24067] By: rgs                                   on 2005/03/22  10:53:39
458         Log: Revert change #24055, which was producing a segfault in installman
459              when it was trying to install perltoc.
460      Branch: perl
461            ! regexec.c t/op/re_tests
462 ____________________________________________________________________________
463 [ 24066] By: rgs                                   on 2005/03/22  09:43:44
464         Log: Fix unresolved POD link
465      Branch: perl
466            ! pod/perlfunc.pod
467 ____________________________________________________________________________
468 [ 24065] By: rgs                                   on 2005/03/22  09:21:09
469         Log: Rename ${^RE_TRIE_MAXBUFF} to ${^RE_TRIE_MAXBUF},
470              and other neatification
471      Branch: perl
472            ! pod/perl592delta.pod pod/perlvar.pod regcomp.c regcomp.h
473 ____________________________________________________________________________
474 [ 24064] By: rgs                                   on 2005/03/22  08:57:18
475         Log: Subject: [PATCH] simple optimization for SelectSaver
476              From: Alexey Tourbin <at@altlinux.ru>
477              Date: Fri, 18 Mar 2005 21:05:51 +0300
478              Message-ID: <20050318180551.GA12596@solemn.turbinal.org>
479      Branch: perl
480            ! lib/SelectSaver.pm
481 ____________________________________________________________________________
482 [ 24063] By: rgs                                   on 2005/03/22  08:53:21
483         Log: minitest fix
484      Branch: perl
485            ! t/run/fresh_perl.t
486 ____________________________________________________________________________
487 [ 24062] By: rgs                                   on 2005/03/22  07:50:28
488         Log: Add in perldelta changes about unpack A and trailing whitespace, trie
489              optimization, and debug flags for "use re".
490      Branch: perl
491            ! pod/perl592delta.pod
492 ____________________________________________________________________________
493 [ 24061] By: nicholas                              on 2005/03/21  22:52:12
494         Log: Casts needed to make VMS happy. (It gets very upset at assignments
495              between char * and unsigned char *)
496      Branch: perl
497            ! pp_pack.c
498 ____________________________________________________________________________
499 [ 24060] By: rgs                                   on 2005/03/21  21:44:37
500         Log: Subject: Re: unpack A strip patch
501              From: Ton Hospel <perl5-porters@ton.iguana.be>
502              Date: Mon, 21 Mar 2005 21:31:37 +0000 (UTC)
503              Message-Id: <d1nefp$lpe$1@post.home.lunix>
504      Branch: perl
505            ! pod/perlfunc.pod pp_pack.c t/op/pack.t
506 ____________________________________________________________________________
507 [ 24059] By: rgs                                   on 2005/03/21  21:33:16
508         Log: Subject: Re: regexp trie fails compile on VMS
509              From: demerphq <demerphq@gmail.com>
510              Date: Mon, 21 Mar 2005 22:29:09 +0100
511              Message-ID: <9b18b311050321132917a4b1c7@mail.gmail.com>
512      Branch: perl
513            ! regcomp.c regcomp.h regcomp.pl regcomp.sym regexec.c
514 ____________________________________________________________________________
515 [ 24058] By: rgs                                   on 2005/03/21  21:22:10
516         Log: Break up long lines in -V output for compile-time options
517              
518              Subject: Re: sitecustomize.pl [PATCH]
519              From: sthoenna[at]efn.org (Yitzchak Scott-Thoennes)
520              Date: Tue, 8 Mar 2005 17:46:04 -0800
521              Message-ID: <20050309014604.GA5876[at]efn.org>
522      Branch: perl
523            ! perl.c
524 ____________________________________________________________________________
525 [ 24057] By: steveh                                on 2005/03/21  17:08:26
526         Log: Oops - forgot to update MANIFEST for change 24056.
527      Branch: perl
528            ! MANIFEST
529 ____________________________________________________________________________
530 [ 24056] By: steveh                                on 2005/03/21  17:06:45
531         Log: Subject: Re: Stop mktables from needlessly re-running when using dmake on Win32
532              From: demerphq <demerphq@gmail.com>
533              Date: Tue, 8 Mar 2005 02:24:10 +0100
534              Message-ID: <9b18b311050307172455a5816e@mail.gmail.com>
535              
536              Change 24004 stopped mktables from needlessly re-running when using
537              dmake on Win32, but it can still happen when using nmake because it
538              doesn't support the .UPDATEALL attribute that was used to fix dmake.
539              e.g. Build perl, touch a core header file, then rebuild -- mktables
540              re-runs when it didn't need to, and 7 times over at that!  This change
541              alleviates the pain by making mktables exit quickly in such cases.
542      Branch: perl
543            + lib/unicore/mktables.lst
544            ! lib/unicore/mktables
545 ____________________________________________________________________________
546 [ 24055] By: rgs                                   on 2005/03/21  14:58:21
547         Log: Resubmit change #24053.
548      Branch: perl
549            ! regexec.c t/op/re_tests
550 ____________________________________________________________________________
551 [ 24054] By: rgs                                   on 2005/03/21  14:32:58
552         Log: Subject: [PATCH] Re: [perl #34493] h2ph `extern inline' problems
553              From: Alexey Tourbin <at@altlinux.ru>
554              Date: Sat, 19 Mar 2005 16:37:12 +0300
555              Message-ID: <20050319133712.GB6484@solemn.turbinal.org>
556              
557              and
558              
559              Message-ID: <20050319141457.GC6484@solemn.turbinal.org>
560      Branch: perl
561            ! t/lib/h2ph.h utils/h2ph.PL
562 ____________________________________________________________________________
563 [ 24053] By: rgs                                   on 2005/03/21  13:15:34
564         Log: Subject: Re: [perl #34195] Regex: Alternations within negative lookahead assertions 
565              From: hv@crypt.org
566              Date: Mon, 21 Feb 2005 17:59:49 +0000
567              Message-Id: <200502211759.j1LHxnC22894@zen.crypt.org>
568      Branch: perl
569            ! regexec.c t/op/re_tests
570 ____________________________________________________________________________
571 [ 24052] By: rgs                                   on 2005/03/21  10:27:44
572         Log: Subject: pack / for general types
573              From: perl5-porters@ton.iguana.be (Ton Hospel)
574              Date: Sat, 19 Mar 2005 22:00:45 +0000 (UTC)
575              Message-Id: <d1i7ed$62c$1@post.home.lunix>
576              
577              Allow "len/format" to work for any format type, not just strings.
578      Branch: perl
579            ! pod/perldiag.pod pod/perlfunc.pod pp_pack.c t/op/pack.t
580 ____________________________________________________________________________
581 [ 24051] By: rgs                                   on 2005/03/21  10:12:01
582         Log: perldelta suggestions on (un)?pack by Ton Hospel
583      Branch: perl
584            ! pod/perl592delta.pod
585 ____________________________________________________________________________
586 [ 24050] By: rgs                                   on 2005/03/21  09:59:13
587         Log: Subject: Re: bugzilla.redhat bug #101767 (threads, threads::shared)
588              From: Alexey Tourbin <at@altlinux.ru>
589              Date: Sat, 19 Mar 2005 06:10:45 +0300
590              Message-ID: <20050319031045.GN12596@solemn.turbinal.org>
591      Branch: perl
592            + ext/threads/hints/linux.pl ext/threads/shared/hints/linux.pl
593            ! MANIFEST
594 ____________________________________________________________________________
595 [ 24049] By: rgs                                   on 2005/03/21  09:39:35
596         Log: Subject: [PATCH] More consting goodness
597              From: Andy Lester <andy@petdance.com>
598              Date: Sat, 19 Mar 2005 01:28:30 -0600
599              Message-ID: <20050319072830.GA7721@petdance.com>
600      Branch: perl
601            ! deb.c dump.c embed.fnc handy.h op.c opcode.h opcode.pl perl.c
602            ! pod/perlapi.pod pp_ctl.c pp_sys.c proto.h regcomp.c regexec.c
603            ! sv.c toke.c
604 ____________________________________________________________________________
605 [ 24048] By: rgs                                   on 2005/03/20  21:20:50
606         Log: Upgrade to Math::BigInt 1.75, by Tels
607      Branch: perl
608            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
609            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
610            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
611            ! lib/Math/BigInt/t/fallback.t lib/Math/BigInt/t/mbi_rand.t
612            ! lib/Math/BigInt/t/sub_mbi.t
613 ____________________________________________________________________________
614 [ 24047] By: merijn                                on 2005/03/20  10:50:11
615         Log: Subject: [PATCH] perlrun typo (env PERLDB_OPTS)
616              From: Alexey Tourbin <at@altlinux.ru>
617              Date: Sat, 19 Mar 2005 03:40:13 +0300
618              Message-ID: <20050319004013.GJ12596@solemn.turbinal.org>
619      Branch: perl
620            ! pod/perlrun.pod
621 ____________________________________________________________________________
622 [ 24046] By: rgs                                   on 2005/03/18  21:47:54
623         Log: Remove an useless line, spotted by Andy Lester
624      Branch: perl
625            ! toke.c
626 ____________________________________________________________________________
627 [ 24045] By: rgs                                   on 2005/03/18  16:54:38
628         Log: Remove trie optimisation from the todo list
629      Branch: perl
630            ! pod/perltodo.pod
631 ____________________________________________________________________________
632 [ 24044] By: rgs                                   on 2005/03/18  15:04:39
633         Log: Subject: Re: Reworked Trie Patch
634              From: demerphq <demerphq@gmail.com>
635              Date: Mon, 14 Mar 2005 08:55:39 +0100
636              Message-ID: <9b18b31105031323557019ae1@mail.gmail.com>
637              
638              Subject: Re: Reworked Trie Patch
639              From: demerphq <demerphq@gmail.com>
640              Date: Wed, 16 Mar 2005 19:48:18 +0100
641              Message-ID: <9b18b31105031610481025a080@mail.gmail.com>
642              
643              Plus minor nits in the documentation of re.pm,
644              a version bump, and addition of an OPTIMIZE alias
645      Branch: perl
646            + t/op/regexp_notrie.t t/op/regexp_trielist.t
647            ! MANIFEST embed.fnc embed.h ext/re/re.pm pod/perlvar.pod
648            ! proto.h regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h
649            ! sv.c t/op/pat.t t/op/re_tests t/op/readdir.t
650 ____________________________________________________________________________
651 [ 24043] By: rgs                                   on 2005/03/18  14:02:36
652         Log: Subject: Re: sitecustomize.pl [PATCH]
653              From: Gisle Aas <gisle@ActiveState.com>
654              Date: 18 Mar 2005 04:06:40 -0800
655              Message-ID: <lru0n9w433.fsf@caliper.activestate.com>
656              
657              Adds a new command-line switch, -f, and a new optional
658              compile-time setting -DUSE_SITECUSTOMIZE
659      Branch: perl
660            ! INSTALL ext/Devel/DProf/t/DProf.t perl.c pod/perlrun.pod
661 ____________________________________________________________________________
662 [ 24042] By: rgs                                   on 2005/03/18  13:38:32
663         Log: Subject: [PATCH] More const parms
664              From: Andy Lester <andy@petdance.com>
665              Date: Mon, 14 Mar 2005 13:59:54 -0600
666              Message-ID: <20050314195954.GB7141@petdance.com>
667      Branch: perl
668            ! embed.fnc gv.c numeric.c op.c pad.c perlio.c pod/perlapi.pod
669            ! pod/perlintern.pod pp_ctl.c pp_hot.c proto.h scope.c sv.c
670            ! toke.c utf8.c
671 ____________________________________________________________________________
672 [ 24041] By: rgs                                   on 2005/03/18  10:27:17
673         Log: Don't use vars in DynaLoader
674              Remove left-over maintenance code
675      Branch: perl
676            ! ext/DynaLoader/DynaLoader_pm.PL
677 ____________________________________________________________________________
678 [ 24040] By: rgs                                   on 2005/03/18  07:57:06
679         Log: Subject: [PATCH] $B::Disassembler::VERSION
680              From: Alexey Tourbin <at@altlinux.ru>
681              Date: Thu, 17 Mar 2005 19:02:38 +0300
682              Message-ID: <20050317160238.GN5825@solemn.turbinal.org>
683      Branch: perl
684            ! ext/B/B/Disassembler.pm
685 ____________________________________________________________________________
686 [ 24039] By: rgs                                   on 2005/03/15  09:30:28
687         Log: Upgrade to CGI 3.07.
688              Add CGI's changelog
689      Branch: perl
690            + lib/CGI/Changes
691            ! MANIFEST lib/CGI.pm lib/CGI/Cookie.pm
692 ____________________________________________________________________________
693 [ 24038] By: merijn                                on 2005/03/14  15:55:44
694         Log: Subject: pp_pack.c, simplifying genpacksizetables
695              From: perl5-porters@ton.iguana.be (Ton Hospel)
696              Date: Sun, 13 Mar 2005 15:07:41 +0000 (UTC)
697              Message-Id: <d11kvt$1k7$1@post.home.lunix>
698      Branch: perl
699            ! genpacksizetables.pl pp_pack.c
700 ____________________________________________________________________________
701 [ 24037] By: rgs                                   on 2005/03/14  14:35:33
702         Log: Subject: [PATCH] Adding const qualifiers
703              From: Andy Lester <andy@petdance.com>
704              Date: Sun, 13 Mar 2005 14:20:05 -0600
705              Message-ID: <20050313202005.GA23535@petdance.com>
706      Branch: perl
707            ! av.c embed.fnc gv.c hv.c mg.c op.c pod/perlapi.pod pp_ctl.c
708            ! proto.h scope.c utf8.c
709 ____________________________________________________________________________
710 [ 24036] By: rgs                                   on 2005/03/14  09:19:01
711         Log: Subject: Re: [perl #34155] perldoc -f hex should say how to convert back
712              From: David Nicol <davidnicol@gmail.com>
713              Date: Tue, 8 Mar 2005 18:23:11 -0600
714              Message-ID: <934f64a20503081623713f6d27@mail.gmail.com>
715      Branch: perl
716            ! pod/perlfunc.pod
717 ____________________________________________________________________________
718 [ 24035] By: rgs                                   on 2005/03/13  21:14:36
719         Log: Document pack changes in perldelta
720      Branch: perl
721            ! pod/perl592delta.pod
722 ____________________________________________________________________________
723 [ 24034] By: rgs                                   on 2005/03/13  16:41:05
724         Log: Upgrade to Pod::Parser 1.30
725      Branch: perl
726            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
727            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
728            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podselect.PL
729            ! t/pod/poderrs.xr
730 ____________________________________________________________________________
731 [ 24033] By: rgs                                   on 2005/03/13  11:07:40
732         Log: Doc patches to clarify the stringification rules of {} and =>
733              by Jarkko (bug #34419)
734      Branch: perl
735            ! pod/perldata.pod pod/perlop.pod
736 ____________________________________________________________________________
737 [ 24032] By: rgs                                   on 2005/03/13  09:20:01
738         Log: gcc warning patch by Andy Lester
739      Branch: perl
740            ! perl.h
741 ____________________________________________________________________________
742 [ 24031] By: rgs                                   on 2005/03/12  22:05:14
743         Log: Subject: Re: Encoding neutral unpack
744              From: perl5-porters@ton.iguana.be (Ton Hospel)
745              Date: Sat, 12 Mar 2005 18:54:29 +0000 (UTC)
746              Message-ID: <d0vdt5$81a$1@post.home.lunix>
747              
748              A new test.
749      Branch: perl
750            ! t/op/pack.t
751 ____________________________________________________________________________
752 [ 24030] By: rgs                                   on 2005/03/12  22:01:21
753         Log: Indentation patch by Ton Hospel for pp_pack
754      Branch: perl
755            ! pp_pack.c
756 ____________________________________________________________________________
757 [ 24029] By: rgs                                   on 2005/03/12  20:49:00
758         Log: Change my email, put real name of Pixel
759      Branch: perl
760            ! AUTHORS
761 ____________________________________________________________________________
762 [ 24028] By: rgs                                   on 2005/03/12  17:15:23
763         Log: Upgrade to DB_File 1.811, by Paul Marquess
764      Branch: perl
765            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
766            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-hash.t
767            ! ext/DB_File/typemap
768 ____________________________________________________________________________
769 [ 24027] By: rgs                                   on 2005/03/11  17:47:41
770         Log: Add standard core test headers to the Class::ISA new tests
771      Branch: perl
772            ! lib/Class/ISA/t/00_about_verbose.t
773            ! lib/Class/ISA/t/01_old_junk.t
774 ____________________________________________________________________________
775 [ 24026] By: rgs                                   on 2005/03/11  17:37:01
776         Log: Upgrade to Class::ISA 0.33
777      Branch: perl
778            + lib/Class/ISA/ChangeLog lib/Class/ISA/t/00_about_verbose.t
779            + lib/Class/ISA/t/01_old_junk.t
780            - lib/Class/ISA/test.pl
781            ! MANIFEST lib/Class/ISA.pm
782 ____________________________________________________________________________
783 [ 24025] By: rgs                                   on 2005/03/11  16:55:59
784         Log: Update Changes
785      Branch: perl
786            ! Changes
787 ____________________________________________________________________________
788 [ 24024] By: rgs                                   on 2005/03/11  11:12:31
789         Log: FAQ sync
790      Branch: perl
791            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
792            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
793            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
794            ! pod/perlfaq9.pod
795 ____________________________________________________________________________
796 [ 24023] By: rgs                                   on 2005/03/11  10:22:28
797         Log: Subject: [PATCH] pad_push numero three-o
798              From: Andy Lester <andy@petdance.com>
799              Date: Thu, 10 Mar 2005 15:17:28 -0600
800              Message-ID: <20050310211728.GC32386@petdance.com>
801      Branch: perl
802            ! embed.fnc embed.h pad.c pod/perlintern.pod pp_ctl.c pp_hot.c
803            ! proto.h
804 ____________________________________________________________________________
805 [ 24022] By: rgs                                   on 2005/03/10  17:42:54
806         Log: Make the return value of close() depend not only on the success of the
807              close itself, but also on whether the output stream had a previous
808              error. From Jim Meyering <jim@meyering.net>, via Debian.
809      Branch: perl
810            ! doio.c
811 ____________________________________________________________________________
812 [ 24021] By: rgs                                   on 2005/03/10  17:39:56
813         Log: 8 is not an octal digit. (from Debian)
814      Branch: perl
815            ! pod/perlreref.pod
816 ____________________________________________________________________________
817 [ 24020] By: rgs                                   on 2005/03/10  17:38:51
818         Log: Fix a2p manpage (from Debian)
819      Branch: perl
820            ! x2p/a2p.pod
821 ____________________________________________________________________________
822 [ 24019] By: rgs                                   on 2005/03/10  17:36:37
823         Log: Remove a spurious undefined warning when using getopts.pl with -w.
824              (from Debian)
825      Branch: perl
826            ! lib/getopts.pl
827 ____________________________________________________________________________
828 [ 24018] By: rgs                                   on 2005/03/10  17:34:39
829         Log: Doc patch for Devel::DProf (from Debian)
830      Branch: perl
831            ! ext/Devel/DProf/DProf.pm
832 ____________________________________________________________________________
833 [ 24017] By: rgs                                   on 2005/03/10  17:22:25
834         Log: Add support for Debian GNU/k*BSD
835      Branch: perl
836            ! hints/gnukfreebsd.sh hints/gnuknetbsd.sh
837 ____________________________________________________________________________
838 [ 24016] By: rgs                                   on 2005/03/10  17:21:05
839         Log: Patch for Debian bug #258618, compilation under Debian/Hurd
840      Branch: perl
841            ! hints/gnu.sh
842 ____________________________________________________________________________
843 [ 24015] By: steveh                                on 2005/03/10  15:18:20
844         Log: Subject: Minor AUTHORS patch
845              From: "Mike Giroux" <rmgiroux@hotmail.com>
846              Date: Thu, 10 Mar 2005 08:39:04 -0500
847              Message-ID: <BAY104-F4B1925432A15287069D3BCE520@phx.gbl>
848      Branch: perl
849            ! AUTHORS
850 ____________________________________________________________________________
851 [ 24014] By: steveh                                on 2005/03/10  11:25:36
852         Log: More Win32 dmake fixes
853
854              Use $B macro as per change 23991 in more places, and fix some syntax
855              errors in the subst's (missing trailing ",")
856
857              Tested with GCC and MSVC. I don't have BCC available, so those parts
858              are untested.
859      Branch: perl
860            ! win32/makefile.mk
861 ____________________________________________________________________________
862 [ 24013] By: rgs                                   on 2005/03/10  10:10:33
863         Log: Upgrade to CGI.pm 3.06
864      Branch: perl
865            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Util.pm
866            ! lib/CGI/t/form.t lib/CGI/t/html.t
867 ____________________________________________________________________________
868 [ 24012] By: rgs                                   on 2005/03/09  22:17:33
869         Log: Further pack optimisations by Ton Hospel
870      Branch: perl
871            ! pp_pack.c
872 ____________________________________________________________________________
873 [ 24011] By: rgs                                   on 2005/03/09  18:02:13
874         Log: Fix memory corruption when growing pack utf8 buffer
875      Branch: perl
876            ! pp_pack.c
877 ____________________________________________________________________________
878 [ 24010] By: rgs                                   on 2005/03/08  17:53:50
879         Log: Subject: Encoding neutral unpack
880              From: perl5-porters@ton.iguana.be (Ton Hospel)
881              Date: Sun, 6 Mar 2005 18:29:38 +0000 (UTC)
882              Message-Id: <d0fi6i$k06$1@post.home.lunix>
883      Branch: perl
884            ! embed.fnc embed.h genpacksizetables.pl lib/charnames.t perl.h
885            ! pod/perldiag.pod pod/perlfunc.pod pod/perlunicode.pod
886            ! pod/perluniintro.pod pp_pack.c proto.h t/op/pack.t
887            ! t/op/utftaint.t
888 ____________________________________________________________________________
889 [ 24009] By: merijn                                on 2005/03/08  15:25:57
890         Log: Subject: Minor AUTHORS patch
891              From: Andy Lester <andy@petdance.com>
892              Date: Tue, 8 Mar 2005 09:44:45 -0600
893              Message-ID: <20050308154445.GB3213@petdance.com>
894      Branch: perl
895            ! AUTHORS
896 ____________________________________________________________________________
897 [ 24008] By: merijn                                on 2005/03/08  14:45:17
898         Log: Some updates to current status
899      Branch: perl
900            ! README.hpux
901 ____________________________________________________________________________
902 [ 24007] By: steveh                                on 2005/03/07  11:02:12
903         Log: Include regcomp.h in Win32 makefiles
904
905              Subject: Re: Stop mktables from needlessly re-running when using dmake on Win32
906              From: demerphq <demerphq@gmail.com>
907              Date: Sun, 6 Mar 2005 09:16:12 +0100
908              Message-ID: <9b18b311050306001624012bd@mail.gmail.com>
909      Branch: perl
910            ! win32/Makefile win32/makefile.mk
911 ____________________________________________________________________________
912 [ 24006] By: steveh                                on 2005/03/04  17:19:46
913         Log: A better fix than change 24005 was ;)
914
915              Actually, "@echo." still emits a blank line.  Use "@rem" instead as the
916              no-op.  This was being used in the Win95 case, but works fine on WinNT
917              too, and is actually what ExtUtils-MakeMaker uses.
918
919              Also change the nmake Makefile.
920      Branch: perl
921            ! win32/Makefile win32/makefile.mk
922 ____________________________________________________________________________
923 [ 24005] By: steveh                                on 2005/03/04  17:11:56
924         Log: Suppress "ECHO is on." messages when using dmake on Win32
925
926              (The shell's "echo" command displays the current echo setting when
927              called with no arguments.  Use "echo." to display nothing.)
928      Branch: perl
929            ! win32/makefile.mk
930 ____________________________________________________________________________
931 [ 24004] By: steveh                                on 2005/03/04  17:01:24
932         Log: Stop mktables from needlessly re-running when using dmake on Win32
933      Branch: perl
934            ! win32/makefile.mk
935 ____________________________________________________________________________
936 [ 24003] By: rgs                                   on 2005/03/04  16:02:20
937         Log: Update -v copyright notice
938      Branch: perl
939            ! perl.c
940 ____________________________________________________________________________
941 [ 24002] By: rgs                                   on 2005/03/03  18:27:34
942         Log: Add a regression test for bug #32193, and make the
943              fix a bit more robust
944      Branch: perl
945            ! lib/Tie/RefHash.pm lib/Tie/RefHash.t
946 ____________________________________________________________________________
947 [ 24001] By: rgs                                   on 2005/03/03  18:03:15
948         Log: Subject: [perl #32193] Tie::RefHash DELETE does not return value for ref keys
949              From: Yuval Kojman (via RT) <perlbug-followup@perl.org>
950              Date: 28 Oct 2004 12:16:37 -0000
951              Message-ID: <rt-3.0.11-32193-98805.8.56634266171625@perl.org>
952      Branch: perl
953            ! lib/Tie/RefHash.pm
954 ____________________________________________________________________________
955 [ 24000] By: rgs                                   on 2005/03/03  15:43:43
956         Log: do "filename" is not really used with perl subroutine librairies
957              anymore.
958      Branch: perl
959            ! pod/perlfunc.pod
960 ____________________________________________________________________________
961 [ 23999] By: merijn                                on 2005/02/27  11:28:27
962         Log: Fix for bug [ID 20020227.005] format bug with undefined _TOP
963              http://rt.perl.org/rt3/Ticket/Display.html?id=8698
964              If there was no TOP format the lines left on page was set
965              to fixed number, now set to the current page length of the
966              IO channel used. More debugging for yet another bug needed.
967      Branch: perl
968            ! pp_sys.c
969 ____________________________________________________________________________
970 [ 23998] By: davem                                 on 2005/02/26  11:32:59
971         Log: ithreads: cond_signal() on a non-shared object coredumped
972      Branch: perl
973            ! ext/threads/shared/shared.xs
974 ____________________________________________________________________________
975 [ 23997] By: nicholas                              on 2005/02/26  09:33:30
976         Log: SvUTF8 can be present on scalars other than PVs
977              (specifically references with overloaded stringification)
978      Branch: perl
979            ! dump.c
980 ____________________________________________________________________________
981 [ 23996] By: davem                                 on 2005/02/26  00:47:03
982         Log: Fix leaks in List::Util::reduce,first
983              When the block is a closure, the cloned CV created on each call
984              was never freed
985      Branch: perl
986            ! ext/List/Util/Util.xs ext/List/Util/lib/Scalar/Util.pm
987 ____________________________________________________________________________
988 [ 23995] By: steveh                                on 2005/02/24  15:52:01
989         Log: Subject: Re: (patch blead) Extend t/harness to allow filtering of the file list by regex.
990              From: demerphq <demerphq@gmail.com>
991              Date: Wed, 23 Feb 2005 17:49:50 +0100
992              Message-ID: <9b18b311050223084917d7ef59@mail.gmail.com>
993      Branch: perl
994            ! pod/perlhack.pod
995 ____________________________________________________________________________
996 [ 23994] By: merijn                                on 2005/02/24  10:12:26
997         Log: Subject: [PATCH] dprofpp help
998              From: Andy Lester <andy@petdance.com>
999              Date: Thu, 24 Feb 2005 00:10:42 -0600
1000              Message-ID: <20050224061042.GA20259@petdance.com>
1001      Branch: perl
1002            ! utils/dprofpp.PL
1003 ____________________________________________________________________________
1004 [ 23993] By: steveh                                on 2005/02/23  13:36:59
1005         Log: Subject: (patch blead) Extend t/harness to allow filtering of the file list by regex.
1006              From: demerphq <demerphq@gmail.com>
1007              Date: Sat, 19 Feb 2005 11:10:00 +0100
1008              Message-ID: <9b18b3110502190210105decf4@mail.gmail.com>
1009      Branch: perl
1010            ! t/harness
1011 ____________________________________________________________________________
1012 [ 23992] By: steveh                                on 2005/02/23  12:28:55
1013         Log: Subject: Patch Win32 makefiles for blead to allow parameters to be passed to harness:
1014              From: demerphq <demerphq@gmail.com>
1015              Date: Sat, 19 Feb 2005 11:00:08 +0100
1016              Message-ID: <9b18b31105021902003d9c2a95@mail.gmail.com>
1017      Branch: perl
1018            ! win32/Makefile win32/makefile.mk
1019 ____________________________________________________________________________
1020 [ 23991] By: steveh                                on 2005/02/23  09:17:55
1021         Log: Fix Win32's dmake makefile.mk for new dmakes built with Visual C++
1022      Branch: perl
1023            ! win32/makefile.mk
1024 ____________________________________________________________________________
1025 [ 23990] By: rgs                                   on 2005/02/22  18:13:01
1026         Log: Porting/manicheck is not happy when I use spaces instead of tabs.
1027      Branch: perl
1028            ! MANIFEST
1029 ____________________________________________________________________________
1030 [ 23989] By: rgs                                   on 2005/02/21  16:05:22
1031         Log: Subject: IPC::Run test failures with utf8
1032              From: Nicholas Clark <nick@ccl4.org>
1033              Date: Sat, 19 Feb 2005 00:27:57 +0000
1034              Message-ID: <20050219002757.GO13998@plum.flirble.org>
1035      Branch: perl
1036            ! lib/IPC/Run/t/run.t
1037 ____________________________________________________________________________
1038 [ 23988] By: rgs                                   on 2005/02/21  13:51:44
1039         Log: Subject: [PATCH] signed/unsigned help for pp_pack.c
1040              From: "Craig A. Berry" <craigberry@mac.com>
1041              Date: Fri, 18 Feb 2005 09:42:52 -0600
1042              Message-ID: <42160CFC.3080304@mac.com>
1043      Branch: perl
1044            ! pp_pack.c
1045 ____________________________________________________________________________
1046 [ 23987] By: rgs                                   on 2005/02/21  12:56:22
1047         Log: Subject: (blead patch) Skip a torture test under blead, and skip certain torture tests under Win32.
1048              From: demerphq <demerphq@gmail.com>
1049              Date: Sat, 19 Feb 2005 11:04:00 +0100
1050              Message-ID: <9b18b3110502190204641e103c@mail.gmail.com
1051      Branch: perl
1052            ! t/japh/abigail.t
1053 ____________________________________________________________________________
1054 [ 23986] By: rgs                                   on 2005/02/18  18:21:25
1055         Log: Subject: Patch for Perlbug #4253
1056              From: Nikolai Eipel <eipel@web.de>
1057              Date: Sat, 29 Jan 2005 16:52:53 +0100
1058              Message-Id: <200501291652.53841.eipel@web.de>
1059
1060              (-T and -B invalidate _ filehandle when no read permission on file)
1061              plus a regression test
1062      Branch: perl
1063            ! pp_sys.c t/op/stat.t
1064 ____________________________________________________________________________
1065 [ 23985] By: rgs                                   on 2005/02/18  16:18:34
1066         Log: Install and build corelist on VMS, too
1067      Branch: perl
1068            ! vms/descrip_mms.template
1069 ____________________________________________________________________________
1070 [ 23984] By: rgs                                   on 2005/02/18  16:07:54
1071         Log: Add corelist to the win32 makefiles
1072              (noticed by demerphq)
1073      Branch: perl
1074            ! win32/Makefile win32/makefile.mk
1075 ____________________________________________________________________________
1076 [ 23983] By: rgs                                   on 2005/02/18  15:48:51
1077         Log: Subject: [perl #32968] [PATCH] Re: B::walkoptree segfaults
1078              From: Stephen McCamant <smcc@MIT.EDU>
1079              Date: Tue, 28 Dec 2004 10:13:50 -0800
1080              Message-ID: <16849.41566.887352.677148@apocalypse.OCF.Berkeley.EDU>
1081      Branch: perl
1082            ! ext/B/B.xs op.h
1083 ____________________________________________________________________________
1084 [ 23982] By: rgs                                   on 2005/02/18  15:34:59
1085         Log: Subject: Re: Integration of PathTools 3.04
1086              From: demerphq <demerphq@gmail.com>
1087              Date: Fri, 18 Feb 2005 16:31:50 +0100
1088              Message-ID: <9b18b31105021807316af0aed5@mail.gmail.com>
1089      Branch: perl
1090            ! lib/Cwd.pm
1091 ____________________________________________________________________________
1092 [ 23981] By: rgs                                   on 2005/02/18  15:00:12
1093         Log: Subject: Re: Bug in Socket::IO::INET Version 1.27
1094              From: Gisle Aas <gisle@ActiveState.com>
1095              Date: 03 Feb 2005 03:16:46 -0800
1096              Message-ID: <lr7jlpsxk1.fsf@caliper.activestate.com>
1097      Branch: perl
1098            ! ext/IO/lib/IO/Socket/INET.pm
1099 ____________________________________________________________________________
1100 [ 23980] By: rgs                                   on 2005/02/18  14:27:38
1101         Log: Integrate encoding::warnings from Autrijus Tang.
1102      Branch: perl
1103            + lib/encoding/warnings.pm lib/encoding/warnings/t/1-warning.t
1104            + lib/encoding/warnings/t/2-fatal.t
1105            + lib/encoding/warnings/t/3-normal.t
1106            ! MANIFEST
1107 ____________________________________________________________________________
1108 [ 23979] By: rgs                                   on 2005/02/18  09:53:36
1109         Log: Subject: [PATCH] find2perl, new options
1110              From: slaven@rezic.de
1111              Date: Thu, 17 Feb 2005 22:30:13 +0100
1112              Message-Id: <1108675813.24421@devpc01.iconmobile.de>
1113      Branch: perl
1114            ! x2p/find2perl.PL
1115 ____________________________________________________________________________
1116 [ 23978] By: rgs                                   on 2005/02/18  08:54:33
1117         Log: Missing dependencies in x2p makefile, by Slaven Rezic.
1118      Branch: perl
1119            ! x2p/Makefile.SH
1120 ____________________________________________________________________________
1121 [ 23977] By: rgs                                   on 2005/02/17  18:14:19
1122         Log: Upgrade to PathTools 3.04
1123              (plus tweaks to Cwd and cwd.t to run when building perl)
1124      Branch: perl
1125            + ext/Cwd/ppport.h
1126            ! MANIFEST ext/Cwd/Changes ext/Cwd/Cwd.xs ext/Cwd/t/cwd.t
1127            ! ext/Cwd/t/taint.t ext/Cwd/t/win32.t lib/Cwd.pm
1128            ! lib/File/Spec.pm lib/File/Spec/Cygwin.pm lib/File/Spec/Epoc.pm
1129            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
1130            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
1131            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
1132            ! lib/File/Spec/t/Spec.t lib/File/Spec/t/crossplatform.t
1133            ! lib/File/Spec/t/rel2abs2rel.t
1134 ____________________________________________________________________________
1135 [ 23976] By: rgs                                   on 2005/02/17  17:42:59
1136         Log: Upgrade to Pod::LaTeX 0.58
1137      Branch: perl
1138            ! lib/Pod/LaTeX.pm lib/Pod/t/pod2latex.t
1139 ____________________________________________________________________________
1140 [ 23975] By: rgs                                   on 2005/02/17  15:21:55
1141         Log: Upgrade to Time::HiRes 1.66
1142      Branch: perl
1143            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
1144            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/t/HiRes.t
1145 ____________________________________________________________________________
1146 [ 23974] By: rgs                                   on 2005/02/17  14:57:06
1147         Log: Subject: [perl #31730] [PATCH] IO::File reads garbage from directory filehandles
1148              From: "Steve Peters via RT" <perlbug-followup@perl.org>
1149              Date: 1 Feb 2005 16:24:11 -0000
1150              Message-ID: <rt-3.0.11-31730-107010.1.24399823945417@perl.org>
1151      Branch: perl
1152            ! ext/IO/lib/IO/File.pm
1153 ____________________________________________________________________________
1154 [ 23973] By: rgs                                   on 2005/02/16  13:20:55
1155         Log: Subject: Re: [PATCH] Re: perl winpid?
1156              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
1157              Date: Tue, 15 Feb 2005 20:45:13 -0800
1158              Message-ID: <20050216044512.GA2516@efn.org>
1159      Branch: perl
1160            ! ext/B/t/stash.t
1161 ____________________________________________________________________________
1162 [ 23972] By: steveh                                on 2005/02/15  14:47:47
1163         Log: Jan Dubois has taken over maintenance of Win32 stuff from Sarathy
1164      Branch: perl
1165            ! Porting/Maintainers.pl README.win32
1166 ____________________________________________________________________________
1167 [ 23971] By: rgs                                   on 2005/02/15  13:52:15
1168         Log: Fix documentation bug in using Socket's import tags :
1169
1170              Subject: [perl #34141] example in perlbug -f getsockopt incomplete
1171              From: David Dyck (via RT) <perlbug-followup@perl.org>
1172              Date: 15 Feb 2005 07:35:45 -0000
1173              Message-ID: <rt-3.0.11-34141-107730.6.0777451251105@perl.org>
1174      Branch: perl
1175            ! pod/perlfunc.pod
1176 ____________________________________________________________________________
1177 [ 23970] By: steveh                                on 2005/02/15  13:20:40
1178         Log: Fix PERL_MALLOC/DEBUG_MSTATS options in Win32 makefiles
1179
1180              Currently, if USE_IMP_SYS is defined then PERL_MALLOC gets undefined.
1181              We should also undefine DEBUG_MSTATS if PERL_MALLOC is (or has become)
1182              undefined, and we should do all this *before* inspecting DEBUG_MSTATS
1183              to see if we need to add -DPERL_DEBUGGING_MSTATS to BUILDOPT.
1184      Branch: perl
1185            ! win32/Makefile win32/makefile.mk
1186 ____________________________________________________________________________
1187 [ 23969] By: steveh                                on 2005/02/15  11:40:03
1188         Log: Fix definition of DEBUG_MSTATS for Win32 dmake builds
1189      Branch: perl
1190            ! win32/makefile.mk
1191 ____________________________________________________________________________
1192 [ 23968] By: rgs                                   on 2005/02/15  08:29:13
1193         Log: Use strl* functions in doio.c when available
1194              Based on :
1195              Subject: [PATCH] Changes to doio.c to use strlcpy() and strlcat()
1196              From: Steve Peters <steve@fisharerojo.org>
1197              Date: Wed, 1 Dec 2004 19:42:14 -0600
1198              Message-ID: <20041202014214.GA20907@mccoy.peters.homeunix.org>
1199      Branch: perl
1200            ! doio.c
1201 ____________________________________________________________________________
1202 [ 23967] By: mhx                                   on 2005/02/15  04:58:48
1203         Log: Subject: [PATCH] Additional tests for t/op/not.t
1204              From: Steve Peters <steve@fisharerojo.org>
1205              Date: Mon, 14 Feb 2005 19:54:17 -0600
1206              Message-ID: <20050215015417.GA30368@mccoy.peters.homeunix.org>
1207      Branch: perl
1208            ! t/op/not.t
1209 ____________________________________________________________________________
1210 [ 23966] By: rgs                                   on 2005/02/14  21:05:17
1211         Log: Subject: Re: encoding neutral unpack
1212              From: perl5-porters@ton.iguana.be (Ton Hospel)
1213              Date: Sat, 5 Feb 2005 01:34:44 +0000 (UTC)
1214              Message-ID: <cu17rk$k78$1@post.home.lunix>
1215
1216              tweaked to remove the 'not supported on this platform'
1217              error messages
1218      Branch: perl
1219            ! genpacksizetables.pl pp_pack.c t/op/pack.t t/uni/case.pl
1220 ____________________________________________________________________________
1221 [ 23965] By: mhx                                   on 2005/02/14  17:26:02
1222         Log: Regenerate Perl_keyword() to remove superfluous goto statements.
1223      Branch: perl
1224            ! toke.c
1225 ____________________________________________________________________________
1226 [ 23964] By: mhx                                   on 2005/02/14  17:21:29
1227         Log: Require version 0.05 of Devel::Tokenizer::C.
1228      Branch: perl
1229            ! perl_keyword.pl
1230 ____________________________________________________________________________
1231 [ 23963] By: rgs                                   on 2005/02/12  16:26:47
1232         Log: Mac OS Classic vs Mac OS X clarications
1233              by Sherm Pendley
1234      Branch: perl
1235            ! pod/perlfaq3.pod pod/perlmodinstall.pod pod/perlopentut.pod
1236            ! pod/perlrun.pod
1237 ____________________________________________________________________________
1238 [ 23962] By: rgs                                   on 2005/02/12  16:14:56
1239         Log: README.cygwin additions by Reini Urban
1240      Branch: perl
1241            ! README.cygwin
1242 ____________________________________________________________________________
1243 [ 23961] By: merijn                                on 2005/02/11  09:32:50
1244         Log: Subject: Re: [PATCH] Re: perl winpid?
1245              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
1246              Date: Thu, 10 Feb 2005 20:04:35 -0800
1247              Message-ID: <20050211040434.GA3824@efn.org>
1248      Branch: perl
1249            + t/lib/cygwin.t
1250            ! MANIFEST README.cygwin cygwin/cygwin.c
1251 ____________________________________________________________________________
1252 [ 23960] By: mhx                                   on 2005/02/10  20:50:31
1253         Log: not() || 1 produces segmentation fault
1254
1255              Fixed by making not() behave like not(0). This is also the
1256              way not() behaved before it started segfaulting in 5.6.0.
1257      Branch: perl
1258            + t/op/not.t
1259            ! MANIFEST perly.act perly.h perly.tab perly.y
1260 ____________________________________________________________________________
1261 [ 23959] By: mhx                                   on 2005/02/10  20:36:13
1262         Log: regen_perly.pl runs fine with bison 2.0.
1263      Branch: perl
1264            ! regen_perly.pl
1265 ____________________________________________________________________________
1266 [ 23958] By: merijn                                on 2005/02/10  15:56:04
1267         Log: 'what' cannot find ccversion if `which cc` is a symlink to ccache
1268              ccversion is important enough to jump through some hoops to get it
1269      Branch: perl
1270            ! hints/hpux.sh
1271 ____________________________________________________________________________
1272 [ 23957] By: merijn                                on 2005/02/10  14:19:51
1273         Log: Swap logic in BEGIN blocks to have Cwd's abs_path do the
1274              translation *before* the chdir (), so it now DTRT
1275      Branch: perl
1276            ! lib/IPC/Run/t/adopt.t lib/IPC/Run/t/binmode.t
1277            ! lib/IPC/Run/t/bogus.t lib/IPC/Run/t/filter.t
1278            ! lib/IPC/Run/t/harness.t lib/IPC/Run/t/io.t
1279            ! lib/IPC/Run/t/kill_kill.t lib/IPC/Run/t/parallel.t
1280            ! lib/IPC/Run/t/pty.t lib/IPC/Run/t/pump.t lib/IPC/Run/t/run.t
1281            ! lib/IPC/Run/t/signal.t lib/IPC/Run/t/timeout.t
1282            ! lib/IPC/Run/t/timer.t lib/IPC/Run/t/win32_compile.t
1283 ____________________________________________________________________________
1284 [ 23956] By: rgs                                   on 2005/02/10  10:58:26
1285         Log: Upgrade to Time::Local 1.11
1286      Branch: perl
1287            ! lib/Time/Local.pm lib/Time/Local.t
1288 ____________________________________________________________________________
1289 [ 23955] By: rgs                                   on 2005/02/10  10:51:59
1290         Log: Subject: Re: [PATCH] BigInt mbi_rand.t failings (solved now)
1291              From: Tels <nospam-abuse@bloodgate.com>
1292              Date: Wed, 9 Feb 2005 21:44:22 +0100
1293              Message-Id: <200502092144.24051@bloodgate.com>
1294      Branch: perl
1295            ! lib/Math/BigInt/Calc.pm
1296 ____________________________________________________________________________
1297 [ 23954] By: rgs                                   on 2005/02/09  18:06:39
1298         Log: Add IPC::Run 0.80.
1299
1300              Subject: [PATCH] IPC::Run 0.80 integration (was Re: [RFC] More core integration)
1301              From: "Jos I. Boumans" <kane@xs4all.net>
1302              Date: Fri, 28 Jan 2005 18:32:44 +0100
1303              Message-Id: <9E6ECDBE-7152-11D9-B82E-000A956B0E06@xs4all.net>
1304
1305              with PERL_CORE test premables hacked for better $^X portability
1306              (we hope.)
1307      Branch: perl
1308            + lib/IPC/Run.pm lib/IPC/Run/Debug.pm lib/IPC/Run/IO.pm
1309            + lib/IPC/Run/Timer.pm lib/IPC/Run/Win32Helper.pm
1310            + lib/IPC/Run/Win32IO.pm lib/IPC/Run/Win32Pump.pm
1311            + lib/IPC/Run/t/adopt.t lib/IPC/Run/t/binmode.t
1312            + lib/IPC/Run/t/bogus.t lib/IPC/Run/t/filter.t
1313            + lib/IPC/Run/t/harness.t lib/IPC/Run/t/io.t
1314            + lib/IPC/Run/t/kill_kill.t lib/IPC/Run/t/parallel.t
1315            + lib/IPC/Run/t/pty.t lib/IPC/Run/t/pump.t lib/IPC/Run/t/run.t
1316            + lib/IPC/Run/t/signal.t lib/IPC/Run/t/timeout.t
1317            + lib/IPC/Run/t/timer.t lib/IPC/Run/t/win32_compile.t
1318            ! MANIFEST
1319 ____________________________________________________________________________
1320 [ 23953] By: rgs                                   on 2005/02/09  09:28:19
1321         Log: Patch for CAN-2004-0452 by Jeroen van Wolffelaar.
1322              The rmtree() function in the perl File::Path module would remove
1323              directories in an insecure manner which could lead to the removal
1324              of arbitrary files and directories via a symlink attack.
1325      Branch: perl
1326            ! lib/File/Path.pm
1327 ____________________________________________________________________________
1328 [ 23952] By: merijn                                on 2005/02/08  16:30:43
1329         Log: IBM Released vac.C version 7, and changed the naming convention (again)
1330              Thanks to Campo for spotting, testing and the fix
1331      Branch: perl
1332            ! hints/aix.sh
1333 ____________________________________________________________________________
1334 [ 23951] By: rgs                                   on 2005/02/08  14:02:56
1335         Log: Subject: [perl #34076] P/p pack formats only recognize literal undef
1336              From: perl-5.8.0@ton.iguana.be (via RT) <perlbug-followup@perl.org>
1337              Date: 6 Feb 2005 22:03:20 -0000
1338              Message-ID: <rt-3.0.11-34076-107344.19.3123360602169@perl.org>
1339      Branch: perl
1340            ! pp_pack.c
1341 ____________________________________________________________________________
1342 [ 23950] By: rgs                                   on 2005/02/08  11:09:03
1343         Log: Remove mention of sub-packages in the Symbol manpage.
1344      Branch: perl
1345            ! lib/Symbol.pm
1346 ____________________________________________________________________________
1347 [ 23949] By: rgs                                   on 2005/02/08  10:44:09
1348         Log: Add Module::CoreList in the maintainers list
1349      Branch: perl
1350            ! Porting/Maintainers.pl
1351 ____________________________________________________________________________
1352 [ 23948] By: rgs                                   on 2005/02/08  10:39:21
1353         Log: Fix typo in corelist
1354      Branch: perl
1355            ! lib/Module/CoreList/bin/corelist
1356 ____________________________________________________________________________
1357 [ 23947] By: rgs                                   on 2005/02/08  10:22:22
1358         Log: Add Module::CoreList to bleadperl.
1359
1360              Subject: [PATCH] Module::CoreList 1.98 integration (was: Re: [RFC] More core integration)
1361              From: "Jos I. Boumans" <kane@xs4all.net>
1362              Date: Fri, 28 Jan 2005 17:38:27 +0100
1363              Message-Id: <097CE3D0-714B-11D9-B82E-000A956B0E06@xs4all.net>
1364      Branch: perl
1365            + lib/Module/CoreList.pm lib/Module/CoreList/bin/corelist
1366            + lib/Module/CoreList/t/corelist.t utils/corelist.PL
1367            ! MANIFEST installperl utils.lst utils/Makefile
1368 ____________________________________________________________________________
1369 [ 23946] By: rgs                                   on 2005/02/08  09:31:45
1370         Log: Subject: [perl #34062] pack Z0 destroys the character before
1371              From: perl-5.8.0@ton.iguana.be (via RT) <perlbug-followup@perl.org>
1372              Date: 5 Feb 2005 18:09:00 -0000
1373              Message-ID: <rt-3.0.11-34062-107199.19.360569328007@perl.org>
1374              (plus a regression test)
1375      Branch: perl
1376            ! pp_pack.c t/op/pack.t
1377 ____________________________________________________________________________
1378 [ 23945] By: rgs                                   on 2005/02/08  09:25:29
1379         Log: A small precision in the docs for overloaded regexp escapes
1380              (see bug #33906)
1381      Branch: perl
1382            ! pod/perlre.pod
1383 ____________________________________________________________________________
1384 [ 23943] By: rgs                                   on 2005/02/06  22:18:48
1385         Log: Avoid evaluating a strlen twice due the new implementation
1386              of New() with PERL_MALLOC_WRAP
1387      Branch: perl
1388            ! util.c
1389 ____________________________________________________________________________
1390 [ 23942] By: nicholas                              on 2005/02/05  22:02:50
1391         Log: Stop lib/h2xs.t failing needlessly if it failed to clear up behind
1392              itself on a previous run.
1393      Branch: perl
1394            ! lib/h2xs.t
1395 ____________________________________________________________________________
1396 [ 23941] By: nicholas                              on 2005/02/05  21:47:35
1397         Log: With mallocwrap New() evaluates its arguments more than once, so they
1398              had better not have any side effects.
1399              :-(
1400      Branch: perl
1401            ! util.c
1402 ____________________________________________________________________________
1403 [ 23935] By: nicholas                              on 2005/02/05  15:05:08
1404         Log: Let's (un)do the timewarp, again.
1405              Attempt to bodge round Makefile sometimes being older than Makefile.PL
1406              Pesky filesystems.
1407      Branch: perl
1408            ! lib/ExtUtils/t/Constant.t
1409 ____________________________________________________________________________
1410 [ 23928] By: rgs                                   on 2005/02/04  10:41:43
1411         Log: Upgrade to Digest 1.10
1412      Branch: perl
1413            + lib/Digest/Changes lib/Digest/file.pm lib/Digest/t/file.t
1414            ! MANIFEST lib/Digest.pm lib/Digest/base.pm
1415 ____________________________________________________________________________
1416 [ 23927] By: mhx                                   on 2005/02/02  21:33:12
1417         Log: Remove 2 unused variables from APItest.xs.
1418      Branch: perl
1419            ! ext/XS/APItest/APItest.xs
1420 ____________________________________________________________________________
1421 [ 23926] By: mhx                                   on 2005/02/02  21:29:40
1422         Log: Upgrade to Devel::PPPort 3.06.
1423      Branch: perl
1424            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
1425            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort.xs
1426            ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/module3.c
1427            ! ext/Devel/PPPort/parts/inc/exception
1428            ! ext/Devel/PPPort/parts/inc/misc
1429 ____________________________________________________________________________
1430 [ 23925] By: mhx                                   on 2005/02/02  21:26:14
1431         Log: Attempt to fix problems with new exception handling macros.
1432      Branch: perl
1433            + ext/XS/APItest/exception.c
1434            ! MANIFEST XSUB.h ext/XS/APItest/APItest.xs
1435            ! ext/XS/APItest/MANIFEST ext/XS/APItest/Makefile.PL
1436            ! pod/perlguts.pod
1437 ____________________________________________________________________________
1438 [ 23924] By: rgs                                   on 2005/02/02  19:50:53
1439         Log: Subject: Re: encoding neutral unpack
1440              From: perl5-porters[at]ton.iguana.be (Ton Hospel)
1441              Date: Sat, 29 Jan 2005 12:54:34 +0000 (UTC)
1442              Message-ID: <ctg12a$j0e$2[at]post.home.lunix>
1443
1444              Counted length prefixes shouldn't change C0/U0 mode
1445              in pack/unpack (plus a regression test)
1446      Branch: perl
1447            ! pp_pack.c t/op/pack.t
1448 ____________________________________________________________________________
1449 [ 23923] By: rgs                                   on 2005/02/02  19:35:47
1450         Log: Subject: Re: encoding neutral unpack
1451              From: perl5-porters[at]ton.iguana.be (Ton Hospel)
1452              Date: Sat, 29 Jan 2005 13:07:38 +0000 (UTC)
1453              Message-ID: <ctg1qq$j0e$3[at]post.home.lunix>
1454
1455              Make U0 and C0 scoped to () pack subtemplates.
1456              (plus a regression test)
1457      Branch: perl
1458            ! pp_pack.c t/op/pack.t
1459 ____________________________________________________________________________
1460 [ 23922] By: rgs                                   on 2005/02/02  19:23:46
1461         Log: Subject: Re: encoding neutral unpack
1462              From: perl5-porters[at]ton.iguana.be (Ton Hospel)
1463              Date: Sat, 29 Jan 2005 13:24:55 +0000 (UTC)
1464              Message-ID: <ctg2r7$j0e$4[at]post.home.lunix>
1465
1466              Ensure that with the C format, unpack checksums
1467              don't get overflowed. (plus a regression test)
1468      Branch: perl
1469            ! pp_pack.c t/op/pack.t
1470 ____________________________________________________________________________
1471 [ 23921] By: davem                                 on 2005/02/02  18:25:00
1472         Log: fix POSIX::strtod error handling documentation
1473      Branch: perl
1474            ! ext/POSIX/POSIX.pod
1475 ____________________________________________________________________________
1476 [ 23920] By: merijn                                on 2005/02/02  13:12:17
1477         Log: Subject: [PATCH pod/perlfunc.pod] POD nit @ sysseek
1478              From: Abigail <abigail@abigail.nl>
1479              Date: Tue, 1 Feb 2005 21:33:14 +0100
1480              Message-ID: <20050201203314.GC335@abigail.nl>
1481      Branch: perl
1482            ! pod/perlfunc.pod
1483 ____________________________________________________________________________
1484 [ 23919] By: merijn                                on 2005/02/02  12:49:46
1485         Log: Picky compilers (e.g. vac on AIX 5.2) do not accept statements
1486              between declarations
1487      Branch: perl
1488            ! ext/Devel/PPPort/PPPort.xs
1489 ____________________________________________________________________________
1490 [ 23917] By: nicholas                              on 2005/02/01  11:46:31
1491         Log: "All" "all?" Who said all? There were 2 more missing gnuk{free,net}bsd
1492              hints files to add to MANIFEST. Sort MANIFEST
1493              while I'm in the area.
1494      Branch: perl
1495            ! MANIFEST
1496 ____________________________________________________________________________
1497 [ 23916] By: rgs                                   on 2005/02/01  10:02:51
1498         Log: Subject: Re: [perl #34010] localtime docs
1499              From: Andy Lester <andy@petdance.com>
1500              Date: Mon, 31 Jan 2005 21:24:29 -0600
1501              Message-ID: <20050201032429.GA29354@petdance.com>
1502      Branch: perl
1503            ! pod/perlfunc.pod
1504 ____________________________________________________________________________
1505 [ 23915] By: rgs                                   on 2005/01/31  23:08:59
1506         Log: Subject: Re: encoding neutral unpack
1507              From: perl5-porters[at]ton.iguana.be (Ton Hospel)
1508              Date: Sat, 29 Jan 2005 12:41:20 +0000 (UTC)
1509              Message-ID: <ctg09g$j0e$1[at]post.home.lunix>
1510
1511              Forgotten character progress while checksumming over partial
1512              b or B format. (plus a regression test)
1513      Branch: perl
1514            ! pp_pack.c t/op/pack.t
1515 ____________________________________________________________________________
1516 [ 23914] By: mhx                                   on 2005/01/31  19:22:41
1517         Log: Make Perl_keyword() another 30% faster.
1518      Branch: perl
1519            ! perl_keyword.pl toke.c
1520 ____________________________________________________________________________
1521 [ 23913] By: mhx                                   on 2005/01/31  18:14:44
1522         Log: Regenerate perlapi.pod.
1523      Branch: perl
1524            ! pod/perlapi.pod
1525 ____________________________________________________________________________
1526 [ 23912] By: mhx                                   on 2005/01/31  18:07:29
1527         Log: Upgrade to Devel::PPPort 3.05.
1528      Branch: perl
1529            + ext/Devel/PPPort/parts/base/5008006
1530            + ext/Devel/PPPort/parts/inc/exception
1531            + ext/Devel/PPPort/parts/todo/5008006
1532            + ext/Devel/PPPort/t/exception.t
1533            ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/HACKERS
1534            ! ext/Devel/PPPort/MANIFEST ext/Devel/PPPort/MANIFEST.SKIP
1535            ! ext/Devel/PPPort/META.yml ext/Devel/PPPort/Makefile.PL
1536            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort.xs
1537            ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/PPPort_xs.PL
1538            ! ext/Devel/PPPort/README ext/Devel/PPPort/TODO
1539            ! ext/Devel/PPPort/apicheck_c.PL
1540            ! ext/Devel/PPPort/devel/buildperl.pl
1541            ! ext/Devel/PPPort/devel/mkapidoc.sh
1542            ! ext/Devel/PPPort/devel/mktodo ext/Devel/PPPort/devel/mktodo.pl
1543            ! ext/Devel/PPPort/devel/scanprov ext/Devel/PPPort/mktests.PL
1544            ! ext/Devel/PPPort/module2.c ext/Devel/PPPort/module3.c
1545            ! ext/Devel/PPPort/parts/apicheck.pl
1546            ! ext/Devel/PPPort/parts/base/5004000
1547            ! ext/Devel/PPPort/parts/base/5004050
1548            ! ext/Devel/PPPort/parts/base/5005000
1549            ! ext/Devel/PPPort/parts/base/5006000
1550            ! ext/Devel/PPPort/parts/base/5008001
1551            ! ext/Devel/PPPort/parts/base/5009002
1552            ! ext/Devel/PPPort/parts/embed.fnc
1553            ! ext/Devel/PPPort/parts/inc/MY_CXT
1554            ! ext/Devel/PPPort/parts/inc/SvPV
1555            ! ext/Devel/PPPort/parts/inc/call ext/Devel/PPPort/parts/inc/cop
1556            ! ext/Devel/PPPort/parts/inc/format
1557            ! ext/Devel/PPPort/parts/inc/grok
1558            ! ext/Devel/PPPort/parts/inc/limits
1559            ! ext/Devel/PPPort/parts/inc/mPUSH
1560            ! ext/Devel/PPPort/parts/inc/magic
1561            ! ext/Devel/PPPort/parts/inc/misc
1562            ! ext/Devel/PPPort/parts/inc/newCONSTSUB
1563            ! ext/Devel/PPPort/parts/inc/newRV
1564            ! ext/Devel/PPPort/parts/inc/ppphbin
1565            ! ext/Devel/PPPort/parts/inc/ppphdoc
1566            ! ext/Devel/PPPort/parts/inc/ppphtest
1567            ! ext/Devel/PPPort/parts/inc/sv_xpvf
1568            ! ext/Devel/PPPort/parts/inc/threads
1569            ! ext/Devel/PPPort/parts/inc/uv
1570            ! ext/Devel/PPPort/parts/inc/version
1571            ! ext/Devel/PPPort/parts/ppptools.pl
1572            ! ext/Devel/PPPort/parts/todo/5009002
1573            ! ext/Devel/PPPort/ppport_h.PL ext/Devel/PPPort/soak
1574            ! ext/Devel/PPPort/t/SvPV.t ext/Devel/PPPort/t/misc.t
1575            ! ext/Devel/PPPort/typemap
1576 ____________________________________________________________________________
1577 [ 23911] By: mhx                                   on 2005/01/31  18:00:31
1578         Log: Add simple exception handling macros for XS writers.
1579      Branch: perl
1580            + ext/XS/APItest/t/exception.t
1581            ! MANIFEST XSUB.h ext/XS/APItest/APItest.pm
1582            ! ext/XS/APItest/APItest.xs pod/perlguts.pod
1583 ____________________________________________________________________________
1584 [ 23910] By: nicholas                              on 2005/01/31  17:46:03
1585         Log: Add all the missing gnuk{free,net}bsd hints files to MANIFEST
1586      Branch: perl
1587            ! MANIFEST
1588 ____________________________________________________________________________
1589 [ 23909] By: merijn                                on 2005/01/31  11:33:14
1590         Log: Subject: [perl #33998] [PATCH] Support for GNU/kFreeBSD
1591              From: "rmh@debian.org (via RT)" <perlbug-followup@perl.org>
1592              Date: 31 Jan 2005 07:37:55 -0000
1593              Message-ID: <rt-3.0.11-33998-106860.15.2609323921089@perl.org>
1594      Branch: perl
1595            + ext/DynaLoader/hints/gnukfreebsd.pl
1596            + ext/DynaLoader/hints/gnuknetbsd.pl
1597            + ext/NDBM_File/hints/gnukfreebsd.pl
1598            + ext/NDBM_File/hints/gnuknetbsd.pl
1599            + ext/ODBM_File/hints/gnukfreebsd.pl
1600            + ext/ODBM_File/hints/gnuknetbsd.pl
1601            + ext/POSIX/hints/gnukfreebsd.pl ext/POSIX/hints/gnuknetbsd.pl
1602            + ext/Storable/hints/gnukfreebsd.pl
1603            + ext/Storable/hints/gnuknetbsd.pl hints/gnukfreebsd.sh
1604            + hints/gnuknetbsd.sh
1605            ! Configure
1606 ____________________________________________________________________________
1607 [ 23907] By: rgs                                   on 2005/01/31  11:17:26
1608         Log: Document the changes to PERLIO_DEBUG.
1609      Branch: perl
1610            ! pod/perlrun.pod
1611 ____________________________________________________________________________
1612 [ 23906] By: rgs                                   on 2005/01/31  10:53:14
1613         Log: Really fix the bug [perl #33990].
1614              NB. -DIAMSUID is only set to compile sperl.o.
1615      Branch: perl
1616            ! perlio.c
1617 ____________________________________________________________________________
1618 [ 23905] By: steveh                                on 2005/01/31  10:03:56
1619         Log: Fix test suite hang on Win32 caused by change #23898
1620
1621              ("perl -e sleep 3" does an indefinite sleep!)
1622      Branch: perl
1623            ! t/op/alarm.t
1624 ____________________________________________________________________________
1625 [ 23904] By: rgs                                   on 2005/01/31  08:35:51
1626         Log: Avoid a buffer overflow with threads and PERLIO_DEBUG
1627      Branch: perl
1628            ! perlio.c
1629 ____________________________________________________________________________
1630 [ 23903] By: rgs                                   on 2005/01/31  08:19:10
1631         Log: Don't write to $PERLIO_DEBUG when setuid ([perl #33990])
1632      Branch: perl
1633            ! perlio.c
1634 ____________________________________________________________________________
1635 [ 23900] By: davem                                 on 2005/01/30  17:46:35
1636         Log: minor corrections to comments in perly.y
1637      Branch: perl
1638            ! perly.y
1639 ____________________________________________________________________________
1640 [ 23899] By: rgs                                   on 2005/01/30  14:50:15
1641         Log: Subject: h2hp: 2 fix
1642              From: Olivier Thauvin <olivier.thauvin@aerov.jussieu.fr>
1643              Date: Fri, 28 Jan 2005 16:53:11 +0100
1644              Message-Id: <200501281653.15708.olivier.thauvin@aerov.jussieu.fr>
1645      Branch: perl
1646            ! utils/h2ph.PL
1647 ____________________________________________________________________________
1648 [ 23898] By: davem                                 on 2005/01/29  16:14:20
1649         Log: chomp() fails after alarm(), `sleep`
1650
1651              PP_backtick's temp altering of PL_rs didn't restore after
1652              an exception
1653      Branch: perl
1654            ! pp_sys.c t/op/alarm.t
1655 ____________________________________________________________________________
1656 [ 23897] By: nicholas                              on 2005/01/28  21:01:04
1657         Log: More consistent names for all the parameter name/declaration methods
1658      Branch: perl
1659            ! lib/ExtUtils/Constant/Base.pm lib/ExtUtils/Constant/XS.pm
1660            ! perl_keyword.pl
1661 ____________________________________________________________________________
1662 [ 23894] By: nicholas                              on 2005/01/28  13:59:40
1663         Log: Calculate the number of tests in one place, so that the skip()s will
1664              always agree with the plan()s
1665      Branch: perl
1666            ! ext/B/t/optree_check.t ext/B/t/optree_concise.t
1667 ____________________________________________________________________________
1668 [ 23893] By: rgs                                   on 2005/01/28  08:53:47
1669         Log: Add a reference to books.perl.org.
1670      Branch: perl
1671            ! pod/perlbook.pod
1672 ____________________________________________________________________________
1673 [ 23892] By: nicholas                              on 2005/01/27  19:26:21
1674         Log: Retrieve the flag bit that only 'p' uses, so that it is spare for
1675              future use.
1676      Branch: perl
1677            ! genpacksizetables.pl pp_pack.c
1678 ____________________________________________________________________________
1679 [ 23891] By: rgs                                   on 2005/01/27  18:29:51
1680         Log: Subject: Re: [patch] decrufting OptreeCheck stuff
1681              From: Jim Cromie <jcromie@divsol.com>
1682              Date: Sun, 16 Jan 2005 17:16:00 -0700
1683              Message-ID: <41EB03C0.7030509@divsol.com>
1684              (with minor typos fixed)
1685      Branch: perl
1686            ! ext/B/B/Concise.pm ext/B/t/OptreeCheck.pm ext/B/t/f_map.t
1687            ! ext/B/t/f_sort.t ext/B/t/optree_check.t
1688            ! ext/B/t/optree_concise.t ext/B/t/optree_samples.t
1689            ! ext/B/t/optree_sort.t ext/B/t/optree_specials.t
1690            ! ext/B/t/optree_varinit.t
1691 ____________________________________________________________________________
1692 [ 23890] By: rgs                                   on 2005/01/27  17:49:50
1693         Log: Subject: [PATCH] libperl leaks a THREAD_KEY each time it is reloaded
1694              From: Gisle Aas <gisle@ActiveState.com>
1695              Date: 05 Jan 2005 03:21:06 -0800
1696              Message-ID: <lris6cxgt9.fsf@caliper.activestate.com>
1697      Branch: perl
1698            ! perl.c
1699 ____________________________________________________________________________
1700 [ 23889] By: nicholas                              on 2005/01/27  17:29:04
1701         Log: Make the byte order modifers < and > and the sign modifier ! (for
1702              n N v V) conditionally compile. This means that the refactored
1703              pp_pack/pp_unpack code can now be used in maint.
1704      Branch: perl
1705            ! genpacksizetables.pl pp_pack.c
1706 ____________________________________________________________________________
1707 [ 23888] By: nicholas                              on 2005/01/27  16:40:07
1708         Log: Oops. Was forgetting to test n! N! v! V! in pack
1709      Branch: perl
1710            ! t/op/pack.t
1711 ____________________________________________________________________________
1712 [ 23886] By: nicholas                              on 2005/01/27  14:42:28
1713         Log: Check that the warning behaviour on the modifiers !, < and > is as we
1714              expect it for this perl.
1715      Branch: perl
1716            ! t/op/pack.t
1717 ____________________________________________________________________________
1718 [ 23884] By: nicholas                              on 2005/01/27  11:27:12
1719         Log: Make the tests for the endianness modifiers < and >, and the
1720              signnedness modifier ! conditional on perl version. Surprisingly
1721              little change needed.
1722      Branch: perl
1723            ! t/op/pack.t
1724 ____________________________________________________________________________
1725 [ 23883] By: nicholas                              on 2005/01/27  11:12:34
1726         Log: &_q needs to *globally* escape ' and \ in its substitution.
1727      Branch: perl
1728            ! t/test.pl
1729 ____________________________________________________________________________
1730 [ 23882] By: rgs                                   on 2005/01/25  16:53:08
1731         Log: Subject: [PATCH] BigInt mbi_rand.t failings
1732              From: Tels <nospam-abuse@bloodgate.com>
1733              Date: Tue, 25 Jan 2005 18:06:58 +0100
1734              Message-Id: <200501251806.59782@bloodgate.com>
1735      Branch: perl
1736            ! lib/Math/BigInt/Calc.pm
1737 ____________________________________________________________________________
1738 [ 23881] By: rgs                                   on 2005/01/25  16:12:08
1739         Log: Integrate change #23880 in original comment
1740      Branch: perl
1741            ! util.c
1742 ____________________________________________________________________________
1743 [ 23880] By: merijn                                on 2005/01/25  15:41:30
1744         Log: Subject: [PATCH] perlapi.pod has pod errors
1745              From: "Jos I. Boumans" <kane@xs4all.net>
1746              Date: Tue, 25 Jan 2005 16:42:38 +0100
1747              Message-Id: <BDA482F7-6EE7-11D9-8AA7-000A95EF62E2@xs4all.net>
1748      Branch: perl
1749            ! pod/perlapi.pod
1750 ____________________________________________________________________________
1751 [ 23879] By: nicholas                              on 2005/01/24  23:16:04
1752         Log: Correct and update comments (before anyone writes in)
1753              Remove a temporary variable.
1754      Branch: perl
1755            ! lib/ExtUtils/Constant/Base.pm
1756 ____________________________________________________________________________
1757 [ 23878] By: nicholas                              on 2005/01/24  22:10:36
1758         Log: Ooops. It was 190M when I was using 4 bytes per entry for lengths in
1759              the dump file. The newer format is only 135M
1760      Branch: perl
1761            ! toke.c
1762 ____________________________________________________________________________
1763 [ 23877] By: nicholas                              on 2005/01/24  22:06:05
1764         Log: A script to regenerate Perl_keyword()
1765      Branch: perl
1766            + perl_keyword.pl
1767            ! MANIFEST
1768 ____________________________________________________________________________
1769 [ 23876] By: nicholas                              on 2005/01/24  22:05:29
1770         Log: Add weights to ExtUtils::Constant to allow sorting by expected
1771              frequency. This makes the Perl_keyword() replacement 20% faster,
1772              rather than just 12%
1773      Branch: perl
1774            ! lib/ExtUtils/Constant/Base.pm lib/ExtUtils/Constant/XS.pm
1775 ____________________________________________________________________________
1776 [ 23875] By: nicholas                              on 2005/01/24  21:43:52
1777         Log: Replace Perl_keyword() with a version that's 20% faster on typical
1778              input, generated by subclassing ExtUtils::Constant. (Typical input
1779              being about 135M of input from running a lot of perl scripts)
1780      Branch: perl
1781            ! toke.c
1782 ____________________________________________________________________________
1783 [ 23874] By: merijn                                on 2005/01/24  15:10:55
1784         Log: Subject: [PATCH] assorted tempfile clean-up in the test suite
1785              From: "Craig A. Berry" <craigberry@mac.com>
1786              Date: Sun, 23 Jan 2005 14:23:17 -0600
1787              Message-ID: <41F407B5.7020106@mac.com>
1788      Branch: perl
1789            ! lib/Test/Simple/t/reset.t t/io/fs.t t/io/tell.t
1790 ____________________________________________________________________________
1791 [ 23873] By: rgs                                   on 2005/01/24  13:14:21
1792         Log: Revert change 23843.
1793              (See discussion for bug [perl #31924])
1794      Branch: perl
1795            ! embed.fnc embed.h global.sym hv.c hv.h pod/perlapi.pod
1796            ! pp_ctl.c proto.h t/comp/require.t
1797 ____________________________________________________________________________
1798 [ 23872] By: rgs                                   on 2005/01/24  10:27:10
1799         Log: Subject: [perl #33906] Missing \\ in perlre
1800              From: Andrew (via RT) <perlbug-followup@perl.org>
1801              Date: 23 Jan 2005 20:52:51 -0000
1802              Message-ID: <rt-3.0.11-33906-106339.17.5527961922343@perl.org>
1803      Branch: perl
1804            ! pod/perlre.pod
1805 ____________________________________________________________________________
1806 [ 23871] By: rgs                                   on 2005/01/24  10:10:47
1807         Log: Subject: [PATCH] Test::Harness::Straps::_default_inc shell problem
1808              From: "Craig A. Berry" <craigberry@mac.com>
1809              Date: Sun, 23 Jan 2005 13:44:49 -0600
1810              Message-ID: <41F3FEB1.9020102@mac.com>
1811      Branch: perl
1812            ! lib/Test/Harness/Straps.pm
1813 ____________________________________________________________________________
1814 [ 23870] By: rgs                                   on 2005/01/24  09:40:35
1815         Log: Subject: Re: [perl #33892] Add Interix support
1816              From: Todd Vierling <tv@duh.org>
1817              Date: Fri, 21 Jan 2005 15:16:16 -0500 (EST)
1818              Message-ID: <Pine.NEB.4.61.0501211424350.13373@duh.net.dhis.org>
1819      Branch: perl
1820            ! hints/interix.sh
1821 ____________________________________________________________________________
1822 [ 23869] By: davem                                 on 2005/01/23  22:20:10
1823         Log: Subject:  Re: Smoke [5.9.2] 23863 FAIL(F) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
1824              From:  Jarkko Hietaniemi <jhi@iki.fi>
1825              Date:  Sun, 23 Jan 2005 21:25:01 +0200
1826              Message-Id:  <41F3FA0D.4010301@iki.fi>
1827
1828              The uc() memory reduction patch had a memory leak...
1829      Branch: perl
1830            ! pp.c
1831 ____________________________________________________________________________
1832 [ 23868] By: nicholas                              on 2005/01/23  22:06:01
1833         Log: Tidy up 2 comments
1834      Branch: perl
1835            ! regcomp.c
1836 ____________________________________________________________________________
1837 [ 23867] By: nicholas                              on 2005/01/23  22:05:12
1838         Log: Assimilate ExtUtils::Constant 0.16
1839      Branch: perl
1840            + lib/ExtUtils/Constant/Base.pm lib/ExtUtils/Constant/Utils.pm
1841            + lib/ExtUtils/Constant/XS.pm
1842            ! MANIFEST lib/ExtUtils/Constant.pm
1843 ____________________________________________________________________________
1844 [ 23866] By: nicholas                              on 2005/01/23  21:43:17
1845         Log: Slightly terser code in S_regpposixcc (names inside [:*here*:])
1846      Branch: perl
1847            ! regcomp.c
1848 ____________________________________________________________________________
1849 [ 23864] By: nicholas                              on 2005/01/22  22:30:12
1850         Log: Subject: Re: Smoke [5.9.2] 23792 FAIL(F) osf1 V5.1 (21264A)/4 cpu)
1851              From: Jarkko Hietaniemi <jhi@iki.fi>
1852              Message-ID: <41F2C427.7020003@iki.fi>
1853              Date: Sat, 22 Jan 2005 23:22:47 +0200
1854      Branch: perl
1855            ! hints/dec_osf.sh
1856 ____________________________________________________________________________
1857 [ 23863] By: davem                                 on 2005/01/22  18:27:58
1858         Log: Subject:  Re: uc($long_utf8_string) exhausts memory
1859              From:  Jarkko Hietaniemi <jhi@iki.fi>
1860              Date:  Sat, 22 Jan 2005 11:33:12 +0200
1861              Message-Id:  <41F21DD8.3050500@iki.fi>
1862
1863              change #23857 miscalculated the SvGROW size
1864      Branch: perl
1865            ! pp.c
1866 ____________________________________________________________________________
1867 [ 23862] By: nicholas                              on 2005/01/22  17:51:13
1868         Log: Subject: Re: Smoke [5.9.2] 23792 FAIL(F) osf1 V5.1 (21264A)/4 cpu)
1869              From: Jarkko Hietaniemi <jhi@iki.fi>
1870              Message-ID: <41F2911E.8090204@iki.fi>
1871              Date: Sat, 22 Jan 2005 19:45:02 +0200
1872
1873              (drop optimisation on pp_pack.c for gcc on osf1 to -O1)
1874      Branch: perl
1875            ! hints/dec_osf.sh
1876 ____________________________________________________________________________
1877 [ 23861] By: nicholas                              on 2005/01/22  14:15:58
1878         Log: Update copyright years and add editor blocks
1879      Branch: perl
1880            ! doop.c hv.c utf8.c
1881 ____________________________________________________________________________
1882 [ 23860] By: nicholas                              on 2005/01/22  12:03:00
1883         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
1884              Subject: Re: [PATCH] do not assume quads or long doubles
1885              Message-ID: <41F21B0A.2050301@iki.fi>
1886              Date: Sat, 22 Jan 2005 11:21:14 +0200
1887      Branch: perl
1888            ! pp_pack.c
1889 ____________________________________________________________________________
1890 [ 23858] By: nicholas                              on 2005/01/22  00:39:41
1891         Log: Remove now-unnecessary check. (It's done earlier)
1892      Branch: perl
1893            ! pp_pack.c
1894 ____________________________________________________________________________
1895 [ 23857] By: davem                                 on 2005/01/22  00:17:40
1896         Log: Subject:  Re: uc($long_utf8_string) exhausts memory
1897              From:  Jarkko Hietaniemi <jhi@iki.fi>
1898              Date:  Sat, 22 Jan 2005 00:20:12 +0200
1899              Message-Id:  <41F1801C.3080201@iki.fi>
1900
1901              Make buffer size estimates for utf8 case conversion less maximally
1902              pessimistic
1903      Branch: perl
1904            ! doop.c op.c pp.c pp_pack.c regcomp.c regexec.c sv.c t/op/lc.t
1905            ! toke.c utf8.c utf8.h
1906 ____________________________________________________________________________
1907 [ 23854] By: nicholas                              on 2005/01/21  22:15:43
1908         Log: Shrink a switch() statment by driving the size calculations from the
1909              size table. This requires #ifdef()s in the size table initialiser.
1910              Astoundingly this shaves over 6K of the object size with -Os on OS X.
1911              I was expecting about 1K (due to shrinking a branch table). Mind you,
1912              I'm not going to argue with what I got. :-)
1913      Branch: perl
1914            ! genpacksizetables.pl pp_pack.c
1915 ____________________________________________________________________________
1916 [ 23853] By: nicholas                              on 2005/01/21  16:46:49
1917         Log: Make the length overrun checking and stack extension table driven.
1918              (Shaves about 3k off pp_pack.o)
1919      Branch: perl
1920            + genpacksizetables.pl
1921            ! MANIFEST pp_pack.c
1922 ____________________________________________________________________________
1923 [ 23852] By: rgs                                   on 2005/01/21  16:29:53
1924         Log: Subject: [perl #32503] Fix for Storable module
1925              From: "Steven N. Hirsch" (via RT) <perlbug-followup@perl.org>
1926              Date: 19 Nov 2004 13:06:57 -0000
1927              Message-ID: <rt-3.0.11-32503-100597.6.46123979926323@perl.org>
1928      Branch: perl
1929            ! ext/Storable/Storable.xs
1930 ____________________________________________________________________________
1931 [ 23851] By: rgs                                   on 2005/01/21  15:51:54
1932         Log: Fix spurious warnings emitted by XSLoader via Data::Dumper
1933      Branch: perl
1934            ! ext/Data/Dumper/Dumper.pm
1935 ____________________________________________________________________________
1936 [ 23850] By: nicholas                              on 2005/01/21  15:43:24
1937         Log: Name another pack test
1938      Branch: perl
1939            ! t/op/pack.t
1940 ____________________________________________________________________________
1941 [ 23849] By: rgs                                   on 2005/01/21  15:26:10
1942         Log: Subject: [perl #33892] Add Interix support
1943              From: Todd Vierling (via RT) <perlbug-followup@perl.org>
1944              Date: 21 Jan 2005 14:36:31 -0000
1945              Message-ID: <rt-3.0.11-33892-106280.17.6407478352545@perl.org>
1946
1947              (except the Configure chunk)
1948              (and bump version numbers of modules)
1949      Branch: perl
1950            + hints/interix.sh
1951            ! MANIFEST Makefile.SH lib/ExtUtils/MM_Unix.pm lib/File/Find.pm
1952            ! lib/File/Temp.pm t/io/openpid.t t/op/groups.t
1953 ____________________________________________________________________________
1954 [ 23848] By: merijn                                on 2005/01/21  14:47:31
1955         Log: Subject: [perl #33892] Add Interix support
1956              From: Todd Vierling (via RT) <perlbug-followup@perl.org>
1957              Date: 21 Jan 2005 14:36:31 -0000
1958              Message-ID: <rt-3.0.11-33892-106280.17.6407478352545@perl.org>
1959      Branch: perl
1960            ! Configure
1961 ____________________________________________________________________________
1962 [ 23847] By: rgs                                   on 2005/01/21  14:46:38
1963         Log: Upgrade to Test::Harness 2.46
1964      Branch: perl
1965            + lib/Test/Harness/TAP.pod lib/Test/Harness/t/harness.t
1966            + lib/Test/Harness/t/prove-globbing.t
1967            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Assert.pm
1968            ! lib/Test/Harness/Changes lib/Test/Harness/Iterator.pm
1969            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/prove-switches.t
1970            ! lib/Test/Harness/t/strap.t
1971 ____________________________________________________________________________
1972 [ 23845] By: rgs                                   on 2005/01/21  14:09:19
1973         Log: Subject: [perl #32967] [PATCH] Re: More B bugs: svref_2object
1974              From: Stephen McCamant <smcc@OCF.Berkeley.EDU>
1975              Date: Tue, 28 Dec 2004 16:01:49 -0800
1976              Message-ID: <16849.62445.116153.489478@apocalypse.OCF.Berkeley.EDU>
1977      Branch: perl
1978            ! ext/B/B.pm
1979 ____________________________________________________________________________
1980 [ 23844] By: rgs                                   on 2005/01/21  13:49:46
1981         Log: Subject: [Patch] [perl #32446]  close leaves fd open
1982              From: Steffen Ullrich <coyote.frank@gmx.net>
1983              Date: Wed, 01 Dec 2004 15:22:34 +0100
1984              Message-ID: <20041201142236.4273.qmail@lists.develooper.com>
1985      Branch: perl
1986            ! perlio.c
1987 ____________________________________________________________________________
1988 [ 23843] By: rgs                                   on 2005/01/21  13:35:49
1989         Log: Subject: [PATCH bleadperl] Re: [perl #31924] %INC caching failure-case problem
1990              From: Rick Delaney <rick@bort.ca>
1991              Date: Wed, 13 Oct 2004 12:40:18 -0400
1992              Message-ID: <20041013164018.GA32174@biff.bort.ca>
1993      Branch: perl
1994            ! embed.fnc embed.h global.sym hv.c hv.h pod/perlapi.pod
1995            ! pp_ctl.c proto.h t/comp/require.t
1996 ____________________________________________________________________________
1997 [ 23842] By: rgs                                   on 2005/01/21  10:57:48
1998         Log: Subject: Re: [PATCH] File::Find dies on find({follow=>1, ...}) on Win32
1999              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
2000              Date: Mon, 20 Dec 2004 16:08:56 -0800
2001              Message-ID: <20041221000856.GA2924@efn.org>
2002      Branch: perl
2003            ! pp_sys.c t/op/stat.t
2004 ____________________________________________________________________________
2005 [ 23841] By: rgs                                   on 2005/01/21  10:26:17
2006         Log: Subject: [PATCH] doc SVt_PVLV <=> SVt_PVGV change version in B.pm
2007              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
2008              Date: Sun, 19 Dec 2004 23:57:56 -0800
2009              Message-ID: <20041220075754.GA800@efn.org>
2010      Branch: perl
2011            ! ext/B/B.pm
2012 ____________________________________________________________________________
2013 [ 23840] By: rgs                                   on 2005/01/20  18:45:55
2014         Log: Subject: [patch] cleanup perlsfio.h
2015              From: Stas Bekman <stas@stason.org>
2016              Date: Thu, 13 Jan 2005 16:14:23 -0500
2017              Message-ID: <41E6E4AF.8070303@stason.org>
2018      Branch: perl
2019            ! perlsfio.h
2020 ____________________________________________________________________________
2021 [ 23839] By: rgs                                   on 2005/01/20  18:33:00
2022         Log: VERSION++
2023      Branch: perl
2024            ! lib/Text/ParseWords.pm
2025 ____________________________________________________________________________
2026 [ 23838] By: rgs                                   on 2005/01/20  18:21:36
2027         Log: Subject: Re: [perl #33173] shellwords.pl and tainting
2028              From: Alexey Tourbin <at@altlinux.ru>
2029              Date: Tue, 28 Dec 2004 22:29:37 +0300
2030              Message-ID: <20041228192937.GB7824@solemn.turbinal.org>
2031      Branch: perl
2032            + lib/Text/ParseWords/taint.t
2033            ! MANIFEST lib/Text/ParseWords.pm lib/shellwords.pl
2034 ____________________________________________________________________________
2035 [ 23836] By: nicholas                              on 2005/01/20  13:21:14
2036         Log: Run regen.pl and pod/buildtoc --build-all
2037      Branch: perl
2038            ! MANIFEST pod/perlapi.pod pod/perltoc.pod
2039 ____________________________________________________________________________
2040 [ 23835] By: nicholas                              on 2005/01/20  13:20:50
2041         Log: A little more determinacy in our sorting
2042      Branch: perl
2043            ! autodoc.pl
2044 ____________________________________________________________________________
2045 [ 23827] By: nicholas                              on 2005/01/19  21:22:30
2046         Log: Make "assertion" attribute code and test conditional
2047      Branch: perl
2048            ! t/op/attrs.t xsutils.c
2049 ____________________________________________________________________________
2050 [ 23824] By: merijn                                on 2005/01/19  18:32:41
2051         Log: Subject: [PATCH] Further follow-up to 23767
2052              From: Robin Barker <Robin.Barker@npl.co.uk>
2053              Date: Wed, 19 Jan 2005 18:30:31 -0000
2054              Message-ID: <533D273D4014D411AB1D00062938C4D90849C57D@hotel.npl.co.uk>
2055      Branch: perl
2056            ! XSUB.h gv.c perl.c perl.h pp_ctl.c sv.c utf8.c
2057 ____________________________________________________________________________
2058 [ 23822] By: rgs                                   on 2005/01/19  17:19:04
2059         Log: Subject: Re: [perl #32498] h2xs generates incorrect code for Makefile.PL for enums
2060              From: Noah <sitz@onastick.net>
2061              Date: Wed, 19 Jan 2005 12:33:52 -0500
2062              Message-ID: <20050119173352.GA15592@radu.onastick.net>
2063      Branch: perl
2064            ! utils/h2xs.PL
2065 ____________________________________________________________________________
2066 [ 23821] By: rgs                                   on 2005/01/19  11:30:38
2067         Log: Subject: [PATCH] op/stat.t test 9 failing on recent cygwin snapshots
2068              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
2069              Date: Sun, 16 Jan 2005 10:30:45 -0800
2070              Message-ID: <20050116183045.GA2768@efn.org>
2071      Branch: perl
2072            ! t/op/stat.t
2073 ____________________________________________________________________________
2074 [ 23820] By: rgs                                   on 2005/01/19  11:20:10
2075         Log: Subject: [PATCH] Make Data::Dumper work when dynamic extensions are not available
2076              From: "Jos I. Boumans" <kane@xs4all.net>
2077              Date: Tue, 18 Jan 2005 15:12:03 +0100
2078              Message-Id: <ED6BA2C4-695A-11D9-B09C-000A95EF62E2@xs4all.net>
2079      Branch: perl
2080            ! ext/Data/Dumper/Dumper.pm
2081 ____________________________________________________________________________
2082 [ 23819] By: rgs                                   on 2005/01/19  11:15:14
2083         Log: Fix dependencies in ext/B/Makefile.PL
2084              (bug #8254, fix by Alan Burlison)
2085      Branch: perl
2086            ! ext/B/Makefile.PL
2087 ____________________________________________________________________________
2088 [ 23817] By: steveh                                on 2005/01/19  09:33:27
2089         Log: Exclude "Thread" from $Config{extensions}
2090
2091              It is already excluded from $Config{dynamic_ext}, so should not be
2092              in $Config{extensions} either. (Note that Thread is actually still
2093              built, though. This is just for consistency with Unix builds.)
2094      Branch: perl
2095            ! win32/config_sh.PL
2096 ____________________________________________________________________________
2097 [ 23816] By: steveh                                on 2005/01/19  08:55:06
2098         Log: Exclude "Thread" from $Config{dynamic_ext}
2099
2100              This was accidentally broken by change 23757.  It has already been
2101              fixed in maint-5.8 when resolving conflicts during integration of
2102              23757, so this one does NOT need integrating itself!
2103
2104              For more details see:
2105              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-01/msg00477.html
2106      Branch: perl
2107            ! win32/config_sh.PL
2108 ____________________________________________________________________________
2109 [ 23807] By: steveh                                on 2005/01/17  17:55:02
2110         Log: Fix for building with MinGW under Cygwin
2111
2112              Subject: [PATCH] building win32 perl with cygwin's mingw (was: Re: [PATCH] Re: lib/Config/Extensions.t fails on Win32)
2113              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
2114              Date: Thu, 13 Jan 2005 16:11:36 -0800
2115              Message-ID: <20050114001136.GC2516@efn.org>
2116      Branch: perl
2117            ! ext/Errno/Errno_pm.PL
2118 ____________________________________________________________________________
2119 [ 23806] By: steveh                                on 2005/01/17  16:57:10
2120         Log: Get $Config{ccversion} or $Config{gccversion} filled in on Win32
2121      Branch: perl
2122            ! win32/config_sh.PL
2123 ____________________________________________________________________________
2124 [ 23805] By: nicholas                              on 2005/01/14  19:56:42
2125         Log: Better test diagnostics for the numbers tests.
2126              (Failure diagnostics were always good, but now the tests have names,
2127              which show even when they pass)
2128      Branch: perl
2129            ! t/op/pack.t
2130 ____________________________________________________________________________
2131 [ 23803] By: nicholas                              on 2005/01/14  12:06:31
2132         Log: Correct the editor block to match the perl 5 policy on tabs
2133      Branch: perl
2134            ! pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c scope.c
2135            ! sv.c universal.c
2136 ____________________________________________________________________________
2137 [ 23802] By: nicholas                              on 2005/01/14  10:58:47
2138         Log: Refactor S_regclass to generate slightly smaller object code
2139      Branch: perl
2140            ! regcomp.c
2141 ____________________________________________________________________________
2142 [ 23801] By: nicholas                              on 2005/01/14  10:32:08
2143         Log: A terser way to write the \-ing code in pv_uni_display
2144              Plus drive-by insert of a more correct editor block. (thanks Dave)
2145      Branch: perl
2146            ! utf8.c
2147 ____________________________________________________________________________
2148 [ 23800] By: nicholas                              on 2005/01/14  09:55:16
2149         Log: Improve documentation for sv_catpvf, to note that pattern's UTF-8ness
2150              is taken from the SV's UTF-8ness
2151      Branch: perl
2152            ! pod/perlapi.pod sv.c
2153 ____________________________________________________________________________
2154 [ 23799] By: nicholas                              on 2005/01/14  09:52:51
2155         Log: SvUTF8_off() in do_join can be unconditional.
2156      Branch: perl
2157            ! doop.c
2158 ____________________________________________________________________________
2159 [ 23798] By: nicholas                              on 2005/01/14  09:28:14
2160         Log: sv_catpvf holds no advantage over sv_catpv when the "pattern" isn't.
2161      Branch: perl
2162            ! op.c regcomp.c toke.c utf8.c
2163 ____________________________________________________________________________
2164 [ 23797] By: nicholas                              on 2005/01/13  23:13:05
2165         Log: Use the new SV_NOSTEAL flag to avoid the SvTEMP dance in newSVsv
2166      Branch: perl
2167            ! sv.c
2168 ____________________________________________________________________________
2169 [ 23796] By: nicholas                              on 2005/01/13  23:10:38
2170         Log: sv_2mortal(NEWSV(0,0)) better written as sv_newmortal()
2171      Branch: perl
2172            ! utf8.c
2173 ____________________________________________________________________________
2174 [ 23795] By: nicholas                              on 2005/01/13  22:54:10
2175         Log: replace NEWSV(), SvSetSV() with newSVsv()
2176      Branch: perl
2177            ! pp.c pp_hot.c pp_sort.c regexec.c scope.c toke.c
2178 ____________________________________________________________________________
2179 [ 23794] By: nicholas                              on 2005/01/13  22:39:58
2180         Log: Turn the unreachable code into assertions. (So prove me wrong...)
2181      Branch: perl
2182            ! pp_pack.c
2183 ____________________________________________________________________________
2184 [ 23793] By: nicholas                              on 2005/01/13  22:07:20
2185         Log: Source code tidy up - avoid assigning to sv.
2186      Branch: perl
2187            ! pp_pack.c
2188 ____________________________________________________________________________
2189 [ 23792] By: nicholas                              on 2005/01/13  21:54:21
2190         Log: Avoid dogfood problems when an empty string accidentally ends up
2191              as a constant name. [They don't work in qw(), strangely]
2192      Branch: perl
2193            ! lib/ExtUtils/Constant.pm
2194 ____________________________________________________________________________
2195 [ 23791] By: nicholas                              on 2005/01/13  21:44:53
2196         Log: The leaktesting of NEWSV() is long dead, so create and initialise
2197              SV values in one, to simplify source code and shrink object code
2198              by about 1%
2199      Branch: perl
2200            ! pp_pack.c
2201 ____________________________________________________________________________
2202 [ 23790] By: nicholas                              on 2005/01/13  20:55:37
2203         Log: Not a good idea to use unpack "H*" to peek at a scalar's internal
2204              representation.
2205      Branch: perl
2206            ! t/op/join.t
2207 ____________________________________________________________________________
2208 [ 23789] By: nicholas                              on 2005/01/13  14:05:08
2209         Log: Update copyright years. Add an editor block while passing by.
2210      Branch: perl
2211            ! pp_ctl.c pp_hot.c pp_sort.c pp_sys.c regcomp.c scope.c sv.c
2212            ! universal.c
2213 ____________________________________________________________________________
2214 [ 23788] By: nicholas                              on 2005/01/13  13:50:40
2215         Log: utf.pm needs to require Carp before croak()ing
2216      Branch: perl
2217            ! lib/utf8.pm lib/utf8.t
2218 ____________________________________________________________________________
2219 [ 23787] By: nicholas                              on 2005/01/13  13:21:11
2220         Log: Refactor all the unpack checksum-or-not logic to avoid massive
2221              duplication.
2222      Branch: perl
2223            ! pp_pack.c
2224 ____________________________________________________________________________
2225 [ 23786] By: merijn                                on 2005/01/13  11:28:31
2226         Log: Subject: Re: killing USE_5005THREADS in blead?
2227              From: Stas Bekman <stas@stason.org>
2228              Date: Wed, 12 Jan 2005 16:32:42 -0500
2229              Message-ID: <41E5977A.3060306@stason.org>
2230      Branch: perl
2231            ! perl.c
2232 ____________________________________________________________________________
2233 [ 23785] By: steveh                                on 2005/01/13  10:24:13
2234         Log: Fix Win32 build problem caused by change 23757
2235
2236              Change 23757 added a glob() call to win32/FindExt.pm.  That code is
2237              run by miniperl.exe when making the ..\config.sh target, but
2238              miniperl.exe is built with -D PERL_EXTERNAL_GLOB so it requires
2239              perlglob.exe to do the glob().  perlglob.exe has been built, but is
2240              in the top-level of the source tree so is not found when miniperl.exe
2241              is executed from within the win32/ sub-directory.
2242
2243              This was causing smokes to fail on t/lib/commonsense.t because the
2244              "extensions" field in lib/Config_heavy.pl only contained
2245              "threads/shared" as a result of the glob() not finding anything.
2246
2247              Manual builds had been working fine for me because I had an installed
2248              perl in my PATH so perlglob.exe was being found there instead!
2249      Branch: perl
2250            ! win32/FindExt.pm
2251 ____________________________________________________________________________
2252 [ 23783] By: rgs                                   on 2005/01/12  18:04:17
2253         Log: Subject: [PATCH] follow-up to #23765
2254              From: "Craig A. Berry" <craigberry@mac.com>
2255              Date: Tue, 11 Jan 2005 21:01:27 -0600
2256              Message-ID: <41E49307.7080900@mac.com>
2257      Branch: perl
2258            ! lib/warnings.t
2259 ____________________________________________________________________________
2260 [ 23782] By: nicholas                              on 2005/01/11  19:10:20
2261         Log: Fix bug 32294 - index()/rindex() ignore UTF8 flag
2262              (for cases of mixed UTF8/bytes)
2263              Test code based on bug report by John Gardiner Myers
2264      Branch: perl
2265            ! pp.c t/op/index.t
2266 ____________________________________________________________________________
2267 [ 23781] By: rgs                                   on 2005/01/11  17:04:24
2268         Log: Subject: [PATCH] follow-up to 23767
2269              From: Robin Barker <Robin.Barker@npl.co.uk>
2270              Date: Tue, 11 Jan 2005 15:48:49 -0000
2271              Message-ID: <533D273D4014D411AB1D00062938C4D90849C56A@hotel.npl.co.uk>
2272      Branch: perl
2273            ! Porting/pumpkin.pod sv.c
2274 ____________________________________________________________________________
2275 [ 23780] By: mhx                                   on 2005/01/10  19:25:27
2276         Log: Remove PERL_FLEXIBLE_EXCEPTIONS code.
2277      Branch: perl
2278            ! embed.fnc embed.h embedvar.h global.sym makedef.pl perl.c
2279            ! perl.h perlapi.h pod/perlapi.pod pod/perlintern.pod pp_ctl.c
2280            ! proto.h scope.c scope.h sv.c thrdvar.h
2281 ____________________________________________________________________________
2282 [ 23779] By: nicholas                              on 2005/01/10  17:07:03
2283         Log: Subject: [PATCH] t/op/split.t #11 nit on VMS
2284              From: "Craig A. Berry" <craigberry@mac.com>
2285              Message-ID: <41E1C261.5020100@mac.com>
2286              Date: Sun, 09 Jan 2005 17:46:41 -0600
2287      Branch: perl
2288            ! t/op/split.t
2289 ____________________________________________________________________________
2290 [ 23778] By: steveh                                on 2005/01/10  11:53:10
2291         Log: Need to close files before unlinking them on Win32
2292
2293              (Various files created by test programs are left behind otherwise,
2294              and distclean doesn't clean them up)
2295      Branch: perl
2296            ! lib/FileCache/t/01open.t lib/FileCache/t/04twoarg.t
2297            ! lib/FileCache/t/07noimport.t t/op/read.t
2298 ____________________________________________________________________________
2299 [ 23777] By: steveh                                on 2005/01/10  10:28:00
2300         Log: Make Win32's distclean target clean up properly
2301      Branch: perl
2302            ! win32/Makefile win32/makefile.mk
2303 ____________________________________________________________________________
2304 [ 23776] By: steveh                                on 2005/01/10  09:45:50
2305         Log: Get $Config{osvers} filled in on Win32
2306      Branch: perl
2307            ! win32/config_sh.PL
2308 ____________________________________________________________________________
2309 [ 23775] By: merijn                                on 2005/01/10  08:54:00
2310         Log: Subject: [PATCH] follow-up to #23748, -Duselargefiles on VMS
2311              Date: Sun, 09 Jan 2005 17:52:09 -0600
2312              From: "Craig A. Berry" <craigberry@mac.com>
2313              Message-ID: <41E1C3A9.9080900@mac.com>
2314      Branch: perl
2315            ! configure.com
2316 ____________________________________________________________________________
2317 [ 23774] By: nicholas                              on 2005/01/09  23:42:25
2318         Log: Shorter source code in pp_gelem. (But it compiles to the same size)
2319      Branch: perl
2320            ! pp.c
2321 ____________________________________________________________________________
2322 [ 23773] By: nicholas                              on 2005/01/09  21:50:28
2323         Log: If we know the length of the string constant, save a strlen()
2324      Branch: perl
2325            ! perl.c pp_sys.c
2326 ____________________________________________________________________________
2327 [ 23772] By: nicholas                              on 2005/01/09  21:26:40
2328         Log: savepv(SvPV(sv,n_a)) is common, and creates an unnecessary call to
2329              strlen(). Add savesvpv(sv), which gets the length from the SV,
2330              and returns a copy of its PV.
2331      Branch: perl
2332            ! embed.fnc embed.h global.sym mg.c pp_sys.c proto.h regcomp.c
2333            ! universal.c util.c
2334 ____________________________________________________________________________
2335 [ 23771] By: nicholas                              on 2005/01/09  19:42:30
2336         Log: Can pass in a length here without introducing a bug. Might save
2337              a strlen()
2338      Branch: perl
2339            ! toke.c
2340 ____________________________________________________________________________
2341 [ 23770] By: nicholas                              on 2005/01/09  15:05:33
2342         Log: Pull the am-I-utf8-or-not logic into one place (S_newSV_maybe_utf8)
2343              as I think that it will be needed for utf8 soft references.
2344      Branch: perl
2345            ! toke.c
2346 ____________________________________________________________________________
2347 [ 23769] By: steveh                                on 2005/01/07  17:25:35
2348         Log: Disable PERL_MALLOC and DEBUG_MSTATS in win32/makefile.mk by default
2349              and force PERL_MALLOC off if USE_IMP_SYS is on
2350
2351              This brings makefile.mk into line with Makefile in this regard
2352
2353              (PERL_MALLOC cannot currently be used with USE_IMP_SYS, e.g. see:
2354              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2004-07/msg00465.html
2355              so it is sensible to enforce this, and to not have the default set
2356              to a configuration that isn't allowed)
2357      Branch: perl
2358            ! win32/makefile.mk
2359 ____________________________________________________________________________
2360 [ 23768] By: rgs                                   on 2005/01/07  14:30:51
2361         Log: Subject: Re: [PATCH] Remove Carp from warnings.pm
2362              From: Jim Cromie <jim.cromie@gmail.com>
2363              Date: Mon, 3 Jan 2005 06:36:16 -0700
2364              Message-ID: <cfe85dfa05010305367445dee6@mail.gmail.com>
2365      Branch: perl
2366            + lib/vars_carp.t
2367            ! MANIFEST ext/B/t/optree_specials.t ext/B/t/stash.t lib/Carp.pm
2368            ! lib/English.pm lib/Exporter.pm lib/Exporter.t
2369            ! lib/Exporter/Heavy.pm lib/warnings.pm warnings.pl
2370 ____________________________________________________________________________
2371 [ 23767] By: rgs                                   on 2005/01/07  13:41:47
2372         Log: Subject: [PATCH] to improve -DCHECK_FORMAT
2373              From: Robin Barker <Robin.Barker@npl.co.uk>
2374              Date: Wed, 5 Jan 2005 11:55:09 -0000
2375              Message-ID: <533D273D4014D411AB1D00062938C4D90849C55A@hotel.npl.co.uk>
2376      Branch: perl
2377            ! mg.c perl.h pp.h pp_sys.c sv.c
2378 ____________________________________________________________________________
2379 [ 23766] By: nicholas                              on 2005/01/07  12:46:07
2380         Log: Stage 1 of utf8 support for soft references.
2381              Change gv_fetchpv to take a UTF8 flag, as gv_fetchpvn_flags
2382              Add gv_fetchsv to look up a GV by SV rather than a char * pointer
2383              Provide a backwards compatability gv_fetchpv
2384              Migrate from gv_fetchpv to gv_fetchsv where the caller was grabbing
2385              the pointer from an SV
2386              All tests still pass.
2387      Branch: perl
2388            ! embed.fnc embed.h global.sym gv.c gv.h mg.c op.c perl.h pp.c
2389            ! pp_hot.c pp_sys.c proto.h sv.c sv.h toke.c universal.c
2390 ____________________________________________________________________________
2391 [ 23765] By: nicholas                              on 2005/01/07  11:23:48
2392         Log: Subject: [PATCH] make lib/warnings.t use t/test.pl
2393              From: "Craig A. Berry" <craigberry@mac.com>
2394              Message-ID: <41DDCA71.1080704@mac.com>
2395              Date: Thu, 06 Jan 2005 17:32:01 -0600
2396      Branch: perl
2397            ! lib/warnings.t
2398 ____________________________________________________________________________
2399 [ 23764] By: steveh                                on 2005/01/07  08:35:29
2400         Log: Fix win32/config.*'s cc, ld and other related values
2401
2402              cc and ld themselves always get replaced with correct values anyway
2403              so we just provide example values as per other similar settings
2404
2405              Other related values (ccname, cpp, cpprun, cppstdin) need to use the
2406              correct ~keyword~, namely ~cc~, not ~CC~, otherwise they do not get set
2407
2408              Subject: [PATCH] Re: lib/Config/Extensions.t fails on Win32
2409              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
2410              Date: Wed, 5 Jan 2005 10:01:41 -0800
2411              Message-ID: <20050105180141.GA676@efn.org>
2412
2413              Subject: Re: [PATCH] Re: lib/Config/Extensions.t fails on Win32
2414              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
2415              Date: Thu, 6 Jan 2005 11:53:11 -0800
2416              Message-ID: <20050106195311.GC1300@efn.org>
2417      Branch: perl
2418            ! win32/config.bc win32/config.gc win32/config.vc
2419            ! win32/config.vc64
2420 ____________________________________________________________________________
2421 [ 23763] By: nicholas                              on 2005/01/06  17:42:59
2422         Log: Add TODO tests for UTF8 encoded soft references
2423      Branch: perl
2424            ! t/op/ref.t
2425 ____________________________________________________________________________
2426 [ 23762] By: steveh                                on 2005/01/06  16:50:10
2427         Log: Allow static linking core extensions on Win32 with MinGW
2428
2429              Subject: [PATCH] Re: lib/Config/Extensions.t fails on Win32
2430              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
2431              Date: Wed, 5 Jan 2005 10:01:41 -0800
2432              Message-ID: <20050105180141.GA676@efn.org>
2433      Branch: perl
2434            ! win32/buildext.pl win32/makefile.mk
2435 ____________________________________________________________________________
2436 [ 23761] By: rgs                                   on 2005/01/06  15:49:39
2437         Log: Silence a compilation warning
2438      Branch: perl
2439            ! pp_sort.c
2440 ____________________________________________________________________________
2441 [ 23760] By: nicholas                              on 2005/01/06  14:59:17
2442         Log: Turn barewords into strings to run under strict subs.
2443              Run under strict refs outside the soft reference tests.
2444      Branch: perl
2445            ! t/op/ref.t
2446 ____________________________________________________________________________
2447 [ 23759] By: nicholas                              on 2005/01/06  14:34:24
2448         Log: All tests now use test.pl
2449      Branch: perl
2450            ! t/op/ref.t
2451 ____________________________________________________________________________
2452 [ 23758] By: nicholas                              on 2005/01/06  11:44:08
2453         Log: Start converting t/op/ref.t to use test.pl
2454      Branch: perl
2455            ! t/op/ref.t
2456 ____________________________________________________________________________
2457 [ 23757] By: steveh                                on 2005/01/06  11:26:12
2458         Log: Fix extensions config fields on Win32 to be as they are on Unix
2459
2460              Subject: [PATCH] Re: lib/Config/Extensions.t fails on Win32
2461              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
2462              Date: Wed, 5 Jan 2005 10:01:41 -0800
2463              Message-ID: <20050105180141.GA676@efn.org>
2464      Branch: perl
2465            ! win32/FindExt.pm win32/config_sh.PL
2466 ____________________________________________________________________________
2467 [ 23756] By: nicholas                              on 2005/01/05  21:58:15
2468         Log: Correct a Greengrocer's apostrophe.
2469      Branch: perl
2470            ! ext/DynaLoader/dl_dyld.xs
2471 ____________________________________________________________________________
2472 [ 23755] By: nicholas                              on 2005/01/05  21:36:26
2473         Log: Foolishly I committed change 23753 before remembering to test without
2474              ithreads. No tests => bugs. This should fix them.
2475      Branch: perl
2476            ! perl.c
2477 ____________________________________________________________________________
2478 [ 23754] By: nicholas                              on 2005/01/05  20:14:02
2479         Log: Error-free constant folding is a TODO
2480      Branch: perl
2481            ! pod/perltodo.pod
2482 ____________________________________________________________________________
2483 [ 23753] By: nicholas                              on 2005/01/05  19:44:28
2484         Log: Turn INIT_TLS_AND_INTERP into a static function
2485      Branch: perl
2486            ! perl.c
2487 ____________________________________________________________________________
2488 [ 23752] By: nicholas                              on 2005/01/05  16:27:19
2489         Log: Shave off the explict 1; from the end of lib/Config.pm
2490      Branch: perl
2491            ! configpm
2492 ____________________________________________________________________________
2493 [ 23751] By: rgs                                   on 2005/01/05  13:31:51
2494         Log: Subject: [PATCH] unnecessary rmdir in Makefile
2495              From: Robin Barker <Robin.Barker@npl.co.uk>
2496              Date: Wed, 5 Jan 2005 11:58:54 -0000
2497              Message-ID: <533D273D4014D411AB1D00062938C4D90849C55C@hotel.npl.co.uk>
2498      Branch: perl
2499            ! Makefile.SH
2500 ____________________________________________________________________________
2501 [ 23750] By: merijn                                on 2005/01/05  11:44:11
2502         Log: Subject: [PATCH] gcc and ld in Configure
2503              From: Robin Barker <Robin.Barker@npl.co.uk>
2504              Date: Wed, 5 Jan 2005 12:04:25 -0000
2505              Message-ID: <533D273D4014D411AB1D00062938C4D90849C55D@hotel.npl.co.uk>
2506      Branch: perl
2507            ! hints/solaris_2.sh
2508 ____________________________________________________________________________
2509 [ 23749] By: nicholas                              on 2005/01/05  11:25:29
2510         Log: Subject: [PATCH] Avoid segfault when pthread_key_create fails
2511              From: Gisle Aas <gisle@ActiveState.com>
2512              Date: 05 Jan 2005 01:09:51 -0800
2513              Message-ID: <lracroz1gg.fsf@caliper.activestate.com>
2514      Branch: perl
2515            ! thread.h
2516 ____________________________________________________________________________
2517 [ 23748] By: nicholas                              on 2005/01/05  10:44:59
2518         Log: Subject: [PATCH] -Duselargefiles for VMS
2519              From: "Craig A. Berry" <craigberry@mac.com>
2520              Message-ID: <41DB63A6.7040504@mac.com>
2521              Date: Tue, 04 Jan 2005 21:48:54 -0600
2522      Branch: perl
2523            ! configure.com vms/descrip_mms.template vms/vmsish.h
2524 ____________________________________________________________________________
2525 [ 23747] By: nicholas                              on 2005/01/05  10:10:14
2526         Log: Rafael spotted that my changes caused warnings. So clean up.
2527      Branch: perl
2528            ! t/op/attrs.t
2529 ____________________________________________________________________________
2530 [ 23746] By: nicholas                              on 2005/01/04  23:07:25
2531         Log: Update copyright years.
2532      Branch: perl
2533            ! mg.c miniperlmain.c op.c perlio.c xsutils.c
2534 ____________________________________________________________________________
2535 [ 23745] By: nicholas                              on 2005/01/04  19:32:01
2536         Log: Make the switch statement discriminate similar names more
2537              efficiently.
2538      Branch: perl
2539            ! xsutils.c
2540 ____________________________________________________________________________
2541 [ 23744] By: nicholas                              on 2005/01/04  16:20:43
2542         Log: Check all attributes in modify_SV_attributes are recognised.
2543              Fix bug where 'assertion' was always rejected as invalid.
2544      Branch: perl
2545            ! t/op/attrs.t xsutils.c
2546 ____________________________________________________________________________
2547 [ 23743] By: nicholas                              on 2005/01/04  12:46:56
2548         Log: Use the new ${^UTF8LOCALE} to make the test reliable.
2549      Branch: perl
2550            ! t/io/layers.t
2551 ____________________________________________________________________________
2552 [ 23742] By: merijn                                on 2005/01/04  12:38:03
2553         Log: Subject: [PATCH pod/perlxs.pod] RE: [perl #32660] INT2PTR not mentioned in perlxs(1)
2554              From: Robin Barker <Robin.Barker@npl.co.uk>
2555              Date: Tue, 4 Jan 2005 12:32:29 -0000
2556              Message-ID: <533D273D4014D411AB1D00062938C4D90849C553@hotel.npl.co.uk>
2557      Branch: perl
2558            ! pod/perlxs.pod
2559 ____________________________________________________________________________
2560 [ 23741] By: nicholas                              on 2005/01/04  11:27:57
2561         Log: Add ${^UTF8LOCALE} to give perl space access to PL_utf8locale
2562      Branch: perl
2563            ! gv.c mg.c
2564 ____________________________________________________________________________
2565 [ 23740] By: steveh                                on 2005/01/04  10:56:55
2566         Log: Bring win32/config.* into line with win32/config_H.*
2567              so that "perl -V:usemallocwrap" tells us what the configuration is
2568              instead of saying 'UNKNOWN'.
2569      Branch: perl
2570            ! win32/config.bc win32/config.gc win32/config.vc
2571            ! win32/config.vc64
2572 ____________________________________________________________________________
2573 [ 23739] By: rgs                                   on 2005/01/04  08:36:50
2574         Log: Subject: [PATCH] Math::BigInt v1.74, Math::BigRat v0.14, bignum v0.16
2575              From: Tels <nospam-abuse@bloodgate.com>
2576              Date: Sat, 1 Jan 2005 18:59:51 +0100
2577              Message-Id: <200501011859.52858@bloodgate.com>
2578      Branch: perl
2579            + lib/Math/BigInt/t/lib_load.t lib/bignum/t/ratopt_a.t
2580            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
2581            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/CalcEmu.pm
2582            ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bare_mbi.t
2583            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
2584            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
2585            ! lib/Math/BigInt/t/inf_nan.t lib/Math/BigInt/t/sub_mbf.t
2586            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/upgrade.inc
2587            ! lib/Math/BigInt/t/with_sub.t lib/Math/BigRat.pm
2588            ! lib/Math/BigRat/t/bigrat.t lib/Math/BigRat/t/bigratpm.inc
2589            ! lib/Math/BigRat/t/bigratpm.t lib/bigint.pm lib/bignum.pm
2590            ! lib/bignum/t/option_a.t lib/bignum/t/option_l.t
2591            ! lib/bignum/t/option_p.t lib/bigrat.pm
2592            ! t/lib/Math/BigFloat/Subclass.pm
2593 ____________________________________________________________________________
2594 [ 23738] By: rgs                                   on 2005/01/04  08:05:16
2595         Log: Happy new year
2596      Branch: perl
2597            ! README
2598 ____________________________________________________________________________
2599 [ 23736] By: nicholas                              on 2005/01/03  21:17:28
2600         Log: Return an immortal from attributes::_warn_reserved (a private
2601              function). (saves creating a new IV)
2602      Branch: perl
2603            ! xsutils.c
2604 ____________________________________________________________________________
2605 [ 23735] By: nicholas                              on 2005/01/03  20:58:09
2606         Log: Change dXSTARGET to dXSTARG as recommended by Spider Boardman.
2607      Branch: perl
2608            ! xsutils.c
2609 ____________________________________________________________________________
2610 [ 23733] By: nicholas                              on 2005/01/03  18:54:22
2611         Log: D'oh! Spurious aTHX_. Here was I thinking that my test build was
2612              threaded, but "oh no it isn't!" :-(
2613      Branch: perl
2614            ! toke.c
2615 ____________________________________________________________________________
2616 [ 23732] By: rgs                                   on 2005/01/03  17:24:24
2617         Log: Integrate a patch from Gentoo for uclibc support.
2618              See :
2619              Subject: Re: Static linking notes --- perl5.8.6 and uClibc
2620              From: Alexey Tourbin <at@altlinux.ru>
2621              Date: Tue, 28 Dec 2004 14:25:42 +0300
2622              Message-ID: <20041228112542.GB21037@solemn.turbinal.org>
2623      Branch: perl
2624            ! perlio.c
2625 ____________________________________________________________________________
2626 [ 23731] By: nicholas                              on 2005/01/02  23:18:07
2627         Log: Remove compiler warnings.
2628      Branch: perl
2629            ! toke.c
2630 ____________________________________________________________________________
2631 [ 23730] By: nicholas                              on 2005/01/02  22:49:49
2632         Log: Change 23727 broke code that relied on \ being escaped.
2633              Fix this. *Everything* should work now.
2634      Branch: perl
2635            + t/run/switchF1.t
2636            ! MANIFEST toke.c
2637 ____________________________________________________________________________
2638 [ 23729] By: nicholas                              on 2005/01/02  07:46:12
2639         Log: Splitting the -n/-p code and concatenating strings generates
2640              smaller object code.
2641      Branch: perl
2642            ! toke.c
2643 ____________________________________________________________________________
2644 [ 23728] By: nicholas                              on 2005/01/01  21:34:52
2645         Log: Concatenate some string constants
2646      Branch: perl
2647            ! toke.c
2648 ____________________________________________________________________________
2649 [ 23727] By: nicholas                              on 2005/01/01  21:13:53
2650         Log: Use Rafael's sick trick of ASCII NUL as a q'' delimiter to save a
2651              lot of quoting code
2652      Branch: perl
2653            ! toke.c
2654 ____________________________________________________________________________
2655 [ 23726] By: nicholas                              on 2005/01/01  20:48:31
2656         Log: Probably should be using *pvn rather than *pv forms for speed in
2657              toke.c (to save a strlen())
2658      Branch: perl
2659            ! toke.c
2660 ____________________________________________________________________________
2661 [ 23725] By: nicholas                              on 2005/01/01  20:26:27
2662         Log: strEQ/strNE of 1 character strings seems better hand inlined,
2663              because it generates smaller object code (as well as being
2664              faster than a true function call)
2665      Branch: perl
2666            ! doio.c locale.c op.c perl.c pp.c toke.c util.c
2667 ____________________________________________________________________________
2668 [ 23724] By: nicholas                              on 2005/01/01  17:15:58
2669         Log: Not all the world's a VAX, er ASCII, so don't make assumptions.
2670              Tweak is_gv_magical's string comparisons to produce smaller object
2671              code.
2672              First 2005 copyright notice.
2673      Branch: perl
2674            ! gv.c
2675 ____________________________________________________________________________
2676 [ 23723] By: nicholas                              on 2005/01/01  13:54:33
2677         Log: Change 23714 accidentally broke t/io/layers.t when testing with
2678              UTF8 locales and the -C flag. When UTF8 is flagged as enabled
2679              based on the locale, we have no perl space access to PL_utf8locale
2680              so assume for the moment that UTF8 is never conditionally enabled.
2681      Branch: perl
2682            ! t/io/layers.t
2683 ____________________________________________________________________________
2684 [ 23722] By: nicholas                              on 2004/12/31  23:04:47
2685         Log: Skip the switch statement entirely if the pointer is null, rather
2686              than the old pointless switch on '\0'. Also skip re-comparing the
2687              first character. Faster, and generates terser object code.
2688      Branch: perl
2689            ! pp.c
2690 ____________________________________________________________________________
2691 [ 23721] By: nicholas                              on 2004/12/31  22:46:25
2692         Log: Doing the strnEQ char by char for 2 and 3 character strings
2693              generates a smaller object file, and will be faster.
2694      Branch: perl
2695            ! doio.c
2696 ____________________________________________________________________________
2697 [ 23720] By: nicholas                              on 2004/12/31  21:41:25
2698         Log: Improve documentation for is_gv_magical, and split the switch
2699              statement into 2 parts, lengths > 1 and lengths <= 1
2700              This should cause most variables (lower case, multicharacter)
2701              to escape the function without passing through a switch table.
2702      Branch: perl
2703            ! gv.c
2704 ____________________________________________________________________________
2705 [ 23719] By: nicholas                              on 2004/12/31  21:02:59
2706         Log: Because name is always NUL terminated we can incorporate length
2707              0 names in the switch statement for length 1.
2708      Branch: perl
2709            ! gv.c
2710 ____________________________________________________________________________
2711 [ 23718] By: nicholas                              on 2004/12/31  20:25:52
2712         Log: Generate smaller object code by using a single switch statement
2713              for determining which names are forced into main::
2714      Branch: perl
2715            ! gv.c
2716 ____________________________________________________________________________
2717 [ 23717] By: nicholas                              on 2004/12/31  18:31:18
2718         Log: Tidy up comments in change 23716
2719      Branch: perl
2720            ! gv.c
2721 ____________________________________________________________________________
2722 [ 23716] By: nicholas                              on 2004/12/31  18:22:54
2723         Log: Refactor gv_fetchpv so that the overwhelmingly common case
2724              (variable names starting with a lower case letter or _, longer
2725              than one character) get out of the function very quickly.
2726              (Without even passing through a switch statement jump table)
2727              Also fixes bug 33631
2728      Branch: perl
2729            ! gv.c
2730 ____________________________________________________________________________
2731 [ 23715] By: nicholas                              on 2004/12/31  15:43:07
2732         Log: Subject: [PATCH] randbits and randfunc for VMS
2733              From: "Craig A. Berry" <craigberry@mac.com>
2734              Message-ID: <41D570BF.8010409@mac.com>
2735              Date: Fri, 31 Dec 2004 09:31:11 -0600
2736      Branch: perl
2737            ! configure.com
2738 ____________________________________________________________________________
2739 [ 23714] By: nicholas                              on 2004/12/31  13:14:18
2740         Log: Bug in t/io/layers.t spotted by Ignasi Roca Carrió
2741      Branch: perl
2742            ! AUTHORS t/io/layers.t
2743 ____________________________________________________________________________
2744 [ 23712] By: mhx                                   on 2004/12/30  18:29:02
2745         Log: Mention ppport.h and its --api-info switch in perlguts.
2746      Branch: perl
2747            ! pod/perlguts.pod
2748 ____________________________________________________________________________
2749 [ 23711] By: merijn                                on 2004/12/30  13:10:20
2750         Log: Subject: [PATCH] Allow Configure's d_attribut to be set from the command line
2751              From: Gisle Aas <gisle@ActiveState.com>
2752              Date: 30 Dec 2004 03:39:36 -0800
2753              Message-ID: <lrllbgypzb.fsf@caliper.activestate.com>
2754      Branch: perl
2755            ! Configure
2756 ____________________________________________________________________________
2757 [ 23708] By: nicholas                              on 2004/12/29  21:41:04
2758         Log: Thinko in the description of Config::Extensions
2759      Branch: perl
2760            ! MANIFEST
2761 ____________________________________________________________________________
2762 [ 23707] By: nicholas                              on 2004/12/29  21:25:29
2763         Log: Experimental module intended to simplify core regression tests
2764      Branch: perl
2765            + lib/Config/Extensions.pm lib/Config/Extensions.t
2766            ! MANIFEST
2767 ____________________________________________________________________________
2768 [ 23706] By: nicholas                              on 2004/12/29  21:24:30
2769         Log: Skip tests that binmode :utf8 if there is no perlio
2770      Branch: perl
2771            ! t/op/read.t
2772 ____________________________________________________________________________
2773 [ 23705] By: nicholas                              on 2004/12/29  21:04:43
2774         Log: Ooops. Fix unitialised variable
2775      Branch: perl
2776            ! pp_sys.c
2777 ____________________________________________________________________________
2778 [ 23704] By: nicholas                              on 2004/12/29  19:47:12
2779         Log: Oops. Forgot to uncomment the last set of Unicode values for
2780              testing.
2781      Branch: perl
2782            ! t/op/read.t
2783 ____________________________________________________________________________
2784 [ 23703] By: nicholas                              on 2004/12/29  19:00:12
2785         Log: read (and presuambly sysread) would expose the UTF8 internals when
2786              reading from a byte orientated file handle into a UTF8 scalar.
2787      Branch: perl
2788            ! pp_sys.c t/op/read.t
2789 ____________________________________________________________________________
2790 [ 23702] By: nicholas                              on 2004/12/29  17:20:29
2791         Log: Add a lot of tests for combinations of values, offsets and lengths
2792      Branch: perl
2793            ! t/op/read.t
2794 ____________________________________________________________________________
2795 [ 23701] By: nicholas                              on 2004/12/29  16:28:58
2796         Log: Convert op/read.t to use test.pl and make it stricture compliant.
2797      Branch: perl
2798            ! t/op/read.t
2799 ____________________________________________________________________________
2800 [ 23700] By: mhx                                   on 2004/12/29  13:46:36
2801         Log: Upgrade to Devel::PPPort 3.04
2802      Branch: perl
2803            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
2804            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort_pm.PL
2805            ! ext/Devel/PPPort/TODO ext/Devel/PPPort/parts/inc/SvPV
2806            ! ext/Devel/PPPort/parts/inc/ppphbin
2807            ! ext/Devel/PPPort/parts/inc/ppphdoc
2808            ! ext/Devel/PPPort/parts/inc/ppphtest
2809 ____________________________________________________________________________
2810 [ 23696] By: merijn                                on 2004/12/29  12:41:14
2811         Log: Rebuilt after backport start for 23674, 23675, and 23676
2812      Branch: perl
2813            ! Configure
2814 ____________________________________________________________________________
2815 [ 23691] By: merijn                                on 2004/12/29  11:57:57
2816         Log: Subject: [PATCH] Cleanup ext/B tests for -w and to run separately
2817              Date: Tue, 28 Dec 2004 13:49:19 -0800
2818              From: Stephen McCamant <smcc@MIT.EDU>
2819              Message-ID: <16849.54495.424654.896889@apocalypse.OCF.Berkeley.EDU>
2820      Branch: perl
2821            ! ext/B/B/Terse.pm ext/B/t/asmdata.t ext/B/t/b.t
2822            ! ext/B/t/bblock.t ext/B/t/bytecode.t ext/B/t/concise.t
2823            ! ext/B/t/debug.t ext/B/t/deparse.t ext/B/t/f_map.t
2824            ! ext/B/t/f_sort.t ext/B/t/lint.t ext/B/t/o.t
2825            ! ext/B/t/optree_check.t ext/B/t/optree_concise.t
2826            ! ext/B/t/optree_samples.t ext/B/t/optree_sort.t
2827            ! ext/B/t/optree_specials.t ext/B/t/optree_varinit.t
2828            ! ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
2829            ! ext/B/t/xref.t
2830 ____________________________________________________________________________
2831 [ 23688] By: nicholas                              on 2004/12/28  10:25:28
2832         Log: Make Config.t warnings and strictures clean
2833      Branch: perl
2834            ! lib/Config.t
2835 ____________________________________________________________________________
2836 [ 23683] By: nicholas                              on 2004/12/27  16:03:59
2837         Log: Subject: [patch sv.c] comment fix
2838              From: Stas Bekman <stas@stason.org>
2839              Message-ID: <41CF50FE.5070307@stason.org>
2840              Date: Sun, 26 Dec 2004 19:02:06 -0500
2841      Branch: perl
2842            ! sv.c
2843 ____________________________________________________________________________
2844 [ 23682] By: nicholas                              on 2004/12/27  15:48:24
2845         Log: Add investigating self tie segfaults to the TODO
2846      Branch: perl
2847            ! pod/perltodo.pod
2848 ____________________________________________________________________________
2849 [ 23681] By: rgs                                   on 2004/12/24  13:51:59
2850         Log: Subject: [perl #33173] shellwords.pl and tainting
2851              From: perl-5.8.0@ton.iguana.be (via RT) <perlbug-followup@perl.org>
2852              Date: 24 Dec 2004 00:14:19 -0000
2853              Message-ID: <rt-3.0.11-33173-103504.3.54366755060383@perl.org>
2854      Branch: perl
2855            ! lib/shellwords.pl
2856 ____________________________________________________________________________
2857 [ 23680] By: rgs                                   on 2004/12/24  13:42:08
2858         Log: Subject: Missign STATEMENT brackets in PUSHMARK
2859              From: perl5-porters@ton.iguana.be (Ton Hospel)
2860              Date: Thu, 23 Dec 2004 17:55:13 +0000 (UTC)
2861              Message-Id: <cqf0q1$9cc$1@post.home.lunix>
2862      Branch: perl
2863            ! pp.h
2864 ____________________________________________________________________________
2865 [ 23679] By: nicholas                              on 2004/12/24  10:33:32
2866         Log: Don't do the ... expansion on archlib, sitelib etc, given that
2867              everyone should already be using archlibext etc
2868              Add the extra special case code for otherlibdirs
2869      Branch: perl
2870            ! configpm
2871 ____________________________________________________________________________
2872 [ 23678] By: rgs                                   on 2004/12/24  08:57:56
2873         Log: Subject: Re: [patch perlapi doc] sv_magic
2874              From: Stas Bekman <stas@stason.org>
2875              Date: Thu, 23 Dec 2004 16:28:06 -0500
2876              Message-ID: <41CB3866.1080307@stason.org>
2877      Branch: perl
2878            ! pod/perlapi.pod sv.c
2879 ____________________________________________________________________________
2880 [ 23677] By: nicholas                              on 2004/12/24  08:54:58
2881         Log: Subject: [PATCH] Re: Smoke [5.9.2] 23675 FAIL(m) openvms E8.2 (Alpha/4 cpu)
2882              From: "Craig A. Berry" <craigberry@mac.com>
2883              Message-ID: <41CB6BD1.8030207@mac.com>
2884              Date: Thu, 23 Dec 2004 19:07:29 -0600
2885      Branch: perl
2886            ! configure.com
2887 ____________________________________________________________________________
2888 [ 23676] By: nicholas                              on 2004/12/23  23:15:24
2889         Log: Bother. It helps if you also propagate the new entry to config.sh
2890      Branch: perl
2891            ! Configure
2892 ____________________________________________________________________________
2893 [ 23675] By: nicholas                              on 2004/12/23  22:14:42
2894         Log: Oops. You can't add new entries to config_h.SH without making some
2895              sort of corresponding defined/undefined value in config.sh somehow.
2896      Branch: perl
2897            ! Configure
2898 ____________________________________________________________________________
2899 [ 23674] By: nicholas                              on 2004/12/23  21:38:59
2900         Log: Relocatable @INC entries for Unix.
2901              (With appropriate fixups in Config.pm to complete the illusion)
2902              Currently can only be enabled with hackery to config.sh
2903              TODO - proper Configure support, and support for otherlibdirs in
2904              Config.pm
2905      Branch: perl
2906            ! Porting/Glossary config_h.SH configpm embed.fnc embed.h perl.c
2907            ! proto.h
2908 ____________________________________________________________________________
2909 [ 23673] By: merijn                                on 2004/12/23  21:04:37
2910         Log: 23669 was not such a good idea. More research needed.
2911      Branch: perl
2912            ! config_h.SH
2913 ____________________________________________________________________________
2914 [ 23672] By: rgs                                   on 2004/12/23  17:21:37
2915         Log: The "Setuid script not plain file" error wasn't documented.
2916      Branch: perl
2917            ! pod/perldiag.pod
2918 ____________________________________________________________________________
2919 [ 23671] By: rgs                                   on 2004/12/23  15:21:58
2920         Log: Subject: [PATCH] Data::Dumper Freezer fixes
2921              From: Sam Tregar <sam@tregar.com>
2922              Date: Sun, 19 Dec 2004 14:40:25 -0500 (EST)
2923              Message-ID: <Pine.LNX.4.61.0412191434490.7660@hillmont.dreamhost.com>
2924
2925              and bump Data::Dumper's VERSION
2926      Branch: perl
2927            + ext/Data/Dumper/t/freezer.t
2928            ! MANIFEST ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
2929 ____________________________________________________________________________
2930 [ 23670] By: nicholas                              on 2004/12/22  23:15:07
2931         Log: Fix typo
2932      Branch: perl
2933            ! ext/Storable/Storable.xs
2934 ____________________________________________________________________________
2935 [ 23669] By: merijn                                on 2004/12/22  20:16:53
2936         Log: Just to re-sync with metaconfig output. No real changes.
2937      Branch: perl
2938            ! config_h.SH
2939 ____________________________________________________________________________
2940 [ 23668] By: rgs                                   on 2004/12/22  08:46:21
2941         Log: Move the definition of the S_procself_val() function before
2942              the point where it's used
2943      Branch: perl
2944            ! perl.c
2945 ____________________________________________________________________________
2946 [ 23667] By: nicholas                              on 2004/12/21  20:56:58
2947         Log: Move the setting of $^X ahead of the initialisation of @INC
2948      Branch: perl
2949            ! perl.c
2950 ____________________________________________________________________________
2951 [ 23666] By: nicholas                              on 2004/12/21  20:31:57
2952         Log: $#a>>=1 relies on malloc wrap to avoid the segfault, so need to
2953              skip the test on platforms where it's not available
2954      Branch: perl
2955            ! t/op/bop.t
2956 ____________________________________________________________________________
2957 [ 23663] By: nicholas                              on 2004/12/21  11:58:53
2958         Log: Note that the shell's test uses eq etc for numbers, = etc for
2959              strings, the reverse of Perl, which is definitely a trap.
2960              Spotted by Alexei Alexandrov.
2961      Branch: perl
2962            ! AUTHORS pod/perltrap.pod
2963 ____________________________________________________________________________
2964 [ 23662] By: merijn                                on 2004/12/20  13:38:45
2965         Log: Subject: [PATCH] AUTHORS
2966              From: Tels <nospam-abuse@bloodgate.com>
2967              Date: Sun, 19 Dec 2004 14:28:44 +0100
2968              Message-Id: <200412191428.45898@bloodgate.com>
2969      Branch: perl
2970            ! AUTHORS
2971 ____________________________________________________________________________
2972 [ 23661] By: rgs                                   on 2004/12/17  09:08:23
2973         Log: Subject: Re: [perl #32717] BeOS specific Updates
2974              From: bonefish@cs.tu-berlin.de
2975              Date: Fri, 17 Dec 2004 01:17:40 +0100
2976              Message-Id: <20041217011740.14398.1@cs.tu-berlin.de>
2977      Branch: perl
2978            - beos/beos_flock_server.cpp beos/beos_flock_server.h
2979            ! MANIFEST Makefile.SH README.beos beos/beos.c beos/beosish.h
2980            ! hints/beos.sh
2981 ____________________________________________________________________________
2982 [ 23660] By: rgs                                   on 2004/12/16  16:09:20
2983         Log: Subject: [PATCH] bop.t follow-up to #23645
2984              From: "Craig A. Berry" <craigberry@mac.com>
2985              Date: Thu, 16 Dec 2004 08:53:32 -0600
2986              Message-ID: <41C1A16C.9040700@mac.com>
2987      Branch: perl
2988            ! t/op/bop.t
2989 ____________________________________________________________________________
2990 [ 23659] By: rgs                                   on 2004/12/16  16:05:49
2991         Log: Subject: Re: Can't locate auto/POSIX/autosplit.ix [perl #24445] [PATCH]
2992              From: Andy Dougherty <doughera@lafayette.edu>
2993              Date: Thu, 16 Dec 2004 09:57:44 -0500 (EST)
2994              Message-ID: <Pine.SOL.4.58.0412160953470.20202@maxwell.phys.lafayette.edu>
2995      Branch: perl
2996            ! ext/POSIX/Makefile.PL
2997 ____________________________________________________________________________
2998 [ 23658] By: rgs                                   on 2004/12/16  15:58:06
2999         Log: Two pod2html patches from Dave Sparks :
3000
3001              Fix anchors for some function names
3002              Subject: pod2html fragment fix [PATCH]
3003              From: Gisle Aas <gisle@ActiveState.com>
3004              Date: 11 Nov 2004 14:36:46 +0100
3005              Message-ID: <lrk6sso6c1.fsf@caliper.activestate.com>
3006
3007              Subject: Make 'pod2html --quiet' be quiet [PATCH]
3008              From: Gisle Aas <gisle@ActiveState.com>
3009              Date: 11 Nov 2004 15:19:58 +0100
3010              Message-ID: <lrbre4o4c1.fsf@caliper.activestate.com>
3011      Branch: perl
3012            ! lib/Pod/Html.pm
3013 ____________________________________________________________________________
3014 [ 23657] By: rgs                                   on 2004/12/16  15:43:02
3015         Log: Pod::Html is not part of the podlators distribution
3016      Branch: perl
3017            ! Porting/Maintainers.pl
3018 ____________________________________________________________________________
3019 [ 23656] By: rgs                                   on 2004/12/15  16:39:29
3020         Log: Security fix from Debian in the debugger (in the setterm()
3021              function), from:
3022              Subject: Re: Security patch from Debian?
3023              From: Brendan O'Dea <bod@debian.org>
3024              Date: Thu, 2 Dec 2004 13:42:17 +1100
3025              Message-ID: <20041202024217.GA12670@londo.c47.org>
3026      Branch: perl
3027            ! lib/perl5db.pl
3028 ____________________________________________________________________________
3029 [ 23655] By: rgs                                   on 2004/12/15  15:14:05
3030         Log: A couple of SCO compilation patches
3031
3032              Subject: [perl #3097] Re: SCO5 XS dyn loading fails
3033              From: "Ilya N. Golubev" <gin@mo.msk.ru>
3034              Date: Tue, 14 Dec 2004 22:37:27 +0300
3035              Message-ID: <028941bf40f648-gin@mo.msk.ru>
3036
3037              Subject: Re: [perl #3100] NaN passed to gcvt [PATCH]
3038              From: Andy Dougherty <doughera@lafayette.edu>
3039              Date: Wed, 15 Dec 2004 10:29:22 -0500 (EST)
3040              Message-ID: <Pine.SOL.4.58.0412150956360.3441@maxwell.phys.lafayette.edu>
3041      Branch: perl
3042            ! hints/sco.sh
3043 ____________________________________________________________________________
3044 [ 23654] By: rgs                                   on 2004/12/15  13:16:06
3045         Log: Upgrade to Test::Simple 0.54
3046      Branch: perl
3047            + lib/Test/Simple/t/is_fh.t
3048            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
3049            ! lib/Test/Simple.pm lib/Test/Simple/Changes
3050            ! lib/Test/Simple/t/details.t lib/Test/Simple/t/fail-more.t
3051            ! lib/Test/Simple/t/harness_active.t
3052            ! lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/maybe_regex.t
3053            ! lib/Test/Simple/t/plan_no_plan.t lib/Test/Simple/t/sort_bug.t
3054            ! lib/Test/Simple/t/todo.t lib/Test/Simple/t/undef.t
3055 ____________________________________________________________________________
3056 [ 23653] By: rgs                                   on 2004/12/15  12:43:37
3057         Log: Upgrade to ExtUtils::MakeMaker 6.25
3058      Branch: perl
3059            + lib/ExtUtils/t/dir_target.t
3060            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command.pm
3061            ! lib/ExtUtils/Command/MM.pm lib/ExtUtils/Liblist/Kid.pm
3062            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/META.yml
3063            ! lib/ExtUtils/MM.pm lib/ExtUtils/MM_Any.pm
3064            ! lib/ExtUtils/MM_MacOS.pm lib/ExtUtils/MM_NW5.pm
3065            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
3066            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm
3067            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/FAQ.pod
3068            ! lib/ExtUtils/MakeMaker/Tutorial.pod lib/ExtUtils/Manifest.pm
3069            ! lib/ExtUtils/NOTES lib/ExtUtils/README lib/ExtUtils/instmodsh
3070            ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/INST_PREFIX.t
3071            ! lib/ExtUtils/t/Liblist.t lib/ExtUtils/t/MM_Unix.t
3072            ! lib/ExtUtils/t/MM_Win32.t lib/ExtUtils/t/hints.t
3073            ! lib/ExtUtils/t/oneliner.t lib/ExtUtils/t/parse_version.t
3074            ! lib/ExtUtils/t/prereq_print.t lib/ExtUtils/t/split_command.t
3075 ____________________________________________________________________________
3076 [ 23652] By: rgs                                   on 2004/12/14  16:22:42
3077         Log: Fix for [perl #32491] h2xs incorrectly parses enums with implicit values
3078      Branch: perl
3079            ! utils/h2xs.PL
3080 ____________________________________________________________________________
3081 [ 23651] By: rgs                                   on 2004/12/14  12:17:25
3082         Log: Subject: Re: B::walkoptree segfaults
3083              From: Alexey Tourbin <at@altlinux.ru>
3084              Date: Fri, 3 Dec 2004 05:06:49 +0300
3085              Message-ID: <20041203020649.GD3898@solemn.turbinal.org>
3086      Branch: perl
3087            ! ext/B/B.pm
3088 ____________________________________________________________________________
3089 [ 23650] By: rgs                                   on 2004/12/14  11:21:53
3090         Log: Make Sys::Syslog stricture-compliant
3091      Branch: perl
3092            ! ext/Sys/Syslog/Syslog.pm
3093 ____________________________________________________________________________
3094 [ 23649] By: rgs                                   on 2004/12/14  10:35:57
3095         Log: Allow escaping %m as %%m in Sys::Syslog format strings
3096              (suggested by Joshua Richardson <jric@yahoo-inc.com>
3097              and Yitzchak Scott-Thoennes)
3098      Branch: perl
3099            ! ext/Sys/Syslog/Syslog.pm
3100 ____________________________________________________________________________
3101 [ 23648] By: rgs                                   on 2004/12/14  10:22:48
3102         Log: Subject: [perl #24343] [PATCH] -w vs. -s
3103              From: "Steve Peters via RT" <perlbug-followup@perl.org>
3104              Date: 14 Dec 2004 06:41:34 -0000
3105              Message-ID: <rt-3.0.11-24343-103027.13.3005637364295@perl.org>
3106      Branch: perl
3107            ! pod/perlrun.pod
3108 ____________________________________________________________________________
3109 [ 23647] By: merijn                                on 2004/12/14  07:51:43
3110         Log: Subject: [perl #3274] [PATCH] Documentation for utime should be improved
3111              Date: 14 Dec 2004 06:29:23 -0000
3112              From: "Steve Peters via RT" <perlbug-followup@perl.org>
3113              Message-ID: <rt-3.0.11-3274-103026.2.21000805211489@perl.org>
3114      Branch: perl
3115            ! pod/perlfaq5.pod
3116 ____________________________________________________________________________
3117 [ 23646] By: rgs                                   on 2004/12/14  07:41:08
3118         Log: Fix test added in change 23645 with an eval()
3119      Branch: perl
3120            ! t/op/bop.t
3121 ____________________________________________________________________________
3122 [ 23645] By: rgs                                   on 2004/12/14  07:28:57
3123         Log: Test patch for already-solved bug #33003,
3124              by Michael G Schwern.
3125      Branch: perl
3126            ! t/op/bop.t
3127 ____________________________________________________________________________
3128 [ 23644] By: steveh                                on 2004/12/13  17:26:46
3129         Log: Document gv_stashpvn
3130
3131              This is already in the API supported by Devel::PPPort, and is
3132              more efficient than gv_stashpv if the length is already known.
3133      Branch: perl
3134            ! embed.fnc gv.c pod/perlapi.pod
3135 ____________________________________________________________________________
3136 [ 23643] By: rgs                                   on 2004/12/13  10:02:57
3137         Log: Subject: [PATCH] FileCache without import
3138              From: Michael G Schwern <schwern@pobox.com>
3139              Date: Sat, 11 Dec 2004 18:58:32 -0500
3140              Message-ID: <20041211235832.GA13462@windhund.schwern.org>
3141      Branch: perl
3142            + lib/FileCache/t/07noimport.t
3143            ! MANIFEST lib/FileCache.pm
3144 ____________________________________________________________________________
3145 [ 23642] By: rgs                                   on 2004/12/13  09:54:23
3146         Log: Subject: [PATCH] perlipc typo
3147              From: Brendan O'Dea <bod@debian.org>
3148              Date: Sun, 12 Dec 2004 10:25:04 +1100
3149              Message-ID: <20041211232504.GA8380@londo.c47.org>
3150      Branch: perl
3151            ! pod/perlipc.pod
3152 ____________________________________________________________________________
3153 [ 23641] By: rgs                                   on 2004/12/13  09:41:21
3154         Log: Subject: [PATCH] t/op/taint.t follow-up to #23635
3155              From: "Craig A. Berry" <craigberry@mac.com>
3156              Date: Sat, 11 Dec 2004 11:03:57 -0600
3157              Message-ID: <41BB287D.6090001@mac.com>
3158      Branch: perl
3159            ! t/op/taint.t
3160 ____________________________________________________________________________
3161 [ 23640] By: rgs                                   on 2004/12/13  08:39:34
3162         Log: Subject: Re: Smoke [5.9.2] 23634 FAIL(F) openbsd 3.6 (i386/1 cpu) [PATCH]
3163              From: Gisle Aas <gisle@ActiveState.com>
3164              Date: 11 Dec 2004 02:57:19 -0800
3165              Message-ID: <lrr7lxje5s.fsf_-_@caliper.activestate.com>
3166      Branch: perl
3167            ! utf8.c
3168 ____________________________________________________________________________
3169 [ 23639] By: rgs                                   on 2004/12/10  22:02:52
3170         Log: Subject: [PATCH] Re: [perl #2562] wantarray fails in END, INIT, and CHECK blocks
3171              From: mjtg@cam.ac.uk (Mike Guy)
3172              Date: Fri, 10 Dec 2004 19:08:01 +0000
3173              Message-ID: <E1Ccq7V-00057s-9s@virgo.cus.cam.ac.uk>
3174      Branch: perl
3175            ! pod/perlfunc.pod
3176 ____________________________________________________________________________
3177 [ 23638] By: steveh                                on 2004/12/10  14:58:59
3178         Log: Fix Win32 breakage caused by change 23610
3179
3180              Simply skip the offending tests on Win32.  There is no sense in testing
3181              that $Config dir entries appear in @INC because the $Config entries
3182              relate to where perl.exe will be installed (as per INST_DRV/INST_TOP in
3183              win32/Makefile), whereas @INC entries are dynamic, based on where
3184              perlXX.dll is currently located.
3185      Branch: perl
3186            ! lib/Config.t
3187 ____________________________________________________________________________
3188 [ 23637] By: rgs                                   on 2004/12/10  10:17:47
3189         Log: Pod nit ([perl #32800])
3190      Branch: perl
3191            ! pod/perlfunc.pod
3192 ____________________________________________________________________________
3193 [ 23636] By: rgs                                   on 2004/12/10  10:02:12
3194         Log: Subject: [PATCH] Test rt.perl.org 5900
3195              From: Michael G Schwern <schwern@pobox.com>
3196              Date: Thu, 9 Dec 2004 22:11:59 -0500
3197              Message-ID: <20041210031159.GA7629@windhund.schwern.org>
3198      Branch: perl
3199            ! t/op/taint.t
3200 ____________________________________________________________________________
3201 [ 23635] By: rgs                                   on 2004/12/10  09:51:44
3202         Log: Subject: [PATCH] cleanup t/op/taint.t
3203              From: Michael G Schwern <schwern@pobox.com>
3204              Date: Fri, 10 Dec 2004 02:04:49 -0500
3205              Message-ID: <20041210070448.GA22347@windhund.schwern.org>
3206
3207              Subject: [PATCH] Add todo_skip() to test.pl
3208              From: Michael G Schwern <schwern@pobox.com>
3209              Date: Fri, 10 Dec 2004 04:27:06 -0500
3210              Message-ID: <20041210092706.GA23378@windhund.schwern.org>
3211      Branch: perl
3212            ! t/op/taint.t t/test.pl
3213 ____________________________________________________________________________
3214 [ 23634] By: nicholas                              on 2004/12/09  22:51:03
3215         Log: Evade using @ in the 1 liner with some perl 1 syntax.
3216      Branch: perl
3217            ! lib/Config.t
3218 ____________________________________________________________________________
3219 [ 23633] By: rgs                                   on 2004/12/09  18:50:16
3220         Log: Subject: RE: [PATCH perl.h toke.c utf8.c] minor format clean up
3221              From: Robin Barker <Robin.Barker@npl.co.uk>
3222              Date: Wed, 1 Dec 2004 15:15:44 -0000
3223              Message-ID: <533D273D4014D411AB1D00062938C4D90849C521@hotel.npl.co.uk>
3224      Branch: perl
3225            ! perl.h
3226 ____________________________________________________________________________
3227 [ 23632] By: rgs                                   on 2004/12/09  17:12:12
3228         Log: Subject: UTF8_ALLOW_ANYUV should not allow overlong sequences [PATCH]
3229              From: Gisle Aas <gisle@activestate.com>
3230              Date: 06 Dec 2004 02:59:24 -0800
3231              Message-ID: <lrmzwrae0j.fsf_-_@caliper.activestate.com>
3232      Branch: perl
3233            ! utf8.h
3234 ____________________________________________________________________________
3235 [ 23631] By: rgs                                   on 2004/12/09  16:03:01
3236         Log: Subject: [PATCH] :encoding(utf8) broken in perl-5.8.6
3237              From: Gisle Aas <gisle@ActiveState.com>
3238              Date: 03 Dec 2004 06:09:19 -0800
3239              Message-ID: <lrllcfeank.fsf_-_@caliper.activestate.com>
3240      Branch: perl
3241            ! ext/PerlIO/t/encoding.t
3242 ____________________________________________________________________________
3243 [ 23630] By: rgs                                   on 2004/12/09  15:49:07
3244         Log: Upgrade to perldoc 3.14
3245      Branch: perl
3246            ! lib/Pod/Perldoc.pm lib/Pod/Perldoc/ToMan.pm
3247 ____________________________________________________________________________
3248 [ 23629] By: rgs                                   on 2004/12/09  09:57:42
3249         Log: Fix test to cope with the previous h2ph change.
3250      Branch: perl
3251            ! t/lib/h2ph.pht
3252 ____________________________________________________________________________
3253 [ 23628] By: rgs                                   on 2004/12/08  16:50:30
3254         Log: Subject: [perl #32962] h2ph - use of local() in generated code
3255              From: Peter.Dintelmann@dresdner-bank.com (via RT)
3256              Date: 8 Dec 2004 15:49:32 -0000
3257              Message-ID: <rt-3.0.11-32962-102394.11.065973521948@perl.org>
3258      Branch: perl
3259            ! utils/h2ph.PL
3260 ____________________________________________________________________________
3261 [ 23627] By: rgs                                   on 2004/12/08  16:19:38
3262         Log: Subject: [PATCH] Re: [perl #32949] FileCache only works in "main" package
3263              From: "Jos I. Boumans" <kane@xs4all.net>
3264              Date: Wed, 8 Dec 2004 14:24:19 +0100
3265              Message-Id: <7728A4F5-491C-11D9-9CA3-000A95EF62E2@xs4all.net>
3266      Branch: perl
3267            + lib/FileCache/t/06export.t
3268            ! MANIFEST lib/FileCache.pm
3269 ____________________________________________________________________________
3270 [ 23626] By: nicholas                              on 2004/12/07  23:39:46
3271         Log: Avoid getting the stash name twice (at least visually, if not also
3272              in the generated code)
3273      Branch: perl
3274            ! sv.c
3275 ____________________________________________________________________________
3276 [ 23624] By: rgs                                   on 2004/12/07  18:26:48
3277         Log: Upgrade to Encode 2.09
3278      Branch: perl
3279            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
3280            ! ext/Encode/META.yml ext/Encode/Unicode/Unicode.xs
3281            ! ext/Encode/t/Encode.t ext/Encode/t/fallback.t
3282 ____________________________________________________________________________
3283 [ 23623] By: nicholas                              on 2004/12/07  15:27:09
3284         Log: Revert part of the change to gv_fullname4(), as the change seems to
3285              be fractionally slower. Re-investigation prompted by a comment from
3286              Tim Bunce, who seems to be more on the ball than I am.
3287      Branch: perl
3288            ! gv.c
3289 ____________________________________________________________________________
3290 [ 23622] By: steveh                                on 2004/12/07  10:50:26
3291         Log: Update AUTHORS (for changes #23200 and #23621)
3292      Branch: perl
3293            ! AUTHORS
3294 ____________________________________________________________________________
3295 [ 23621] By: steveh                                on 2004/12/07  10:35:59
3296         Log: Updates to README.win32 (aka perlwin32), with some changes.
3297
3298              Subject: Patch to README.win32 distributed with 5.8.6 for building under .net / MSVC7 (free)
3299              From: Max Maischein <corion@corion.net>
3300              Date: Sun, 05 Dec 2004 19:39:40 +0100
3301              Message-ID: <41B355EC.9010505@corion.net>
3302      Branch: perl
3303            ! README.win32
3304 ____________________________________________________________________________
3305 [ 23620] By: rgs                                   on 2004/12/06  22:22:11
3306         Log: Upgrade to Term::ANSIColor 1.09
3307      Branch: perl
3308            ! lib/Term/ANSIColor.pm lib/Term/ANSIColor/ChangeLog
3309            ! lib/Term/ANSIColor/README lib/Term/ANSIColor/test.pl
3310 ____________________________________________________________________________
3311 [ 23619] By: rgs                                   on 2004/12/06  21:54:55
3312         Log: Small addition to perlsec by Stas Bekman.
3313      Branch: perl
3314            ! pod/perlsec.pod
3315 ____________________________________________________________________________
3316 [ 23618] By: steveh                                on 2004/12/06  15:54:30
3317         Log: Fix another Win32 breakage caused by change 23554
3318      Branch: perl
3319            ! t/win32/system.t
3320 ____________________________________________________________________________
3321 [ 23617] By: nicholas                              on 2004/12/06  15:35:39
3322         Log: Break out setting $^X into its own static function S_set_caret_X
3323      Branch: perl
3324            ! perl.c
3325 ____________________________________________________________________________
3326 [ 23616] By: steveh                                on 2004/12/06  14:42:32
3327         Log: Fix typo from change 23554 which screwed up Windows smokes
3328      Branch: perl
3329            ! win32/Makefile
3330 ____________________________________________________________________________
3331 [ 23615] By: nicholas                              on 2004/12/06  14:39:59
3332         Log: sanity check the arguments to runperl(), to try to avoid it
3333              hanging waiting on STDIN for a script.
3334      Branch: perl
3335            ! t/test.pl
3336 ____________________________________________________________________________
3337 [ 23614] By: nicholas                              on 2004/12/06  13:41:45
3338         Log: Remove spurious semicolons
3339              (As these 2 are spare, I guess I should send them to Mark Rhodes
3340              (former office mate) as he often said that he kept mislaying his)
3341      Branch: perl
3342            ! gv.h
3343 ____________________________________________________________________________
3344 [ 23613] By: nicholas                              on 2004/12/06  13:10:24
3345         Log: Tests for Config.pm much better now - toDONE
3346      Branch: perl
3347            ! pod/perltodo.pod
3348 ____________________________________________________________________________
3349 [ 23612] By: nicholas                              on 2004/12/06  13:01:36
3350         Log: Turn gv_fullname3 and gv_efullname3 into macros that call
3351              gv_fullname4 and gv_efullname4 directly, saving overhead.
3352      Branch: perl
3353            ! embed.fnc embed.h gv.h proto.h
3354 ____________________________________________________________________________
3355 [ 23611] By: merijn                                on 2004/12/06  12:00:10
3356         Log: New Itanium servers
3357      Branch: perl
3358            ! README.hpux
3359 ____________________________________________________________________________
3360 [ 23610] By: nicholas                              on 2004/12/06  10:35:00
3361         Log: Check that @INC entries and %Config path entries are consistent.
3362      Branch: perl
3363            ! lib/Config.t
3364 ____________________________________________________________________________
3365 [ 23609] By: nicholas                              on 2004/12/03  22:17:32
3366         Log: gv_fullname4() can get rid of the main:: for us.
3367              (well, actually, it never puts it in)
3368      Branch: perl
3369            ! op.c
3370 ____________________________________________________________________________
3371 [ 23608] By: rgs                                   on 2004/12/03  21:51:45
3372         Log: $foo::_ was wrongly forced as $main::_.
3373              Since we still want "our $_" to be always forced to $main::_,
3374              deplace the forcing code at our-pad allocation time.
3375              (Making execution probably a tiny bit faster)
3376      Branch: perl
3377            ! gv.c op.c t/op/mydef.t
3378 ____________________________________________________________________________
3379 [ 23607] By: nicholas                              on 2004/12/03  20:38:37
3380         Log: Remove double checking of acceptable switches on tr/// ops.
3381      Branch: perl
3382            ! toke.c
3383 ____________________________________________________________________________
3384 [ 23606] By: nicholas                              on 2004/12/03  20:07:31
3385         Log: use (c == '$' || c == '@' || c == '%') instead of strchr("$@%", c)
3386              The latter gives larger code, is less clear and can't be any faster
3387      Branch: perl
3388            ! perl.c toke.c
3389 ____________________________________________________________________________
3390 [ 23605] By: nicholas                              on 2004/12/03  18:56:31
3391         Log: Small code tidy up in gv_fullname4
3392      Branch: perl
3393            ! gv.c
3394 ____________________________________________________________________________
3395 [ 23604] By: nicholas                              on 2004/12/03  18:26:43
3396         Log: There are clearer ways of saying m/^[ab]$/ than strchr("ab", c)
3397              They seem to produce slightly smaller object code too.
3398      Branch: perl
3399            ! gv.c
3400 ____________________________________________________________________________
3401 [ 23603] By: nicholas                              on 2004/12/03  17:02:43
3402         Log: Fix a typo in an assert(). It helps to compile with -DDEBUGGING
3403      Branch: perl
3404            ! perl.c
3405 ____________________________________________________________________________
3406 [ 23602] By: nicholas                              on 2004/12/03  15:50:15
3407         Log: Pull out the duplicateded push @INC, $_ if -e $_ code from
3408              S_pushinc into a new function S_pushinc_if_exists
3409              Avoid the SV copy when pushing onto @INC by creating a new scratch
3410              SV each time a push is done.
3411      Branch: perl
3412            ! perl.c
3413 ____________________________________________________________________________
3414 [ 23601] By: nicholas                              on 2004/12/02  22:35:34
3415         Log: Subject: [PATCH] configure.com: no more CONFIG=true
3416              From: "Craig A. Berry" <craigberry@mac.com>
3417              Message-ID: <41AF87BA.1080108@mac.com>
3418              Date: Thu, 02 Dec 2004 15:23:06 -0600
3419      Branch: perl
3420            ! configure.com
3421 ____________________________________________________________________________
3422 [ 23598] By: nicholas                              on 2004/12/01  23:13:32
3423         Log: 2 new BeOS files were missing
3424      Branch: perl
3425            ! MANIFEST
3426 ____________________________________________________________________________
3427 [ 23592] By: nicholas                              on 2004/12/01  18:54:14
3428         Log: Subject: [PATCH] Makefile.SH: de-parallelise mktables
3429              From: Jarkko Hietaniemi <jhi@iki.fi>
3430              Message-ID: <41ADFD95.4030007@iki.fi>
3431              Date: Wed, 01 Dec 2004 19:21:25 +0200
3432      Branch: perl
3433            ! Makefile.SH
3434 ____________________________________________________________________________
3435 [ 23588] By: nicholas                              on 2004/12/01  16:52:45
3436         Log: &test in constant.t is vestigial, so amputate it.
3437      Branch: perl
3438            ! lib/constant.t
3439 ____________________________________________________________________________
3440 [ 23587] By: nicholas                              on 2004/12/01  16:35:10
3441         Log: Tidy up the reference name stringification to save getting the
3442              hash name twice. Pleasant side effect is 44 byte smaller object
3443              file. (A small win is still a win)
3444      Branch: perl
3445            ! sv.c
3446 ____________________________________________________________________________
3447 [ 23584] By: merijn                                on 2004/12/01  13:44:24
3448         Log: Subject: [perl #32717] BeOS specific Updates
3449              Date: 30 Nov 2004 15:38:32 -0000
3450              From: Ingo Weinhold (via RT) <perlbug-followup@perl.org>
3451              Message-ID: <rt-3.0.11-32717-101307.19.7097750538509@perl.org>
3452      Branch: perl
3453            + beos/beos_flock_server.cpp beos/beos_flock_server.h
3454            ! beos/beos.c beos/beosish.h ext/Errno/Errno_pm.PL
3455            ! ext/File/Glob/t/basic.t hints/beos.sh lib/ExtUtils/t/MM_BeOS.t
3456            ! lib/Tie/File/t/16_handle.t perl.c t/op/magic.t
3457 ____________________________________________________________________________
3458 [ 23583] By: merijn                                on 2004/12/01  13:29:18
3459         Log: Subject: [PATCH] add -I../lib to VMS build to find Config_heavy.pl
3460              Date: Wed, 01 Dec 2004 07:24:45 -0600
3461              From: "Craig A. Berry" <craigberry@mac.com>
3462              Message-ID: <41ADC61D.8010407@mac.com>
3463      Branch: perl
3464            ! vms/descrip_mms.template
3465 ____________________________________________________________________________
3466 [ 23581] By: rgs                                   on 2004/12/01  13:01:55
3467         Log: MANIFEST.SKIP is missing from the list of files that come
3468              with MakeMaker
3469      Branch: perl
3470            ! Porting/Maintainers.pl
3471 ____________________________________________________________________________
3472 [ 23577] By: nicholas                              on 2004/11/30  16:40:06
3473         Log: Add placeholders for the new strlcat and strlcpy entries in
3474              config.sh, to ensure that the config.h generated for cross-
3475              compilation will still work.
3476      Branch: perl
3477            ! Cross/config.sh-arm-linux
3478 ____________________________________________________________________________
3479 [ 23575] By: nicholas                              on 2004/11/30  15:32:17
3480         Log: Let pod/buildtoc resort the MANIFEST the way it wants it
3481      Branch: perl
3482            ! MANIFEST
3483 ____________________________________________________________________________
3484 [ 23574] By: nicholas                              on 2004/11/30  15:31:14
3485         Log: Add perl586delta.pod to all the necessary makefiles and tables of
3486              contents.
3487      Branch: perl
3488            ! pod.lst pod/perl.pod pod/perltoc.pod vms/descrip_mms.template
3489            ! win32/pod.mak
3490 ____________________________________________________________________________
3491 [ 23571] By: merijn                                on 2004/11/30  15:11:01
3492         Log: Subject: Re: [PATCH] Re: Smoke [5.9.2] 23566 FAIL(X) openbsd 3.6 (i386/1 cpu)
3493              Date: Tue, 30 Nov 2004 09:29:06 -0600
3494              From: Steve Peters <steve@fisharerojo.org>
3495              Message-ID: <20041130152906.GA555@mccoy.peters.homeunix.org>
3496      Branch: perl
3497            ! hints/openbsd.sh
3498 ____________________________________________________________________________
3499 [ 23570] By: nicholas                              on 2004/11/30  14:57:53
3500         Log: Integrate perlhist entries for 5.8.6 and its perldelta to blead
3501      Branch: perl
3502           +> pod/perl586delta.pod
3503            ! MANIFEST
3504           !> pod/perlhist.pod
3505 ____________________________________________________________________________
3506 [ 23568] By: rgs                                   on 2004/11/30  13:02:16
3507         Log: Protection against trailing spaces in embed.fnc
3508      Branch: perl
3509            ! autodoc.pl embed.pl
3510 ____________________________________________________________________________
3511 [ 23567] By: rgs                                   on 2004/11/30  12:57:30
3512         Log: Remove trailing whitespace that found their way in the docs
3513              (spotted by Stas Bekman)
3514      Branch: perl
3515            ! embed.fnc pod/perlapi.pod proto.h
3516 ____________________________________________________________________________
3517 [ 23566] By: rgs                                   on 2004/11/29  12:30:31
3518         Log: Upgrade to Test::Simple 0.53
3519      Branch: perl
3520            + lib/Test/Simple/t/circular_data.t
3521            + lib/Test/Simple/t/overload_threads.t
3522            + lib/Test/Simple/t/plan_bad.t
3523            + lib/Test/Simple/t/plan_shouldnt_import.t
3524            + lib/Test/Simple/t/require_ok.t lib/Test/Simple/t/sort_bug.t
3525            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
3526            ! lib/Test/Simple.pm lib/Test/Simple/Changes
3527            ! lib/Test/Simple/README lib/Test/Simple/TODO
3528            ! lib/Test/Simple/t/00signature.t lib/Test/Simple/t/More.t
3529            ! lib/Test/Simple/t/diag.t lib/Test/Simple/t/fail_one.t
3530            ! lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/overload.t
3531            ! lib/Test/Simple/t/todo.t t/lib/TieOut.pm
3532 ____________________________________________________________________________
3533 [ 23564] By: nicholas                              on 2004/11/28  16:13:56
3534         Log: Skip generating all the code to deal with "" strings in config.sh
3535              if there aren't any. '' only code is much simpler.
3536      Branch: perl
3537            ! configpm
3538 ____________________________________________________________________________
3539 [ 23563] By: nicholas                              on 2004/11/28  15:00:15
3540         Log: Given that there is a pre-built cache, no need for @v_fast
3541      Branch: perl
3542            ! configpm
3543 ____________________________________________________________________________
3544 [ 23562] By: nicholas                              on 2004/11/28  13:56:30
3545         Log: The byteorder code doesn't need to be in Config.pm if byteorder
3546              isn't actually a frequently looked up value.
3547      Branch: perl
3548            ! configpm
3549 ____________________________________________________________________________
3550 [ 23561] By: nicholas                              on 2004/11/28  13:20:39
3551         Log: Need to stub the public functions to keep some existing code
3552              working.
3553              No need to keep $Config_SH around in memory when we can easily
3554              re-create it.
3555      Branch: perl
3556            ! configpm
3557 ____________________________________________________________________________
3558 [ 23558] By: nicholas                              on 2004/11/27  23:06:41
3559         Log: Generate the precached %Config entries based on some empirical
3560              data, rather than just guesswork.
3561      Branch: perl
3562            ! Makefile.SH configpm
3563 ____________________________________________________________________________
3564 [ 23557] By: nicholas                              on 2004/11/27  21:26:42
3565         Log: Subject: [PATCH] Re: getting Config.pm on a diet
3566              From: "Craig A. Berry" <craigberry@mac.com>
3567              Message-ID: <41A8F225.7080902@mac.com>
3568              Date: Sat, 27 Nov 2004 15:31:17 -0600
3569      Branch: perl
3570            ! vms/descrip_mms.template
3571 ____________________________________________________________________________
3572 [ 23555] By: nicholas                              on 2004/11/27  17:28:47
3573         Log: Hateful cAsE iNsEnSiTiVe file systems
3574      Branch: perl
3575            ! configpm
3576 ____________________________________________________________________________
3577 [ 23554] By: nicholas                              on 2004/11/27  16:56:35
3578         Log: Put Config.pm on a diet. 3K rather than 32K
3579              configpm now generates 2 files, a small Config.pm containing the
3580              commonly used functions and values, which AUTOLOADs a
3581              Config_heavy.pl containing anything else needed.
3582              The "common" values in the small Config.pm may need some
3583              tweaking, based on real world data.
3584      Branch: perl
3585            ! Makefile.SH configpm vms/descrip_mms.template win32/Makefile
3586            ! win32/makefile.mk
3587 ____________________________________________________________________________
3588 [ 23550] By: nicholas                              on 2004/11/27  14:43:37
3589         Log: Clarify the return values of pos, particularly 0 and undef, as
3590              suggested by Stas Bekman
3591      Branch: perl
3592            ! pod/perlfunc.pod
3593 ____________________________________________________________________________
3594 [ 23549] By: nicholas                              on 2004/11/27  14:24:21
3595         Log: Document the interaction of PERL_USE_SAVE_PUTENV and
3596              PL_use_safe_putenv, based on text by Stas Bekman
3597      Branch: perl
3598            ! INSTALL
3599 ____________________________________________________________________________
3600 [ 23548] By: rgs                                   on 2004/11/26  17:20:46
3601         Log: Subject: [perl #32639] [PATCH] Bug in Term::Complete Module with $_ Usage
3602              From: "Steve Peters via RT" <perlbug-followup@perl.org>
3603              Date: 26 Nov 2004 17:14:33 -0000
3604              Message-ID: <rt-3.0.11-32639-101066.11.6172971744206@perl.org>
3605      Branch: perl
3606            ! lib/Term/Complete.pm
3607 ____________________________________________________________________________
3608 [ 23547] By: rgs                                   on 2004/11/26  15:16:59
3609         Log: Freak out if h2ph has to translate a macro that    contains assembly code.
3610
3611              Subject: [PATCH] h2ph vs __asm__
3612              From: Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
3613              Date: Thu, 25 Nov 2004 17:24:43 +0100
3614              Message-ID: <20041125172443.757a4833@dhcp123.mandrakesoft.com>
3615      Branch: perl
3616            ! utils/h2ph.PL
3617 ____________________________________________________________________________
3618 [ 23546] By: rgs                                   on 2004/11/26  15:07:47
3619         Log: Doc nit for B::Lint
3620              Subject: [PATCH] B::Lint
3621              From: Andy Lester <andy@petdance.com>
3622              Date: Fri, 26 Nov 2004 00:30:48 -0600
3623              Message-ID: <20041126063048.GA10161@petdance.com>
3624      Branch: perl
3625            ! ext/B/B/Lint.pm
3626 ____________________________________________________________________________
3627 [ 23545] By: nicholas                              on 2004/11/26  12:33:34
3628         Log: The change to the internal representation introduced a bug whereby
3629              the key returned by FIRSTKEY had an erroneous leading newline.
3630              EXISTS was also buggy.
3631      Branch: perl
3632            ! configpm lib/Config.t
3633 ____________________________________________________________________________
3634 [ 23544] By: nicholas                              on 2004/11/26  11:29:21
3635         Log: Make configpm and the generated Config.pm strict and warnings
3636              clean.
3637      Branch: perl
3638            ! configpm
3639 ____________________________________________________________________________
3640 [ 23543] By: steveh                                on 2004/11/26  10:56:12
3641         Log: Fix Win32 breakage caused by changes 23535/23542.
3642      Branch: perl
3643            ! lib/Config.t
3644 ____________________________________________________________________________
3645 [ 23542] By: nicholas                              on 2004/11/25  23:41:05
3646         Log: Generate the virtual entries at Config.pm build time, as they
3647              don't change. This lets us get rid of the entire "fetch_virtual"
3648              baggage, and makes the config_re lookup work for the virtual
3649              entries.
3650      Branch: perl
3651            ! configpm lib/Config.t
3652 ____________________________________________________________________________
3653 [ 23541] By: nicholas                              on 2004/11/25  22:50:15
3654         Log: Cheat. (Add a leading newline, and so remove all the special
3655              casing for "if we're at the start of $Config_SH")
3656      Branch: perl
3657            ! configpm lib/Config.t
3658 ____________________________________________________________________________
3659 [ 23538] By: nicholas                              on 2004/11/25  21:37:23
3660         Log: Add an exists test for the things we loop over
3661      Branch: perl
3662            ! lib/Config.t
3663 ____________________________________________________________________________
3664 [ 23537] By: nicholas                              on 2004/11/25  21:33:23
3665         Log: The first entry in the virtual config.sh is special cased. So
3666              test it.
3667      Branch: perl
3668            ! lib/Config.t
3669 ____________________________________________________________________________
3670 [ 23536] By: nicholas                              on 2004/11/25  21:00:56
3671         Log: Make $Config{libs_nolargefiles} and
3672              $Config{libswanted_nolargefiles} work. (For the first time)
3673      Branch: perl
3674            ! configpm lib/Config.t
3675 ____________________________________________________________________________
3676 [ 23535] By: nicholas                              on 2004/11/25  20:10:43
3677         Log: Test the currently working virtual %Config entries
3678      Branch: perl
3679            ! lib/Config.t
3680 ____________________________________________________________________________
3681 [ 23534] By: rgs                                   on 2004/11/24  16:09:42
3682         Log: Subject: RC1 pod fix #anchor
3683              From: Stas Bekman <stas@stason.org>
3684              Date: Wed, 24 Nov 2004 10:57:21 -0500
3685              Message-ID: <41A4AF61.9080408@stason.org>
3686      Branch: perl
3687            ! pod/perlrun.pod
3688 ____________________________________________________________________________
3689 [ 23533] By: rgs                                   on 2004/11/24  16:07:38
3690         Log: Subject: [patch pod/perlipc] use POSIX; w/o () is a bad idea
3691              From: Stas Bekman <stas@stason.org>
3692              Date: Wed, 24 Nov 2004 11:25:14 -0500
3693              Message-ID: <41A4B5EA.3020804@stason.org>
3694      Branch: perl
3695            ! pod/perlipc.pod
3696 ____________________________________________________________________________
3697 [ 23532] By: rgs                                   on 2004/11/24  14:47:31
3698         Log: Subject: [perl #3242] [PATCH]No error on assignment to $>
3699              From: "Steve Peters via RT" <perlbug-followup@perl.org>
3700              Date: 21 Nov 2004 04:38:09 -0000
3701              Message-ID: <rt-3.0.11-3242-100676.6.32723019025057@perl.org>
3702      Branch: perl
3703            ! pod/perlvar.pod
3704 ____________________________________________________________________________
3705 [ 23531] By: nicholas                              on 2004/11/24  11:50:28
3706         Log: Wrap some long lines
3707      Branch: perl
3708            ! lib/Config.t
3709 ____________________________________________________________________________
3710 [ 23528] By: rgs                                   on 2004/11/23  13:35:34
3711         Log: Fix for bug: [perl #32562] __PACKAGE__ symbol has wrong value
3712              after eval or require
3713      Branch: perl
3714            ! t/comp/package.t toke.c
3715 ____________________________________________________________________________
3716 [ 23527] By: rgs                                   on 2004/11/23  10:20:02
3717         Log: Subject: Re: [perl #32486] error in documentation for POSIX::pipe
3718              From: Michael G Schwern <schwern@pobox.com>
3719              Date: Fri, 19 Nov 2004 14:28:56 -0500
3720              Message-ID: <20041119192856.GA4769@windhund.schwern.org>
3721      Branch: perl
3722            ! ext/POSIX/POSIX.pod
3723 ____________________________________________________________________________
3724 [ 23526] By: rgs                                   on 2004/11/23  09:26:03
3725         Log: Subject: [perl #3422] [PATCH] CHECK routine called after syntax error
3726              From: "Steve Peters via RT" <perlbug-followup@perl.org>
3727              Date: 23 Nov 2004 00:04:24 -0000
3728              Message-ID: <rt-3.0.11-3422-100830.4.45764701781506@perl.org>
3729      Branch: perl
3730            ! ext/B/B/Deparse.pm
3731 ____________________________________________________________________________
3732 [ 23525] By: rgs                                   on 2004/11/23  09:09:57
3733         Log: Subject: [PATCH] warnings.t portability tweaks
3734              From: "Craig A. Berry" <craigberry@mac.com>
3735              Date: Sat, 20 Nov 2004 10:29:47 -0600
3736              Message-ID: <419F70FB.7000100@mac.com>
3737      Branch: perl
3738            ! t/lib/warnings/9uninit t/lib/warnings/perlio
3739 ____________________________________________________________________________
3740 [ 23523] By: nicholas                              on 2004/11/20  22:17:18
3741         Log: Assimilate Test-Simple 0.50
3742      Branch: perl
3743            + lib/Test/Simple/TODO lib/Test/Simple/t/00signature.t
3744            + lib/Test/Simple/t/00test_harness_check.t
3745            + lib/Test/Simple/t/eq_set.t lib/Test/Simple/t/extra_one.t
3746            + lib/Test/Simple/t/fail_one.t
3747            + lib/Test/Simple/t/harness_active.t lib/Test/Simple/t/no_diag.t
3748            + lib/Test/Simple/t/overload.t lib/Test/Simple/t/reset.t
3749            + lib/Test/Simple/t/thread_taint.t t/lib/NoExporter.pm
3750            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
3751            ! lib/Test/Simple.pm lib/Test/Simple/Changes
3752            ! lib/Test/Simple/README lib/Test/Simple/t/More.t
3753            ! lib/Test/Simple/t/diag.t lib/Test/Simple/t/extra.t
3754            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
3755            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/has_plan2.t
3756            ! lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/missing.t
3757            ! lib/Test/Simple/t/output.t lib/Test/Simple/t/plan_is_noplan.t
3758            ! lib/Test/Simple/t/plan_no_plan.t lib/Test/Simple/t/threads.t
3759            ! lib/Test/Simple/t/todo.t lib/Test/Simple/t/use_ok.t
3760            ! lib/Test/Tutorial.pod t/lib/Test/Simple/Catch.pm
3761            ! t/lib/TieOut.pm
3762 ____________________________________________________________________________
3763 [ 23520] By: nicholas                              on 2004/11/20  14:21:28
3764         Log: genuine possible buffer problems spotted by flawfinder
3765      Branch: perl
3766            ! regcomp.c util.c
3767 ____________________________________________________________________________
3768 [ 23519] By: rgs                                   on 2004/11/19  14:48:35
3769         Log: Make "err" a weak keyword;
3770              that is, it will be overriden by any sub named "err", except when
3771              really an operator is expected at this point. ([perl #32347])
3772      Branch: perl
3773            ! t/op/dor.t toke.c
3774 ____________________________________________________________________________
3775 [ 23518] By: rgs                                   on 2004/11/19  09:22:33
3776         Log: Subject: [perl #32486] error in documentation for POSIX::pipe
3777              From: chris@ex-parrot.com (via RT) <perlbug-followup@perl.org>
3778              Date: 18 Nov 2004 18:09:54 -0000
3779              Message-ID: <rt-3.0.11-32486-100537.1.04456486825399@perl.org>
3780      Branch: perl
3781            ! ext/POSIX/POSIX.pod
3782 ____________________________________________________________________________
3783 [ 23517] By: nicholas                              on 2004/11/18  23:32:20
3784         Log: Bump version number
3785      Branch: perl
3786            ! lib/ExtUtils/Constant.pm
3787 ____________________________________________________________________________
3788 [ 23516] By: rgs                                   on 2004/11/18  22:06:21
3789         Log: Remaining nit in the deparsing of reversed foreach loops
3790      Branch: perl
3791            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
3792 ____________________________________________________________________________
3793 [ 23514] By: rgs                                   on 2004/11/18  18:01:52
3794         Log: Fix deparsing of reversed foreach loops,
3795              plus a bug in the previous commit
3796      Branch: perl
3797            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
3798 ____________________________________________________________________________
3799 [ 23513] By: rgs                                   on 2004/11/18  17:25:19
3800         Log: Fix deparsing of reversed sort and descending sorts,
3801              due to the recent optimisations on this part of the optree.
3802      Branch: perl
3803            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
3804 ____________________________________________________________________________
3805 [ 23510] By: rgs                                   on 2004/11/17  10:41:56
3806         Log: Subject: [perl #28929] File::Find follow_fast => 1 loses dangling symlink
3807              From: "Steve Peters via RT" <perlbug-followup@perl.org>
3808              Date: 12 Nov 2004 02:47:36 -0000
3809              Message-ID: <rt-3.0.11-28929-100158.11.3214775505644@perl.org>
3810      Branch: perl
3811            ! lib/File/Find.pm lib/File/Find/t/find.t
3812 ____________________________________________________________________________
3813 [ 23509] By: rgs                                   on 2004/11/17  10:22:52
3814         Log: PerlFAQ sync.
3815      Branch: perl
3816            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq6.pod
3817            ! pod/perlfaq7.pod
3818 ____________________________________________________________________________
3819 [ 23508] By: rgs                                   on 2004/11/17  10:14:58
3820         Log: Fix a couple of typos.
3821      Branch: perl
3822            ! hv.c utf8.c
3823 ____________________________________________________________________________
3824 [ 23507] By: rgs                                   on 2004/11/17  10:11:20
3825         Log: Subject: SuSE's perl safe_putenf diff
3826              From: Michael Schroeder <Michael.Schroeder@informatik.uni-erlangen.de>
3827              Date: Thu, 11 Nov 2004 15:54:43 +0100
3828              Message-ID: <20041111145443.GA1854@immd4.informatik.uni-erlangen.de>
3829
3830              slightly reworked to make the PL_use_safe_putenv variable fit in
3831              the current framework. This patch turns on the use of safe putenv
3832              for any application that embeds a perl interpreter.
3833      Branch: perl
3834            ! embedvar.h mg.c miniperlmain.c perl.c perlapi.h perlvars.h
3835            ! util.c
3836 ____________________________________________________________________________
3837 [ 23506] By: rgs                                   on 2004/11/17  08:57:17
3838         Log: Subject: [PATCH] perl5db.pl POD cleanup
3839              From: Autrijus Tang <autrijus@autrijus.org>
3840              Date: Fri, 12 Nov 2004 12:41:33 +0800
3841              Message-ID: <20041112044133.GA92924@aut.dyndns.org>
3842      Branch: perl
3843            ! lib/perl5db.pl
3844 ____________________________________________________________________________
3845 [ 23505] By: rgs                                   on 2004/11/17  08:31:39
3846         Log: Subject: [PATCH 5.8.x] Allow more tries for t/op/time.t test 2.
3847              From: Andy Dougherty <doughera@lafayette.edu>
3848              Date: Tue, 16 Nov 2004 12:11:00 -0500 (EST)
3849              Message-ID: <Pine.SOL.4.58.0411161149170.5639@maxwell.phys.lafayette.edu>
3850      Branch: perl
3851            ! t/op/time.t
3852 ____________________________________________________________________________
3853 [ 23501] By: steveh                                on 2004/11/16  10:55:20
3854         Log: Make all scripts run by regen.pl write output with UNIX style EOL's.
3855
3856              (autodoc.pl was already done by change 23371.)
3857      Branch: perl
3858            ! bytecode.pl embed.pl keywords.pl opcode.pl regcomp.pl
3859            ! warnings.pl
3860 ____________________________________________________________________________
3861 [ 23500] By: merijn                                on 2004/11/16  10:49:35
3862         Log: Subject: [PATCH] s/hierachy/hierarchy/
3863              Date: Mon, 15 Nov 2004 15:59:14 -0700
3864              From: "Larry Shatzer Jr." <larrysh@cpan.org>
3865              Message-ID: <20041115225913.GA22373@zippy.zyx.net>
3866      Branch: perl
3867            ! ext/B/B.pm ext/Time/HiRes/Makefile.PL perlio.h
3868 ____________________________________________________________________________
3869 [ 23499] By: steveh                                on 2004/11/16  09:42:50
3870         Log: Fix Win32 breakage caused by changes to op.c in change 23433.
3871
3872              Also limit the scope of the locks in a couple of places, as suggested
3873              by Hugo in http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2004-11/msg00286.html.
3874      Branch: perl
3875            ! embed.fnc embed.h global.sym op.c op.h proto.h regcomp.c
3876 ____________________________________________________________________________
3877 [ 23498] By: merijn                                on 2004/11/14  07:02:20
3878         Log: Subject: [PATCH] Add the minitest target to vms buildsystem
3879              From: Abe Timmerman <abe@ztreet.demon.nl>
3880              Date: Sun, 14 Nov 2004 00:48:17 +0100
3881              Message-Id: <200411140048.17035.abe@ztreet.demon.nl>
3882      Branch: perl
3883            ! vms/descrip_mms.template vms/test.com
3884 ____________________________________________________________________________
3885 [ 23497] By: rgs                                   on 2004/11/12  21:11:48
3886         Log: Subject: [perl #32400] Unnecessary warning from constant.pm
3887              From: Anno Siegel (via RT) <perlbug-followup@perl.org>
3888              Date: 10 Nov 2004 18:30:38 -0000
3889              Message-ID: <rt-3.0.11-32400-100099.4.31094423840584@perl.org>
3890      Branch: perl
3891            ! lib/constant.pm lib/constant.t
3892 ____________________________________________________________________________
3893 [ 23496] By: merijn                                on 2004/11/12  20:47:19
3894         Log: Subject: [perl #32419] Spelling fixes for perl@23492
3895              Date: 12 Nov 2004 16:14:49 -0000
3896              From: Richard Soderberg (via RT) <perlbug-followup@perl.org>
3897              Message-ID: <rt-3.0.11-32419-100173.13.0717895191322@perl.org>
3898      Branch: perl
3899            ! pod/perl573delta.pod pod/perl58delta.pod pod/perl590delta.pod
3900            ! pod/perl591delta.pod pod/perl592delta.pod pod/perlapi.pod
3901            ! pod/perlapio.pod pod/perldata.pod pod/perldebtut.pod
3902            ! pod/perlipc.pod pod/perlport.pod pod/perlre.pod
3903            ! pod/perlretut.pod pod/perlrun.pod pod/perlsub.pod
3904            ! pod/perlthrtut.pod pod/perltodo.pod pod/perltooc.pod
3905 ____________________________________________________________________________
3906 [ 23495] By: merijn                                on 2004/11/12  20:26:17
3907         Log: Subject: [PATCH] Small documentation fix to ExtUtils::Constant
3908              Date: Fri, 12 Nov 2004 11:15:47 -0600
3909              From: steve@fisharerojo.org
3910              Message-ID: <20041112171547.GA8011@kirk.dsl-verizon.net>
3911      Branch: perl
3912            ! lib/ExtUtils/Constant.pm
3913 ____________________________________________________________________________
3914 [ 23494] By: davem                                 on 2004/11/12  18:59:06
3915         Log: Add some descriptive text from Larry to op.c on how optrees are built
3916      Branch: perl
3917            ! op.c
3918 ____________________________________________________________________________
3919 [ 23492] By: rgs                                   on 2004/11/10  09:32:39
3920         Log: Replace a skip by a todo.
3921              Subject: Re: [PATCH] Re: [perl #32272] Not OK: perl v5.8.5 +MAINT23414 on cygwin-thread-multi-64int 1.5.12s(0.11642) (UNINSTALLED)
3922              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
3923              Date: Wed, 10 Nov 2004 01:30:14 -0800
3924              Message-ID: <20041110093014.GA1676@efn.org>
3925      Branch: perl
3926            ! t/io/tell.t
3927 ____________________________________________________________________________
3928 [ 23491] By: rgs                                   on 2004/11/10  07:40:31
3929         Log: Subject: [PATCH] Re: [perl #32272] Not OK: perl v5.8.5 +MAINT23414 on cygwin-thread-multi-64int 1.5.12s(0.11642) (UNINSTALLED)
3930              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
3931              Date: Tue, 9 Nov 2004 17:40:13 -0800
3932              Message-ID: <20041110014012.GA2796@efn.org>
3933      Branch: perl
3934            ! t/io/tell.t
3935 ____________________________________________________________________________
3936 [ 23490] By: rgs                                   on 2004/11/09  18:17:07
3937         Log: Adjust test count for non-windows machines
3938      Branch: perl
3939            ! ext/IO/t/io_file.t
3940 ____________________________________________________________________________
3941 [ 23489] By: merijn                                on 2004/11/09  17:53:53
3942         Log: Subject: [PATCH] fix IO::File to support binmode
3943              From: "Jos I. Boumans" <kane@dwim.org>
3944              Date: Tue, 9 Nov 2004 16:59:27 +0100
3945              Message-Id: <559E356E-3268-11D9-A2E6-000A95EF62E2@dwim.org>
3946      Branch: perl
3947            + ext/IO/t/io_file.t
3948            ! MANIFEST ext/IO/lib/IO/File.pm
3949 ____________________________________________________________________________
3950 [ 23487] By: nicholas                              on 2004/11/08  20:27:42
3951         Log: No more late changes, dammit
3952      Branch: perl
3953            ! ext/B/t/optree_concise.t
3954 ____________________________________________________________________________
3955 [ 23485] By: rgs                                   on 2004/11/08  08:38:03
3956         Log: Subject: Re: optree tests and VMS progress (no really)
3957              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
3958              Date: Sun, 7 Nov 2004 23:24:15 -0800
3959              Message-ID: <20041108072415.GA3928@efn.org>
3960      Branch: perl
3961            ! ext/B/t/OptreeCheck.pm
3962 ____________________________________________________________________________
3963 [ 23482] By: davem                                 on 2004/11/06  11:59:16
3964         Log: document regcomp.c/regexec.c's dual life under ext/re/
3965      Branch: perl
3966            ! regcomp.c regexec.c
3967 ____________________________________________________________________________
3968 [ 23481] By: nicholas                              on 2004/11/06  08:48:50
3969         Log: Subject: Re: optree tests and VMS progress (no really)
3970              From: Jim Cromie <jim.cromie@gmail.com>
3971              Message-ID: <cfe85dfa041105235723398fe2@mail.gmail.com>
3972              Date: Sat, 6 Nov 2004 00:57:13 -0700
3973      Branch: perl
3974            ! ext/B/t/OptreeCheck.pm ext/B/t/optree_check.t
3975            ! ext/B/t/optree_concise.t
3976 ____________________________________________________________________________
3977 [ 23475] By: merijn                                on 2004/11/05  14:16:27
3978         Log: Subject: Re: Buidling stable.tar.gz on Unix as non-root [PATCH]
3979              Date: Fri, 5 Nov 2004 10:36:57 -0500 (EST)
3980              From: Andy Dougherty <doughera@lafayette.edu>
3981              Message-ID: <Pine.SOL.4.58.0411051035020.15217@maxwell.phys.lafayette.edu>
3982      Branch: perl
3983            ! INSTALL
3984 ____________________________________________________________________________
3985 [ 23474] By: merijn                                on 2004/11/05  13:07:16
3986         Log: Skip failing thread/wait tests on HP-UX 10.20
3987              These will never ever be fixed, since 10.20 is obsolete
3988              perl583delta describes this. The quote is included in wait.t
3989      Branch: perl
3990            ! ext/threads/shared/t/wait.t
3991 ____________________________________________________________________________
3992 [ 23473] By: rgs                                   on 2004/11/05  08:47:44
3993         Log: Subject: [perl #32327] Benchmark calls coderef with spurious arguments
3994              From: Anno Siegel (via RT) <perlbug-followup@perl.org>
3995              Date: 4 Nov 2004 20:12:36 -0000
3996              Message-ID: <rt-3.0.11-32327-99325.8.9408996026507@perl.org>
3997      Branch: perl
3998            ! lib/Benchmark.pm lib/Benchmark.t
3999 ____________________________________________________________________________
4000 [ 23471] By: rgs                                   on 2004/11/04  09:26:56
4001         Log: Subject: [PATCH blead] [perl #3038] Re: $qr = qr/^a$/m; $x =~ $qr; fails
4002              From: Rick Delaney <rick@bort.ca>
4003              Date: Sun, 31 Oct 2004 22:40:40 -0500
4004              Message-ID: <20041101034040.GC1232@biff.bort.ca>
4005      Branch: perl
4006            + t/op/regexp_qr.t
4007            ! MANIFEST pp.c pp_hot.c regexec.c t/op/regexp.t
4008 ____________________________________________________________________________
4009 [ 23470] By: rgs                                   on 2004/11/04  08:25:34
4010         Log: Subject: Re: [PATCH perl-current] Re: [perl #31793] Data::Dumper: Useqq interacts badly with overloading
4011              From: Rick Delaney <rick@bort.ca>
4012              Date: Wed, 3 Nov 2004 19:46:16 -0500
4013              Message-ID: <20041104004616.GA11214@biff.bort.ca>
4014      Branch: perl
4015            ! lib/overload.pm lib/overload.t
4016 ____________________________________________________________________________
4017 [ 23469] By: rgs                                   on 2004/11/03  11:54:28
4018         Log: Mostly revert change #23347 (keep the test suite, fixed),
4019              having decided that it wasn't a correct fix for bug #31793.
4020      Branch: perl
4021            ! lib/overload.pm lib/overload.t
4022 ____________________________________________________________________________
4023 [ 23468] By: rgs                                   on 2004/11/03  07:39:04
4024         Log: Subject: Re: [perl #30633] Perl's "do" operator with a variety of absolute paths under Cygwin
4025              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
4026              Date: Tue, 2 Nov 2004 17:24:29 -0800
4027              Message-ID: <20041103012429.GA7196@efn.org>
4028      Branch: perl
4029            ! util.h
4030 ____________________________________________________________________________
4031 [ 23467] By: rgs                                   on 2004/11/03  06:38:38
4032         Log: Subject: [PATCH configure.com] Re: [PATCH]  Detecting strlcat() and strlcpy() in Configure
4033              From: "Craig A. Berry" <craigberry@mac.com>
4034              Date: Tue, 02 Nov 2004 20:02:04 -0600
4035              Message-ID: <41883C1C.3080108@mac.com>
4036      Branch: perl
4037            ! configure.com
4038 ____________________________________________________________________________
4039 [ 23466] By: rgs                                   on 2004/11/02  12:33:57
4040         Log: FAQ sync
4041      Branch: perl
4042            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
4043            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
4044            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
4045            ! pod/perlfaq9.pod
4046 ____________________________________________________________________________
4047 [ 23465] By: rgs                                   on 2004/11/02  08:18:15
4048         Log: Reformulate an error
4049              (so the error message given by "perl -M" is a bit more
4050              meaningful, as Jarkko pointed out)
4051      Branch: perl
4052            ! perl.c pod/perldiag.pod
4053 ____________________________________________________________________________
4054 [ 23457] By: merijn                                on 2004/11/01  13:26:43
4055         Log: New Glossary and samples for blead
4056              Glossary now is in line with recent changes to config_h.SH
4057      Branch: perl
4058            ! Porting/Glossary Porting/config.sh Porting/config_H
4059 ____________________________________________________________________________
4060 [ 23455] By: merijn                                on 2004/11/01  12:51:52
4061         Log: Since strlcat/strlcpy are not argument/return value compatible
4062              with strncat/strncpy, replace the misleading defines with comment
4063      Branch: perl
4064            ! handy.h
4065 ____________________________________________________________________________
4066 [ 23450] By: merijn                                on 2004/10/31  16:33:17
4067         Log: The next step in strlcat ()/ strcpy () detection and usage
4068              preparation. Change to handy.h eeded for config_h.SH
4069      Branch: perl
4070            ! config_h.SH handy.h
4071 ____________________________________________________________________________
4072 [ 23448] By: nicholas                              on 2004/10/31  14:37:46
4073         Log: Make TEST and harness skip tests for extensions that were not
4074              configured. Currently this skipping is silent - maybe they should
4075              report what they are skipping.
4076      Branch: perl
4077            ! t/TEST t/harness
4078 ____________________________________________________________________________
4079 [ 23446] By: nicholas                              on 2004/10/31  13:02:01
4080         Log: Subject: [patches] optree_* tests unexpectedly succeeding. + maint-only patch
4081              From: Jim Cromie <jim.cromie@gmail.com>
4082              Message-ID: <cfe85dfa04102515365f11ef10@mail.gmail.com>
4083              Date: Mon, 25 Oct 2004 16:36:40 -0600
4084      Branch: perl
4085            ! ext/B/t/optree_check.t ext/B/t/optree_varinit.t
4086 ____________________________________________________________________________
4087 [ 23445] By: nicholas                              on 2004/10/31  12:24:09
4088         Log: Set the IV values for PL_sv_yes and PL_sv_no at initialisation time.
4089      Branch: perl
4090            ! perl.c sv.c
4091 ____________________________________________________________________________
4092 [ 23444] By: nicholas                              on 2004/10/31  11:20:27
4093         Log: Skip tests if Devel::Peek not built
4094      Branch: perl
4095            ! ext/threads/shared/t/sv_refs.t ext/threads/t/end.t
4096            ! ext/threads/t/join.t lib/base/t/fields-base.t
4097 ____________________________________________________________________________
4098 [ 23443] By: nicholas                              on 2004/10/31  11:19:47
4099         Log: Assimilate PathTools 3.01 (File::Spec and Cwd)
4100      Branch: perl
4101            ! ext/Cwd/t/cwd.t lib/Cwd.pm lib/File/Spec.pm
4102            ! lib/File/Spec/VMS.pm
4103 ____________________________________________________________________________
4104 [ 23442] By: nicholas                              on 2004/10/31  11:07:57
4105         Log: Oops. Forgot to add the new test in I18N::LangTags 0.35
4106      Branch: perl
4107            + lib/I18N/LangTags/t/20_locales.t
4108 ____________________________________________________________________________
4109 [ 23441] By: nicholas                              on 2004/10/31  10:41:17
4110         Log: Correct change 23437 - as Config isn't imported, need to use a fully
4111              qualified package
4112      Branch: perl
4113            ! ext/B/t/f_map.t ext/B/t/f_sort.t ext/B/t/optree_check.t
4114            ! ext/B/t/optree_concise.t ext/B/t/optree_samples.t
4115            ! ext/B/t/optree_sort.t ext/B/t/optree_specials.t
4116            ! ext/B/t/optree_varinit.t
4117 ____________________________________________________________________________
4118 [ 23440] By: nicholas                              on 2004/10/31  10:40:11
4119         Log: Assimilate I18N::LangTags 0.35
4120      Branch: perl
4121            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
4122            ! lib/I18N/LangTags/List.pm lib/I18N/LangTags/README
4123 ____________________________________________________________________________
4124 [ 23439] By: nicholas                              on 2004/10/31  08:17:57
4125         Log: Subject: [PATCH] Temporary fix for usemallocwrap problems on IRIX (was Re: usemallocwrap problems on IRIX (was Re: Problem and question))
4126              Date: Sun, 31 Oct 2004 04:01:42 -0500
4127              From: Ed Allen Smith <easmith@beatrice.rutgers.edu>
4128              Message-Id: <mid+200410310901.i9V91g1Y519894@dogberry.rutgers.edu>
4129      Branch: perl
4130            ! hints/irix_6.sh
4131 ____________________________________________________________________________
4132 [ 23438] By: davem                                 on 2004/10/30  23:25:37
4133         Log: Using foreach on threads::shared array crashes perl
4134              The FETCH code for shared aggregate elements could leak a shared RV
4135              address into a private SV. RVs are now handled specially, in the
4136              same way that they already were for scalar shared magic.
4137      Branch: perl
4138            ! ext/threads/shared/shared.xs
4139 ____________________________________________________________________________
4140 [ 23437] By: nicholas                              on 2004/10/30  22:49:18
4141         Log: Skip tests that require Data::Dumper if it is not built
4142      Branch: perl
4143            ! ext/B/t/f_map.t ext/B/t/f_sort.t ext/B/t/optree_check.t
4144            ! ext/B/t/optree_concise.t ext/B/t/optree_samples.t
4145            ! ext/B/t/optree_sort.t ext/B/t/optree_specials.t
4146            ! ext/B/t/optree_varinit.t lib/ExtUtils/t/Liblist.t
4147            ! lib/ExtUtils/t/prereq_print.t
4148 ____________________________________________________________________________
4149 [ 23436] By: merijn                                on 2004/10/30  16:11:15
4150         Log: Promote #23435 (strlcat ()/strlcpy ()) to non-standard OS's
4151      Branch: perl
4152            ! NetWare/config_H.wc Porting/config_H plan9/config_h.sample
4153            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
4154            ! win32/config_H.vc64 wince/config_H.ce
4155 ____________________________________________________________________________
4156 [ 23435] By: merijn                                on 2004/10/30  15:54:48
4157         Log: Added probes for strlcat () and strlcpy () to Configure
4158              Re-ordered config_h.SH
4159      Branch: perl
4160            ! Configure Makefile.SH config_h.SH
4161 ____________________________________________________________________________
4162 [ 23433] By: davem                                 on 2004/10/29  21:04:17
4163         Log: Threading crash with closures
4164              various OpREFCNT_inc() operations weren't doing locking
4165      Branch: perl
4166            ! pad.c regcomp.c sv.c
4167 ____________________________________________________________________________
4168 [ 23432] By: steveh                                on 2004/10/29  14:12:02
4169         Log: Document sv_magic() changes brought about by sv_magicext()
4170
4171              Change 14335 made sv_magic() a wrapper to a new sv_magicext(),
4172              but didn't update the documentation for sv_magic() to reflect
4173              the changed handling of the name/namlen arguments.
4174
4175              Also correct a couple of typos, and mention sv_magicext() in
4176              perlguts.
4177      Branch: perl
4178            ! pod/perlapi.pod pod/perlguts.pod sv.c
4179 ____________________________________________________________________________
4180 [ 23431] By: merijn                                on 2004/10/29  13:56:03
4181         Log: Subject: [PATCH] 36 additional tests for B
4182              From: Steve Peters <steve@fisharerojo.org>
4183              Date: Fri, 29 Oct 2004 00:53:22 -0500
4184              Message-Id: <200410290053.22947.steve@fisharerojo.org>
4185      Branch: perl
4186            ! ext/B/t/b.t
4187 ____________________________________________________________________________
4188 [ 23426] By: davem                                 on 2004/10/27  22:50:57
4189         Log: include flags and refcount in the list of leaked scalars
4190      Branch: perl
4191            ! perl.c
4192 ____________________________________________________________________________
4193 [ 23425] By: ams                                   on 2004/10/27  11:27:27
4194         Log: Subject: [PATCH] lib/Carp.t improvements
4195              From: "Craig A. Berry" <craigberry@mac.com>
4196              Date: Tue, 26 Oct 2004 23:32:25 -0500
4197              Message-Id: <417F24D9.1000904@mac.com>
4198      Branch: perl
4199            ! lib/Carp.t
4200 ____________________________________________________________________________
4201 [ 23424] By: rgs                                   on 2004/10/25  15:31:21
4202         Log: Fix [perl #32130] Errno.pm must not pass references to "prototype"
4203      Branch: perl
4204            ! ext/Errno/Errno_pm.PL ext/Errno/t/Errno.t
4205 ____________________________________________________________________________
4206 [ 23423] By: rgs                                   on 2004/10/25  15:09:27
4207         Log: Small updates to the web addresses for Perl, noticed by Robert Spier
4208      Branch: perl
4209            ! pod/perl.pod pod/perlfaq2.pod
4210 ____________________________________________________________________________
4211 [ 23422] By: rgs                                   on 2004/10/25  14:56:37
4212         Log: Subject: [perl #30227] [PATCH]splain vs. -w
4213              From: "Steve Peters via RT" <perlbug-followup@perl.org>
4214              Date: 23 Oct 2004 13:55:41 -0000
4215              Message-ID: <rt-3.0.11-30227-98375.1.28465791111211@perl.org>
4216      Branch: perl
4217            ! lib/diagnostics.pm
4218 ____________________________________________________________________________
4219 [ 23421] By: rgs                                   on 2004/10/25  07:29:50
4220         Log: Upgrade to Encode 2.08.
4221      Branch: perl
4222            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
4223            ! ext/Encode/META.yml ext/Encode/Unicode/Unicode.pm
4224            ! ext/Encode/Unicode/Unicode.xs
4225            ! ext/Encode/lib/Encode/Encoding.pm
4226 ____________________________________________________________________________
4227 [ 23420] By: mhx                                   on 2004/10/24  07:53:45
4228         Log: Subject: Re: [perl #31937] perlop: add basic =~ examples
4229              From: Steve Peters <steve@fisharerojo.org>
4230              Date: Sat, 23 Oct 2004 08:01:51 -0500
4231              Message-Id: <200410230801.51649.steve@fisharerojo.org>
4232      Branch: perl
4233            ! pod/perlop.pod
4234 ____________________________________________________________________________
4235 [ 23419] By: mhx                                   on 2004/10/23  23:39:18
4236         Log: Subject: [PATCH] Re: Devel::Peek: hash quality 125%?
4237              From: Tels <perl_dummy@bloodgate.com>
4238              Date: Sat, 23 Oct 2004 16:56:31 +0200
4239              Message-Id: <200410231656.40995@bloodgate.com>
4240      Branch: perl
4241            ! ext/Devel/Peek/Changes ext/Devel/Peek/Peek.pm
4242 ____________________________________________________________________________
4243 [ 23418] By: davem                                 on 2004/10/23  21:50:19
4244         Log: Chained goto &sub drops data too early.
4245
4246              Change 22373 to stop a memory leak in goto &foo intead caused
4247              the elements of @_ to be freed too early. This revised fix
4248              just transfers the reifiedness of the old @_ to the new @_
4249      Branch: perl
4250            ! pp_ctl.c t/op/goto.t
4251 ____________________________________________________________________________
4252 [ 23417] By: rgs                                   on 2004/10/23  19:58:07
4253         Log: Upgrade to Encode 2.07
4254      Branch: perl
4255            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
4256            ! ext/Encode/Encode.xs ext/Encode/META.yml
4257            ! ext/Encode/Unicode/Unicode.pm ext/Encode/encoding.pm
4258            ! ext/Encode/lib/Encode/Encoding.pm ext/Encode/t/Encode.t
4259            ! ext/Encode/t/fallback.t ext/Encode/ucm/macArabic.ucm
4260            ! ext/Encode/ucm/macCentEuro.ucm ext/Encode/ucm/macChinsimp.ucm
4261            ! ext/Encode/ucm/macChintrad.ucm ext/Encode/ucm/macDingbats.ucm
4262            ! ext/Encode/ucm/macGreek.ucm ext/Encode/ucm/macKorean.ucm
4263            ! ext/Encode/ucm/macROMnn.ucm ext/Encode/ucm/macSymbol.ucm
4264            ! ext/Encode/ucm/macThai.ucm
4265 ____________________________________________________________________________
4266 [ 23416] By: nicholas                              on 2004/10/23  17:15:46
4267         Log: Subject: [PATCH] ext/IO/IO.xs: fix blocking on sparc linux
4268              Message-ID: <20041022033033.GA12362@londo.c47.org>
4269              From: Brendan O'Dea <bod@debian.org>
4270              Date: Fri, 22 Oct 2004 13:30:33 +1000
4271      Branch: perl
4272            ! ext/IO/IO.xs
4273 ____________________________________________________________________________
4274 [ 23410] By: rgs                                   on 2004/10/21  15:51:32
4275         Log: Subject: docpatch for perltie.pod
4276              From: David Cantrell <david@cantrell.org.uk>
4277              Date: Thu, 21 Oct 2004 12:21:52 +0100
4278              Message-ID: <20041021112151.GA22862@bytemark.barnyard.co.uk>
4279      Branch: perl
4280            ! pod/perltie.pod
4281 ____________________________________________________________________________
4282 [ 23396] By: ams                                   on 2004/10/21  01:36:49
4283         Log: Subject: [PATCH] Math::BigInt v1.73 final
4284              From: Tels <perl_dummy@bloodgate.com>
4285              Date: Wed, 20 Oct 2004 21:06:40 +0200
4286              Message-Id: <200410202106.41840@bloodgate.com>
4287
4288              Subject: [PATCH] Math::BigRat v0.13 (pre-release)
4289              From: Tels <tels@bloodgate.com>
4290              Date: Wed, 20 Oct 2004 22:03:55 +0200
4291              Message-Id: <200410202203.56063@bloodgate.com>
4292      Branch: perl
4293            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/Math/BigRat.pm
4294            ! lib/Math/BigRat/t/big_ap.t lib/Math/BigRat/t/bigrat.t
4295            ! lib/Math/BigRat/t/bigratpm.inc lib/Math/BigRat/t/bigratpm.t
4296            ! lib/Math/BigRat/t/bigratup.t
4297 ____________________________________________________________________________
4298 [ 23395] By: nicholas                              on 2004/10/20  22:39:36
4299         Log: Need to skip optree walking tests if perlio not built
4300      Branch: perl
4301            ! ext/B/t/f_map.t ext/B/t/f_sort.t
4302 ____________________________________________________________________________
4303 [ 23394] By: rgs                                   on 2004/10/20  07:42:34
4304         Log: Remove opmini.c when cleaning up.
4305      Branch: perl
4306            ! Makefile.SH
4307 ____________________________________________________________________________
4308 [ 23393] By: rgs                                   on 2004/10/20  07:36:45
4309         Log: Ensure that PVA.pl returns a true value.
4310      Branch: perl
4311            ! lib/unicore/mktables
4312 ____________________________________________________________________________
4313 [ 23392] By: ams                                   on 2004/10/20  06:19:03
4314         Log: Subject: [PATCH perl.c pod/perl.pod pod/perlfaq2.pod]
4315              Rephrase "Perl Home Page" References
4316              From: chromatic <chromatic@wgz.org>
4317              Date: Tue, 19 Oct 2004 22:52:19 -0700
4318              Message-Id: <1098251539.20976.53.camel@localhost>
4319      Branch: perl
4320            ! AUTHORS perl.c pod/perl.pod pod/perlfaq2.pod
4321 ____________________________________________________________________________
4322 [ 23384] By: rgs                                   on 2004/10/19  13:17:01
4323         Log: Upgrade to Encode 2.05
4324      Branch: perl
4325            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/META.yml
4326            ! ext/Encode/encoding.pm
4327 ____________________________________________________________________________
4328 [ 23383] By: rgs                                   on 2004/10/19  11:38:37
4329         Log: More Data::Dumper docs nits, fix the previous one,
4330              suggested by Yves Orton.
4331      Branch: perl
4332            ! ext/Data/Dumper/Dumper.pm
4333 ____________________________________________________________________________
4334 [ 23382] By: rgs                                   on 2004/10/19  11:21:55
4335         Log: Subject: [PATCH] perlfaq2.pod (add a book)
4336              From: <richard.foley@ubs.com>
4337              Date: Tue, 19 Oct 2004 07:29:31 +0200
4338              Message-ID: <B374141B0A424D4F9CF143CC51B3ADD903FB9E3A@NZURC900PEX1.ubsgs.ubsgroup.net>
4339      Branch: perl
4340            ! pod/perlfaq2.pod
4341 ____________________________________________________________________________
4342 [ 23381] By: mhx                                   on 2004/10/19  03:51:59
4343         Log: Re-apply the encoding.pm part of:
4344
4345              Subject: [PATCH] encoding and open pragmas
4346              From: Jarkko Hietaniemi <jhi@iki.fi>
4347              Date: Mon, 16 Aug 2004 22:27:00 +0300
4348              Message-ID: <41210A84.6060506@iki.fi>
4349      Branch: perl
4350            ! ext/Encode/encoding.pm
4351 ____________________________________________________________________________
4352 [ 23380] By: mhx                                   on 2004/10/18  21:00:26
4353         Log: Upgrade to Encode 2.04.
4354      Branch: perl
4355            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
4356            ! ext/Encode/JP/JP.pm ext/Encode/META.yml ext/Encode/Makefile.PL
4357            ! ext/Encode/bin/piconv ext/Encode/bin/ucmsort
4358            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
4359            ! ext/Encode/lib/Encode/Supported.pod
4360            ! ext/Encode/ucm/big5-hkscs.ucm
4361 ____________________________________________________________________________
4362 [ 23379] By: mhx                                   on 2004/10/18  15:44:05
4363         Log: Fix a typo.
4364      Branch: perl
4365            ! utils/c2ph.PL
4366 ____________________________________________________________________________
4367 [ 23378] By: rgs                                   on 2004/10/18  11:25:20
4368         Log: Add a missing warning categorisation in perldiag.
4369      Branch: perl
4370            ! pod/perldiag.pod
4371 ____________________________________________________________________________
4372 [ 23377] By: ams                                   on 2004/10/16  23:52:18
4373         Log: Subject: [PATCH] test_harness tweak for VMS
4374              From: "Craig A. Berry" <craigberry@mac.com>
4375              Date: Sat, 16 Oct 2004 12:15:02 -0500
4376              Message-Id: <41715716.5000108@mac.com>
4377      Branch: perl
4378            ! vms/descrip_mms.template vms/test.com
4379 ____________________________________________________________________________
4380 [ 23376] By: nicholas                              on 2004/10/16  18:16:12
4381         Log: Merge code from vdie and vcroak into S_vdie_croak_common
4382      Branch: perl
4383            ! util.c
4384 ____________________________________________________________________________
4385 [ 23375] By: nicholas                              on 2004/10/16  14:39:48
4386         Log: Merge the common code from Perl_vdie and Perl_vwarner into a
4387              S_vdie_common
4388      Branch: perl
4389            ! util.c
4390 ____________________________________________________________________________
4391 [ 23374] By: nicholas                              on 2004/10/16  12:57:39
4392         Log: The second half of Perl_vwarner is actually a straight cut&paste job
4393              from Perl_vwarn, so convert it into a (tail) call to Perl_vwarn.
4394              cut&paste is bad, m'kay.
4395      Branch: perl
4396            ! util.c
4397 ____________________________________________________________________________
4398 [ 23373] By: nicholas                              on 2004/10/15  17:11:08
4399         Log: Implement sv_svset _nosteal variants by passing a flag into
4400              sv_set_flags rather than messing with the SvTEMP() flag on either
4401              side of the call.
4402      Branch: perl
4403            ! sv.c sv.h
4404 ____________________________________________________________________________
4405 [ 23372] By: rgs                                   on 2004/10/15  14:09:54
4406         Log: Implement a new -dt command-line flag, to enable threads under the
4407              debugger (bug #31666).
4408
4409              Subject: RE: [PATCH] debugger handles threads [perl #31666]
4410              From: <richard.foley@ubs.com>
4411              Date: Wed, 13 Oct 2004 13:01:18 +0200
4412              Message-ID: <B374141B0A424D4F9CF143CC51B3ADD903FB9E12@NZURC900PEX1.ubsgs.ubsgroup.net>
4413
4414              Subject: Re: [PATCH] debugger handles threads [perl #31666]
4415              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
4416              Date: Wed, 13 Oct 2004 02:49:58 -0700
4417              Message-ID: <20041013094957.GA17184@efn.org>
4418      Branch: perl
4419            ! lib/perl5db.pl perl.c pod/perlrun.pod
4420 ____________________________________________________________________________
4421 [ 23371] By: steveh                                on 2004/10/15  12:54:29
4422         Log: Make autodoc.pl write its output with UNIX style EOL's.
4423
4424              This saves the Win32 committer(s?) having to dos2unix the files
4425              before committing.  Maybe Perforce's "LineEnd: share" suffices
4426              anyway, but there's no harm in playing safe.
4427      Branch: perl
4428            ! autodoc.pl
4429 ____________________________________________________________________________
4430 [ 23370] By: nicholas                              on 2004/10/15  11:01:18
4431         Log: Include opmini.c in the dependency generation.
4432      Branch: perl
4433            ! Makefile.SH
4434 ____________________________________________________________________________
4435 [ 23369] By: rgs                                   on 2004/10/15  10:20:16
4436         Log: Doc nit to Data::Dumper, suggested by Peter Kay.
4437      Branch: perl
4438            ! ext/Data/Dumper/Dumper.pm
4439 ____________________________________________________________________________
4440 [ 23368] By: steveh                                on 2004/10/15  10:12:31
4441         Log: Document sv_vcatpvf, sv_vsetpvf, sv_vcatpvf_mg and sv_vsetpvf_mg.
4442
4443              These are already in the API supported by Devel::PPPort, and are
4444              often more useful than sv_vcatpvfn and sv_vsetpvfn which were
4445              already documented.
4446      Branch: perl
4447            ! embed.fnc pod/perlapi.pod sv.c
4448 ____________________________________________________________________________
4449 [ 23367] By: mhx                                   on 2004/10/14  18:00:04
4450         Log: Subject: [PATCH] Re: [NOT OK] 23353 OpenVMS 7.2 VAX
4451              From: "Craig A. Berry" <craigberry@mac.com>
4452              Date: Thu, 14 Oct 2004 10:09:41 -0500
4453              Message-ID: <416E96B5.5020100@mac.com>
4454      Branch: perl
4455            ! ext/Devel/PPPort/parts/inc/ppphtest
4456            ! ext/Devel/PPPort/t/ppphtest.t
4457 ____________________________________________________________________________
4458 [ 23366] By: rgs                                   on 2004/10/14  15:50:49
4459         Log: Subject: AW: [perl #31864] IO::Poll - undef fd not checked in mask()
4460              From: "Dintelmann, Peter" <Peter.Dintelmann@Dresdner-Bank.com>
4461              Date: Mon, 11 Oct 2004 09:54:15 +0200
4462              Message-ID: <8FD9B6A658383E468B55D364D1A9951601857331@ffz00zm6.ffz00e.mail.dresdner.net>
4463      Branch: perl
4464            ! ext/IO/lib/IO/Poll.pm
4465 ____________________________________________________________________________
4466 [ 23365] By: rgs                                   on 2004/10/14  14:58:21
4467         Log: Fix [perl #31971] local $^D gives noise
4468      Branch: perl
4469            ! embed.fnc embed.h mg.c perl.c proto.h
4470 ____________________________________________________________________________
4471 [ 23364] By: rgs                                   on 2004/10/14  14:25:29
4472         Log: A few fixes in the list of -D debugging flags
4473      Branch: perl
4474            ! perl.c pod/perlrun.pod
4475 ____________________________________________________________________________
4476 [ 23363] By: rgs                                   on 2004/10/14  14:01:50
4477         Log: Subject: [PATCH@23361] RE: [PATCH-for-23358] enable statically linked exte nsions for Win32
4478              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
4479              Date: Wed, 13 Oct 2004 09:45:31 +0400
4480              Message-ID: <7DD1BE2C50259746ABB8683672D2089E08133C@itotest-1.spb.lucent.com>
4481      Branch: perl
4482            ! win32/buildext.pl win32/makefile.mk
4483 ____________________________________________________________________________
4484 [ 23362] By: rgs                                   on 2004/10/12  16:49:53
4485         Log: Minor tweaks for the test.utf16 target, by Jarkko
4486      Branch: perl
4487            ! t/TEST
4488 ____________________________________________________________________________
4489 [ 23361] By: rgs                                   on 2004/10/12  16:07:54
4490         Log: Subject: [perl #31843] warnings::warn($obj,...) fails when $obj overloads ""
4491              From: kaminsky@math.huji.ac.il (via RT) <perlbug-followup@perl.org>
4492              Date: 5 Oct 2004 09:52:07 -0000
4493              Message-ID: <rt-3.0.11-31843-97358.2.89612012687236@perl.org>
4494              (with tweaks)
4495      Branch: perl
4496            ! lib/warnings.pm warnings.pl
4497 ____________________________________________________________________________
4498 [ 23360] By: rgs                                   on 2004/10/12  13:02:44
4499         Log: Subject: [PATCH-for-23358] enable statically linked extensions for Win32
4500              From: Vadim Konovalov <konovalo@mail.wplus.net>
4501              Date: Mon, 11 Oct 2004 22:57:00 +0400
4502              Message-ID: <80173417046.20041011225700@vkonovalov.ru>
4503      Branch: perl
4504            ! makedef.pl win32/Makefile win32/buildext.pl win32/dl_win32.xs
4505            ! win32/makefile.mk win32/perllib.c win32/sync_ext.pl
4506 ____________________________________________________________________________
4507 [ 23359] By: rgs                                   on 2004/10/12  12:54:27
4508         Log: Subject: Patch: BigInt v1.73 (pre-release)
4509              From: Tels <perl_dummy@bloodgate.com>
4510              Date: Sun, 10 Oct 2004 22:36:03 +0200
4511              Message-Id: <200410102236.03637@bloodgate.com>
4512      Branch: perl
4513            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
4514            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
4515            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.inc
4516            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.inc
4517            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/sub_mbf.t
4518            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/upgrade.inc
4519            ! lib/Math/BigInt/t/upgrade.t lib/Math/BigInt/t/with_sub.t
4520 ____________________________________________________________________________
4521 [ 23358] By: rgs                                   on 2004/10/11  07:28:34
4522         Log: Subject: [PATCH] add the 'test_harness' target to vms "makefile"
4523              From: Abe Timmerman <abe@ztreet.demon.nl>
4524              Date: Sat, 9 Oct 2004 18:13:38 +0200
4525              Message-Id: <200410091813.38673.abe@ztreet.demon.nl>
4526      Branch: perl
4527            ! t/harness vms/descrip_mms.template vms/test.com
4528 ____________________________________________________________________________
4529 [ 23357] By: davem                                 on 2004/10/10  19:18:00
4530         Log: Turn regcomp into a list op
4531      Branch: perl
4532            ! embed.fnc ext/B/B/Deparse.pm lib/overload.t op.c perly.act
4533            ! perly.h perly.tab perly.y pp_ctl.c proto.h toke.c
4534 ____________________________________________________________________________
4535 [ 23356] By: nicholas                              on 2004/10/10  15:21:24
4536         Log: Hack to make -Dusethreads -Uuseithreads -Uuse5005threads pass all tests
4537      Branch: perl
4538            ! ext/B/t/OptreeCheck.pm
4539 ____________________________________________________________________________
4540 [ 23355] By: nicholas                              on 2004/10/10  15:03:25
4541         Log: Restore runtime loading of Encode and Encode-related modules, so that
4542              open.pm will work when the Encode extension isn't build.
4543      Branch: perl
4544            ! lib/open.pm
4545 ____________________________________________________________________________
4546 [ 23354] By: merijn                                on 2004/10/09  12:27:39
4547         Log: Make AIX 5 + gcc work in 64bitall
4548      Branch: perl
4549            ! hints/aix.sh
4550 ____________________________________________________________________________
4551 [ 23353] By: merijn                                on 2004/10/08  09:52:59
4552         Log: A new machine type, some reformatting, some reorganization
4553              and a bit of additional info on Sleepycat's db.
4554      Branch: perl
4555            ! README.hpux
4556 ____________________________________________________________________________
4557 [ 23352] By: rgs                                   on 2004/10/08  08:56:49
4558         Log: Briefly document the test.utf16 make target.
4559      Branch: perl
4560            ! pod/perlhack.pod
4561 ____________________________________________________________________________
4562 [ 23351] By: rgs                                   on 2004/10/08  08:52:39
4563         Log: Make the perl interpreter more tolerant of UTF-16-encoded script
4564              (patch by Jarkko Hietaniemi)
4565      Branch: perl
4566            ! Makefile.SH t/TEST toke.c utf8.c
4567 ____________________________________________________________________________
4568 [ 23350] By: rgs                                   on 2004/10/04  16:05:20
4569         Log: Subject: [perl #31697] [PATCH] B::Showlex::newlex enhancement and pod
4570              From: Jim Cromie (via RT) <perlbug-followup@perl.org>
4571              Date: 23 Sep 2004 21:45:42 -0000
4572              Message-ID: <rt-3.0.11-31697-96840.0.810265136907162@perl.org>
4573              (with doc nits)
4574      Branch: perl
4575            ! ext/B/B/Concise.pm ext/B/B/Showlex.pm ext/B/t/showlex.t
4576 ____________________________________________________________________________
4577 [ 23349] By: rgs                                   on 2004/10/04  15:46:28
4578         Log: Increment $overload::VERSION after change #23347
4579      Branch: perl
4580            ! ext/B/B/Concise.pm lib/overload.pm
4581 ____________________________________________________________________________
4582 [ 23348] By: rgs                                   on 2004/10/04  14:00:11
4583         Log: Subject: [PATCH-for-23341] dynaloader improvements and cleanup
4584              From: Vadim Konovalov <vadim@vkonovalov.ru>
4585              Date: Sun, 3 Oct 2004 22:10:06 +0400
4586              Message-ID: <138-1837306906.20041003221006@vkonovalov.ru>
4587      Branch: perl
4588            ! ext/DynaLoader/DynaLoader_pm.PL
4589 ____________________________________________________________________________
4590 [ 23347] By: rgs                                   on 2004/10/04  10:57:15
4591         Log: Subject: [PATCH perl-current] Re: [perl #31793] Data::Dumper: Useqq interacts badly with overloading
4592              From: Rick Delaney <rick@bort.ca>
4593              Date: Sat, 2 Oct 2004 01:04:49 -0400
4594              Message-ID: <20041002050448.GB5059@biff.bort.ca>
4595      Branch: perl
4596            ! lib/overload.pm lib/overload.t
4597 ____________________________________________________________________________
4598 [ 23346] By: rgs                                   on 2004/10/04  10:18:49
4599         Log: Subject: [PATCH] vms/t/filespec.t tweak
4600              From: "Craig A. Berry" <craigberry@mac.com>
4601              Date: Fri, 01 Oct 2004 13:18:03 -0500
4602              Message-ID: <415D9F5B.5040306@mac.com>
4603      Branch: perl
4604            ! vms/ext/filespec.t
4605 ____________________________________________________________________________
4606 [ 23345] By: rgs                                   on 2004/10/04  08:53:04
4607         Log: More caveats on the non-portability of stat(), suggested by
4608              Stas Bekman.
4609      Branch: perl
4610            ! pod/perlfunc.pod
4611 ____________________________________________________________________________
4612 [ 23344] By: nicholas                              on 2004/10/02  21:49:15
4613         Log: Perl_sv_recode_to_utf8 shouldn't be returning SvPVX(sv) without
4614              any check on whether it's valid.
4615      Branch: perl
4616            ! sv.c
4617 ____________________________________________________________________________
4618 [ 23343] By: merijn                                on 2004/10/02  11:08:32
4619         Log: Subject: [PATCH] make t/uni/class.t pass on VMS
4620              From: "Craig A. Berry" <craigberry@mac.com>
4621              Date: Fri, 01 Oct 2004 12:57:55 -0500
4622              Message-ID: <415D9AA3.1000908@mac.com>
4623      Branch: perl
4624            ! t/uni/class.t
4625 ____________________________________________________________________________
4626 [ 23342] By: davem                                 on 2004/09/30  20:51:31
4627         Log: open $1, "file" doesn't raise an exception
4628      Branch: perl
4629            ! pp.c t/io/open.t
4630 ____________________________________________________________________________
4631 [ 23341] By: rgs                                   on 2004/09/30  15:41:40
4632         Log: Subject: [patch] Sys::Syslog POD - $Sys::Syslog::host
4633              From: "Jay Hannah" <jhannah@omnihotels.com>
4634              Date: Wed, 15 Sep 2004 14:51:42 -0500
4635              Message-ID: <002001c49b5d$6d0d79c0$4722000a@omarests2>
4636      Branch: perl
4637            ! ext/Sys/Syslog/Syslog.pm
4638 ____________________________________________________________________________
4639 [ 23340] By: rgs                                   on 2004/09/30  15:12:29
4640         Log: A fix for [perl #31692] : as PerlIO::scalar accesses directly the
4641              PV of the scalar it reads from, avoid to read it when it's an
4642              undefined PV.
4643      Branch: perl
4644            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
4645 ____________________________________________________________________________
4646 [ 23339] By: davem                                 on 2004/09/28  18:05:52
4647         Log: the improved -DT output of #23325 could print an uninit stack value
4648      Branch: perl
4649            ! toke.c
4650 ____________________________________________________________________________
4651 [ 23338] By: nicholas                              on 2004/09/28  16:55:08
4652         Log: Spelling correction spotted by Greg McCarroll
4653      Branch: perl
4654            ! README.epoc
4655 ____________________________________________________________________________
4656 [ 23337] By: rgs                                   on 2004/09/28  15:28:58
4657         Log: Subject: Patch for perl.c fixing an obscure environment bug
4658              From: Merijn Broeren <merijnb@iloquent.com>
4659              Date: Thu, 23 Sep 2004 17:18:17 +0200
4660              Message-ID: <20040923151817.GA15782@brugman.iloquent.nl>
4661      Branch: perl
4662            ! perl.c
4663 ____________________________________________________________________________
4664 [ 23336] By: rgs                                   on 2004/09/28  08:08:24
4665         Log: Perl -DT segfaults when parsing a 'use' statement
4666      Branch: perl
4667            ! toke.c
4668 ____________________________________________________________________________
4669 [ 23334] By: rgs                                   on 2004/09/23  07:33:15
4670         Log: Typo fix.
4671              Subject: [PATCH] Re: Smoke [5.9.2] 23330 FAIL(X) hp-ux 11.11/64 (PA-2.0/64/2 cpu)
4672              From: Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
4673              Date: Wed, 22 Sep 2004 11:20:53 +0200
4674              Message-ID: <20040922112053.686562b6@valis.local>
4675      Branch: perl
4676            ! lib/open.pm
4677 ____________________________________________________________________________
4678 [ 23333] By: rgs                                   on 2004/09/23  07:30:16
4679         Log: Remove a couple of C<> to avoid confusing double quotes in text
4680              rendering. [perl #31678]
4681      Branch: perl
4682            ! pod/perlop.pod
4683 ____________________________________________________________________________
4684 [ 23332] By: rgs                                   on 2004/09/22  09:08:04
4685         Log: Document that $ENV{PATH} may not contain relative directories under -T
4686      Branch: perl
4687            ! pod/perldiag.pod pod/perlsec.pod
4688 ____________________________________________________________________________
4689 [ 23331] By: davem                                 on 2004/09/20  22:11:29
4690         Log: Subject:  Re: [perl #31586] utime does not reach expectations [PATCH]
4691              From:  LAUN Wolfgang <wolfgang.laun@alcatel.at>
4692              Date:  Fri, 17 Sep 2004 14:01:11 +0200
4693              Message-Id:  <DF27CDCBD2581D4B88431901094E4B4D02B0C88B@attmsx1.aut.alcatel.at>
4694
4695              Clarify the effect of utime when the file isn't owned by the user
4696      Branch: perl
4697            ! pod/perlfunc.pod
4698 ____________________________________________________________________________
4699 [ 23330] By: rgs                                   on 2004/09/20  17:20:38
4700         Log: Upgrade to MIME::Base64 3.05.
4701      Branch: perl
4702            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Changes
4703            ! ext/MIME/Base64/t/warn.t
4704 ____________________________________________________________________________
4705 [ 23329] By: rgs                                   on 2004/09/20  17:13:20
4706         Log: Upgrade to Time::HiRes 1.65.
4707      Branch: perl
4708            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
4709            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
4710            ! ext/Time/HiRes/ppport.h ext/Time/HiRes/t/HiRes.t
4711 ____________________________________________________________________________
4712 [ 23327] By: rgs                                   on 2004/09/20  08:23:58
4713         Log: Subject: [perl #27576] [PATCH] Pod::Usage -exitvalue => "NOEXIT" requires -output be set (Doc bug)
4714              From: "Steve Peters via RT" <perlbug-followup@perl.org>
4715              Date: 26 Aug 2004 19:06:52 -0000
4716              Message-ID: <rt-3.0.11-27576-94411.2.28321880730803@perl.org>
4717      Branch: perl
4718            ! lib/Pod/Usage.pm
4719 ____________________________________________________________________________
4720 [ 23326] By: rgs                                   on 2004/09/20  08:10:47
4721         Log: Subject: [PATCH] encoding and open pragmas
4722              From: Jarkko Hietaniemi <jhi@iki.fi>
4723              Date: Mon, 16 Aug 2004 22:27:00 +0300
4724              Message-ID: <41210A84.6060506@iki.fi>
4725
4726              Subject: Re: [PATCH] encoding and open pragmas
4727              From: Jarkko Hietaniemi <jhi@iki.fi>
4728              Date: Tue, 17 Aug 2004 11:22:58 +0300 (EEST)
4729              Message-Id: <200408170822.i7H8MwUU016793@vipunen.hut.fi>
4730      Branch: perl
4731            ! ext/Encode/encoding.pm lib/open.pm lib/open.t t/io/layers.t
4732 ____________________________________________________________________________
4733 [ 23325] By: davem                                 on 2004/09/19  21:47:18
4734         Log: improve lexer debugging output (-DT)
4735              Decode yylex() return values, and show lexer state each time
4736              yylex() is called
4737      Branch: perl
4738            ! embed.fnc embed.h proto.h toke.c
4739 ____________________________________________________________________________
4740 [ 23323] By: rgs                                   on 2004/09/15  16:12:42
4741         Log: The XSUB.h patch from:
4742
4743              Subject: CPAN Upload: J/JP/JPEACOCK/version-0.42.tar.gz
4744              From: John Peacock <jpeacock@rowman.com>
4745              Date: Wed, 18 Aug 2004 08:26:35 -0400
4746              Message-ID: <41234AFB.1020009@rowman.com>
4747
4748              Now it will use version object logic for version comparison
4749              when loading XS modules.
4750      Branch: perl
4751            ! XSUB.h
4752 ____________________________________________________________________________
4753 [ 23322] By: rgs                                   on 2004/09/15  15:48:23
4754         Log: Upgrade to Time::HiRes 1.63.
4755              Note that it includes a ppport.h file. See if the one
4756              previously built in Devel::PPPort can be used instead.
4757      Branch: perl
4758            + ext/Time/HiRes/ppport.h
4759            ! MANIFEST ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
4760            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
4761            ! ext/Time/HiRes/t/HiRes.t
4762 ____________________________________________________________________________
4763 [ 23321] By: davem                                 on 2004/09/14  21:57:10
4764         Log: Subject:  Re: [perl #31459] Bug in read()
4765              From:  Chris Heath <chris@heathens.co.nz>
4766              Date:  06 Sep 2004 00:03:12 -0400
4767              Message-Id:  <1094443392.12379.35.camel@linux.heathens.co.nz>
4768
4769              a read(F) into a UTF8-encoded buffer with an offset off the
4770              end of the buffer, miss-calculated buffer lengths
4771      Branch: perl
4772            ! pp_sys.c
4773 ____________________________________________________________________________
4774 [ 23320] By: davem                                 on 2004/09/12  22:09:51
4775         Log: Memory leak in nested shared data structures in 5.8.4
4776              A pop of an item from a shared array ref causes a leak due to
4777              AVf_REAL not having been set after an sv_upgrade(sv, SVt_PVAV).
4778              Make sv_upgrade() set always this flag.
4779      Branch: perl
4780            ! sv.c
4781 ____________________________________________________________________________
4782 [ 23319] By: nicholas                              on 2004/09/10  16:40:17
4783         Log: Integrate:
4784              [ 23318]
4785              Update the skips for the no perlio case
4786      Branch: perl
4787           !> ext/B/t/optree_check.t ext/B/t/optree_concise.t
4788           !> ext/B/t/showlex.t
4789 ____________________________________________________________________________
4790 [ 23300] By: nicholas                              on 2004/09/09  15:54:18
4791         Log: A single version of B that supports 5.8 and 5.10
4792      Branch: perl
4793            ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
4794            ! ext/B/ramblings/runtime.porting ext/B/t/lint.t
4795 ____________________________________________________________________________
4796 [ 23283] By: mhx                                   on 2004/09/08  20:33:55
4797         Log: Subject: [PATCH-5.8.5] lib/bigint.pm tiny typo fix
4798              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
4799              Date: Mon, 6 Sep 2004 11:09:51 +0400
4800              Message-ID: <7DD1BE2C50259746ABB8683672D2089E081132@itotest-1.spb.lucent.com>
4801      Branch: perl
4802            ! lib/bigint.pm
4803 ____________________________________________________________________________
4804 [ 23282] By: mhx                                   on 2004/09/08  20:19:18
4805         Log: Upgrade to Devel::PPPort 3.03.
4806      Branch: perl
4807            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
4808            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort.xs
4809            ! ext/Devel/PPPort/PPPort_pm.PL
4810            ! ext/Devel/PPPort/parts/inc/MY_CXT ext/Devel/PPPort/t/MY_CXT.t
4811 ____________________________________________________________________________
4812 [ 23281] By: davem                                 on 2004/09/08  19:42:15
4813         Log: Subject:  [perl #21553] Re: Solaris Perl (fwd)
4814              From:  Andy Dougherty <doughera@lafayette.edu>
4815              Date:  Wed, 8 Sep 2004 11:32:26 -0400 (EDT)
4816              Message-Id:  <Pine.SOL.4.58.0409081129180.17582@maxwell.phys.lafayette.edu>
4817              Clarify whether it's safe to replace the perl bundled with Solaris
4818      Branch: perl
4819            ! README.solaris
4820 ____________________________________________________________________________
4821 [ 23280] By: mhx                                   on 2004/09/08  19:18:06
4822         Log: Upgrade to Devel::PPPort 3.02.
4823      Branch: perl
4824            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
4825            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort_pm.PL
4826            ! ext/Devel/PPPort/devel/scanprov ext/Devel/PPPort/mktests.PL
4827            ! ext/Devel/PPPort/parts/base/5004050
4828            ! ext/Devel/PPPort/parts/base/5005000
4829            ! ext/Devel/PPPort/parts/base/5006000
4830            ! ext/Devel/PPPort/parts/base/5008001
4831            ! ext/Devel/PPPort/parts/base/5009002
4832            ! ext/Devel/PPPort/parts/inc/MY_CXT
4833            ! ext/Devel/PPPort/parts/inc/misc ext/Devel/PPPort/t/MY_CXT.t
4834            ! ext/Devel/PPPort/t/SvPV.t ext/Devel/PPPort/t/call.t
4835            ! ext/Devel/PPPort/t/cop.t ext/Devel/PPPort/t/grok.t
4836            ! ext/Devel/PPPort/t/limits.t ext/Devel/PPPort/t/mPUSH.t
4837            ! ext/Devel/PPPort/t/magic.t ext/Devel/PPPort/t/misc.t
4838            ! ext/Devel/PPPort/t/newCONSTSUB.t ext/Devel/PPPort/t/newRV.t
4839            ! ext/Devel/PPPort/t/ppphtest.t ext/Devel/PPPort/t/sv_xpvf.t
4840            ! ext/Devel/PPPort/t/threads.t ext/Devel/PPPort/t/uv.t
4841 ____________________________________________________________________________
4842 [ 23279] By: mhx                                   on 2004/09/08  18:46:56
4843         Log: Add MY_CXT_CLONE to the core. (Taken from Time::HiRes.) See also:
4844              http://groups.google.com/groups?selm=r5l1vv00ca033k7a06d40fgei1ion91rnp%404ax.com
4845      Branch: perl
4846            ! perl.h
4847 ____________________________________________________________________________
4848 [ 23278] By: nicholas                              on 2004/09/08  16:53:34
4849         Log: backport B to work on 5.8.x, so that a single version of the source
4850              can be maintained, and ultimately dual-lifed on CPAN
4851              (the version conditional changes are actually surprisingly small)
4852      Branch: perl
4853            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
4854            ! ext/B/t/f_map.t ext/B/t/f_sort.t ext/B/t/optree_samples.t
4855            ! ext/B/t/stash.t
4856 ____________________________________________________________________________
4857 [ 23277] By: mhx                                   on 2004/09/08  16:49:59
4858         Log: Subject: SvO?OK_off()'s return value
4859              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
4860              Date: Sun, 1 Aug 2004 12:46:48 +0200
4861              Message-Id: <20040801124648.7f9b3cee@r2d2>
4862
4863              Move (void) casts into SvOOK_off macro.
4864      Branch: perl
4865            ! gv.c mg.c perl.c pp.c pp_ctl.c pp_hot.c scope.c sv.c sv.h
4866 ____________________________________________________________________________
4867 [ 23276] By: merijn                                on 2004/09/07  12:57:58
4868         Log: Subject: [PATCH] perlintro.pod
4869              From: Paul Johnson <paul@pjcj.net>
4870              Date: Tue, 7 Sep 2004 15:13:51 +0200
4871              Message-ID: <20040907131351.GD2513@pjcj.net>
4872      Branch: perl
4873            ! pod/perlintro.pod
4874 ____________________________________________________________________________
4875 [ 23275] By: steveh                                on 2004/09/06  10:16:12
4876         Log: Implement new environment variable to allow the use of non-IFS
4877              compatible LSP's on Windows to allow Perl to work in conjunction
4878              with a firewall such as McAfee Guardian.
4879
4880              Bug report and possible solutions by Ken Fox <kfox@ford.com>;
4881              further assistance by Artiom Morozov <artiom@phreaker.net>.
4882      Branch: perl
4883            ! pod/perlrun.pod win32/win32sck.c
4884 ____________________________________________________________________________
4885 [ 23274] By: merijn                                on 2004/09/06  08:49:24
4886         Log: Subject: [PATCH] -Dunlink_all_versions for VMS
4887              From: "Craig A. Berry" <craigberry@mac.com>
4888              Date: Sat, 04 Sep 2004 11:58:56 -0500
4889              Message-ID: <4139F450.7040708@mac.com>
4890      Branch: perl
4891            ! configure.com
4892 ____________________________________________________________________________
4893 [ 23271] By: davem                                 on 2004/09/05  21:36:57
4894         Log: only mortalize deleted array elements for AvREAL
4895              (update to change #23158)
4896      Branch: perl
4897            ! av.c
4898 ____________________________________________________________________________
4899 [ 23267] By: davem                                 on 2004/09/05  20:16:55
4900         Log: I somehow managed to omit the base.pm change from #23266
4901      Branch: perl
4902            ! lib/base.pm
4903 ____________________________________________________________________________
4904 [ 23266] By: davem                                 on 2004/09/05  20:04:35
4905         Log: Fields package bug
4906              An intermediate class with no fields messes up private fields
4907              in the base class.
4908      Branch: perl
4909            ! lib/base.pm lib/base/t/fields-base.t
4910 ____________________________________________________________________________
4911 [ 23258] By: rgs                                   on 2004/09/02  15:37:55
4912         Log: Upgrade to Encode 2.02
4913      Branch: perl
4914            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
4915            ! ext/Encode/META.yml ext/Encode/bin/enc2xs
4916            ! ext/Encode/bin/ucmsort ext/Encode/lib/Encode/Alias.pm
4917            ! ext/Encode/lib/Encode/Unicode/UTF7.pm
4918            ! ext/Encode/t/big5-hkscs.enc ext/Encode/t/big5-hkscs.utf
4919            ! ext/Encode/ucm/big5-hkscs.ucm
4920 ____________________________________________________________________________
4921 [ 23257] By: rgs                                   on 2004/09/02  15:01:39
4922         Log: Upgrade to version 0.42.
4923              From:
4924              Subject: CPAN Upload: J/JP/JPEACOCK/version-0.42.tar.gz
4925              From: John Peacock <jpeacock@rowman.com>
4926              Date: Wed, 18 Aug 2004 08:26:35 -0400
4927              Message-ID: <41234AFB.1020009@rowman.com>
4928      Branch: perl
4929            ! lib/version.pm lib/version.t util.c
4930 ____________________________________________________________________________
4931 [ 23256] By: davem                                 on 2004/09/01  23:41:25
4932         Log: Subject:  [PATCH] fields.pm lost compile-time benefit
4933              From:  Rick Delaney <rick@bort.ca>
4934              Date:  Fri, 13 Aug 2004 19:54:12 -0400
4935              Message-Id:  <20040813235412.GB12980@biff.bort.ca>
4936
4937              restore the compile-time field checking for
4938              my Dog $spot; $spot->{'walkies'};
4939              that was lost when pseudo-hashes were removed
4940      Branch: perl
4941            ! lib/base/t/fields-base.t lib/base/t/fields.t op.c
4942            ! pod/perldiag.pod
4943 ____________________________________________________________________________
4944 [ 23255] By: davem                                 on 2004/09/01  23:37:07
4945         Log: whoops, fix 'formline undef' test broken by change #23251
4946      Branch: perl
4947            ! t/lib/warnings/9uninit
4948 ____________________________________________________________________________
4949 [ 23253] By: davem                                 on 2004/09/01  22:45:07
4950         Log: Subject:  PATCH: Taintedness and ternary conditional
4951              From:  Andy Lester <andy@petdance.com>
4952              Date:  Thu, 26 Aug 2004 23:44:47 -0500
4953              Message-Id:  <20040827044447.GA5268@petdance.com>
4954
4955              add tests and documentation to the effect that ($tainted ? $a : $b)
4956              doesn't necessarily return a tainted value. Also tidy the markup in
4957              perldoc.pod
4958      Branch: perl
4959            ! pod/perlsec.pod t/op/taint.t
4960 ____________________________________________________________________________
4961 [ 23252] By: davem                                 on 2004/09/01  22:20:05
4962         Log: delete spurious blank lines added by change 23251
4963      Branch: perl
4964            ! pp_ctl.c
4965 ____________________________________________________________________________
4966 [ 23251] By: davem                                 on 2004/09/01  22:17:47
4967         Log: Random made scripts crashing perl
4968              fix 'formline undef' coredump
4969      Branch: perl
4970            ! pp_ctl.c t/lib/warnings/9uninit
4971 ____________________________________________________________________________
4972 [ 23250] By: davem                                 on 2004/09/01  20:46:13
4973         Log: From: david nicol <whatever@davidnicol.com>
4974              Subject: [perl #31228] no no-op
4975              Message-Id: 1093659222.1436.70.camel@plaza.davidnicol.com>
4976              Date: 27 Aug 2004 21:13:42 -0500
4977
4978              Document that 0 and 1 can (sort of) be used as no-ops.
4979      Branch: perl
4980            ! pod/perlop.pod
4981 ____________________________________________________________________________
4982 [ 23249] By: davem                                 on 2004/09/01  18:54:25
4983         Log: Subject:  [ PATCH ] 2 added private flags for B::Concise
4984              From:  Jim Cromie <jcromie@divsol.com>
4985              Date:  Tue, 31 Aug 2004 23:19:54 -0600
4986              Message-Id:  <41355BFA.8010900@divsol.com>
4987
4988              The OPpENTERSUB_NOMOD and OPpCONST_SHORTCIRCUIT flags weren't
4989              displayed by B::Concise.
4990      Branch: perl
4991            ! ext/B/B/Concise.pm
4992 ____________________________________________________________________________
4993 [ 23248] By: rgs                                   on 2004/09/01  15:35:20
4994         Log: Upgrade to Cwd 2.21.
4995      Branch: perl
4996            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
4997 ____________________________________________________________________________
4998 [ 23247] By: rgs                                   on 2004/09/01  15:11:45
4999         Log: Update to File::Spec 0.90
5000      Branch: perl
5001            ! lib/File/Spec.pm lib/File/Spec/VMS.pm
5002 ____________________________________________________________________________
5003 [ 23246] By: mhx                                   on 2004/08/30  18:36:18
5004         Log: Skip Time::HiRes tests if configured without that module.
5005      Branch: perl
5006            ! ext/Time/HiRes/t/HiRes.t
5007 ____________________________________________________________________________
5008 [ 23245] By: mhx                                   on 2004/08/30  18:34:58
5009         Log: Fix skipping of a Dumpvalue test when configured without Devel::Peek.
5010      Branch: perl
5011            ! lib/Dumpvalue.t
5012 ____________________________________________________________________________
5013 [ 23244] By: mhx                                   on 2004/08/30  18:33:27
5014         Log: Skip a Data::Dumper test if configured without B module.
5015      Branch: perl
5016            ! ext/Data/Dumper/t/dumper.t
5017 ____________________________________________________________________________
5018 [ 23243] By: mhx                                   on 2004/08/29  13:22:48
5019         Log: Fix typo in B::Assembler.
5020      Branch: perl
5021            ! ext/B/B/Assembler.pm
5022 ____________________________________________________________________________
5023 [ 23242] By: mhx                                   on 2004/08/29  13:21:50
5024         Log: Skip ext/B/t/assembler.t when configured without B.
5025      Branch: perl
5026            ! ext/B/t/assembler.t
5027 ____________________________________________________________________________
5028 [ 23241] By: merijn                                on 2004/08/28  08:05:19
5029         Log: Subject: [PATCH] File::Spec::VMS update
5030              From: "Craig A. Berry" <craigberry@mac.com>
5031              Date: Fri, 27 Aug 2004 18:51:09 -0500
5032              Message-ID: <412FC8ED.1020300@mac.com>
5033      Branch: perl
5034            ! lib/File/Spec/VMS.pm lib/File/Spec/t/Spec.t
5035 ____________________________________________________________________________
5036 [ 23240] By: merijn                                on 2004/08/28  07:41:47
5037         Log: Pumpkinship updates
5038      Branch: perl
5039            ! pod/perlhack.pod
5040 ____________________________________________________________________________
5041 [ 23239] By: mhx                                   on 2004/08/26  21:57:39
5042         Log: Fix nasty line break in Storable test file.
5043      Branch: perl
5044            ! ext/Storable/t/just_plain_nasty.t
5045 ____________________________________________________________________________
5046 [ 23238] By: rgs                                   on 2004/08/26  13:02:14
5047         Log: Upgrade to MIME::Base64 3.03
5048      Branch: perl
5049            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Changes
5050            ! ext/MIME/Base64/QuotedPrint.pm
5051 ____________________________________________________________________________
5052 [ 23237] By: rgs                                   on 2004/08/25  08:32:41
5053         Log: Upgrade to MIME::Base64 3.02.
5054      Branch: perl
5055            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
5056            ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
5057            ! ext/MIME/Base64/t/quoted-print.t
5058 ____________________________________________________________________________
5059 [ 23236] By: rgs                                   on 2004/08/24  17:24:40
5060         Log: Grammatical nit by Hugo.
5061      Branch: perl
5062            ! pod/perlnewmod.pod
5063 ____________________________________________________________________________
5064 [ 23235] By: rgs                                   on 2004/08/23  12:32:33
5065         Log: Subject: [perl #31295] PATCH: Test comp/use.t fails on Tru64
5066              From: Nikola Milutinovic (via RT) <perlbug-followup@perl.org>
5067              Date: 23 Aug 2004 10:37:31 -0000
5068              Message-ID: <rt-3.0.11-31295-94232.1.74127465250315@perl.org>
5069      Branch: perl
5070            ! t/comp/use.t
5071 ____________________________________________________________________________
5072 [ 23234] By: mhx                                   on 2004/08/23  05:33:39
5073         Log: Upgrade to Devel::PPPort 3.01.
5074      Branch: perl
5075            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
5076            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort_pm.PL
5077            ! ext/Devel/PPPort/module2.c ext/Devel/PPPort/parts/inc/ppphtest
5078            ! ext/Devel/PPPort/parts/inc/version
5079            ! ext/Devel/PPPort/t/ppphtest.t
5080 ____________________________________________________________________________
5081 [ 23233] By: mhx                                   on 2004/08/22  22:18:56
5082         Log: Fix some backwards-compatibility problems with Storable.
5083      Branch: perl
5084            ! ext/Storable/Storable.xs ext/Storable/t/weak.t
5085 ____________________________________________________________________________
5086 [ 23232] By: rgs                                   on 2004/08/22  19:14:57
5087         Log: Upgrade to Time::HiRes 1.61
5088      Branch: perl
5089            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
5090            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
5091            ! ext/Time/HiRes/hints/solaris.pl ext/Time/HiRes/t/HiRes.t
5092 ____________________________________________________________________________
5093 [ 23231] By: mhx                                   on 2004/08/22  15:36:36
5094         Log: Fix Storable's MANIFEST.
5095      Branch: perl
5096            ! ext/Storable/MANIFEST
5097 ____________________________________________________________________________
5098 [ 23230] By: davem                                 on 2004/08/20  21:20:48
5099         Log: a regex in STDOUT destructor coredumped because regex pad already
5100              freed
5101      Branch: perl
5102            ! perl.c t/op/ref.t
5103 ____________________________________________________________________________
5104 [ 23229] By: mhx                                   on 2004/08/20  13:18:08
5105         Log: Upgrade to Devel::PPPort 3.00_03.
5106      Branch: perl
5107            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
5108            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort_pm.PL
5109            ! ext/Devel/PPPort/parts/inc/ppphtest
5110            ! ext/Devel/PPPort/t/ppphtest.t
5111 ____________________________________________________________________________
5112 [ 23228] By: mhx                                   on 2004/08/19  23:14:00
5113         Log: Tweak 'h2xs -h' output.
5114      Branch: perl
5115            ! utils/h2xs.PL
5116 ____________________________________________________________________________
5117 [ 23227] By: mhx                                   on 2004/08/19  17:05:48
5118         Log: Delete superfluous "with".
5119      Branch: perl
5120            ! README.win32
5121 ____________________________________________________________________________
5122 [ 23226] By: mhx                                   on 2004/08/19  11:22:15
5123         Log: Upgrade to Devel::PPPort 3.00_02.
5124      Branch: perl
5125            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
5126            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
5127            ! ext/Devel/PPPort/PPPort_pm.PL
5128 ____________________________________________________________________________
5129 [ 23225] By: rgs                                   on 2004/08/19  07:58:59
5130         Log: Mark a test that relies on tainting behavior as TODO on Windows.
5131      Branch: perl
5132            ! t/comp/opsubs.t
5133 ____________________________________________________________________________
5134 [ 23224] By: steveh                                on 2004/08/18  13:44:13
5135         Log: Add notes for building with MS VC++ Toolkit 2003
5136      Branch: perl
5137            ! README.win32
5138 ____________________________________________________________________________
5139 [ 23223] By: mhx                                   on 2004/08/17  21:33:41
5140         Log: Upgrade to Devel::PPPort 3.00_01.
5141      Branch: perl
5142            + ext/Devel/PPPort/parts/inc/sv_xpvf ext/Devel/PPPort/t/cop.t
5143            + ext/Devel/PPPort/t/sv_xpvf.t
5144            ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/MANIFEST
5145            ! ext/Devel/PPPort/META.yml ext/Devel/PPPort/PPPort.pm
5146            ! ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/PPPort_pm.PL
5147            ! ext/Devel/PPPort/TODO ext/Devel/PPPort/parts/apicheck.pl
5148            ! ext/Devel/PPPort/parts/inc/misc
5149            ! ext/Devel/PPPort/parts/inc/ppphbin
5150            ! ext/Devel/PPPort/parts/inc/ppphtest
5151            ! ext/Devel/PPPort/parts/inc/uv
5152            ! ext/Devel/PPPort/parts/ppptools.pl
5153            ! ext/Devel/PPPort/parts/todo/5004000
5154            ! ext/Devel/PPPort/parts/todo/5004050
5155            ! ext/Devel/PPPort/parts/todo/5006000
5156            ! ext/Devel/PPPort/t/ppphtest.t ext/Devel/PPPort/t/uv.t
5157 ____________________________________________________________________________
5158 [ 23222] By: mhx                                   on 2004/08/17  10:14:46
5159         Log: Upgrade to Devel::PPPort 3.00.
5160      Branch: perl
5161            + (add 103 files)
5162            - ext/Devel/PPPort/t/test.t
5163            ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/MANIFEST
5164            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
5165            ! ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/README
5166            ! ext/Devel/PPPort/TODO ext/Devel/PPPort/module2.c
5167            ! ext/Devel/PPPort/module3.c ext/Devel/PPPort/ppport_h.PL
5168            ! ext/Devel/PPPort/soak
5169 ____________________________________________________________________________
5170 [ 23221] By: rgs                                   on 2004/08/17  08:25:39
5171         Log: Subject: [PATCH] Document Carp's global variables + provide tests
5172              From: "Jos I. Boumans" <kane@dwim.org>
5173              Date: Mon, 16 Aug 2004 15:53:40 +0200
5174              Message-Id: <ADC6DEC6-EF8B-11D8-8425-000A95EF62E2@dwim.org>
5175              (tests a bit reworked)
5176      Branch: perl
5177            ! lib/Carp.pm lib/Carp.t
5178 ____________________________________________________________________________
5179 [ 23220] By: rgs                                   on 2004/08/17  07:29:11
5180         Log: Subject: Updates to modules-related pod
5181              From: Kirrily Skud Robert <skud@infotrope.net>
5182              Date: Mon, 16 Aug 2004 16:00:14 -0400
5183              Message-ID: <20040816200014.GC27764@infotrope.net>
5184      Branch: perl
5185            ! pod/perlnewmod.pod
5186 ____________________________________________________________________________
5187 [ 23219] By: rgs                                   on 2004/08/16  17:59:22
5188         Log: Subject: [PATCH] running mktables on VMS
5189              From: "Craig A. Berry" <craigberry@mac.com>
5190              Date: Tue, 10 Aug 2004 22:28:04 -0500
5191              Message-ID: <41199244.9020706@mac.com>
5192      Branch: perl
5193            ! vms/descrip_mms.template
5194 ____________________________________________________________________________
5195 [ 23218] By: rgs                                   on 2004/08/16  07:23:56
5196         Log: Subject: [PATCH] make cygwin ld2 executable
5197              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
5198              Date: Sun, 15 Aug 2004 17:14:59 -0700
5199              Message-ID: <20040816001252.GA2148@efn.org>
5200      Branch: perl
5201            ! cygwin/Makefile.SHs
5202 ____________________________________________________________________________
5203 [ 23217] By: davem                                 on 2004/08/14  22:32:16
5204         Log: make pp_goto() cope potential stack reallocation in EXTEND
5205              The code for goto &foo had local pointers to the stack that
5206              pointed to the wrong place after a realloc.
5207      Branch: perl
5208            ! pp_ctl.c t/op/goto.t
5209 ____________________________________________________________________________
5210 [ 23216] By: rgs                                   on 2004/08/13  13:18:37
5211         Log: Subject: [PATCH] pre Math::BigInt v1.72
5212              From: Tels <perl_dummy@bloodgate.com>
5213              Date: Fri, 13 Aug 2004 14:02:50 +0200
5214              Message-Id: <200408131402.52270@bloodgate.com>
5215      Branch: perl
5216            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
5217            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
5218            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
5219            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/with_sub.t
5220 ____________________________________________________________________________
5221 [ 23215] By: rgs                                   on 2004/08/13  12:09:35
5222         Log: Subject: Test for functions with operator names
5223              From: Andy Lester <andy@petdance.com>
5224              Date: Thu, 12 Aug 2004 11:31:03 -0500
5225              Message-ID: <20040812163103.GA26687@petdance.com>
5226      Branch: perl
5227            + t/comp/opsubs.t
5228            ! MANIFEST
5229 ____________________________________________________________________________
5230 [ 23214] By: rgs                                   on 2004/08/13  07:13:38
5231         Log: Subject: api doc fix for SvSetMagicSV_nosteal
5232              From: Stas Bekman <stas@stason.org>
5233              Date: Thu, 12 Aug 2004 18:10:36 -0700
5234              Message-ID: <411C150C.5020602@stason.org>
5235      Branch: perl
5236            ! pod/perlapi.pod sv.h
5237 ____________________________________________________________________________
5238 [ 23213] By: rgs                                   on 2004/08/10  13:17:40
5239         Log: Subject: Re: 2 patches: goto.t, B.pm/xs
5240              From: Jim Cromie <jcromie@divsol.com>
5241              Date: Tue, 10 Aug 2004 07:29:08 -0600
5242              Message-ID: <4118CDA4.3060700@divsol.com>
5243      Branch: perl
5244            ! t/op/goto.t
5245 ____________________________________________________________________________
5246 [ 23212] By: rgs                                   on 2004/08/10  07:21:19
5247         Log: Subject: 2 patches: goto.t, B.pm/xs
5248              From: Jim Cromie <jcromie@divsol.com>
5249              Date: Sun, 08 Aug 2004 18:42:47 -0600
5250              Message-ID: <4116C887.9080400@divsol.com>
5251      Branch: perl
5252            ! ext/B/B.pm ext/B/B.xs
5253 ____________________________________________________________________________
5254 [ 23211] By: rgs                                   on 2004/08/10  07:00:01
5255         Log: Subject: Re: POSIX::sigprocmask implemented incorrectly
5256              From: Alan Burlison <Alan.Burlison@sun.com>
5257              Date: Mon, 09 Aug 2004 19:00:12 +0100
5258              Message-ID: <4117BBAC.7080603@sun.com>
5259      Branch: perl
5260            ! ext/POSIX/POSIX.xs
5261 ____________________________________________________________________________
5262 [ 23210] By: davem                                 on 2004/08/09  19:58:35
5263         Log: Fix a typo and remove some debugging crud from change #23209
5264      Branch: perl
5265            ! ext/XS/APItest/t/call.t
5266 ____________________________________________________________________________
5267 [ 23209] By: davem                                 on 2004/08/09  19:48:57
5268         Log: eval_sv() failing a taint test could corrupt the stack
5269      Branch: perl
5270            ! ext/XS/APItest/t/call.t perl.c
5271 ____________________________________________________________________________
5272 [ 23208] By: davem                                 on 2004/08/09  18:28:33
5273         Log: made eq_array in t/test.pl handle undef values better
5274      Branch: perl
5275            ! t/test.pl
5276 ____________________________________________________________________________
5277 [ 23207] By: davem                                 on 2004/08/09  17:21:27
5278         Log: fix minor nit in file description, to keep Jarkko happy
5279      Branch: perl
5280            ! utf8.c
5281 ____________________________________________________________________________
5282 [ 23206] By: rgs                                   on 2004/08/09  15:33:54
5283         Log: Subject: Patch for t/op/sleep.t
5284              From: Andy Lester <andy@petdance.com>
5285              Date: Mon, 9 Aug 2004 00:11:51 -0500
5286              Message-ID: <20040809051151.GA13872@petdance.com>
5287      Branch: perl
5288            ! t/op/sleep.t
5289 ____________________________________________________________________________
5290 [ 23205] By: rgs                                   on 2004/08/09  12:10:25
5291         Log: Add a note in perltodo about a potential extension of readpipe()
5292      Branch: perl
5293            ! pod/perltodo.pod
5294 ____________________________________________________________________________
5295 [ 23204] By: rgs                                   on 2004/08/09  09:13:27
5296         Log: Subject: Re: POSIX::sigprocmask implemented incorrectly
5297              From: Alan Burlison <Alan.Burlison@sun.com>
5298              Date: Mon, 09 Aug 2004 10:30:25 +0100
5299              Message-ID: <41174431.6050803@sun.com>
5300      Branch: perl
5301            ! ext/POSIX/POSIX.xs
5302 ____________________________________________________________________________
5303 [ 23203] By: davem                                 on 2004/08/07  15:10:40
5304         Log: Add tests for XS call_*() API
5305      Branch: perl
5306            + ext/XS/APItest/t/call.t
5307            ! MANIFEST ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
5308            ! ext/XS/APItest/MANIFEST pod/perlcall.pod
5309 ____________________________________________________________________________
5310 [ 23202] By: mhx                                   on 2004/08/07  15:10:39
5311         Log: Subject: [PATCH] DB_File 1.810
5312              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
5313              Date: Sat, 7 Aug 2004 15:22:09 +0100
5314              Message-Id: <20040807142059.CTQC10838.mta10-svc.ntlworld.com@MARQUESSPT21>
5315      Branch: perl
5316            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
5317            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-hash.t
5318 ____________________________________________________________________________
5319 [ 23200] By: steveh                                on 2004/08/06  12:55:31
5320         Log: Fix [perl #24269] socket() call uses non-IFS providers
5321              causing subsequent print/read to hang or misbehave
5322
5323              Patch supplied by Artiom Morozov <artiom@phreaker.net>
5324              in the bug report at http://rt.perl.org/rt3/index.html?q=24269
5325      Branch: perl
5326            ! README.win32 win32/Makefile win32/makefile.mk win32/win32.c
5327            ! win32/win32.h win32/win32sck.c
5328 ____________________________________________________________________________
5329 [ 23199] By: steveh                                on 2004/08/06  11:57:59
5330         Log: Another small clean-up following changes #23190 and #23198
5331      Branch: perl
5332            ! gv.c
5333 ____________________________________________________________________________
5334 [ 23198] By: davem                                 on 2004/08/06  10:06:46
5335         Log: remove leaks associated with version object change #23190
5336      Branch: perl
5337            ! gv.c util.c
5338 ____________________________________________________________________________
5339 [ 23197] By: rgs                                   on 2004/08/06  06:53:08
5340         Log: Subject: [PATCH sv.c]  signedness nit in #23190
5341              From: "Craig A. Berry" <craigberry@mac.com>
5342              Date: Thu, 05 Aug 2004 13:10:55 -0500
5343              Message-ID: <4112782F.7040302@mac.com>
5344      Branch: perl
5345            ! sv.c
5346 ____________________________________________________________________________
5347 [ 23196] By: mhx                                   on 2004/08/04  18:29:23
5348         Log: Document sv_catpvn_nomg, sv_setsv_nomg and sv_catsv_nomg.
5349      Branch: perl
5350            ! pod/perlapi.pod sv.h
5351 ____________________________________________________________________________
5352 [ 23195] By: nick                                  on 2004/08/04  18:16:47
5353         Log: Comment describing purpose.
5354      Branch: perl
5355            ! globals.c
5356 ____________________________________________________________________________
5357 [ 23194] By: rgs                                   on 2004/08/04  07:18:49
5358         Log: Subject: Re: POSIX::sigprocmask implemented incorrectly
5359              From: Alan Burlison <Alan.Burlison@sun.com>
5360              Date: Mon, 19 Jul 2004 12:07:02 +0100
5361              Message-ID: <40FBAB56.1030208@sun.com>
5362
5363              (last chunk only)
5364      Branch: perl
5365            ! ext/POSIX/POSIX.xs
5366 ____________________________________________________________________________
5367 [ 23193] By: rgs                                   on 2004/08/04  07:00:21
5368         Log: Remove compilation warnings about uninitialized variables.
5369      Branch: perl
5370            ! sv.c
5371 ____________________________________________________________________________
5372 [ 23192] By: rgs                                   on 2004/08/04  06:55:46
5373         Log: Remove the "Newline in left-justified string" warning.
5374      Branch: perl
5375            ! pod/perldiag.pod sv.c t/lib/warnings/sv
5376 ____________________________________________________________________________
5377 [ 23191] By: rgs                                   on 2004/08/04  06:30:58
5378         Log: Subject: [PATCH] extension to diagnostics.pm
5379              From: Fergal Daly <fergal@esatclear.ie>
5380              Date: Wed, 4 Aug 2004 00:33:09 +0100
5381              Message-ID: <20040803233309.GA239@dyn.fergaldaly.com>
5382      Branch: perl
5383            ! lib/diagnostics.pm
5384 ____________________________________________________________________________
5385 [ 23190] By: rgs                                   on 2004/08/04  06:19:27
5386         Log: Subject: [PATCH] Final version object core patch?
5387              From: John Peacock <jpeacock@rowman.com>
5388              Date: Tue, 03 Aug 2004 22:23:57 -0400
5389              Message-ID: <411048BD.3080700@rowman.com>
5390      Branch: perl
5391            ! gv.c perl.c pp_ctl.c sv.c t/comp/require.t t/op/ver.t util.c
5392 ____________________________________________________________________________
5393 [ 23189] By: merijn                                on 2004/08/03  23:51:13
5394         Log: gcc on AIX 4 doesn't like -G on the commandline too
5395      Branch: perl
5396            ! hints/aix_4.sh
5397 ____________________________________________________________________________
5398 [ 23188] By: merijn                                on 2004/08/03  23:48:13
5399         Log: gcc on AIX doesn't like -G on the commandline
5400      Branch: perl
5401            ! hints/aix.sh
5402 ____________________________________________________________________________
5403 [ 23187] By: davem                                 on 2004/08/03  19:20:18
5404         Log: more typo fixes for change 3176 (comments at top of .c files)
5405      Branch: perl
5406            ! mg.c miniperlmain.c perl.c run.c scope.c
5407 ____________________________________________________________________________
5408 [ 23186] By: rgs                                   on 2004/08/03  10:22:54
5409         Log: Subject: [perl #30914] ExtUtils::Embed should use libperl name from Config
5410              From: Marek Rouchal (via RT) <perlbug-followup@perl.org>
5411              Date: 2 Aug 2004 07:00:33 -0000
5412              Message-ID: <rt-3.0.11-30914-93038.14.5123598132685@perl.org>
5413      Branch: perl
5414            ! lib/ExtUtils/Embed.pm
5415 ____________________________________________________________________________
5416 [ 23185] By: rgs                                   on 2004/08/03  09:39:35
5417         Log: Subject: [PATCH] additional -V:foo tests
5418              From: Jim Cromie <jcromie@divsol.com>
5419              Date: Mon, 02 Aug 2004 09:15:23 -0600
5420              Message-ID: <410E5A8B.9030307@divsol.com>
5421      Branch: perl
5422            ! configpm lib/Config.t pod/perlrun.pod
5423 ____________________________________________________________________________
5424 [ 23184] By: rgs                                   on 2004/08/02  16:40:36
5425         Log: Enhance the caveat in the description of tell()
5426
5427              Subject: Re: [perl #30788] Error in documentation
5428              From: Nick Ing-Simmons <nick@ing-simmons.net>
5429              Date: Wed, 28 Jul 2004 15:12:54 +0100
5430              Message-Id: <20040728141254.3861.5@llama.ing-simmons.net>
5431      Branch: perl
5432            ! pod/perlfunc.pod
5433 ____________________________________________________________________________
5434 [ 23183] By: rgs                                   on 2004/08/02  09:16:13
5435         Log: Remove empty rpath from .so files
5436      Branch: perl
5437            ! lib/ExtUtils/MM_Unix.pm
5438 ____________________________________________________________________________
5439 [ 23182] By: rgs                                   on 2004/08/02  09:11:12
5440         Log: Subject: [PATCH] mention refaddr() in overload::StrVal docs
5441              From: Fergal Daly <fergal@esatclear.ie>
5442              Date: Fri, 30 Jul 2004 16:09:19 +0100
5443              Message-ID: <20040730150919.GB19022@dyn.fergaldaly.com>
5444      Branch: perl
5445            ! lib/overload.pm
5446 ____________________________________________________________________________
5447 [ 23181] By: steveh                                on 2004/08/02  08:05:05
5448         Log: Fix breakage caused by Change 23179
5449      Branch: perl
5450            ! t/run/fresh_perl.t
5451 ____________________________________________________________________________
5452 [ 23180] By: davem                                 on 2004/08/01  16:49:20
5453         Log: Add comment to top of reentr.c and fix typos in other files
5454      Branch: perl
5455            ! deb.c dump.c miniperlmain.c pad.c perly.y reentr.c reentr.h
5456            ! reentr.pl regcomp.c regexec.c scope.c utf8.c
5457 ____________________________________________________________________________
5458 [ 23179] By: mhx                                   on 2004/08/01  16:10:19
5459         Log: Skip test when building without Encode.
5460      Branch: perl
5461            ! t/run/fresh_perl.t
5462 ____________________________________________________________________________
5463 [ 23178] By: mhx                                   on 2004/08/01  10:19:46
5464         Log: Remove redundant SvOOK_off (called implicitly by SvOK_off)
5465              and merge identical cases.
5466      Branch: perl
5467            ! scope.c
5468 ____________________________________________________________________________
5469 [ 23177] By: davem                                 on 2004/07/31  16:27:09
5470         Log: shut up a warning in mg.c
5471      Branch: perl
5472            ! mg.c
5473 ____________________________________________________________________________
5474 [ 23176] By: davem                                 on 2004/07/31  16:21:50
5475         Log: Add comment to the top of most .c files explaining their purpose
5476      Branch: perl
5477            ! deb.c doio.c doop.c dump.c gv.c hv.c locale.c malloc.c mg.c
5478            ! miniperlmain.c numeric.c op.c pad.c perl.c perlio.c perly.act
5479            ! perly.h perly.tab perly.y pp.c pp_ctl.c pp_hot.c pp_pack.c
5480            ! pp_sort.c pp_sys.c regcomp.c regexec.c run.c scope.c taint.c
5481            ! universal.c utf8.c util.c
5482 ____________________________________________________________________________
5483 [ 23175] By: mhx                                   on 2004/07/31  15:19:13
5484         Log: Fix copy & paste bugs in mX?PUSH macro tests.
5485      Branch: perl
5486            ! ext/XS/APItest/APItest.xs
5487 ____________________________________________________________________________
5488 [ 23174] By: merijn                                on 2004/07/31  08:32:31
5489         Log: First steps towards an explicit perl.exp-less AIX build
5490              Previous method can still be used by undeffing usenativedlopen
5491              If that is ever tested at all on AIX
5492      Branch: perl
5493            ! hints/aix.sh hints/aix_4.sh
5494 ____________________________________________________________________________
5495 [ 23173] By: mhx                                   on 2004/07/31  08:29:54
5496         Log: Fix and update Perl_grok_* docs.
5497      Branch: perl
5498            ! numeric.c pod/perlapi.pod
5499 ____________________________________________________________________________
5500 [ 23172] By: steveh                                on 2004/07/30  14:31:08
5501         Log: A few minor updates to README.win32 (aka perlwin32)
5502      Branch: perl
5503            ! README.win32
5504 ____________________________________________________________________________
5505 [ 23171] By: rgs                                   on 2004/07/30  14:24:08
5506         Log: Upgrade to Math::BigInt v1.71.
5507      Branch: perl
5508            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
5509            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
5510            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
5511            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/with_sub.t
5512 ____________________________________________________________________________
5513 [ 23170] By: steveh                                on 2004/07/30  13:27:41
5514         Log: Bug report #30132 was resolved before it was finished!
5515              Here's the last piece in the puzzle.
5516      Branch: perl
5517            ! ext/IO/lib/IO/File.pm
5518 ____________________________________________________________________________
5519 [ 23168] By: rgs                                   on 2004/07/28  12:13:36
5520         Log: Upgrade to File::Spec 0.88.
5521      Branch: perl
5522            ! lib/File/Spec.pm lib/File/Spec/Win32.pm lib/File/Spec/t/Spec.t
5523 ____________________________________________________________________________
5524 [ 23167] By: rgs                                   on 2004/07/28  09:20:12
5525         Log: Subject: Re: [perl #30783] Test::Builder does not handle overloaded "name" values
5526              From: Autrijus Tang <autrijus@gmail.com>
5527              Date: Thu, 22 Jul 2004 20:17:58 -0700
5528              Message-ID: <1912f0e204072220171790193a@mail.gmail.com>
5529      Branch: perl
5530            ! lib/Test/Builder.pm
5531 ____________________________________________________________________________
5532 [ 23166] By: rgs                                   on 2004/07/28  06:31:06
5533         Log: Subject: Re: more 5.9 sort tests (second draft)
5534              From: david nicol <whatever@davidnicol.com>
5535              Date: 21 Jul 2004 17:10:05 -0500
5536              Message-Id: <1090447805.995.24.camel@plaza.davidnicol.com>
5537      Branch: perl
5538            ! t/op/sort.t
5539 ____________________________________________________________________________
5540 [ 23165] By: rgs                                   on 2004/07/28  06:25:15
5541         Log: Subject: Re: AW: [perl #7558] [PATCH] README.solaris
5542              From: Andy Dougherty <doughera@lafayette.edu>
5543              Date: Tue, 27 Jul 2004 14:12:06 -0400 (EDT)
5544              Message-ID: <Pine.SOL.4.58.0407271335550.22839@maxwell.phys.lafayette.edu>
5545      Branch: perl
5546            ! README.solaris
5547 ____________________________________________________________________________
5548 [ 23164] By: davem                                 on 2004/07/26  22:08:32
5549         Log: Subject:  [perl #7558] [PATCH] README.solaris
5550              From:  Andy Dougherty <doughera@lafayette.edu>
5551              Date:  Mon, 26 Jul 2004 15:32:35 -0400 (EDT)
5552              Message-Id:  <Pine.SOL.4.58.0407261530350.19559@maxwell.phys.lafayette.edu>
5553
5554              Add more info on /dev/random under solaris
5555      Branch: perl
5556            ! README.solaris
5557 ____________________________________________________________________________
5558 [ 23163] By: mhx                                   on 2004/07/26  17:14:37
5559         Log: The byte-order modifiers won't go into 5.8.
5560      Branch: perl
5561            ! pod/perlfunc.pod pod/perlport.pod
5562 ____________________________________________________________________________
5563 [ 23162] By: steveh                                on 2004/07/26  10:41:56
5564         Log: Windows-related updates to Porting/repository.pod
5565      Branch: perl
5566            ! Porting/repository.pod
5567 ____________________________________________________________________________
5568 [ 23161] By: davem                                 on 2004/07/25  19:05:28
5569         Log: make -Dl log runops loop entry and exit, and jump level popping
5570      Branch: perl
5571            ! dump.c scope.h
5572 ____________________________________________________________________________
5573 [ 23160] By: davem                                 on 2004/07/24  10:00:27
5574         Log: document that -i messes soft as well hard hard links.
5575      Branch: perl
5576            ! pod/perlrun.pod
5577 ____________________________________________________________________________
5578 [ 23159] By: davem                                 on 2004/07/23  21:15:32
5579         Log: make a note in perlrun that -i doesn't preserve UNIX hard links.
5580      Branch: perl
5581            ! pod/perlrun.pod
5582 ____________________________________________________________________________
5583 [ 23158] By: davem                                 on 2004/07/23  11:06:02
5584         Log: memory leak in array delete
5585              av_delete() wasn't mortalizing the returned value
5586      Branch: perl
5587            ! av.c t/op/delete.t
5588 ____________________________________________________________________________
5589 [ 23157] By: davem                                 on 2004/07/23  10:35:16
5590         Log: remove binary compat from #23156 (remove PL_retstack)
5591      Branch: perl
5592            ! cop.h embed.fnc embed.h embedvar.h perlapi.h proto.h scope.c
5593            ! thrdvar.h
5594 ____________________________________________________________________________
5595 [ 23156] By: davem                                 on 2004/07/23  09:52:59
5596         Log: remove the return stack PL_retstack, and store return ops in the CX
5597              structure directly instead
5598      Branch: perl
5599            ! cc_runtime.h cop.h deb.c mg.c perl.c pp_ctl.c pp_hot.c
5600            ! pp_sys.c scope.c sv.c thrdvar.h
5601 ____________________________________________________________________________
5602 [ 23155] By: nicholas                              on 2004/07/22  18:50:31
5603         Log: Build the perldelta copying command for the main Unix makefile with
5604              buildtoc, so that it doesn't get forgotten on version increments.
5605      Branch: perl
5606            ! Makefile.SH pod/buildtoc
5607 ____________________________________________________________________________
5608 [ 23154] By: nicholas                              on 2004/07/22  18:19:58
5609         Log: Grab perl585delta.pod from maint and
5610
5611              Integrate:
5612              [ 23069]
5613              This is RC2. Maybe this one will last longer.
5614
5615              [ 23141]
5616              Break a leg
5617
5618              [perlhist.pod]
5619      Branch: perl
5620           +> pod/perl585delta.pod
5621            ! MANIFEST pod.lst pod/perl.pod pod/perltoc.pod
5622            ! vms/descrip_mms.template win32/pod.mak
5623           !> pod/perlhist.pod
5624 ____________________________________________________________________________
5625 [ 23152] By: rgs                                   on 2004/07/22  16:16:41
5626         Log: Upgrade to Cwd 2.20
5627      Branch: perl
5628            + ext/Cwd/t/win32.t
5629            ! MANIFEST ext/Cwd/Changes ext/Cwd/Cwd.xs ext/Cwd/t/cwd.t
5630            ! lib/Cwd.pm
5631 ____________________________________________________________________________
5632 [ 23151] By: rgs                                   on 2004/07/22  15:50:34
5633         Log: Sort perldiag.
5634      Branch: perl
5635            ! pod/perldiag.pod
5636 ____________________________________________________________________________
5637 [ 23150] By: rgs                                   on 2004/07/22  13:15:12
5638         Log: Subject: Re: "Too late for -T" could be more descriptive
5639              From: Jim Cromie <jcromie@divsol.com>
5640              Date: Wed, 21 Jul 2004 11:21:50 -0600
5641              Message-ID: <40FEA62E.2010809@divsol.com>
5642              (with tweaks)
5643      Branch: perl
5644            ! perl.c perl.h pod/perldebug.pod pod/perldiag.pod
5645            ! pod/perlrun.pod
5646 ____________________________________________________________________________
5647 [ 23149] By: rgs                                   on 2004/07/22  12:09:40
5648         Log: Email change for Steffen Mueller.
5649      Branch: perl
5650            ! AUTHORS
5651 ____________________________________________________________________________
5652 [ 23148] By: rgs                                   on 2004/07/22  11:32:16
5653         Log: Grammar fix by Paul Johnson.
5654      Branch: perl
5655            ! pod/perldiag.pod
5656 ____________________________________________________________________________
5657 [ 23147] By: nicholas                              on 2004/07/22  10:51:48
5658         Log: Config::config_re and config_sh would report the byteorder as 'ffff'
5659      Branch: perl
5660            ! configpm lib/Config.t
5661 ____________________________________________________________________________
5662 [ 23146] By: rgs                                   on 2004/07/21  12:01:32
5663         Log: Subject: [PATCH] Mention common dynaloader errors in perldiag.pod
5664              From: "Jos I. Boumans" <kane@dwim.org>
5665              Date: Wed, 21 Jul 2004 13:47:35 +0200
5666              Message-Id: <C226C05A-DB0B-11D8-A551-000A95EF62E2@dwim.org>
5667              (with tweaks)
5668      Branch: perl
5669            ! pod/perldiag.pod
5670 ____________________________________________________________________________
5671 [ 23145] By: rgs                                   on 2004/07/21  08:47:14
5672         Log: Subject: [PATCH perl-current] Re: [perl #30688] Empty slice arg with ($;$) prototype
5673              From: Rick Delaney <rick@bort.ca>
5674              Date: Tue, 20 Jul 2004 16:53:54 -0400
5675              Message-ID: <20040720205353.GA970@biff.bort.ca>
5676      Branch: perl
5677            ! pp.c t/op/list.t
5678 ____________________________________________________________________________
5679 [ 23142] By: rgs                                   on 2004/07/19  15:49:12
5680         Log: Subject: [perl #30609] [PATCH] BigInt v1.71 - first try
5681              From: Tels <perl_dummy@bloodgate.com>
5682              Date: Sat, 17 Jul 2004 16:22:57 +0200
5683              Message-Id: <200407171622.58443@bloodgate.com>
5684      Branch: perl
5685            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
5686            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
5687            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.inc
5688            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.inc
5689            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/sub_mbf.t
5690            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/with_sub.t
5691 ____________________________________________________________________________
5692 [ 23135] By: nicholas                              on 2004/07/19  08:33:13
5693         Log: Turn 2 strcpy()s into memcpy() because we know the length.
5694      Branch: perl
5695            ! toke.c
5696 ____________________________________________________________________________
5697 [ 23130] By: nicholas                              on 2004/07/16  13:41:22
5698         Log: Clarify that it's only Mac OS *Classic* that uses 1904 - OS X uses
5699              1970
5700      Branch: perl
5701            ! pod/perlfunc.pod
5702 ____________________________________________________________________________
5703 [ 23129] By: nicholas                              on 2004/07/16  13:21:33
5704         Log: Typo fix from Julian Gilbey, forwarded upstream from Debian by
5705              Brendan O'Dea
5706      Branch: perl
5707            ! pod/perluniintro.pod
5708 ____________________________________________________________________________
5709 [ 23128] By: nick                                  on 2004/07/16  12:16:05
5710         Log: Use VirtualAlloc() more flexibly when using it to mimic UNIX's sbrk().
5711              From: Steve Hay <steve.hay@uk.radan.com>
5712              CC: perl-win32-porters@listserv.ActiveState.com
5713              Message-ID: <40F6B295.8010804@uk.radan.com>
5714
5715              Assumes perl's malloc can now handle non-contiguous memory (believed
5716              to be true).
5717              Does not address threading issues.
5718
5719              "The attached patch (against blead) makes sbrk() initially try to
5720              extend the existing block of memory exactly as it currently does, but
5721              to not  fail immediately if it can't -- it now frees up that part of
5722              whatever it  had previously reserved+committed which hadn't actually
5723              been used yet,  resets all its static variables and basically starts
5724              anew."
5725      Branch: perl
5726            ! win32/win32.c
5727 ____________________________________________________________________________
5728 [ 23127] By: nicholas                              on 2004/07/16  11:14:45
5729         Log: glob('*.c') to find documentation is dangerous when run in unclean
5730              trees, so isntead use MANIFEST to only scan the legitimate source
5731              files.
5732      Branch: perl
5733            ! autodoc.pl
5734 ____________________________________________________________________________
5735 [ 23126] By: nicholas                              on 2004/07/16  11:04:37
5736         Log: Encourage compilers to tail call optimise in sv_savepv, sv_savepvn
5737              and sv_savesharedpv. Need to create non-void returning versions of
5738              Copy and Zero, as the existing macros deliberately cast to (void)
5739      Branch: perl
5740            ! handy.h malloc.c perl.c pod/perlapi.pod sv.c util.c
5741 ____________________________________________________________________________
5742 [ 23125] By: nicholas                              on 2004/07/16  10:59:08
5743         Log: Rebuild perlapi.pod
5744      Branch: perl
5745            ! pod/perlapi.pod
5746 ____________________________________________________________________________
5747 [ 23124] By: merijn                                on 2004/07/16  10:30:53
5748         Log: Be sure HP-UX' ANSI C compiler's PATH is found *before*
5749              the path to the bundled braindead C compiler. This might
5750              influence ccache's behaviour in finding the correct path
5751      Branch: perl
5752            ! Configure
5753 ____________________________________________________________________________
5754 [ 23122] By: nicholas                              on 2004/07/16  10:14:24
5755         Log: oslevel can fail on AIX, but the output generated would confuse
5756              Configure
5757      Branch: perl
5758            ! Configure
5759 ____________________________________________________________________________
5760 [ 23121] By: nicholas                              on 2004/07/16  08:53:28
5761         Log: Some calls to PerlMemShared_alloc() aren't checking the return value.
5762              Bug spotted by Nigel Sandever
5763      Branch: perl
5764            ! ext/threads/threads.xs util.c
5765 ____________________________________________________________________________
5766 [ 23120] By: nicholas                              on 2004/07/15  19:09:15
5767         Log: threads.xs doesn't check the return value of the thread creation
5768              call. D'oh! This gives SEGVs if the OS fails to create another thread.
5769              Cause of problem located by Nigel Sandever
5770      Branch: perl
5771            ! ext/threads/threads.pm ext/threads/threads.xs
5772 ____________________________________________________________________________
5773 [ 23118] By: nicholas                              on 2004/07/15  16:28:03
5774         Log: Assimilate Cwd 2.19
5775      Branch: perl
5776            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
5777 ____________________________________________________________________________
5778 [ 23117] By: merijn                                on 2004/07/15  14:16:07
5779         Log: Trailing semi-colon are not allowed on #ifdef's in ANSI
5780      Branch: perl
5781            ! ext/Storable/Storable.xs
5782 ____________________________________________________________________________
5783 [ 23116] By: nicholas                              on 2004/07/15  12:50:31
5784         Log: Abigail notes that a re-entrant regexp engine is a todo
5785      Branch: perl
5786            ! pod/perltodo.pod
5787 ____________________________________________________________________________
5788 [ 23115] By: nicholas                              on 2004/07/15  12:47:50
5789         Log: for (reverse @foo) now iterates in reverse in place.
5790      Branch: perl
5791            ! op.c pod/perltodo.pod pp_ctl.c
5792 ____________________________________________________________________________
5793 [ 23114] By: nicholas                              on 2004/07/15  10:05:23
5794         Log: Optimise for (reverse ...)
5795      Branch: perl
5796            ! op.c
5797 ____________________________________________________________________________
5798 [ 23113] By: nicholas                              on 2004/07/15  09:44:16
5799         Log: Now optimising for $a (reverse ...)
5800      Branch: perl
5801            ! op.c
5802 ____________________________________________________________________________
5803 [ 23112] By: nicholas                              on 2004/07/15  09:16:43
5804         Log: The optrees for C<for $_ (...)> and C<for (...)> differ, so even more
5805              tests.
5806      Branch: perl
5807            ! t/cmd/for.t
5808 ____________________________________________________________________________
5809 [ 23111] By: nicholas                              on 2004/07/15  09:02:36
5810         Log: This seems to be needed to get COW working on Win32
5811      Branch: perl
5812            ! win32/win32.c
5813 ____________________________________________________________________________
5814 [ 23109] By: nicholas                              on 2004/07/14  23:35:24
5815         Log: "That's the way to do it"
5816              In taking out a bug spotted by my regression tests in t/cmd/for.t
5817              I actually managed to disable the entire optimisation. Which means
5818              that I didn't find the other bug. This optimisation is live, and
5819              passes all tests.
5820      Branch: perl
5821            ! op.c pp_hot.c
5822 ____________________________________________________________________________
5823 [ 23108] By: nicholas                              on 2004/07/14  20:55:30
5824         Log: Optimise foreach my $i (reverse ...)
5825              foreach without a lexical iterator not yet optimised
5826      Branch: perl
5827            ! ext/B/B/Concise.pm op.c op.h pp_ctl.c pp_hot.c
5828 ____________________________________________________________________________
5829 [ 23107] By: nicholas                              on 2004/07/14  17:44:08
5830         Log: Subject:  [PATCH] split doc clarification
5831              From:  Yitzchak Scott-Thoennes <sthoenna@efn.org>
5832              Date:  Wed, 14 Jul 2004 10:19:36 -0700
5833              Message-Id:  <20040714171936.GA1092@efn.org>
5834      Branch: perl
5835            ! pod/perlfunc.pod
5836 ____________________________________________________________________________
5837 [ 23106] By: nicholas                              on 2004/07/14  15:36:57
5838         Log: Numeric comparison operators mustn't compare addresses of references
5839              that are overloaded.
5840      Branch: perl
5841            ! lib/overload.t pp.c pp_hot.c
5842 ____________________________________________________________________________
5843 [ 23105] By: nicholas                              on 2004/07/14  10:40:54
5844         Log: Lots of tests for for reverse ...
5845      Branch: perl
5846            ! t/cmd/for.t
5847 ____________________________________________________________________________
5848 [ 23104] By: nicholas                              on 2004/07/13  21:10:21
5849         Log: Some thoughts on foreach reverse
5850      Branch: perl
5851            ! pod/perltodo.pod
5852 ____________________________________________________________________________
5853 [ 23103] By: nicholas                              on 2004/07/13  19:10:20
5854         Log: s/sort/split/; - my mistake spotted by Dave.
5855      Branch: perl
5856            ! pod/perltodo.pod
5857 ____________________________________________________________________________
5858 [ 23102] By: nicholas                              on 2004/07/13  18:59:46
5859         Log: Optimise list context reverse sort to reverse as part of the sort op
5860      Branch: perl
5861            ! op.c pp_sort.c
5862 ____________________________________________________________________________
5863 [ 23101] By: nicholas                              on 2004/07/13  18:58:41
5864         Log: Work around evil compiler bug on OS X. (Sucks all memory)
5865      Branch: perl
5866            ! util.c
5867 ____________________________________________________________________________
5868 [ 23100] By: nicholas                              on 2004/07/13  15:05:09
5869         Log: check that reverse (sort (@a), @b) etc work.
5870              Join some lines that don't need wrapping
5871      Branch: perl
5872            ! t/op/sort.t
5873 ____________________________________________________________________________
5874 [ 23099] By: nicholas                              on 2004/07/13  14:46:06
5875         Log: Check that non-optimimisable sort comparisons work when reversed
5876              (Not optimised yet, but might be coming soon)
5877      Branch: perl
5878            ! t/op/sort.t
5879 ____________________________________________________________________________
5880 [ 23098] By: nicholas                              on 2004/07/13  14:34:03
5881         Log: Test reverse sort as the return from a function in list and scalar
5882              contexts.
5883      Branch: perl
5884            ! t/op/sort.t
5885 ____________________________________________________________________________
5886 [ 23097] By: nicholas                              on 2004/07/13  14:23:28
5887         Log: Also test reverse sort in scalar context
5888      Branch: perl
5889            ! t/op/sort.t
5890 ____________________________________________________________________________
5891 [ 23096] By: nicholas                              on 2004/07/13  14:06:36
5892         Log: A proper, working, stable optimisation for sort {$b cmp $a}
5893      Branch: perl
5894            ! ext/B/B/Concise.pm ext/B/t/f_sort.t op.c pp_sort.c
5895 ____________________________________________________________________________
5896 [ 23095] By: rgs                                   on 2004/07/13  13:29:54
5897         Log: Tweak to change #23089, as suggested by Tim Bunce
5898      Branch: perl
5899            ! lib/perl5db.pl
5900 ____________________________________________________________________________
5901 [ 23094] By: nicholas                              on 2004/07/13  11:28:49
5902         Log: Generalised "how many in list context" would be useful
5903      Branch: perl
5904            ! pod/perltodo.pod
5905 ____________________________________________________________________________
5906 [ 23093] By: nicholas                              on 2004/07/13  11:19:31
5907         Log: The current optimisation for sort {$b cmp $a} is bogus now that we
5908              guarantee a stable sort. Disable it, pending a correct optimisation.
5909      Branch: perl
5910            ! ext/B/t/f_sort.t op.c op.h t/op/sort.t
5911 ____________________________________________________________________________
5912 [ 23092] By: rgs                                   on 2004/07/13  09:30:11
5913         Log: Subject: Re: [perl #30568] splice generates undef? [PATCH]
5914              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
5915              Date: Mon, 12 Jul 2004 08:26:01 +0200
5916              Message-ID: <DF27CDCBD2581D4B88431901094E4B4D02B0C7D2@attmsx1.aut.alcatel.at>
5917      Branch: perl
5918            ! pp.c t/op/splice.t
5919 ____________________________________________________________________________
5920 [ 23091] By: nicholas                              on 2004/07/13  09:14:22
5921         Log: Check each line of config_re output.
5922      Branch: perl
5923            ! lib/Config.t
5924 ____________________________________________________________________________
5925 [ 23090] By: nicholas                              on 2004/07/13  09:13:39
5926         Log: no_plan support in test.pl
5927      Branch: perl
5928            ! t/test.pl
5929 ____________________________________________________________________________
5930 [ 23089] By: rgs                                   on 2004/07/13  08:53:46
5931         Log: Subject: Re: debugger 'R'estart and open database connections
5932              From: Andrew Pimlott <andrew@pimlott.net>
5933              Date: Mon, 12 Jul 2004 21:06:01 -0400
5934              Message-ID: <20040713010601.GF8232@pimlott.net>
5935      Branch: perl
5936            ! lib/perl5db.pl
5937 ____________________________________________________________________________
5938 [ 23088] By: rgs                                   on 2004/07/13  08:27:11
5939         Log: Subject: [PATCH] was Re: UNIVERSAL::VERSION causing "Use of uninitialized value..." warning
5940              From: John Peacock <jpeacock@rowman.com>
5941              Date: Mon, 12 Jul 2004 23:16:51 -0400
5942              Message-ID: <40F35423.5080304@rowman.com>
5943      Branch: perl
5944            ! lib/version.pm lib/version.t util.c
5945 ____________________________________________________________________________
5946 [ 23085] By: nicholas                              on 2004/07/12  17:27:28
5947         Log: Bodge to make Tk work - like the UTF8 flag, the READONLY flag has too
5948              many meanings. const const vs mutable in this case.
5949      Branch: perl
5950            ! sv.c
5951 ____________________________________________________________________________
5952 [ 23084] By: nick                                  on 2004/07/12  14:26:12
5953         Log: NI-S: IMHO utf8_upgrade is just changing representation not the value
5954              so it has no business calling SvSETMAGIC.
5955      Branch: perl
5956            ! sv.c
5957 ____________________________________________________________________________
5958 [ 23083] By: nick                                  on 2004/07/12  12:17:56
5959         Log: Perl_is_utf8_string(pTHX_ U8 *s, STRLEN len)
5960              Can now handle the case
5961              is_utf8_string(NULL,0)
5962              again.
5963              Why do we have code dup for Perl_is_utf8_string_loc() ?
5964      Branch: perl
5965            ! utf8.c
5966 ____________________________________________________________________________
5967 [ 23082] By: nicholas                              on 2004/07/11  20:09:00
5968         Log: A decent benchmark would be useful. But it is vague.
5969      Branch: perl
5970            ! pod/perltodo.pod
5971 ____________________________________________________________________________
5972 [ 23081] By: nicholas                              on 2004/07/11  18:36:49
5973         Log: Finding a way to put "I'm MAINT" in perl -v is a TODO
5974      Branch: perl
5975            ! pod/perltodo.pod
5976 ____________________________________________________________________________
5977 [ 23079] By: nicholas                              on 2004/07/10  21:58:34
5978         Log: Store weak references.
5979      Branch: perl
5980            + ext/Storable/t/testlib.pl ext/Storable/t/weak.t
5981            ! MANIFEST ext/Storable/ChangeLog ext/Storable/MANIFEST
5982            ! ext/Storable/README ext/Storable/Storable.pm
5983            ! ext/Storable/Storable.xs ext/Storable/t/malice.t
5984 ____________________________________________________________________________
5985 [ 23078] By: nicholas                              on 2004/07/10  21:11:56
5986         Log: Dual lifing and dists is a TODO
5987      Branch: perl
5988            ! pod/perltodo.pod
5989 ____________________________________________________________________________
5990 [ 23077] By: nicholas                              on 2004/07/10  18:51:35
5991         Log: Resurrect the TODO items about Unicode filenames and Unicode %ENV
5992              Rant a bit more about POD -> HTML
5993      Branch: perl
5994            ! pod/perltodo.pod
5995 ____________________________________________________________________________
5996 [ 23076] By: nicholas                              on 2004/07/10  16:00:44
5997         Log: Perl_mode_from_discipline must update len. (else SEGV)
5998              Diagnosis and patch from clkao
5999      Branch: perl
6000            ! doio.c
6001 ____________________________________________________________________________
6002 [ 23075] By: rgs                                   on 2004/07/10  13:03:56
6003         Log: Subject: Bug with NEXT when called from an eval block
6004              From: Dave Rolsky <autarch@urth.org>
6005              Date: Fri, 9 Jul 2004 17:06:07 -0500 (CDT)
6006              Message-ID: <Pine.LNX.4.58.0407091703010.4578@urth.org>
6007      Branch: perl
6008            ! lib/NEXT.pm lib/NEXT/t/next.t
6009 ____________________________________________________________________________
6010 [ 23074] By: nicholas                              on 2004/07/09  21:03:11
6011         Log: Subject: Re: Segfault using HTML::Entities
6012              From: Jarkko Hietaniemi <jhi@iki.fi>
6013              Message-ID: <40EDBE1A.6080205@iki.fi>
6014              Date: Fri, 09 Jul 2004 00:35:22 +0300
6015      Branch: perl
6016            ! pp_ctl.c regexec.c t/run/fresh_perl.t
6017 ____________________________________________________________________________
6018 [ 23073] By: nicholas                              on 2004/07/09  14:49:16
6019         Log: A more honest TODO
6020      Branch: perl
6021            ! pod/perltodo.pod
6022 ____________________________________________________________________________
6023 [ 23072] By: nicholas                              on 2004/07/09  11:34:17
6024         Log: dor and // fulfil a TODO
6025              Correct a deviation from the Nicholas Clark style guide.
6026      Branch: perl
6027            ! pod/perltodo.pod
6028 ____________________________________________________________________________
6029 [ 23071] By: rgs                                   on 2004/07/09  08:08:05
6030         Log: Subject: [PATCH] prime_env_iter and zero-length values on VMS
6031              From: "Craig A. Berry" <craigberry@mac.com>
6032              Date: Thu, 08 Jul 2004 23:19:05 -0500
6033              Message-ID: <40EE1CB9.8030407@mac.com>
6034      Branch: perl
6035            ! vms/vms.c
6036 ____________________________________________________________________________
6037 [ 23065] By: nicholas                              on 2004/07/08  13:09:44
6038         Log: Randal notes:
6039
6040              "perldoc perldelta" still says 5.8.3 to 5.8.4, even though there
6041              *is* a "perldoc perl583delta" properly.
6042
6043              This is because perl584delta still thinks it's the perldelta
6044      Branch: perl
6045            ! pod/perl584delta.pod
6046 ____________________________________________________________________________
6047 [ 23063] By: rgs                                   on 2004/07/07  17:48:29
6048         Log: Make Perl_sv_utf8_upgrade_flags tolerate PL_sv_undef
6049              as an argument.
6050      Branch: perl
6051            ! sv.c
6052 ____________________________________________________________________________
6053 [ 23062] By: nicholas                              on 2004/07/07  15:14:39
6054         Log: First stab at explaining that CLONE may get more parameters in future.
6055              More eloquent rewording desired. Patches welcome.
6056      Branch: perl
6057            ! pod/perlmod.pod
6058 ____________________________________________________________________________
6059 [ 23061] By: nicholas                              on 2004/07/07  13:30:27
6060         Log: hv_store was not passing hash onwards (spotted by Dave)
6061      Branch: perl
6062            ! hv.c
6063 ____________________________________________________________________________
6064 [ 23060] By: mhx                                   on 2004/07/06  21:43:05
6065         Log: Failing matches don't reset numbered variables.
6066              Change #22997 could cause Text::ParseWords to loop forever if the
6067              regex didn't not match. Explicitly return if the match fails.
6068      Branch: perl
6069            ! lib/Text/ParseWords.pm lib/Text/ParseWords.t
6070 ____________________________________________________________________________
6071 [ 23059] By: nicholas                              on 2004/07/06  21:39:27
6072         Log: Integrate:
6073              [ 23057]
6074              This is RC1
6075      Branch: perl
6076           !> pod/perlhist.pod
6077 ____________________________________________________________________________
6078 [ 23058] By: nicholas                              on 2004/07/06  20:45:53
6079         Log: Stop ENV_IS_CASELESS hv.c picking up the wrong hash value from a
6080              shared string scalar.
6081      Branch: perl
6082            ! hv.c
6083 ____________________________________________________________________________
6084 [ 23052] By: nicholas                              on 2004/07/06  09:26:24
6085         Log: A tool to check the AUTHORS file
6086      Branch: perl
6087            + Porting/checkAUTHORS.pl
6088            ! MANIFEST
6089 ____________________________________________________________________________
6090 [ 23051] By: nicholas                              on 2004/07/06  09:25:16
6091         Log: Add some missing authors and remove 1 duplicate
6092      Branch: perl
6093            ! AUTHORS
6094 ____________________________________________________________________________
6095 [ 23048] By: nicholas                              on 2004/07/05  17:26:09
6096         Log: There was no need to bump $Text::ParseWords::VERSION to 3.24
6097      Branch: perl
6098            ! lib/Text/ParseWords.pm
6099 ____________________________________________________________________________
6100 [ 23047] By: rgs                                   on 2004/07/05  17:05:55
6101         Log: Update tests and $VERSION for change 23046
6102      Branch: perl
6103            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
6104 ____________________________________________________________________________
6105 [ 23046] By: rgs                                   on 2004/07/05  16:53:54
6106         Log: Subject: Re: [perl #30504] B::Deparse scoping problem with for loop
6107              From: Stephen McCamant <smcc@MIT.EDU>
6108              Date: Mon, 28 Jun 2004 18:26:24 -0700
6109              Message-ID: <16608.50496.787002.560481@apocalypse.OCF.Berkeley.EDU>
6110      Branch: perl
6111            ! ext/B/B/Deparse.pm
6112 ____________________________________________________________________________
6113 [ 23042] By: nicholas                              on 2004/07/05  14:54:15
6114         Log: Bump $B::Deparse::VERSION
6115      Branch: perl
6116            ! ext/B/B/Deparse.pm
6117 ____________________________________________________________________________
6118 [ 23040] By: nicholas                              on 2004/07/05  10:24:17
6119         Log: t/op/tie.t test 23 is failing when run with utf8 everywhere.
6120              Problem appears to be due to theft of temporaries
6121      Branch: perl
6122            ! mg.c
6123 ____________________________________________________________________________
6124 [ 23029] By: nicholas                              on 2004/07/04  16:39:07
6125         Log: Subject: [PATCH Cwd 2.18] _vms_abs_path on non-directories
6126              From: "Craig A. Berry" <craigberry@mac.com>
6127              Message-ID: <40E704AA.4090801@mac.com>
6128              Date: Sat, 03 Jul 2004 14:10:34 -0500
6129      Branch: perl
6130            ! ext/Cwd/t/cwd.t lib/Cwd.pm
6131 ____________________________________________________________________________
6132 [ 23028] By: nicholas                              on 2004/07/04  15:14:33
6133         Log: /usr/bin/locale steadfastly delivers 8 bit output independent of
6134              LC_ALL. So when perl's expecting utf8, things don't quite work right.
6135              This has become visible since fix 22842
6136      Branch: perl
6137            ! lib/locale.t
6138 ____________________________________________________________________________
6139 [ 23027] By: mhx                                   on 2004/07/02  14:44:37
6140         Log: More microperl tweaks.
6141      Branch: perl
6142            ! Makefile.micro README.micro uconfig.h uconfig.sh
6143 ____________________________________________________________________________
6144 [ 23026] By: rgs                                   on 2004/07/02  13:05:23
6145         Log: Maintainer change for Safe
6146      Branch: perl
6147            ! Porting/Maintainers.pl
6148 ____________________________________________________________________________
6149 [ 23025] By: rgs                                   on 2004/07/02  10:06:29
6150         Log: Bump version number of Safe for CPAN release
6151      Branch: perl
6152            ! ext/Opcode/Safe.pm
6153 ____________________________________________________________________________
6154 [ 23024] By: rgs                                   on 2004/07/02  07:50:42
6155         Log: Upgrade to I18N::LangTags 0.33
6156      Branch: perl
6157            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
6158            ! lib/I18N/LangTags/t/80_all_env.t
6159 ____________________________________________________________________________
6160 [ 23023] By: davem                                 on 2004/07/02  01:49:11
6161         Log: utf8 POPSTACK crash on split execution
6162              split() does a SWITCHSTACK to directly split to an array, but
6163              if it subsequently dies (eg the regex triggers a 'use utf8' which
6164              is then denied by Safe), then the switch doesn't get undone. Add
6165              a new save type to allow for this.
6166      Branch: perl
6167            ! pp.c scope.c scope.h
6168 ____________________________________________________________________________
6169 [ 23022] By: mhx                                   on 2004/07/01  21:08:44
6170         Log: The microperl config didn't know about usemallocwrap yet.
6171      Branch: perl
6172            ! uconfig.h uconfig.sh
6173 ____________________________________________________________________________
6174 [ 23021] By: mhx                                   on 2004/07/01  14:30:05
6175         Log: Check for definedness of sv before calling sv_derived_from()
6176              to prevent "Use of uninitialized value..." warning.
6177      Branch: perl
6178            ! universal.c
6179 ____________________________________________________________________________
6180 [ 23019] By: nicholas                              on 2004/07/01  10:14:03
6181         Log: Bump version numbers
6182      Branch: perl
6183            ! ext/File/Glob/Glob.pm ext/XS/APItest/APItest.pm
6184            ! ext/threads/threads.pm lib/Carp.pm lib/File/Copy.pm
6185            ! lib/Text/ParseWords.pm lib/Text/Wrap.pm lib/autouse.pm
6186            ! lib/charnames.pm lib/diagnostics.pm lib/utf8.pm
6187 ____________________________________________________________________________
6188 [ 23018] By: nicholas                              on 2004/06/30  21:37:12
6189         Log: Assert that we aren't leaking memory.
6190      Branch: perl
6191            ! sv.c
6192 ____________________________________________________________________________
6193 [ 23016] By: gbarr                                 on 2004/06/30  13:47:36
6194         Log: Sync to libnet-1.19
6195      Branch: perl
6196            ! lib/Net/Changes.libnet lib/Net/Cmd.pm lib/Net/FTP.pm
6197            ! lib/Net/POP3.pm lib/Net/SMTP.pm lib/Net/t/datasend.t
6198 ____________________________________________________________________________
6199 [ 23014] By: rgs                                   on 2004/06/30  12:12:24
6200         Log: Subject: [PATCH pod/perlop.pod] Documenting undefined behaviour of $i = $i ++.
6201              From: Abigail <abigail@abigail.nl>
6202              Date: Wed, 30 Jun 2004 12:00:21 +0200
6203              Message-ID: <20040630100021.GA23752@abigail.nl>
6204      Branch: perl
6205            ! pod/perlop.pod
6206 ____________________________________________________________________________
6207 [ 23011] By: nicholas                              on 2004/06/29  15:26:34
6208         Log: Note that sv_2mortal isn't just "increase reference count by 1, and
6209              mark that it needs a deferred recount"
6210      Branch: perl
6211            ! sv.c
6212 ____________________________________________________________________________
6213 [ 23010] By: rgs                                   on 2004/06/29  12:12:58
6214         Log: More caveats in B::Deparse's documentation
6215              (suggested by Yves Orton)
6216      Branch: perl
6217            ! ext/B/B/Deparse.pm
6218 ____________________________________________________________________________
6219 [ 23007] By: merijn                                on 2004/06/29  10:57:46
6220         Log: HP-UX 10.20 still *needs* -Ae for HP C-ANSI-C to be ANSI
6221              11.00 and on are ANSI by default for /opt/ansic/bin
6222              Error was introduced by #22975 in re-enabling 10.01
6223      Branch: perl
6224            ! hints/hpux.sh
6225 ____________________________________________________________________________
6226 [ 23006] By: davem                                 on 2004/06/28  22:50:01
6227         Log: use encoding and "eq" cause memory leak
6228              Perl_sv_eq() was creating a temp and not always freeing it
6229      Branch: perl
6230            ! sv.c
6231 ____________________________________________________________________________
6232 [ 23002] By: nicholas                              on 2004/06/27  20:57:50
6233         Log: Assimilate Locale-Codes-2.07
6234      Branch: perl
6235            ! lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
6236            ! lib/Locale/Codes/t/all.t lib/Locale/Codes/t/constants.t
6237            ! lib/Locale/Codes/t/country.t lib/Locale/Codes/t/currency.t
6238            ! lib/Locale/Codes/t/uk.t lib/Locale/Constants.pm
6239            ! lib/Locale/Constants.pod lib/Locale/Country.pm
6240            ! lib/Locale/Country.pod lib/Locale/Currency.pm
6241            ! lib/Locale/Currency.pod lib/Locale/Language.pm
6242            ! lib/Locale/Language.pod lib/Locale/Script.pm
6243            ! lib/Locale/Script.pod
6244 ____________________________________________________________________________
6245 [ 23001] By: nicholas                              on 2004/06/27  18:27:43
6246         Log: Stop 80_all_env.t failing when LC_ALL is set
6247      Branch: perl
6248            ! lib/I18N/LangTags/t/80_all_env.t
6249 ____________________________________________________________________________
6250 [ 22998] By: nicholas                              on 2004/06/25  22:19:51
6251         Log: Correct detection of absent modules. Based on
6252
6253              Subject: [PATCH] Config{extensions} uses filesystem names as extensions
6254              From: Andy Dougherty <doughera@lafayette.edu>
6255              Message-ID: <Pine.SOL.4.58.0406241505530.14039@maxwell.phys.lafayette.edu>
6256              Date: Thu, 24 Jun 2004 15:09:47 -0400 (EDT)
6257
6258              with improvements from Marcus Holland-Moritz
6259      Branch: perl
6260            ! ext/Devel/PPPort/t/test.t ext/PerlIO/t/scalar.t
6261            ! ext/PerlIO/t/via.t ext/threads/shared/t/disabled.t lib/DB.t
6262            ! lib/Dumpvalue.t lib/PerlIO/via/t/QuotedPrint.t
6263            ! lib/Tie/RefHash.t lib/autouse.t lib/dumpvar.t lib/h2xs.t
6264            ! lib/overload.t t/io/crlf.t
6265 ____________________________________________________________________________
6266 [ 22997] By: mhx                                   on 2004/06/25  20:27:05
6267         Log: Cleanup the main regex in Text::ParseWords and make the
6268              parse_line() routine faster. Add a Unicode test case.
6269      Branch: perl
6270            ! lib/Text/ParseWords.pm lib/Text/ParseWords.t
6271 ____________________________________________________________________________
6272 [ 22996] By: merijn                                on 2004/06/25  15:27:21
6273         Log: Subject: [perl #30450] perl 5.8.4: enhancement to hints/solaris_2.sh
6274              From: Nicholas Gianniotis (via RT) <perlbug-followup@perl.org>
6275              Date: 25 Jun 2004 09:39:51 -0000
6276              Message-ID: <rt-3.0.9-30450-91340.10.3279898804255@perl.org>
6277              and
6278              From: Andy Dougherty <doughera@lafayette.edu>
6279              Date: Fri, 25 Jun 2004 11:30:11 -0400 (EDT)
6280              Message-ID: <Pine.SOL.4.58.0406251113420.15961@maxwell.phys.lafayette.edu>
6281      Branch: perl
6282            ! hints/solaris_2.sh
6283 ____________________________________________________________________________
6284 [ 22995] By: rgs                                   on 2004/06/25  15:07:51
6285         Log: Subject: [PATCH] regcomp.c, t/op/regmesg.t -- False range with \p and \P
6286              From: Jeff 'japhy' Pinyan <japhy@perlmonk.org>
6287              Date: Thu, 24 Jun 2004 16:42:54 -0400 (EDT)
6288              Message-ID: <Pine.LNX.4.44.0406241636340.8774-200000@perlmonk.org>
6289      Branch: perl
6290            ! regcomp.c t/op/regmesg.t
6291 ____________________________________________________________________________
6292 [ 22994] By: rgs                                   on 2004/06/25  08:36:33
6293         Log: More @INC test fixes
6294      Branch: perl
6295            ! t/op/threads.t t/run/switch_A.t t/uni/chomp.t t/uni/tr_7jis.t
6296            ! t/uni/tr_eucjp.t t/uni/tr_sjis.t t/uni/tr_utf8.t
6297 ____________________________________________________________________________
6298 [ 22993] By: rgs                                   on 2004/06/25  08:28:34
6299         Log: Fix the Cwd tests for the core.
6300      Branch: perl
6301            ! ext/Cwd/t/cwd.t ext/Cwd/t/taint.t
6302 ____________________________________________________________________________
6303 [ 22992] By: mhx                                   on 2004/06/24  19:51:06
6304         Log: Fix for: [perl #30442] Text::ParseWords does not handle backslashed newline inside quoted text
6305              Use the suggested regex fix, plus some tests.
6306      Branch: perl
6307            ! lib/Text/ParseWords.pm lib/Text/ParseWords.t
6308 ____________________________________________________________________________
6309 [ 22991] By: rgs                                   on 2004/06/24  16:47:24
6310         Log: Upgrade to Cwd 2.18
6311              (with local changes to cwd.t, to adapt it to the core)
6312      Branch: perl
6313            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
6314 ____________________________________________________________________________
6315 [ 22990] By: mhx                                   on 2004/06/24  16:22:05
6316         Log: Fix for: [perl #2738] perl segfautls on input
6317              The parser was incorrectly accepting <> as a subroutine prototype and
6318              newATTRSUB didn't validate the proto argument before accessing op_sv.
6319      Branch: perl
6320            ! op.c pod/perldiag.pod t/comp/parser.t toke.c
6321 ____________________________________________________________________________
6322 [ 22988] By: rgs                                   on 2004/06/24  12:58:35
6323         Log: Upgrade to Cwd 2.17_03
6324      Branch: perl
6325            ! ext/Cwd/Changes ext/Cwd/Cwd.xs lib/Cwd.pm
6326 ____________________________________________________________________________
6327 [ 22977] By: nicholas                              on 2004/06/23  08:38:47
6328         Log: Test that [] // 0 is []
6329      Branch: perl
6330            ! t/op/dor.t
6331 ____________________________________________________________________________
6332 [ 22976] By: rgs                                   on 2004/06/23  08:28:15
6333         Log: Add a regression test for bug #23765 (by Jarkko)
6334      Branch: perl
6335            ! t/op/substr.t
6336 ____________________________________________________________________________
6337 [ 22975] By: merijn                                on 2004/06/23  06:56:15
6338         Log: Backward compatibility issues for HP-UX 10.01 and older
6339              Yes, it is still actively used in production environment
6340              One more patch expected for toke.c optimization level
6341      Branch: perl
6342            ! hints/hpux.sh
6343 ____________________________________________________________________________
6344 [ 22972] By: mhx                                   on 2004/06/22  21:23:59
6345         Log: Proposed patch + test case.
6346
6347              Subject: [perl #30409] charnames.pm clobbers default variable
6348              From: Marcel "Grünauer" (via RT) <perlbug-followup@perl.org>
6349              Date: 22 Jun 2004 16:43:50 -0000
6350              Message-ID: <rt-3.0.9-30409-91174.12.8617678524438@perl.org>
6351      Branch: perl
6352            ! lib/charnames.pm lib/charnames.t
6353 ____________________________________________________________________________
6354 [ 22971] By: mhx                                   on 2004/06/22  21:00:10
6355         Log: Adjust array index in FileCache.pm.
6356
6357              Subject: [perl #30291] Use of uninitialized value (array index reference) in FileCache.pm module at line 140
6358              From: bbucklan@jpl-devvax.jpl.nasa.gov (via RT) <perlbug-followup@perl.org>
6359              Date: 15 Jun 2004 16:55:22 -0000
6360              Message-ID: <rt-3.0.9-30291-90552.18.5392299690759@perl.org>
6361      Branch: perl
6362            ! lib/FileCache.pm
6363 ____________________________________________________________________________
6364 [ 22970] By: mhx                                   on 2004/06/22  20:26:11
6365         Log: Subject: [PATCH] DB_File 1.809  was RE: [perl #30237] DB_File methods and substr don't mix
6366              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
6367              Date: Tue, 22 Jun 2004 21:29:12 +0100
6368              Message-Id: <20040622202910.WBSU21846.mta08-svc.ntlworld.com@MARQUESSPT21>
6369      Branch: perl
6370            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
6371            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
6372            ! ext/DB_File/t/db-hash.t ext/DB_File/t/db-recno.t
6373            ! ext/DB_File/typemap
6374 ____________________________________________________________________________
6375 [ 22969] By: nicholas                              on 2004/06/22  13:25:11
6376         Log: Abolish the "Tied variable freed while still in use" error - I have
6377              a way to cleanly avoid the coredump.
6378      Branch: perl
6379            ! mg.c pod/perldiag.pod t/op/tie.t
6380 ____________________________________________________________________________
6381 [ 22968] By: nicholas                              on 2004/06/22  12:28:58
6382         Log: Subject: [PATCH] Storable signedness nit
6383              From: "Craig A. Berry" <craigberry@mac.com>
6384              Message-ID: <40D3AAC7.6030407@mac.com>
6385              Date: Fri, 18 Jun 2004 21:53:59 -0500
6386      Branch: perl
6387            ! ext/Storable/Storable.xs
6388 ____________________________________________________________________________
6389 [ 22967] By: nicholas                              on 2004/06/22  09:57:23
6390         Log: Skip tests if List::Util not built
6391      Branch: perl
6392            ! lib/DB.t lib/Dumpvalue.t lib/autouse.t lib/dumpvar.t
6393            ! lib/overload.t
6394 ____________________________________________________________________________
6395 [ 22966] By: nicholas                              on 2004/06/22  09:56:59
6396         Log: Skip test if Data::Dumper not built
6397      Branch: perl
6398            ! lib/Tie/RefHash.t
6399 ____________________________________________________________________________
6400 [ 22965] By: nicholas                              on 2004/06/22  09:56:34
6401         Log: Skip test if Devel::PPPort is not built.
6402              Probably should fix h2xs to work without it.
6403      Branch: perl
6404            ! lib/h2xs.t
6405 ____________________________________________________________________________
6406 [ 22964] By: rgs                                   on 2004/06/22  07:34:40
6407         Log: Upgrade to I18N::LangTags 0.32
6408      Branch: perl
6409            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
6410            ! lib/I18N/LangTags/Detect.pm lib/I18N/LangTags/t/80_all_env.t
6411 ____________________________________________________________________________
6412 [ 22963] By: davem                                 on 2004/06/20  12:00:56
6413         Log: make mktables always update modifed time to play better with make
6414      Branch: perl
6415            ! Makefile.SH lib/unicore/mktables
6416 ____________________________________________________________________________
6417 [ 22962] By: davem                                 on 2004/06/20  11:50:19
6418         Log: fix typo in gp_free
6419      Branch: perl
6420            ! gv.c
6421 ____________________________________________________________________________
6422 [ 22961] By: davem                                 on 2004/06/19  12:36:58
6423         Log: 'make test' without preceeding 'make' fails.
6424              Change #22872 added a target to run mktables, but this was
6425              skipped if 'make test' was run first, causing the build of
6426              Unicode::Normalize to fail.
6427      Branch: perl
6428            ! Makefile.SH
6429 ____________________________________________________________________________
6430 [ 22960] By: nicholas                              on 2004/06/18  20:18:02
6431         Log: When expecting an error, it's best to check the text you got, rather
6432              than blindly assuming that it's correct.
6433      Branch: perl
6434            ! t/op/write.t
6435 ____________________________________________________________________________
6436 [ 22959] By: nicholas                              on 2004/06/18  18:57:30
6437         Log: Case insensitive file systems are bad, m'kay
6438      Branch: perl
6439            ! ext/IO/t/IO.t
6440 ____________________________________________________________________________
6441 [ 22958] By: nicholas                              on 2004/06/18  13:45:51
6442         Log: This needs POSIX, so skip if no POSIX
6443      Branch: perl
6444            ! lib/Pod/t/basic.t
6445 ____________________________________________________________________________
6446 [ 22957] By: nicholas                              on 2004/06/18  13:44:27
6447         Log: Also needs skipping if PerlIO::via not built
6448      Branch: perl
6449            ! lib/PerlIO/via/t/QuotedPrint.t
6450 ____________________________________________________________________________
6451 [ 22956] By: nicholas                              on 2004/06/18  13:24:13
6452         Log: Skip tests when PerlIO::scalar and PerlIO::via aren't built
6453      Branch: perl
6454            ! ext/PerlIO/t/scalar.t ext/PerlIO/t/via.t
6455 ____________________________________________________________________________
6456 [ 22955] By: nicholas                              on 2004/06/18  13:19:16
6457         Log: Not ideal, but skip all of IO's tests if Socket is not built.
6458      Branch: perl
6459            ! ext/IO/t/IO.t
6460 ____________________________________________________________________________
6461 [ 22954] By: nicholas                              on 2004/06/18  13:11:31
6462         Log: Skip test if perl configured without threads::shared
6463      Branch: perl
6464            ! ext/threads/shared/t/disabled.t
6465 ____________________________________________________________________________
6466 [ 22953] By: nicholas                              on 2004/06/18  13:09:24
6467         Log: Skip test if Devel::PPPort not built
6468      Branch: perl
6469            ! ext/Devel/PPPort/t/test.t
6470 ____________________________________________________________________________
6471 [ 22952] By: nicholas                              on 2004/06/18  13:07:40
6472         Log: Skip re tests if re not built.
6473      Branch: perl
6474            ! ext/re/t/re.t
6475 ____________________________________________________________________________
6476 [ 22951] By: nicholas                              on 2004/06/18  11:38:24
6477         Log: If we don't build B, we should skip all its tests.
6478      Branch: perl
6479            ! ext/B/t/asmdata.t ext/B/t/b.t ext/B/t/bblock.t
6480            ! ext/B/t/bytecode.t ext/B/t/concise.t ext/B/t/debug.t
6481            ! ext/B/t/deparse.t ext/B/t/f_map.t ext/B/t/f_sort.t
6482            ! ext/B/t/lint.t ext/B/t/o.t ext/B/t/optree_check.t
6483            ! ext/B/t/optree_concise.t ext/B/t/optree_samples.t
6484            ! ext/B/t/optree_sort.t ext/B/t/optree_specials.t
6485            ! ext/B/t/optree_varinit.t ext/B/t/showlex.t ext/B/t/stash.t
6486            ! ext/B/t/terse.t ext/B/t/xref.t
6487 ____________________________________________________________________________
6488 [ 22950] By: nicholas                              on 2004/06/18  11:27:51
6489         Log: D'oh. Don't turn on warnings on the #! line without actually testing
6490              the full code in case it warns.
6491      Branch: perl
6492            ! lib/Unicode/UCD.t
6493 ____________________________________________________________________________
6494 [ 22949] By: nicholas                              on 2004/06/18  09:43:12
6495         Log: Unicode::UCD uses Storable, so we can't test if Storable isn't built.
6496      Branch: perl
6497            ! lib/Unicode/UCD.t
6498 ____________________________________________________________________________
6499 [ 22948] By: nicholas                              on 2004/06/18  09:23:20
6500         Log: Can't test the B modules if we didn't build 'em
6501      Branch: perl
6502            ! t/lib/1_compile.t
6503 ____________________________________________________________________________
6504 [ 22947] By: nicholas                              on 2004/06/18  08:59:01
6505         Log: Need to skip test 7 if perl built without the PerlIO::scalar extension
6506      Branch: perl
6507            ! t/io/crlf.t
6508 ____________________________________________________________________________
6509 [ 22946] By: rgs                                   on 2004/06/18  07:44:34
6510         Log: Upgrade to I18N::LangTags 0.31.
6511      Branch: perl
6512            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
6513            ! lib/I18N/LangTags/Detect.pm lib/I18N/LangTags/t/10_http.t
6514            ! lib/I18N/LangTags/t/80_all_env.t
6515 ____________________________________________________________________________
6516 [ 22945] By: nicholas                              on 2004/06/17  19:27:05
6517         Log: As 2/3rds (or 3/4s) of the SV head structure is rewritten, it doesn't
6518              seem that memzero() of everything is the most efficient idea.
6519      Branch: perl
6520            ! sv.c
6521 ____________________________________________________________________________
6522 [ 22944] By: nicholas                              on 2004/06/17  14:57:14
6523         Log: Change 22516 forgot to add make_overload.pl to generate test data
6524              (submitted from the pub via wireless, bluetooth and then GPRS out
6525              to the Internet)
6526      Branch: perl
6527            + ext/Storable/t/make_overload.pl
6528            ! MANIFEST
6529 ____________________________________________________________________________
6530 [ 22943] By: nicholas                              on 2004/06/17  12:03:48
6531         Log: Storable should cope if the string to thaw happens to be utf8 encoded
6532              And anything with bytes >=256 is corrupt
6533      Branch: perl
6534            ! ext/Storable/ChangeLog ext/Storable/README
6535            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
6536            ! ext/Storable/t/utf8.t
6537 ____________________________________________________________________________
6538 [ 22942] By: rgs                                   on 2004/06/17  09:57:14
6539         Log: Upgrade to Locale::Maketext 1.09
6540      Branch: perl
6541            + lib/Locale/Maketext/t/01_about_verbose.t
6542            + lib/Locale/Maketext/t/10_make.t lib/Locale/Maketext/t/20_get.t
6543            + lib/Locale/Maketext/t/40_super.t
6544            + lib/Locale/Maketext/t/50_super.t
6545            + lib/Locale/Maketext/t/60_super.t
6546            + lib/Locale/Maketext/t/90_utf8.t
6547            - lib/Locale/Maketext/t/00about.t lib/Locale/Maketext/t/01make.t
6548            - lib/Locale/Maketext/t/02get.t lib/Locale/Maketext/t/03http.t
6549            - lib/Locale/Maketext/t/04super.t
6550            - lib/Locale/Maketext/t/05super.t
6551            - lib/Locale/Maketext/t/06super.t lib/Locale/Maketext/t/90utf8.t
6552            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext/ChangeLog
6553            ! lib/Locale/Maketext/README
6554 ____________________________________________________________________________
6555 [ 22941] By: rgs                                   on 2004/06/17  09:43:48
6556         Log: Upgrade to I18N::LangTags 0.30.
6557      Branch: perl
6558            + lib/I18N/LangTags/Detect.pm
6559            + lib/I18N/LangTags/t/01_about_verbose.t
6560            + lib/I18N/LangTags/t/05_main.t lib/I18N/LangTags/t/07_listy.t
6561            + lib/I18N/LangTags/t/10_http.t lib/I18N/LangTags/t/50_super.t
6562            + lib/I18N/LangTags/t/55_supers_strict.t
6563            + lib/I18N/LangTags/t/80_all_env.t
6564            - lib/I18N/LangTags/t/01test.t lib/I18N/LangTags/t/02decency.t
6565            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
6566            ! lib/I18N/LangTags/List.pm
6567 ____________________________________________________________________________
6568 [ 22940] By: rgs                                   on 2004/06/17  08:54:41
6569         Log: More forgiving version comparison in perlivp.
6570      Branch: perl
6571            ! utils/perlivp.PL
6572 ____________________________________________________________________________
6573 [ 22939] By: nicholas                              on 2004/06/16  09:05:57
6574         Log: Improve the substitution to cc_r for threading so that compilers
6575              specified with a full path or as a parameter to ccache are changed
6576      Branch: perl
6577            ! hints/aix.sh
6578 ____________________________________________________________________________
6579 [ 22938] By: rgs                                   on 2004/06/15  14:35:00
6580         Log: Subject: [PATCH] File::Basename docs
6581              From: Boris Zentner <bzm@2bz.de>
6582              Date: Sat, 12 Jun 2004 16:29:42 +0200
6583              Message-Id: <200406121629.42595.bzm@2bz.de>
6584      Branch: perl
6585            ! lib/File/Basename.pm
6586 ____________________________________________________________________________
6587 [ 22937] By: nicholas                              on 2004/06/15  09:21:22
6588         Log: It seems that our assert() macro wasn't good enough.
6589              Changed to one that that is an expression, rather than a statement.
6590              Fix new macros definitions in sv.h to be clean enough C to keep the
6591              AIX compiler happy.
6592      Branch: perl
6593            ! perl.h sv.h
6594 ____________________________________________________________________________
6595 [ 22936] By: rgs                                   on 2004/06/15  08:22:32
6596         Log: Subject: [PATCH] perlop.pod: add an example to the .. and ... operators
6597              From: Shlomi Fish <shlomif@vipe.technion.ac.il>
6598              Date: Tue, 15 Jun 2004 10:15:15 +0300 (IDT)
6599              Message-ID: <Pine.LNX.4.56.0406151013140.14618@vipe.technion.ac.il>
6600      Branch: perl
6601            ! pod/perlop.pod
6602 ____________________________________________________________________________
6603 [ 22935] By: nicholas                              on 2004/06/15  07:17:17
6604         Log: Assert SvTYPE is at least PGMV whenever accessing SvSTASH
6605      Branch: perl
6606            ! ext/Storable/Storable.xs sv.h
6607 ____________________________________________________________________________
6608 [ 22934] By: nicholas                              on 2004/06/14  15:26:38
6609         Log: Assert that SV type has magic member when reading/writing.
6610              Will catch buggy code.
6611      Branch: perl
6612            ! sv.c sv.h
6613 ____________________________________________________________________________
6614 [ 22933] By: rgs                                   on 2004/06/13  17:54:47
6615         Log: More h2ph voodoo.
6616      Branch: perl
6617            ! utils/h2ph.PL
6618 ____________________________________________________________________________
6619 [ 22932] By: rgs                                   on 2004/06/13  15:35:00
6620         Log: Subject: [PATCH] t/TEST
6621              From: Abe Timmerman <abe@ztreet.demon.nl>
6622              Date: Sun, 13 Jun 2004 11:41:49 +0200
6623              Message-Id: <200406131141.50361.abe@ztreet.demon.nl>
6624      Branch: perl
6625            ! t/TEST
6626 ____________________________________________________________________________
6627 [ 22931] By: rgs                                   on 2004/06/11  16:54:00
6628         Log: Reapply change #20983, rolled back by change #22920,
6629              as noticed by Craig Berry.
6630      Branch: perl
6631            ! pod/pod2usage.PL pod/podselect.PL
6632 ____________________________________________________________________________
6633 [ 22930] By: rgs                                   on 2004/06/11  14:22:55
6634         Log: More h2ph tweaks: recognition of C types
6635      Branch: perl
6636            ! utils/h2ph.PL
6637 ____________________________________________________________________________
6638 [ 22929] By: rgs                                   on 2004/06/11  13:46:53
6639         Log: More h2ph tweaking for gcc __inline functions
6640      Branch: perl
6641            ! utils/h2ph.PL
6642 ____________________________________________________________________________
6643 [ 22928] By: mhx                                   on 2004/06/11  09:37:42
6644         Log: t/comp/utf.t failed when configuring with -Dnoextensions=Encode
6645      Branch: perl
6646            ! t/comp/utf.t
6647 ____________________________________________________________________________
6648 [ 22927] By: rgs                                   on 2004/06/11  08:28:19
6649         Log: Remove a warning against unsafe signals in perlipc.pod,
6650              now that we have "safe signals".
6651      Branch: perl
6652            ! pod/perlipc.pod
6653 ____________________________________________________________________________
6654 [ 22926] By: rgs                                   on 2004/06/10  19:03:51
6655         Log: Subject: Re: [perl #30197] perlbug AutoReply: Data::Dumper does not indent the deparsed code properly
6656              From: Mathieu Arnold <m@absolight.fr>
6657              Date: Thu, 10 Jun 2004 16:43:58 +0200
6658              Message-ID: <34D483170C7F84E0DFBE442B@andromede.in.reaumur.net>
6659              (with a test adjustment)
6660      Branch: perl
6661            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/t/dumper.t
6662 ____________________________________________________________________________
6663 [ 22925] By: rgs                                   on 2004/06/10  17:26:15
6664         Log: Make h2ph able to understand a limited set of inline functions.
6665              The glibc apparently now ships headers that use inline functions
6666              instead of plain old macros.
6667      Branch: perl
6668            ! utils/h2ph.PL
6669 ____________________________________________________________________________
6670 [ 22924] By: rgs                                   on 2004/06/10  07:55:41
6671         Log: Subject: Change 22872 breaks shared miniperl invocation
6672              From: Alexey Tourbin <at@altlinux.ru>
6673              Date: Fri, 4 Jun 2004 13:24:17 +0400
6674              Message-ID: <20040604092417.GA13447@solemn.turbinal.org>
6675      Branch: perl
6676            ! Makefile.SH
6677 ____________________________________________________________________________
6678 [ 22923] By: rgs                                   on 2004/06/09  19:47:47
6679         Log: Subject: Re: [perl #30045] Transliteration replacement not terminated message obscure
6680              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
6681              Date: Mon, 7 Jun 2004 00:28:55 -0700
6682              Message-ID: <20040607072854.GB1028@efn.org>
6683      Branch: perl
6684            ! pod/perldiag.pod
6685 ____________________________________________________________________________
6686 [ 22922] By: rgs                                   on 2004/06/09  18:40:45
6687         Log: Remove the "malloc wrappage" tests, due to their unportability
6688              (as suggested by Jarkko.)
6689      Branch: perl
6690            ! t/op/array.t t/op/repeat.t
6691 ____________________________________________________________________________
6692 [ 22921] By: rgs                                   on 2004/06/09  15:57:58
6693         Log: Subject: [PATCH] Re: [perl #24081] invalid regexp in perl -V
6694              From: Robin Barker <Robin.Barker@npl.co.uk>
6695              Date: Wed, 9 Jun 2004 12:02:01 +0100
6696              Message-ID: <533D273D4014D411AB1D00062938C4D9040468F1@hotel.npl.co.uk>
6697              with further adjustements for bleadperl
6698      Branch: perl
6699            ! configpm lib/Config.t
6700 ____________________________________________________________________________
6701 [ 22920] By: rgs                                   on 2004/06/09  13:13:29
6702         Log: Upgrade to Pod::Parser 1.28
6703              (except Pod::Find, which has local patches not yet on CPAN)
6704      Branch: perl
6705            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm lib/Pod/Parser.pm
6706            ! pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
6707            ! t/pod/find.t
6708 ____________________________________________________________________________
6709 [ 22919] By: mhx                                   on 2004/06/09  12:50:12
6710         Log: s/64bit/64-bit/g for consistency in the READMEs.
6711      Branch: perl
6712            ! README.aix README.hpux
6713 ____________________________________________________________________________
6714 [ 22918] By: rgs                                   on 2004/06/09  12:43:59
6715         Log: Subject: [patch] Windows/Win32 thread handle leak with threads join
6716              From: "Kevin Chase" <kevincha99@hotmail.com>
6717              Date: Sun, 06 Jun 2004 09:44:44 -0700
6718              Message-ID: <BAY2-F172Ih5h5xf4rJ0001a3a6@hotmail.com>
6719      Branch: perl
6720            ! ext/threads/threads.xs
6721 ____________________________________________________________________________
6722 [ 22917] By: merijn                                on 2004/06/09  11:46:23
6723         Log: Several updates, major, and minor corrections, model updates,
6724              explained the model numbering of HP-UX servers.
6725      Branch: perl
6726            ! README.hpux
6727 ____________________________________________________________________________
6728 [ 22916] By: rgs                                   on 2004/06/09  09:53:58
6729         Log: Upgrade to Pod::Perldoc 3.13
6730      Branch: perl
6731            + lib/Pod/Perldoc/t/01_about_verbose.t
6732            ! MANIFEST lib/Pod/Perldoc.pm lib/Pod/Perldoc/ToMan.pm
6733 ____________________________________________________________________________
6734 [ 22915] By: rgs                                   on 2004/06/09  09:08:46
6735         Log: Upgrade to Digest 1.08.
6736      Branch: perl
6737            ! lib/Digest.pm
6738 ____________________________________________________________________________
6739 [ 22914] By: rgs                                   on 2004/06/09  08:08:55
6740         Log: Upgrade to CGI.pm 3.05
6741      Branch: perl
6742            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Util.pm lib/CGI/t/html.t
6743 ____________________________________________________________________________
6744 [ 22913] By: davem                                 on 2004/06/08  22:20:40
6745         Log: double DESTROY in for loop
6746              pp_iter decremented the ref count of the previous iterant before
6747              unaliasing it. This could lead to DESTROY being called with the
6748              loop variable still aliased to the freed value. If the DESTROY
6749              also contained a for loop with the same iterator variable, the
6750              freed value would get resurrected then freed for a second time.
6751      Branch: perl
6752            ! pp_hot.c t/cmd/for.t
6753 ____________________________________________________________________________
6754 [ 22912] By: rgs                                   on 2004/06/08  18:51:03
6755         Log: Upgrade to Pod::LaTeX 0.57
6756      Branch: perl
6757            + lib/Pod/t/user.t
6758            ! MANIFEST lib/Pod/LaTeX.pm pod/pod2latex.PL
6759 ____________________________________________________________________________
6760 [ 22911] By: rgs                                   on 2004/06/08  18:42:29
6761         Log: Upgrade to Unicode::Normalize 0.30.
6762      Branch: perl
6763            ! ext/Unicode/Normalize/Changes
6764            ! ext/Unicode/Normalize/Normalize.pm
6765            ! ext/Unicode/Normalize/Normalize.xs
6766            ! ext/Unicode/Normalize/t/illegal.t
6767            ! ext/Unicode/Normalize/t/short.t
6768            ! ext/Unicode/Normalize/t/split.t
6769 ____________________________________________________________________________
6770 [ 22910] By: rgs                                   on 2004/06/08  18:40:38
6771         Log: Remove a spurious \n in a perltie example,
6772              noticed by Geoffrey Young.
6773      Branch: perl
6774            ! pod/perltie.pod
6775 ____________________________________________________________________________
6776 [ 22909] By: rgs                                   on 2004/06/08  18:34:23
6777         Log: Upgrade to Unicode::Collate 0.40
6778      Branch: perl
6779            ! lib/Unicode/Collate.pm lib/Unicode/Collate/t/hangul.t
6780 ____________________________________________________________________________
6781 [ 22908] By: rgs                                   on 2004/06/08  18:23:54
6782         Log: Upgrade to Time::Local 1.10.
6783      Branch: perl
6784            ! lib/Time/Local.pm lib/Time/Local.t
6785 ____________________________________________________________________________
6786 [ 22907] By: rgs                                   on 2004/06/08  18:02:59
6787         Log: Upgrade to Test::Harness 2.42
6788      Branch: perl
6789            ! lib/Test/Harness.pm lib/Test/Harness/Changes
6790            ! lib/Test/Harness/bin/prove lib/Test/Harness/t/prove-switches.t
6791 ____________________________________________________________________________
6792 [ 22906] By: nicholas                              on 2004/06/08  14:59:20
6793         Log: Patch 22835 Failed to upgrade all the new files in Encode 2.01
6794              As spotted by Jerry D. Hedden
6795      Branch: perl
6796            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/META.yml
6797 ____________________________________________________________________________
6798 [ 22905] By: rgs                                   on 2004/06/08  13:53:40
6799         Log: Subject: Re: newSVpvn(NULL, 0); doesn't work as advertised
6800              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
6801              Date: Fri, 4 Jun 2004 16:29:44 +0200
6802              Message-Id: <20040604162944.4011f1c6@r2d2>
6803      Branch: perl
6804            ! pod/perlapi.pod sv.c
6805 ____________________________________________________________________________
6806 [ 22904] By: rgs                                   on 2004/06/08  13:44:27
6807         Log: Subject: Re: [PATCH] Re: Lack of error for large string on Solaris
6808              From: Jarkko Hietaniemi <jhi@iki.fi>
6809              Date: Mon, 07 Jun 2004 20:09:42 +0300
6810              Message-ID: <40C4A156.5030205@iki.fi>
6811      Branch: perl
6812            ! av.c pod/perldiag.pod pp.c pp_hot.c t/op/array.t t/op/repeat.t
6813 ____________________________________________________________________________
6814 [ 22903] By: rgs                                   on 2004/06/08  10:19:27
6815         Log: Subject: [perl #30073] Misleading docs of Text::Wrap
6816              From: perl-5.8.0@ton.iguana.be (via RT) <perlbug-followup@perl.org>
6817              Date: 6 Jun 2004 21:50:19 -0000
6818              Message-ID: <rt-3.0.9-30073-89834.19.0927626986204@perl.org>
6819      Branch: perl
6820            ! lib/Text/Wrap.pm
6821 ____________________________________________________________________________
6822 [ 22902] By: rgs                                   on 2004/06/06  07:49:27
6823         Log: Subject: Re: [PATCH] [perl #29841] utf8::decode doesn't work under -T
6824              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
6825              Date: Sun, 06 Jun 2004 00:37:21 +0900
6826              Message-Id: <20040606003344.57B2.BQW10602@nifty.com>
6827      Branch: perl
6828            ! lib/utf8.pm pod/perlapi.pod sv.c t/op/utftaint.t
6829 ____________________________________________________________________________
6830 [ 22901] By: rgs                                   on 2004/06/03  15:19:52
6831         Log: Subject: [PATCH] Have win32/makefile.mk default to gcc, and update docs
6832              From: Steve Hay <steve.hay@uk.radan.com>
6833              Date: Thu, 03 Jun 2004 15:46:17 +0100
6834              Message-ID: <40BF39B9.3060207@uk.radan.com>
6835      Branch: perl
6836            ! README.win32 win32/makefile.mk
6837 ____________________________________________________________________________
6838 [ 22900] By: rgs                                   on 2004/06/03  13:20:37
6839         Log: perlpodspec uses 'nonbreaking' and 'non-breaking'.
6840              Normalize on the hyphenated spelling.
6841      Branch: perl
6842            ! pod/perlpodspec.pod
6843 ____________________________________________________________________________
6844 [ 22899] By: rgs                                   on 2004/06/03  13:03:20
6845         Log: Workaround a dmake oddity.
6846              Subject: Re: Smoke [5.9.2] 22881 FAIL(M) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
6847              From: Steve Hay <steve.hay@uk.radan.com>
6848              Date: Thu, 03 Jun 2004 12:16:13 +0100
6849              Message-ID: <40BF087D.8030005@uk.radan.com>
6850      Branch: perl
6851            ! win32/makefile.mk
6852 ____________________________________________________________________________
6853 [ 22898] By: rgs                                   on 2004/06/03  09:02:31
6854         Log: Carp was mostly unusable with Safe because it may require
6855              Carp::Heavy at run-time (while require() is forbidden.)
6856              Have Safe load Carp::Heavy.
6857      Branch: perl
6858            ! ext/Opcode/Safe.pm lib/Carp.pm
6859 ____________________________________________________________________________
6860 [ 22897] By: mhx                                   on 2004/06/02  18:03:40
6861         Log: Make change #22889 work for threaded builds, Part 2.
6862      Branch: perl
6863            ! XSUB.h
6864 ____________________________________________________________________________
6865 [ 22896] By: mhx                                   on 2004/06/02  17:18:44
6866         Log: Make change #22889 work for threaded builds.
6867      Branch: perl
6868            ! pad.c pp.c
6869 ____________________________________________________________________________
6870 [ 22895] By: mhx                                   on 2004/06/02  16:48:41
6871         Log: Fix apidoc entries for PUSHMARK and newXSproto.
6872      Branch: perl
6873            ! XSUB.h pod/perlapi.pod pp.h
6874 ____________________________________________________________________________
6875 [ 22894] By: mhx                                   on 2004/06/02  16:42:24
6876         Log: Document embed.fnc 'U' and 's' flags.
6877      Branch: perl
6878            ! embed.fnc
6879 ____________________________________________________________________________
6880 [ 22893] By: rgs                                   on 2004/06/02  08:21:30
6881         Log: Subject: [PATCH] on VMS, always exit with failure in my_failure_exit
6882              From: "Craig A. Berry" <craigberry@mac.com>
6883              Date: Tue, 01 Jun 2004 23:16:58 -0500
6884              Message-ID: <40BD54BA.9040708@mac.com>
6885      Branch: perl
6886            ! perl.c
6887 ____________________________________________________________________________
6888 [ 22892] By: rgs                                   on 2004/06/02  08:19:30
6889         Log: Subject: Re: [PATCH] [perl #29612] ndbm failure in make test
6890              From: Alexey Tourbin <at@altlinux.ru>
6891              Date: Sat, 22 May 2004 02:22:22 +0400
6892              Message-ID: <20040521222222.GJ2030@solemn.turbinal.org>
6893      Branch: perl
6894            ! ext/NDBM_File/hints/linux.pl
6895 ____________________________________________________________________________
6896 [ 22891] By: rgs                                   on 2004/06/02  06:47:58
6897         Log: Detypo.
6898      Branch: perl
6899            ! pod/perlintern.pod pp_ctl.c
6900 ____________________________________________________________________________
6901 [ 22890] By: rgs                                   on 2004/06/02  06:43:30
6902         Log: Subject: [PATCH] Re: [perl #29765] PERL-5.8.4 INSTALL
6903              From: Andrew Dougherty <doughera@lafayette.edu>
6904              Date: Tue, 1 Jun 2004 16:25:48 -0400 (EDT)
6905              Message-ID: <Pine.SOL.4.58.0406011619090.4066@maxwell.phys.lafayette.edu>
6906      Branch: perl
6907            ! INSTALL README
6908 ____________________________________________________________________________
6909 [ 22889] By: rgs                                   on 2004/06/02  06:07:53
6910         Log: Make the dUNDERBAR/UNDERBAR macros work as advertised.
6911              While we're at it, use the same trick to make reverse()
6912              work correctly with lexical $_.
6913      Branch: perl
6914            ! XSUB.h embed.fnc embed.h global.sym pad.c pp.c proto.h
6915            ! t/op/mydef.t
6916 ____________________________________________________________________________
6917 [ 22888] By: rgs                                   on 2004/06/01  15:26:59
6918         Log: Subject: [PATCH] Remove redundant %SIG assignments from FileCache
6919              From: Alan Burlison <Alan.Burlison@Sun.COM>
6920              Date: Fri, 28 May 2004 12:27:06 +0100
6921              Message-ID: <40B7220A.4040305@sun.com>
6922      Branch: perl
6923            ! lib/FileCache.pm
6924 ____________________________________________________________________________
6925 [ 22887] By: merijn                                on 2004/06/01  14:30:48
6926         Log: Subject: Re: Smoke [5.9.2] 22881 FAIL(M) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
6927              From: Steve Hay <steve.hay@uk.radan.com>
6928              Date: Tue, 01 Jun 2004 15:30:37 +0100
6929              Message-ID: <40BC930D.90701@uk.radan.com>
6930      Branch: perl
6931            ! win32/Makefile win32/makefile.mk
6932 ____________________________________________________________________________
6933 [ 22886] By: rgs                                   on 2004/06/01  12:24:30
6934         Log: Subject: [Fwd: [PATCH] Pod::Find should ignore SCM files and dirs]
6935              From: Alan Burlison <Alan.Burlison@sun.com>
6936              Date: Fri, 28 May 2004 23:28:44 +0100
6937              Message-ID: <40B7BD1C.40309@sun.com>
6938      Branch: perl
6939            ! lib/Pod/Find.pm
6940 ____________________________________________________________________________
6941 [ 22885] By: rgs                                   on 2004/06/01  12:17:18
6942         Log: Subject: Re: [PATCH] UPDATE - Grammatical fixes and explanations in perlfunc.pod (sysopen)
6943              From: Paul Fenwick <pjf@perltraining.com.au>
6944              Date: Tue, 1 Jun 2004 11:31:34 +1000
6945              Message-ID: <20040601013134.GA11005@perltraining.com.au>
6946      Branch: perl
6947            ! pod/perlfunc.pod
6948 ____________________________________________________________________________
6949 [ 22884] By: merijn                                on 2004/06/01  10:51:33
6950         Log: Subject: [PATCH] configure.com and PERL_API_REVISION
6951              From: "Craig A. Berry" <craigberry@mac.com>
6952              Date: Mon, 31 May 2004 21:04:07 -0500
6953              Message-ID: <40BBE417.2090001@mac.com>
6954      Branch: perl
6955            ! configure.com
6956 ____________________________________________________________________________
6957 [ 22883] By: rgs                                   on 2004/06/01  09:25:32
6958         Log: Subject: [PATCH] Shell.pm: pod rewrite and new mini-feature $Shell::raw
6959              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
6960              Date: Tue, 1 Jun 2004 07:52:58 +0200
6961              Message-ID: <DF27CDCBD2581D4B88431901094E4B4D02B0C744@attmsx1.aut.alcatel.at>
6962      Branch: perl
6963            ! lib/Shell.pm
6964 ____________________________________________________________________________
6965 [ 22882] By: rgs                                   on 2004/06/01  08:44:01
6966         Log: Subject: [PATCH] perlhack.pod - working with the Perl source
6967              From: Dave Rolsky <autarch@urth.org>
6968              Date: Mon, 31 May 2004 12:52:43 -0500 (CDT)
6969              Message-ID: <Pine.LNX.4.58.0405311250520.7714@urth.org>
6970      Branch: perl
6971            ! pod/perlhack.pod
6972 ____________________________________________________________________________
6973 [ 22881] By: nicholas                              on 2004/05/31  19:06:21
6974         Log: replace the run time code in lib/utf8_pva.pl with data generated
6975              at build by mktables, stored in lib/unicore/PVA.pl
6976      Branch: perl
6977            - lib/utf8_pva.pl
6978            ! MANIFEST Makefile.SH lib/unicore/mktables lib/utf8_heavy.pl
6979            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
6980 ____________________________________________________________________________
6981 [ 22880] By: nicholas                              on 2004/05/31  17:26:56
6982         Log: Don't need to require utf8_pva.pl at top of file
6983      Branch: perl
6984            ! lib/utf8_heavy.pl
6985 ____________________________________________________________________________
6986 [ 22879] By: nicholas                              on 2004/05/31  14:24:56
6987         Log: Run mktables as part of the build process.
6988              Don't ship any of the files that it generates in lib/unicore
6989      Branch: perl
6990            - (delete 419 files)
6991            ! MANIFEST Makefile.SH lib/unicore/mktables
6992            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
6993 ____________________________________________________________________________
6994 [ 22878] By: rgs                                   on 2004/05/31  14:20:53
6995         Log: Subject: [perl #29937] Entries missing from .packlist
6996              From: jdhedden@1979.usna.com (via RT) <perlbug-followup@perl.org>
6997              Date: 28 May 2004 19:23:48 -0000
6998              Message-ID: <rt-3.0.9-29937-88315.2.18472609678159@perl.org>
6999      Branch: perl
7000            ! installman installperl
7001 ____________________________________________________________________________
7002 [ 22877] By: rgs                                   on 2004/05/31  12:50:57
7003         Log: Subject: [PATCH] Re: [perl #29969] h2ph not correctly processing glibc sys/sysmacros.ph
7004              From: <wolfgang.laun@chello.at>
7005              Date: Sun, 30 May 2004 17:27:07 +0200
7006              Message-Id: <20040530152707.ZLWL22856.viefep16-int.chello.at@localhost>
7007      Branch: perl
7008            ! utils/h2ph.PL
7009 ____________________________________________________________________________
7010 [ 22876] By: rgs                                   on 2004/05/31  09:52:05
7011         Log: Subject: [PATCH] Fix anomalies in Carp functions
7012              From: Steve Hay <steve.hay@uk.radan.com>
7013              Date: Tue, 25 May 2004 16:05:02 +0100
7014              Message-ID: <40B3609E.5060502@uk.radan.com>
7015      Branch: perl
7016            ! lib/Carp.t lib/Carp/Heavy.pm lib/autouse.t
7017 ____________________________________________________________________________
7018 [ 22875] By: rgs                                   on 2004/05/31  09:25:37
7019         Log: Subject: [PATCH] Fix generation of perlapi.pod
7020              From: Steve Hay <steve.hay@uk.radan.com>
7021              Date: Fri, 28 May 2004 11:46:41 +0100
7022              Message-ID: <40B71891.6090806@uk.radan.com>
7023      Branch: perl
7024            ! autodoc.pl pod/perlapi.pod
7025 ____________________________________________________________________________
7026 [ 22874] By: davem                                 on 2004/05/30  22:31:03
7027         Log: Subject:  Re: my $x->{foo} doesn't work
7028              From:  Shinya Hayakawa <hayakawa@livedoor.jp>
7029              Date:  Tue, 25 May 2004 00:06:06 +0900
7030              Message-Id:  <200405250006.06387.hayakawa@livedoor.jp>
7031
7032              Allow autovivification of (my $x)->{foo}
7033      Branch: perl
7034            ! pp_hot.c t/op/my.t
7035 ____________________________________________________________________________
7036 [ 22873] By: nicholas                              on 2004/05/30  21:58:36
7037         Log: Convert to using File::Spec, so that we can build Unicode files
7038              on all platforms
7039      Branch: perl
7040            ! lib/unicore/mktables
7041 ____________________________________________________________________________
7042 [ 22872] By: nicholas                              on 2004/05/30  20:34:07
7043         Log: First step to generating Unicode files for the regexp engine at build
7044              time - targets in the Makefile
7045      Branch: perl
7046            ! Makefile.SH
7047 ____________________________________________________________________________
7048 [ 22870] By: davem                                 on 2004/05/30  14:30:45
7049         Log: Problem with autouse (causing Perl to crash)
7050              @_ sometimes wasn't getting created right
7051      Branch: perl
7052            ! pad.c pp_ctl.c t/op/goto.t
7053 ____________________________________________________________________________
7054 [ 22868] By: nicholas                              on 2004/05/30  13:57:05
7055         Log: Upgrade to Encode 2.01.
7056      Branch: perl
7057            ! ext/Encode/lib/Encode/CN/HZ.pm
7058            ! ext/Encode/lib/Encode/Unicode/UTF7.pm
7059 ____________________________________________________________________________
7060 [ 22866] By: nicholas                              on 2004/05/30  13:11:41
7061         Log: Skip in minitest
7062      Branch: perl
7063            ! t/comp/utf.t
7064 ____________________________________________________________________________
7065 [ 22853] By: rgs                                   on 2004/05/28  06:29:28
7066         Log: Subject: [PATCH doc] Re: undef loses it magicness when assigned to a variable?
7067              From: Stas Bekman <stas@stason.org>
7068              Date: Thu, 27 May 2004 11:25:08 -0700
7069              Message-ID: <40B63284.5040203@stason.org>
7070      Branch: perl
7071            ! pod/perlapi.pod pod/perlguts.pod sv.h
7072 ____________________________________________________________________________
7073 [ 22852] By: merijn                                on 2004/05/28  05:31:25
7074         Log: Subject: TEST needs to ignore SCM files
7075              From: Alan Burlison <Alan.Burlison@sun.com>
7076              Date: Thu, 27 May 2004 23:32:28 +0100
7077              Message-ID: <40B66C7C.8030303@sun.com>
7078      Branch: perl
7079            ! t/TEST
7080 ____________________________________________________________________________
7081 [ 22850] By: rgs                                   on 2004/05/26  16:17:24
7082         Log: Subject: [PATCH] 'perl -v' fails if local_patches contains code snippets
7083              From: Alan Burlison <Alan.Burlison@sun.com>
7084              Date: Wed, 26 May 2004 16:24:03 +0100
7085              Message-ID: <40B4B693.9090905@sun.com>
7086              (using \0 as a separator for q//)
7087      Branch: perl
7088            ! perl.c
7089 ____________________________________________________________________________
7090 [ 22848] By: rgs                                   on 2004/05/26  08:15:29
7091         Log: Subject: [PATCH] correctly handle C<< >> and C<<< >>> in diagnostics
7092              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
7093              Date: Tue, 25 May 2004 02:29:37 -0700
7094              Message-ID: <20040525092937.GA2332@efn.org>
7095      Branch: perl
7096            ! lib/diagnostics.pm
7097 ____________________________________________________________________________
7098 [ 22843] By: rgs                                   on 2004/05/24  16:12:41
7099         Log: Tests for change #22842, by SADAHIRO Tomoyuki
7100              (adapted to the core)
7101      Branch: perl
7102            + t/op/utftaint.t
7103            ! MANIFEST
7104 ____________________________________________________________________________
7105 [ 22842] By: rgs                                   on 2004/05/24  15:55:23
7106         Log: Subject: Re: utf-8 and taint don't work together
7107              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
7108              Date: Sat, 22 May 2004 21:38:33 +0900
7109              Message-Id: <20040522212704.C068.BQW10602@nifty.com>
7110
7111              Date: Sun, 23 May 2004 09:56:15 +0900
7112              Message-Id: <20040523095609.E404.BQW10602@nifty.com>
7113      Branch: perl
7114            ! ext/Encode/lib/Encode/CN/HZ.pm
7115            ! ext/Encode/lib/Encode/Unicode/UTF7.pm sv.c
7116 ____________________________________________________________________________
7117 [ 22841] By: rgs                                   on 2004/05/24  11:43:32
7118         Log: Subject: [PATCH] win32_chsize is not exported on Win32
7119              From: Steve Hay <steve.hay@uk.radan.com>
7120              Date: Mon, 24 May 2004 12:52:48 +0100
7121              Message-ID: <40B1E210.4050202@uk.radan.com>
7122      Branch: perl
7123            ! makedef.pl
7124 ____________________________________________________________________________
7125 [ 22840] By: rgs                                   on 2004/05/24  11:23:31
7126         Log: Subject: [PATCH] Re: [perl #29765] PERL-5.8.4 INSTALL
7127              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
7128              Date: Fri, 21 May 2004 11:35:34 -0700
7129              Message-ID: <20040521183533.GA5108@efn.org>
7130              (plus whitespace removal)
7131      Branch: perl
7132            ! INSTALL
7133 ____________________________________________________________________________
7134 [ 22839] By: davem                                 on 2004/05/22  11:15:34
7135         Log: Optimization busted: '@a = "b", sort @a' drops "b"
7136              Fix the sort-in-place optimization of change #22349.
7137      Branch: perl
7138            ! op.c t/op/sort.t
7139 ____________________________________________________________________________
7140 [ 22838] By: gbarr                                 on 2004/05/22  07:41:21
7141         Log: Update to Scalar-List-Utils-1.14
7142      Branch: perl
7143            + ext/List/Util/Changes
7144            - ext/List/Util/ChangeLog
7145            ! MANIFEST ext/List/Util/README ext/List/Util/Util.xs
7146            ! ext/List/Util/lib/List/Util.pm
7147            ! ext/List/Util/lib/Scalar/Util.pm
7148 ____________________________________________________________________________
7149 [ 22837] By: rgs                                   on 2004/05/21  15:40:49
7150         Log: Subject: Proposed doc patch for getsockopt
7151              From: perl5-porters@ton.iguana.be (Ton Hospel)
7152              Date: Sun, 16 May 2004 13:35:20 +0000 (UTC)
7153              Message-Id: <c87qmo$u9b$1@post.home.lunix>
7154      Branch: perl
7155            ! pod/perlfunc.pod
7156 ____________________________________________________________________________
7157 [ 22836] By: rgs                                   on 2004/05/21  08:45:28
7158         Log: Subject: [PATCH] h2xs doesn't recognize indented enums
7159              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
7160              Date: Fri, 21 May 2004 10:51:58 +0200
7161              Message-id: <20040521085158.GA10660@ethan>
7162              (modified regexp)
7163      Branch: perl
7164            ! utils/h2xs.PL
7165 ____________________________________________________________________________
7166 [ 22835] By: rgs                                   on 2004/05/20  13:30:25
7167         Log: Upgrade to Encode 2.00.
7168      Branch: perl
7169            ! (edit 147 files)
7170 ____________________________________________________________________________
7171 [ 22833] By: rgs                                   on 2004/05/20  11:48:29
7172         Log: Test portability nit.
7173              Subject: [PATCH] Re: Smoke [5.9.2] 22821 FAIL(F) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
7174              From: Steve Hay <steve.hay@uk.radan.com>
7175              Date: Tue, 18 May 2004 11:31:04 +0100
7176              Message-ID: <40A9E5E8.7030800@uk.radan.com>
7177      Branch: perl
7178            ! ext/B/t/optree_specials.t
7179 ____________________________________________________________________________
7180 [ 22831] By: davem                                 on 2004/05/19  21:02:04
7181         Log: improve hashing algorithm for ptr tables in perl_clone:
7182              the bottom few bits of a pointer are usually zero
7183      Branch: perl
7184            ! sv.c
7185 ____________________________________________________________________________
7186 [ 22830] By: davem                                 on 2004/05/19  20:17:55
7187         Log: Thread creation time is hypersensitive
7188
7189              Due to a logic error, the dup ptr table sometimes wans't being
7190              grown, leading to extremely slow cloning.
7191      Branch: perl
7192            ! sv.c
7193 ____________________________________________________________________________
7194 [ 22829] By: rgs                                   on 2004/05/18  13:05:48
7195         Log: perlrun.pod minor fixes :
7196              - the parameter to -x is optional
7197              - pod nit
7198      Branch: perl
7199            ! pod/perlrun.pod
7200 ____________________________________________________________________________
7201 [ 22828] By: rgs                                   on 2004/05/18  12:54:47
7202         Log: Subject: [perl #29623] Patch for h2xs.t in Perl 5.8.4
7203              From: mats@sm5sxl.net (via RT) <perlbug-followup@perl.org>
7204              Date: 16 May 2004 13:33:32 -0000
7205              Message-ID: <rt-3.0.9-29623-87522.10.1965589695082@perl.org>
7206      Branch: perl
7207            ! lib/h2xs.t
7208 ____________________________________________________________________________
7209 [ 22827] By: rgs                                   on 2004/05/18  12:16:42
7210         Log: Subject: [PATCH] Re: Smoke [5.9.2] 22818 FAIL(F) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
7211              From: Steve Hay <steve.hay@uk.radan.com>
7212              Date: Fri, 14 May 2004 17:33:17 +0100
7213              Message-ID: <40A4F4CD.2000003@uk.radan.com>
7214      Branch: perl
7215            ! t/comp/utf.t
7216 ____________________________________________________________________________
7217 [ 22826] By: rgs                                   on 2004/05/18  08:15:27
7218         Log: Error message too wide.
7219      Branch: perl
7220            ! perl.c
7221 ____________________________________________________________________________
7222 [ 22825] By: rgs                                   on 2004/05/17  15:12:03
7223         Log: Remove a TODO test that is no longer to do.
7224      Branch: perl
7225            ! ext/B/t/f_sort.t
7226 ____________________________________________________________________________
7227 [ 22824] By: rgs                                   on 2004/05/17  15:08:40
7228         Log: Fix new B::Concise test output
7229              Subject: Re: Smoke [5.9.2] 22820 FAIL(F) openbsd 3.5 (i386/1 cpu)
7230              From: Jim Cromie <jcromie@divsol.com>
7231              Date: Mon, 17 May 2004 09:19:00 -0600
7232              Message-ID: <40A8D7E4.1020007@divsol.com>
7233      Branch: perl
7234            ! ext/B/t/f_sort.t t/TEST
7235 ____________________________________________________________________________
7236 [ 22823] By: rgs                                   on 2004/05/17  08:54:15
7237         Log: Subject: [PATCH] Re: [perl #29581] glob() misses a lot of matches
7238              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
7239              Date: Mon, 17 May 2004 07:38:19 +0200
7240              Message-ID: <DF27CDCBD2581D4B88431901094E4B4D02B0C71E@attmsx1.aut.alcatel.at>
7241      Branch: perl
7242            ! ext/File/Glob/Glob.xs
7243 ____________________________________________________________________________
7244 [ 22822] By: rgs                                   on 2004/05/17  08:49:53
7245         Log: David Manura is the new maintainer of Text::Balanced.
7246      Branch: perl
7247            ! Porting/Maintainers.pl
7248 ____________________________________________________________________________
7249 [ 22821] By: davem                                 on 2004/05/16  15:31:42
7250         Log: make Text::Balanced skip "case /..../" correctly for Switch.pm
7251      Branch: perl
7252            ! lib/Text/Balanced.pm lib/Text/Balanced/t/extcbk.t
7253 ____________________________________________________________________________
7254 [ 22820] By: rgs                                   on 2004/05/14  16:30:07
7255         Log: Subject: Re: more B::Concise stuff (PATCH - updated)
7256              From: Jim Cromie <jcromie@divsol.com>
7257              Date: Mon, 10 May 2004 05:28:11 -0600
7258              Message-ID: <409F674B.2000506@divsol.com>
7259      Branch: perl
7260            + ext/B/t/f_map ext/B/t/f_map.t ext/B/t/f_sort ext/B/t/f_sort.t
7261            + ext/B/t/optree_specials.t
7262            ! MANIFEST ext/B/B/Concise.pm ext/B/B/Showlex.pm
7263            ! ext/B/B/Terse.pm ext/B/t/OptreeCheck.pm ext/B/t/concise.t
7264            ! ext/B/t/optree_check.t ext/B/t/optree_concise.t
7265            ! ext/B/t/optree_samples.t ext/B/t/optree_sort.t
7266            ! ext/B/t/optree_varinit.t ext/B/t/showlex.t
7267 ____________________________________________________________________________
7268 [ 22819] By: rgs                                   on 2004/05/14  09:38:43
7269         Log: Add new dUNDERBAR and UNDERBAR macros, to help XS writers to
7270              access the $_ variable, even when there is a lexical one in scope.
7271      Branch: perl
7272            ! XSUB.h pod/perlapi.pod
7273 ____________________________________________________________________________
7274 [ 22818] By: nicholas                              on 2004/05/13  12:15:17
7275         Log: Subject: BOM-marked and (BOMless) UTF-16 scripts not working
7276              From: Jarkko Hietaniemi <jhi@iki.fi>
7277              Message-ID: <40A26D75.8080406@iki.fi>
7278              Date: Wed, 12 May 2004 21:31:17 +0300
7279      Branch: perl
7280            + t/comp/utf.t
7281            ! MANIFEST pod/perldiag.pod pod/perlunicode.pod toke.c
7282 ____________________________________________________________________________
7283 [ 22817] By: rgs                                   on 2004/05/12  16:29:07
7284         Log: Subject: [perl #29527] Perl 5.8.4 build problems on LynxOS
7285              From: Olli Savia (via RT) <perlbug-followup@perl.org>
7286              Date: 12 May 2004 13:02:41 -0000
7287              Message-ID: <rt-3.0.9-29527-87290.17.3367022021997@perl.org>
7288      Branch: perl
7289            ! sv.c
7290 ____________________________________________________________________________
7291 [ 22816] By: rgs                                   on 2004/05/12  16:16:50
7292         Log: Make XSLoader update @DynaLoader::dl_shared_objects.
7293      Branch: perl
7294            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
7295 ____________________________________________________________________________
7296 [ 22815] By: merijn                                on 2004/05/12  10:43:42
7297         Log: Subject: [PATCH] Configure shouldn't unconditionally add in -pipe
7298              From: Andy Dougherty <doughera@lafayette.edu>
7299              Date: Tue, 11 May 2004 13:14:42 -0400 (EDT)
7300              Message-ID: <Pine.SOL.4.58.0405111313210.14279@maxwell.phys.lafayette.edu>
7301      Branch: perl
7302            ! Configure hints/darwin.sh hints/rhapsody.sh
7303 ____________________________________________________________________________
7304 [ 22812] By: mhx                                   on 2004/05/11  17:42:13
7305         Log: Add the byte-order modifiers '<' and '>' to the pack tutorial.
7306              This completes the series: #22734, #22745, #22754, #22780
7307      Branch: perl
7308            ! pod/perlpacktut.pod
7309 ____________________________________________________________________________
7310 [ 22811] By: mhx                                   on 2004/05/11  17:21:35
7311         Log: 'v' unpacks unsigned shorts.
7312      Branch: perl
7313            ! pod/perlpacktut.pod
7314 ____________________________________________________________________________
7315 [ 22810] By: rgs                                   on 2004/05/11  16:35:49
7316         Log: Subject: various -V: searches [PATCH]
7317              From: Jim Cromie <jcromie@divsol.com>
7318              Date: Tue, 11 May 2004 00:15:46 -0600
7319              Message-ID: <40A06F92.1070607@divsol.com>
7320      Branch: perl
7321            ! configpm lib/Config.t pod/perlrun.pod
7322 ____________________________________________________________________________
7323 [ 22809] By: rgs                                   on 2004/05/11  11:00:31
7324         Log: More pod names in the debugger for the runman command
7325      Branch: perl
7326            ! lib/perl5db.pl
7327 ____________________________________________________________________________
7328 [ 22808] By: rgs                                   on 2004/05/11  10:52:27
7329         Log: Subject: [PATCH] debugger (step backwards)
7330              From: Richard.Foley@t-online.de (Richard Foley)
7331              Date: Tue, 11 May 2004 11:04:11 +0200
7332              Message-Id: <200405111104.11484.richard.foley@rfi.net>
7333      Branch: perl
7334            ! lib/perl5db.pl
7335 ____________________________________________________________________________
7336 [ 22807] By: rgs                                   on 2004/05/11  09:16:56
7337         Log: Subject: void context !~ generates "Useless use of not at line..." warning
7338              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
7339              Date: Sun, 9 May 2004 00:59:19 -0700
7340              Message-ID: <20040509075919.GA3752@efn.org>
7341      Branch: perl
7342            ! op.c
7343 ____________________________________________________________________________
7344 [ 22806] By: ams                                   on 2004/05/10  22:12:31
7345         Log: Subject: Re: a little extra cmdline help. [PATCH]
7346              From: Jim Cromie <jcromie@divsol.com>
7347              Date: Mon, 10 May 2004 15:25:07 -0600
7348              Message-Id: <409FF333.4020104@divsol.com>
7349      Branch: perl
7350            ! perl.c
7351 ____________________________________________________________________________
7352 [ 22804] By: ams                                   on 2004/05/10  11:10:34
7353         Log: Remove stray '.
7354      Branch: perl
7355            ! lib/File/Copy.pm
7356 ____________________________________________________________________________
7357 [ 22803] By: ams                                   on 2004/05/10  10:14:40
7358         Log: Subject: [PATCH] File::Copy Pod
7359              From: slaven@rezic.de
7360              Date: Mon, 10 May 2004 09:57:37 +0000
7361              Message-Id: <1084183057.10822@devpc01.iconmobile.de>
7362      Branch: perl
7363            ! lib/File/Copy.pm
7364 ____________________________________________________________________________
7365 [ 22802] By: davem                                 on 2004/05/07  19:12:29
7366         Log: symbolic references like ${"foo$index"}*3 would incorrectly warn
7367              that $index was the uninitialized value, when in fact it was $foo1
7368      Branch: perl
7369            ! sv.c t/lib/warnings/9uninit
7370 ____________________________________________________________________________
7371 [ 22801] By: davem                                 on 2004/05/07  18:21:22
7372         Log: Subject:  Re: stdio still supported?
7373              From:  Jim Cromie <jcromie@divsol.com>
7374              Date:  Thu, 06 May 2004 16:37:56 -0600
7375              Message-Id:  <409ABE44.8060307@divsol.com>
7376
7377              Update B::Concise tests to skip stuff requiring the
7378              "open to a scalar" feature of Perlio is it isn't available.
7379              Also note this caveat in perlfunc.pod
7380      Branch: perl
7381            ! ext/B/B/Concise.pm ext/B/t/concise.t ext/B/t/optree_check.t
7382            ! ext/B/t/optree_concise.t ext/B/t/optree_samples.t
7383            ! ext/B/t/optree_sort.t ext/B/t/optree_varinit.t
7384            ! pod/perlfunc.pod
7385 ____________________________________________________________________________
7386 [ 22800] By: mhx                                   on 2004/05/07  16:58:57
7387         Log: Windows issues with select() are already documented in perlport.
7388      Branch: perl
7389            ! pod/perlfunc.pod
7390 ____________________________________________________________________________
7391 [ 22799] By: ams                                   on 2004/05/07  13:38:16
7392         Log: Subject: [perl #29397] Change in pod2man arguments
7393              From: Thorsten Glaser (via RT) <perlbug-followup@perl.org>
7394              Date: 6 May 2004 22:08:10 -0000
7395              Message-Id: <rt-3.0.9-29397-86929.5.37563386041974@perl.org>
7396      Branch: perl
7397            ! pod/pod2man.PL
7398 ____________________________________________________________________________
7399 [ 22798] By: mhx                                   on 2004/05/07  11:42:37
7400         Log: Scalar::Util::refaddr falsely returns false
7401              Add mg_get() to refaddr() when SV is magical.
7402              Fix the non-xs version of looks_like_number().
7403      Branch: perl
7404            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
7405            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/refaddr.t
7406 ____________________________________________________________________________
7407 [ 22797] By: mhx                                   on 2004/05/07  10:57:23
7408         Log: Document that select() on Windows doesn't work on non-socket filehandles.
7409      Branch: perl
7410            ! pod/perlfunc.pod
7411 ____________________________________________________________________________
7412 [ 22796] By: mhx                                   on 2004/05/06  17:19:17
7413         Log: Double warning for int(undef) and abs(undef)
7414              Remove the duplicate warnings and update tests.
7415      Branch: perl
7416            ! pp.c t/lib/warnings/9uninit
7417 ____________________________________________________________________________
7418 [ 22793] By: rgs                                   on 2004/05/06  14:43:08
7419         Log: Add a small script to check whether a perl source tree
7420              (with or without generated files) is friendly with
7421              case-insensitive filesystems.
7422              Adapted from :
7423              Subject: Re: STerm.pl vs Sterm.pl
7424              From: James Mastros <james@mastros.biz>
7425              Date: Thu, 06 May 2004 14:45:53 +0200
7426              Message-ID: <20040506124556.2402.qmail@onion.perl.org>
7427      Branch: perl
7428            + Porting/checkcase.pl
7429            ! MANIFEST
7430 ____________________________________________________________________________
7431 [ 22789] By: rgs                                   on 2004/05/06  12:33:14
7432         Log: Subject: Problem with system() on Win9x and command.com (perl 5.8.x-5.9.x)
7433              From: bilbo@ua.fm
7434              Date: Wed, 28 Apr 2004 00:19:55 +0300
7435              Message-ID: <611491036.20040428001955@ua.fm>
7436      Branch: perl
7437            ! win32/win32.c
7438 ____________________________________________________________________________
7439 [ 22788] By: merijn                                on 2004/05/06  11:35:21
7440         Log: add -pipe to gcc's default flags
7441              it has shown a compile time speed increase of about 40% on
7442              Linux and HP-UX, and also works on cygwin-1.5.9. On failing
7443              OS/gcc combo's remove it in the hints
7444      Branch: perl
7445            ! Configure
7446 ____________________________________________________________________________
7447 [ 22783] By: mhx                                   on 2004/05/05  19:02:28
7448         Log: Add tests for mX?PUSH[inup] macros.
7449
7450              Subject: Re: [PATCH] Document limitations in PUSHi et al macros and add new mPUSHi et al macros
7451              From: Steve Hay <steve.hay@uk.radan.com>
7452              Date: Wed, 05 May 2004 15:34:45 +0100
7453              Message-ID: <4098FB85.1060602@uk.radan.com>
7454      Branch: perl
7455            + ext/XS/APItest/t/push.t
7456            ! MANIFEST ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
7457            ! ext/XS/APItest/MANIFEST
7458 ____________________________________________________________________________
7459 [ 22782] By: rgs                                   on 2004/05/05  16:14:25
7460         Log: Subject: Problem with h2xs
7461              From: David Cannings <lists@edeca.net>
7462              Date: Mon, 3 May 2004 13:44:33 +0100
7463              Message-Id: <200405031344.33723.lists@edeca.net>
7464              (Second patch only)
7465      Branch: perl
7466            ! utils/h2xs.PL
7467 ____________________________________________________________________________
7468 [ 22781] By: davem                                 on 2004/05/04  19:20:36
7469         Log: Bizarre copy of ARRAY
7470              make sure a pad op's flags are updated after optimising away
7471              the assignment in my @a = () (see change 22520).
7472      Branch: perl
7473            ! op.c t/op/my.t
7474 ____________________________________________________________________________
7475 [ 22780] By: mhx                                   on 2004/05/04  14:46:05
7476         Log: Add byte-order group modifiers to (un)pack templates.
7477              Follow-up on: #22734, #22745, #22753, #22754.
7478
7479              Subject: Group modifiers in (un)pack templates
7480              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
7481              Date: Mon, 3 May 2004 20:14:41 +0200
7482              Message-Id: <20040503201441.1b058e0d@r2d2>
7483      Branch: perl
7484            ! perl.h pod/perldiag.pod pod/perlfunc.pod pp_pack.c t/op/pack.t
7485 ____________________________________________________________________________
7486 [ 22779] By: mhx                                   on 2004/05/04  14:30:39
7487         Log: Fix mX?PUSH[inup] macros. (Follow-up to #22756 and #22757)
7488
7489              Subject: Re: [PATCH] Document limitations in PUSHi et al macros and add new mPUSHi et al macros
7490              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
7491              Date: Mon, 3 May 2004 20:03:28 +0200
7492              Message-Id: <20040503200328.24efcda5@r2d2>
7493      Branch: perl
7494            ! pp.h
7495 ____________________________________________________________________________
7496 [ 22778] By: davem                                 on 2004/05/03  21:07:44
7497         Log: add test for change #22746 ([perl #29102] Crash on assign to lex fh)
7498      Branch: perl
7499            ! t/io/open.t
7500 ____________________________________________________________________________
7501 [ 22777] By: davem                                 on 2004/05/03  20:48:53
7502         Log: add test for change #22776 ("open m" crashes Perl)
7503      Branch: perl
7504            ! t/io/open.t
7505 ____________________________________________________________________________
7506 [ 22776] By: davem                                 on 2004/05/03  20:26:22
7507         Log: perl -e "open m" crashes Perl
7508      Branch: perl
7509            ! toke.c
7510 ____________________________________________________________________________
7511 [ 22775] By: davem                                 on 2004/05/03  18:52:39
7512         Log: scalar delete of empty slice returned garbage
7513      Branch: perl
7514            ! pp.c t/op/delete.t
7515 ____________________________________________________________________________
7516 [ 22774] By: davem                                 on 2004/05/03  17:44:44
7517         Log: split could leave an array without &PL_sv_undef
7518              in the unused elements
7519      Branch: perl
7520            ! pp.c t/op/split.t
7521 ____________________________________________________________________________
7522 [ 22773] By: nicholas                              on 2004/05/03  13:59:08
7523         Log: Subject: Re: "fuzzy" in mktables
7524              From: Jarkko Hietaniemi <jhi@iki.fi>
7525              Message-ID: <4093A82B.6040609@iki.fi>
7526              Date: Sat, 01 May 2004 16:37:47 +0300
7527      Branch: perl
7528            ! lib/unicore/mktables
7529 ____________________________________________________________________________
7530 [ 22772] By: davem                                 on 2004/05/03  13:33:21
7531         Log: remove spurious intentation in utf8_pva.pl
7532      Branch: perl
7533            ! lib/utf8_pva.pl
7534 ____________________________________________________________________________
7535 [ 22771] By: davem                                 on 2004/05/03  13:28:24
7536         Log: ensure that utf8 Perl code magically called from a regex localizes $.
7537      Branch: perl
7538            ! lib/utf8_pva.pl
7539 ____________________________________________________________________________
7540 [ 22770] By: nicholas                              on 2004/05/03  11:19:10
7541         Log: Integrate:
7542              [ 22694]
7543              For maint, I don't think that we can have sperl go sulky if invoked
7544              from a #! line. So keep .../sperl functional, and have the /dev/fd/...
7545              only set ID exectuable reside under a different name (suidperl)
7546
7547              [ 22700]
7548              The set uid perl is now called setuidperl. Not suidperl.
7549              Which I discover is hardlinked from sperl by ./installperl
7550              elsewhere. Helpfully confusing installperl script.
7551
7552              [ 22718]
7553              Revert 22700 (as part of changes suggested by Brendan O'Dea)
7554
7555              [ 22719]
7556              Revert 22694
7557
7558              [ 22720]
7559              Simpler suggstion to resolve the #!/usr/bin/suidperl vs. the set uid
7560              binary must have fd script conundrum, as suggested by Brendan O'Dea
7561              Plus restore the more helpful error message from 22694 and the gist
7562              of the perl584delta changes from 22700
7563      Branch: perl
7564           !> INSTALL installperl perl.c pod/perldiag.pod pod/perlsec.pod
7565 ____________________________________________________________________________
7566 [ 22769] By: nicholas                              on 2004/05/03  10:37:45
7567         Log: Subject: [perl #29073] Reference to incorrect method in documentation of
7568              From: "bob@starlabs.net (via RT)" <perlbug-followup@perl.org>
7569              Message-ID: <rt-3.0.8-29073-85903.18.1381766820328@perl.org>
7570              Date: 22 Apr 2004 10:49:22 -0000
7571      Branch: perl
7572            ! lib/Text/ParseWords.pm
7573 ____________________________________________________________________________
7574 [ 22768] By: nicholas                              on 2004/05/02  22:40:18
7575         Log: It seems daft to me that we have a synopis example that will fail if
7576              gcc happened to be invoked via the name cc, and completely ignores
7577              the far more reliable 'gccversion' variable
7578              So here's one using 'usethreads' that ought to work everywhere.
7579      Branch: perl
7580            ! configpm
7581 ____________________________________________________________________________
7582 [ 22765] By: nicholas                              on 2004/05/02  18:18:25
7583         Log: Make t/uni/class.t pass on case insensitive file systems
7584      Branch: perl
7585            ! t/uni/class.t
7586 ____________________________________________________________________________
7587 [ 22764] By: nicholas                              on 2004/05/02  17:57:12
7588         Log: Save some repeated strlen()s in Perl_swash_init
7589      Branch: perl
7590            ! utf8.c
7591 ____________________________________________________________________________
7592 [ 22763] By: nicholas                              on 2004/05/01  14:07:45
7593         Log: And that same fool forgot to add the not-really-needed "fuzzy" versions
7594              of some binary property files
7595      Branch: perl
7596            + lib/unicore/lib/gc_sc/Dash2.pl
7597            + lib/unicore/lib/gc_sc/Hyphen2.pl
7598            + lib/unicore/lib/gc_sc/Radical2.pl
7599 ____________________________________________________________________________
7600 [ 22762] By: nicholas                              on 2004/05/01  14:06:05
7601         Log: Some fool removed lib/unicore/ArabicShaping.txt    in change 22760
7602      Branch: perl
7603            ! MANIFEST
7604 ____________________________________________________________________________
7605 [ 22761] By: nicholas                              on 2004/05/01  14:02:59
7606         Log: Avoid mktables generating Sterm.pl and Sterm.pl in the same directory
7607              by making the %BaseName check global
7608      Branch: perl
7609            + lib/unicore/lib/gc_sc/Sterm2.pl
7610            - lib/unicore/lib/gc_sc/Sterm.pl
7611            ! MANIFEST lib/unicore/Canonical.pl
7612            ! lib/unicore/lib/gc_sc/Dash.pl lib/unicore/lib/gc_sc/Hyphen.pl
7613            ! lib/unicore/lib/gc_sc/Radical.pl lib/unicore/mktables
7614 ____________________________________________________________________________
7615 [ 22760] By: nicholas                              on 2004/05/01  13:17:09
7616         Log: Remove the no-longer autogenerated Unicode files
7617      Branch: perl
7618            - (delete 322 files)
7619            ! MANIFEST
7620 ____________________________________________________________________________
7621 [ 22759] By: nicholas                              on 2004/05/01  11:16:35
7622         Log: mktables requires post 5.005
7623      Branch: perl
7624            ! lib/unicore/mktables
7625 ____________________________________________________________________________
7626 [ 22758] By: davem                                 on 2004/04/30  11:48:55
7627         Log: disable problematical 'uninitialized value' warning tests
7628      Branch: perl
7629            ! t/lib/warnings/9uninit
7630 ____________________________________________________________________________
7631 [ 22757] By: rgs                                   on 2004/04/30  11:32:03
7632         Log: Follow-up to previous patch: the mX?PUSH[inup] macros
7633              should handle 'set' magic, just like the X?PUSH[inup]
7634              counterparts.
7635      Branch: perl
7636            ! pod/perlapi.pod pp.h
7637 ____________________________________________________________________________
7638 [ 22756] By: rgs                                   on 2004/04/30  10:15:00
7639         Log: Subject: [PATCH] Document limitations in PUSHi et al macros and add new mPUSHi et al macros
7640              From: Steve Hay <steve.hay@uk.radan.com>
7641              Date: Fri, 30 Apr 2004 10:07:21 +0100
7642              Message-ID: <40921749.3050600@uk.radan.com>
7643      Branch: perl
7644            ! pod/perlapi.pod pod/perlguts.pod pp.h
7645 ____________________________________________________________________________
7646 [ 22755] By: nicholas                              on 2004/04/29  18:30:18
7647         Log: Fix 29149 - another UTF8 cache bug hit by substr.
7648              Regression test from:
7649
7650              Subject: Re: [perl #29149] substr/UTF8 related problem with perl 5.8.3 on linux
7651              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
7652              Message-Id: <20040429103926.5BA6.BQW10602@nifty.com>
7653              Date: Thu, 29 Apr 2004 10:53:17 +0900
7654      Branch: perl
7655            ! sv.c t/op/substr.t
7656 ____________________________________________________________________________
7657 [ 22754] By: mhx                                   on 2004/04/29  18:29:28
7658         Log: More unpack cleanups.
7659      Branch: perl
7660            ! pp_pack.c
7661 ____________________________________________________________________________
7662 [ 22753] By: mhx                                   on 2004/04/29  17:50:40
7663         Log: CXUX_BROKEN_CONSTANT_CONVERT isn't used anymore.
7664              Remove all associated code.
7665      Branch: perl
7666            ! hints/cxux.sh pp_pack.c
7667 ____________________________________________________________________________
7668 [ 22752] By: mhx                                   on 2004/04/29  17:38:32
7669         Log: The openbsd 64-bit test should use $uquadtype rather
7670              than hardcoding unsigned long long.
7671      Branch: perl
7672            ! hints/openbsd.sh
7673 ____________________________________________________________________________
7674 [ 22751] By: ams                                   on 2004/04/29  08:24:31
7675         Log: Update to Test.pm 1.25 (from SBURKE).
7676      Branch: perl
7677            + lib/Test/t/05_about_verbose.t lib/Test/t/multiline.t
7678            ! MANIFEST lib/Test.pm
7679 ____________________________________________________________________________
7680 [ 22750] By: mhx                                   on 2004/04/28  20:53:29
7681         Log: When configuring for 64-bit support, check that the
7682              C library functions for casting floating point values
7683              to 64-bit integer values are not broken.
7684      Branch: perl
7685            ! hints/openbsd.sh
7686 ____________________________________________________________________________
7687 [ 22749] By: rgs                                   on 2004/04/28  18:28:07
7688         Log: Fix for [perl #28963]: find2perl was sometimes generating
7689              invalid code.
7690      Branch: perl
7691            ! x2p/find2perl.PL
7692 ____________________________________________________________________________
7693 [ 22748] By: rgs                                   on 2004/04/28  13:01:13
7694         Log: Subject: [PATCH] Add diagnostics section to base.pm
7695              From: "Jos I. Boumans" <kane@dwim.org>
7696              Date: Wed, 28 Apr 2004 13:04:47 +0200
7697              Message-Id: <DC9B4A9C-9903-11D8-BA95-000A956B0E06@dwim.org>
7698      Branch: perl
7699            ! lib/base.pm
7700 ____________________________________________________________________________
7701 [ 22747] By: merijn                                on 2004/04/28  12:42:50
7702         Log: Subject: [perl #29033] typo in description of sleep in documentation of POSIX module
7703              Date: 21 Apr 2004 11:07:22 -0000
7704              From: "bob@starlabs.net (via RT)" <perlbug-followup@perl.org>
7705              Message-ID: <rt-3.0.8-29033-85811.17.0452776199501@perl.org>
7706      Branch: perl
7707            ! ext/POSIX/POSIX.pod
7708 ____________________________________________________________________________
7709 [ 22746] By: davem                                 on 2004/04/27  22:21:35
7710         Log: fix a coredump caused by rv2gv not fully converting a PV to an RV
7711      Branch: perl
7712            ! pp.c
7713 ____________________________________________________________________________
7714 [ 22745] By: mhx                                   on 2004/04/27  20:38:00
7715         Log: Cleanup variables in S_(un)pack_rec().
7716              This also works around a gcc optimizer bug on dec_osf/alpha.
7717      Branch: perl
7718            ! pp_pack.c
7719 ____________________________________________________________________________
7720 [ 22744] By: rgs                                   on 2004/04/27  08:43:38
7721         Log: Subject: [PATCH utf8_heavy.pl, mktables, et. al.] candidate for TR18 compliance
7722              From: Jeff 'japhy' Pinyan <japhy@perlmonk.org>
7723              Date: Thu, 22 Apr 2004 14:31:30 -0400 (EDT)
7724              Message-ID: <Pine.LNX.4.44.0404221429040.10466-101000@perlmonk.org>
7725
7726              Date: Mon, 26 Apr 2004 12:37:21 -0400 (EDT)
7727              Message-ID: <Pine.LNX.4.44.0404261222320.7154-400000@perlmonk.org>
7728      Branch: perl
7729            + (add 406 files)
7730            ! MANIFEST lib/unicore/Canonical.pl
7731            ! lib/unicore/CombiningClass.pl lib/unicore/Decomposition.pl
7732            ! lib/unicore/Exact.pl lib/unicore/Name.pl
7733            ! lib/unicore/Properties lib/unicore/To/Digit.pl
7734            ! lib/unicore/To/Fold.pl lib/unicore/To/Lower.pl
7735            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
7736            ! lib/unicore/mktables lib/utf8_heavy.pl pod/perlunicode.pod
7737            ! t/op/pat.t t/uni/class.t
7738 ____________________________________________________________________________
7739 [ 22743] By: merijn                                on 2004/04/26  22:20:30
7740         Log: usemallocwrap works on AIX, but not with vac-5
7741              Date: Mon, 26 Apr 2004 15:35:23 +0200
7742              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7743              Subject: Re: Perl 5.8.4 "panic: memory wrap" in miniperl on AIX 5.1
7744              Message-Id: <20040426152951.A6C4.H.M.BRAND@hccnet.nl>
7745      Branch: perl
7746            ! hints/aix.sh hints/aix_4.sh
7747 ____________________________________________________________________________
7748 [ 22742] By: davem                                 on 2004/04/24  12:53:07
7749         Log: fix 64-bit casting error in change 22741 (uninit var warnings)
7750      Branch: perl
7751            ! sv.c
7752 ____________________________________________________________________________
7753 [ 22741] By: davem                                 on 2004/04/23  20:43:02
7754         Log: Include variable names in "Use of uninitialized value" warnings
7755      Branch: perl
7756            + t/lib/warnings/9uninit
7757            ! MANIFEST doio.c embed.fnc embed.h ext/DB_File/DB_File.pm
7758            ! ext/DB_File/t/db-recno.t lib/Math/BigInt.pm
7759            ! lib/Math/BigInt/t/mbimbf.inc lib/Tie/RefHash.t lib/charnames.t
7760            ! mg.c perl.h pod/perldiag.pod pod/perlintern.pod pp.c pp_hot.c
7761            ! proto.h sv.c t/lib/warnings/1global t/lib/warnings/2use
7762            ! t/lib/warnings/3both t/lib/warnings/4lint
7763            ! t/lib/warnings/7fatal t/lib/warnings/doio t/lib/warnings/mg
7764            ! t/lib/warnings/pp t/lib/warnings/pp_ctl t/lib/warnings/pp_hot
7765            ! t/lib/warnings/pp_pack t/lib/warnings/sv t/lib/warnings/util
7766            ! t/run/fresh_perl.t t/run/runenv.t
7767 ____________________________________________________________________________
7768 [ 22739] By: rgs                                   on 2004/04/23  13:32:31
7769         Log: Subject: [PATCH] unfork the debugger (patch for 5.9.x)
7770              From: Richard.Foley@t-online.de (Richard Foley)
7771              Date: Fri, 23 Apr 2004 06:33:34 +0200
7772              Message-Id: <200404230633.34402.richard.foley@rfi.net>
7773      Branch: perl
7774            ! lib/perl5db.pl
7775 ____________________________________________________________________________
7776 [ 22737] By: nicholas                              on 2004/04/23  10:31:20
7777         Log: Ooops. Forgot to update pod.lst, and all that ensues with that
7778      Branch: perl
7779            ! MANIFEST pod.lst pod/perl.pod pod/perltoc.pod
7780            ! vms/descrip_mms.template win32/pod.mak
7781 ____________________________________________________________________________
7782 [ 22736] By: nicholas                              on 2004/04/23  10:11:26
7783         Log: Integrate:
7784              [ 22165]
7785              Create perl584delta.pod
7786              (Not that I'm really proposing to start work on 5.8.4 today)
7787
7788              [ 22650]
7789              Updates from Stas Bekman, Brendan O'Dea and Hugo
7790
7791              [ 22655]
7792              Tweaks from Hugo and Liz
7793
7794              [ 22677]
7795              Improvements from Jarkko
7796
7797              [ 22684]
7798              Integrate:
7799              [ 22665]
7800              AIX-4 with xlc does not like malloc wrap
7801
7802              [ 22666]
7803              Test drives are fun. Implement ccversion for Itanium HP-UX 11.23
7804
7805              [ 22698]
7806              Clarify AIX and win32's malloc wrapping
7807
7808              [ 22700]
7809              The set uid perl is now called setuidperl. Not suidperl.
7810              Which I discover is hardlinked from sperl by ./installperl
7811              elsewhere. Helpfully confusing installperl script.
7812
7813              [ 22703]
7814              More perldelta updates
7815
7816              [ 22710]
7817              Subject:  spelling
7818              From:  Jarkko Hietaniemi <jhi@cc.hut.fi>
7819              Date:  Fri, 16 Apr 2004 21:18:18 +0300 (EEST)
7820              Message-Id:  <200404161818.i3GIIILh391648@kosh.hut.fi>
7821
7822              [ 22718]
7823              Revert 22700 (as part of changes suggested by Brendan O'Dea)
7824
7825              [ 22720]
7826              Simpler suggstion to resolve the #!/usr/bin/suidperl vs. the set uid
7827              binary must have fd script conundrum, as suggested by Brendan O'Dea
7828              Plus restore the more helpful error message from 22694 and the gist
7829              of the perl584delta changes from 22700
7830
7831              [ 22731]
7832              Oink, oink, flap, flap!
7833      Branch: perl
7834           +> pod/perl584delta.pod
7835            ! MANIFEST
7836           !> pod/perlhist.pod
7837 ____________________________________________________________________________
7838 [ 22735] By: merijn                                on 2004/04/23  10:11:23
7839         Log: Subject: [PATCH] Where to find nmake for windows
7840              From: Abe Timmerman <abe@ztreet.demon.nl>
7841              Date: Thu, 22 Apr 2004 23:57:40 +0200
7842              Message-Id: <200404222357.40508.abe@ztreet.demon.nl>
7843              Changed download URL references for nmake
7844      Branch: perl
7845            ! README.win32 pod/perlmodinstall.pod
7846 ____________________________________________________________________________
7847 [ 22734] By: mhx                                   on 2004/04/23  04:07:25
7848         Log: Subject: [PATCH for testing/review] byte-order modifiers for (un)pack templates
7849              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
7850              Date: Wed, 21 Apr 2004 21:09:20 +0200
7851              Message-Id: <20040421210920.3c467772@r2d2>
7852      Branch: perl
7853            ! embed.fnc embed.h perl.h pod/perldiag.pod pod/perlfunc.pod
7854            ! pod/perlport.pod pp_pack.c proto.h t/op/pack.t util.c
7855 ____________________________________________________________________________
7856 [ 22733] By: rgs                                   on 2004/04/22  12:08:35
7857         Log: Missing copyright in the README.
7858      Branch: perl
7859            ! README
7860 ____________________________________________________________________________
7861 [ 22727] By: nicholas                              on 2004/04/21  15:22:29
7862         Log: Subject: [perl #28456] Typo in perlipc man page, and suggestions for same
7863              From: Axel Boldt (via RT) <perlbug-followup@perl.org>
7864              Message-ID: <rt-3.0.8-28456-84424.10.5222745276547@perl.org>
7865              Date: 11 Apr 2004 13:08:17 -0000
7866      Branch: perl
7867            ! pod/perlipc.pod
7868 ____________________________________________________________________________
7869 [ 22725] By: nicholas                              on 2004/04/21  14:21:57
7870         Log: Punt the "reporting bugs" section to the top.
7871              Reorder the description of what to do, to start with the most common
7872              case.
7873              Clarify "how to report bugs effectively" (and why it benefits you)
7874      Branch: perl
7875            ! INSTALL
7876 ____________________________________________________________________________
7877 [ 22724] By: nicholas                              on 2004/04/21  12:51:43
7878         Log: This should be L<>
7879      Branch: perl
7880            ! INSTALL
7881 ____________________________________________________________________________
7882 [ 22723] By: nicholas                              on 2004/04/21  09:42:35
7883         Log: INSTALL didn't mention the 5.8.2 hash changes. Fixed
7884      Branch: perl
7885            ! INSTALL
7886 ____________________________________________________________________________
7887 [ 22722] By: nicholas                              on 2004/04/21  09:25:34
7888         Log: We should be telling people about ..exp, else they use the unexpanded
7889              forms and shaft anyone who installs a private perl within ~
7890      Branch: perl
7891            ! INSTALL
7892 ____________________________________________________________________________
7893 [ 22721] By: rgs                                   on 2004/04/21  08:36:38
7894         Log: Subject: [patch] log the interpreter id in warnings
7895              From: Stas Bekman <stas@stason.org>
7896              Date: Mon, 19 Apr 2004 18:10:01 -0700
7897              Message-ID: <40847869.1000906@stason.org>
7898      Branch: perl
7899            ! gv.c handy.h hv.c perl.c sv.c
7900 ____________________________________________________________________________
7901 [ 22717] By: rgs                                   on 2004/04/20  12:27:18
7902         Log: Subject: [PATCH] Sync Term::Cap with CPAN version
7903              From: Jonathan Stowe <jns@gellyfish.com>
7904              Date: Tue, 20 Apr 2004 12:37:28 +0100
7905              Message-Id: <1082461047.2736.96.camel@localhost>
7906      Branch: perl
7907            ! lib/Term/Cap.pm
7908 ____________________________________________________________________________
7909 [ 22716] By: rgs                                   on 2004/04/19  12:26:35
7910         Log: Fix for [perl #28919] : sometimes the function ck_ftst was trying
7911              to read an op that was just freed, which was obviously illegal.
7912      Branch: perl
7913            ! op.c
7914 ____________________________________________________________________________
7915 [ 22715] By: rgs                                   on 2004/04/19  09:34:01
7916         Log: Upgrade to FileCache 1.04.
7917      Branch: perl
7918            ! lib/FileCache.pm
7919 ____________________________________________________________________________
7920 [ 22714] By: rgs                                   on 2004/04/19  08:57:17
7921         Log: New file left out of the last commit.
7922      Branch: perl
7923            + t/uni/class.t
7924 ____________________________________________________________________________
7925 [ 22713] By: rgs                                   on 2004/04/19  08:56:28
7926         Log: Subject: Re: [PATCH] lib/utf8_heavy.pl -- cascading classes and '&' support
7927              From: "Jeff 'japhy' Pinyan" <japhy@perlmonk.org>
7928              Date: Wed, 14 Apr 2004 17:01:38 -0400 (EDT)
7929              Message-ID: <Pine.LNX.4.44.0404141659480.11423-301000@perlmonk.org>
7930      Branch: perl
7931            ! MANIFEST pod/perlunicode.pod
7932 ____________________________________________________________________________
7933 [ 22712] By: rgs                                   on 2004/04/19  08:30:20
7934         Log: Subject: Re: [perl #28532] optional match of an anchor gets ignored
7935              From: hv@crypt.org
7936              Date: Wed, 14 Apr 2004 19:30:46 +0100
7937              Message-Id: <200404141830.i3EIUko03728@zen.crypt.org>
7938      Branch: perl
7939            ! regcomp.c regexec.c t/op/pat.t
7940 ____________________________________________________________________________
7941 [ 22708] By: nicholas                              on 2004/04/17  13:25:41
7942         Log: Integrate:
7943              [ 22661]
7944              This is RC1
7945
7946              [ 22705]
7947              This is RC2
7948      Branch: perl
7949           !> pod/perlhist.pod
7950 ____________________________________________________________________________
7951 [ 22706] By: rgs                                   on 2004/04/16  15:53:37
7952         Log: On Linux-PPC, using gcc, downgrade to the -O1 optimisation
7953              level (with -O2 miniperl behaves really badly.)
7954      Branch: perl
7955            ! hints/linux.sh
7956 ____________________________________________________________________________
7957 [ 22697] By: merijn                                on 2004/04/15  11:56:32
7958         Log: d_getservbyname_r undef up to at least OpenBSD 3.5
7959              Thanks to Campo Weijerman and Gerard Gerritsen off-list
7960      Branch: perl
7961            ! hints/openbsd.sh
7962 ____________________________________________________________________________
7963 [ 22696] By: merijn                                on 2004/04/14  16:04:40
7964         Log: #24121: Configure under turkish locale fails
7965              toupper (i) != I  in turkish, but U+0130
7966              \N{LATIN CAPITAL LETTER I WITH DOT ABOVE}
7967              Patch supplied by Rafael
7968      Branch: perl
7969            ! Configure
7970 ____________________________________________________________________________
7971 [ 22693] By: rgs                                   on 2004/04/14  08:28:15
7972         Log: Subject: [PATCH] lib/utf8_heavy.pl -- cascading classes and '&' support
7973              From: Jeff 'japhy' Pinyan <japhy@perlmonk.org>
7974              Date: Mon, 12 Apr 2004 20:24:48 -0400 (EDT)
7975              Message-ID: <Pine.LNX.4.44.0404122011160.3038-200000@perlmonk.org>
7976      Branch: perl
7977            ! lib/utf8_heavy.pl
7978 ____________________________________________________________________________
7979 [ 22692] By: rgs                                   on 2004/04/14  07:26:04
7980         Log: Subject: [PATCH]'s to bring bleadperl up to version-0.39
7981              From: John Peacock <jpeacock@rowman.com>
7982              Date: Tue, 13 Apr 2004 20:51:31 -0400
7983              Message-ID: <407C8B13.9020104@rowman.com>
7984      Branch: perl
7985            ! lib/version.pm lib/version.t t/comp/use.t universal.c util.c
7986 ____________________________________________________________________________
7987 [ 22691] By: rgs                                   on 2004/04/14  07:08:52
7988         Log: Subject: re: [PATCH] for bug 28525: Buffer overflow issue in the Win32 distribution of 5.8.3
7989              From: Jan Dubois <jand@ActiveState.com>
7990              Date: Tue, 13 Apr 2004 19:49:32 -0700
7991              Message-ID: <vm7p70h7au8unrnq4jp85oich7n71ar5ab@4ax.com
7992      Branch: perl
7993            ! win32/win32.c
7994 ____________________________________________________________________________
7995 [ 22689] By: mhx                                   on 2004/04/12  06:53:24
7996         Log: Borland C doesn't like PERL_MALLOC_WRAP.
7997              Until I know why, the fix is to disable it.
7998      Branch: perl
7999            ! win32/config_H.bc
8000 ____________________________________________________________________________
8001 [ 22688] By: davem                                 on 2004/04/11  14:27:26
8002         Log: Stop PL_comppad pointing to a freed pad during global destruction
8003      Branch: perl
8004            ! sv.c
8005 ____________________________________________________________________________
8006 [ 22687] By: davem                                 on 2004/04/11  13:13:35
8007         Log: Make global cleanup fractionally faster by giving S_visit()
8008              flags/mask to compare SVs against.
8009      Branch: perl
8010            ! embed.fnc embed.h proto.h sv.c
8011 ____________________________________________________________________________
8012 [ 22686] By: gbarr                                 on 2004/04/10  08:08:42
8013         Log: Sync with libnet 1.18
8014      Branch: perl
8015            + lib/Net/Changes.libnet lib/Net/t/datasend.t
8016            - lib/Net/ChangeLog.libnet
8017            ! MANIFEST lib/Net/Cmd.pm lib/Net/FTP.pm lib/Net/NNTP.pm
8018            ! lib/Net/POP3.pm lib/Net/README.libnet lib/Net/SMTP.pm
8019            ! lib/Net/Time.pm lib/Net/t/hostname.t
8020 ____________________________________________________________________________
8021 [ 22685] By: mhx                                   on 2004/04/10  06:37:30
8022         Log: Remove two unused variables that gcc used to warn about.
8023      Branch: perl
8024            ! util.c
8025 ____________________________________________________________________________
8026 [ 22682] By: rgs                                   on 2004/04/09  11:44:34
8027         Log: Subject: Re: #28386: UNIVERSAL::VERSION segfaults if $VERSION not defined (w/ patch to fix universal.c)
8028              From: David Dyck <david.dyck@fluke.com>
8029              Date: Thu, 8 Apr 2004 19:02:26 -0700 (PDT)
8030              Message-ID: <Pine.LNX.4.51.0404081843290.29618@dd.tc.fluke.com>
8031      Branch: perl
8032            ! universal.c
8033 ____________________________________________________________________________
8034 [ 22681] By: rgs                                   on 2004/04/09  07:04:48
8035         Log: find2perl should not default to -print when -eval is specified.
8036              Noticed by David Dyck.
8037      Branch: perl
8038            ! x2p/find2perl.PL
8039 ____________________________________________________________________________
8040 [ 22680] By: rgs                                   on 2004/04/09  06:58:51
8041         Log: Upgrade to Time::HiRes 1.59.
8042      Branch: perl
8043            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
8044            ! ext/Time/HiRes/HiRes.xs
8045 ____________________________________________________________________________
8046 [ 22675] By: rgs                                   on 2004/04/08  13:00:59
8047         Log: Upgrade to Digest 1.06.
8048      Branch: perl
8049            ! lib/Digest.pm
8050 ____________________________________________________________________________
8051 [ 22674] By: rgs                                   on 2004/04/08  12:57:48
8052         Log: Upgrade to Digest 1.06.
8053      Branch: perl
8054            ! lib/Digest.pm
8055 ____________________________________________________________________________
8056 [ 22673] By: rgs                                   on 2004/04/08  09:59:22
8057         Log: Upgrade to Time::HiRes 1.57.
8058      Branch: perl
8059            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
8060            ! ext/Time/HiRes/HiRes.xs
8061 ____________________________________________________________________________
8062 [ 22672] By: nicholas                              on 2004/04/07  20:48:04
8063         Log: Make gmtime and localtime cross reference each other.
8064              Suggested by Dan Jacobson
8065      Branch: perl
8066            ! pod/perlfunc.pod
8067 ____________________________________________________________________________
8068 [ 22671] By: merijn                                on 2004/04/07  17:54:10
8069         Log: Integrated Time-Local-1.09 from Dave Rolsky
8070              Corrected a wrap error from the CPAN version to match #22670
8071              Tested on AIX to make sure the skip is still needed
8072      Branch: perl
8073            ! lib/Time/Local.pm lib/Time/Local.t
8074 ____________________________________________________________________________
8075 [ 22670] By: merijn                                on 2004/04/07  12:03:11
8076         Log: Disable the edge case tests for timegm and timelocal on
8077              AIX-4.3 since the OS is obsoleted, and fixes are not to
8078              be expected
8079      Branch: perl
8080            ! lib/Time/Local.t
8081 ____________________________________________________________________________
8082 [ 22669] By: rgs                                   on 2004/04/07  08:26:48
8083         Log: Fix command-line quoting under Windows for the new optree tests
8084              Subject: Re: Smoke [5.9.2] 22666 FAIL(F) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
8085              From: Steve Hay <steve.hay@uk.radan.com>
8086              Date: Wed, 07 Apr 2004 09:46:01 +0100
8087              Message-ID: <4073BFC9.10707@uk.radan.com>
8088      Branch: perl
8089            ! ext/B/t/optree_samples.t
8090 ____________________________________________________________________________
8091 [ 22668] By: rgs                                   on 2004/04/07  08:00:07
8092         Log: Subject: [PATCH] Bleadperl to version 0.37
8093              From: John Peacock <jpeacock@rowman.com>
8094              Date: Tue, 06 Apr 2004 21:56:19 -0400
8095              Message-ID: <40735FC3.5010305@rowman.com>
8096      Branch: perl
8097            ! embed.fnc embed.h global.sym lib/version.pm lib/version.t
8098            ! pod/perlapi.pod proto.h t/comp/use.t t/op/universal.t
8099            ! universal.c util.c
8100 ____________________________________________________________________________
8101 [ 22667] By: rgs                                   on 2004/04/07  07:37:59
8102         Log: The optree builder was looping when constructing the ops
8103              for a map/grep block containing a while(1).
8104              (Bug reported by Pixel.)
8105      Branch: perl
8106            ! op.c t/op/grep.t
8107 ____________________________________________________________________________
8108 [ 22666] By: merijn                                on 2004/04/06  14:44:29
8109         Log: Test drives are fun. Implement ccversion for Itanium HP-UX 11.23
8110      Branch: perl
8111            ! hints/hpux.sh
8112 ____________________________________________________________________________
8113 [ 22665] By: merijn                                on 2004/04/06  13:34:14
8114         Log: AIX-4 with xlc does not like malloc wrap
8115      Branch: perl
8116            ! hints/aix_4.sh
8117 ____________________________________________________________________________
8118 [ 22664] By: rgs                                   on 2004/04/06  07:29:30
8119         Log: Subject: Re: tests for change #22539
8120              From: Jim Cromie <jcromie@divsol.com>
8121              Date: Tue, 30 Mar 2004 14:39:31 -0700
8122              Message-ID: <4069E913.5040906@divsol.com>
8123              (with some spelling tweaks)
8124      Branch: perl
8125            + ext/B/t/OptreeCheck.pm ext/B/t/optree_check.t
8126            + ext/B/t/optree_concise.t ext/B/t/optree_samples.t
8127            + ext/B/t/optree_sort.t ext/B/t/optree_varinit.t
8128            ! MANIFEST ext/B/B/Concise.pm ext/B/t/concise.t t/test.pl
8129 ____________________________________________________________________________
8130 [ 22663] By: mhx                                   on 2004/04/06  03:40:10
8131         Log: Make the ! suffix handle n/N/v/V as signed integers
8132              within pack templates.
8133      Branch: perl
8134            ! pod/perlfunc.pod pp_pack.c t/op/pack.t
8135 ____________________________________________________________________________
8136 [ 22662] By: mhx                                   on 2004/04/05  20:03:03
8137         Log: C<undef> doesn't look like a number. See also:
8138
8139              Subject: Re: [perl #27606] undef "looks like" a number
8140              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
8141              Date: Mon, 15 Mar 2004 22:16:26 +0100
8142              Message-Id: <20040315221626.48061c67@r2d2>
8143      Branch: perl
8144            ! ext/List/Util/lib/List/Util.pm
8145            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/lln.t
8146            ! pp_ctl.c sv.c
8147 ____________________________________________________________________________
8148 [ 22656] By: nicholas                              on 2004/04/05  15:55:18
8149         Log: Subject: Re: perldelta584
8150              From: Craig Berry <craigberry@mac.com>
8151              Message-ID: <12587569.1081180932766.JavaMail.craigberry@mac.com>
8152              Date: Mon, 05 Apr 2004 11:02:12 -0500
8153
8154              (makes malloc wrap the default on VMS)
8155      Branch: perl
8156            ! configure.com
8157 ____________________________________________________________________________
8158 [ 22654] By: rgs                                   on 2004/04/05  15:24:49
8159         Log: Subject: ref ($proto) || $proto patch
8160              From: Ovid <publiustemp-p5p@yahoo.com>
8161              Date: Sat, 03 Apr 2004 18:59:22 -0800
8162              Message-ID: <406F7A0A.50702@yahoo.com>
8163              (with minor reformatting)
8164      Branch: perl
8165            ! pod/perlobj.pod pod/perltoot.pod
8166 ____________________________________________________________________________
8167 [ 22652] By: rgs                                   on 2004/04/05  12:51:10
8168         Log: Subject: sv_pvutf8n_force and sv_pvbyten_force
8169              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
8170              Date: Wed, 24 Mar 2004 00:16:52 +0900
8171              Message-Id: <20040324001126.098F.BQW10602@nifty.com>
8172      Branch: perl
8173            ! sv.c
8174 ____________________________________________________________________________
8175 [ 22651] By: rgs                                   on 2004/04/05  11:50:10
8176         Log: wantarray docs should mention effect of eval { wantarray }
8177              as reported by Tim Bunce. Add a note to this effect in perlfunc,
8178              and regression tests for it.
8179      Branch: perl
8180            ! pod/perlfunc.pod t/op/wantarray.t
8181 ____________________________________________________________________________
8182 [ 22649] By: nicholas                              on 2004/04/05  08:57:18
8183         Log: More AUTHORS who deserve credit for patches
8184      Branch: perl
8185            ! AUTHORS
8186 ____________________________________________________________________________
8187 [ 22646] By: nicholas                              on 2004/04/04  16:32:54
8188         Log: Hand merge patch from maint back to blead.
8189      Branch: perl
8190            ! ext/threads/threads.pm
8191 ____________________________________________________________________________
8192 [ 22642] By: nicholas                              on 2004/04/04  13:07:50
8193         Log: Bump version numbers for modules that have changed since 5.8.3
8194      Branch: perl
8195            ! ext/B/B/Assembler.pm ext/B/B/Deparse.pm
8196            ! ext/DynaLoader/DynaLoader_pm.PL ext/IO/lib/IO/Handle.pm
8197            ! ext/IO/lib/IO/Pipe.pm ext/ODBM_File/ODBM_File.pm
8198            ! ext/threads/threads.pm lib/ExtUtils/Liblist/Kid.pm
8199            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Win95.pm
8200            ! lib/IPC/Open3.pm lib/Unicode/UCD.pm lib/base.pm lib/utf8.pm
8201 ____________________________________________________________________________
8202 [ 22641] By: rgs                                   on 2004/04/02  15:40:15
8203         Log: Fix bug #27940 : \cX escapes weren't working correctly in regular
8204              expression ranges.
8205      Branch: perl
8206            ! t/op/pat.t toke.c
8207 ____________________________________________________________________________
8208 [ 22637] By: davem                                 on 2004/04/02  10:02:06
8209         Log: Subject:  [PATCH] fix utils install problems on VMS
8210              From:  "Craig A. Berry" <craigberry@mac.com>
8211              Date:  Thu, 01 Apr 2004 20:19:53 -0600
8212              Message-Id:  <406CCDC9.7000500@mac.com>
8213
8214              We were not running utils/instmodsh.PL or utils/xsubpp.PL during
8215              the build, so installperl would not find the generated programs at
8216              install time.
8217              Also fixed several problems with the command definitions for the
8218              utilities
8219      Branch: perl
8220            ! configure.com vms/descrip_mms.template
8221 ____________________________________________________________________________
8222 [ 22636] By: davem                                 on 2004/04/01  22:00:40
8223         Log: Subject:  [PATCH] archname salad on VMS
8224              From:  "Craig A. Berry" <craigberry@mac.com>
8225              Date:  Thu, 01 Apr 2004 14:16:32 -0600
8226              Message-Id:  <406C78A0.2070009@mac.com>
8227
8228              sort out architecture-specific directory names for OpenVMS
8229              Itanium port
8230      Branch: perl
8231            ! configure.com vms/descrip_mms.template
8232 ____________________________________________________________________________
8233 [ 22635] By: davem                                 on 2004/04/01  20:27:14
8234         Log: Fix change #22376. Only mark a const as short-circuited
8235              if it's actually a const!
8236      Branch: perl
8237            ! op.c
8238 ____________________________________________________________________________
8239 [ 22630] By: nicholas                              on 2004/04/01  15:15:10
8240         Log: debug the instructions on upgrading Unicode
8241      Branch: perl
8242            ! lib/unicore/README.perl
8243 ____________________________________________________________________________
8244 [ 22625] By: mhx                                   on 2004/04/01  06:01:25
8245         Log: Fix and tests for [perl #28123] Perl optimizes // away incorrectly
8246      Branch: perl
8247            ! op.c t/op/dor.t
8248 ____________________________________________________________________________
8249 [ 22624] By: davem                                 on 2004/03/31  20:33:52
8250         Log: + (\$) prototype = bad free
8251              av_delete() didn't reify. I also updated its description
8252      Branch: perl
8253            ! av.c t/op/args.t
8254 ____________________________________________________________________________
8255 [ 22621] By: nicholas                              on 2004/03/31  15:05:40
8256         Log: Upgrade to Unicode 4.0.1
8257      Branch: perl
8258            + lib/unicore/lib/Katakan2.pl lib/unicore/lib/Sterm.pl
8259            + lib/unicore/lib/Variatio.pl
8260            ! MANIFEST lib/Unicode/UCD.t lib/unicore/ArabLink.pl
8261            ! lib/unicore/ArabLnkGrp.pl lib/unicore/ArabicShaping.txt
8262            ! lib/unicore/Bidirectional.pl lib/unicore/Blocks.pl
8263            ! lib/unicore/Blocks.txt lib/unicore/Canonical.pl
8264            ! lib/unicore/CaseFolding.txt lib/unicore/Category.pl
8265            ! lib/unicore/HangulSyllableType.txt lib/unicore/Index.txt
8266            ! lib/unicore/Jamo.txt lib/unicore/Lbrk.pl
8267            ! lib/unicore/LineBreak.txt lib/unicore/PropList.txt
8268            ! lib/unicore/PropValueAliases.txt lib/unicore/Properties
8269            ! lib/unicore/PropertyAliases.txt lib/unicore/ReadMe.txt
8270            ! lib/unicore/Scripts.pl lib/unicore/Scripts.txt
8271            ! lib/unicore/SpecialCasing.txt lib/unicore/To/Digit.pl
8272            ! lib/unicore/UnicodeData.txt lib/unicore/lib/Arabic.pl
8273            ! lib/unicore/lib/Armenian.pl lib/unicore/lib/Bengali.pl
8274            ! lib/unicore/lib/BidiBN.pl lib/unicore/lib/BidiCS.pl
8275            ! lib/unicore/lib/BidiEN.pl lib/unicore/lib/BidiES.pl
8276            ! lib/unicore/lib/BidiET.pl lib/unicore/lib/BidiL.pl
8277            ! lib/unicore/lib/BidiON.pl lib/unicore/lib/Bopomofo.pl
8278            ! lib/unicore/lib/Braille.pl lib/unicore/lib/Buhid.pl
8279            ! lib/unicore/lib/C.pl lib/unicore/lib/Canadian.pl
8280            ! lib/unicore/lib/Cf.pl lib/unicore/lib/Cherokee.pl
8281            ! lib/unicore/lib/Cntrl.pl lib/unicore/lib/Common.pl
8282            ! lib/unicore/lib/Cypriot.pl lib/unicore/lib/Cyrillic.pl
8283            ! lib/unicore/lib/Deseret.pl lib/unicore/lib/Devanaga.pl
8284            ! lib/unicore/lib/Ethiopic.pl lib/unicore/lib/Georgian.pl
8285            ! lib/unicore/lib/Gothic.pl lib/unicore/lib/Greek.pl
8286            ! lib/unicore/lib/Gujarati.pl lib/unicore/lib/Gurmukhi.pl
8287            ! lib/unicore/lib/Han.pl lib/unicore/lib/Hangul.pl
8288            ! lib/unicore/lib/Hanunoo.pl lib/unicore/lib/Hebrew.pl
8289            ! lib/unicore/lib/Hiragana.pl lib/unicore/lib/InCyril2.pl
8290            ! lib/unicore/lib/Inherite.pl lib/unicore/lib/Kannada.pl
8291            ! lib/unicore/lib/Katakana.pl lib/unicore/lib/Khmer.pl
8292            ! lib/unicore/lib/Lao.pl lib/unicore/lib/Latin.pl
8293            ! lib/unicore/lib/Limbu.pl lib/unicore/lib/LinearB.pl
8294            ! lib/unicore/lib/Malayala.pl lib/unicore/lib/Math.pl
8295            ! lib/unicore/lib/Mongolia.pl lib/unicore/lib/Myanmar.pl
8296            ! lib/unicore/lib/Ogham.pl lib/unicore/lib/OldItali.pl
8297            ! lib/unicore/lib/Oriya.pl lib/unicore/lib/Osmanya.pl
8298            ! lib/unicore/lib/OtherDef.pl lib/unicore/lib/OtherGra.pl
8299            ! lib/unicore/lib/OtherMat.pl lib/unicore/lib/Runic.pl
8300            ! lib/unicore/lib/Shavian.pl lib/unicore/lib/Sinhala.pl
8301            ! lib/unicore/lib/SoftDott.pl lib/unicore/lib/Syriac.pl
8302            ! lib/unicore/lib/Tagalog.pl lib/unicore/lib/Tagbanwa.pl
8303            ! lib/unicore/lib/TaiLe.pl lib/unicore/lib/Tamil.pl
8304            ! lib/unicore/lib/Telugu.pl lib/unicore/lib/Terminal.pl
8305            ! lib/unicore/lib/Thaana.pl lib/unicore/lib/Thai.pl
8306            ! lib/unicore/lib/Tibetan.pl lib/unicore/lib/Ugaritic.pl
8307            ! lib/unicore/lib/Yi.pl lib/unicore/lib/Z.pl
8308            ! lib/unicore/lib/Zs.pl lib/unicore/version t/op/pat.t
8309 ____________________________________________________________________________
8310 [ 22619] By: merijn                                on 2004/03/31  13:02:32
8311         Log: Regenerated Configure after backported #22571
8312              Some indent leftovers from earlier patches
8313              We don't like double negatives, not even in comment
8314      Branch: perl
8315            ! Configure
8316 ____________________________________________________________________________
8317 [ 22617] By: merijn                                on 2004/03/31  11:33:09
8318         Log: Subject: Re: [PATCH] MIME::Base64 PERL_NO_GET_CONTEXT
8319              From: Gisle Aas <gisle@ActiveState.com>
8320              Date: 30 Mar 2004 04:29:18 -0800
8321              Message-ID: <lrk712bjs1.fsf@caliper.activestate.com>
8322      Branch: perl
8323            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
8324            ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
8325 ____________________________________________________________________________
8326 [ 22615] By: nicholas                              on 2004/03/31  08:24:29
8327         Log: Unknowingly for years we've had a test that has assumed the order
8328              of results from readdir. Fixed.
8329      Branch: perl
8330            ! lib/File/Find/t/find.t
8331 ____________________________________________________________________________
8332 [ 22614] By: nicholas                              on 2004/03/30  21:50:15
8333         Log: Subject: Zaurus SL-[78]60 native compile patch
8334              Message-Id: <46DCC0BF-8199-11D8-8D5B-000A95DBB50A@dan.co.jp>
8335              From: Dan Kogai <dankogai@dan.co.jp>
8336              Date: Tue, 30 Mar 2004 00:53:52 +0900
8337      Branch: perl
8338            ! ext/Errno/Errno_pm.PL
8339 ____________________________________________________________________________
8340 [ 22610] By: davem                                 on 2004/03/29  21:20:35
8341         Log: various win32 build fixes
8342
8343              Subject: Re: [PATCH] Re: MinGW/GCC vs MSVC++ on Win32
8344              From: Steve Hay <steve.hay@uk.radan.com>
8345              Date: Tue, 23 Mar 2004 10:42:12 +0000
8346              Message-ID: <40601484.7040905@uk.radan.com>
8347
8348              Subject: [PATCH] distclean on Win32 should delete perl.base
8349              From: Steve Hay <steve.hay@uk.radan.com>
8350              Date: Tue, 23 Mar 2004 11:35:56 +0000
8351              Message-ID: <4060211C.8020704@uk.radan.com>
8352
8353              Subject: Re: [PATCH] Create debug symbols files on Windows even for release
8354              From: Steve Hay <steve.hay@uk.radan.com>
8355              Date: Fri, 26 Mar 2004 10:46:07 +0000
8356              Message-ID: <406409EF.9020404@uk.radan.com>
8357      Branch: perl
8358            ! win32/Makefile win32/makefile.mk
8359 ____________________________________________________________________________
8360 [ 22609] By: davem                                 on 2004/03/29  20:46:36
8361         Log: Subject: [perl #27986] IPC::Open3 fails in mod_perl (tie bug)
8362              From: "Benjamin J. Tilly" (via RT) <perlbug-followup@perl.org>
8363              Date: 26 Mar 2004 21:02:19 -0000
8364              Message-ID: <rt-3.0.8-27986-82842.3.55447645581215@perl.org>
8365
8366              The forked child should make sure STDIN and STDOUT aren't tied
8367              before messing with them
8368      Branch: perl
8369            ! lib/IPC/Open3.pm
8370 ____________________________________________________________________________
8371 [ 22608] By: davem                                 on 2004/03/29  20:10:05
8372         Log: backout change 22606 (make gv_fullname() include a literal '^')
8373              it breaks select.
8374      Branch: perl
8375            ! gv.c t/op/gv.t
8376 ____________________________________________________________________________
8377 [ 22607] By: davem                                 on 2004/03/28  15:10:48
8378         Log: update -Dx to cope with lexical version of OP_AELEMFAST
8379      Branch: perl
8380            ! dump.c
8381 ____________________________________________________________________________
8382 [ 22606] By: davem                                 on 2004/03/28  15:08:23
8383         Log: make gv_fullname() etc include a literal '^' for *^FOO style names
8384      Branch: perl
8385            ! gv.c t/op/gv.t
8386 ____________________________________________________________________________
8387 [ 22605] By: davem                                 on 2004/03/28  13:11:30
8388         Log: pv_display() had code to display \n etc as escapes but it didn't
8389              actually work.
8390      Branch: perl
8391            ! dump.c
8392 ____________________________________________________________________________
8393 [ 22604] By: davem                                 on 2004/03/28  10:55:30
8394         Log: fix typo in change 22597
8395      Branch: perl
8396            ! op.h
8397 ____________________________________________________________________________
8398 [ 22601] By: davem                                 on 2004/03/27  10:22:52
8399         Log: Subject:  [PATCH] -Dusemallocwrap for VMS)
8400              From:  "Craig A. Berry" <craigberry@mac.com>
8401              Date:  Fri, 26 Mar 2004 22:46:50 -0600
8402              Message-Id:  <4065073A.30007@mac.com>
8403
8404              Mimic in configure.com what Configure does to enable or disable
8405              the new feature -Dusemallocwrap
8406      Branch: perl
8407            ! configure.com
8408 ____________________________________________________________________________
8409 [ 22600] By: davem                                 on 2004/03/27  02:04:03
8410         Log: Subject:  [PATCH] don't clean-up perly.* on VMS
8411              From:  "Craig A. Berry" <craigberry@mac.com>
8412              Date:  Fri, 26 Mar 2004 16:54:44 -0600
8413              Message-Id:  <4064B4B4.2030203@mac.com>
8414
8415              refrain from getting rid of perly.c and perly.h now that there are
8416              no longer VMS-specific overrides for these files
8417      Branch: perl
8418            ! vms/descrip_mms.template
8419 ____________________________________________________________________________
8420 [ 22599] By: davem                                 on 2004/03/27  01:54:09
8421         Log: string corruption with lvalue sub
8422              Depending on the context, the same substr OP may want to return
8423              a PVLV or an LV on subsequent invcations. If TARG is the wrong
8424              type, use a mortal instead.
8425      Branch: perl
8426            ! pp.c t/op/substr.t
8427 ____________________________________________________________________________
8428 [ 22597] By: davem                                 on 2004/03/26  18:56:50
8429         Log: Clarify op.h comments for which ops the OPpDEREF* private flags
8430              are actually used; update Concise.pm to match
8431      Branch: perl
8432            ! ext/B/B/Concise.pm op.h
8433 ____________________________________________________________________________
8434 [ 22596] By: davem                                 on 2004/03/26  18:53:09
8435         Log: fix for change #22594; if using test.pl, must tell perl where to
8436              find it!
8437      Branch: perl
8438            ! t/comp/hints.t
8439 ____________________________________________________________________________
8440 [ 22595] By: davem                                 on 2004/03/26  17:28:48
8441         Log: document the return value of an empty sub
8442      Branch: perl
8443            ! pod/perlsub.pod
8444 ____________________________________________________________________________
8445 [ 22594] By: davem                                 on 2004/03/26  13:05:50
8446         Log: - hints hash was being double freed on scope exit
8447      Branch: perl
8448            ! op.c scope.c scope.h t/comp/hints.t
8449 ____________________________________________________________________________
8450 [ 22593] By: ams                                   on 2004/03/26  08:59:15
8451         Log: Subject: Re: [perl #27906] stat documentation correction
8452              From: Andy Lester <andy@petdance.com>
8453              Date: Wed, 24 Mar 2004 21:48:30 -0600
8454              Message-Id: <20040325034830.GA5865@petdance.com>
8455              (Applied with a correction from Spider Boardman.)
8456      Branch: perl
8457            ! pod/perlfunc.pod t/op/stat.t
8458 ____________________________________________________________________________
8459 [ 22592] By: davem                                 on 2004/03/26  01:24:24
8460         Log: fix some comments in perly.y
8461      Branch: perl
8462            ! perly.y
8463 ____________________________________________________________________________
8464 [ 22591] By: davem                                 on 2004/03/26  01:16:55
8465         Log: Blessed reference to anonymous glob
8466              Stop *$$x=$x giving "Attempt to free unreferenced scalar" warning
8467      Branch: perl
8468            ! sv.c t/op/ref.t
8469 ____________________________________________________________________________
8470 [ 22586] By: davem                                 on 2004/03/24  22:16:30
8471         Log: Subject: [perl #27748] 'find2perl' bug: -exec causes chdir error
8472              From: "jdhedden@1979.usna.com (via RT)" <perlbug-followup@perl.org>
8473              Date: 18 Mar 2004 20:25:50 -0000
8474              Message-ID: <rt-3.0.8-27748-82270.2.99482909739062@perl.org>
8475
8476              Cwd code was planted in the output executable after the exit, so
8477              was never run.
8478      Branch: perl
8479            ! x2p/find2perl.PL
8480 ____________________________________________________________________________
8481 [ 22585] By: nicholas                              on 2004/03/24  21:42:25
8482         Log: Remaining smoked platforms where malloc wrap is known to work.
8483              Data for Irix and NetBSD would be useful - they probably will work too.
8484              Will Unicos work? Place bets now...
8485      Branch: perl
8486            ! hints/aix.sh hints/bsdos.sh hints/dec_osf.sh hints/freebsd.sh
8487            ! hints/hpux.sh hints/linux.sh hints/openbsd.sh
8488            ! hints/solaris_2.sh
8489 ____________________________________________________________________________
8490 [ 22584] By: davem                                 on 2004/03/24  21:14:08
8491         Log: Subject: [perl #27790] split docs: say the string is EXPR
8492              From: Dan Jacobson (via RT) <perlbug-followup@perl.org>
8493              Date: 20 Mar 2004 05:21:07 -0000
8494              Message-ID: <rt-3.0.8-27790-82358.14.5476352902536@perl.org>
8495
8496              Minor documentation nit in split
8497      Branch: perl
8498            ! pod/perlfunc.pod
8499 ____________________________________________________________________________
8500 [ 22582] By: nicholas                              on 2004/03/24  19:15:29
8501         Log: mintest will pass if I skip the correct number of tests. D'oh!
8502      Branch: perl
8503            ! t/op/magic.t
8504 ____________________________________________________________________________
8505 [ 22579] By: nicholas                              on 2004/03/24  14:59:16
8506         Log: Subject: Re: [PATCH] Fix PERL_MALLOC_WRAP change for Win32
8507              From: Steve Hay <steve.hay@uk.radan.com>
8508              Message-ID: <40618D1C.7000601@uk.radan.com>
8509              Date: Wed, 24 Mar 2004 13:29:00 +0000
8510      Branch: perl
8511            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
8512            ! win32/config_H.vc64
8513 ____________________________________________________________________________
8514 [ 22578] By: rgs                                   on 2004/03/24  13:54:31
8515         Log: Good catch from Dave Mitchell; plus a null pointer protection.
8516      Branch: perl
8517            ! scope.c
8518 ____________________________________________________________________________
8519 [ 22577] By: nicholas                              on 2004/03/24  11:51:46
8520         Log: Unlike perl, 0 in void context isn't special cased in C :-)
8521              (So it warns). Tweak the no-action malloc wrap checkers to avoid
8522              warnings.
8523      Branch: perl
8524            ! handy.h
8525 ____________________________________________________________________________
8526 [ 22576] By: nicholas                              on 2004/03/24  10:29:16
8527         Log: Export PL_memory_wrap based on PERL_MALLOC_WRAP rather than
8528              NO_MALLOC_WRAP following Configure changes. Identical patch to
8529              mine supplied by Steve Hay while I was working on this.
8530              IP shootout at dawn :-)
8531      Branch: perl
8532            ! makedef.pl
8533 ____________________________________________________________________________
8534 [ 22572] By: nicholas                              on 2004/03/24  09:14:21
8535         Log: Tidy up function prototypes in the light of suidpatch
8536      Branch: perl
8537            ! embed.fnc embed.h perl.c proto.h
8538 ____________________________________________________________________________
8539 [ 22571] By: nicholas                              on 2004/03/23  22:35:09
8540         Log: Make usemallocwrap a Configure-time question. Default is yes for
8541              usedevel, no otherwise, but I'm expecting hints files on known
8542              good platforms to override this. (and known bad)
8543              Demonstration hints file for darwin.
8544      Branch: perl
8545            ! Configure config_h.SH hints/darwin.sh perl.h
8546 ____________________________________________________________________________
8547 [ 22569] By: nicholas                              on 2004/03/23  17:47:44
8548         Log: hv_delete_common was freeing the key, then passing the freed pointer
8549              to S_hv_notallowed. D'oh!
8550      Branch: perl
8551            ! hv.c
8552 ____________________________________________________________________________
8553 [ 22566] By: nicholas                              on 2004/03/23  16:23:58
8554         Log: Unify 5.008 and 5.009's B::Concise 0.58
8555      Branch: perl
8556            ! ext/B/B/Concise.pm
8557 ____________________________________________________________________________
8558 [ 22565] By: nicholas                              on 2004/03/23  16:05:28
8559         Log: Unify 5.008 and 5.009's B::Concise 0.56
8560      Branch: perl
8561            ! ext/B/B/Concise.pm
8562 ____________________________________________________________________________
8563 [ 22564] By: rgs                                   on 2004/03/23  13:43:49
8564         Log: Fix bug [perl #27839] returning @+ out of scope loses its value :
8565
8566              Subject: Re: Wondering about returned regex special arrays on going out of scope
8567              From: hv@crypt.org
8568              Date: Fri, 05 Mar 2004 17:42:25 +0000
8569              Message-Id: <200403051742.i25HgPd11240@zen.crypt.org>
8570
8571              plus a test case.
8572      Branch: perl
8573            ! pp_hot.c t/op/magic.t
8574 ____________________________________________________________________________
8575 [ 22563] By: nicholas                              on 2004/03/23  13:38:11
8576         Log: Subject: [PATCH] 5.9.1 suidperl
8577              From: psz@maths.usyd.edu.au (Paul Szabo)
8578              Message-Id: <200403182117.i2ILHug513080@milan.maths.usyd.edu.au>
8579              Date: Fri, 19 Mar 2004 08:17:56 +1100 (EST)
8580
8581              (which variables renamed as requested, plus tweaks to work on platforms
8582              with no ST_NOEXEC)
8583      Branch: perl
8584            ! embedvar.h intrpvar.h perl.c perl.h perlapi.h
8585 ____________________________________________________________________________
8586 [ 22560] By: rgs                                   on 2004/03/22  21:29:51
8587         Log: Update the -v copyright notice.
8588      Branch: perl
8589            ! perl.c
8590 ____________________________________________________________________________
8591 [ 22559] By: nicholas                              on 2004/03/22  21:05:09
8592         Log: Don't assume that the chmod will always work.
8593              (It won't for files on *BSD where chflags has set uchg, which is
8594              what the OS X perforce client does)
8595      Branch: perl
8596            ! t/op/filetest.t
8597 ____________________________________________________________________________
8598 [ 22557] By: rgs                                   on 2004/03/22  20:46:52
8599         Log: Clarifications on constants subroutines, based on:
8600
8601              Subject: [perl #27768] [patch] wrong examples in perlsub/"Constant Functions"
8602              From: "padre@elte.hu (via RT)" <perlbug-followup@perl.org>
8603              Date: 19 Mar 2004 14:56:09 -0000
8604              Message-ID: <rt-3.0.8-27768-82310.5.12766475665209@perl.org>
8605      Branch: perl
8606            ! pod/perlsub.pod
8607 ____________________________________________________________________________
8608 [ 22556] By: rgs                                   on 2004/03/22  20:30:41
8609         Log: Subject: [PATCH] Re: ../lib/ExtUtils/t/Embed.t failure on Win32/GCC
8610              From: Steve Hay <steve.hay@uk.radan.com>
8611              Date: Mon, 22 Mar 2004 14:44:46 +0000
8612              Message-ID: <405EFBDE.4090209@uk.radan.com>
8613      Branch: perl
8614            ! README.win32
8615 ____________________________________________________________________________
8616 [ 22553] By: rgs                                   on 2004/03/22  19:25:59
8617         Log: Subject: Re: [PATCH] warn on !=~
8618              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
8619              Date: Mon, 22 Mar 2004 10:32:05 -0800
8620              Message-ID: <20040322183106.GA1284@efn.org>
8621
8622              More warnings for this case.
8623      Branch: perl
8624            ! t/lib/warnings/toke toke.c
8625 ____________________________________________________________________________
8626 [ 22549] By: rgs                                   on 2004/03/21  17:22:42
8627         Log: Finally, this "Negative repeat count" warning wasn't such a great
8628              idea. Disable it. But add tests for this :
8629
8630              Subject: Re: [perl #27811] (@x) x -1 is a panic
8631              From: Andy Lester <andy@petdance.com>
8632              Date: Sun, 21 Mar 2004 09:27:04 -0600
8633              Message-ID: <20040321152704.GA9041@petdance.com>
8634      Branch: perl
8635            ! pp.c t/lib/warnings/pp t/op/repeat.t
8636 ____________________________________________________________________________
8637 [ 22548] By: rgs                                   on 2004/03/21  16:40:27
8638         Log: Subject: [PATCH sv.h] Nobody has used SvPVbyte_force?
8639              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
8640              Date: Sun, 21 Mar 2004 21:49:53 +0900
8641              Message-Id: <20040321213628.2461.BQW10602@nifty.com>
8642      Branch: perl
8643            ! sv.h
8644 ____________________________________________________________________________
8645 [ 22547] By: rgs                                   on 2004/03/21  13:36:27
8646         Log: I must be tired today.
8647      Branch: perl
8648            ! lib/utf8.t
8649 ____________________________________________________________________________
8650 [ 22546] By: rgs                                   on 2004/03/21  13:26:33
8651         Log: Silence a gcc warning.
8652      Branch: perl
8653            ! sv.c
8654 ____________________________________________________________________________
8655 [ 22545] By: rgs                                   on 2004/03/21  13:18:01
8656         Log: Subject: Re: [perl #27803] perl crashes when utf8::upgrade($offsetOK_scalar)
8657              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
8658              Date: Sun, 21 Mar 2004 15:19:22 +0900
8659              Message-Id: <20040321151828.DAC6.BQW10602@nifty.com>
8660      Branch: perl
8661            ! lib/utf8.t sv.c
8662 ____________________________________________________________________________
8663 [ 22544] By: rgs                                   on 2004/03/21  13:12:53
8664         Log: Subject: [PATCH] fix memory bug in vms.c:mp_do_tounixspec
8665              From: "Craig A. Berry" <craigberry@mac.com>
8666              Date: Sat, 20 Mar 2004 21:51:45 -0600
8667              Message-ID: <405D1151.3040308@mac.com>
8668      Branch: perl
8669            ! vms/vms.c
8670 ____________________________________________________________________________
8671 [ 22543] By: rgs                                   on 2004/03/21  13:06:20
8672         Log: Add a new warning "Negative repeat count"
8673              for the cases $x x -1.
8674      Branch: perl
8675            ! pod/perlop.pod pp.c t/lib/warnings/pp
8676 ____________________________________________________________________________
8677 [ 22542] By: rgs                                   on 2004/03/20  11:49:21
8678         Log: Subject: [PATCH] warn on !=~
8679              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
8680              Date: Thu, 18 Mar 2004 22:24:09 -0800
8681              Message-ID: <20040319062035.GA3768@efn.org>
8682
8683              with an improvement suggested by Ton Hospel.
8684      Branch: perl
8685            ! pod/perldiag.pod t/lib/warnings/toke toke.c
8686 ____________________________________________________________________________
8687 [ 22541] By: rgs                                   on 2004/03/20  10:19:59
8688         Log: Subject: makefile.95 tweak
8689              From: Greg Matheson <lang@ms.chinmin.edu.tw>
8690              Date: Fri, 19 Mar 2004 18:15:25 +0800
8691              Message-ID: <20040319181525.A6347@ms.chinmin.edu.tw>
8692      Branch: perl
8693            ! win32/makefile.mk
8694 ____________________________________________________________________________
8695 [ 22540] By: rgs                                   on 2004/03/20  10:15:36
8696         Log: \x80\xFF is not valid UTF-8.
8697      Branch: perl
8698            ! pod/perluniintro.pod
8699 ____________________________________________________________________________
8700 [ 22539] By: rgs                                   on 2004/03/19  23:09:13
8701         Log: Subject: [perl #24821] enhancement patch for B::Concise
8702              From: jim cromie <jcromie@divsol.com>
8703              Date: Wed, 17 Mar 2004 14:12:43 -0700
8704              Message-ID: <4058BF4B.1000004@divsol.com>
8705              (Only the Concise.pm part, with documentation nits)
8706      Branch: perl
8707            ! ext/B/B/Concise.pm
8708 ____________________________________________________________________________
8709 [ 22538] By: nicholas                              on 2004/03/19  12:15:23
8710         Log: Subject:  [PATCH] open.pm: allow upper-cased EUC
8711              From:  Autrijus Tang <autrijus@autrijus.org>
8712              Date:  Fri, 19 Mar 2004 18:27:10 +0800
8713              Message-Id:  <20040319102710.GA91216@aut.dyndns.org>
8714      Branch: perl
8715            ! lib/open.pm
8716 ____________________________________________________________________________
8717 [ 22537] By: nicholas                              on 2004/03/19  11:59:01
8718         Log: Subject: [PATCH] Move Win32.pm/Win32.xs from libwin32 module to core Perl
8719              From: Jan Dubois <jand@activestate.com>
8720              Message-ID: <lg2k509o51b8openotuetdts6go7pn4udo@4ax.com>
8721              Date: Thu, 18 Mar 2004 13:13:49 -0800
8722
8723              Subject: Re: [PATCH] Move Win32.pm/Win32.xs from libwin32 module to core Perl
8724              From: Steve Hay <steve.hay@uk.radan.com>
8725              Message-ID: <405ACC6D.1040804@uk.radan.com>
8726              Date: Fri, 19 Mar 2004 10:33:17 +0000
8727      Branch: perl
8728            + win32/ext/Win32/Makefile.PL win32/ext/Win32/Win32.pm
8729            + win32/ext/Win32/Win32.xs
8730            - lib/Win32.pod
8731            ! MANIFEST win32/Makefile win32/makefile.mk
8732 ____________________________________________________________________________
8733 [ 22536] By: nicholas                              on 2004/03/19  11:43:35
8734         Log: Change Storable.xs to conditionally include ppport.h for pre 5.8.0
8735              This allows the ppport.h to be deleted from ext/Storable, which will
8736              reduce the potential for confusion.
8737              Bump Storable's version to 2.12; update the ChangeLog
8738      Branch: perl
8739            - ext/Storable/ppport.h
8740            ! MANIFEST ext/Storable/ChangeLog ext/Storable/MANIFEST
8741            ! ext/Storable/README ext/Storable/Storable.pm
8742            ! ext/Storable/Storable.xs
8743 ____________________________________________________________________________
8744 [ 22535] By: nicholas                              on 2004/03/19  11:03:18
8745         Log: Move Beau Cox's ppport.h fixes into PPPort.pm
8746      Branch: perl
8747            ! ext/Devel/PPPort/PPPort.pm
8748 ____________________________________________________________________________
8749 [ 22534] By: rgs                                   on 2004/03/19  10:13:14
8750         Log: Nit in perluniintro about the U0 and C0 templates,
8751              noticed by Steve Hay.
8752      Branch: perl
8753            ! pod/perluniintro.pod
8754 ____________________________________________________________________________
8755 [ 22533] By: ams                                   on 2004/03/19  02:57:40
8756         Log: Subject: [PATCH] Storable PERL_NO_GET_CONTEXT
8757              From: beau@beaucox.com
8758              Date: Thu, 18 Mar 2004 12:45:45 -1000
8759              Message-Id: <20040318_224545_009145.beau@beaucox.com>
8760      Branch: perl
8761            + ext/Storable/ppport.h
8762            ! MANIFEST ext/Storable/MANIFEST ext/Storable/Storable.xs
8763 ____________________________________________________________________________
8764 [ 22532] By: rgs                                   on 2004/03/18  20:33:02
8765         Log: Subject: [PATCH] range operator warnings / 64-bit fix
8766              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
8767              Date: Wed, 10 Mar 2004 21:45:48 +0100
8768              Message-Id: <20040310214548.4f5e3ab1@r2d2>
8769      Branch: perl
8770            ! pp_ctl.c pp_hot.c t/op/range.t
8771 ____________________________________________________________________________
8772 [ 22531] By: davem                                 on 2004/03/18  19:02:32
8773         Log: add code comment for change 22525
8774      Branch: perl
8775            ! pp.c
8776 ____________________________________________________________________________
8777 [ 22530] By: rgs                                   on 2004/03/18  18:21:32
8778         Log: Add a perl592delta.pod man page.
8779      Branch: perl
8780            + pod/perl592delta.pod
8781            ! MANIFEST Makefile.SH pod.lst pod/perl.pod pod/perltoc.pod
8782            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
8783            ! win32/pod.mak
8784 ____________________________________________________________________________
8785 [ 22528] By: nicholas                              on 2004/03/18  16:58:06
8786         Log: Corrections and explanations in comments
8787      Branch: perl
8788            ! ext/Storable/Storable.xs
8789 ____________________________________________________________________________
8790 [ 22527] By: nicholas                              on 2004/03/18  16:50:25
8791         Log: Subject:  pumpkin fodder
8792              From:  Jarkko Hietaniemi <jhi@cc.hut.fi>
8793              Date:  Fri, 12 Mar 2004 15:16:57 +0200 (EET)
8794              Message-Id:  <200403121316.i2CDGv1Y254951@kosh.hut.fi>
8795      Branch: perl
8796            ! lib/unicore/README.perl
8797 ____________________________________________________________________________
8798 [ 22526] By: rgs                                   on 2004/03/18  14:33:14
8799         Log: Detypo.
8800      Branch: perl
8801            ! makedef.pl
8802 ____________________________________________________________________________
8803 [ 22525] By: davem                                 on 2004/03/18  14:13:16
8804         Log: make ~$x give warning is $x isn't initialised.
8805              Also add test for uninitialised warning in & op.
8806      Branch: perl
8807            ! pp.c t/lib/warnings/sv
8808 ____________________________________________________________________________
8809 [ 22524] By: rgs                                   on 2004/03/18  13:20:07
8810         Log: Try to fix the AIX and Windows builds regarding the
8811              definedness of the PL_memory_wrap symbol.
8812      Branch: perl
8813            ! makedef.pl
8814 ____________________________________________________________________________
8815 [ 22523] By: rgs                                   on 2004/03/18  08:27:34
8816         Log: Bump bleadperl's version number to 5.9.2.
8817      Branch: perl
8818            ! NetWare/Makefile NetWare/config_H.wc Porting/config.sh
8819            ! Porting/config_H epoc/config.sh epoc/createpkg.pl patchlevel.h
8820            ! plan9/config.plan9 win32/Makefile win32/config_H.bc
8821            ! win32/config_H.gc win32/config_H.vc win32/config_H.vc64
8822            ! win32/makefile.mk wince/Makefile.ce
8823 ____________________________________________________________________________
8824 [ 22521] By: rgs                                   on 2004/03/17  19:13:03
8825         Log: Subject: [PATCH] format/casting/warning RE: perl 5.9.1
8826              From: Robin Barker <Robin.Barker@npl.co.uk>
8827              Date: Wed, 17 Mar 2004 18:37:10 -0000
8828              Message-ID: <533D273D4014D411AB1D00062938C4D90404682E@hotel.npl.co.uk>
8829      Branch: perl
8830            ! dump.c ext/Socket/Socket.xs pad.c util.c
8831 ____________________________________________________________________________
8832 [ 22520] By: rgs                                   on 2004/03/17  18:20:54
8833         Log: Optimize away the assignment in the constructs C<my $s = undef>,
8834              C<my @a = ()>, C<my %h = ()>.
8835      Branch: perl
8836            ! op.c
8837 ____________________________________________________________________________
8838 [ 22517] By: nicholas                              on 2004/03/17  17:58:44
8839         Log: Subject: malloc wrappage
8840              From: Jarkko Hietaniemi <jhi@iki.fi>
8841              Message-Id: <37BF70DE-5C0E-11D8-B5A1-00039362CB92@iki.fi>
8842              Date: Tue, 10 Feb 2004 23:15:14 +0200
8843
8844              plus change croak to Perl_croak_nocontext to make ithread safe
8845              plus make it conditional on PERL_MALLOC_WRAP (default for blead is on)
8846      Branch: perl
8847            ! av.c handy.h perl.h pod/perldiag.pod pp.c
8848 ____________________________________________________________________________
8849 [ 22516] By: nicholas                              on 2004/03/17  16:10:57
8850         Log: Add auto-require of modules to restore overloading (and tests)
8851      Branch: perl
8852            + ext/Storable/t/HAS_OVERLOAD.pm
8853            ! MANIFEST ext/Storable/ChangeLog ext/Storable/MANIFEST
8854            ! ext/Storable/Storable.xs ext/Storable/t/overload.t
8855 ____________________________________________________________________________
8856 [ 22515] By: nicholas                              on 2004/03/17  15:48:03
8857         Log: Add regression tests for the auto-require of STORABLE_thaw
8858      Branch: perl
8859            + ext/Storable/t/HAS_HOOK.pm
8860            ! MANIFEST ext/Storable/ChangeLog ext/Storable/MANIFEST
8861            ! ext/Storable/t/blessed.t
8862 ____________________________________________________________________________
8863 [ 22514] By: nicholas                              on 2004/03/16  22:36:49
8864         Log: Move the PERLVAR(Ireentrant_buffer, REENTR*) outside the ITHREADS
8865              block. This allows the re-entrant API to be used with ithreads,
8866              which in turn permits -Dusethreads -Uuseithreads -Uuse5005threads
8867              (Which may seem inane, but makes perl threaded at the C level
8868              without enabling ithreads)
8869      Branch: perl
8870            ! intrpvar.h
8871 ____________________________________________________________________________
8872 [ 22513] By: rgs                                   on 2004/03/16  21:55:10
8873         Log: Add a lchown() call to the POSIX module. [perl #27547]
8874      Branch: perl
8875            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
8876 ____________________________________________________________________________
8877 [ 22512] By: rgs                                   on 2004/03/16  21:29:41
8878         Log: Subject: [PATCH] Re: Perl and Parrot disagree about sched_yield on Solaris
8879              From: Andrew Dougherty <doughera@lafayette.edu>
8880              Date: Tue, 16 Mar 2004 16:38:58 -0500 (EST)
8881              Message-ID: <Pine.SOL.4.58.0403161635590.27628@maxwell.phys.lafayette.edu>
8882      Branch: perl
8883            ! hints/solaris_2.sh
8884 ____________________________________________________________________________
8885 [ 22511] By: rgs                                   on 2004/03/16  21:27:02
8886         Log: Restore the "DEVEL" locally-applied-patches version tag in blead.
8887      Branch: perl
8888            ! patchlevel.h
8889 ____________________________________________________________________________
8890 [ 22510] By: rgs                                   on 2004/03/16  18:29:39
8891         Log: Update Changes. (again)
8892      Branch: perl
8893            ! Changes
8894 ____________________________________________________________________________
8895 [ 22509] By: rgs                                   on 2004/03/16  18:19:52
8896         Log: Update copyright notices
8897      Branch: perl
8898            ! cop.h cv.h doio.c doop.c dump.c embed.h embed.pl embedvar.h
8899            ! form.h global.sym gv.c handy.h hv.c mg.c op.c op.h opcode.h
8900            ! opcode.pl opnames.h pad.c patchlevel.h perl.c perl.h perlapi.h
8901            ! perlio.c pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c
8902            ! proto.h regexec.c scope.c scope.h sv.c sv.h thread.h
8903            ! universal.c utf8.c util.c
8904 ____________________________________________________________________________
8905 [ 22508] By: rgs                                   on 2004/03/16  16:31:03
8906         Log: Regenerate META.yml
8907      Branch: perl
8908            ! META.yml
8909 ____________________________________________________________________________
8910 [ 22507] By: rgs                                   on 2004/03/16  15:36:32
8911         Log: Update Changes.
8912      Branch: perl
8913            ! Changes
8914 ____________________________________________________________________________
8915 [ 22506] By: rgs                                   on 2004/03/16  15:32:42
8916         Log: This is 5.9.1.
8917      Branch: perl
8918            ! patchlevel.h
8919 ____________________________________________________________________________
8920 [ 22505] By: rgs                                   on 2004/03/16  15:28:55
8921         Log: We'll ship 5.9.1 today.
8922      Branch: perl
8923            ! pod/perlhist.pod
8924 ____________________________________________________________________________
8925 [ 22504] By: rgs                                   on 2004/03/16  15:25:22
8926         Log: More perldelta updates.
8927      Branch: perl
8928            ! pod/perl591delta.pod
8929 ____________________________________________________________________________
8930 [ 22503] By: rgs                                   on 2004/03/16  13:23:34
8931         Log: Since the signature.t test of CPAN relies on a non-core module,
8932              it's not relevant to the perl core distribution.
8933      Branch: perl
8934            - lib/CPAN/t/signature.t
8935            ! MANIFEST
8936 ____________________________________________________________________________
8937 [ 22502] By: rgs                                   on 2004/03/15  21:54:56
8938         Log: Fix the order of arguments in the usage message of
8939              POSIX::chown(). It's different from the POSIX order but
8940              it's the same than CORE::chown(). Damn.
8941      Branch: perl
8942            ! ext/POSIX/POSIX.pm
8943 ____________________________________________________________________________
8944 [ 22501] By: rgs                                   on 2004/03/15  17:09:26
8945         Log: Subject: Re: Smoke [5.9.1] 22491 FAIL(M) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
8946              From: Steve Hay <steve.hay@uk.radan.com>
8947              Date: Mon, 15 Mar 2004 10:28:02 +0000
8948              Message-ID: <40558532.30002@uk.radan.com>
8949
8950              Plus, restore patch #22489
8951      Branch: perl
8952            ! win32/Makefile win32/makefile.mk
8953 ____________________________________________________________________________
8954 [ 22500] By: davem                                 on 2004/03/14  20:13:47
8955         Log: scope exit could expose freed local() value
8956      Branch: perl
8957            ! scope.c t/op/localref.t
8958 ____________________________________________________________________________
8959 [ 22499] By: davem                                 on 2004/03/14  17:01:34
8960         Log: strict 'subs' didn't warn on bareword array index
8961      Branch: perl
8962            ! op.c t/lib/strict/subs
8963 ____________________________________________________________________________
8964 [ 22498] By: rgs                                   on 2004/03/14  12:52:17
8965         Log: Four Storable patches towards Storable 2.11 :
8966
8967              Subject: Re: [perl #27616] Storable can't freeze restricted hashes in canonical order
8968              From: Nicholas Clark <nick@ccl4.org>
8969              Date: Sat, 13 Mar 2004 15:13:28 +0000
8970              Message-ID: <20040313151327.GS701@plum.flirble.org>
8971
8972              Date: Sat, 13 Mar 2004 20:23:45 +0000
8973              Message-ID: <20040313202345.GX701@plum.flirble.org>
8974
8975              Date: Sat, 13 Mar 2004 22:20:07 +0000
8976              Message-ID: <20040313222007.GZ701@plum.flirble.org>
8977
8978              Date: Sat, 13 Mar 2004 23:03:46 +0000
8979              Message-ID: <20040313230345.GB701@plum.flirble.org>
8980      Branch: perl
8981            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
8982            ! ext/Storable/Storable.xs ext/Storable/t/blessed.t
8983            ! ext/Storable/t/restrict.t
8984 ____________________________________________________________________________
8985 [ 22497] By: rgs                                   on 2004/03/13  21:27:57
8986         Log: Subject: [perl #27567] [patch] a typo and a mistake in perltoot.pod
8987              From: "padre@elte.hu (via RT)" <perlbug-followup@perl.org>
8988              Date: 10 Mar 2004 17:05:09 -0000
8989              Message-ID: <rt-3.0.8-27567-81174.13.282806825515@perl.org>
8990      Branch: perl
8991            ! pod/perltoot.pod
8992 ____________________________________________________________________________
8993 [ 22496] By: rgs                                   on 2004/03/13  21:16:59
8994         Log: More small perldelta updates.
8995      Branch: perl
8996            ! pod/perl591delta.pod
8997 ____________________________________________________________________________
8998 [ 22495] By: rgs                                   on 2004/03/13  20:05:20
8999         Log: Revert change #22489, that seems to cause build failures on Windows.
9000      Branch: perl
9001            ! win32/Makefile win32/makefile.mk
9002 ____________________________________________________________________________
9003 [ 22494] By: rgs                                   on 2004/03/13  19:55:43
9004         Log: Subject: Re: [PATCH] Stop splitpod truncating sprintf manpage
9005              From: Steve Hay <steve.hay@uk.radan.com>
9006              Date: Fri, 12 Mar 2004 08:38:41 +0000
9007              Message-ID: <40517711.9030204@uk.radan.com>
9008      Branch: perl
9009            ! pod/splitpod
9010 ____________________________________________________________________________
9011 [ 22493] By: rgs                                   on 2004/03/12  23:39:16
9012         Log: perl591delta nits. Regenerate the tables of contents.
9013      Branch: perl
9014            ! pod/perl591delta.pod pod/perlmodlib.pod pod/perltoc.pod
9015 ____________________________________________________________________________
9016 [ 22492] By: rgs                                   on 2004/03/12  21:35:49
9017         Log: Update perl591delta. Include a small to-do list in it.
9018      Branch: perl
9019            ! pod/perl591delta.pod
9020 ____________________________________________________________________________
9021 [ 22491] By: rgs                                   on 2004/03/12  20:08:31
9022         Log: Subject: [PATCH] Math::BigInt v1.70, bignum 0.15, Math::BigRat 0.12
9023              From: Tels <perl_dummy@bloodgate.com>
9024              Date: Fri, 12 Mar 2004 18:02:30 +0100
9025              Message-Id: <200403121802.31679@bloodgate.com>
9026      Branch: perl
9027            + lib/Math/BigInt/t/_e_math.t
9028            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt/t/bare_mbf.t
9029            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
9030            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/with_sub.t
9031            ! lib/bigint.pm lib/bignum.pm
9032 ____________________________________________________________________________
9033 [ 22490] By: rgs                                   on 2004/03/12  18:31:12
9034         Log: Fix a bug in the cloning of regexps
9035
9036              Subject: Re: [perl #27530] Regex qr// interpolation fails when chr(0) is used in a thread
9037              From: hv@crypt.org
9038              Date: Thu, 11 Mar 2004 16:21:50 +0000
9039              Message-Id: <200403111621.i2BGLoi20225@zen.crypt.org>
9040              (plus another similar fix)
9041      Branch: perl
9042            ! sv.c
9043 ____________________________________________________________________________
9044 [ 22489] By: rgs                                   on 2004/03/12  18:26:34
9045         Log: Subject: [PATCH] Fix minitest target in Win32 makefiles
9046              From: Steve Hay <steve.hay@uk.radan.com>
9047              Date: Fri, 12 Mar 2004 15:52:23 +0000
9048              Message-ID: <4051DCB7.107@uk.radan.com>
9049      Branch: perl
9050            ! win32/Makefile win32/makefile.mk
9051 ____________________________________________________________________________
9052 [ 22488] By: rgs                                   on 2004/03/11  22:57:29
9053         Log: Document the new behaviour of the substr lvalue :
9054              Subject: Re: [perl #24346] pulling in stuff from outside the substr lvalue window
9055              From: Dave Mitchell <davem@fdisolutions.com>
9056              Date: Mon, 1 Mar 2004 23:59:21 +0000
9057              Message-ID: <20040301235921.GC6469@fdisolutions.com>
9058      Branch: perl
9059            ! pod/perlfunc.pod
9060 ____________________________________________________________________________
9061 [ 22485] By: davem                                 on 2004/03/11  14:52:58
9062         Log: make op/write.t work better under stdio by running the subtests
9063              in the child process rather than the parent.
9064      Branch: perl
9065            ! t/op/write.t
9066 ____________________________________________________________________________
9067 [ 22484] By: merijn                                on 2004/03/11  10:08:17
9068         Log: Subject: Re: [PATCH] Re: Proposal to remove support for MachTen
9069              From: Dominic Dunlop <shouldbedomo@mac.com>
9070              Date: Thu, 11 Mar 2004 10:34:01 +0100
9071              Message-Id: <3B07B7FC-733F-11D8-AC24-000A27839BD6@mac.com>
9072      Branch: perl
9073            ! README.machten hints/machten.sh
9074 ____________________________________________________________________________
9075 [ 22483] By: nicholas                              on 2004/03/10  20:38:49
9076         Log: croaking for readonly SVs in Perl_sv_utf8_upgrade_flags was a mistake
9077              back this out until we have a tangible policy
9078      Branch: perl
9079            ! sv.c
9080 ____________________________________________________________________________
9081 [ 22482] By: rgs                                   on 2004/03/10  16:16:00
9082         Log: Upgrade to Cwd 2.17.
9083      Branch: perl
9084            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
9085 ____________________________________________________________________________
9086 [ 22481] By: rgs                                   on 2004/03/10  10:55:12
9087         Log: Subject: Re: [PATCH] More "distclean" tidy ups on Win32
9088              From: Steve Hay <steve.hay@uk.radan.com>
9089              Date: Wed, 10 Mar 2004 10:58:15 +0000
9090              Message-ID: <404EF4C7.9090107@uk.radan.com>
9091      Branch: perl
9092            ! win32/Makefile win32/makefile.mk
9093 ____________________________________________________________________________
9094 [ 22480] By: rgs                                   on 2004/03/10  09:25:36
9095         Log: Change 22476 left out a similar fix for ExtUtils::MM_Win32
9096              (noticed by Steve Hay.)
9097              Also, update MANIFEST.SKIP to be in line with the renaming
9098              "blibdirs" to "blibdirs.exists".
9099      Branch: perl
9100            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/MM_Win32.pm
9101 ____________________________________________________________________________
9102 [ 22479] By: rgs                                   on 2004/03/10  09:07:03
9103         Log: A patch by Richard Foley to reduce the amount of
9104              forkage between the 5.8 and 5.9 debuggers.
9105      Branch: perl
9106            ! lib/perl5db.pl
9107 ____________________________________________________________________________
9108 [ 22478] By: chip                                  on 2004/03/09  23:51:41
9109         Log: In line-buffered mode, flush on the *last* newline,
9110              not on every newline.
9111      Branch: perl
9112            ! perlio.c
9113 ____________________________________________________________________________
9114 [ 22477] By: rgs                                   on 2004/03/09  22:27:22
9115         Log: Subject: [PATCH] More "distclean" tidy ups on Win32
9116              From: Steve Hay <steve.hay@uk.radan.com>
9117              Date: Fri, 05 Mar 2004 09:56:36 +0000
9118              Message-ID: <40484ED4.1050001@uk.radan.com>
9119              (only the win32 makefiles part)
9120      Branch: perl
9121            ! win32/Makefile win32/makefile.mk
9122 ____________________________________________________________________________
9123 [ 22476] By: rgs                                   on 2004/03/09  21:45:49
9124         Log: Subject: [PATCH] bleadperl/MM/VMS (was Re: perl@22413)
9125              From: "Craig A. Berry" <craigberry@mac.com>
9126              Date: Mon, 08 Mar 2004 08:18:43 -0600
9127              Message-ID: <404C80C3.6090009@mac.com>
9128
9129              Avoid to build everything twice on VMS.
9130              This is done by renaming the blibdirs target to blibdirs.exists.
9131              No, I don't understand why.
9132      Branch: perl
9133            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_NW5.pm
9134            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
9135            ! lib/ExtUtils/t/INST_PREFIX.t
9136 ____________________________________________________________________________
9137 [ 22474] By: rgs                                   on 2004/03/09  20:29:02
9138         Log: Improve the "Prototype mismatch" error message when
9139              the redefined subroutine didn't have any prototype.
9140      Branch: perl
9141            ! op.c t/comp/redef.t
9142 ____________________________________________________________________________
9143 [ 22473] By: mhx                                   on 2004/03/09  19:09:20
9144         Log: Revert change #22472, but keep the new tests.
9145      Branch: perl
9146            ! pp_ctl.c t/op/range.t
9147 ____________________________________________________________________________
9148 [ 22472] By: mhx                                   on 2004/03/09  18:41:15
9149         Log: Subject: Re: undef and the range operator
9150              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
9151              Date: Mon, 8 Mar 2004 21:49:55 +0100
9152              Message-Id: <20040308214955.3d8be3a6@r2d2>
9153      Branch: perl
9154            ! pp_ctl.c t/op/range.t
9155 ____________________________________________________________________________
9156 [ 22471] By: nicholas                              on 2004/03/09  16:11:37
9157         Log: Make a temporary copy of the input buffer in pp_send, so that send
9158              and syswrite don't gratuitously upgrade their input to UTF8
9159      Branch: perl
9160            ! pp_sys.c t/op/sysio.t
9161 ____________________________________________________________________________
9162 [ 22470] By: rgs                                   on 2004/03/09  15:27:38
9163         Log: Upgrade to Cwd 2.16
9164      Branch: perl
9165            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
9166 ____________________________________________________________________________
9167 [ 22469] By: rgs                                   on 2004/03/09  14:56:10
9168         Log: Upgrade to CGI.pm 3.04.
9169      Branch: perl
9170            ! lib/CGI.pm lib/CGI/Cookie.pm
9171 ____________________________________________________________________________
9172 [ 22468] By: rgs                                   on 2004/03/08  15:35:59
9173         Log: perl591delta.pod update.
9174      Branch: perl
9175            ! pod/perl591delta.pod
9176 ____________________________________________________________________________
9177 [ 22467] By: rgs                                   on 2004/03/08  10:43:23
9178         Log: Another makefile portability fix for Win32 by Steve Hay.
9179      Branch: perl
9180            ! win32/Makefile win32/makefile.mk
9181 ____________________________________________________________________________
9182 [ 22466] By: rgs                                   on 2004/03/08  08:06:33
9183         Log: Subject: [PATCH] win32_fstat has a potential buffer overrun problem
9184              From: Jan Dubois <jand@ActiveState.com>
9185              Date: Sun, 07 Mar 2004 17:04:35 -0800
9186              Message-ID: <8lgn409p4k2kpde8d428d7a4r7fsgjc8b4@4ax.com>
9187      Branch: perl
9188            ! win32/win32.c
9189 ____________________________________________________________________________
9190 [ 22465] By: nicholas                              on 2004/03/07  23:31:49
9191         Log: Fix Dave's original shared hash key corruption bug
9192      Branch: perl
9193            ! sv.c
9194 ____________________________________________________________________________
9195 [ 22463] By: nicholas                              on 2004/03/07  21:34:01
9196         Log: Add a readonly check to Perl_sv_utf8_upgrade_flags, a regresion test
9197              in utf8.t, and fix 3 bugs it exposed in utfhash.t
9198      Branch: perl
9199            ! lib/utf8.t sv.c t/op/utfhash.t
9200 ____________________________________________________________________________
9201 [ 22462] By: rgs                                   on 2004/03/07  20:34:05
9202         Log: Subject: undef and the range operator
9203              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
9204              Date: Sun, 7 Mar 2004 21:11:20 +0100
9205              Message-Id: <20040307211120.10e46933@r2d2>
9206      Branch: perl
9207            ! pp_ctl.c t/op/range.t
9208 ____________________________________________________________________________
9209 [ 22459] By: rgs                                   on 2004/03/07  18:41:36
9210         Log: Subject: Re: [PATCH Cwd 2.15] test tweak for VMS
9211              From: "Ken Williams" <ken@mathforum.org>
9212              Date: Sun, 7 Mar 2004 09:37:19 -0600
9213              Message-Id: <51C75B2A-704D-11D8-BBD2-003065F6D85A@mathforum.org>
9214      Branch: perl
9215            ! ext/Cwd/t/cwd.t
9216 ____________________________________________________________________________
9217 [ 22456] By: rgs                                   on 2004/03/07  14:08:43
9218         Log: Subject: [PATCH t/op/closure.t] line-end tweak for VMS
9219              From: "Craig A. Berry" <craigberry@mac.com>
9220              Date: Sat, 06 Mar 2004 22:50:25 -0600
9221              Message-ID: <404AAA11.8050001@mac.com>
9222      Branch: perl
9223            ! t/op/closure.t
9224 ____________________________________________________________________________
9225 [ 22452] By: rgs                                   on 2004/03/06  21:24:45
9226         Log: Subject: [PATCH Cwd 2.15] test tweak for VMS
9227              From: "Craig A. Berry" <craigberry@mac.com>
9228              Date: Sat, 06 Mar 2004 13:51:55 -0600
9229              Message-ID: <404A2BDB.8030401@mac.com>
9230      Branch: perl
9231            ! ext/Cwd/t/cwd.t
9232 ____________________________________________________________________________
9233 [ 22451] By: rgs                                   on 2004/03/06  21:09:10
9234         Log: Allow syslog() to use numeric constants in addition to strings for
9235              facility names and priorities.
9236
9237              Subject: Patch for Sys::Syslog
9238              From: Jim Schneider <jschneid@netilla.com>
9239              Date: Fri, 5 Mar 2004 14:03:10 -0500
9240              Message-Id: <200403051403.10674.jschneid@netilla.com>
9241      Branch: perl
9242            ! ext/Sys/Syslog/Syslog.pm
9243 ____________________________________________________________________________
9244 [ 22446] By: nicholas                              on 2004/03/06  16:13:48
9245         Log: Make threads tests pass make minitest (by skipping)
9246      Branch: perl
9247            ! t/op/getpid.t t/op/threads.t
9248 ____________________________________________________________________________
9249 [ 22445] By: davem                                 on 2004/03/06  15:25:32
9250         Log: fix coredump in /(?{sub{}})/
9251      Branch: perl
9252            ! pad.c
9253 ____________________________________________________________________________
9254 [ 22444] By: rgs                                   on 2004/03/05  21:19:06
9255         Log: A small perluniintro clarification by Jarkko.
9256      Branch: perl
9257            ! pod/perluniintro.pod
9258 ____________________________________________________________________________
9259 [ 22443] By: rgs                                   on 2004/03/05  14:13:50
9260         Log: Subject: [PATCH] Re: Strange segfault
9261              From: mhx-perl@gmx.net (Marcus Holland-Moritz)
9262              Date: Fri, 5 Mar 2004 15:13:53 +0100
9263              Message-ID: <20040305151353.5f3e913c@r2d2>
9264      Branch: perl
9265            ! pp_ctl.c t/op/range.t
9266 ____________________________________________________________________________
9267 [ 22442] By: rgs                                   on 2004/03/05  09:31:22
9268         Log: Subject: [PATCH] Fix PERLEXE_ICO/PERLEXE_RES targets in makefile.mk on Win32
9269              From: steve.hay@uk.radan.com (Steve Hay)
9270              Date: Fri, 05 Mar 2004 09:42:32 +0000
9271              Message-ID: <40484B88.7070608@uk.radan.com>
9272      Branch: perl
9273            ! win32/makefile.mk
9274 ____________________________________________________________________________
9275 [ 22441] By: rgs                                   on 2004/03/05  08:53:08
9276         Log: Change 22436 broke the Windows build.
9277              Fix by Steve Hay.
9278      Branch: perl
9279            ! ext/POSIX/POSIX.xs
9280 ____________________________________________________________________________
9281 [ 22440] By: davem                                 on 2004/03/05  00:09:23
9282         Log: silence some compiler warnings
9283      Branch: perl
9284            ! pp_ctl.c sv.c
9285 ____________________________________________________________________________
9286 [ 22439] By: davem                                 on 2004/03/04  23:56:42
9287         Log: ensure utf8::encode() normalises its arg
9288      Branch: perl
9289            ! sv.c
9290 ____________________________________________________________________________
9291 [ 22438] By: davem                                 on 2004/03/04  23:32:38
9292         Log: Memory leak in continue loop
9293              make sure redo always frees temps
9294      Branch: perl
9295            ! pp_ctl.c t/op/loopctl.t
9296 ____________________________________________________________________________
9297 [ 22437] By: davem                                 on 2004/03/04  22:03:17
9298         Log: Add perldiag entry for change #22435 (deprecate my $x if 0)
9299      Branch: perl
9300            ! pod/perldiag.pod
9301 ____________________________________________________________________________
9302 [ 22436] By: rgs                                   on 2004/03/04  21:52:18
9303         Log: Subject: [PATCH] Re: [perl #25270] 5.8.3 - POSIX::ctermid() on Solaris
9304              From: Andrew Dougherty <doughera@lafayette.edu>
9305              Date: Thu, 4 Mar 2004 14:41:07 -0500 (EST)
9306              Message-ID: <Pine.SOL.4.58.0403041438350.5863@maxwell.phys.lafayette.edu>
9307      Branch: perl
9308            ! ext/POSIX/POSIX.xs
9309 ____________________________________________________________________________
9310 [ 22435] By: davem                                 on 2004/03/04  21:39:47
9311         Log: add deprecation warning for my $x if 0
9312      Branch: perl
9313            ! op.c t/lib/warnings/op
9314 ____________________________________________________________________________
9315 [ 22434] By: davem                                 on 2004/03/04  21:38:57
9316         Log: remove an 'if $a if 0' from AutoSplit.t
9317      Branch: perl
9318            ! lib/AutoSplit.t
9319 ____________________________________________________________________________
9320 [ 22433] By: davem                                 on 2004/03/04  20:33:44
9321         Log: retract 22328 and 22332: deprecation warning for my $x if foo
9322      Branch: perl
9323            ! embed.h op.c opcode.h opcode.pl pod/perldiag.pod pp.sym
9324            ! pp_proto.h t/lib/warnings/op
9325 ____________________________________________________________________________
9326 [ 22432] By: rgs                                   on 2004/03/04  12:18:11
9327         Log: Maintainers.pl update by MJD.
9328      Branch: perl
9329            ! Porting/Maintainers.pl
9330 ____________________________________________________________________________
9331 [ 22431] By: rgs                                   on 2004/03/04  10:35:59
9332         Log: Fix [perl #27357] Scalar Win32::GetOSVersion() broken in 5.8.3
9333              (by Steve Hay)
9334      Branch: perl
9335            + t/win32/getosversion.t
9336            ! MANIFEST win32/win32.c
9337 ____________________________________________________________________________
9338 [ 22430] By: rgs                                   on 2004/03/04  08:03:54
9339         Log: Clarify the difference between utf8::downgrade/upgrade
9340              and utf8::encode/decode (patch by Jarkko).
9341      Branch: perl
9342            ! lib/utf8.pm pod/perluniintro.pod
9343 ____________________________________________________________________________
9344 [ 22429] By: rgs                                   on 2004/03/03  23:01:56
9345         Log: A couple of notes in perl591delta
9346              (about Benchmark and the debugger.)
9347      Branch: perl
9348            ! pod/perl591delta.pod
9349 ____________________________________________________________________________
9350 [ 22428] By: rgs                                   on 2004/03/03  22:15:42
9351         Log: Subject: [PATCH] simplify sv.h
9352              From: Arthur Bergman <sky@nanisky.com>
9353              Date: Sun, 29 Feb 2004 22:04:53 +0000
9354              Message-Id: <4D3C272C-6B03-11D8-B799-000A95A2734C@nanisky.com>
9355      Branch: perl
9356            ! sv.h
9357 ____________________________________________________________________________
9358 [ 22427] By: rgs                                   on 2004/03/03  21:55:03
9359         Log: Speed up the unicode case mappings (for /i, lc, uc, etc).
9360              Subject: [PATCH] [perl #24826]
9361              From: Jarkko Hietaniemi <jhi@iki.fi>
9362              Date: Wed, 3 Mar 2004 09:37:21 +0200
9363              Message-Id: <9B5CBF96-6CE5-11D8-83B0-00039362CB92@iki.fi>
9364      Branch: perl
9365            ! lib/unicore/To/Fold.pl lib/unicore/To/Lower.pl
9366            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
9367            ! lib/unicore/mktables t/uni/case.pl utf8.c
9368 ____________________________________________________________________________
9369 [ 22426] By: rgs                                   on 2004/03/03  21:04:48
9370         Log: Subject: [PATCH] debugger (5.8.x and 5.9.x)
9371              From: Richard.Foley@t-online.de (Richard Foley)
9372              Date: Wed, 3 Mar 2004 16:10:25 +0100
9373              Message-Id: <200403031610.25080.richard.foley@rfi.net>
9374      Branch: perl
9375            ! lib/perl5db.pl
9376 ____________________________________________________________________________
9377 [ 22425] By: davem                                 on 2004/03/03  00:02:51
9378         Log: stop t/op/write.t failures under stdio by always closing files
9379              before reading them back; also replace `cat file` with a function
9380              to read in the file
9381      Branch: perl
9382            ! t/op/write.t
9383 ____________________________________________________________________________
9384 [ 22424] By: nicholas                              on 2004/03/02  22:22:49
9385         Log: Change the skip logic on the unicode tests so that they don't rely on
9386              miniperl's "dynamic loading unavailable" message
9387      Branch: perl
9388            ! t/uni/chomp.t t/uni/tr_7jis.t t/uni/tr_eucjp.t t/uni/tr_sjis.t
9389            ! t/uni/tr_utf8.t
9390 ____________________________________________________________________________
9391 [ 22423] By: nicholas                              on 2004/03/02  22:02:36
9392         Log: Work on eliminating systematic failures on make minitest:
9393              make minitest passes a -minitest flag to t/TEST
9394              t/TEST sees this and sets $ENV{PERL_CORE_MINITEST}
9395              Tests can choose to skip based on this.
9396              (Other tactic is to make loading of Errno by %! happen at run time.)
9397      Branch: perl
9398            ! Makefile.SH t/TEST t/io/binmode.t t/io/crlf.t t/io/layers.t
9399            ! t/io/open.t t/io/print.t t/io/read.t t/op/magic.t
9400 ____________________________________________________________________________
9401 [ 22422] By: davem                                 on 2004/03/02  21:33:22
9402         Log: Remove machine-dependent rounding dependency from write overflow
9403              tests
9404      Branch: perl
9405            ! t/op/write.t
9406 ____________________________________________________________________________
9407 [ 22421] By: rgs                                   on 2004/03/02  21:25:12
9408         Log: Subject: [PATCH] nmake distclean cleans too much from lib/Digest on Win32
9409              From: Steve Hay <steve.hay@uk.radan.com>
9410              Date: Fri, 27 Feb 2004 17:42:26 +0000
9411              Message-ID: <403F8182.5090607@uk.radan.com>
9412      Branch: perl
9413            ! win32/Makefile win32/makefile.mk
9414 ____________________________________________________________________________
9415 [ 22419] By: davem                                 on 2004/03/01  22:17:52
9416         Log:
9417              add tests for change 22414 (lvalue substr jollity)
9418              courtesy of Graham Barr.
9419      Branch: perl
9420            ! t/op/substr.t
9421 ____________________________________________________________________________
9422 [ 22418] By: davem                                 on 2004/03/01  22:00:11
9423         Log: integrate Time::HiRes 1.56 from CPAN
9424              (which is itself mostly derived from the bleedperl version)
9425      Branch: perl
9426            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
9427            ! ext/Time/HiRes/Makefile.PL
9428 ____________________________________________________________________________
9429 [ 22417] By: mhx                                   on 2004/02/29  21:46:19
9430         Log: Make panics a bit more verbose to ease debugging.
9431      Branch: perl
9432            ! thread.h
9433 ____________________________________________________________________________
9434 [ 22415] By: davem                                 on 2004/02/29  18:06:45
9435         Log: make test breaks permissions on /dev/tty
9436              perl -i could fchmod(stdin) by mistake
9437      Branch: perl
9438            ! doio.c
9439 ____________________________________________________________________________
9440 [ 22414] By: davem                                 on 2004/02/29  16:21:34
9441         Log: Subject: Re: [perl #24346] pulling in stuff from outside the substr lvalue
9442              From: Graham Barr <gbarr@pobox.com>
9443              Date: Wed, 29 Oct 2003 09:56:53 +0000
9444              Message-Id: <3993BF6C-09F6-11D8-B6DD-0003938857CC@pobox.com>
9445
9446              make a variable aliased to an lvalue substr value work as expected
9447      Branch: perl
9448            ! mg.c
9449 ____________________________________________________________________________
9450 [ 22411] By: nicholas                              on 2004/02/29  13:08:28
9451         Log: Bump Socket's version to a real floating point value
9452      Branch: perl
9453            ! ext/Socket/Socket.pm
9454 ____________________________________________________________________________
9455 [ 22410] By: ams                                   on 2004/02/29  04:29:24
9456         Log: Back out _01 version suffix.
9457      Branch: perl
9458            ! ext/Storable/Storable.pm
9459 ____________________________________________________________________________
9460 [ 22409] By: davem                                 on 2004/02/28  23:29:10
9461         Log: Bump version numbers of moules affected by change #22258
9462              (removing /tmp and other insecurities)
9463      Branch: perl
9464            ! ext/DB_File/DB_File.pm ext/Devel/PPPort/PPPort.pm
9465            ! ext/Socket/Socket.pm ext/Storable/Storable.pm
9466            ! ext/Time/HiRes/HiRes.pm lib/CGI/Cookie.pm
9467            ! lib/ExtUtils/MakeMaker.pm lib/Memoize.pm lib/Shell.pm
9468            ! lib/perl5db.pl
9469 ____________________________________________________________________________
9470 [ 22408] By: davem                                 on 2004/02/28  22:37:08
9471         Log: make the bison-based parser threadsafe and capable of deep
9472              recursion by eradicating Perl_yylex_r()
9473      Branch: perl
9474            ! embed.fnc embed.h embedvar.h intrpvar.h mg.c perl.h perlapi.h
9475            ! perly.c proto.h toke.c
9476 ____________________________________________________________________________
9477 [ 22407] By: nicholas                              on 2004/02/28  16:10:20
9478         Log: Use File::Temp for tempfiles if it is available.
9479              (Based on a patch from Solar Designer <solar@openwall.com> in
9480              Message-ID: <20040125222218.GA13499@openwall.com>, the bulk of which
9481              was applied as change 22258)
9482      Branch: perl
9483            ! utils/perlbug.PL
9484 ____________________________________________________________________________
9485 [ 22406] By: mhx                                   on 2004/02/28  15:04:41
9486         Log: Fix segfaults when running under -Dx.
9487      Branch: perl
9488            ! dump.c
9489 ____________________________________________________________________________
9490 [ 22403] By: nicholas                              on 2004/02/27  17:56:30
9491         Log: Assimilate Cwd 2.15 from CPAN
9492      Branch: perl
9493            ! ext/Cwd/Changes lib/Cwd.pm
9494 ____________________________________________________________________________
9495 [ 22401] By: nicholas                              on 2004/02/27  16:27:19
9496         Log: Create a new local $_ without triggering tie by using local *_ = \my $a
9497              (an idea from Ton Hospel, Message-Id: <c1igq3$n84$1@post.home.lunix>)
9498      Branch: perl
9499            ! lib/File/Find.pm lib/File/Find/t/find.t
9500 ____________________________________________________________________________
9501 [ 22400] By: merijn                                on 2004/02/27  15:25:27
9502         Log: When threads are active we need -lpthread, but previous `fix' of
9503              now linked libraries invalidated the regex for sed (AIX 5 has no
9504              seperate libc.a and libc_r.a the latter links to the first)
9505      Branch: perl
9506            ! hints/aix.sh
9507 ____________________________________________________________________________
9508 [ 22397] By: nicholas                              on 2004/02/27  13:13:43
9509         Log: Correct thinko in comment.
9510      Branch: perl
9511            ! op.c
9512 ____________________________________________________________________________
9513 [ 22393] By: nicholas                              on 2004/02/27  10:41:39
9514         Log: In hsplit, if a normal hash has placeholders then clear them before
9515              splitting. We can do this safely because Storable ensures hsplit is
9516              not called while it builds restricted hashes (actually any hashes)
9517              This change may not make things faster, but now we have the choice.
9518      Branch: perl
9519            ! ext/Storable/t/restrict.t hv.c
9520 ____________________________________________________________________________
9521 [ 22391] By: nicholas                              on 2004/02/27  10:27:38
9522         Log: My re-implementation of hv_clear_placeholders was buggy - not sure why
9523              the tests still passed. Fixed.
9524      Branch: perl
9525            ! hv.c
9526 ____________________________________________________________________________
9527 [ 22383] By: nicholas                              on 2004/02/26  14:59:40
9528         Log: Moving all the e-mail addresses over by 1 column makes them start on
9529              an 8 column tabstop, which makes editing this file easier.
9530              So then I replaced spaces with tabs and made it smaller too.
9531      Branch: perl
9532            ! AUTHORS
9533 ____________________________________________________________________________
9534 [ 22382] By: nicholas                              on 2004/02/26  14:49:13
9535         Log: Add Mark Fowler
9536      Branch: perl
9537            ! AUTHORS
9538 ____________________________________________________________________________
9539 [ 22381] By: nicholas                              on 2004/02/26  13:11:07
9540         Log: Integrate:
9541              [ 22339]
9542              Mention 5.005_04 RC2
9543
9544              [ 22360]
9545              Update for 5.005_04 release
9546      Branch: perl
9547           !> pod/perlhist.pod
9548 ____________________________________________________________________________
9549 [ 22380] By: rgs                                   on 2004/02/26  13:03:43
9550         Log: Subject: [PATCH] Improved perlapi documentation for croak
9551              From: Mark Fowler <mark@twoshortplanks.com>
9552              Date: Wed, 25 Feb 2004 22:47:21 +0000 (GMT)
9553              Message-ID: <Pine.LNX.4.55.0402252242510.32152@gan.twoshortplanks.com>
9554
9555              (and regenerate perlapi.pod.)
9556      Branch: perl
9557            ! pod/perlapi.pod util.c
9558 ____________________________________________________________________________
9559 [ 22379] By: merijn                                on 2004/02/26  08:44:53
9560         Log: From: Art Haas <ahaas@airmail.net>
9561              Subject: Replacing '-rdynamic' in Configure script
9562              Date: Fri, 20 Feb 2004 13:53:56 -0600
9563              Message-ID: <20040220195400.31177.qmail@onion.perl.org>
9564      Branch: perl
9565            ! Configure
9566 ____________________________________________________________________________
9567 [ 22377] By: davem                                 on 2004/02/25  21:07:44
9568         Log: remove my work address
9569      Branch: perl
9570            ! AUTHORS
9571 ____________________________________________________________________________
9572 [ 22376] By: davem                                 on 2004/02/25  17:10:56
9573         Log: stop "const in void context" warning for a const in an
9574              optimised-away boolean expresssion, eg 5 || print;
9575      Branch: perl
9576            ! op.c op.h t/lib/warnings/op
9577 ____________________________________________________________________________
9578 [ 22375] By: merijn                                on 2004/02/25  11:13:12
9579         Log: Skip the Net/Ping/450_service failures on HP-UX for the time being
9580      Branch: perl
9581            ! lib/Net/Ping/t/450_service.t
9582 ____________________________________________________________________________
9583 [ 22374] By: merijn                                on 2004/02/25  09:32:12
9584         Log: AIX hints stage 3: remove AIX 3 and AIX 4 after split off
9585              One open issue left: promoting to cc_r for threaded builds
9586              need a review to permit users using -Dcc=xlc_r for non
9587              threaded builds
9588      Branch: perl
9589            ! hints/aix.sh
9590 ____________________________________________________________________________
9591 [ 22373] By: davem                                 on 2004/02/24  23:25:52
9592         Log: fix memory leak in @_ = ...; goto &sub
9593      Branch: perl
9594            ! pp_ctl.c
9595 ____________________________________________________________________________
9596 [ 22372] By: rgs                                   on 2004/02/24  22:44:34
9597         Log: Enhance test cleanliness by a very small factor.
9598      Branch: perl
9599            ! t/comp/parser.t
9600 ____________________________________________________________________________
9601 [ 22371] By: rgs                                   on 2004/02/24  22:34:06
9602         Log: Fix a segfault during optree construction. (bug #27024)
9603      Branch: perl
9604            ! op.c t/comp/parser.t
9605 ____________________________________________________________________________
9606 [ 22370] By: rgs                                   on 2004/02/24  20:39:26
9607         Log: Update Changes and AUTHORS.
9608      Branch: perl
9609            ! AUTHORS Changes
9610 ____________________________________________________________________________
9611 [ 22369] By: rgs                                   on 2004/02/24  19:53:51
9612         Log: Subject: [PATCH] optimization for map in scalar context
9613              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
9614              Date: Tue, 24 Feb 2004 12:02:57 +0100
9615              Message-id: <20040224110257.GA5510@ethan>
9616      Branch: perl
9617            ! pp_ctl.c
9618 ____________________________________________________________________________
9619 [ 22368] By: rgs                                   on 2004/02/24  19:30:12
9620         Log: Subject: Bugfix for perlrequick and perlretut
9621              From: Mark Kvale <kvale@phy.ucsf.edu>
9622              Date: Tue, 24 Feb 2004 11:32:34 -0800
9623              Message-Id: <200402241132.34656.kvale@phy.ucsf.edu>
9624      Branch: perl
9625            ! pod/perlrequick.pod pod/perlretut.pod
9626 ____________________________________________________________________________
9627 [ 22367] By: rgs                                   on 2004/02/23  22:08:33
9628         Log: Instead of localising *_, use a dummy foreach loop to get
9629              a local value of $_
9630      Branch: perl
9631            ! lib/File/Find.pm
9632 ____________________________________________________________________________
9633 [ 22366] By: rgs                                   on 2004/02/23  21:40:02
9634         Log: Subject: Re: [perl #24338] Attribute::Handlers will trash UNIVERSAL
9635              From: alan <alan@pair.com>
9636              Date: Tue, 17 Feb 2004 14:23:08 -0500 (EST)
9637              Message-ID: <Pine.BSF.4.58.0402171418090.80983@smx.pair.com>
9638      Branch: perl
9639            ! lib/Attribute/Handlers.pm
9640 ____________________________________________________________________________
9641 [ 22365] By: rgs                                   on 2004/02/23  21:30:42
9642         Log: Update perl591delta.
9643      Branch: perl
9644            ! pod/perl591delta.pod
9645 ____________________________________________________________________________
9646 [ 22364] By: rgs                                   on 2004/02/23  20:56:38
9647         Log: Fix bug #26910: hints were not propagated into (?{...})
9648              blocks, except the utf8 pragma.
9649      Branch: perl
9650            ! pp_ctl.c t/lib/strict/refs t/lib/strict/subs t/lib/strict/vars
9651 ____________________________________________________________________________
9652 [ 22363] By: rgs                                   on 2004/02/23  19:15:53
9653         Log: Subject: Re: [perl #26905] "use bytes" doesn't apply byte semantics to concatenation
9654              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
9655              Date: Sun, 22 Feb 2004 16:09:33 +0900
9656              Message-Id: <20040222160505.98E5.BQW10602@nifty.com>
9657
9658              Subject: [PATCH] Encode::CN::HZ (was Re: [perl #26905] "use bytes" doesn't apply byte semantics to concatenation)
9659              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
9660              Date: Sun, 22 Feb 2004 18:41:43 +0900
9661              Message-Id: <20040222182357.6B39.BQW10602@nifty.com>
9662
9663              Plus, add a "_01" to the theoretical version number of Encode::CN::HZ.
9664      Branch: perl
9665            ! ext/Encode/lib/Encode/CN/HZ.pm pp_hot.c t/op/concat.t
9666 ____________________________________________________________________________
9667 [ 22362] By: rgs                                   on 2004/02/23  18:31:31
9668         Log: Subject: [PATCH] Benchmark for child processes
9669              From: Chia-liang Kao <clkao@clkao.org>
9670              Date: Mon, 23 Feb 2004 22:53:51 +0800
9671              Message-ID: <20040223145351.GH94376@portege.clkao.org>
9672      Branch: perl
9673            ! lib/Benchmark.pm
9674 ____________________________________________________________________________
9675 [ 22359] By: merijn                                on 2004/02/23  11:55:08
9676         Log: Subject: Re: Perl 5.8.1 on IRIX 5.3
9677              Date: Thu, 22 Jan 2004 18:35:26 +0100 (CET)
9678              From: Georg Schwarz <geos@epost.de>
9679              Message-Id: <E1Ajijm-0006ya-LE@mikro.physik.TU-Berlin.DE>
9680      Branch: perl
9681            ! hints/irix_5.sh
9682 ____________________________________________________________________________
9683 [ 22358] By: rgs                                   on 2004/02/22  21:49:47
9684         Log: Subject: initial patch for cygwin IPC via cygserver
9685              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
9686              Date: Thu, 19 Feb 2004 09:01:13 -0800
9687              Message-ID: <20040219170113.GA2792@efn.org>
9688      Branch: perl
9689            ! ext/IPC/SysV/hints/cygwin.pl hints/cygwin.sh
9690 ____________________________________________________________________________
9691 [ 22357] By: davem                                 on 2004/02/22  15:43:53
9692         Log: Extend OP_AELEMFAST optimisation to lexical arrays
9693      Branch: perl
9694            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm op.c op.h pp_hot.c
9695 ____________________________________________________________________________
9696 [ 22356] By: rgs                                   on 2004/02/21  16:51:52
9697         Log: We're not binary compatible with 5.8.
9698              Change PERL_API_VERSION to 5.9.1.
9699      Branch: perl
9700            ! patchlevel.h
9701 ____________________________________________________________________________
9702 [ 22355] By: rgs                                   on 2004/02/21  16:30:02
9703         Log: Document change #22353 in perldelta.
9704      Branch: perl
9705            ! pod/perl591delta.pod
9706 ____________________________________________________________________________
9707 [ 22354] By: rgs                                   on 2004/02/21  16:23:54
9708         Log: Increment the version number of B, due to the incompatible
9709              API change introduced by #22353 (no more op_seq method.)
9710      Branch: perl
9711            ! ext/B/B.pm
9712 ____________________________________________________________________________
9713 [ 22353] By: rgs                                   on 2004/02/21  16:18:32
9714         Log: Subject: Re: op_seq (was: Freeing code)
9715              From: Paul Johnson <paul@pjcj.net>
9716              Date: Sat, 21 Feb 2004 02:31:47 +0100
9717              Message-ID: <20040221013147.GB6953@pjcj.net>
9718
9719              Rework the OP structure to use less space.
9720              Remove op_seq (and simulate it in dump.c),
9721              replace it by op_opt and op_static,
9722              shrink op_type, remove PL_op_seqmax.
9723      Branch: perl
9724            ! bytecode.pl dump.c embed.h embedvar.h ext/B/B.xs
9725            ! ext/B/B/Asmdata.pm ext/B/B/C.pm ext/B/B/Concise.pm
9726            ! ext/B/B/Debug.pm ext/ByteLoader/byterun.c
9727            ! ext/ByteLoader/byterun.h intrpvar.h op.c op.h perlapi.h
9728            ! pod/perlintern.pod sv.c
9729 ____________________________________________________________________________
9730 [ 22352] By: rgs                                   on 2004/02/20  17:29:32
9731         Log: When you write C<my $_ ; for (...) {...}>, the lexical $_
9732              is not actually introduced by the for statement.
9733      Branch: perl
9734            ! op.c
9735 ____________________________________________________________________________
9736 [ 22351] By: davem                                 on 2004/02/20  15:38:10
9737         Log: remove a split test's dependence on -Dx output
9738              (needed after change #22343)
9739      Branch: perl
9740            ! t/op/split.t
9741 ____________________________________________________________________________
9742 [ 22350] By: davem                                 on 2004/02/20  15:34:27
9743         Log: add Deparse/Concise support for inplace sort (change 22349)
9744      Branch: perl
9745            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm
9746 ____________________________________________________________________________
9747 [ 22349] By: davem                                 on 2004/02/20  14:54:35
9748         Log: optimise the sorting inplace of plain arrays: @a = sort @a
9749      Branch: perl
9750            ! op.c op.h pp_sort.c t/op/sort.t
9751 ____________________________________________________________________________
9752 [ 22348] By: davem                                 on 2004/02/20  14:18:13
9753         Log: Document the SVf_PADSTALE flag
9754      Branch: perl
9755            ! pad.c
9756 ____________________________________________________________________________
9757 [ 22347] By: rgs                                   on 2004/02/20  10:46:51
9758         Log: Delete lib/IPC/SysV.t (duplicate of ext/IPC/SysV/t/ipcsysv.t)
9759      Branch: perl
9760            - lib/IPC/SysV.t
9761            ! MANIFEST
9762 ____________________________________________________________________________
9763 [ 22346] By: rgs                                   on 2004/02/20  10:23:51
9764         Log: Subject: [PATCH] genmk95.pl touchup for distclean on Win98
9765              From: Greg Matheson <lang@ms.chinmin.edu.tw>
9766              Date: Fri, 20 Feb 2004 15:34:59 +0800
9767              Message-ID: <20040220153459.A30249@ms.chinmin.edu.tw>
9768      Branch: perl
9769            ! win32/genmk95.pl
9770 ____________________________________________________________________________
9771 [ 22345] By: rgs                                   on 2004/02/20  08:21:47
9772         Log: Upgrade to Term::ANSIColor 1.08.
9773      Branch: perl
9774            ! lib/Term/ANSIColor.pm lib/Term/ANSIColor/ChangeLog
9775            ! lib/Term/ANSIColor/README lib/Term/ANSIColor/test.pl
9776 ____________________________________________________________________________
9777 [ 22344] By: rgs                                   on 2004/02/19  21:17:10
9778         Log: Upgrade to prereleases of Math::BigInt 1.70 and
9779              Math::BigRat 0.12, by Tels.
9780      Branch: perl
9781            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
9782            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/CalcEmu.pm
9783            ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bare_mbi.t
9784            ! lib/Math/BigInt/t/bare_mif.t lib/Math/BigInt/t/bigfltpm.inc
9785            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
9786            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
9787            ! lib/Math/BigInt/t/bigints.t lib/Math/BigInt/t/biglog.t
9788            ! lib/Math/BigInt/t/calling.t lib/Math/BigInt/t/config.t
9789            ! lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/mbimbf.t
9790            ! lib/Math/BigInt/t/req_mbfw.t lib/Math/BigInt/t/sub_mbf.t
9791            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/sub_mif.t
9792            ! lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
9793            ! lib/Math/BigInt/t/use_mbfw.t lib/Math/BigInt/t/with_sub.t
9794            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigfltpm.inc
9795            ! lib/Math/BigRat/t/bigfltrt.t lib/Math/BigRat/t/bigrat.t
9796            ! lib/bigint.pm t/lib/Math/BigInt/BareCalc.pm
9797            ! t/lib/Math/BigInt/Scalar.pm t/lib/Math/BigRat/Test.pm
9798 ____________________________________________________________________________
9799 [ 22343] By: davem                                 on 2004/02/19  13:43:18
9800         Log: -Dx could coredump on threaded builds because consts are now
9801              stored in the pad
9802      Branch: perl
9803            ! dump.c
9804 ____________________________________________________________________________
9805 [ 22342] By: rgs                                   on 2004/02/18  21:38:13
9806         Log: Add a tool to report dual-lived core modules that don't
9807              have the same version than the corresponding module on CPAN.
9808      Branch: perl
9809            + Porting/corecpan.pl
9810            ! MANIFEST
9811 ____________________________________________________________________________
9812 [ 22341] By: rgs                                   on 2004/02/18  14:04:11
9813         Log: Document the removal of PERL_XS_APIVERSION and PERL_PM_APIVERSION.
9814      Branch: perl
9815            ! pod/perl591delta.pod
9816 ____________________________________________________________________________
9817 [ 22338] By: rgs                                   on 2004/02/18  13:32:17
9818         Log: Add base.pm and fields.pm to the maintainer list.
9819              Remove a duplicate file from this list.
9820      Branch: perl
9821            ! Porting/Maintainers.pl
9822 ____________________________________________________________________________
9823 [ 22337] By: davem                                 on 2004/02/18  13:22:13
9824         Log: fix write test: -small_number may be displayed as 00.00 or -0.00
9825      Branch: perl
9826            ! t/op/write.t
9827 ____________________________________________________________________________
9828 [ 22334] By: merijn                                on 2004/02/18  12:18:52
9829         Log: Removed pm_apiversion and xs_apiversion as requested by
9830              the pumpkin. Chainsaw was still in perfect working order.
9831      Branch: perl
9832            ! Configure Cross/config.sh-arm-linux NetWare/config.wc
9833            ! NetWare/config_H.wc Porting/Glossary Porting/config.sh
9834            ! Porting/config_H config_h.SH configure.com epoc/config.sh
9835            ! plan9/config.plan9 plan9/config_h.sample
9836            ! plan9/config_sh.sample uconfig.h uconfig.sh win32/config.bc
9837            ! win32/config.gc win32/config.vc win32/config.vc64
9838            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
9839            ! win32/config_H.vc64 wince/config.ce wince/config_H.ce
9840 ____________________________________________________________________________
9841 [ 22332] By: davem                                 on 2004/02/18  11:14:43
9842         Log: Add tests for the C<my $x if foo> deprecation, and change the
9843              warning text
9844      Branch: perl
9845            ! op.c pod/perldiag.pod t/lib/warnings/op
9846 ____________________________________________________________________________
9847 [ 22330] By: mhx                                   on 2004/02/18  08:53:03
9848         Log: 1. Add section to perlxs.pod describing that the refcount of AVs/HVs
9849              returned from XSUBs through RETVAL isn't decremented as it is for
9850              SVs. This causes those XSUBs to leak memory and cannot be fixed
9851              without breaking existing CPAN modules that work around this bug.
9852
9853              2. Fix a memory leak of that kind in POSIX::localconv.
9854      Branch: perl
9855            ! ext/POSIX/POSIX.xs pod/perlxs.pod
9856 ____________________________________________________________________________
9857 [ 22329] By: rgs                                   on 2004/02/18  08:25:58
9858         Log: Encode has local changes. Up-version it.
9859      Branch: perl
9860            ! ext/Encode/Encode.pm
9861 ____________________________________________________________________________
9862 [ 22328] By: davem                                 on 2004/02/17  23:30:50
9863         Log: add deprecation warning for C<my $x if foo> and C<foo && (my $x)>
9864      Branch: perl
9865            ! op.c opcode.h opcode.pl pod/perldiag.pod pp.sym pp_proto.h
9866 ____________________________________________________________________________
9867 [ 22327] By: rgs                                   on 2004/02/17  23:22:45
9868         Log: It's better to localize *_ than $_, to avoid magic leakage
9869      Branch: perl
9870            ! lib/File/Find.pm
9871 ____________________________________________________________________________
9872 [ 22326] By: rgs                                   on 2004/02/17  23:18:25
9873         Log: One of the new tests of MIME::Base64 relies on a non-core module.
9874      Branch: perl
9875            - ext/MIME/Base64/t/bad-sv.t
9876            ! MANIFEST
9877 ____________________________________________________________________________
9878 [ 22325] By: rgs                                   on 2004/02/17  23:10:22
9879         Log: Upgrade to MIME::Base64 3.00.
9880              Fix t/warn.t so it works in the core.
9881              Reintegrate change #22309 in it. Bump $VERSION to 3.00_01.
9882      Branch: perl
9883            + ext/MIME/Base64/t/bad-sv.t ext/MIME/Base64/t/warn.t
9884            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
9885            ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
9886            ! ext/MIME/Base64/t/base64.t
9887 ____________________________________________________________________________
9888 [ 22323] By: rgs                                   on 2004/02/17  22:20:25
9889         Log: Be more clear. Use simple words.
9890      Branch: perl
9891            ! pod/perl591delta.pod
9892 ____________________________________________________________________________
9893 [ 22322] By: davem                                 on 2004/02/17  21:52:08
9894         Log: remove C<my $x if foo> construct from core modules
9895      Branch: perl
9896            ! ext/B/B/Deparse.pm ext/IO/lib/IO/Handle.pm
9897            ! ext/IO/lib/IO/Pipe.pm lib/ExtUtils/Liblist/Kid.pm
9898            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Win95.pm
9899            ! lib/Net/NNTP.pm lib/Net/POP3.pm lib/Net/SMTP.pm
9900            ! lib/Pod/Parser.pm lib/Test/Harness.pm utils/h2xs.PL
9901 ____________________________________________________________________________
9902 [ 22321] By: rgs                                   on 2004/02/17  21:22:17
9903         Log: Dave Mitchell suggested this perldelta entry for the SVp_* reordering.
9904      Branch: perl
9905            ! pod/perl591delta.pod
9906 ____________________________________________________________________________
9907 [ 22320] By: rgs                                   on 2004/02/17  21:07:11
9908         Log: Bump $B::VERSION (because of change #22315).
9909      Branch: perl
9910            ! ext/B/B.pm
9911 ____________________________________________________________________________
9912 [ 22319] By: rgs                                   on 2004/02/17  21:03:09
9913         Log: Regenerate table of contents and other related files.
9914      Branch: perl
9915            ! MANIFEST pod/perl.pod pod/perltoc.pod
9916 ____________________________________________________________________________
9917 [ 22318] By: rgs                                   on 2004/02/17  20:06:04
9918         Log: Bump up perl's version number to 5.9.1.
9919              Add perl591delta in perl.pod.
9920              Update the sample config files in Porting/.
9921      Branch: perl
9922            ! NetWare/Makefile NetWare/config_H.wc Porting/config.sh
9923            ! Porting/config_H epoc/config.sh epoc/createpkg.pl patchlevel.h
9924            ! plan9/config.plan9 pod/perl.pod win32/Makefile
9925            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
9926            ! win32/config_H.vc64 win32/makefile.mk wince/Makefile.ce
9927 ____________________________________________________________________________
9928 [ 22317] By: davem                                 on 2004/02/17  19:28:58
9929         Log: 22316 had stupid precedence thinkos
9930      Branch: perl
9931            ! pp.c pp_hot.c
9932 ____________________________________________________________________________
9933 [ 22316] By: davem                                 on 2004/02/17  18:23:27
9934         Log: Slight update to #22315 ($lval=*FOO); optimise the hot tests,
9935              and fix some incorrect indentation
9936      Branch: perl
9937            ! pp.c pp_hot.c sv.c
9938 ____________________________________________________________________________
9939 [ 22315] By: davem                                 on 2004/02/17  18:01:52
9940         Log: Subject:  Re: [PATCH] GLOB to LVALUE assignment fix
9941              From:  Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
9942              Date:  Tue, 17 Feb 2004 17:32:16 +0100
9943              Message-Id:  <20040217163216.GA6805@ethan>
9944
9945              Make PVLV a superset of PVGV, so that $lvalue = *FOO works
9946      Branch: perl
9947            ! dump.c ext/B/B.pm ext/B/B.xs pp.c pp_hot.c sv.c sv.h t/op/gv.t
9948 ____________________________________________________________________________
9949 [ 22314] By: merijn                                on 2004/02/17  11:22:24
9950         Log: 1. Creating backward compatibility for Configure after patches
9951              #22227 and #22302 to still support 5.8.x and below
9952
9953              2. Small change for building on GNU hurd
9954              Date: Sun, 15 Feb 2004 23:27:17 +1100
9955              From: "Brendan O'Dea" <bod@debian.org>
9956              Message-ID: <20040215122717.GA26812@londo.c47.org>
9957      Branch: perl
9958            ! Configure Makefile.SH hints/gnu.sh
9959 ____________________________________________________________________________
9960 [ 22313] By: mhx                                   on 2004/02/16  20:27:40
9961         Log: Fix for Win32 build failure caused by the byacc to bison switch.
9962      Branch: perl
9963            ! perl.h
9964 ____________________________________________________________________________
9965 [ 22312] By: rgs                                   on 2004/02/16  13:16:43
9966         Log: Revert change 22308 (the patch was against maint, not blead)
9967      Branch: perl
9968            ! lib/ExtUtils/instmodsh
9969 ____________________________________________________________________________
9970 [ 22310] By: merijn                                on 2004/02/16  11:30:29
9971         Log: Fix typo in doc for Encode
9972              From: "Brendan O'Dea" <bod@debian.org>
9973              Date: Sun, 15 Feb 2004 23:27:17 +1100
9974              Message-ID: <20040215122717.GA26812@londo.c47.org>
9975      Branch: perl
9976            ! ext/Encode/Encode.pm
9977 ____________________________________________________________________________
9978 [ 22309] By: merijn                                on 2004/02/16  11:27:34
9979         Log: Missing semi-colon
9980              From: "Brendan O'Dea" <bod@debian.org>
9981              Date: Sun, 15 Feb 2004 23:27:17 +1100
9982              Message-ID: <20040215122717.GA26812@londo.c47.org>
9983      Branch: perl
9984            ! ext/MIME/Base64/Base64.xs
9985 ____________________________________________________________________________
9986 [ 22308] By: merijn                                on 2004/02/16  11:24:59
9987         Log: Add some basic POD to lib/ExtUtils/instmodsh so that
9988              it has a manpage.
9989              From: "Brendan O'Dea" <bod@debian.org>
9990              Date: Sun, 15 Feb 2004 23:27:17 +1100
9991              Message-ID: <20040215122717.GA26812@londo.c47.org>
9992      Branch: perl
9993            ! lib/ExtUtils/instmodsh
9994 ____________________________________________________________________________
9995 [ 22307] By: rgs                                   on 2004/02/15  11:02:49
9996         Log: Subject: [patch perlguts.pod] save_item doesn't handle magic
9997              From: Stas Bekman <stas@stason.org>
9998              Date: Fri, 13 Feb 2004 20:18:59 -0800
9999              Message-ID: <402DA1B3.2010608@stason.org>
10000      Branch: perl
10001            ! pod/perlguts.pod
10002 ____________________________________________________________________________
10003 [ 22306] By: davem                                 on 2004/02/15  00:24:26
10004         Log: Segmentation fault with
10005              sub x { shift; @a = @b; eval +{ use } }
10006      Branch: perl
10007            ! op.c perly.act perly.h perly.tab perly.y t/comp/parser.t
10008 ____________________________________________________________________________
10009 [ 22305] By: davem                                 on 2004/02/14  23:52:09
10010         Log: Enable v (verbose) switch on -Dp to display the top 8 elements
10011              on the parser stack at each reduce.  Also,
10012
10013              Subject: Re: switch from byacc to bison
10014              From: "Craig A. Berry" <craigberry@mac.com>
10015              Date: Sat, 14 Feb 2004 13:26:45 -0600
10016              Message-ID: <craigberry-8058A3.13264414022004@onion.develooper.com>
10017
10018              change #if DEBUGGING to #ifdef ... in perly.c
10019      Branch: perl
10020            ! perly.c pod/perlrun.pod
10021 ____________________________________________________________________________
10022 [ 22304] By: davem                                 on 2004/02/14  13:33:26
10023         Log: Subject:  Re: switch from byacc to bison
10024              From:  Abe Timmerman <abeltje@cpan.org>
10025              Date:  Sat, 14 Feb 2004 11:56:24 +0100
10026              Message-Id:  <200402141156.58185.abeltje@cpan.org>
10027
10028              Fix typos in pumpkin.pod
10029      Branch: perl
10030            ! Porting/pumpkin.pod
10031 ____________________________________________________________________________
10032 [ 22303] By: davem                                 on 2004/02/14  12:28:37
10033         Log: remove binary compatibility stuff from the yacc -> bison switch
10034              of change #22302
10035      Branch: perl
10036            ! embedvar.h intrpvar.h
10037 ____________________________________________________________________________
10038 [ 22302] By: davem                                 on 2004/02/14  02:06:53
10039         Log: Switch from byacc to bison and simplify the perly.* regeneration
10040              process
10041      Branch: perl
10042            + perly.act perly.tab regen_perly.pl
10043            - perly.fixer perly_c.diff perlyline.pl vms/perly_c.vms
10044            - vms/perly_h.vms vms/vms_yfix.pl
10045            ! MANIFEST Makefile.SH Porting/pumpkin.pod embedvar.h intrpvar.h
10046            ! op.c perl.h perlapi.h perly.c perly.h perly.y sv.c toke.c
10047            ! vms/descrip_mms.template
10048 ____________________________________________________________________________
10049 [ 22301] By: rgs                                   on 2004/02/13  21:11:25
10050         Log: Fix an fcntl example in perlopentut, spotted by MJD.
10051      Branch: perl
10052            ! pod/perlopentut.pod
10053 ____________________________________________________________________________
10054 [ 22300] By: davem                                 on 2004/02/12  23:18:20
10055         Log: The new -Dq option didn't actually work!
10056      Branch: perl
10057            ! perl.h
10058 ____________________________________________________________________________
10059 [ 22299] By: merijn                                on 2004/02/12  14:32:15
10060         Log: Subject: [comment patch] (ed: mg.c:mg_set() => mg.c:Perl_magic_set())
10061              From: Stas Bekman <stas@stason.org>
10062              Date: Wed, 11 Feb 2004 16:53:54 -0800
10063              Message-ID: <402ACEA2.4020907@stason.org>
10064      Branch: perl
10065            ! perl.c
10066 ____________________________________________________________________________
10067 [ 22298] By: rgs                                   on 2004/02/10  08:49:12
10068         Log: Subject: Re: [PATCH] Add "Camel" logo icon to perl.exe on Windows
10069              From: Greg Matheson <lang@ms.chinmin.edu.tw>
10070              Date: Tue, 10 Feb 2004 12:36:33 +0800
10071              Message-ID: <20040210043633.GA33671687@momotaro>
10072      Branch: perl
10073            ! win32/makefile.mk
10074 ____________________________________________________________________________
10075 [ 22297] By: rgs                                   on 2004/02/10  08:05:16
10076         Log: Add 5.005_04-RC1 and Leon in perlhist.
10077      Branch: perl
10078            ! pod/perlhist.pod
10079 ____________________________________________________________________________
10080 [ 22295] By: rgs                                   on 2004/02/09  22:48:54
10081         Log: Add a note in Unicode::UCD about the _getcode() function
10082              being copy-n-pasted in charnames.pm. (spotted by Merijn)
10083      Branch: perl
10084            ! lib/Unicode/UCD.pm
10085 ____________________________________________________________________________
10086 [ 22294] By: rgs                                   on 2004/02/09  21:48:15
10087         Log: Implement stacked filetest operators (-f -w -x $file).
10088      Branch: perl
10089            ! doio.c dump.c ext/B/B/Concise.pm op.c op.h
10090            ! pod/perl591delta.pod pod/perlfunc.pod pp_sys.c t/op/filetest.t
10091 ____________________________________________________________________________
10092 [ 22292] By: rgs                                   on 2004/02/09  21:17:40
10093         Log: Subject: Re: [perl #26073] sprintf miscounts padding when format is utf8
10094              From: hv@crypt.org
10095              Date: Mon, 09 Feb 2004 03:21:21 +0000
10096              Message-Id: <200402090321.i193LL907950@zen.crypt.org>
10097      Branch: perl
10098            ! sv.c t/op/sprintf2.t
10099 ____________________________________________________________________________
10100 [ 22291] By: rgs                                   on 2004/02/09  21:09:14
10101         Log: Subject: reduce overhead of charnames.pm, make op/pat.t work under miniperl
10102              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
10103              Date: Mon, 9 Feb 2004 00:51:45 -0800
10104              Message-ID: <20040209085145.GA3204@efn.org>
10105              (plus an etymological notice)
10106      Branch: perl
10107            ! lib/charnames.pm
10108 ____________________________________________________________________________
10109 [ 22290] By: rgs                                   on 2004/02/08  21:34:27
10110         Log: Add the new private flag OPpGREP_LEX in B::Concise.
10111      Branch: perl
10112            ! ext/B/B/Concise.pm
10113 ____________________________________________________________________________
10114 [ 22289] By: rgs                                   on 2004/02/08  21:21:28
10115         Log: map and grep weren't working correctly with lexical $_ in
10116              scalar context, because pp_mapwhile and pp_grepwhile were using
10117              their target as a temporary slot to store the return value.
10118      Branch: perl
10119            ! pp_ctl.c pp_hot.c t/op/mydef.t
10120 ____________________________________________________________________________
10121 [ 22287] By: rgs                                   on 2004/02/08  12:01:35
10122         Log: Subject: Re: [PATCH] Add "Camel" logo icon to perl.exe on Windows
10123              From: Greg Matheson <lang@ms.chinmin.edu.tw>
10124              Date: Mon, 2 Feb 2004 16:52:44 +0800
10125              Message-ID: <20040202165244.A17415@ms.chinmin.edu.tw>
10126      Branch: perl
10127            ! win32/makefile.mk
10128 ____________________________________________________________________________
10129 [ 22286] By: rgs                                   on 2004/02/08  11:48:09
10130         Log: Subject: [PATCH] Correct some prototypes in perlapi.pod
10131              From: Steve Hay <steve.hay@uk.radan.com>
10132              Date: Fri, 06 Feb 2004 12:44:05 +0000
10133              Message-ID: <40238C15.2090200@uk.radan.com>
10134      Branch: perl
10135            ! pod/perlapi.pod sv.h
10136 ____________________________________________________________________________
10137 [ 22285] By: rgs                                   on 2004/02/08  11:44:22
10138         Log: Subject: [PATCH] Fix absolute path handling in installhtml
10139              From: Steve Hay <steve.hay@uk.radan.com>
10140              Date: Fri, 06 Feb 2004 16:14:14 +0000
10141              Message-ID: <4023BD56.6090903@uk.radan.com>
10142      Branch: perl
10143            ! installhtml
10144 ____________________________________________________________________________
10145 [ 22284] By: rgs                                   on 2004/02/08  11:42:08
10146         Log: Subject: [PATCH perlunicode.pod] chomp() cares about Unicode
10147              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
10148              Date: Sat, 07 Feb 2004 00:08:36 +0900
10149              Message-Id: <20040206235116.0E36.BQW10602@nifty.com>
10150      Branch: perl
10151            ! pod/perlunicode.pod
10152 ____________________________________________________________________________
10153 [ 22282] By: nicholas                              on 2004/02/07  22:32:44
10154         Log: Comment to record why we can't clear placeholders in hsplit
10155      Branch: perl
10156            ! hv.c
10157 ____________________________________________________________________________
10158 [ 22281] By: nicholas                              on 2004/02/07  21:46:59
10159         Log: deleting keys in restricted hashes was leaking the entry. Yow!
10160      Branch: perl
10161            ! hv.c lib/Hash/Util.t
10162 ____________________________________________________________________________
10163 [ 22280] By: nicholas                              on 2004/02/07  21:20:16
10164         Log: Now hv_delete is able to ingore placeholders.
10165              (This is an XS visible change in the hash API. But not of documented
10166              behaviour)
10167      Branch: perl
10168            ! hv.c
10169 ____________________________________________________________________________
10170 [ 22279] By: nicholas                              on 2004/02/07  20:56:50
10171         Log: All whitespace is equal, but some whitespace is more equal than others
10172              (lib/DBM_Filter/Changes line had spaces. Spaces bad. Tabs better)
10173      Branch: perl
10174            ! MANIFEST
10175 ____________________________________________________________________________
10176 [ 22278] By: nicholas                              on 2004/02/07  19:50:10
10177         Log: hv_clear_placeholders now manipulates the linked lists directly, rather
10178              than using the iterator interface and calling hv_delete
10179              This will allow hv_delete to be simplified to remove most of the
10180              special casing related to placeholders.
10181      Branch: perl
10182            ! hv.c
10183 ____________________________________________________________________________
10184 [ 22273] By: merijn                                on 2004/02/06  11:47:14
10185         Log: Added hints_4.sh for specific AIX 4 support
10186              this is the next stage in the general cleanup process
10187              for the AIX hints. More to come
10188      Branch: perl
10189            + hints/aix_4.sh
10190            ! MANIFEST
10191 ____________________________________________________________________________
10192 [ 22272] By: rgs                                   on 2004/02/06  07:32:15
10193         Log: Fix a non-standard NAME pod section
10194              (by Smylers and Casey West)
10195      Branch: perl
10196            ! lib/Carp/Heavy.pm
10197 ____________________________________________________________________________
10198 [ 22268] By: rgs                                   on 2004/02/04  19:50:05
10199         Log: The "my $_" wasn't nice with foreach loops.
10200      Branch: perl
10201            ! op.c t/op/mydef.t
10202 ____________________________________________________________________________
10203 [ 22267] By: merijn                                on 2004/02/04  10:24:33
10204         Log: AIX 3 support removed from default hints after its separation
10205      Branch: perl
10206            ! hints/aix.sh
10207 ____________________________________________________________________________
10208 [ 22266] By: merijn                                on 2004/02/04  10:16:20
10209         Log: AIX 3 hints split off from default hints in preparation
10210              of a hint file cleanup. aix_4.sh will follow soon
10211      Branch: perl
10212            + hints/aix_3.sh
10213            ! MANIFEST
10214 ____________________________________________________________________________
10215 [ 22265] By: rgs                                   on 2004/02/03  21:54:23
10216         Log: More docs and tests for "my $_".
10217      Branch: perl
10218            ! pod/perlfunc.pod pod/perlsub.pod t/op/mydef.t
10219 ____________________________________________________________________________
10220 [ 22264] By: rgs                                   on 2004/02/03  20:33:02
10221         Log: Subject: [PATCH] was Re: [Fwd: CPAN Upload: J/JP/JPEACOCK/version-0.36.tar.gz]
10222              From: John Peacock <jpeacock@rowman.com>
10223              Date: Sun, 01 Feb 2004 21:10:07 -0500
10224              Message-ID: <401DB17F.5060808@rowman.com>
10225      Branch: perl
10226            ! embed.fnc embed.h lib/version.pm lib/version.t pod/perlapi.pod
10227            ! proto.h t/comp/use.t t/op/universal.t universal.c util.c
10228 ____________________________________________________________________________
10229 [ 22263] By: rgs                                   on 2004/02/03  19:41:11
10230         Log: Implement "my $_".
10231      Branch: perl
10232            + t/op/mydef.t
10233            ! MANIFEST gv.c op.c op.h opcode.h opcode.pl
10234            ! pod/perl591delta.pod pod/perlapi.pod pod/perlvar.pod pp.c
10235            ! pp_ctl.c pp_hot.c regexec.c toke.c
10236 ____________________________________________________________________________
10237 [ 22262] By: rgs                                   on 2004/02/03  16:38:25
10238         Log: Regenerate perlapi.pod.
10239      Branch: perl
10240            ! pod/perlapi.pod
10241 ____________________________________________________________________________
10242 [ 22261] By: merijn                                on 2004/02/03  12:57:37
10243         Log: If someone chooses xlc as default C compiler, threaded builds
10244              will fail, unless converted to cc_r
10245      Branch: perl
10246            ! hints/aix.sh
10247 ____________________________________________________________________________
10248 [ 22260] By: rgs                                   on 2004/02/01  20:47:35
10249         Log: Subject: patch for IRIX/gcc link issues
10250              From: Martin Pool <mbp@samba.org>
10251              Date: Wed, 28 Jan 2004 10:56:25 +1100
10252              Message-ID: <20040127235624.GA32612@hp.com>
10253      Branch: perl
10254            ! hints/irix_6.sh
10255 ____________________________________________________________________________
10256 [ 22259] By: davem                                 on 2004/02/01  17:42:44
10257         Log: update fix to Shell.pm in change #22254: make /dev/null portable
10258      Branch: perl
10259            ! lib/Shell.pm
10260 ____________________________________________________________________________
10261 [ 22258] By: davem                                 on 2004/02/01  17:40:02
10262         Log: Subject: Re: [perl #15063] /tmp issues
10263              From: Solar Designer <solar@openwall.com>
10264              Date: Mon, 26 Jan 2004 01:22:18 +0300
10265              Message-ID: <20040125222218.GA13499@openwall.com>
10266
10267              Remove insecure usage of /tmp from code and documentation
10268      Branch: perl
10269            ! ext/DB_File/DB_File.pm ext/DB_File/t/db-recno.t
10270            ! ext/Devel/PPPort/PPPort.pm ext/IO/t/io_unix.t
10271            ! ext/ODBM_File/ODBM_File.xs ext/POSIX/POSIX.pod
10272            ! ext/Socket/Socket.pm ext/Storable/Storable.pm
10273            ! ext/Time/HiRes/Makefile.PL lib/CGI/Cookie.pm
10274            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/instmodsh
10275            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_gdbm.t
10276            ! lib/Memoize/t/tie_ndbm.t lib/Memoize/t/tie_sdbm.t
10277            ! lib/Memoize/t/tie_storable.t lib/Shell.pm lib/dotsh.pl
10278            ! lib/perl5db.pl mpeix/nm mpeix/relink perly.fixer
10279            ! pod/perl571delta.pod pod/perl58delta.pod pod/perldbmfilter.pod
10280            ! pod/perldebug.pod pod/perlfaq5.pod pod/perlfaq8.pod
10281            ! pod/perlfunc.pod pod/perlipc.pod pod/perllexwarn.pod
10282            ! pod/perlobj.pod pod/perlop.pod pod/perlopentut.pod
10283            ! utils/c2ph.PL
10284 ____________________________________________________________________________
10285 [ 22257] By: davem                                 on 2004/02/01  15:46:24
10286         Log: threads documentation: fork on UNIX might not copy all threads.
10287      Branch: perl
10288            ! pod/perlthrtut.pod
10289 ____________________________________________________________________________
10290 [ 22256] By: davem                                 on 2004/02/01  15:34:59
10291         Log: add test for Change 22194:
10292              [perl #25147] "stmt if BAREWORD" bypasses strict 'subs' checks
10293      Branch: perl
10294            ! t/lib/strict/subs
10295 ____________________________________________________________________________
10296 [ 22254] By: davem                                 on 2004/02/01  13:11:00
10297         Log: Subject:  Patch for Shell.pm
10298              From:  Manuel Valente <mvalente@idealx.com>
10299              Date:  Tue, 27 Jan 2004 19:18:26 +0100
10300              Message-Id:  <4016AB72.1080503@idealx.com>
10301
10302              New option for Shell.pm to discard stderr instead of capturing it
10303      Branch: perl
10304            ! lib/Shell.pm
10305 ____________________________________________________________________________
10306 [ 22253] By: davem                                 on 2004/02/01  11:26:47
10307         Log: Make Time/HiRes/t/HiRes.t die more gracefully if its watchdog
10308              timeout triggers
10309      Branch: perl
10310            ! ext/Time/HiRes/t/HiRes.t
10311 ____________________________________________________________________________
10312 [ 22252] By: chip                                  on 2004/01/31  17:29:05
10313         Log: Don't show code closing STD{IN,OUT} before reopening, because
10314              doing so is unnecessary and occasionally harmful.
10315      Branch: perl
10316            ! pod/perlfork.pod pod/perlfunc.pod
10317 ____________________________________________________________________________
10318 [ 22248] By: rgs                                   on 2004/01/30  08:29:55
10319         Log: Another undocumented use of $_ : with reverse().
10320      Branch: perl
10321            ! pod/perlfunc.pod
10322 ____________________________________________________________________________
10323 [ 22247] By: merijn                                on 2004/01/30  08:18:28
10324         Log: Drop optimization for -O3 *and higher*
10325      Branch: perl
10326            ! ext/Storable/hints/linux.pl
10327 ____________________________________________________________________________
10328 [ 22246] By: rgs                                   on 2004/01/29  23:20:01
10329         Log: Regenerate perlapi.pod.
10330      Branch: perl
10331            ! pod/perlapi.pod
10332 ____________________________________________________________________________
10333 [ 22245] By: rgs                                   on 2004/01/29  21:08:28
10334         Log: Subject: Re: [perl #25269] panic: pp_match start/end pointers in m/^(?=.*(a)).*(bc)/
10335              From: hv@crypt.org
10336              Date: Thu, 29 Jan 2004 15:12:12 +0000
10337              Message-Id: <200401291512.i0TFCCr23736@zen.crypt.org>
10338      Branch: perl
10339            ! pp_hot.c t/op/pat.t
10340 ____________________________________________________________________________
10341 [ 22244] By: rgs                                   on 2004/01/28  22:00:09
10342         Log: I'm the new maintainer of Switch.
10343              Sync with the CPAN version of Switch 2.10.
10344      Branch: perl
10345            ! Porting/Maintainers.pl lib/Switch.pm lib/Switch/README
10346 ____________________________________________________________________________
10347 [ 22243] By: merijn                                on 2004/01/28  20:30:40
10348         Log: Message-ID: <40113F7B.6050701@davidfavor.com>
10349              Date: Fri, 23 Jan 2004 09:36:27 -0600
10350              From: David Favor <david@davidfavor.com>
10351              Part I: In hints/aix.sh change -qmaxmem=16384 to -qmaxmem=-1
10352              so no compilation stack limits are imposed.
10353      Branch: perl
10354            ! hints/aix.sh
10355 ____________________________________________________________________________
10356 [ 22242] By: rgs                                   on 2004/01/27  22:44:30
10357         Log: Update perl591delta.pod with what we've done so far.
10358      Branch: perl
10359            ! pod/perl591delta.pod
10360 ____________________________________________________________________________
10361 [ 22239] By: rgs                                   on 2004/01/27  21:54:31
10362         Log: Regenerate Changes.
10363              Only include changes from the perl branch.
10364      Branch: perl
10365            ! Changes
10366 ____________________________________________________________________________
10367 [ 22238] By: nicholas                              on 2004/01/27  21:51:27
10368         Log: Storable's hints file shouldn't blanket set optimize to -O2 on Linux
10369              Only *drop* optimize to -O2 if it's -O3 on gcc on Linux
10370      Branch: perl
10371            ! ext/Storable/hints/linux.pl
10372 ____________________________________________________________________________
10373 [ 22235] By: rgs                                   on 2004/01/27  21:19:03
10374         Log: More punctuation, good.
10375      Branch: perl
10376            ! pod/perlfunc.pod
10377 ____________________________________________________________________________
10378 [ 22228] By: rgs                                   on 2004/01/27  10:31:09
10379         Log: Subject: [PATCH] 5.8.3 -- fix signal comments in L<perlfunc/system>
10380              From: Brendan O'Dea <bod@debian.org>
10381              Date: Sun, 25 Jan 2004 11:23:48 +1100
10382              Message-ID: <20040125002348.GA31407@londo.c47.org>
10383      Branch: perl
10384            ! pod/perlfunc.pod
10385 ____________________________________________________________________________
10386 [ 22227] By: davem                                 on 2004/01/26  23:53:06
10387         Log: Subject:  [PATCH] myconfig.SH
10388              From:  "Daniel S. Lewart" <lewart@uiuc.edu>
10389              Date:  Sun, 25 Jan 2004 22:11:25 -0600
10390              Message-Id:  <20040125221125.A5390@staff1.cso.uiuc.edu>
10391
10392              make perl -V show the major release as 5 rather than 5.0
10393      Branch: perl
10394            ! myconfig.SH
10395 ____________________________________________________________________________
10396 [ 22224] By: merijn                                on 2004/01/26  22:10:13
10397         Log: Document change 22192
10398              We still need tests!
10399      Branch: perl
10400            ! lib/Exporter.pm
10401 ____________________________________________________________________________
10402 [ 22223] By: rgs                                   on 2004/01/26  21:58:14
10403         Log: Subject: [PATCH] fix vmsish.t #25
10404              From: "Craig A. Berry" <craigberry@mac.com>
10405              Date: Sat, 24 Jan 2004 18:45:35 -0600
10406              Message-ID: <401311AF.1060706@mac.com>
10407      Branch: perl
10408            ! lib/vmsish.t
10409 ____________________________________________________________________________
10410 [ 22221] By: nicholas                              on 2004/01/26  21:18:31
10411         Log: Merge dynamic perldelta from maint (22081)
10412              So now perldelta.pod is copied at build time from perl591delta.pod
10413              perl590delta.pod is as released to CPAN by Hugo
10414              Regen lots of makefiles, pods and the MANIFEST
10415      Branch: perl
10416            + pod/perl591delta.pod
10417           +> pod/perl590delta.pod
10418            - pod/perldelta.pod
10419            ! MANIFEST Makefile.SH pod.lst pod/perl.pod pod/perltoc.pod
10420            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
10421            ! win32/pod.mak
10422 ____________________________________________________________________________
10423 [ 22218] By: rgs                                   on 2004/01/25  23:35:45
10424         Log: Remove the caveat about detached threads crashing on Windows
10425              (fixed by #22201). Bump up the version of threads.pm.
10426      Branch: perl
10427            ! ext/threads/threads.pm
10428 ____________________________________________________________________________
10429 [ 22217] By: nicholas                              on 2004/01/25  22:17:47
10430         Log: Need to skip Storable's threads test on 5.8.2 with ithreads and
10431              -DDEBUGGING, because it tickles a bug. (The same bug that got DBI)
10432      Branch: perl
10433            ! ext/Storable/t/threads.t
10434 ____________________________________________________________________________
10435 [ 22216] By: davem                                 on 2004/01/25  12:06:04
10436         Log: update MANIFEST for 2 new Storable test files introduced by 22205
10437      Branch: perl
10438            ! MANIFEST
10439 ____________________________________________________________________________
10440 [ 22215] By: davem                                 on 2004/01/25  12:00:04
10441         Log: add test for change 22209 (Remove small memory leak in newATTRSUB)
10442      Branch: perl
10443            ! t/op/closure.t
10444 ____________________________________________________________________________
10445 [ 22209] By: davem                                 on 2004/01/25  02:04:23
10446         Log: Remove small memory leak in newATTRSUB that manifested as a
10447              leaking scalar after the interpeter was cloned
10448      Branch: perl
10449            ! op.c
10450 ____________________________________________________________________________
10451 [ 22208] By: davem                                 on 2004/01/24  16:13:17
10452         Log: Subject:  [perl #24942] fields::inherit doesn't bless derived
10453              package's \%FIELDS, results in phash deprecation errors.
10454              From:  "nothingmuch@woobling.org (via RT)" <perlbug-followup@perl.org>
10455              Date:  18 Jan 2004 15:15:46 -0000
10456              Message-Id:  <rt-3.0.8-24942-70144.16.7177902690315@perl.org>
10457      Branch: perl
10458            ! lib/base.pm lib/base/t/fields-base.t
10459 ____________________________________________________________________________
10460 [ 22207] By: davem                                 on 2004/01/24  15:36:28
10461         Log: Subject:  Re: Doc patches for File::Find
10462              From:  Mark Jason Dominus <mjd@plover.com>
10463              Date:  Thu, 22 Jan 2004 09:30:58 -0500
10464              Message-Id:  <20040122143058.29226.qmail@plover.com>
10465
10466              Better document the fact that neither find() nor finddepth() do a
10467              breath-first search.
10468      Branch: perl
10469            ! lib/File/Find.pm
10470 ____________________________________________________________________________
10471 [ 22206] By: ams                                   on 2004/01/24  11:06:51
10472         Log: Subject: [PATCH] Storable-2.08/t/code.t
10473              From: Slaven Rezic <slaven@rezic.de>
10474              Date: Sat, 8 Nov 2003 16:26:19 +0100 (CET)
10475              Message-Id: <200311081526.hA8FQJgb011684@vran.herceg.de>
10476      Branch: perl
10477            ! ext/Storable/t/code.t
10478 ____________________________________________________________________________
10479 [ 22205] By: ams                                   on 2004/01/24  11:03:36
10480         Log: Subject: [patch] make Storable thread-safe
10481              From: Stas Bekman <stas@stason.org>
10482              Date: Mon, 19 Jan 2004 00:20:02 -0800
10483              Message-Id: <400B9332.4070106@stason.org>
10484
10485              Subject: Re: Subroutine reference bug in Storable
10486              From: Slaven Rezic <slaven@rezic.de>
10487              Date: 14 Nov 2003 23:22:55 +0100
10488              Message-Id: <874qx6zj28.fsf@vran.herceg.de>
10489
10490              Subject: Re: [perl #25145] [PATCH] Storable segfaults with B::Deparse +
10491              overload + cyclic structures
10492              From: Sam Vilain <sam@vilain.net>
10493              Date: Tue, 20 Jan 2004 22:30:15 +1300
10494              Message-Id: <200401202230.15865.sam@vilain.net>
10495      Branch: perl
10496            + ext/Storable/t/just_plain_nasty.t ext/Storable/t/threads.t
10497            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
10498            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
10499            ! ext/Storable/t/code.t
10500 ____________________________________________________________________________
10501 [ 22204] By: ams                                   on 2004/01/24  08:59:11
10502         Log: Upgrade to Locale::Maketext 1.08.
10503      Branch: perl
10504            + lib/Locale/Maketext/t/06super.t
10505            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext/ChangeLog
10506            ! lib/Locale/Maketext/TPJ13.pod
10507 ____________________________________________________________________________
10508 [ 22203] By: davem                                 on 2004/01/23  23:06:49
10509         Log: make some t/op/write.t failures more verbose
10510      Branch: perl
10511            ! t/op/write.t
10512 ____________________________________________________________________________
10513 [ 22201] By: davem                                 on 2004/01/23  22:26:47
10514         Log: Subject:  Re: threads::shared::queue;
10515              From:  Jan Dubois <jand@ActiveState.com>
10516              Date:  Thu, 22 Jan 2004 19:18:46 -0800
10517              Message-Id:  <fi41105602ds7a9o4fko2oae7aokbg6als@4ax.com>
10518
10519              Avoid threads+win32 crash by freeing Perl interpreter slightly later
10520      Branch: perl
10521            ! ext/threads/threads.xs
10522 ____________________________________________________________________________
10523 [ 22200] By: nicholas                              on 2004/01/23  18:28:43
10524         Log: test that use encoding; doesn't cause references to be stringified
10525      Branch: perl
10526            ! t/uni/chomp.t
10527 ____________________________________________________________________________
10528 [ 22199] By: nicholas                              on 2004/01/23  18:03:41
10529         Log: Document chomp's travels in the wonderful world of use encoding;
10530      Branch: perl
10531            ! pod/perlfunc.pod
10532 ____________________________________________________________________________
10533 [ 22198] By: nicholas                              on 2004/01/23  17:41:01
10534         Log: Check the return values of chomp
10535              (more tricky than it may seem, as the return value is unicode)
10536      Branch: perl
10537            ! t/uni/chomp.t
10538 ____________________________________________________________________________
10539 [ 22197] By: nicholas                              on 2004/01/23  13:57:46
10540         Log: Test return values of all chomps
10541      Branch: perl
10542            ! t/op/chop.t
10543 ____________________________________________________________________________
10544 [ 22196] By: nicholas                              on 2004/01/23  13:24:41
10545         Log: Subject: Re: [perl #24888] chomp ignores utf8
10546              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
10547              Message-Id: <20040116040355.A849.BQW10602@nifty.com>
10548              Date: Fri, 16 Jan 2004 04:13:00 +0900
10549      Branch: perl
10550            + t/uni/chomp.t
10551            ! MANIFEST doop.c t/op/chop.t
10552 ____________________________________________________________________________
10553 [ 22195] By: davem                                 on 2004/01/22  20:48:03
10554         Log: Subject: Re: [PATCH] Add "Camel" logo icon to perl.exe on Windows
10555              From: Steve Hay <steve.hay@uk.radan.com>
10556              Date: Thu, 22 Jan 2004 17:08:29 +0000
10557              Message-ID: <4010038D.4070104@uk.radan.com>
10558      Branch: perl
10559            + win32/makeico.pl win32/perlexe.rc
10560            ! MANIFEST README.win32 win32/Makefile win32/makefile.mk
10561 ____________________________________________________________________________
10562 [ 22194] By: davem                                 on 2004/01/22  00:24:51
10563         Log: C<use strict; print if foo> didn't give the
10564              "Bareword not allowed" error unless warnings were enabled
10565      Branch: perl
10566            ! op.c
10567 ____________________________________________________________________________
10568 [ 22193] By: nicholas                              on 2004/01/21  21:58:10
10569         Log: Convert the older parts of op/bop.t over to test.pl
10570      Branch: perl
10571            ! t/op/bop.t
10572 ____________________________________________________________________________
10573 [ 22192] By: merijn                                on 2004/01/21  21:10:10
10574         Log: ':flock' not recognized unless it's first
10575              Exporter::Heavy now will treat :, /, and ! special in
10576              all arguments, not only if the _first_ arg starts with it
10577              Date: Wed, 21 Jan 2004 08:32:47 -0500
10578              Message-ID: <20040121133248.3359.qmail@plover.com>
10579      Branch: perl
10580            ! lib/Exporter/Heavy.pm
10581 ____________________________________________________________________________
10582 [ 22191] By: davem                                 on 2004/01/21  20:45:48
10583         Log: Subject:  PATCH for perl-5.8.4
10584              From:  "Edward S. Peschko" <esp5@pge.com>
10585              Date:  Mon, 19 Jan 2004 17:21:18 -0800
10586              Message-Id:  <20040120012118.GA29151@mdssdev05.comp.pge.com>
10587
10588              Add @DynaLoader::dl_shared_objects feature
10589      Branch: perl
10590            ! ext/DynaLoader/DynaLoader_pm.PL
10591 ____________________________________________________________________________
10592 [ 22190] By: davem                                 on 2004/01/21  20:14:51
10593         Log: remove the platform dependencies of the write.t tests introduced
10594              by change #22161, by hard-coding the expected outputs rather
10595              than using sprintf('%f').
10596      Branch: perl
10597            ! t/op/write.t
10598 ____________________________________________________________________________
10599 [ 22189] By: davem                                 on 2004/01/20  22:41:14
10600         Log: Fix typo in patch #22188
10601      Branch: perl
10602            ! pod/perlfunc.pod
10603 ____________________________________________________________________________
10604 [ 22188] By: davem                                 on 2004/01/20  22:36:10
10605         Log: warn that C<$x : unique> operates on the typeglob, so affects @x
10606              and %x too.
10607      Branch: perl
10608            ! pod/perlfunc.pod
10609 ____________________________________________________________________________
10610 [ 22187] By: davem                                 on 2004/01/20  22:27:50
10611         Log: "sub foo :unique" segfaults
10612
10613              Turn these two into compile-time errors until such time as
10614              someone thinks of a useful meaning for them:
10615              my $x : unique
10616              sub foo : unique
10617      Branch: perl
10618            ! ext/threads/t/problems.t pod/perldiag.pod toke.c xsutils.c
10619 ____________________________________________________________________________
10620 [ 22186] By: rgs                                   on 2004/01/20  21:16:01
10621         Log: Add a new test file for situations where threads may interfere.
10622              Subject: Re: "restricted hashes" hit again !
10623              From: Stas Bekman <stas@stason.org>
10624              Date: Tue, 23 Dec 2003 15:32:26 -0800
10625              Message-ID: <3FE8D08A.4090806@stason.org>
10626      Branch: perl
10627            + t/op/threads.t
10628            ! MANIFEST
10629 ____________________________________________________________________________
10630 [ 22185] By: davem                                 on 2004/01/20  21:01:08
10631         Log: Document CVf_UNIQUE flag better
10632      Branch: perl
10633            ! cv.h
10634 ____________________________________________________________________________
10635 [ 22183] By: rgs                                   on 2004/01/20  20:26:18
10636         Log: Fix precedence errors and add some cleanup in the new
10637              DBM_Filter tests
10638      Branch: perl
10639            ! lib/DBM_Filter/t/01error.t lib/DBM_Filter/t/02core.t
10640 ____________________________________________________________________________
10641 [ 22182] By: davem                                 on 2004/01/20  00:16:42
10642         Log: second attempt to fix [perl #24914] freeing a CV reference that was
10643              currently being executed caused coredumps. The dounwind called by
10644              die unwinds all the contexts on the context stack before unwinding
10645              the save stack.  To stop premature freeing of the CV, hold
10646              references to it on both stacks.
10647      Branch: perl
10648            ! cop.h pp_ctl.c pp_hot.c pp_sort.c t/op/closure.t
10649 ____________________________________________________________________________
10650 [ 22181] By: davem                                 on 2004/01/19  23:41:37
10651         Log: change #22071 (taint bug in $^0) introduced a potential double
10652              free(), because PL_osname may get freed but not nulled if a taint
10653              test fails in between. Mea cupla and all that...
10654      Branch: perl
10655            ! mg.c
10656 ____________________________________________________________________________
10657 [ 22180] By: rgs                                   on 2004/01/19  22:32:27
10658         Log: Subject: Re: [perl #24926] chop/~ mangles UTF8 [PATCH]
10659              From: Gisle Aas <gisle@ActiveState.com>
10660              Date: 17 Jan 2004 01:29:02 -0800
10661              Message-ID: <lrn08m7wkh.fsf@caliper.activestate.com>
10662              (test rewritten to fit in blead)
10663      Branch: perl
10664            ! pp.c t/op/bop.t
10665 ____________________________________________________________________________
10666 [ 22179] By: merijn                                on 2004/01/19  21:36:48
10667         Log: Subject: [PATCH] dl_unload_file for HP-UX
10668              Date: Mon, 12 Jan 2004 07:49:44 -0800
10669              From: Neil Watkiss <neil.watkiss@sophos.com>
10670              Message-ID: <20040112154944.GA15412@ActiveState.com>
10671      Branch: perl
10672            ! ext/DynaLoader/dl_hpux.xs
10673 ____________________________________________________________________________
10674 [ 22177] By: merijn                                on 2004/01/19  16:11:22
10675         Log: Allow -Uinc_version_list to mean -Dinc_version_list=none
10676              See INSTALL for more details
10677      Branch: perl
10678            ! Configure
10679 ____________________________________________________________________________
10680 [ 22175] By: merijn                                on 2004/01/19  16:05:50
10681         Log: Describe how to limit the perl's default @INC during Configure
10682              to _not_ include older versions
10683      Branch: perl
10684            ! INSTALL
10685 ____________________________________________________________________________
10686 [ 22174] By: merijn                                on 2004/01/19  10:41:24
10687         Log: Subject: [PATCH bleadperl] rescue PerlIO_getname for VMS
10688              Date: Sun, 18 Jan 2004 12:51:23 -0600
10689              From: "Craig A. Berry" <craigberry@mac.com>
10690              Message-ID: <400AD5AB.3080708@mac.com>
10691      Branch: perl
10692            ! perlio.c
10693 ____________________________________________________________________________
10694 [ 22173] By: merijn                                on 2004/01/19  10:27:53
10695         Log: Subject: [PATCH bleadperl] detect nanosleep on VMS
10696              Date: Sun, 18 Jan 2004 17:03:30 -0600
10697              From: "Craig A. Berry" <craigberry@mac.com>
10698              Message-ID: <400B10C2.9060504@mac.com>
10699      Branch: perl
10700            ! configure.com
10701 ____________________________________________________________________________
10702 [ 22172] By: davem                                 on 2004/01/17  23:58:04
10703         Log: back out change #24914 "freeing a CV reference that was currently
10704              being executed caused coredumps".
10705              The new test case sometimes locks up linux's malloc, and with
10706              Perl's malloc the test code still coredumps :-(
10707      Branch: perl
10708            ! perl.c scope.c scope.h sv.c t/op/closure.t
10709 ____________________________________________________________________________
10710 [ 22171] By: rgs                                   on 2004/01/17  22:00:48
10711         Log: Subject: Refactor VOS patches for bleadperl and perl-5.8.x
10712              From: "Green, Paul" <Paul.Green@stratus.com>
10713              Date: Thu, 15 Jan 2004 16:00:15 -0500
10714              Message-ID: <A2A34F15EE916148BC4C4748223E67A4069FBB15@exna4.stratus.com>
10715      Branch: perl
10716            ! README.vos hv.c pp_pack.c vos/Changes
10717 ____________________________________________________________________________
10718 [ 22170] By: rgs                                   on 2004/01/17  21:25:08
10719         Log: Subject: Re: open/or inconsistency
10720              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
10721              Date: Sat, 17 Jan 2004 19:59:55 +0900
10722              Message-Id: <20040117195729.623A.BQW10602@nifty.com>
10723              (plus a test.)
10724              Don't produce the warning for constructs like
10725              open my $fh, $file or die;
10726      Branch: perl
10727            ! op.c t/lib/warnings/op
10728 ____________________________________________________________________________
10729 [ 22169] By: davem                                 on 2004/01/17  18:02:31
10730         Log: Subject:  Perl core dumps when running out of memory [PATCH]
10731              From:  Gisle Aas <gisle@ActiveState.com>
10732              Date:  17 Jan 2004 06:18:13 -0800
10733              Message-Id:  <lrsmiebqvu.fsf@caliper.activestate.com>
10734
10735              Display 'out of memeory' errors using low-level I/O to avoid
10736              recursive failure and so coredumps.
10737      Branch: perl
10738            ! util.c
10739 ____________________________________________________________________________
10740 [ 22168] By: davem                                 on 2004/01/17  17:38:21
10741         Log: From: "Paul Marquess" <Paul.Marquess@btinternet.com>
10742              Subject: [PATCH ] Enhanced DBM Filters
10743              Date: Sat, 17 Jan 2004 16:44:53 -0000
10744              Message-ID: <AIEAJICLCBDNAAOLLOKLAEPPPHAA.Paul.Marquess@btinternet.com>
10745
10746              add DBM_Filter
10747      Branch: perl
10748            + lib/DBM_Filter.pm lib/DBM_Filter/Changes
10749            + lib/DBM_Filter/compress.pm lib/DBM_Filter/encode.pm
10750            + lib/DBM_Filter/int32.pm lib/DBM_Filter/null.pm
10751            + lib/DBM_Filter/t/01error.t lib/DBM_Filter/t/02core.t
10752            + lib/DBM_Filter/t/compress.t lib/DBM_Filter/t/encode.t
10753            + lib/DBM_Filter/t/int32.t lib/DBM_Filter/t/null.t
10754            + lib/DBM_Filter/t/utf8.t lib/DBM_Filter/utf8.pm
10755            + lib/dbm_filter_util.pl
10756            ! MANIFEST
10757 ____________________________________________________________________________
10758 [ 22167] By: davem                                 on 2004/01/17  16:12:32
10759         Log: freeing a CV reference that was currently being
10760              executed caused coredumps
10761      Branch: perl
10762            ! perl.c scope.c scope.h sv.c t/op/closure.t
10763 ____________________________________________________________________________
10764 [ 22166] By: nicholas                              on 2004/01/17  15:07:31
10765         Log: Integrate final perl583delta
10766      Branch: perl
10767           !> pod/perl583delta.pod
10768 ____________________________________________________________________________
10769 [ 22163] By: davem                                 on 2004/01/16  19:24:14
10770         Log: Subject:  Re: [perl #24816] Magic vars seem unsure if they are purely numeric
10771              From:  Yitzchak Scott-Thoennes <sthoenna@efn.org>
10772              Date:  Thu, 15 Jan 2004 14:10:37 -0800
10773              Message-Id:  <20040115221037.GA2392@efn.org>
10774
10775              Add sv_2iv_flags() to allow magic to be optionally processed.
10776      Branch: perl
10777            ! doop.c embed.fnc embed.h global.sym pod/perlapi.pod pp.c
10778            ! proto.h sv.c sv.h t/op/bop.t
10779 ____________________________________________________________________________
10780 [ 22162] By: davem                                 on 2004/01/16  16:39:17
10781         Log: format bug with undefined _TOP
10782              name of format_TOP now derived from the name of the current
10783              filehandle rather then the name of the  format associetd with that
10784              handle
10785      Branch: perl
10786            ! pp_sys.c t/op/write.t
10787 ____________________________________________________________________________
10788 [ 22161] By: davem                                 on 2004/01/16  13:29:26
10789         Log: Subject: [PATCH] format/write (version 2)
10790              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
10791              Message-ID: <DF27CDCBD2581D4B88431901094E4B4D02B0C4D3@attmsx1>
10792
10793              Fixes and additions to formats:
10794
10795              Improvement: NULL chars in picture line
10796              Bugfix: C<@*> shown in output if not alone on a line
10797              New feature: C<^*> for variable-width, one-line-at-a-time text
10798              Improvement: Diagnostic on C<@#> and C<~~>
10799              Bugfix: Segmentation fault on big numbers
10800              Improvement (maybe): Truncation of numbers produces misleading output
10801              Bugfix: "}" terminates format
10802              Bugfix: Error when copying non-UTF to UTF (EBCDIC only)
10803      Branch: perl
10804            ! embed.fnc embed.h form.h pod/perldiag.pod pod/perlform.pod
10805            ! pp_ctl.c proto.h t/op/write.t toke.c
10806 ____________________________________________________________________________
10807 [ 22160] By: davem                                 on 2004/01/15  23:49:02
10808         Log: buigid #24905 - the code planted to call glob() retained an
10809              extraneous targ index in a pushmark op, leasing to strangeness
10810              when the op was freed
10811      Branch: perl
10812            ! op.c
10813 ____________________________________________________________________________
10814 [ 22159] By: rgs                                   on 2004/01/15  22:19:25
10815         Log: Upgrade to Time::HiRes 1.55
10816      Branch: perl
10817            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
10818            ! ext/Time/HiRes/HiRes.xs
10819 ____________________________________________________________________________
10820 [ 22155] By: nicholas                              on 2004/01/15  00:03:04
10821         Log: Make chomp heed the utf8 flags on the target string and $/
10822              [Fixes #24888]
10823              More work still needed to make chomp heed the encoding pragma.
10824      Branch: perl
10825            ! doop.c t/op/chop.t
10826 ____________________________________________________________________________
10827 [ 22154] By: nicholas                              on 2004/01/14  21:14:14
10828         Log: Update pod.lst with perl583delta,pod, and rerun pod/buildtoc
10829              [Forgot to do this as part of the integration]
10830      Branch: perl
10831            ! MANIFEST pod.lst pod/perl.pod pod/perltoc.pod
10832            ! vms/descrip_mms.template win32/pod.mak
10833 ____________________________________________________________________________
10834 [ 22153] By: nicholas                              on 2004/01/14  19:28:54
10835         Log: Integrate:
10836              [ 22143]
10837              We're planning on making history today. Mind you, not that much -
10838              only 1 line.
10839
10840              perl583delta.pod
10841      Branch: perl
10842           +> pod/perl583delta.pod
10843            ! MANIFEST
10844           !> pod/perlhist.pod
10845 ____________________________________________________________________________
10846 [ 22150] By: nicholas                              on 2004/01/14  17:48:52
10847         Log: Bump version number as file has changed since 5.8.2
10848      Branch: perl
10849            ! lib/File/Find.pm
10850 ____________________________________________________________________________
10851 [ 22149] By: nicholas                              on 2004/01/14  17:45:54
10852         Log: Subject:  Doc patches for File::Find
10853              From:  Andy Lester <andy@petdance.com>
10854              Date:  Mon, 12 Jan 2004 00:10:50 -0600
10855              Message-Id:  <20040112061050.GB7308@petdance.com>
10856      Branch: perl
10857            ! lib/File/Find.pm
10858 ____________________________________________________________________________
10859 [ 22136] By: nicholas                              on 2004/01/14  13:01:27
10860         Log: Assimilate CGI 3.03
10861      Branch: perl
10862            ! lib/CGI.pm lib/CGI/Fast.pm lib/CGI/Util.pm
10863 ____________________________________________________________________________
10864 [ 22133] By: nicholas                              on 2004/01/13  22:53:42
10865         Log: Add VMS to the list of "don't fork" OSes
10866              [In the most simple way possible. Fix this properly post 5.8.3
10867              to use $Config{d_fork} or something more robust]
10868      Branch: perl
10869            ! ext/threads/shared/t/wait.t
10870 ____________________________________________________________________________
10871 [ 22129] By: rgs                                   on 2004/01/13  19:26:24
10872         Log: Subject: [PATCH] [ANNOUNCE] Math::BigInt v1.69
10873              From: Tels <perl_dummy@bloodgate.com>
10874              Date: Tue, 13 Jan 2004 19:28:48 +0100
10875              Message-Id: <200401131928.50247@bloodgate.com>
10876      Branch: perl
10877            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
10878            ! lib/Math/BigInt/CalcEmu.pm lib/Math/BigInt/t/bare_mbi.t
10879            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
10880            ! lib/Math/BigInt/t/sub_mbi.t
10881 ____________________________________________________________________________
10882 [ 22128] By: rgs                                   on 2004/01/13  09:06:11
10883         Log: MANIFEST adjustment.
10884      Branch: perl
10885            ! MANIFEST
10886 ____________________________________________________________________________
10887 [ 22126] By: ams                                   on 2004/01/13  07:16:33
10888         Log: Upgrade to Locale::Maketext 1.07.
10889      Branch: perl
10890            + lib/Locale/Maketext/t/04super.t
10891            + lib/Locale/Maketext/t/05super.t
10892            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
10893            ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
10894 ____________________________________________________________________________
10895 [ 22125] By: rgs                                   on 2004/01/12  22:44:53
10896         Log: Document usage of $_ and pos() inside /(?{...})/.
10897              (see change #2367.)
10898      Branch: perl
10899            ! pod/perlre.pod
10900 ____________________________________________________________________________
10901 [ 22124] By: rgs                                   on 2004/01/12  22:10:51
10902         Log: Upgrade to MIME::Base64 2.23.
10903      Branch: perl
10904            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
10905            ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
10906 ____________________________________________________________________________
10907 [ 22123] By: rgs                                   on 2004/01/12  21:24:28
10908         Log: Subject: [PATCH handy.h] RE: MIME-Base64-2.22 [PATCH]
10909              From: Robin Barker <Robin.Barker@npl.co.uk>
10910              Date: Thu, 8 Jan 2004 16:21:25 -0000
10911              Message-ID: <533D273D4014D411AB1D00062938C4D904046787@hotel.npl.co.uk>
10912      Branch: perl
10913            ! handy.h
10914 ____________________________________________________________________________
10915 [ 22122] By: nicholas                              on 2004/01/12  19:52:16
10916         Log: Subject: Re: 5.8.3-RC1, ext/threads/shared/t/wait still hanging
10917              From: Mike Pomraning <mjp@pilcrow.madison.wi.us>
10918              Message-ID: <Pine.LNX.4.58.0401121127210.15844@benevelle.wi.securepipe.com>
10919              Date: Mon, 12 Jan 2004 12:41:52 -0600 (CST)
10920      Branch: perl
10921            ! ext/threads/shared/t/wait.t
10922 ____________________________________________________________________________
10923 [ 22121] By: nicholas                              on 2004/01/12  17:27:25
10924         Log: use sv_setpvn rather than sv_setpv and save a strlen()
10925      Branch: perl
10926            ! doop.c
10927 ____________________________________________________________________________
10928 [ 22120] By: merijn                                on 2004/01/12  13:04:42
10929         Log: Subject: [PATCH] Make 'Configure -Dcf_by=...' work
10930              From: Gisle Aas <gisle@ActiveState.com>
10931              Date: 12 Jan 2004 02:35:27 -0800
10932              Message-ID: <lrvfnh315c.fsf@caliper.activestate.com>
10933      Branch: perl
10934            ! Configure
10935 ____________________________________________________________________________
10936 [ 22117] By: rgs                                   on 2004/01/12  10:10:43
10937         Log: Subject: Re: [perl #24846] [PATCH] Apparent utf8 bug in join() in 5.8.[012]
10938              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
10939              Date: Mon, 12 Jan 2004 11:19:37 +0900
10940              Message-Id: <20040112111007.EB69.BQW10602@nifty.com>
10941      Branch: perl
10942            ! doop.c t/op/join.t
10943 ____________________________________________________________________________
10944 [ 22115] By: nicholas                              on 2004/01/11  23:37:09
10945         Log: Subject: Re: 5.8.3-RC1, ext/threads/shared/t/wait still hanging
10946              From: Mike Pomraning <mjp@pilcrow.madison.wi.us>
10947              Message-ID: <Pine.LNX.4.58.0401111548010.6679@localhost.localdomain>
10948              Date: Sun, 11 Jan 2004 16:24:18 -0600 (CST)
10949      Branch: perl
10950            ! ext/threads/shared/t/wait.t
10951 ____________________________________________________________________________
10952 [ 22113] By: nicholas                              on 2004/01/11  23:14:48
10953         Log: Regenerate win32/Makefile and win32/makefile.mk after
10954
10955              Integrate:
10956              [ 22081]
10957              Move pod/perldelta.pod to pod/perl583delta.pod, and arrange for
10958              a copy to be made at build time.
10959
10960              [ 22111]
10961              Subject: Re: [PATCH win32/makefile.mk] (was Re: 5.8.3 RC1)
10962              From: Abe Timmerman <abe@ztreet.demon.nl>
10963              Message-Id: <200401111813.40829.abe@ztreet.demon.nl>
10964              Date: Sun, 11 Jan 2004 18:13:40 +0100
10965
10966              plus revert 22092 and 22080
10967      Branch: perl
10968            ! pod.lst win32/Makefile win32/makefile.mk
10969           !> pod/buildtoc
10970 ____________________________________________________________________________
10971 [ 22112] By: rgs                                   on 2004/01/11  22:38:08
10972         Log: Upgrade to Cwd 2.14.
10973      Branch: perl
10974            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
10975 ____________________________________________________________________________
10976 [ 22110] By: rgs                                   on 2004/01/11  16:34:43
10977         Log: Upgrade to Math::BigRat 0.11
10978
10979              Subject: [PATCH] [ANNOUCNE] Math::BigRat 0.11
10980              From: Tels <perl_dummy@bloodgate.com>
10981              Date: Wed, 7 Jan 2004 18:30:06 +0100
10982              Message-Id: <200401071830.07445@bloodgate.com>
10983      Branch: perl
10984            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigrat.t
10985            ! lib/Math/BigRat/t/bigratpm.inc lib/Math/BigRat/t/bigratpm.t
10986 ____________________________________________________________________________
10987 [ 22109] By: rgs                                   on 2004/01/10  23:39:38
10988         Log: Subject: [PATCH] Nicer formatting for function arguments in Carp messages
10989              From: Steve Hay <steve.hay@uk.radan.com>
10990              Date: Wed, 07 Jan 2004 13:22:30 +0000
10991              Message-ID: <3FFC0816.9090406@uk.radan.com>
10992
10993              (and increment version number in Carp)
10994      Branch: perl
10995            ! lib/Carp.pm lib/Carp/Heavy.pm
10996 ____________________________________________________________________________
10997 [ 22108] By: adi                                   on 2004/01/10  21:33:59
10998         Log: documentation nit
10999      Branch: perl
11000            ! pod/perlop.pod
11001 ____________________________________________________________________________
11002 [ 22107] By: adi                                   on 2004/01/10  20:19:09
11003         Log: nit to Bytecode - the av_extend opcode wasn't saved when
11004              the array had AvFILL == 0
11005      Branch: perl
11006            ! ext/B/B/Assembler.pm
11007 ____________________________________________________________________________
11008 [ 22106] By: adi                                   on 2004/01/10  20:16:03
11009         Log: still problems with backreferences + reverse cloning
11010              after #21936 - the weak reference may live on the pad.
11011      Branch: perl
11012            ! sv.c
11013 ____________________________________________________________________________
11014 [ 22104] By: nicholas                              on 2004/01/09  19:50:43
11015         Log: Bah. Makefile.PL still tests the sub-MANIFEST
11016      Branch: perl
11017            ! ext/Storable/MANIFEST
11018 ____________________________________________________________________________
11019 [ 22103] By: davem                                 on 2004/01/09  12:20:38
11020         Log: temporarily backout test of thread returning a closure. It crashes
11021              win32.
11022      Branch: perl
11023            ! ext/threads/t/problems.t
11024 ____________________________________________________________________________
11025 [ 22102] By: davem                                 on 2004/01/08  22:32:28
11026         Log: Subject: segv in pad.c with threads (was: DBD::Oracle and Perl 5.8.2 threads)
11027              Message-ID: <20040107121357.GD82921@dansat.data-plan.com>
11028
11029              Returning a closure from a thread (via join) could mess up because
11030              pointers to PL_sv_undef weren't rejigged to point at the joiner's
11031              version of PL_sv_undef. Also, the closure's CvGV got cloned too
11032              but never freed, since CvGV isn't refcounted.
11033      Branch: perl
11034            ! ext/threads/t/problems.t ext/threads/threads.xs sv.c
11035 ____________________________________________________________________________
11036 [ 22101] By: rgs                                   on 2004/01/08  21:00:56
11037         Log: perl582delta.pod was not in the MANIFEST.
11038      Branch: perl
11039            ! MANIFEST
11040 ____________________________________________________________________________
11041 [ 22100] By: nicholas                              on 2004/01/08  17:35:27
11042         Log: Integrate:
11043              [ 22093]
11044              Graham says that the search.cpan.org pod finder hashes on name
11045              The 4 files all thinking they are perldelta.pod confuses it.
11046      Branch: perl
11047           +> pod/perl582delta.pod
11048           !> pod/perl581delta.pod pod/perl58delta.pod
11049 ____________________________________________________________________________
11050 [ 22096] By: nicholas                              on 2004/01/08  13:15:38
11051         Log: Subject: [PATCH pod/perlhist.pod] Mention 5.8.3-RC1
11052              From: Abigail <abigail@abigail.nl>
11053              Message-ID: <20040107230027.GC393@abigail.nl>
11054              Date: Thu, 8 Jan 2004 00:00:27 +0100
11055      Branch: perl
11056            ! pod/perlhist.pod
11057 ____________________________________________________________________________
11058 [ 22091] By: nicholas                              on 2004/01/07  19:09:50
11059         Log:
11060              22088 22089 22090 (datestamp corrections - let's see if this really
11061              works)
11062      Branch: perl
11063           !> (integrate 35 files)
11064 ____________________________________________________________________________
11065 [ 22084] By: rgs                                   on 2004/01/07  09:25:16
11066         Log: Hardcoded numerical flag masks. Bad.
11067      Branch: perl
11068            ! doop.c
11069 ____________________________________________________________________________
11070 [ 22083] By: nicholas                              on 2004/01/06  18:57:29
11071         Log: Seems that sv_setsv_cow needs to be visible to core extensions,
11072              so that re will build properly on Win32. Thanks to Steve Hay for
11073              trying COW and finding the problems.
11074      Branch: perl
11075            ! embed.fnc embed.h
11076 ____________________________________________________________________________
11077 [ 22082] By: rgs                                   on 2004/01/06  18:11:22
11078         Log: Fix bug #24813 : the -0 wasn't recognized on the #! line
11079      Branch: perl
11080            + t/run/switch0.t
11081            ! MANIFEST perl.c
11082 ____________________________________________________________________________
11083 [ 22079] By: nicholas                              on 2004/01/06  12:38:52
11084         Log: Jarkko didn't move the cd ..\pod correctly. Given that it's been
11085              like this pre 5.8.1, I suspect that no-one has used it recently.
11086      Branch: perl
11087            ! win32/makefile.mk
11088 ____________________________________________________________________________
11089 [ 22076] By: rgs                                   on 2004/01/06  08:18:44
11090         Log: The TODO tag should be included also when a TODO test succeeds,
11091              so it's reported by the test harness
11092      Branch: perl
11093            ! t/op/write.t
11094 ____________________________________________________________________________
11095 [ 22075] By: rgs                                   on 2004/01/06  07:56:25
11096         Log: This TODO test seems to pass now.
11097      Branch: perl
11098            ! t/op/write.t
11099 ____________________________________________________________________________
11100 [ 22074] By: rgs                                   on 2004/01/05  23:29:55
11101         Log: Some of the bitwise manipulation PP functions weren't checking
11102              whether their arguments were magical before using them.
11103              (bug [#24816]).
11104      Branch: perl
11105            ! pp.c
11106 ____________________________________________________________________________
11107 [ 22071] By: davem                                 on 2004/01/05  22:17:04
11108         Log:
11109              stop $^O getting tainted on read access, and disallow tainted
11110              assignment to it
11111      Branch: perl
11112            ! mg.c t/op/taint.t
11113 ____________________________________________________________________________
11114 [ 22068] By: rgs                                   on 2004/01/05  21:48:30
11115         Log: Some mandatory syntax warnings emitted by the lexer weren't
11116              disableable (bug [perl #24815]).
11117      Branch: perl
11118            ! pod/perldiag.pod t/lib/warnings/toke toke.c
11119 ____________________________________________________________________________
11120 [ 22067] By: nicholas                              on 2004/01/05  21:36:07
11121         Log: Change the flag logic in buildtoc
11122      Branch: perl
11123            ! pod.lst pod/buildtoc
11124 ____________________________________________________________________________
11125 [ 22064] By: nicholas                              on 2004/01/05  21:16:09
11126         Log: Fix bug with MANIFEST generation when we also regenerate perltoc.pod
11127      Branch: perl
11128            ! pod/buildtoc
11129 ____________________________________________________________________________
11130 [ 22058] By: rgs                                   on 2004/01/05  06:17:47
11131         Log: Subject: [PATCH] skip num.t #47 on VMS
11132              From: "Craig A. Berry" <craigberry@mac.com>
11133              Date: Sun, 04 Jan 2004 23:16:26 -0600
11134              Message-ID: <3FF8F32A.5000108@mac.com>
11135      Branch: perl
11136            ! t/base/num.t
11137 ____________________________________________________________________________
11138 [ 22057] By: rgs                                   on 2004/01/05  06:17:07
11139         Log: Subject: [PATCH configure.com] future-proof signal check
11140              From: "Craig A. Berry" <craigberry@mac.com>
11141              Date: Sun, 04 Jan 2004 22:53:40 -0600
11142              Message-ID: <3FF8EDD4.3080308@mac.com>
11143      Branch: perl
11144            ! configure.com
11145 ____________________________________________________________________________
11146 [ 22056] By: rgs                                   on 2004/01/04  20:45:31
11147         Log: Upgrade to Cwd 2.13
11148      Branch: perl
11149            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
11150 ____________________________________________________________________________
11151 [ 22055] By: davem                                 on 2004/01/04  19:34:36
11152         Log: Subject: Re: [perl #24774] eval + format - \n = pp_ctl.c assertion
11153              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
11154              Date: Fri, 2 Jan 2004 11:31:46 +0100
11155              Message-ID: <DF27CDCBD2581D4B88431901094E4B4D02B0C4B3@attmsx1>
11156
11157              eval of of a truncated format should fail
11158      Branch: perl
11159            ! t/op/write.t toke.c
11160 ____________________________________________________________________________
11161 [ 22052] By: rgs                                   on 2004/01/03  19:53:53
11162         Log: Upgrade to PerlIO::via::QuotedPrint 0.06
11163      Branch: perl
11164            ! lib/PerlIO/via/QuotedPrint.pm
11165 ____________________________________________________________________________
11166 [ 22051] By: rgs                                   on 2004/01/03  19:51:02
11167         Log: Upgrade to Time::HiRes 1.54
11168      Branch: perl
11169            + ext/Time/HiRes/hints/solaris.pl
11170            ! MANIFEST ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
11171            ! ext/Time/HiRes/HiRes.xs
11172 ____________________________________________________________________________
11173 [ 22050] By: nicholas                              on 2004/01/03  19:24:00
11174         Log: No matter how hard you proof read it, something always slips through.
11175      Branch: perl
11176            ! ext/Storable/ChangeLog
11177 ____________________________________________________________________________
11178 [ 22049] By: nicholas                              on 2004/01/03  19:22:08
11179         Log: Fix minor problems with the CPAN release
11180              1: Make Storable.xs to work on 5.8.2 and later (already in the core)
11181              2: Ship the linux hints file
11182              3: Ship Test::More for the benefit of Perls pre 5.6.2
11183              4: Correct Makefile.PL to install in core for 5.8.0 and later
11184      Branch: perl
11185            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
11186            ! ext/Storable/Makefile.PL ext/Storable/README
11187            ! ext/Storable/Storable.pm
11188 ____________________________________________________________________________
11189 [ 22047] By: rgs                                   on 2004/01/03  00:07:13
11190         Log: Tidy up change #18751, so that the second parameter to unpack()
11191              defaults to $_ at compile-time, instead of run-time (like all
11192              other primitives that default to $_).
11193      Branch: perl
11194            ! embed.h op.c opcode.h opcode.pl pp.sym pp_pack.c pp_proto.h
11195 ____________________________________________________________________________
11196 [ 22044] By: nicholas                              on 2004/01/02  16:17:24
11197         Log: Bump $threads::VERSION as the documentation has changed. Tweak the
11198              documentaiton, update Arthur's e-mail address
11199      Branch: perl
11200            ! ext/threads/threads.pm
11201 ____________________________________________________________________________
11202 [ 22043] By: rgs                                   on 2004/01/02  08:35:22
11203         Log: Use the optimization level -O2 by default on Linux/gcc.
11204              See :
11205              Subject: Benchmarking (was Re: GCC bug breaking Perl_sv_catpvfn()?)
11206              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
11207              Date: Thu, 1 Jan 2004 05:32:15 +0100
11208              Message-ID: <071601c3d020$4046d2a0$d500a8c0@R2D2>
11209      Branch: perl
11210            ! hints/linux.sh
11211 ____________________________________________________________________________
11212 [ 22041] By: nicholas                              on 2004/01/02  00:38:00
11213         Log: Update debugger version number and Changes file
11214      Branch: perl
11215            ! lib/perl5db.pl
11216 ____________________________________________________________________________
11217 [ 22037] By: davem                                 on 2004/01/01  23:22:10
11218         Log: addition to 22036 (document SUPER better): superclass may be plural
11219      Branch: perl
11220            ! pod/perlbot.pod pod/perlobj.pod
11221 ____________________________________________________________________________
11222 [ 22036] By: davem                                 on 2004/01/01  22:23:11
11223         Log: Document the quirks of SUPER, especially the fact that it it
11224              relative to the current package and not to the invoking object.
11225      Branch: perl
11226            ! pod/perlboot.pod pod/perlbot.pod pod/perlobj.pod
11227            ! pod/perltoot.pod
11228 ____________________________________________________________________________
11229 [ 22034] By: davem                                 on 2004/01/01  19:58:08
11230         Log: Fix bug #24383, where hashes with the :unique attribute weren't
11231              getting made readonly on interpreter clone. Also, remove the
11232              :unique attribute from the hashes in warnings.pm, since they may
11233              later be modified by warnings::register.  Finally, adds tests for
11234              the :unique attribute.
11235      Branch: perl
11236            ! ext/threads/t/problems.t lib/warnings.pm sv.c warnings.pl
11237 ____________________________________________________________________________
11238 [ 22033] By: nicholas                              on 2004/01/01  19:22:24
11239         Log: Subject: Perl 5.8.3 patches from the BS2000 port - part 2
11240              From: Dorner Thomas <tdorner@amadeus.net>
11241              Message-ID: <6727B1DACFCDD311A757009027CA8D69044B6740@Ex02.inhouse.start.de>
11242              Date: Fri, 19 Dec 2003 07:16:47 +0100
11243      Branch: perl
11244            ! t/io/utf8.t t/op/pat.t
11245 ____________________________________________________________________________
11246 [ 22032] By: rgs                                   on 2004/01/01  17:29:21
11247         Log: Subject: [PATCH 5.8.2 @21574] OS/2 update
11248              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
11249              Date: Thu, 18 Dec 2003 14:10:29 -0800
11250              Message-ID: <20031218221029.GA7898@math.berkeley.edu>
11251      Branch: perl
11252            ! README.os2 hints/os2.sh installperl lib/ExtUtils/MM_Unix.pm
11253            ! makedef.pl os2/Changes os2/OS2/REXX/DLL/Changes
11254            ! os2/OS2/REXX/DLL/DLL.pm os2/os2.c os2/os2ish.h os2/perl2cmd.pl
11255 ____________________________________________________________________________
11256 [ 22031] By: rgs                                   on 2004/01/01  16:30:13
11257         Log: Document that /[\W]/ doesn't work, unicode-wise (see bug #18281)
11258      Branch: perl
11259            ! pod/perlunicode.pod
11260 ____________________________________________________________________________
11261 [ 22030] By: rgs                                   on 2004/01/01  13:55:31
11262         Log: Document that detached threads aren't supported on Windows yet.
11263      Branch: perl
11264            ! ext/threads/threads.pm
11265 ____________________________________________________________________________
11266 [ 22029] By: rgs                                   on 2004/01/01  13:30:33
11267         Log: Upgrade to Getopt::Long 2.34_01
11268      Branch: perl
11269            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
11270 ____________________________________________________________________________
11271 [ 22026] By: nicholas                              on 2003/12/31  15:22:31
11272         Log: Tweak 00compile.t to avoid splatting a DIAG over core perl's
11273              beautiful clean run of OKs. You are all getting a clean run of OKs,
11274              aren't you?
11275      Branch: perl
11276            ! lib/Test/Harness/t/00compile.t
11277 ____________________________________________________________________________
11278 [ 22025] By: nicholas                              on 2003/12/31  15:11:51
11279         Log: Subject: [PATCH] "piconv -C 512" badly broken
11280              From: Autrijus Tang <autrijus@autrijus.org>
11281              Message-Id: <1072870210.769.5.camel@localhost>
11282              Date: Wed, 31 Dec 2003 19:30:10 +0800
11283      Branch: perl
11284            ! ext/Encode/bin/piconv
11285 ____________________________________________________________________________
11286 [ 22021] By: rgs                                   on 2003/12/31  08:28:43
11287         Log: Upgrade to Test::Harness 2.40.
11288      Branch: perl
11289            ! lib/Test/Harness.pm lib/Test/Harness/Changes
11290            ! lib/Test/Harness/Iterator.pm lib/Test/Harness/Straps.pm
11291            ! lib/Test/Harness/bin/prove lib/Test/Harness/t/00compile.t
11292            ! lib/Test/Harness/t/assert.t lib/Test/Harness/t/callback.t
11293            ! lib/Test/Harness/t/prove-switches.t
11294            ! lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
11295            ! lib/Test/Harness/t/test-harness.t
11296 ____________________________________________________________________________
11297 [ 22020] By: rgs                                   on 2003/12/31  07:59:19
11298         Log: C++ comments, bad.
11299      Branch: perl
11300            ! ext/Cwd/Cwd.xs
11301 ____________________________________________________________________________
11302 [ 22018] By: nicholas                              on 2003/12/30  23:29:59
11303         Log: Bump VERSION numbers
11304      Branch: perl
11305            ! ext/POSIX/POSIX.pm lib/Benchmark.pm lib/File/CheckTree.pm
11306            ! lib/Getopt/Std.pm lib/PerlIO.pm lib/Tie/Hash.pm
11307            ! lib/diagnostics.pm
11308 ____________________________________________________________________________
11309 [ 22016] By: rgs                                   on 2003/12/30  21:10:22
11310         Log: A patch for Test::Harness on VMS by Craig Berry
11311              (see RT CPAN bug #4745)
11312      Branch: perl
11313            ! lib/Test/Harness/Straps.pm
11314 ____________________________________________________________________________
11315 [ 22013] By: nicholas                              on 2003/12/30  18:18:28
11316         Log: Subject: more uni doc tweakage
11317              From: Jarkko Hietaniemi <jhi@iki.fi>
11318              Message-ID: <20031230133755.GA23118@vipunen.hut.fi>
11319              Date: Tue, 30 Dec 2003 15:37:55 +0200
11320
11321              Subject: one more pod fix
11322              From: Jarkko Hietaniemi <jhi@iki.fi>
11323              Message-ID: <20031230135641.GA24516@vipunen.hut.fi>
11324              Date: Tue, 30 Dec 2003 15:56:41 +0200
11325      Branch: perl
11326            ! lib/PerlIO.pm pod/perlunicode.pod
11327 ____________________________________________________________________________
11328 [ 22009] By: davem                                 on 2003/12/30  17:14:44
11329         Log: bug #24757 perlrun.pod's description of find -mtime was ambiguous
11330      Branch: perl
11331            ! pod/perlrun.pod
11332 ____________________________________________________________________________
11333 [ 22007] By: rgs                                   on 2003/12/30  16:04:47
11334         Log: Upgrade to Math::BigInt 1.68.
11335      Branch: perl
11336            + lib/Math/BigInt/t/bigroot.t
11337            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
11338            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/CalcEmu.pm
11339            ! lib/Math/BigInt/t/alias.inc lib/Math/BigInt/t/bare_mbi.t
11340            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigintpm.inc
11341            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/sub_mbi.t
11342 ____________________________________________________________________________
11343 [ 22005] By: davem                                 on 2003/12/30  15:07:50
11344         Log: Subject: Re: [perl #24774] eval + format - \n = pp_ctl.c assertion
11345              heuristics for calculating buffer size needed to compile a format
11346              didn't allow for \0
11347      Branch: perl
11348            ! pp_ctl.c t/op/write.t
11349 ____________________________________________________________________________
11350 [ 22003] By: rgs                                   on 2003/12/30  12:54:02
11351         Log: Add a regression test for bug #24762
11352      Branch: perl
11353            ! t/comp/parser.t
11354 ____________________________________________________________________________
11355 [ 22002] By: rgs                                   on 2003/12/30  12:49:09
11356         Log: Updates the notes about byacc in pumpkin.pod.
11357      Branch: perl
11358            ! Porting/pumpkin.pod
11359 ____________________________________________________________________________
11360 [ 22001] By: rgs                                   on 2003/12/30  09:58:08
11361         Log: Bump up UNIVERSAL's version to 1.02
11362              (due to fix #21418)
11363      Branch: perl
11364            ! lib/UNIVERSAL.pm
11365 ____________________________________________________________________________
11366 [ 21999] By: nicholas                              on 2003/12/29  23:53:31
11367         Log: Add Mike Pomraning
11368      Branch: perl
11369            ! AUTHORS
11370 ____________________________________________________________________________
11371 [ 21997] By: rgs                                   on 2003/12/29  20:11:12
11372         Log: Update the README and Changes files for Switch 2.10
11373      Branch: perl
11374            ! lib/Switch/Changes lib/Switch/README
11375 ____________________________________________________________________________
11376 [ 21996] By: rgs                                   on 2003/12/29  20:07:00
11377         Log: Upgrade to Switch 2.10, by integrating some changes by Damian
11378      Branch: perl
11379            ! lib/Switch.pm
11380 ____________________________________________________________________________
11381 [ 21993] By: rgs                                   on 2003/12/29  10:49:29
11382         Log: Windows hasn't getuid/setuid and friends.
11383              Therefore disable the code related to them in POSIX.xs.
11384
11385              Subject: [PATCH: ext/POSIX/POSIX.xs] Re: Smoke [5.8.2] 21979 FAIL(Xt) MSWin32 5.1 Service Pack 1 (x86/1 cpu)
11386              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
11387              Date: Mon, 29 Dec 2003 04:51:19 +0100
11388              Message-ID: <03d401c3cdbf$05730ee0$d500a8c0@R2D2>
11389      Branch: perl
11390            ! ext/POSIX/POSIX.xs
11391 ____________________________________________________________________________
11392 [ 21992] By: rgs                                   on 2003/12/29  10:31:07
11393         Log: Subject: [PATCH] win32_chsize buglet
11394              From: "Kevin Chase" <kevincha99@hotmail.com>
11395              Date: Sun, 28 Dec 2003 15:48:56 -0800
11396              Message-ID: <BAY2-F90usv0ccZRh8Z0005683d@hotmail.com>
11397      Branch: perl
11398            ! win32/win32.c
11399 ____________________________________________________________________________
11400 [ 21991] By: rgs                                   on 2003/12/29  08:10:51
11401         Log: Upgrade to Encode 1.99.
11402      Branch: perl
11403            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/META.yml
11404            ! ext/Encode/Unicode/Unicode.xs ext/Encode/encoding.pm
11405            ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_utf8.t
11406            ! ext/Encode/t/mime-header.t ext/Encode/ucm/gsm0338.ucm
11407            ! ext/Encode/ucm/macArabic.ucm ext/Encode/ucm/macFarsi.ucm
11408            ! ext/Encode/ucm/macHebrew.ucm
11409 ____________________________________________________________________________
11410 [ 21990] By: rgs                                   on 2003/12/28  18:41:35
11411         Log: Fix a little syntax error, reported by Marcus Holland-Moritz
11412      Branch: perl
11413            ! win32/win32.c
11414 ____________________________________________________________________________
11415 [ 21989] By: nicholas                              on 2003/12/28  11:49:20
11416         Log: From: "Nigel Sandever" <njsandever@hotmail.com>
11417              Subject: [PATCH] 5.8.1 / bcc55 / win32 / Enable PerlIO and/ or USE_LARGE_FILES
11418              Message-ID: <Law9-F94BdsnvUFcxT500000ea5@hotmail.com>
11419              Date: Thu, 25 Sep 2003 21:49:07 +0000
11420      Branch: perl
11421            ! dosish.h win32/win32.c win32/win32sck.c
11422 ____________________________________________________________________________
11423 [ 21988] By: rgs                                   on 2003/12/27  23:46:40
11424         Log: Regenerate the perly.c patch for byacc output painless fixing
11425      Branch: perl
11426            ! perly_c.diff
11427 ____________________________________________________________________________
11428 [ 21986] By: rgs                                   on 2003/12/27  23:11:59
11429         Log: Fix bug [perl #24762] : C<*foo{CODE} ? 1 : 0> was a syntax error
11430      Branch: perl
11431            ! perly.c perly.y vms/perly_c.vms
11432 ____________________________________________________________________________
11433 [ 21985] By: nicholas                              on 2003/12/27  22:55:35
11434         Log: Subject: Cross compilation patches for arm.
11435              From: Redvers Davies <red@criticalintegration.com>
11436              Message-Id: <1072098653.4789.6.camel@ragefire>
11437              Date: Mon, 22 Dec 2003 08:11:34 -0500
11438      Branch: perl
11439            ! Cross/Makefile Cross/Makefile.SH.patch Cross/README
11440            ! Cross/config.sh-arm-linux Cross/installperl.patch
11441 ____________________________________________________________________________
11442 [ 21983] By: rgs                                   on 2003/12/27  21:29:04
11443         Log: Fix bug [perl #24735] : make sure that the range (..) operator
11444              treats an undefined argument as 0 for numerical ranges and as ""
11445              for magical string ranges.
11446      Branch: perl
11447            ! pp_ctl.c t/op/range.t
11448 ____________________________________________________________________________
11449 [ 21981] By: rgs                                   on 2003/12/27  20:14:09
11450         Log: Subject: PATCH:  *DB*_File
11451              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
11452              Date: Sat, 27 Dec 2003 20:02:30 -0000
11453              Message-ID: <AIEAJICLCBDNAAOLLOKLIEAOPGAA.Paul.Marquess@btinternet.com>
11454      Branch: perl
11455            ! XSUB.h ext/DB_File/Changes ext/DB_File/DB_File.pm
11456            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
11457            ! ext/DB_File/t/db-hash.t ext/DB_File/t/db-recno.t
11458            ! ext/DB_File/typemap ext/GDBM_File/typemap
11459            ! ext/NDBM_File/typemap ext/ODBM_File/typemap
11460            ! ext/SDBM_File/typemap
11461 ____________________________________________________________________________
11462 [ 21978] By: nicholas                              on 2003/12/27  18:31:27
11463         Log: Straggler from Cwd
11464      Branch: perl
11465            + ext/Cwd/Changes
11466 ____________________________________________________________________________
11467 [ 21977] By: nicholas                              on 2003/12/27  18:29:44
11468         Log: Straggler from Unicode::Collate.
11469              We need to automate this.
11470              For some value of we. (tr/w/m/ I suspect)
11471      Branch: perl
11472            + lib/Unicode/Collate/t/rearrang.t
11473 ____________________________________________________________________________
11474 [ 21976] By: nicholas                              on 2003/12/27  18:28:37
11475         Log: Assimilate Unicode::Collate 0.33
11476      Branch: perl
11477            + lib/Unicode/Collate/t/altern.t lib/Unicode/Collate/t/view.t
11478            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
11479            ! lib/Unicode/Collate/README lib/Unicode/Collate/keys.txt
11480            ! lib/Unicode/Collate/t/contract.t
11481            ! lib/Unicode/Collate/t/illegal.t lib/Unicode/Collate/t/test.t
11482            ! lib/Unicode/Collate/t/version.t
11483 ____________________________________________________________________________
11484 [ 21975] By: nicholas                              on 2003/12/27  18:12:33
11485         Log: Assimilate PodParser-1.26
11486      Branch: perl
11487            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
11488            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/PlainText.pm
11489            ! lib/Pod/Select.pm lib/Pod/Usage.pm pod/pod2usage.PL
11490            ! pod/podselect.PL t/pod/pod2usage.xr t/pod/podselect.xr
11491 ____________________________________________________________________________
11492 [ 21974] By: nicholas                              on 2003/12/27  17:50:34
11493         Log: Assimilate File::Spec 0.87
11494      Branch: perl
11495            ! lib/File/Spec.pm lib/File/Spec/t/Spec.t
11496 ____________________________________________________________________________
11497 [ 21973] By: nicholas                              on 2003/12/27  17:24:27
11498         Log: Assimilate Digest 1.05
11499      Branch: perl
11500            ! lib/Digest.pm lib/Digest/t/digest.t
11501 ____________________________________________________________________________
11502 [ 21972] By: nicholas                              on 2003/12/27  17:20:23
11503         Log: Assimilate Cwd 2.12 from CPAN. Cwd wasn't in Maintainers, so change
11504              21646 was only applied to core (must punt this back and thereby unfork)
11505              Need to fix test boilerplate properly for PERL_CORE
11506      Branch: perl
11507            ! MANIFEST Porting/Maintainers.pl ext/Cwd/Cwd.xs ext/Cwd/t/cwd.t
11508            ! ext/Cwd/t/taint.t lib/Cwd.pm
11509 ____________________________________________________________________________
11510 [ 21971] By: nicholas                              on 2003/12/27  16:55:54
11511         Log: Subject: [PATCH] Remove Win32 compiler warnings
11512              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
11513              Date: Sat, 27 Dec 2003 17:39:20 +0100
11514              Message-ID: <018901c3cc97$fa976660$d500a8c0@R2D2>
11515      Branch: perl
11516            ! ext/XS/APItest/APItest.xs ext/threads/shared/shared.xs sv.c
11517 ____________________________________________________________________________
11518 [ 21970] By: nicholas                              on 2003/12/27  16:39:01
11519         Log: Allow overriding of the p4 settings via environment variables
11520              Make regexp more robust to parse FreeBSD's patch output
11521      Branch: perl
11522            ! Porting/apply
11523 ____________________________________________________________________________
11524 [ 21968] By: rgs                                   on 2003/12/27  14:27:57
11525         Log: Subject: [PATCH] perl 5.8.0, FindBin::again
11526              From: Slaven Rezic <slaven@rezic.de>
11527              Date: 01 May 2003 21:28:10 +0200
11528              Message-ID: <873cjy31rp.fsf@vran.herceg.de>
11529      Branch: perl
11530            ! lib/FindBin.pm lib/FindBin.t
11531 ____________________________________________________________________________
11532 [ 21967] By: nicholas                              on 2003/12/27  13:26:29
11533         Log: Subject: [PATCH: sv.c] Turn Quad_t to Uquad_t in unsigned branch
11534              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
11535              Date: Sat, 27 Dec 2003 02:48:19 +0100
11536              Message-ID: <010001c3cc1b$813763a0$d500a8c0@R2D2>
11537      Branch: perl
11538            ! sv.c
11539 ____________________________________________________________________________
11540 [ 21964] By: nicholas                              on 2003/12/26  20:31:38
11541         Log: Change minimum perl version where the test is run from 5.9.0 to 5.8.3
11542              as I'm going to integrate the core patch
11543      Branch: perl
11544            ! ext/List/Util/t/weak.t
11545 ____________________________________________________________________________
11546 [ 21962] By: nicholas                              on 2003/12/26  19:22:16
11547         Log: Subject: [PATCH: sv.c] Re: GCC bug breaking Perl_sv_catpvfn()?
11548              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
11549              Date: Fri, 26 Dec 2003 02:47:09 +0100
11550              Message-ID: <03ca01c3cb52$2d509b40$5700a8c0@R2D2>
11551      Branch: perl
11552            ! sv.c
11553 ____________________________________________________________________________
11554 [ 21960] By: rgs                                   on 2003/12/26  10:18:24
11555         Log: Refactor the code that checks whether a range is numeric
11556              or string-magical.
11557      Branch: perl
11558            ! pp_ctl.c
11559 ____________________________________________________________________________
11560 [ 21959] By: rgs                                   on 2003/12/26  08:51:06
11561         Log: Restore ext/SDBM_File/sdbm/Makefile to its pre-21655 state.
11562              This fixes building SDBM_File on AIX.
11563      Branch: perl
11564            ! ext/SDBM_File/sdbm/Makefile.PL
11565 ____________________________________________________________________________
11566 [ 21958] By: rgs                                   on 2003/12/25  21:22:25
11567         Log: Fix bug [perl #24641] : when POSIX::set[ug]id() are called,
11568              update the perl variables PL_uid and PL_euid (resp. PL_gid
11569              and PL_egid) with the new values.
11570      Branch: perl
11571            ! ext/POSIX/POSIX.xs
11572 ____________________________________________________________________________
11573 [ 21957] By: rgs                                   on 2003/12/25  20:14:00
11574         Log: Subject: [PATCH 5.8.2 @21574] INSTALL_PREFIX from C
11575              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
11576              Date: Thu, 18 Dec 2003 12:30:06 -0800
11577              Message-ID: <20031218203006.GA7772@math.berkeley.edu>
11578      Branch: perl
11579            ! config_h.SH
11580 ____________________________________________________________________________
11581 [ 21956] By: rgs                                   on 2003/12/25  19:40:55
11582         Log: Subject: BigInt v1.68 - pre-release
11583              From: Tels <perl_dummy@bloodgate.com>
11584              Date: Tue, 23 Dec 2003 01:09:23 +0100
11585              Message-Id: <200312230106.27661@bloodgate.com>
11586      Branch: perl
11587            + lib/Math/BigInt/CalcEmu.pm lib/Math/BigInt/t/alias.inc
11588            + lib/Math/BigInt/t/mbf_ali.t lib/Math/BigInt/t/mbi_ali.t
11589            + lib/Math/BigInt/t/sub_ali.t
11590            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
11591            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
11592            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
11593            ! lib/Math/BigInt/t/upgrade.inc
11594 ____________________________________________________________________________
11595 [ 21955] By: rgs                                   on 2003/12/25  18:59:54
11596         Log: Subject: [perl #24506] [PATCH] cannot weaken refs to read only values
11597              From: Fergal Daly <fergal@esatclear.ie>
11598              Date: Tue, 2 Dec 2003 23:18:18 +0000
11599              Message-Id: <200312022318.18353.fergal@esatclear.ie>
11600
11601              (tweaked so the test is skipped on perls < 5.9.0)
11602      Branch: perl
11603            ! ext/List/Util/t/weak.t sv.c
11604 ____________________________________________________________________________
11605 [ 21953] By: nicholas                              on 2003/12/23  23:34:48
11606         Log: Subject:  [PATCH: perl@21949] document patch for VMS port on new file systems
11607              From:  PPrymmer@factset.com
11608              Date:  Tue, 23 Dec 2003 17:27:44 -0500
11609              Message-Id:  <OF32243F10.A592C9A9-ON85256E05.007B1741-85256E05.007B63CB@factset.com>
11610      Branch: perl
11611            ! README.vms
11612 ____________________________________________________________________________
11613 [ 21952] By: nicholas                              on 2003/12/23  23:19:19
11614         Log: Subject: [patch t/test.pl] comment fix
11615              From: Stas Bekman <stas@stason.org>
11616              Message-ID: <3FE8C65A.4060708@stason.org>
11617              Date: Tue, 23 Dec 2003 14:48:58 -0800
11618      Branch: perl
11619            ! t/test.pl
11620 ____________________________________________________________________________
11621 [ 21951] By: adi                                   on 2003/12/22  23:22:12
11622         Log: re-fix [perl #24508] without speed regression.
11623              keep an eye on this.
11624      Branch: perl
11625            ! op.c opcode.h opcode.pl
11626 ____________________________________________________________________________
11627 [ 21950] By: adi                                   on 2003/12/22  23:19:25
11628         Log: sanitize some macros - based on Chip Salzenberg suggestions and
11629              on the way GNU people use the gcc-ish 'blocks in parens'
11630      Branch: perl
11631            ! XSUB.h sv.h
11632 ____________________________________________________________________________
11633 [ 21948] By: nicholas                              on 2003/12/22  21:00:30
11634         Log: Subject: Re: Smoke [5.8.2] 21930 FAIL(t) MSWin32 5.1 Service Pack 1 (x86/1 cpu)
11635              Message-ID: <Pine.LNX.4.58.0312220116520.17374@localhost.localdomain>
11636              Date: Mon, 22 Dec 2003 01:52:08 -0600 (CST)
11637              From: Mike Pomraning <mjp@pilcrow.madison.wi.us>
11638      Branch: perl
11639            ! ext/threads/shared/shared.xs
11640 ____________________________________________________________________________
11641 [ 21946] By: nicholas                              on 2003/12/22  20:34:06
11642         Log: Subject:  doc nits
11643              From:  Jarkko Hietaniemi <jhi@iki.fi>
11644              Date:  Mon, 22 Dec 2003 21:57:34 +0200
11645              Message-Id:  <20031222195734.GA29441@vipunen.hut.fi>
11646      Branch: perl
11647            ! pod/perltodo.pod pod/perlunicode.pod
11648 ____________________________________________________________________________
11649 [ 21944] By: merijn                                on 2003/12/22  10:13:43
11650         Log: Subject: [PATCH] configure.com archname tweak
11651              From: "Craig A. Berry" <craigberry@mac.com>
11652              Date: Sun, 21 Dec 2003 23:07:13 -0600
11653              Message-ID: <3FE67C01.1000704@mac.com>
11654      Branch: perl
11655            ! configure.com
11656 ____________________________________________________________________________
11657 [ 21942] By: rgs                                   on 2003/12/21  21:29:47
11658         Log: Subject: [perl #24651] Taint bug with multiple backticks in ref consturctors
11659              From: Mike Guy <mjtg@cam.ac.uk>
11660              Date: Fri, 19 Dec 2003 17:17:11 +0000
11661              Message-Id: <E1AXOFT-0007DE-7q@draco.cus.cam.ac.uk>
11662      Branch: perl
11663            ! pod/perlsec.pod
11664 ____________________________________________________________________________
11665 [ 21940] By: rgs                                   on 2003/12/21  15:33:19
11666         Log: Fix a side-effect of bug #24674 in the perl debugger.
11667
11668              Subject: [perl #24674] 5.x odd taint bug
11669              From: Dominique Quatravaux (via RT) <perlbug-followup@perl.org>
11670              Date: 16 Dec 2003 15:03:24 -0000
11671              Message-ID: <rt-3.0.7_01-24674-68456.11.3124667849085@perl.org>
11672      Branch: perl
11673            ! lib/perl5db.pl
11674 ____________________________________________________________________________
11675 [ 21938] By: rgs                                   on 2003/12/20  22:56:24
11676         Log: Subject: Perl 5.8.3 patches from the BS2000 port
11677              From: Dorner Thomas <tdorner@amadeus.net>
11678              Date: Wed, 17 Dec 2003 15:41:17 +0100
11679              Message-ID: <6727B1DACFCDD311A757009027CA8D69044B673A@Ex02.inhouse.start.de>
11680      Branch: perl
11681            ! hints/posix-bc.sh t/base/num.t t/comp/parser.t
11682 ____________________________________________________________________________
11683 [ 21937] By: adi                                   on 2003/12/20  21:37:03
11684         Log: after back-references, restricted hashes.
11685              see http://nntp.perl.org/group/perl.perl5.porters/86497
11686              this is hopefully only a temporary solution.
11687      Branch: perl
11688            ! perl.c
11689 ____________________________________________________________________________
11690 [ 21936] By: adi                                   on 2003/12/20  21:32:37
11691         Log: fix [perl #24660], [perl #24663].
11692      Branch: perl
11693            ! mg.c sv.c
11694 ____________________________________________________________________________
11695 [ 21935] By: rgs                                   on 2003/12/20  21:21:50
11696         Log: Upgrade to Time::Local 1.07_94
11697      Branch: perl
11698            ! lib/Time/Local.pm lib/Time/Local.t
11699 ____________________________________________________________________________
11700 [ 21933] By: nicholas                              on 2003/12/20  20:07:44
11701         Log: Subject: [PATCH] OpenVMS I64 support
11702              From: "Craig A. Berry" <craigberry@mac.com>
11703              Message-ID: <3FE2441F.2070603@mac.com>
11704              Date: Thu, 18 Dec 2003 18:19:43 -0600
11705      Branch: perl
11706            ! configure.com vms/gen_shrfls.pl
11707 ____________________________________________________________________________
11708 [ 21932] By: nicholas                              on 2003/12/20  19:57:51
11709         Log: remove duplicate PERL_HASH (as spotted by Enache Adrian in
11710              <20031220124854.GA1265@ratsnest.hole> )
11711      Branch: perl
11712            ! hv.c
11713 ____________________________________________________________________________
11714 [ 21931] By: nicholas                              on 2003/12/20  18:58:06
11715         Log: Solaris gconvert() doesn't like ndigits == 0. Currently we have no
11716              Configure test for troublesome gconvert(), so for now simply avoid
11717              the optimisation that calls gconvert() in this case.
11718      Branch: perl
11719            ! sv.c
11720 ____________________________________________________________________________
11721 [ 21928] By: rgs                                   on 2003/12/19  08:36:11
11722         Log: Upgrade to CGI.pm 3.01
11723      Branch: perl
11724            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Fast.pm
11725            ! lib/CGI/Pretty.pm lib/CGI/Util.pm lib/CGI/t/carp.t
11726            ! lib/CGI/t/request.t
11727 ____________________________________________________________________________
11728 [ 21927] By: rgs                                   on 2003/12/19  08:10:41
11729         Log: Subject: [DOCPATCH] base.pm
11730              From: Elizabeth Mattijsen <liz@dijkmat.nl>
11731              Date: Thu, 18 Dec 2003 22:30:52 +0100
11732              Message-Id: <p05111b12bc07cc596977@[192.168.56.3]>
11733
11734              Plus, remove leftover mentions of pseudo-hashes
11735      Branch: perl
11736            ! lib/base.pm
11737 ____________________________________________________________________________
11738 [ 21924] By: nicholas                              on 2003/12/18  20:24:29
11739         Log: "Richard" - who he? (Add "Richard Clamp" to the list of pumpkings)
11740      Branch: perl
11741            ! pod/perlhist.pod
11742 ____________________________________________________________________________
11743 [ 21923] By: rgs                                   on 2003/12/18  14:58:42
11744         Log: Perl 1.0.16 has been released.
11745      Branch: perl
11746            ! pod/perlhist.pod
11747 ____________________________________________________________________________
11748 [ 21922] By: rgs                                   on 2003/12/17  21:36:36
11749         Log: Subject: [PATCH: embed.fnc] arguments for perl_clone()
11750              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
11751              Date: Wed, 17 Dec 2003 13:26:52 +0100
11752              Message-ID: <055701c3c499$11144f90$8cecfe91@R2D2>
11753      Branch: perl
11754            ! embed.fnc embed.h global.sym
11755 ____________________________________________________________________________
11756 [ 21921] By: rgs                                   on 2003/12/17  17:34:05
11757         Log: Subject: [PATCH] 2-arg cond_wait, cond_timedwait, tests
11758              From: Mike Pomraning <mjp@pilcrow.madison.wi.us>
11759              Date: Wed, 17 Dec 2003 00:05:58 -0600 (CST)
11760              Message-ID: <Pine.LNX.4.58.0312092202040.13494@benevelle.wi.securepipe.com>
11761      Branch: perl
11762            + ext/threads/shared/t/wait.t
11763            ! MANIFEST ext/threads/shared/shared.pm
11764            ! ext/threads/shared/shared.xs
11765 ____________________________________________________________________________
11766 [ 21918] By: rgs                                   on 2003/12/16  22:00:39
11767         Log: Sync with the latest MakeMaker snapshot.
11768              But set the $VERSION to 6.21_01.
11769      Branch: perl
11770            ! lib/ExtUtils/Changes lib/ExtUtils/MANIFEST.SKIP
11771            ! lib/ExtUtils/META.yml lib/ExtUtils/MM_Any.pm
11772            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win95.pm
11773            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/FAQ.pod
11774            ! lib/ExtUtils/instmodsh
11775 ____________________________________________________________________________
11776 [ 21917] By: alanbur                               on 2003/12/15  09:13:49
11777         Log: Remove incorrect guards around inclusion of <signal.h>
11778              Causes problems with UNIX03/SUSv3
11779              Part 2 of change 21916 - oops!
11780
11781              See:
11782              Message-Id: <3FDD06A5.8010004@sun.com>
11783              Subject: Re: UNIX03 & C99 issue with 5.8.2
11784              From: Alan Burlison <Alan.Burlison@sun.com>
11785              Date: Mon, 15 Dec 2003 00:56:05 +0000
11786      Branch: perl
11787            ! doop.c mg.c mpeix/mpeixish.h plan9/plan9ish.h unixish.h util.c
11788 ____________________________________________________________________________
11789 [ 21916] By: alanbur                               on 2003/12/15  09:02:58
11790         Log: Remove incorrect guards around inclusion of <signal.h>
11791              Causes problems with UNIX03/SUSv3
11792      Branch: perl
11793            ! doio.c
11794 ____________________________________________________________________________
11795 [ 21915] By: rgs                                   on 2003/12/15  07:43:50
11796         Log: Add the macros dAX and dITEMS to PPPort.
11797      Branch: perl
11798            ! ext/Devel/PPPort/PPPort.pm
11799 ____________________________________________________________________________
11800 [ 21914] By: rgs                                   on 2003/12/14  22:53:43
11801         Log: Subject: [patch Porting/pumpkin.pod] trying to ensure that PPPort is up-to-date on each new release
11802              From: Stas Bekman <stas@stason.org>
11803              Date: Sun, 14 Dec 2003 15:12:40 -0800
11804              Message-ID: <3FDCEE68.3080509@stason.org>
11805      Branch: perl
11806            ! Porting/pumpkin.pod
11807 ____________________________________________________________________________
11808 [ 21912] By: rgs                                   on 2003/12/14  22:48:17
11809         Log: Subject: [DOCPATCH] perlfunc delete
11810              From: Elizabeth Mattijsen <liz@dijkmat.nl>
11811              Date: Sun, 14 Dec 2003 20:25:07 +0100
11812              Message-Id: <p05111b07bc0269065a99@[192.168.56.3]>
11813      Branch: perl
11814            ! pod/perlfunc.pod
11815 ____________________________________________________________________________
11816 [ 21910] By: nicholas                              on 2003/12/14  20:06:41
11817         Log: Forgot to remove a comment
11818      Branch: perl
11819            ! pp.c
11820 ____________________________________________________________________________
11821 [ 21907] By: nicholas                              on 2003/12/14  18:35:15
11822         Log: S_save_hek_flags should honour the "free" flag.
11823              Ought to mask the flag bits that shouldn't be stored.
11824      Branch: perl
11825            ! hv.c
11826 ____________________________________________________________________________
11827 [ 21906] By: nicholas                              on 2003/12/14  17:06:13
11828         Log: Some fool missed a letter n.
11829              (and then "optimised" code based on its absense. D'oh)
11830              Restore the correct behaviour - fetch with uppercase key, then if
11831              still not found store with mixed/lowercase key.
11832      Branch: perl
11833            ! hv.c
11834 ____________________________________________________________________________
11835 [ 21905] By: nicholas                              on 2003/12/14  16:34:01
11836         Log: Subject: Re: Change 21862
11837              From: Enache Adrian <enache@rdslink.ro>
11838              Date: Wed, 10 Dec 2003 06:05:58 +0200
11839              Message-ID: <20031210040558.GC1584@ratsnest.hole>
11840
11841              (1st hunk), plus the equivalent for hv_delete_common
11842      Branch: perl
11843            ! hv.c
11844 ____________________________________________________________________________
11845 [ 21904] By: nicholas                              on 2003/12/14  15:32:32
11846         Log: Clean up a bug I introduced into caseless ENV hv_delete
11847              (should be the proper fix for 21870 and 21872's band aid)
11848      Branch: perl
11849            ! hv.c
11850 ____________________________________________________________________________
11851 [ 21902] By: rgs                                   on 2003/12/13  21:56:45
11852         Log: Subject: Re: 5.6.2-RC1 on Cygwin
11853              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
11854              Date: Sat, 6 Dec 2003 22:32:59 -0800
11855              Message-ID: <20031207063259.GA3004@efn.org>
11856              (with tweaks to cleanup code)
11857      Branch: perl
11858            ! t/op/taint.t
11859 ____________________________________________________________________________
11860 [ 21898] By: nicholas                              on 2003/12/13  19:20:41
11861         Log: Add Perl_ceil
11862      Branch: perl
11863            ! perl.h pp.c
11864 ____________________________________________________________________________
11865 [ 21897] By: rgs                                   on 2003/12/13  18:41:51
11866         Log: Reformat a long line in perlembed.pod (bug #24623).
11867      Branch: perl
11868            ! pod/perlembed.pod
11869 ____________________________________________________________________________
11870 [ 21896] By: nicholas                              on 2003/12/13  18:40:59
11871         Log: The binary compatibility notes say that new global functions should
11872              go at the end. Not that I'm anything more than "trainee" when it
11873              comes to this bincompat stuff.
11874      Branch: perl
11875            ! embed.fnc proto.h
11876 ____________________________________________________________________________
11877 [ 21895] By: rgs                                   on 2003/12/13  18:33:38
11878         Log: alarm() is now implemented on Win32.
11879      Branch: perl
11880            ! pod/perlport.pod
11881 ____________________________________________________________________________
11882 [ 21893] By: nicholas                              on 2003/12/13  17:40:32
11883         Log: foreach qw() { # not valid syntax for 5.005. So fix it.
11884      Branch: perl
11885            ! pod/buildtoc
11886 ____________________________________________________________________________
11887 [ 21892] By: rgs                                   on 2003/12/13  17:02:12
11888         Log: Subject: Patch for: [perl #24650] File::CheckTree should list Larry Wall as author, not unknown
11889              From: David Dyck <david.dyck@fluke.com>
11890              Date: Sat, 13 Dec 2003 00:01:34 -0800 (PST)
11891              Message-ID: <Pine.LNX.4.51.0312122351450.8825@dd.tc.fluke.com>
11892      Branch: perl
11893            ! lib/File/CheckTree.pm
11894 ____________________________________________________________________________
11895 [ 21891] By: rgs                                   on 2003/12/13  16:33:46
11896         Log: Make the XSRETURN macro evaluate its argument only once.
11897      Branch: perl
11898            ! XSUB.h
11899 ____________________________________________________________________________
11900 [ 21886] By: rgs                                   on 2003/12/13  12:30:08
11901         Log: More POD fixes ; regenerate perltoc and perlmodlib.
11902      Branch: perl
11903            ! ext/DynaLoader/DynaLoader_pm.PL pod/perlmodlib.pod
11904            ! pod/perltoc.pod
11905 ____________________________________________________________________________
11906 [ 21885] By: rgs                                   on 2003/12/13  12:21:26
11907         Log: Fix some of the pods to produce more standard manpages,
11908              as reported by Eric S. Raymond.
11909      Branch: perl
11910            ! README.ce README.netware lib/Getopt/Std.pm lib/diagnostics.pm
11911 ____________________________________________________________________________
11912 [ 21884] By: rgs                                   on 2003/12/13  00:09:01
11913         Log: Subject: RE: [perl #24610] Pod::Html infinite recursion
11914              From: Anders Johnson <ajohnson@nvidia.com>
11915              Date: Fri, 12 Dec 2003 14:07:40 -0800
11916              Message-ID: <33171CC36240D94EAF1FE584B1D14E0A06EC6F51@mail-sc-11.nvidia.com>
11917              (with tweaks)
11918      Branch: perl
11919            ! lib/Pod/Html.pm
11920 ____________________________________________________________________________
11921 [ 21883] By: rgs                                   on 2003/12/12  23:54:25
11922         Log: Modify the common guard for the signal.h header, because
11923              C99 compilers don't like it.o
11924
11925              see :
11926              Subject: UNIX03 & C99 issue with 5.8.2
11927              From: Alan Burlison <Alan.Burlison@sun.com>
11928              Date: Fri, 12 Dec 2003 23:04:52 +0000
11929              Message-ID: <3FDA4994.6050209@sun.com>
11930      Branch: perl
11931            ! doio.c doop.c mg.c mpeix/mpeixish.h plan9/plan9ish.h unixish.h
11932            ! util.c
11933 ____________________________________________________________________________
11934 [ 21882] By: rgs                                   on 2003/12/12  22:43:11
11935         Log: Subject: [PATCH] Math::BigInt v1.67 released
11936              From: Tels <perl_dummy@bloodgate.com>
11937              Date: Fri, 12 Dec 2003 18:47:43 +0100
11938              Message-Id: <200312121847.49039@bloodgate.com>
11939      Branch: perl
11940            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
11941            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
11942            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
11943            ! lib/Math/BigInt/t/downgrade.t lib/Math/BigInt/t/fallback.t
11944            ! lib/Math/BigInt/t/sub_mbi.t
11945 ____________________________________________________________________________
11946 [ 21881] By: merijn                                on 2003/12/12  16:09:14
11947         Log: Subject: [PATCH] d_u32align for win32
11948              From: Gisle Aas <gisle@ActiveState.com>
11949              Date: 11 Dec 2003 01:33:39 -0800
11950              Message-ID: <lrzndzr958.fsf@caliper.activestate.com>
11951      Branch: perl
11952            ! win32/config.bc win32/config.gc win32/config.vc
11953 ____________________________________________________________________________
11954 [ 21879] By: rgs                                   on 2003/12/11  23:53:34
11955         Log: Subject: [PATCH] environ array fix for VMS
11956              From: "Craig A. Berry" <craigberry@mac.com>
11957              Date: Thu, 11 Dec 2003 14:35:29 -0600
11958              Message-ID: <3FD8D511.2030805@mac.com>
11959      Branch: perl
11960            ! vms/vms.c
11961 ____________________________________________________________________________
11962 [ 21878] By: nicholas                              on 2003/12/11  23:49:20
11963         Log: Subject: [PATCH] Perl 5.9.0 AUTHORS
11964              From: Mark Leighton Fisher <mark-fisher@mindspring.com>
11965              Message-ID: <3FD8E74F.7000202@mindspring.com>
11966              Date: Thu, 11 Dec 2003 16:53:19 -0500
11967      Branch: perl
11968            ! AUTHORS
11969 ____________________________________________________________________________
11970 [ 21877] By: rgs                                   on 2003/12/11  23:40:54
11971         Log: Add a mention of the error "DESTROY created new reference
11972              to dead object" in perldiag.
11973      Branch: perl
11974            ! pod/perldiag.pod
11975 ____________________________________________________________________________
11976 [ 21876] By: adi                                   on 2003/12/11  23:04:03
11977         Log: #21866 was wrong. another try to plumb that damn leak.
11978      Branch: perl
11979            ! mg.c sv.c
11980 ____________________________________________________________________________
11981 [ 21875] By: adi                                   on 2003/12/11  20:11:07
11982         Log: fix bug #24605.
11983              substr() wasn't working when used repeatedly on the same utf-8
11984              string.
11985      Branch: perl
11986            ! sv.c t/op/substr.t
11987 ____________________________________________________________________________
11988 [ 21874] By: rgs                                   on 2003/12/09  21:36:58
11989         Log: Suppress a C< $DB::single = 1 > from Switch.pm, as noticed
11990              by Jan Dubois.
11991      Branch: perl
11992            ! lib/Switch.pm
11993 ____________________________________________________________________________
11994 [ 21873] By: rgs                                   on 2003/12/09  21:33:22
11995         Log: Subject: [PATCH perlunicode.pod, encoding.pm] Implicit upgrading docs
11996              From: Autrijus Tang <autrijus@autrijus.org>
11997              Date: Tue, 9 Dec 2003 20:39:16 +0800
11998              Message-ID: <20031209123915.GA1454@not.autrijus.org>
11999      Branch: perl
12000            ! ext/Encode/encoding.pm pod/perlunicode.pod
12001 ____________________________________________________________________________
12002 [ 21872] By: adi                                   on 2003/12/09  03:26:16
12003         Log: temporary fix to avoid t/op/tie.t failures on Win32
12004      Branch: perl
12005            ! hv.c
12006 ____________________________________________________________________________
12007 [ 21871] By: rgs                                   on 2003/12/08  15:22:26
12008         Log: Upgrade to Digest-MD5 2.33.
12009      Branch: perl
12010            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
12011            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
12012            ! ext/Digest/MD5/t/files.t ext/Digest/MD5/typemap
12013 ____________________________________________________________________________
12014 [ 21870] By: rgs                                   on 2003/12/08  08:22:17
12015         Log: Integrate change #21862 from maint-5.8 :
12016
12017              Win32/MinGW tweaks
12018              A. ENV_IS_CASELESS has trys to free(keysave) when
12019              keysave isn't in scope yet.
12020              B. For default makefile.mk which build with perlhost.h
12021              stuff "live" need to link with g++ to find new/delete etc.
12022      Branch: perl
12023           !> hv.c win32/makefile.mk
12024 ____________________________________________________________________________
12025 [ 21869] By: rgs                                   on 2003/12/08  07:37:27
12026         Log: Subject: [PATCH] iterator reset moved to hv.c (was: [PATCH] SCALAR/FIRSTKEY for tied hashes in scalar context)
12027              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
12028              Date: Mon, 08 Dec 2003 08:17:46 +0100
12029              Message-id: <20031208071746.GA594@ethan>
12030      Branch: perl
12031            ! hv.c mg.c
12032 ____________________________________________________________________________
12033 [ 21868] By: adi                                   on 2003/12/08  03:38:39
12034         Log: yet another leak. bigger fish still swimming around.
12035              #!perl
12036              eval q{ $_ = "x"; s/x/"in subst"/e } while 1;
12037              __END__
12038      Branch: perl
12039            ! pp_ctl.c
12040 ____________________________________________________________________________
12041 [ 21867] By: adi                                   on 2003/12/08  03:34:37
12042         Log: yet another 2 leaks. example for the second:
12043              #! perl
12044              eval q{ open $p{q}, "foo" } while 1
12045              __END__
12046      Branch: perl
12047            ! op.c
12048 ____________________________________________________________________________
12049 [ 21866] By: adi                                   on 2003/12/08  03:30:16
12050         Log: plumb a leak with pos().
12051
12052              #! perl
12053              while (1) {
12054              my $a = "\x{1ff}"; $a =~ /\x{1ff}/g; pos($a);
12055              }
12056              __END__
12057      Branch: perl
12058            ! sv.c
12059 ____________________________________________________________________________
12060 [ 21865] By: rgs                                   on 2003/12/07  21:28:13
12061         Log: Subject: [PATCH] documenting SCALAR gotcha
12062              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
12063              Date: Sun, 07 Dec 2003 16:41:16 +0100
12064              Message-id: <20031207154116.GA825@ethan>
12065      Branch: perl
12066            ! pod/perltie.pod
12067 ____________________________________________________________________________
12068 [ 21864] By: rgs                                   on 2003/12/07  20:13:47
12069         Log: Subject: [PATCH] setenv tweak for VMS
12070              From: "Craig A. Berry" <craigberry@mac.com>
12071              Date: Sat, 06 Dec 2003 18:13:32 -0600
12072              Message-ID: <3FD270AC.3000106@mac.com>
12073      Branch: perl
12074            ! vms/vms.c
12075 ____________________________________________________________________________
12076 [ 21863] By: rgs                                   on 2003/12/06  21:33:22
12077         Log: Missing thingies.
12078      Branch: perl
12079            ! pp.c pp_hot.c
12080 ____________________________________________________________________________
12081 [ 21861] By: rgs                                   on 2003/12/06  20:58:12
12082         Log: Subject: [PATCH] Math::BigInt v1.67 (pre-release)
12083              From: Tels <perl_dummy@bloodgate.com>
12084              Date: Sat, 6 Dec 2003 20:19:44 +0100
12085              Message-Id: <200312062016.50484@bloodgate.com>
12086      Branch: perl
12087            + lib/Math/BigInt/t/const_mbf.t lib/Math/BigInt/t/fallback.t
12088            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
12089            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
12090            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.inc
12091            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
12092            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
12093            ! lib/Math/BigInt/t/bigints.t lib/Math/BigInt/t/biglog.t
12094            ! lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/sub_mbf.t
12095            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/with_sub.t
12096 ____________________________________________________________________________
12097 [ 21860] By: rgs                                   on 2003/12/06  20:33:09
12098         Log: Forgot to update the MANIFEST.
12099      Branch: perl
12100            ! MANIFEST
12101 ____________________________________________________________________________
12102 [ 21859] By: rgs                                   on 2003/12/06  20:19:16
12103         Log: Math::BigInt::Scalar is only for tests.
12104              Move it under t/lib.
12105      Branch: perl
12106           +> t/lib/Math/BigInt/Scalar.pm
12107            - lib/Math/BigInt/Scalar.pm
12108 ____________________________________________________________________________
12109 [ 21858] By: rgs                                   on 2003/12/06  20:01:24
12110         Log: Subject: [PATCH] casting bug in VMS part of Perl_start_glob
12111              From: "Craig A. Berry" <craigberry@mac.com>
12112              Date: Sat, 06 Dec 2003 12:44:40 -0600
12113              Message-ID: <3FD22398.1060506@mac.com>
12114      Branch: perl
12115            ! doio.c
12116 ____________________________________________________________________________
12117 [ 21857] By: rgs                                   on 2003/12/06  19:58:51
12118         Log: Remove the "Can't provide tied hash usage" error from perldiag.
12119              Mention the new tied hash SCALAR method in perldelta.
12120      Branch: perl
12121            ! pod/perldelta.pod pod/perldiag.pod
12122 ____________________________________________________________________________
12123 [ 21856] By: rgs                                   on 2003/12/06  19:51:49
12124         Log: Clarify the description of SCALAR in perltie
12125      Branch: perl
12126            ! pod/perltie.pod
12127 ____________________________________________________________________________
12128 [ 21855] By: rgs                                   on 2003/12/06  19:50:07
12129         Log: Subject: [PATCH] SCALAR/FIRSTKEY for tied hashes in scalar context
12130              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
12131              Date: Sat, 06 Dec 2003 11:50:59 +0100
12132              Message-id: <20031206105059.GA13989@ethan>
12133      Branch: perl
12134            ! embed.fnc embed.h global.sym hv.c lib/Tie/Hash.pm mg.c
12135            ! pod/perlapi.pod pod/perlfunc.pod pod/perltie.pod pp.c pp_hot.c
12136            ! proto.h t/op/tie.t
12137 ____________________________________________________________________________
12138 [ 21854] By: nicholas                              on 2003/12/06  16:30:35
12139         Log: Make sv_force_normal_flags cope with shared hash key scalars
12140              (remember the pointer from SvPVX, reset the flags before SvGROW,
12141              avoid crazy loops or read-from-free)
12142      Branch: perl
12143            ! sv.c
12144 ____________________________________________________________________________
12145 [ 21851] By: nicholas                              on 2003/12/05  20:49:10
12146         Log: Back out the Makefile.PL part of 21808 as requested by Gisle Aas
12147      Branch: perl
12148            ! ext/Digest/MD5/Makefile.PL
12149 ____________________________________________________________________________
12150 [ 21846] By: merijn                                on 2003/12/05  10:41:32
12151         Log: Subject: [PATCH] Configure gets d_u32align wrong
12152              From: Gisle Aas <gisle@ActiveState.com>
12153              Date: 05 Dec 2003 03:47:01 -0800
12154              Message-ID: <lr4qwfbi6i.fsf_-_@caliper.activestate.com>
12155      Branch: perl
12156            ! Configure
12157 ____________________________________________________________________________
12158 [ 21844] By: rgs                                   on 2003/12/05  07:31:18
12159         Log: Subject: [REPATCH lib/AutoLoader.t] Test can() with AutoLoader
12160              From: chromatic <chromatic@wgz.org>
12161              Date: Mon, 01 Dec 2003 09:20:21 -0800
12162              Message-Id: <1070299221.1275.19.camel@localhost>
12163      Branch: perl
12164            ! lib/AutoLoader.t
12165 ____________________________________________________________________________
12166 [ 21843] By: rgs                                   on 2003/12/05  07:13:08
12167         Log: Subject: [PATCH] another ext/SDBM_File/sdbm build fix
12168              From: "Craig A. Berry" <craigberry@mac.com>
12169              Date: Thu, 04 Dec 2003 16:00:03 -0600
12170              Message-ID: <3FCFAE63.1080106@mac.com>
12171      Branch: perl
12172            ! ext/SDBM_File/sdbm/Makefile.PL
12173 ____________________________________________________________________________
12174 [ 21842] By: rgs                                   on 2003/12/05  07:07:30
12175         Log: Subject: [PATCH] $^P, eval and caller
12176              From: Paul Johnson <paul@pjcj.net>
12177              Date: Fri, 5 Dec 2003 00:57:21 +0100
12178              Message-ID: <20031204235721.GJ26355@pjcj.net>
12179      Branch: perl
12180            ! mg.c
12181 ____________________________________________________________________________
12182 [ 21841] By: rgs                                   on 2003/12/04  12:00:28
12183         Log: Fix File::Copy with hard links on Windows.
12184
12185              Subject: [PATCH] Re: perl @ 21830
12186              From: Steve Hay <steve.hay@uk.radan.com>
12187              Date: Wed, 03 Dec 2003 10:53:02 +0000
12188              Message-ID: <3FCDC08E.7080800@uk.radan.com>
12189
12190              and
12191              Date: Thu, 04 Dec 2003 11:02:22 +0000
12192              Message-ID: <3FCF143E.1040905@uk.radan.com>
12193      Branch: perl
12194            ! lib/File/Copy.pm lib/File/Copy.t
12195 ____________________________________________________________________________
12196 [ 21840] By: rgs                                   on 2003/12/04  11:54:28
12197         Log: Subject: Re: a2p.pod not being installed in 5.8.2?
12198              From: Alan Burlison <Alan.Burlison@sun.com>
12199              Date: Thu, 04 Dec 2003 12:14:30 +0000
12200              Message-ID: <3FCF2526.3030905@sun.com>
12201      Branch: perl
12202            ! installperl
12203 ____________________________________________________________________________
12204 [ 21837] By: rgs                                   on 2003/12/03  08:27:33
12205         Log: Subject: Re: XS modules having problems with CLONE and ithreads unless PERL_NO_GET_CONTEXT is defined
12206              From: Stas Bekman <stas@stason.org>
12207              Date: Wed, 03 Dec 2003 01:41:42 -0800
12208              Message-ID: <3FCDAFD6.9050106@stason.org>
12209      Branch: perl
12210            ! sv.c
12211 ____________________________________________________________________________
12212 [ 21836] By: rgs                                   on 2003/12/02  23:31:06
12213         Log: The prove utility should also be installed on VMS and on Windows.
12214              Haven't we regression tests for installations yet ?
12215      Branch: perl
12216            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
12217 ____________________________________________________________________________
12218 [ 21835] By: rgs                                   on 2003/12/02  22:18:05
12219         Log: FAQ sync.
12220      Branch: perl
12221            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
12222            ! pod/perlfaq4.pod pod/perlfaq5.pod
12223 ____________________________________________________________________________
12224 [ 21834] By: rgs                                   on 2003/12/02  21:45:12
12225         Log: Subject: Re: [perl #24574] find2perl provides different results to find
12226              From: Slaven Rezic <slaven@rezic.de>
12227              Date: 30 Nov 2003 22:16:59 +0100
12228              Message-ID: <8765h1pnec.fsf@vran.herceg.de>
12229
12230              (plus a note about find2perl now defaulting to -print in perldelta)
12231      Branch: perl
12232            ! pod/perldelta.pod x2p/find2perl.PL
12233 ____________________________________________________________________________
12234 [ 21833] By: rgs                                   on 2003/12/02  21:34:57
12235         Log: Subject: [PATCH] setting $0 still broken
12236              From: Jan Dubois <jand@ActiveState.com>
12237              Date: Thu, 27 Nov 2003 21:09:51 -0800
12238              Message-ID: <f3mdsv8dcv4asle0kbhiijk0adu1l25sr3@4ax.com>
12239      Branch: perl
12240            ! mg.c
12241 ____________________________________________________________________________
12242 [ 21832] By: rgs                                   on 2003/12/02  21:05:58
12243         Log: Better docs for the special code blocks, based on :
12244              Subject: [DOCPATCH] BEGIN, CHECK, INIT, END explained more
12245              From: Elizabeth Mattijsen <liz@dijkmat.nl>
12246              Date: Sat, 29 Nov 2003 23:15:56 +0100
12247              Message-Id: <p05111b01bbeec2e8bf30@[192.168.56.3]>
12248      Branch: perl
12249            ! pod/perlmod.pod pod/perlsub.pod
12250 ____________________________________________________________________________
12251 [ 21828] By: rgs                                   on 2003/11/30  20:56:00
12252         Log: Fix the test boilerplate in lib/if.t, so it can be run
12253              from the t/ directory.
12254      Branch: perl
12255            ! lib/if.t
12256 ____________________________________________________________________________
12257 [ 21827] By: rgs                                   on 2003/11/30  20:34:39
12258         Log: Keep installing xsubpp in lib/ExtUtils,
12259              so MakeMaker can find it.
12260      Branch: perl
12261            ! installperl
12262 ____________________________________________________________________________
12263 [ 21826] By: rgs                                   on 2003/11/30  20:31:59
12264         Log: Upgrade to Test::Harness 2.38.
12265              Introduce the prove(1) utility.
12266              (The prove-switches test is disabled for now.)
12267      Branch: perl
12268            + lib/Test/Harness/bin/prove lib/Test/Harness/t/inc_taint.t
12269            + lib/Test/Harness/t/prove-switches.t t/lib/Dev/Null.pm
12270            + t/lib/sample-tests/inc_taint t/lib/sample-tests/taint_warn
12271            + utils/prove.PL
12272            ! MANIFEST installperl lib/Test/Harness.pm
12273            ! lib/Test/Harness/Assert.pm lib/Test/Harness/Changes
12274            ! lib/Test/Harness/Iterator.pm lib/Test/Harness/Straps.pm
12275            ! lib/Test/Harness/t/00compile.t lib/Test/Harness/t/assert.t
12276            ! lib/Test/Harness/t/callback.t lib/Test/Harness/t/pod.t
12277            ! lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
12278            ! lib/Test/Harness/t/test-harness.t utils.lst utils/Makefile
12279 ____________________________________________________________________________
12280 [ 21823] By: rgs                                   on 2003/11/30  18:22:54
12281         Log: Subject: Re: [perl #24554] Segfault in POSIX module
12282              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
12283              Date: Sat, 29 Nov 2003 23:32:38 +0900
12284              Message-Id: <20031129233010.8E2F.BQW10602@nifty.com>
12285
12286              (plus a test for the stringification of references
12287              passed to POSIX::isXXX())
12288      Branch: perl
12289            ! ext/POSIX/POSIX.xs ext/POSIX/t/is.t ext/POSIX/t/posix.t
12290 ____________________________________________________________________________
12291 [ 21814] By: nicholas                              on 2003/11/29  20:53:23
12292         Log: Integrate if.pm 0.0401
12293              Needed to edit the test file as t/TEST can't cope with extra output
12294              lines as produced by 0.0401's if.t
12295      Branch: perl
12296            ! lib/if.pm lib/if.t
12297 ____________________________________________________________________________
12298 [ 21813] By: nicholas                              on 2003/11/29  19:54:52
12299         Log: Remove whitespace from ends of lines (simply because it irritates me)
12300      Branch: perl
12301            ! utils/h2xs.PL
12302 ____________________________________________________________________________
12303 [ 21812] By: nicholas                              on 2003/11/29  17:55:32
12304         Log: Update Unicode::Normalize to 0.28
12305      Branch: perl
12306            + ext/Unicode/Normalize/t/illegal.t
12307            + ext/Unicode/Normalize/t/null.t ext/Unicode/Normalize/t/short.t
12308            ! MANIFEST ext/Unicode/Normalize/Changes
12309            ! ext/Unicode/Normalize/Normalize.pm
12310            ! ext/Unicode/Normalize/Normalize.xs
12311            ! ext/Unicode/Normalize/README
12312 ____________________________________________________________________________
12313 [ 21811] By: nicholas                              on 2003/11/29  17:30:18
12314         Log: D'oh! This has been moved to lib/Digest/t/digest.t but not deleted.
12315      Branch: perl
12316            - lib/Digest.t
12317 ____________________________________________________________________________
12318 [ 21810] By: nicholas                              on 2003/11/29  17:29:15
12319         Log: Update Unicode::Collate to 0.31 (Only the .pm version for now)
12320      Branch: perl
12321            + lib/Unicode/Collate/t/illegal.t
12322            + lib/Unicode/Collate/t/illegalp.t
12323            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
12324            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/version.t
12325 ____________________________________________________________________________
12326 [ 21809] By: nicholas                              on 2003/11/29  17:09:25
12327         Log: D'oh! Forgot to lib/Digest/base.pm
12328      Branch: perl
12329            + lib/Digest/base.pm
12330            ! MANIFEST
12331 ____________________________________________________________________________
12332 [ 21808] By: nicholas                              on 2003/11/29  17:04:39
12333         Log: Update to Digest::MD5 2.31
12334      Branch: perl
12335            + ext/Digest/MD5/t/bits.t
12336            ! MANIFEST ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
12337            ! ext/Digest/MD5/Makefile.PL ext/Digest/MD5/t/badfile.t
12338            ! ext/Digest/MD5/t/files.t
12339 ____________________________________________________________________________
12340 [ 21807] By: nicholas                              on 2003/11/29  16:45:19
12341         Log: Update Digest to 1.03
12342      Branch: perl
12343            + lib/Digest/t/base.t
12344           +> lib/Digest/t/digest.t
12345            ! MANIFEST Porting/Maintainers.pl lib/Digest.pm
12346 ____________________________________________________________________________
12347 [ 21806] By: nicholas                              on 2003/11/29  15:41:19
12348         Log: When Gconvert is a macro around sprintf with a .* format we need
12349              to cast to int (in case STRLEN isn't the same size as int)
12350              gcc issues a warning even when it is the same size
12351      Branch: perl
12352            ! sv.c
12353 ____________________________________________________________________________
12354 [ 21805] By: nicholas                              on 2003/11/29  14:44:56
12355         Log: Silence gcc 2.95 warning
12356              (Its trace flow isn't good enough to realise that there is no problem)
12357      Branch: perl
12358            ! pp_hot.c
12359 ____________________________________________________________________________
12360 [ 21804] By: nicholas                              on 2003/11/29  14:44:22
12361         Log: Gconvert actually takes type NV, while nv may be either double
12362              or long double (depending on some conditional code)
12363              Rafael and I think that this cast should work.
12364      Branch: perl
12365            ! sv.c
12366 ____________________________________________________________________________
12367 [ 21802] By: rgs                                   on 2003/11/29  11:38:58
12368         Log: POSIX::isXXX(undef) segfaulted. (bug #24554.)
12369      Branch: perl
12370            ! ext/POSIX/POSIX.xs ext/POSIX/t/posix.t
12371 ____________________________________________________________________________
12372 [ 21800] By: rgs                                   on 2003/11/28  22:38:40
12373         Log: Fix a regression introduced by change #21694 on sprintf()
12374              with long doubles, by disabling the specific optimisation
12375              path in this case ; remove a unnecessary cast ; add a new
12376              test file for miscellaneous sprintf() test that don't fit
12377              in the t/op/sprintf.t framework.
12378      Branch: perl
12379            + t/op/sprintf2.t
12380            ! MANIFEST sv.c
12381 ____________________________________________________________________________
12382 [ 21799] By: rgs                                   on 2003/11/28  21:41:29
12383         Log: Subject: [patch pod/perlsec.pod] (was Re: why PERL5LIB is ignored when -T is in effect)
12384              From: Stas Bekman <stas@stason.org>
12385              Date: Fri, 28 Nov 2003 14:42:25 -0800
12386              Message-ID: <3FC7CF51.7060804@stason.org>
12387      Branch: perl
12388            ! pod/perlsec.pod
12389 ____________________________________________________________________________
12390 [ 21798] By: rgs                                   on 2003/11/28  20:42:45
12391         Log: Implement C<use Exporter 'import'> :
12392
12393              Subject: Re: [PATCH] Exporter-related PODs
12394              From: Fergal Daly <fergal@esatclear.ie>
12395              Date: Mon, 10 Nov 2003 00:08:52 +0000
12396              Message-Id: <200311100008.52639.fergal@esatclear.ie>
12397
12398              (tweaked, so the imported import() doesn't spit out warnings)
12399      Branch: perl
12400            ! lib/Exporter.pm lib/Exporter.t
12401 ____________________________________________________________________________
12402 [ 21797] By: rgs                                   on 2003/11/28  20:11:47
12403         Log: Subject: Re: [perl #24245] File::Copy::copy damages hard linked files
12404              From: Slaven Rezic <slaven@rezic.de>
12405              Date: 19 Oct 2003 19:11:31 +0200
12406              Message-ID: <87smlprw3g.fsf@vran.herceg.de>
12407              (with further tweaks)
12408      Branch: perl
12409            ! lib/File/Copy.pm lib/File/Copy.t
12410 ____________________________________________________________________________
12411 [ 21795] By: rgs                                   on 2003/11/28  19:16:33
12412         Log: Subject: [PATCH] Fix perl 5.8 and 5.9 to build on latest VOS
12413              From: "Green, Paul" <Paul.Green@stratus.com>
12414              Date: Thu, 27 Nov 2003 21:51:26 -0500
12415              Message-ID: <A2A34F15EE916148BC4C4748223E67A4069FB815@exna4.stratus.com>
12416      Branch: perl
12417            ! hints/vos.sh
12418 ____________________________________________________________________________
12419 [ 21794] By: nicholas                              on 2003/11/28  19:14:58
12420         Log: Arguments to skip were the wrong way round, hence why all the *BSDs
12421              were failing
12422      Branch: perl
12423            ! t/op/readline.t
12424 ____________________________________________________________________________
12425 [ 21789] By: rgs                                   on 2003/11/27  22:18:29
12426         Log: Marcus Holland-Moritz is now the maintainer of Devel::PPPort.
12427              PerlIO and threads are not on CPAN.
12428      Branch: perl
12429            ! Porting/Maintainers.pl
12430 ____________________________________________________________________________
12431 [ 21788] By: nicholas                              on 2003/11/25  21:27:11
12432         Log: Add Torsten Foertsch to AUTHORS (patches plus tests are what we like)
12433      Branch: perl
12434            ! AUTHORS
12435 ____________________________________________________________________________
12436 [ 21787] By: rgs                                   on 2003/11/25  21:12:19
12437         Log: Subject: [PATCH] Re: bug or a feature?
12438              From: Torsten Foertsch <torsten.foertsch@gmx.net>
12439              Date: Sat, 22 Nov 2003 13:15:53 +0100
12440              Message-Id: <200311221315.58539.torsten.foertsch@gmx.net>
12441
12442              and
12443              Date: Sat, 22 Nov 2003 14:21:45 +0100
12444              Message-Id: <200311221421.48940.torsten.foertsch@gmx.net>
12445              (test moved to t/op/readline.t)
12446      Branch: perl
12447            ! pp_hot.c t/op/readline.t
12448 ____________________________________________________________________________
12449 [ 21783] By: merijn                                on 2003/11/24  21:24:46
12450         Log: Subject: remove hardcoded version number from cygwin/perlld.in
12451              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
12452              Date: Mon, 24 Nov 2003 08:11:36 -0800
12453              Message-ID: <20031124161136.GC2656@efn.org>
12454      Branch: perl
12455            ! cygwin/Makefile.SHs cygwin/perlld.in
12456 ____________________________________________________________________________
12457 [ 21782] By: nicholas                              on 2003/11/24  20:07:29
12458         Log: Should fix the infinite loop on a dynamic %ENV fetch
12459      Branch: perl
12460            ! hv.c
12461 ____________________________________________________________________________
12462 [ 21781] By: nicholas                              on 2003/11/24  19:47:57
12463         Log: Tweak the order of initialisation of oentry in hv_fetch_common -
12464              C source now cleaner, but optimised object file still the same size.
12465      Branch: perl
12466            ! hv.c
12467 ____________________________________________________________________________
12468 [ 21780] By: rgs                                   on 2003/11/23  21:59:06
12469         Log: Subject: Re: [perl #24439] 64 bit build failure on Solaris 9
12470              From: Andy Dougherty <doughera@lafayette.edu>
12471              Date: Thu, 20 Nov 2003 09:38:05 -0500 (EST)
12472              Message-ID: <Pine.SOL.4.53.0311200926550.25274@maxwell.phys.lafayette.edu>
12473
12474              and :
12475              Date: Fri, 21 Nov 2003 09:36:24 -0500 (EST)
12476              Message-ID: <Pine.SOL.4.53.0311210927460.1876@maxwell.phys.lafayette.edu>
12477      Branch: perl
12478            ! hints/solaris_2.sh
12479 ____________________________________________________________________________
12480 [ 21779] By: nicholas                              on 2003/11/22  23:37:24
12481         Log: D'oh. Mistake in the DYNAMIC_ENV_FETCH conditional code
12482              reported by Craig Berry
12483      Branch: perl
12484            ! hv.c
12485 ____________________________________________________________________________
12486 [ 21774] By: nicholas                              on 2003/11/22  21:21:22
12487         Log: restore_magic needs to undo COW
12488              (while magic was off, sv_setsv is likely to have seen this SV as a
12489              good source for COW)
12490              Should fix the smoke failures on lib/locale.t
12491      Branch: perl
12492            ! mg.c
12493 ____________________________________________________________________________
12494 [ 21773] By: nicholas                              on 2003/11/22  19:12:32
12495         Log: Don't COW if the destination has magic.
12496      Branch: perl
12497            ! sv.c
12498 ____________________________________________________________________________
12499 [ 21772] By: nicholas                              on 2003/11/22  17:05:32
12500         Log: Reorder functions in hv.c so that callers of hv_fetch_common are all
12501              close to it.
12502      Branch: perl
12503            ! hv.c
12504 ____________________________________________________________________________
12505 [ 21771] By: nicholas                              on 2003/11/22  16:43:09
12506         Log: "Space Is a Province of Brazil"
12507              Farewell, hv_store_common. Store is now part of Fetch.
12508              All tests pass. hv.c 15% smaller than when I started all this
12509      Branch: perl
12510            ! embed.fnc embed.h hv.c proto.h
12511 ____________________________________________________________________________
12512 [ 21770] By: nicholas                              on 2003/11/22  13:16:43
12513         Log: Farewell hv_exists_common - exists is now a call to fetch
12514              (with the exists magic handling moved into fetch)
12515      Branch: perl
12516            ! embed.fnc embed.h hv.c proto.h
12517 ____________________________________________________________________________
12518 [ 21769] By: nicholas                              on 2003/11/22  11:02:23
12519         Log: Shift negative klen/flags games from hv_store_common out to hv_store
12520      Branch: perl
12521            ! embed.fnc embed.h hv.c proto.h
12522 ____________________________________________________________________________
12523 [ 21768] By: nicholas                              on 2003/11/22  10:37:24
12524         Log: Shift negative klen/flags games from hv_exists_common out to hv_exists
12525      Branch: perl
12526            ! embed.fnc embed.h hv.c proto.h
12527 ____________________________________________________________________________
12528 [ 21767] By: nicholas                              on 2003/11/21  23:15:47
12529         Log: Check that the key is present before a delete, and absent afterwards
12530      Branch: perl
12531            ! ext/XS/APItest/t/hash.t
12532 ____________________________________________________________________________
12533 [ 21766] By: nicholas                              on 2003/11/21  23:12:33
12534         Log: Move the negative key -> utf8 flag conversion out to hv_delete
12535      Branch: perl
12536            ! embed.fnc embed.h hv.c proto.h
12537 ____________________________________________________________________________
12538 [ 21765] By: nicholas                              on 2003/11/21  22:41:23
12539         Log: Tweaks to S_hv_delete_common:
12540              make the magic call hv_fetch_common rather than ent-or-not
12541              grab the hash from a shared hash key scalar if possible
12542              use masked flags rather than flags for the comparison
12543      Branch: perl
12544            ! hv.c
12545 ____________________________________________________________________________
12546 [ 21764] By: nicholas                              on 2003/11/21  21:54:58
12547         Log: Integrate:
12548              [ 21762]
12549              Refactor hash API tests (prior to some additions)
12550
12551              [ 21763]
12552              Test all permuations of utf8 flags on hashes and keys
12553      Branch: perl
12554           !> ext/XS/APItest/t/hash.t
12555 ____________________________________________________________________________
12556 [ 21760] By: nicholas                              on 2003/11/20  22:34:00
12557         Log: Shift negative klen/flags games from hv_fetch_common out to hv_fetch
12558      Branch: perl
12559            ! embed.fnc hv.c proto.h
12560 ____________________________________________________________________________
12561 [ 21758] By: nicholas                              on 2003/11/20  20:14:17
12562         Log: Merge sv_store_flags and sv_store_ent into sv_store_common
12563      Branch: perl
12564            ! embed.fnc embed.h hv.c proto.h
12565 ____________________________________________________________________________
12566 [ 21756] By: rgs                                   on 2003/11/20  12:04:46
12567         Log: Subject: [PATCH] promote hv_clear_placeholders to perl API
12568              From: Alan Burlison <Alan.Burlison@sun.com>
12569              Date: Thu, 20 Nov 2003 10:34:30 +0000
12570              Message-ID: <3FBC98B6.6090909@sun.com>
12571      Branch: perl
12572            ! embed.fnc embed.h global.sym hv.c pod/perlapi.pod proto.h
12573            ! universal.c
12574 ____________________________________________________________________________
12575 [ 21755] By: rgs                                   on 2003/11/19  22:46:20
12576         Log: Regenerate perlapi and perltoc.
12577      Branch: perl
12578            ! pod/perlapi.pod pod/perltoc.pod
12579 ____________________________________________________________________________
12580 [ 21754] By: rgs                                   on 2003/11/19  22:39:51
12581         Log: Subject: [docpatch] PerlIO layers in perlrun.pod and PerlIO.pm
12582              From: Iain Truskett <spoon@cpan.org>
12583              Date: Thu, 20 Nov 2003 00:41:33 +1100
12584              Message-ID: <20031119134132.GG21314@gytha.anu.edu.au>
12585      Branch: perl
12586            ! lib/PerlIO.pm pod/perlrun.pod
12587 ____________________________________________________________________________
12588 [ 21753] By: nicholas                              on 2003/11/19  22:28:25
12589         Log: merge hv_fetch and hv_fetch_ent into hv_fetch_common
12590              remove S_hv_fetch_flags
12591              hv.c now 13% smaller than when I started. hv_store TODO
12592      Branch: perl
12593            ! embed.fnc embed.h hv.c proto.h
12594 ____________________________________________________________________________
12595 [ 21752] By: rgs                                   on 2003/11/19  21:06:01
12596         Log: Fix bug [perl #24508] Wrong assignment in nested assignment
12597              together with subroutine call
12598              Apparently concat still doesn't deal correctly with lexicals
12599              in all cases. Disable the whole TARGET_MY optimisation for it.
12600              (and remove the corresponding code from the peephole optimiser.)
12601      Branch: perl
12602            ! op.c opcode.h opcode.pl t/op/concat.t
12603 ____________________________________________________________________________
12604 [ 21751] By: rgs                                   on 2003/11/19  21:03:20
12605         Log: Update the runops stuff in perlguts
12606      Branch: perl
12607            ! pod/perlguts.pod
12608 ____________________________________________________________________________
12609 [ 21750] By: nicholas                              on 2003/11/19  20:37:27
12610         Log: integrate hv_delete and hv_delete_ent into hv_delete_common
12611      Branch: perl
12612            ! embed.fnc embed.h hv.c proto.h
12613 ____________________________________________________________________________
12614 [ 21748] By: rgs                                   on 2003/11/19  19:56:20
12615         Log: Subject: [PATCH] clear of empty locked hash SEGVs
12616              From: Alan Burlison <Alan.Burlison@sun.com>
12617              Date: Wed, 19 Nov 2003 14:39:03 +0000
12618              Message-ID: <3FBB8087.20206@sun.com>
12619      Branch: perl
12620            ! hv.c lib/Hash/Util.t
12621 ____________________________________________________________________________
12622 [ 21747] By: nicholas                              on 2003/11/19  19:51:41
12623         Log: merge hv_exists and hv_exists_ent into S_hv_exists_common
12624      Branch: perl
12625            ! embed.fnc embed.h hv.c proto.h
12626 ____________________________________________________________________________
12627 [ 21746] By: nicholas                              on 2003/11/19  18:46:07
12628         Log: Run regen.pl (for hv_assert)
12629      Branch: perl
12630            ! global.sym
12631 ____________________________________________________________________________
12632 [ 21744] By: nicholas                              on 2003/11/19  17:44:58
12633         Log: Integrate:
12634              [ 21642]
12635              space should be tab for lib/I18N/LangTags/t/02decency.t
12636      Branch: perl
12637           !> MANIFEST
12638 ____________________________________________________________________________
12639 [ 21743] By: rgs                                   on 2003/11/19  17:21:50
12640         Log: Restore errno after having read $^E (like for $!)
12641              to preserve errno from unfortunate side-effects.
12642      Branch: perl
12643            ! mg.c
12644 ____________________________________________________________________________
12645 [ 21742] By: nicholas                              on 2003/11/18  21:04:40
12646         Log: Whoops. We weren't actually testing hv_store_ent
12647              We are now. Plus test hv_store for an initially empty hash.
12648      Branch: perl
12649            ! ext/XS/APItest/APItest.xs ext/XS/APItest/t/hash.t
12650 ____________________________________________________________________________
12651 [ 21741] By: rgs                                   on 2003/11/17  23:06:07
12652         Log: Complement of change #21740 for Windows.
12653              (I have the feeling that it's already subtly broken on VMS)
12654      Branch: perl
12655            ! win32/Makefile win32/makefile.mk
12656 ____________________________________________________________________________
12657 [ 21740] By: rgs                                   on 2003/11/17  19:02:21
12658         Log: Install instmodsh and xsubpp in bin/ along the other utilities.
12659      Branch: perl
12660            + utils/instmodsh.PL utils/xsubpp.PL
12661            ! MANIFEST installperl utils.lst utils/Makefile
12662 ____________________________________________________________________________
12663 [ 21739] By: rgs                                   on 2003/11/17  08:52:52
12664         Log: Subject: Re: [perl #24493] install.html not working
12665              From: Slaven Rezic <slaven@rezic.de>
12666              Date: 16 Nov 2003 20:52:29 +0100
12667              Message-ID: <87d6bsw0oy.fsf@vran.herceg.de>
12668      Branch: perl
12669            ! installhtml
12670 ____________________________________________________________________________
12671 [ 21737] By: nicholas                              on 2003/11/16  21:32:09
12672         Log: Ooops. left an XXX comment in, and worse still it's a // comment
12673      Branch: perl
12674            ! hv.c
12675 ____________________________________________________________________________
12676 [ 21735] By: nicholas                              on 2003/11/16  20:20:58
12677         Log: utf8 keys now work for tied hashes via hv_fetch, hv_store, hv_delete
12678              (pp functions use the _ent variants, and as the implementation is
12679              duplicated, these bugs aren't tested, and aren't noticed)
12680      Branch: perl
12681            ! ext/XS/APItest/APItest.xs ext/XS/APItest/t/hash.t hv.c
12682 ____________________________________________________________________________
12683 [ 21734] By: nicholas                              on 2003/11/16  17:11:22
12684         Log: Accessing unicode keys in tie hashes via hv_exists was broken.
12685              (pp_exists uses hv_exists_ent, which isn't broken)
12686              I expect an equivalent bug in hv_delete
12687      Branch: perl
12688            + ext/XS/APItest/t/hash.t
12689            ! MANIFEST ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
12690            ! ext/XS/APItest/MANIFEST hv.c
12691 ____________________________________________________________________________
12692 [ 21733] By: rgs                                   on 2003/11/16  16:50:04
12693         Log: Subject: [PATCH] Re:ext/threads/t/problem.t (was: Problems with mod_perl 1.12 (?) and ActivePerl 5.8.1)
12694              From: Elizabeth Mattijsen <liz@dijkmat.nl>
12695              Date: Sat, 15 Nov 2003 23:22:16 +0100
12696              Message-Id: <p05111b04bbdc49076950@[192.168.56.3]>
12697      Branch: perl
12698            ! ext/threads/t/problems.t
12699 ____________________________________________________________________________
12700 [ 21732] By: rgs                                   on 2003/11/16  16:09:34
12701         Log: Subject: [PATCH] configpm, our $summary : unique
12702              From: Elizabeth Mattijsen <liz@dijkmat.nl>
12703              Date: Sat, 15 Nov 2003 22:18:32 +0100
12704              Message-Id: <p05111b03bbdc478d10cb@[192.168.56.3]>
12705              (plus comments)
12706      Branch: perl
12707            ! configpm
12708 ____________________________________________________________________________
12709 [ 21729] By: nicholas                              on 2003/11/15  14:39:00
12710         Log: Subject: [PATCH] Re: Storable Error
12711              From: Nicholas Clark <nick@ccl4.org>
12712              Date: Sat, 9 Aug 2003 00:35:36 +0100
12713              Message-ID: <20030809003535.C20130@plum.flirble.org>
12714      Branch: perl
12715            ! embed.fnc hv.c perl.c perl.h pod/perlapi.pod pod/perlrun.pod
12716            ! proto.h
12717 ____________________________________________________________________________
12718 [ 21728] By: rgs                                   on 2003/11/15  11:43:43
12719         Log: Update perlhist with 5.6.2.
12720      Branch: perl
12721            ! pod/perlhist.pod
12722 ____________________________________________________________________________
12723 [ 21725] By: rgs                                   on 2003/11/14  22:35:20
12724         Log: Add more complete tests for the "variable masks earlier
12725              declaration" warning, including a TODO test
12726      Branch: perl
12727            ! t/lib/warnings/pad
12728 ____________________________________________________________________________
12729 [ 21723] By: rgs                                   on 2003/11/14  07:43:17
12730         Log: Include "SCCS" in the list of directory names that should
12731              be ignored by installperl.
12732      Branch: perl
12733            ! installperl
12734 ____________________________________________________________________________
12735 [ 21718] By: nicholas                              on 2003/11/13  20:46:36
12736         Log: Subject: Re: Empty subroutine as object method segfaults in 5.8.2 (sometimes)
12737              From: Enache Adrian <enache@rdslink.ro>
12738              Date: Tue, 11 Nov 2003 15:25:29 +0200
12739              Message-ID: <20031111132529.GB1271@ratsnest.hole>
12740      Branch: perl
12741            ! op.c
12742 ____________________________________________________________________________
12743 [ 21714] By: rgs                                   on 2003/11/13  18:55:37
12744         Log: Fix bug [perl #24380] : assigning to a hash in list
12745              or scalar context yielded a wrong value if the list
12746              contained duplicated keys for the hash. This is fixed
12747              by counting the number of duplicate keys and trimming
12748              the stack by the corresponding number of items.
12749      Branch: perl
12750            ! pp_hot.c t/op/hashassign.t
12751 ____________________________________________________________________________
12752 [ 21713] By: merijn                                on 2003/11/13  09:25:15
12753         Log: Simplified the reading
12754      Branch: perl
12755            ! hints/solaris_2.sh
12756 ____________________________________________________________________________
12757 [ 21712] By: merijn                                on 2003/11/13  09:22:21
12758         Log: Enable hints to create call-back units that can act when
12759              a specific variable is *not* set (like -Uuselargefiles)
12760      Branch: perl
12761            ! Configure hints/README.hints
12762 ____________________________________________________________________________
12763 [ 21710] By: nicholas                              on 2003/11/12  21:35:35
12764         Log: Subject: [PATCH] Last stab at sdbm/Makefile.PL
12765              From: Michael G Schwern <schwern@pobox.com>
12766              Date: Tue, 11 Nov 2003 21:02:30 -0800
12767              Message-ID: <20031112050230.GO6874@localhost.comcast.net>
12768      Branch: perl
12769            ! ext/SDBM_File/sdbm/Makefile.PL
12770 ____________________________________________________________________________
12771 [ 21708] By: rgs                                   on 2003/11/12  09:46:51
12772         Log: Subject: [PATCH 5.8.2 @21574] make install not installing fully
12773              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
12774              Date: Tue, 4 Nov 2003 20:07:25 -0800
12775              Message-ID: <20031105040725.GA2629@math.berkeley.edu>
12776      Branch: perl
12777            ! installperl
12778 ____________________________________________________________________________
12779 [ 21706] By: ams                                   on 2003/11/11  23:46:19
12780         Log: Subject: Re: [perl #24460] [DOC PATCH] the begincheck program
12781              From: Tom Phoenix <rootbeer@redcat.com>
12782              Date: Tue, 11 Nov 2003 15:50:35 -0800 (PST)
12783              Message-Id: <Pine.BSO.4.53.0311111547500.9242@blue.stonehenge.com>
12784      Branch: perl
12785            ! pod/perlmod.pod
12786 ____________________________________________________________________________
12787 [ 21702] By: rgs                                   on 2003/11/11  20:13:56
12788         Log: Upgrade to MakeMaker 6.21.
12789      Branch: perl
12790            ! lib/ExtUtils/Changes lib/ExtUtils/Install.pm
12791            ! lib/ExtUtils/META.yml lib/ExtUtils/MM_Any.pm
12792            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
12793 ____________________________________________________________________________
12794 [ 21697] By: rgs                                   on 2003/11/10  20:55:25
12795         Log: Subject: [PATCH 5.8.2 @21574] make install: line noise
12796              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
12797              Date: Tue, 4 Nov 2003 20:10:16 -0800
12798              Message-ID: <20031105041016.GA2639@math.berkeley.edu>
12799
12800              and part of
12801              Subject: [PATCH 5.8.2 @21574] make install: PREFIX and DESTDIR
12802              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
12803              Date: Tue, 4 Nov 2003 20:18:37 -0800
12804              Message-ID: <20031105041836.GA2649@math.berkeley.edu>
12805
12806              (I've left out the PREFIX part for now)
12807      Branch: perl
12808            ! Makefile.SH installperl os2/Makefile.SHs
12809 ____________________________________________________________________________
12810 [ 21694] By: rgs                                   on 2003/11/09  17:20:35
12811         Log: Subject: [PATCH 5.8.2 @21574] sprintf() painfully slow
12812              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
12813              Date: Mon, 3 Nov 2003 20:27:39 -0800
12814              Message-ID: <20031104042739.GA1697@math.berkeley.edu>
12815
12816              Subject: Re: [PATCH 5.8.2 @21574] sprintf() painfully slow
12817              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
12818              Date: Mon, 3 Nov 2003 20:57:48 -0800
12819              Message-ID: <20031104045748.GA1826@math.berkeley.edu>
12820      Branch: perl
12821            ! sv.c
12822 ____________________________________________________________________________
12823 [ 21693] By: rgs                                   on 2003/11/09  11:37:29
12824         Log: Subject: [PATCH-5.8.2 for WinCE] must copy changes from win32/makeifle.mk to wince/makefile.ce
12825              From: Vadim Konovalov <konovalo@mail.wplus.net>
12826              Date: Sun, 9 Nov 2003 13:31:59 +0300
12827              Message-ID: <93187393948.20031109133159@mail.wplus.net>
12828      Branch: perl
12829            ! wince/Makefile.ce
12830 ____________________________________________________________________________
12831 [ 21691] By: rgs                                   on 2003/11/09  11:13:40
12832         Log: Update the list of pumpkings in perlhist.pod.
12833      Branch: perl
12834            ! pod/perlhist.pod
12835 ____________________________________________________________________________
12836 [ 21687] By: ams                                   on 2003/11/08  17:09:56
12837         Log: Subject: [PATCH 5.6.2-RC1 pod/perlhist.pod]  Updated.
12838              From: Abigail <abigail@abigail.nl>
12839              Date: Sat, 8 Nov 2003 18:51:30 +0100
12840              Message-Id: <20031108175130.GA22273@abigail.nl>
12841      Branch: perl
12842            ! pod/perlhist.pod
12843 ____________________________________________________________________________
12844 [ 21677] By: rgs                                   on 2003/11/07  07:49:17
12845         Log: Subject: [PATCH 5.8.2 @21574] OS/2 docu
12846              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
12847              Date: Thu, 6 Nov 2003 23:26:18 -0800
12848              Message-ID: <20031107072618.GA4370@math.berkeley.edu>
12849      Branch: perl
12850            ! os2/Changes
12851 ____________________________________________________________________________
12852 [ 21676] By: davem                                 on 2003/11/06  22:11:23
12853         Log: bugid #24407: numeric key for shared hash got stringified using
12854              wrong interpreter, and thus got malloced into the wrong thread
12855              memory pool
12856      Branch: perl
12857            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_simple.t
12858 ____________________________________________________________________________
12859 [ 21675] By: rgs                                   on 2003/11/06  10:27:22
12860         Log: Upgrade to MakeMaker 6.20.
12861      Branch: perl
12862            ! lib/ExtUtils/Changes lib/ExtUtils/Command.pm
12863            ! lib/ExtUtils/Liblist/Kid.pm lib/ExtUtils/MANIFEST.SKIP
12864            ! lib/ExtUtils/META.yml lib/ExtUtils/MM_Any.pm
12865            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/Tutorial.pod
12866            ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/postamble.t
12867 ____________________________________________________________________________
12868 [ 21674] By: ams                                   on 2003/11/06  09:32:26
12869         Log: Subject: [PATCH blead] Re: [perl #24248] taint propagation regression,
12870              tests fail to spot this
12871              From: Rick Delaney <rick@bort.ca>
12872              Date: Wed, 5 Nov 2003 23:02:41 -0500
12873              Message-Id: <20031105230241.D13585@biff.bort.ca>
12874      Branch: perl
12875            ! pp_ctl.c t/op/taint.t
12876 ____________________________________________________________________________
12877 [ 21673] By: rgs                                   on 2003/11/05  21:47:07
12878         Log: Subject: [PATCH] Be sure to use -fPIC not -fpic on Linux/SPARC
12879              From: Andy Dougherty <doughera@lafayette.edu>
12880              Date: Wed, 5 Nov 2003 17:19:03 -0500 (EST)
12881              Message-ID: <Pine.SOL.4.53.0311051715140.24878@maxwell.phys.lafayette.edu>
12882      Branch: perl
12883            ! hints/linux.sh
12884 ____________________________________________________________________________
12885 [ 21672] By: rgs                                   on 2003/11/05  20:42:47
12886         Log: Subject: [patch t/op/hash.t] extending the hash attack test
12887              From: Stas Bekman <stas@stason.org>
12888              Date: Tue, 04 Nov 2003 14:33:09 -0800
12889              Message-ID: <3FA82925.7020703@stason.org>
12890      Branch: perl
12891            ! t/op/hash.t
12892 ____________________________________________________________________________
12893 [ 21671] By: rgs                                   on 2003/11/05  20:38:09
12894         Log: Subject: Re: [perl #24398] Benchmark.pm cmpthese segfault
12895              From: Stas Bekman <stas@stason.org>
12896              Date: Wed, 05 Nov 2003 00:50:25 -0800
12897              Message-ID: <3FA8B9D1.2020806@stason.org>
12898      Branch: perl
12899            ! lib/Benchmark.pm
12900 ____________________________________________________________________________
12901 [ 21667] By: nicholas                              on 2003/11/05  19:13:56
12902         Log: From: Craig Berry <craigberry@mac.com>
12903              Subject: Opcode.xs/RC2 compile nit on VMS
12904              Date: Wed, 05 Nov 2003 12:16:34 -0600
12905              Message-ID: <2097592.1068056194261.JavaMail.craigberry@mac.com>
12906      Branch: perl
12907            ! ext/Opcode/Opcode.xs
12908 ____________________________________________________________________________
12909 [ 21664] By: ams                                   on 2003/11/05  18:34:28
12910         Log: Orphaned submission from #21546.
12911      Branch: perl
12912            ! perl.c
12913 ____________________________________________________________________________
12914 [ 21663] By: ams                                   on 2003/11/05  17:01:29
12915         Log: Subject: Re: Smoke [5.9.0] 21474 FAIL(F) darwin 6.8 (darwin/1 cpu)
12916              From: Slaven Rezic <slaven@rezic.de>
12917              Date: 20 Oct 2003 22:39:28 +0200
12918              Message-Id: <87oewbiqyn.fsf@vran.herceg.de>
12919      Branch: perl
12920            ! lib/filetest.t
12921 ____________________________________________________________________________
12922 [ 21662] By: ams                                   on 2003/11/05  16:51:08
12923         Log: Subject: Re: 'make minitest' fails for op/cproto and op/pat
12924              From: Michael G Schwern <schwern@pobox.com>
12925              Date: Wed, 5 Nov 2003 06:26:36 -0800
12926              Message-Id: <20031105142635.GA22761@localhost.comcast.net>
12927      Branch: perl
12928            ! t/op/cproto.t
12929 ____________________________________________________________________________
12930 [ 21661] By: ams                                   on 2003/11/05  16:50:05
12931         Log: Subject: [PATCH] Modernise INSTALL
12932              From: Gisle Aas <gisle@ActiveState.com>
12933              Date: 05 Nov 2003 05:16:25 -0800
12934              Message-Id: <lrd6c7ez12.fsf@caliper.activestate.com>
12935
12936              Subject: [PATCH pod/perlhist.pod]  Mention 5.8.2-RC2
12937              From: Abigail <abigail@abigail.nl>
12938              Date: Tue, 4 Nov 2003 10:40:57 +0100
12939              Message-Id: <20031104094057.GA22508@abigail.nl>
12940      Branch: perl
12941            ! INSTALL pod/perlhist.pod
12942 ____________________________________________________________________________
12943 [ 21660] By: ams                                   on 2003/11/05  16:46:12
12944         Log: Subject: [PATCH blead]  reentr.pl is not defining _srandom_struct
12945              From: Jan Dubois <jand@ActiveState.com>
12946              Date: Tue, 04 Nov 2003 16:52:14 -0800
12947              Message-Id: <45igqvsus3hr8bno3si087j5qnrqvn79bf@4ax.com>
12948      Branch: perl
12949            ! reentr.c reentr.h reentr.pl
12950 ____________________________________________________________________________
12951 [ 21657] By: rgs                                   on 2003/11/05  08:07:14
12952         Log: Subject: Re: [ANNOUNCE] ExtUtils::MakeMaker 6.19
12953              From: Michael G Schwern <schwern@pobox.com>
12954              Date: Tue, 4 Nov 2003 17:59:13 -0800
12955              Message-ID: <20031105015913.GL15406@localhost.comcast.net>
12956
12957              Replaces the temporary kludge (#21655).
12958      Branch: perl
12959            ! ext/SDBM_File/sdbm/Makefile.PL
12960 ____________________________________________________________________________
12961 [ 21656] By: rgs                                   on 2003/11/05  07:41:41
12962         Log: Subject: Re: [gherteg@csc.com: your CPAN page on EBCDIC]
12963              From: PPrymmer@factset.com
12964              Date: Tue, 4 Nov 2003 10:00:07 -0500
12965              Message-ID: <OF9A22A404.A32A5C26-ON85256DD4.00522E92-85256DD4.005268A4@factset.com>
12966      Branch: perl
12967            ! pod/perlebcdic.pod
12968 ____________________________________________________________________________
12969 [ 21655] By: rgs                                   on 2003/11/04  22:32:28
12970         Log: Temporary kludge to allow SDBM_File being built
12971              with MakeMaker 6.19.
12972      Branch: perl
12973            ! ext/SDBM_File/sdbm/Makefile.PL
12974 ____________________________________________________________________________
12975 [ 21652] By: rgs                                   on 2003/11/04  21:43:10
12976         Log: Upgrade to ExtUtils::MakeMaker 6.19
12977      Branch: perl
12978            + lib/ExtUtils/t/parse_version.t
12979            + t/lib/MakeMaker/Test/Setup/BFD.pm
12980            + t/lib/MakeMaker/Test/Setup/Problem.pm
12981            - lib/ExtUtils/t/00setup_dummy.t
12982            - lib/ExtUtils/t/zz_cleanup_dummy.t
12983            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command.pm
12984            ! lib/ExtUtils/Command/MM.pm lib/ExtUtils/Install.pm
12985            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/META.yml
12986            ! lib/ExtUtils/MM.pm lib/ExtUtils/MM_Any.pm
12987            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_NW5.pm
12988            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
12989            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm
12990            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/bytes.pm
12991            ! lib/ExtUtils/MakeMaker/vmsish.pm lib/ExtUtils/Manifest.pm
12992            ! lib/ExtUtils/README lib/ExtUtils/TODO lib/ExtUtils/instmodsh
12993            ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/INST.t
12994            ! lib/ExtUtils/t/INST_PREFIX.t lib/ExtUtils/t/Install.t
12995            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
12996            ! lib/ExtUtils/t/MM_Win32.t lib/ExtUtils/t/Manifest.t
12997            ! lib/ExtUtils/t/basic.t lib/ExtUtils/t/postamble.t
12998            ! lib/ExtUtils/t/prefixify.t lib/ExtUtils/t/prereq_print.t
12999            ! lib/ExtUtils/t/problems.t lib/ExtUtils/t/writemakefile_args.t
13000            ! t/lib/MakeMaker/Test/Setup/Recurs.pm
13001 ____________________________________________________________________________
13002 [ 21651] By: rgs                                   on 2003/11/04  05:43:56
13003         Log: Subject: Re: [PATCH 5.8.2 @21574] OS/2 build
13004              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
13005              Date: Mon, 3 Nov 2003 20:20:44 -0800
13006              Message-ID: <20031104042044.GA1682@math.berkeley.edu>
13007      Branch: perl
13008            ! os2/Makefile.SHs
13009 ____________________________________________________________________________
13010 [ 21650] By: rgs                                   on 2003/11/03  21:55:42
13011         Log: Subject: [PATCH] Re: [perl #24384] 21418 (UNIVERSAL.pm patch) breaks autouse.pm
13012              From: Michael G Schwern <schwern@pobox.com>
13013              Date: Sat, 1 Nov 2003 22:57:45 -0800
13014              Message-ID: <20031102065745.GN3659@localhost.comcast.net>
13015              (goes with change #21418)
13016      Branch: perl
13017            ! lib/autouse.pm lib/autouse.t
13018 ____________________________________________________________________________
13019 [ 21647] By: rgs                                   on 2003/11/03  20:08:18
13020         Log: Subject: [PATCH] Re: PERL_VERSION, SUBVERSION, PATCHLEVEL
13021              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
13022              Date: Mon, 3 Nov 2003 20:53:33 +0100
13023              Message-ID: <023a01c3a244$2a1dd5a0$0c2f1fac@R2D2>
13024      Branch: perl
13025            ! ext/Devel/PPPort/PPPort.pm
13026 ____________________________________________________________________________
13027 [ 21646] By: rgs                                   on 2003/11/03  20:00:07
13028         Log: Subject: Cwd.xs: off-by-one buffer overflow in realpath()
13029              From: Casey West <casey@geeknest.com>
13030              Date: Mon, 3 Nov 2003 10:11:43 -0500
13031              Message-ID: <20031103151143.GB430@geeknest.com>
13032      Branch: perl
13033            ! ext/Cwd/Cwd.xs
13034 ____________________________________________________________________________
13035 [ 21645] By: rgs                                   on 2003/11/03  19:18:42
13036         Log: Subject: Re: [PATCH 5.8.1] make reentr.[ch] compatible with 5.8.0 again
13037              From: Jan Dubois <jand@ActiveState.com>
13038              Date: Sun, 02 Nov 2003 21:43:44 -0800
13039              Message-ID: <8dqbqvg16ln2r807l1l2c905lh7hte303v@4ax.com>
13040      Branch: perl
13041            ! reentr.h reentr.pl
13042 ____________________________________________________________________________
13043 [ 21644] By: rgs                                   on 2003/11/03  15:33:55
13044         Log: Document the fact that keys() and values() are optimized
13045              for void context (as suggested by Liz.)
13046      Branch: perl
13047            ! pod/perlfunc.pod
13048 ____________________________________________________________________________
13049 [ 21639] By: nicholas                              on 2003/11/03  07:04:36
13050         Log: Stas would prefer not to have MOD_PERL defines in perl.
13051      Branch: perl
13052            ! hv.c hv.h
13053 ____________________________________________________________________________
13054 [ 21638] By: nicholas                              on 2003/11/03  06:46:48
13055         Log: s/new_hash/rehash/g (Stas suggested a better name)
13056      Branch: perl
13057            ! embedvar.h hv.h intrpvar.h lib/Hash/Util.pm perl.c perlapi.h
13058            ! sv.c universal.c util.c
13059 ____________________________________________________________________________
13060 [ 21634] By: nicholas                              on 2003/11/02  22:32:21
13061         Log: Provide Internals::new_hash_seed to return PL_new_hash_seed, and
13062              make Hash::Util::hash_seed use this.
13063      Branch: perl
13064            ! lib/Hash/Util.pm universal.c
13065 ____________________________________________________________________________
13066 [ 21628] By: rgs                                   on 2003/11/02  21:05:59
13067         Log: Fix for [perl #24347] segfault with Safe
13068              The empty %INC created for safe compartements was freed
13069              too early.
13070      Branch: perl
13071            ! ext/Opcode/Opcode.xs
13072 ____________________________________________________________________________
13073 [ 21627] By: rgs                                   on 2003/11/02  20:40:47
13074         Log: Subject: [PATCH pod/perlguts.pod] update embed.pl description
13075              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
13076              Date: Sun, 2 Nov 2003 22:24:28 +0100
13077              Message-ID: <007b01c3a187$b34c6110$0c2f1fac@R2D2>
13078      Branch: perl
13079            ! pod/perlguts.pod
13080 ____________________________________________________________________________
13081 [ 21625] By: rgs                                   on 2003/11/02  20:24:21
13082         Log: Mention perl 5.8.2-RC1 in perlhist, as spotted by Abigail.
13083      Branch: perl
13084            ! pod/perlhist.pod
13085 ____________________________________________________________________________
13086 [ 21620] By: nicholas                              on 2003/11/02  18:22:16
13087         Log: Subject: [PATCH 5.8.2 @21574] OS/2 build
13088              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
13089              Date: Wed, 29 Oct 2003 14:00:18 -0800
13090              Message-ID: <20031029220017.GA26384@math.berkeley.edu>
13091      Branch: perl
13092            ! ext/DynaLoader/DynaLoader_pm.PL makedef.pl os2/Makefile.SHs
13093            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2_base.t os2/os2ish.h
13094            ! os2/perl2cmd.pl perlio.c
13095 ____________________________________________________________________________
13096 [ 21619] By: rgs                                   on 2003/11/02  18:07:30
13097         Log: Quoted-printable is evil.
13098      Branch: perl
13099            ! win32/win32.h
13100 ____________________________________________________________________________
13101 [ 21618] By: nicholas                              on 2003/11/02  18:01:21
13102         Log: Stas spotted a missed s//new_/ for the hash seed renaming games
13103      Branch: perl
13104            ! perl.c
13105 ____________________________________________________________________________
13106 [ 21617] By: rgs                                   on 2003/11/02  17:25:50
13107         Log: Portability nit for MinGW 3.
13108
13109              Subject: MinGW-3.1.0-1 _CRTIMP definition preempting win32.h's
13110              From: Greg Matheson <lang@ms.chinmin.edu.tw>
13111              Date: Thu, 30 Oct 2003 14:11:58 +0800
13112              Message-ID: <20031030141158.A11772@ms>
13113              (actual patch by Abe Timmerman)
13114      Branch: perl
13115            ! win32/win32.h
13116 ____________________________________________________________________________
13117 [ 21616] By: rgs                                   on 2003/11/02  12:37:54
13118         Log: Subject: DOCPATCH: does STORE need to return anything and if so what?
13119              From: david nicol <whatever@davidnicol.com>
13120              Date: 26 Oct 2003 22:34:04 -0600
13121              Message-Id: <1067229244.1071.51.camel@plaza.davidnicol.com>
13122      Branch: perl
13123            ! pod/perltie.pod
13124 ____________________________________________________________________________
13125 [ 21615] By: rgs                                   on 2003/11/01  20:01:54
13126         Log: Subject: [PATCH] DB_File 1.807
13127              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
13128              Date: Sat, 1 Nov 2003 13:50:12 -0000
13129              Message-ID: <AIEAJICLCBDNAAOLLOKLOENMPAAA.Paul.Marquess@btinternet.com>
13130      Branch: perl
13131            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
13132            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
13133            ! ext/DB_File/t/db-hash.t ext/DB_File/t/db-recno.t
13134 ____________________________________________________________________________
13135 [ 21614] By: rgs                                   on 2003/11/01  19:40:28
13136         Log: Subject: Re: [PATCH bleadperl] (was Re: Is this brokenness in $< $( $> & $) ?)
13137              From: Rick Delaney <rick@bort.ca>
13138              Date: Mon, 27 Oct 2003 16:24:16 -0500
13139              Message-ID: <20031027162416.H2233@biff.bort.ca>
13140      Branch: perl
13141            ! pp_hot.c
13142 ____________________________________________________________________________
13143 [ 21611] By: nicholas                              on 2003/11/01  16:32:00
13144         Log: D'oh! t/op/hash.t wasn't in the MANIFEST. Rafael spotted this
13145      Branch: perl
13146            ! MANIFEST
13147 ____________________________________________________________________________
13148 [ 21607] By: nicholas                              on 2003/11/01  15:21:23
13149         Log: mod_perl2 will require access to the Plan C hashing function.
13150      Branch: perl
13151            ! hv.h
13152 ____________________________________________________________________________
13153 [ 21604] By: nicholas                              on 2003/11/01  14:21:38
13154         Log: Add Internals::HvREHASH to expose the rehashing flag
13155              t/op/hash.t tests that pathological data triggers rehashing
13156      Branch: perl
13157            + t/op/hash.t
13158            ! universal.c
13159 ____________________________________________________________________________
13160 [ 21599] By: davem                                 on 2003/11/01  00:09:22
13161         Log: whoops, typo
13162      Branch: perl
13163            ! ext/threads/shared/shared.xs
13164 ____________________________________________________________________________
13165 [ 21598] By: davem                                 on 2003/11/01  00:03:38
13166         Log: seg faults when deleting keys of shared hash refs
13167              Ensure that the shared_sv get magic of the element being deleted
13168              is called. Also, avoid posible memory leaks by wrapping all shared
13169              context sections with ENTER/SAVETMPS
13170      Branch: perl
13171            ! ext/threads/shared/shared.xs
13172 ____________________________________________________________________________
13173 [ 21596] By: rgs                                   on 2003/10/31  20:46:44
13174         Log: Subject: Re: [perl #24367] [PATCH] configure flag -Dextras="HTML::Parser" doesn't seem to do anything
13175              From: Andy Dougherty <doughera@lafayette.edu>
13176              Date: Fri, 31 Oct 2003 15:32:35 -0500 (EST)
13177              Message-ID: <Pine.SOL.4.53.0310311433440.8552@maxwell.phys.lafayette.edu>
13178              (plus POD link fixes)
13179      Branch: perl
13180            ! INSTALL
13181 ____________________________________________________________________________
13182 [ 21595] By: rgs                                   on 2003/10/31  20:35:23
13183         Log: Prevent the installation of makefiles that can be found
13184              under lib/.
13185      Branch: perl
13186            ! installperl
13187 ____________________________________________________________________________
13188 [ 21593] By: rgs                                   on 2003/10/31  20:19:01
13189         Log: Test nit ; goes with change 21591
13190      Branch: perl
13191            ! t/lib/warnings/regcomp
13192 ____________________________________________________________________________
13193 [ 21592] By: rgs                                   on 2003/10/31  20:03:58
13194         Log: Subject: [PATCH] Document PERL_DL_NONLAZY
13195              From: Gisle Aas <gisle@ActiveState.com>
13196              Date: 31 Oct 2003 03:13:03 -0800
13197              Message-ID: <lrn0bhbqyo.fsf@caliper.activestate.com>
13198      Branch: perl
13199            ! pod/perlrun.pod
13200 ____________________________________________________________________________
13201 [ 21591] By: rgs                                   on 2003/10/31  19:54:23
13202         Log: Subject: [PATCH] Off-by-one error in regcomp.c
13203              From: Slaven Rezic <slaven@rezic.de>
13204              Date: Fri, 31 Oct 2003 12:16:11 +0000
13205              Message-Id: <1067602571.12768@devpc01.iconmobile.de>
13206      Branch: perl
13207            ! regcomp.c t/op/regmesg.t
13208 ____________________________________________________________________________
13209 [ 21590] By: rgs                                   on 2003/10/31  19:36:32
13210         Log: Subject: [patch pod/perlfunc.pod] separate two unrelated notes in require
13211              From: Stas Bekman <stas@stason.org>
13212              Date: Wed, 29 Oct 2003 16:47:24 -0800
13213              Message-ID: <3FA05F9C.2080304@stason.org>
13214      Branch: perl
13215            ! pod/perlfunc.pod
13216 ____________________________________________________________________________
13217 [ 21589] By: rgs                                   on 2003/10/31  19:31:48
13218         Log: Subject: [5.8.x segfault + patch] chicken&egg segfault in -Dm -Mthreads
13219              From: Stas Bekman <stas@stason.org>
13220              Date: Wed, 29 Oct 2003 15:15:15 -0800
13221              Message-ID: <3FA04A03.5010603@stason.org>
13222              (enclosed in a #ifdef DEBUGGING)
13223      Branch: perl
13224            ! sv.c
13225 ____________________________________________________________________________
13226 [ 21588] By: rgs                                   on 2003/10/31  19:25:38
13227         Log: Subject: [PATCH] Devel::PPPort and scan_bin
13228              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
13229              Date: Wed, 29 Oct 2003 22:53:43 +0100
13230              Message-ID: <037201c39e67$1faa9940$0c2f1fac@R2D2>
13231      Branch: perl
13232            ! ext/Devel/PPPort/PPPort.pm
13233 ____________________________________________________________________________
13234 [ 21587] By: rgs                                   on 2003/10/31  19:19:00
13235         Log: Subject: [PATCH] change p4d2p to deal with new style diff2 output
13236              From: Jan Dubois <jand@ActiveState.com>
13237              Date: Thu, 30 Oct 2003 18:43:08 -0800
13238              Message-ID: <dpi3qvgf1uke7pj1gcpgmoh622lqcvl6uc@4ax.com>
13239      Branch: perl
13240            ! Porting/p4d2p
13241 ____________________________________________________________________________
13242 [ 21586] By: nicholas                              on 2003/10/31  18:54:26
13243         Log: Comment that this "optimisation" is actually a necessary fixup.
13244              When the split occurs (to make the opti{miser,onal}) this isn't
13245              (Richard Clamp reminded me that I forgot to do this)
13246      Branch: perl
13247            ! op.c
13248 ____________________________________________________________________________
13249 [ 21583] By: nicholas                              on 2003/10/30  22:37:26
13250         Log: Rewrite to correctly use test.pl
13251
13252              Date: Thu, 30 Oct 2003 15:51:03 -0800
13253              From: Michael G Schwern <schwern@pobox.com>
13254              Subject: Re: Fix for the orange lion bug - aka empty sub bug
13255              Message-ID: <20031030235103.GC27017@localhost.comcast.net>
13256      Branch: perl
13257            ! t/op/sub.t
13258 ____________________________________________________________________________
13259 [ 21582] By: nicholas                              on 2003/10/30  22:18:53
13260         Log: Date: Thu, 30 Oct 2003 22:01:35 +0000
13261              Subject: Fix for the orange lion bug - aka empty sub bug
13262              From: Arthur Bergman <sky@nanisky.com>
13263              Message-Id: <A10EEA90-0B24-11D8-93CD-000A95A2734C@nanisky.com>
13264      Branch: perl
13265            + t/op/sub.t
13266            ! MANIFEST op.c
13267 ____________________________________________________________________________
13268 [ 21580] By: nicholas                              on 2003/10/30  19:42:28
13269         Log: 14 is the chain length for attack. From
13270
13271              Message-ID: <20031030204117.16008.qmail@plover.com>
13272              Subject: Re: 5.8.2-RC1 and mp2
13273              Date: Thu, 30 Oct 2003 15:41:17 -0500
13274              From: Mark Jason Dominus <mjd@plover.com>
13275
13276              and
13277
13278              From: Scott A Crosby <scrosby@cs.rice.edu>
13279              Subject: Re: 5.8.2-RC1 and mp2
13280              Date: 30 Oct 2003 14:08:06 -0600
13281              Message-ID: <oydd6cea3q1.fsf@bert.cs.rice.edu>
13282      Branch: perl
13283            ! hv.c
13284 ____________________________________________________________________________
13285 [ 21575] By: rgs                                   on 2003/10/29  06:51:19
13286         Log: Move a fcntl() example in perlfunc at a more proper place,
13287              as suggested by :
13288              Subject: [perl #24334] ioctl/fcntl doc confusion
13289              From: "perl-5.8.0@ton.iguana.be (via RT)" <perlbug-followup@perl.org>
13290              Date: 28 Oct 2003 13:37:49 -0000
13291              Message-ID: <rt-24334-66603.12.4990768314782@rt.perl.org>
13292      Branch: perl
13293            ! pod/perlfunc.pod
13294 ____________________________________________________________________________
13295 [ 21567] By: rgs                                   on 2003/10/28  08:48:06
13296         Log: Upgrade to Time::HiRes 1.52.
13297      Branch: perl
13298            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
13299            ! ext/Time/HiRes/Makefile.PL ext/Time/HiRes/t/HiRes.t
13300 ____________________________________________________________________________
13301 [ 21566] By: rgs                                   on 2003/10/28  08:34:26
13302         Log: Subject: [PATCH lib/overload.t] TODO tests for bug #24313.
13303              From: Abigail <abigail@abigail.nl>
13304              Date: Mon, 27 Oct 2003 13:05:37 +0100
13305              Message-ID: <20031027120536.GA24608@abigail.nl>
13306
13307              Subject: [PATCH bleadperl] [perl #24313] (was Re: [PATCH lib/overload.t] TODO tests for bug #24313.)
13308              From: Rick Delaney <rick@bort.ca>
13309              Date: Mon, 27 Oct 2003 12:17:49 -0500
13310              Message-ID: <20031027121749.E2233@biff.bort.ca>
13311      Branch: perl
13312            ! lib/overload.t toke.c
13313 ____________________________________________________________________________
13314 [ 21565] By: rgs                                   on 2003/10/28  07:42:52
13315         Log: Subject: [PATCH t/comp/proto.t]  Test (5.9.x)
13316              From: Abigail <abigail@abigail.nl>
13317              Date: Mon, 27 Oct 2003 14:50:24 +0100
13318              Message-ID: <20031027135024.GA12666@abigail.nl>
13319      Branch: perl
13320            ! t/comp/proto.t
13321 ____________________________________________________________________________
13322 [ 21564] By: davem                                 on 2003/10/27  22:01:12
13323         Log: Fix more shared threads leaks: add SAVETMPS to the second branch
13324              of sharedsv_scalar_store().
13325      Branch: perl
13326            ! ext/threads/shared/shared.xs
13327 ____________________________________________________________________________
13328 [ 21563] By: rgs                                   on 2003/10/27  19:33:29
13329         Log: Add a new taint error, "%ENV is aliased to %s".
13330              This error is thrown when taint checks are enabled and
13331              when *ENV has been aliased, so that %ENV has no env-magic
13332              anymore. (see bug [perl #24291].)
13333      Branch: perl
13334            ! pod/perldiag.pod t/op/taint.t taint.c
13335 ____________________________________________________________________________
13336 [ 21560] By: nicholas                              on 2003/10/27  18:01:02
13337         Log: Record the escape^Wrelease of 5.9.0
13338      Branch: perl
13339            ! pod/perlhist.pod
13340 ____________________________________________________________________________
13341 [ 21554] By: nicholas                              on 2003/10/27  16:09:37
13342         Log: Subject: Re: DBD::Sybase and Sybase::CTlib build problems w/ 5.8.1, Solaris, gcc
13343              From: Alan Burlison <Alan.Burlison@sun.com>
13344              Date: Tue, 21 Oct 2003 15:00:58 +0100
13345              Message-ID: <3F953C1A.3060800@sun.com>
13346      Branch: perl
13347            ! hints/solaris_2.sh
13348 ____________________________________________________________________________
13349 [ 21550] By: nicholas                              on 2003/10/27  13:45:27
13350         Log: Sync with Unicode::Normalize 0.25
13351      Branch: perl
13352            + ext/Unicode/Normalize/t/fcdc.t ext/Unicode/Normalize/t/form.t
13353            + ext/Unicode/Normalize/t/proto.t
13354            + ext/Unicode/Normalize/t/split.t
13355            ! MANIFEST ext/Unicode/Normalize/Changes
13356            ! ext/Unicode/Normalize/Makefile.PL
13357            ! ext/Unicode/Normalize/Normalize.pm
13358            ! ext/Unicode/Normalize/Normalize.xs
13359            ! ext/Unicode/Normalize/README
13360 ____________________________________________________________________________
13361 [ 21549] By: nicholas                              on 2003/10/27  13:11:48
13362         Log: Sync with Unicode::Collate 0.30
13363      Branch: perl
13364            + lib/Unicode/Collate/t/hangtype.t
13365            + lib/Unicode/Collate/t/normal.t lib/Unicode/Collate/t/trailwt.t
13366            + lib/Unicode/Collate/t/variable.t
13367            + lib/Unicode/Collate/t/version.t
13368            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
13369            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/contract.t
13370            ! lib/Unicode/Collate/t/hangul.t lib/Unicode/Collate/t/index.t
13371            ! lib/Unicode/Collate/t/test.t
13372 ____________________________________________________________________________
13373 [ 21548] By: nicholas                              on 2003/10/27  12:39:39
13374         Log: Sync with Pod::Perldoc 3.12
13375      Branch: perl
13376            ! lib/Pod/Perldoc.pm
13377 ____________________________________________________________________________
13378 [ 21546] By: ams                                   on 2003/10/27  09:00:08
13379         Log: Will the real off by one please stand up?
13380      Branch: perl
13381            ! mg.c
13382 ____________________________________________________________________________
13383 [ 21545] By: hv                                    on 2003/10/27  02:52:16
13384         Log: fixup separators
13385      Branch: perl
13386            ! Changes
13387 ____________________________________________________________________________
13388 [ 21544] By: hv                                    on 2003/10/27  02:51:26
13389         Log: don't complain of podless .pm files that have a separate .pod file
13390      Branch: perl
13391            ! pod/buildtoc
13392 ____________________________________________________________________________
13393 [ 21543] By: hv                                    on 2003/10/27  02:50:04
13394         Log: regen pods and toc
13395      Branch: perl
13396            ! pod/perlmodlib.pod pod/perltoc.pod
13397 ____________________________________________________________________________
13398 [ 21542] By: rgs                                   on 2003/10/26  21:36:17
13399         Log: When %ENV has been turned into a non-magical hash after a
13400              glob assignment, TAINT_ENV() may dump core because it
13401              assumes $ENV{PATH} is magical. Fix this ; add a test to
13402              verify that the PATH is still checked for taintedness.
13403      Branch: perl
13404            ! t/op/taint.t taint.c
13405 ____________________________________________________________________________
13406 [ 21540] By: rgs                                   on 2003/10/26  14:59:53
13407         Log: Fix backward-compatibility issues in if.pm.
13408      Branch: perl
13409            ! lib/if.pm
13410 ____________________________________________________________________________
13411 [ 21539] By: hv                                    on 2003/10/26  12:22:54
13412         Log: Update Changes.
13413      Branch: perl
13414            ! Changes patchlevel.h
13415 ____________________________________________________________________________
13416 [ 21538] By: ams                                   on 2003/10/26  08:08:02
13417         Log: Fix off-by-one in $0 set magic. (From Autrijus.)
13418              The whole PL_origalen thing in perl.c looks very hokey.
13419      Branch: perl
13420            ! mg.c
13421 ____________________________________________________________________________
13422 [ 21536] By: nicholas                              on 2003/10/25  22:33:18
13423         Log: show the rehash flags in dumps
13424      Branch: perl
13425            ! dump.c
13426 ____________________________________________________________________________
13427 [ 21535] By: nicholas                              on 2003/10/25  22:32:40
13428         Log: Return 21533 (with modifications) having found the problem
13429      Branch: perl
13430            ! hv.c hv.h
13431 ____________________________________________________________________________
13432 [ 21534] By: nicholas                              on 2003/10/25  20:46:36
13433         Log: Back out 21533 because it broke Encode's build in really weird ways
13434      Branch: perl
13435            ! hv.c hv.h
13436 ____________________________________________________________________________
13437 [ 21533] By: nicholas                              on 2003/10/25  13:10:21
13438         Log: Plan C rough edge smoothing. Criteria for a hash split is now
13439              the earlier of "more keys than buckets" (the old test) or
13440              linked list too long. Rehash is triggered after a split if the
13441              longest linked list is too long.
13442      Branch: perl
13443            ! hv.c hv.h
13444 ____________________________________________________________________________
13445 [ 21532] By: rgs                                   on 2003/10/25  10:03:18
13446         Log: Subject: Re: [perl #948] $, untieable?
13447              From: Richard Clamp <richardc@unixbeard.net>
13448              Date: Tue, 21 Oct 2003 00:02:49 +0100
13449              Message-ID: <20031020230249.GA31123@mirth.demon.co.uk>
13450
13451              Plus a small fix to t/TEST to recognize the added TODO test
13452              as a TODO test.
13453      Branch: perl
13454            ! t/TEST t/op/tie.t
13455 ____________________________________________________________________________
13456 [ 21528] By: nicholas                              on 2003/10/23  19:21:00
13457         Log: When it says "add", then, like, you have to p4 add it. D'oh!
13458              (missed the new file in "Update I18N::LangTags from 0.28 to 0.29")
13459      Branch: perl
13460            + lib/I18N/LangTags/t/02decency.t
13461 ____________________________________________________________________________
13462 [ 21527] By: davem                                 on 2003/10/23  19:13:20
13463         Log: Fix two threads::shared leaks
13464              #24061 - AV in shared interpreter wasn't set to AvREAL
13465              #24255 - mortals were added to the shared interpreter's tmpstack
13466              and never freed.
13467      Branch: perl
13468            ! ext/threads/shared/shared.xs
13469 ____________________________________________________________________________
13470 [ 21526] By: nicholas                              on 2003/10/23  19:11:24
13471         Log: From: Jan Dubois <jand@ActiveState.com>
13472              Subject: [PATCH] Update Pod::Perldoc from 3.10 to 3.11
13473              Date: Wed, 22 Oct 2003 20:17:07 -0700
13474              Message-ID: <mjhepvgtnifdlgrvp20urtuu058e1jrav2@4ax.com>
13475
13476              From: Jan Dubois <jand@ActiveState.com>
13477              Subject: [PATCH] Update I18N::LangTags from 0.28 to 0.29
13478              Date: Wed, 22 Oct 2003 20:26:56 -0700
13479              Message-ID: <jgiepv0a8fp8ffq3lpc5ujl7j25hoo1rdt@4ax.com>
13480      Branch: perl
13481            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
13482            ! lib/I18N/LangTags/List.pm lib/I18N/LangTags/README
13483            ! lib/Pod/Perldoc.pm lib/Pod/Perldoc/ToMan.pm pod/perldoc.pod
13484            ! utils/perldoc.PL
13485 ____________________________________________________________________________
13486 [ 21523] By: ams                                   on 2003/10/23  12:53:03
13487         Log: Subject: [PATCH] utime documentation
13488              From: Gisle Aas <gisle@ActiveState.com>
13489              Date: 23 Oct 2003 05:33:43 -0700
13490              Message-Id: <lrekx4jfq0.fsf@caliper.activestate.com>
13491      Branch: perl
13492            ! pod/perlfunc.pod
13493 ____________________________________________________________________________
13494 [ 21522] By: ams                                   on 2003/10/23  08:07:18
13495         Log: Subject: [PATCH]  dup2() not going through PerlLIO abstraction layer
13496              From: Jan Dubois <jand@ActiveState.com>
13497              Date: Wed, 22 Oct 2003 20:33:54 -0700
13498              Message-Id: <vniepv0n5mcrbbutm0qgvori6n6vr6arsh@4ax.com>
13499      Branch: perl
13500            ! doio.c
13501 ____________________________________________________________________________
13502 [ 21520] By: nicholas                              on 2003/10/22  19:50:15
13503         Log: patch created by Casey West from:
13504
13505              Subject: CPAN module problems
13506              From: Edward Moy <emoy@apple.com>
13507              Date: Fri, 10 Oct 2003 17:42:06 -0700
13508              Message-Id: <BD2513C0-FB83-11D7-9065-000A956EFDEE@apple.com>
13509
13510              (change ld value in hints file)
13511      Branch: perl
13512            ! hints/darwin.sh
13513 ____________________________________________________________________________
13514 [ 21516] By: rgs                                   on 2003/10/22  15:06:13
13515         Log: Small email update in AUTHORS.
13516      Branch: perl
13517            ! AUTHORS
13518 ____________________________________________________________________________
13519 [ 21515] By: rgs                                   on 2003/10/22  06:39:29
13520         Log: Add a test.taintwarn makefile target,
13521              to run the whole test suite with the -t switch.
13522      Branch: perl
13523            ! Makefile.SH pod/perlhack.pod t/TEST
13524 ____________________________________________________________________________
13525 [ 21514] By: rgs                                   on 2003/10/21  21:21:56
13526         Log: Subject: [PATCH @20458] embedding perl
13527              From: Radu Greab <rgreab@fx.ro>
13528              Date: Tue, 05 Aug 2003 20:57:15 +0300 (EEST)
13529              Message-Id: <20030805.205715.113441323.radu@yx.primIT.ro>
13530      Branch: perl
13531            ! hv.c intrpvar.h perl.c pod/perlembed.pod pod/perlintern.pod
13532            ! sv.c
13533 ____________________________________________________________________________
13534 [ 21513] By: rgs                                   on 2003/10/21  20:45:12
13535         Log: Fix doc bug #23890, as suggested by Himanshu Garg :
13536              in perltoot, $him->fullname should be $him->fullname->as_string
13537              when passed to printf.
13538      Branch: perl
13539            ! pod/perltoot.pod
13540 ____________________________________________________________________________
13541 [ 21509] By: rgs                                   on 2003/10/21  05:42:50
13542         Log: Two OS/2 portability patches from Ilya.
13543
13544              Subject: [PATCH 5.8.1 @21211] sockets broken on OS/2
13545              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
13546              Date: Thu, 25 Sep 2003 12:09:11 -0700
13547              Message-ID: <20030925190911.GA27028@math.berkeley.edu>
13548
13549              Subject: Re: [PATCH 5.8.1 @21379] tmpfile() broken on OS/2
13550              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
13551              Date: Thu, 25 Sep 2003 19:50:45 -0700
13552              Message-ID: <20030926025045.GA27507@math.berkeley.edu>
13553      Branch: perl
13554            ! doio.c os2/os2ish.h perl.h perlio.c pp_sys.c
13555 ____________________________________________________________________________
13556 [ 21506] By: rgs                                   on 2003/10/20  19:28:27
13557         Log: Subject: [PATCH] add some missing defines to Devel::PPPort
13558              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
13559              Date: Mon, 20 Oct 2003 20:14:19 +0200
13560              Message-ID: <03a301c39735$fb7cb220$0c2f1fac@R2D2>
13561      Branch: perl
13562            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
13563 ____________________________________________________________________________
13564 [ 21505] By: rgs                                   on 2003/10/20  19:22:38
13565         Log: Subject: Re: [perl #24225] [5.8.1] segfault in binmode STDOUT, ':stdio'; print 1
13566              From: Slaven Rezic <slaven@rezic.de>
13567              Date: 19 Oct 2003 17:54:59 +0200
13568              Message-ID: <871xt9te7g.fsf@vran.herceg.de>
13569      Branch: perl
13570            ! perlio.c
13571 ____________________________________________________________________________
13572 [ 21503] By: rgs                                   on 2003/10/20  06:04:04
13573         Log: Skip the chflags tests in filetest.t on Darwin.
13574      Branch: perl
13575            ! lib/filetest.t
13576 ____________________________________________________________________________
13577 [ 21474] By: nicholas                              on 2003/10/17  18:44:28
13578         Log: Plan C rough edge smoothing - forgot to turn on the "has key flags"
13579              flag on the hash when rehashing. Can turn off the "rehasing" flag
13580              if the hash is cleared
13581      Branch: perl
13582            ! hv.c
13583 ____________________________________________________________________________
13584 [ 21473] By: rgs                                   on 2003/10/17  08:53:48
13585         Log: -u is deprecated.
13586              Subject: Re: why PERL5LIB is ignored when -T is in effect
13587              From: Slaven Rezic <slaven@rezic.de>
13588              Date: Fri, 17 Oct 2003 10:02:31 +0000
13589              Message-Id: <1066384951.4964@devpc01.iconmobile.de>
13590      Branch: perl
13591            ! perl.c
13592 ____________________________________________________________________________
13593 [ 21472] By: rgs                                   on 2003/10/17  07:29:10
13594         Log: The compilation of PerlIO::via may hang on AIX when
13595              compiling with vac at -O3 optimization level. Disable
13596              optimization for this module.
13597      Branch: perl
13598            + ext/PerlIO/via/hints/aix.pl
13599            ! MANIFEST
13600 ____________________________________________________________________________
13601 [ 21471] By: nicholas                              on 2003/10/16  21:10:27
13602         Log: Plan C for foiling the algorithmic complexity attack
13603              (based on Chip's plan A (binary compatibility with 5.8.0 and 5.8.1),
13604              Chip's plan B (do something new inside the hv functions)
13605              and introspective sort)
13606              Provides infrastructure for hashes to change their hash function
13607              if necessary, and code in hsplit to detect pathalogical data and
13608              instigate a random rehashing.
13609              Needs refinement. Let's see how much smoke it creates.
13610      Branch: perl
13611            ! embedvar.h hv.c hv.h intrpvar.h perl.c perlapi.h sv.c sv.h
13612            ! util.c
13613 ____________________________________________________________________________
13614 [ 21470] By: davem                                 on 2003/10/16  20:03:44
13615         Log: Ensure PL_comppad/curpad point to PL_main_cv's padlist when
13616              PL_main_root is freed; this may not have been be the case if a
13617              thread other than the main one is the last to be destroyed
13618      Branch: perl
13619            ! ext/threads/t/thread.t pad.h perl.c
13620 ____________________________________________________________________________
13621 [ 21469] By: nicholas                              on 2003/10/16  19:31:19
13622         Log: Duplicate 19423 (pathological hashes too easy) into share_hek_flags
13623              (as suggested by Jan Dubois)
13624      Branch: perl
13625            ! hv.c
13626 ____________________________________________________________________________
13627 [ 21468] By: ams                                   on 2003/10/16  19:00:14
13628         Log: Subject: Re: assert.h breaks perl.h
13629              From: Alexey Tourbin <at@altlinux.ru>
13630              Date: Thu, 16 Oct 2003 22:24:35 +0400
13631              Message-Id: <20031016182434.GH1724@julia.office.altlinux.ru>
13632      Branch: perl
13633            ! sv.h
13634 ____________________________________________________________________________
13635 [ 21467] By: ams                                   on 2003/10/16  18:57:57
13636         Log: Subject: [PATCH] Tie::Hash documentation
13637              From: Slaven Rezic <slaven@rezic.de>
13638              Date: Thu, 16 Oct 2003 17:57:35 +0000
13639              Message-Id: <1066327055.1428@devpc01.iconmobile.de>
13640      Branch: perl
13641            ! lib/Tie/Hash.pm
13642 ____________________________________________________________________________
13643 [ 21466] By: rgs                                   on 2003/10/16  08:52:50
13644         Log: Further tweak on change #21464.
13645      Branch: perl
13646            ! perl.c
13647 ____________________________________________________________________________
13648 [ 21464] By: ams                                   on 2003/10/16  08:42:50
13649         Log: Subject: perl -h tweak [PATCH]
13650              From: Gisle Aas <gisle@ActiveState.com>
13651              Date: 16 Oct 2003 02:49:39 -0700
13652              Message-Id: <lrn0c11pho.fsf@caliper.activestate.com>
13653      Branch: perl
13654            ! perl.c
13655 ____________________________________________________________________________
13656 [ 21456] By: rgs                                   on 2003/10/15  19:19:05
13657         Log: Perlfaq1 : take notice that 5.8.1 is now released.
13658      Branch: perl
13659            ! pod/perlfaq1.pod
13660 ____________________________________________________________________________
13661 [ 21454] By: rgs                                   on 2003/10/15  19:06:05
13662         Log: PerlFAQ sync. (only actual changes)
13663      Branch: perl
13664            ! pod/perlfaq4.pod
13665 ____________________________________________________________________________
13666 [ 21453] By: rgs                                   on 2003/10/15  19:02:35
13667         Log: Typos.
13668      Branch: perl
13669            ! hints/aix.sh
13670 ____________________________________________________________________________
13671 [ 21452] By: rgs                                   on 2003/10/15  11:12:31
13672         Log: Fix bug [perl #24212] : improper error recovery in the
13673              tokenizer after an unknown filetest operator.
13674      Branch: perl
13675            ! t/comp/parser.t toke.c
13676 ____________________________________________________________________________
13677 [ 21451] By: rgs                                   on 2003/10/15  09:19:02
13678         Log: Update MIME::Base64 and Digest::MD5 from the CPAN version.
13679      Branch: perl
13680            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
13681            ! ext/Digest/MD5/Makefile.PL ext/Digest/MD5/t/align.t
13682            ! ext/Digest/MD5/t/files.t ext/Digest/MD5/t/utf8.t
13683            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
13684            ! ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
13685            ! ext/MIME/Base64/QuotedPrint.pm ext/MIME/Base64/t/unicode.t
13686 ____________________________________________________________________________
13687 [ 21450] By: rgs                                   on 2003/10/15  06:47:11
13688         Log: Add support for Linux abstract unix domain sockets to Socket.pm.
13689              Based on a idea by Alex Hudson. (Basically those are unix domain
13690              sockets whose name has a '\0' as first character.)
13691      Branch: perl
13692            ! ext/Socket/Socket.xs ext/Socket/t/Socket.t
13693 ____________________________________________________________________________
13694 [ 21449] By: ams                                   on 2003/10/15  06:32:44
13695         Log: Subject: [PATCH] SIGN => 1 support for MakeMaker
13696              From: Autrijus Tang <autrijus@autrijus.org>
13697              Date: Tue, 14 Oct 2003 18:32:28 +0800
13698              Message-Id: <1066127547.65845.35.camel@localhost>
13699      Branch: perl
13700            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
13701            ! lib/ExtUtils/MakeMaker.pm
13702 ____________________________________________________________________________
13703 [ 21448] By: ams                                   on 2003/10/15  05:56:12
13704         Log: Rewrite #21447.
13705      Branch: perl
13706            ! pod/perliol.pod
13707 ____________________________________________________________________________
13708 [ 21447] By: ams                                   on 2003/10/15  05:36:48
13709         Log: Subject: [patch pod/perliol.pod]
13710              From: Stas Bekman <stas@stason.org>
13711              Date: Tue, 14 Oct 2003 18:05:29 -0700
13712              Message-Id: <3F8C9D59.3040403@stason.org>
13713      Branch: perl
13714            ! pod/perliol.pod
13715 ____________________________________________________________________________
13716 [ 21446] By: nicholas                              on 2003/10/14  18:45:39
13717         Log: Duplicate 19423 (pathological hashes too easy) into hv_store_ent
13718              (the routine used by perl level HV operations)
13719      Branch: perl
13720            ! hv.c
13721 ____________________________________________________________________________
13722 [ 21445] By: rgs                                   on 2003/10/13  21:03:05
13723         Log: Subject: [PATCH ext/Devel/PPPort/PPPort.pm] Changes #20819 and #20996 break compatibility with perl 5.6.0
13724              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
13725              Date: Tue, 30 Sep 2003 19:23:34 +0200
13726              Message-ID: <021e01c38777$93ea4e10$0c2f1fac@R2D2>
13727      Branch: perl
13728            ! ext/Devel/PPPort/PPPort.pm
13729 ____________________________________________________________________________
13730 [ 21442] By: ams                                   on 2003/10/13  08:41:17
13731         Log: Subject: [perl #24189] Incorrect comment in perldoc strict
13732              From: "Iain 'Spoon' Truskett (via RT)" <perlbug-followup@perl.org>
13733              Date: 12 Oct 2003 09:01:25 -0000
13734              Message-Id: <rt-24189-65954.9.50514379869631@rt.perl.org>
13735      Branch: perl
13736            ! lib/strict.pm
13737 ____________________________________________________________________________
13738 [ 21441] By: rgs                                   on 2003/10/13  08:02:21
13739         Log: Subject: [PATCH] Internals::hash_seed() returns wrong value
13740              From: Jan Dubois <jand@ActiveState.com>
13741              Date: Sun, 12 Oct 2003 22:09:39 -0700
13742              Message-ID: <07ckovck8mp5e8tthmtbbcrpi2tj6q9eak@4ax.com>
13743      Branch: perl
13744            ! universal.c
13745 ____________________________________________________________________________
13746 [ 21440] By: rgs                                   on 2003/10/12  19:58:05
13747         Log: Subject: [perl #24122] setreuid and friends borked on darwin/osx
13748              From: "pxm@nubz.org (via RT)" <perlbug-followup@perl.org>
13749              Date: 5 Oct 2003 20:55:56 -0000
13750              Message-ID: <rt-24122-65678.14.2411168523081@rt.perl.org>
13751      Branch: perl
13752            ! mg.c
13753 ____________________________________________________________________________
13754 [ 21439] By: rgs                                   on 2003/10/12  16:28:06
13755         Log: Subject: [PATCH] Tie::Hash documentation
13756              From: Slaven Rezic <slaven@rezic.de>
13757              Date: Sun, 12 Oct 2003 18:55:54 +0200 (CEST)
13758              Message-Id: <200310121655.h9CGtsrY003613@vran.herceg.de>
13759      Branch: perl
13760            ! lib/Tie/Hash.pm
13761 ____________________________________________________________________________
13762 [ 21438] By: rgs                                   on 2003/10/12  15:48:13
13763         Log: Subject: Re: [perl #24122] setreuid and friends borked on darwin/osx
13764              From: Slaven Rezic <slaven@rezic.de>
13765              Date: 07 Oct 2003 00:04:34 +0200
13766              Message-ID: <87ekxq6n0t.fsf@vran.herceg.de>
13767      Branch: perl
13768            ! hints/darwin.sh
13769 ____________________________________________________________________________
13770 [ 21437] By: rgs                                   on 2003/10/12  15:25:17
13771         Log: Minor nit in perlrun, spotted by Art Haas.
13772      Branch: perl
13773            ! pod/perlrun.pod
13774 ____________________________________________________________________________
13775 [ 21436] By: ams                                   on 2003/10/10  19:05:55
13776         Log: Subject: [PATCH] threads::async + some cleanup
13777              From: Elizabeth Mattijsen <liz@dijkmat.nl>
13778              Date: Fri, 10 Oct 2003 16:37:55 +0200
13779              Message-Id: <p05111b07bbac713a0aaf@[192.168.56.2]>
13780      Branch: perl
13781            ! ext/threads/threads.pm
13782 ____________________________________________________________________________
13783 [ 21435] By: ams                                   on 2003/10/10  19:02:34
13784         Log: Make everyone stop posting to p5p about 0e0.
13785      Branch: perl
13786            ! pod/perlsyn.pod
13787 ____________________________________________________________________________
13788 [ 21433] By: nicholas                              on 2003/10/09  20:57:26
13789         Log: Put all pre-processor #s on the first column (some compilers are picky)
13790              [perl #24167] `#' comment signs not at the very beginning of a line
13791      Branch: perl
13792            ! cop.h dosish.h ext/SDBM_File/sdbm/sdbm.h iperlsys.h op.c
13793            ! perl.h regcomp.c
13794 ____________________________________________________________________________
13795 [ 21432] By: rgs                                   on 2003/10/09  11:09:24
13796         Log: Suppress the test file t/op/nothr5005.t and integrate its tests into
13797              t/op/args.t, now that 5005threads have been removed. Port t/op/args.t
13798              to t/test.pl.
13799      Branch: perl
13800            - t/op/nothr5005.t
13801            ! MANIFEST t/op/args.t
13802 ____________________________________________________________________________
13803 [ 21431] By: rgs                                   on 2003/10/09  11:06:15
13804         Log: Document the behaviour of filetest operators regarding parentheses.
13805              This fixes bug #24127 (by documenting it as a feature.)
13806      Branch: perl
13807            ! pod/perlop.pod
13808 ____________________________________________________________________________
13809 [ 21430] By: ams                                   on 2003/10/09  07:55:34
13810         Log: Subject: [PATCH 5.8.1 CORE] Internal fixes to source-code coordinate
13811              calculations in regcomp.c
13812              From: Eric Promislow <ericp@ActiveState.com>
13813              Date: Wed, 8 Oct 2003 17:42:42 -0700
13814              Message-Id: <20031008174242.A17544@ActiveState.com>
13815      Branch: perl
13816            ! regcomp.c
13817 ____________________________________________________________________________
13818 [ 21429] By: ams                                   on 2003/10/09  07:43:56
13819         Log: Patch based on:
13820
13821              Subject: [perl #24157] -MModule=} is broken
13822              From: "Lukas Mai" (via RT) <perlbug-followup@perl.org>
13823              Date: 7 Oct 2003 21:47:43 -0000
13824              Message-Id: <rt-24157-65809.10.9980909617566@rt.perl.org>
13825
13826              (Includes a fix for a similar problem in -A, but not -d.)
13827      Branch: perl
13828            ! perl.c
13829 ____________________________________________________________________________
13830 [ 21428] By: ams                                   on 2003/10/09  02:32:07
13831         Log: Subject: [PATCH] Devel::PPPort is missing an aTHX when calling
13832              grok_numeric_radix()
13833              From: Jan Dubois <jand@ActiveState.com>
13834              Date: Wed, 08 Oct 2003 20:37:42 -0700
13835              Message-Id: <8kl9ov0932qo08o24uafuc9v77clrgnoe4@4ax.com>
13836      Branch: perl
13837            ! ext/Devel/PPPort/PPPort.pm
13838 ____________________________________________________________________________
13839 [ 21427] By: ams                                   on 2003/10/09  01:36:18
13840         Log: Subject: Re: require patch breaks locale
13841              From: Rick Delaney <rick@bort.ca>
13842              Date: Wed, 8 Oct 2003 22:41:55 -0400
13843              Message-Id: <20031008224155.A14638@biff.bort.ca>
13844      Branch: perl
13845            ! t/comp/require.t
13846 ____________________________________________________________________________
13847 [ 21426] By: ams                                   on 2003/10/09  01:26:57
13848         Log: Subject: Re: Simple @INC hook core dump [PATCH]
13849              From: Gisle Aas <gisle@ActiveState.com>
13850              Date: 08 Oct 2003 13:35:28 -0700
13851              Message-Id: <lrr81ncvsf.fsf@caliper.activestate.com>
13852      Branch: perl
13853            ! t/op/inccode.t
13854 ____________________________________________________________________________
13855 [ 21425] By: rgs                                   on 2003/10/08  11:34:17
13856         Log: Fix bug #24108: Goto +foo broken
13857              the fix having been suggested by xmath via Juerd.
13858      Branch: perl
13859            ! op.c t/op/goto.t
13860 ____________________________________________________________________________
13861 [ 21424] By: rgs                                   on 2003/10/08  11:16:58
13862         Log: Subject: Re: Simple @INC hook core dump [PATCH]
13863              From: Gisle Aas <gisle@ActiveState.com>
13864              Date: 08 Oct 2003 04:47:33 -0700
13865              Message-ID: <lrllrweysq.fsf_-_@caliper.activestate.com>
13866      Branch: perl
13867            ! pp_ctl.c
13868 ____________________________________________________________________________
13869 [ 21423] By: ams                                   on 2003/10/08  10:09:41
13870         Log: Subject: [PATCH pod/perlrun.pod] Layout & POD nit.
13871              From: Abigail <abigail@abigail.nl>
13872              Date: Wed, 8 Oct 2003 03:50:49 -0700
13873              Message-Id: <20031008105049.GA15770@ucan.foad.org>
13874      Branch: perl
13875            ! pod/perlrun.pod
13876 ____________________________________________________________________________
13877 [ 21422] By: ams                                   on 2003/10/08  06:13:07
13878         Log: "Are implicit undefs true?" asks Gisle.
13879      Branch: perl
13880            ! pod/perlsyn.pod
13881 ____________________________________________________________________________
13882 [ 21421] By: ams                                   on 2003/10/08  03:20:00
13883         Log: Subject: Re: [PATCH] perlop.pod Revamp - revision 4
13884              From: schwern@pobox.com
13885              Date: Tue, 7 Oct 2003 20:39:36 -0700
13886              Message-Id: <20031007203936.X4301@ttul.org>
13887
13888              (Originally from Shlomi Fish. Applied with tweaks.)
13889      Branch: perl
13890            ! pod/perlop.pod
13891 ____________________________________________________________________________
13892 [ 21420] By: ams                                   on 2003/10/07  19:51:35
13893         Log: Minor tweaks to pod/perlsyn.pod (as suggested by Yves Orton),
13894              sv.c (Tim Bunce), t/op/pow.t (John P. Linderman).
13895      Branch: perl
13896            ! pod/perlsyn.pod sv.c t/op/pow.t
13897 ____________________________________________________________________________
13898 [ 21419] By: ams                                   on 2003/10/07  04:03:34
13899         Log: Why should -3**$x be more precisely determined than 3**$x?
13900      Branch: perl
13901            ! t/op/pow.t
13902 ____________________________________________________________________________
13903 [ 21418] By: ams                                   on 2003/10/07  03:59:38
13904         Log: Subject: [PATCH] Fixing UNIVERSAL.pm's bit of unpleasantness
13905              From: schwern@pobox.com
13906              Date: Mon, 6 Oct 2003 13:14:36 -0700
13907              Message-Id: <20031006131436.G20960@ttul.org>
13908      Branch: perl
13909            ! lib/UNIVERSAL.pm t/op/universal.t
13910 ____________________________________________________________________________
13911 [ 21417] By: ams                                   on 2003/10/07  03:55:18
13912         Log: Update perlfunc/require to describe NXDOMAIN caching... er, you
13913              know what I mean.
13914      Branch: perl
13915            ! pod/perlfunc.pod
13916 ____________________________________________________________________________
13917 [ 21416] By: ams                                   on 2003/10/07  03:37:01
13918         Log: Subject: [patch sv.c] improve "...free unref scalar" warning
13919              From: Stas Bekman <stas@stason.org>
13920              Date: Mon, 06 Oct 2003 21:19:53 -0700
13921              Message-Id: <3F823EE9.4030103@stason.org>
13922      Branch: perl
13923            ! sv.c
13924 ____________________________________________________________________________
13925 [ 21415] By: ams                                   on 2003/10/06  17:30:31
13926         Log: Subject: [PATCH bleadperl] (was Re: require() does not behave aas documented)
13927              From: Rick Delaney <rick@bort.ca>
13928              Date: Tue, 23 Sep 2003 12:14:52 -0400
13929              Message-ID: <20030923121452.G18845@biff.bort.ca>
13930      Branch: perl
13931            ! pp_ctl.c t/comp/require.t
13932 ____________________________________________________________________________
13933 [ 21414] By: rgs                                   on 2003/10/06  15:23:01
13934         Log: Subject: Re: [PATCH lib/warnings.t]  Adding TODO functionality to lib/warnings.
13935              From: Abigail <abigail@abigail.nl>
13936              Date: Wed, 1 Oct 2003 14:19:43 +0200
13937              Message-ID: <20031001121943.GA29419@abigail.nl>
13938      Branch: perl
13939            ! lib/warnings.t
13940 ____________________________________________________________________________
13941 [ 21413] By: rgs                                   on 2003/10/06  15:05:32
13942         Log: Fixes in the modules maintainers list.
13943      Branch: perl
13944            ! Porting/Maintainers.pl
13945 ____________________________________________________________________________
13946 [ 21412] By: rgs                                   on 2003/10/06  15:02:42
13947         Log: Fix broken link in perltodo.pod.
13948      Branch: perl
13949            ! pod/perltodo.pod
13950 ____________________________________________________________________________
13951 [ 21411] By: rgs                                   on 2003/10/06  12:11:10
13952         Log: Typos in perldiag.
13953      Branch: perl
13954            ! pod/perldiag.pod
13955 ____________________________________________________________________________
13956 [ 21410] By: rgs                                   on 2003/10/06  11:55:52
13957         Log: Subject: Re: [doc-PATCH] for unpack_str() and question
13958              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
13959              Date: Mon, 6 Oct 2003 08:45:29 +0200
13960              Message-ID: <75A46BF1A9D8D311863A00508B6259A405F180C1@ATTMSX4>
13961      Branch: perl
13962            ! pod/perlapi.pod pp_pack.c
13963 ____________________________________________________________________________
13964 [ 21409] By: rgs                                   on 2003/10/06  11:49:55
13965         Log: Subject: [PATCH pod/perlfunc.pod]  ref can return false on references
13966              From: Abigail <abigail@abigail.nl>
13967              Date: Mon, 6 Oct 2003 05:55:21 -0700
13968              Message-ID: <20031006125521.GA26446@ucan.foad.org>
13969      Branch: perl
13970            ! pod/perlfunc.pod
13971 ____________________________________________________________________________
13972 [ 21408] By: rgs                                   on 2003/10/06  11:46:14
13973         Log: Add a new option --check to Porting/Maintainers,
13974              to check for files who are listed for several maintainers.
13975      Branch: perl
13976            ! Porting/Maintainers.pm
13977 ____________________________________________________________________________
13978 [ 21407] By: rgs                                   on 2003/10/06  11:44:33
13979         Log: Subject: [PATCH]Re: The META.yml file in bleadperl
13980              From: Fergal Daly <fergal@esatclear.ie>
13981              Date: Mon, 6 Oct 2003 00:25:29 +0100
13982              Message-Id: <200310060025.29122.fergal@esatclear.ie>
13983
13984              Plus regeneration of META.yml
13985      Branch: perl
13986            ! META.yml Porting/makemeta
13987 ____________________________________________________________________________
13988 [ 21406] By: ams                                   on 2003/10/06  04:22:11
13989         Log: Subject: Re: [perl #24076] "<> err EXPR" and warnings.
13990              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13991              Date: Sun, 5 Oct 2003 21:27:54 +0200
13992              Message-Id: <20031005212754.5ef54472.rgarciasuarez@free.fr>
13993              (Applied with tweaks to op.c and a comment.)
13994      Branch: perl
13995            ! op.c t/lib/warnings/op
13996 ____________________________________________________________________________
13997 [ 21405] By: ams                                   on 2003/10/06  03:56:54
13998         Log: Subject: Re: [PATCH] perlsyn.pod Revision - Resend
13999              From: Shlomi Fish <shlomif@vipe.technion.ac.il>
14000              Date: Fri, 3 Oct 2003 12:34:46 +0200 (IST)
14001              Message-Id: <Pine.LNX.4.56.0310031233580.28640@vipe.technion.ac.il>
14002              (Applied with minor tweaks.)
14003      Branch: perl
14004            ! pod/perlsyn.pod
14005 ____________________________________________________________________________
14006 [ 21404] By: ams                                   on 2003/10/06  03:32:50
14007         Log: Subject: [perl #24120] Tie::Hash documentation has broken code
14008              From: "Benjamin J. Tilly" (via RT) <perlbug-followup@perl.org>
14009              Date: 5 Oct 2003 18:40:36 -0000
14010              Message-Id: <rt-24120-65664.15.9776865968429@rt.perl.org>
14011              (Applied without $VERSION update.)
14012      Branch: perl
14013            ! lib/Tie/Hash.pm
14014 ____________________________________________________________________________
14015 [ 21403] By: ams                                   on 2003/10/06  03:26:39
14016         Log: Subject: Re: [PATCH] [perl #24113] mistake in perlretut
14017              From: Robert Spier <rspier@pobox.com>
14018              Date: Sun, 05 Oct 2003 21:34:30 -0700
14019              Message-Id: <m3vfr39e7d.wl_rspier@pobox.com>
14020      Branch: perl
14021            ! pod/perlretut.pod
14022 ____________________________________________________________________________
14023 [ 21402] By: ams                                   on 2003/10/05  03:08:53
14024         Log: Subject: [PATCH] pp_sys.c: pp_waitpid and EINTR
14025              From: Steve Grazzini <grazz@pobox.com>
14026              Date: Sat, 4 Oct 2003 18:15:23 -0400
14027              Message-Id: <20031004221523.GA29324@grazzini.net>
14028      Branch: perl
14029            ! pp_sys.c
14030 ____________________________________________________________________________
14031 [ 21401] By: ams                                   on 2003/10/02  17:25:34
14032         Log: Subject: Re: 5.8.1 and srand
14033              From: Slaven Rezic <slaven@rezic.de>
14034              Date: Thu, 2 Oct 2003 15:51:11 +0000
14035              Message-Id: <1065109871.3115@devpc01.iconmobile.de>
14036      Branch: perl
14037            ! t/op/fork.t
14038 ____________________________________________________________________________
14039 [ 21400] By: hv                                    on 2003/10/02  09:34:36
14040         Log: minor cleanup for Changes
14041      Branch: perl
14042            ! Changes
14043 ____________________________________________________________________________
14044 [ 21399] By: hv                                    on 2003/10/02  09:18:27
14045         Log: Update changes
14046      Branch: perl
14047            ! Changes patchlevel.h
14048 ____________________________________________________________________________
14049 [ 21398] By: hv                                    on 2003/10/02  09:15:42
14050         Log: build perlapi.pod in deterministic order even when functions differ
14051              only in case; regen perlapi.pod
14052      Branch: perl
14053            ! autodoc.pl pod/perlapi.pod
14054 ____________________________________________________________________________
14055 [ 21397] By: ams                                   on 2003/10/02  07:48:51
14056         Log: Subject: Re: 5.8.1 and srand
14057              From: Brendan O'Dea <bod@debian.org>
14058              Date: Thu, 2 Oct 2003 10:30:36 +1000
14059              Message-Id: <20031002003036.GA9198@londo.c47.org>
14060      Branch: perl
14061            ! util.c
14062 ____________________________________________________________________________
14063 [ 21396] By: ams                                   on 2003/10/01  22:18:13
14064         Log: Update Changes.
14065      Branch: perl
14066            ! Changes patchlevel.h
14067 ____________________________________________________________________________
14068 [ 21394] By: ams                                   on 2003/10/01  20:28:20
14069         Log: Subject: misapplied patch 19452
14070              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
14071              Date: Tue, 30 Sep 2003 06:01:50 -0700
14072              Message-Id: <20030930130150.GA1436@efn.org>
14073      Branch: perl
14074            ! pp_hot.c
14075 ____________________________________________________________________________
14076 [ 21392] By: rgs                                   on 2003/09/30  20:22:02
14077         Log: Revamp the section on local() in perlsub.
14078              - avoid using the word "declare" in conjunction with local()
14079              - less archaelogical references
14080              - more about localization of lvalues
14081              - removes examples of localization of tied hashes that don't work
14082              - give titles to subsections
14083              - explain localization of magic values
14084              - explain localization of globs
14085              - fix link to perldelta
14086      Branch: perl
14087            ! pod/perlsub.pod
14088 ____________________________________________________________________________
14089 [ 21391] By: rgs                                   on 2003/09/30  12:47:13
14090         Log: Useless "local $_" in a perlfaq3 example
14091      Branch: perl
14092            ! pod/perlfaq3.pod
14093 ____________________________________________________________________________
14094 [ 21390] By: rgs                                   on 2003/09/30  11:29:17
14095         Log: Subject: Re: NCR MP-RAS perl problems [perl #23791]
14096              From: grommel@sears.com
14097              Date: Mon, 29 Sep 2003 14:45:16 -0500
14098              Message-ID: <OF9B00605E.3CC90F32-ON86256DB0.006B13F0-86256DB0.006C8E85@LocalDomain>
14099      Branch: perl
14100            ! hints/svr4.sh t/op/pack.t
14101 ____________________________________________________________________________
14102 [ 21389] By: rgs                                   on 2003/09/30  11:06:53
14103         Log: Add a TODO test for bug #23790, by Abigail
14104      Branch: perl
14105            ! t/op/sub_lval.t
14106 ____________________________________________________________________________
14107 [ 21388] By: rgs                                   on 2003/09/30  10:52:50
14108         Log: Subject: [PATCH] Re: [perl #24071] Typo in description of binmode
14109              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
14110              Date: Tue, 30 Sep 2003 04:53:02 -0700
14111              Message-ID: <20030930115302.GA3200@efn.org>
14112      Branch: perl
14113            ! pod/perlfunc.pod
14114 ____________________________________________________________________________
14115 [ 21387] By: rgs                                   on 2003/09/29  12:47:37
14116         Log: Subject: [PATCH] perl-5.8.1 hints/powerux.sh, ext/Sys/Syslog/t/syslog.t
14117              From: Tom Horsley <Tom.Horsley@ccur.com>
14118              Date: Mon, 29 Sep 2003 13:00:09 GMT
14119              Message-Id: <200309291300.NAA23856@amber2.ccur.com>
14120      Branch: perl
14121            ! ext/Sys/Syslog/t/syslog.t hints/powerux.sh
14122 ____________________________________________________________________________
14123 [ 21386] By: rgs                                   on 2003/09/29  11:14:27
14124         Log: Subject: [PATCH 5.8.1] Fix broken splitpod program
14125              From: Steve Hay <steve.hay@uk.radan.com>
14126              Date: Mon, 29 Sep 2003 11:50:23 +0100
14127              Message-ID: <3F780E6F.3020704@uk.radan.com>
14128      Branch: perl
14129            ! pod/splitpod
14130 ____________________________________________________________________________
14131 [ 21385] By: rgs                                   on 2003/09/29  11:09:32
14132         Log: Subject: [PATCH 5.8.1] pod/perlrun.pod: no space after -i allowed
14133              From: Brendan O'Dea <bod@debian.org>
14134              Date: Sun, 28 Sep 2003 23:23:34 +1000
14135              Message-ID: <20030928132334.GA29499@londo.c47.org>
14136      Branch: perl
14137            ! pod/perlrun.pod
14138 ____________________________________________________________________________
14139 [ 21384] By: rgs                                   on 2003/09/26  20:39:19
14140         Log: Nit to the maintainers list by SADAHIRO Tomoyuki
14141      Branch: perl
14142            ! Porting/Maintainers.pl
14143 ____________________________________________________________________________
14144 [ 21383] By: jhi                                   on 2003/09/26  04:41:17
14145         Log: Missing +x bits.
14146      Branch: perl
14147            ! Porting/makerel
14148 ____________________________________________________________________________
14149 [ 21382] By: rgs                                   on 2003/09/25  19:40:50
14150         Log: Update the perldelta for 5.9.0.
14151      Branch: perl
14152            ! pod/perldelta.pod
14153 ____________________________________________________________________________
14154 [ 21381] By: rgs                                   on 2003/09/25  19:02:12
14155         Log: Add the perl581delta manpage.
14156              Regenerate the table of contents.
14157      Branch: perl
14158            + pod/perl581delta.pod
14159            ! MANIFEST pod.lst pod/perl.pod pod/perlhist.pod pod/perltoc.pod
14160            ! vms/descrip_mms.template win32/pod.mak
14161 ____________________________________________________________________________
14162 [ 21380] By: rgs                                   on 2003/09/25  18:36:45
14163         Log: Update perlhist.pod
14164      Branch: perl
14165            ! pod/perlhist.pod
14166 ____________________________________________________________________________
14167 [ 21372] By: gbarr                                 on 2003/09/25  07:35:24
14168         Log: Sync with libnet 1.17
14169      Branch: perl
14170            ! lib/Net/ChangeLog.libnet lib/Net/Domain.pm lib/Net/FTP.pm
14171 ____________________________________________________________________________
14172 [ 21371] By: gbarr                                 on 2003/09/25  06:57:35
14173         Log: Update to Scalar-List-Utils 1.13
14174      Branch: perl
14175            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
14176            ! ext/List/Util/lib/List/Util.pm
14177            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/sum.t
14178 ____________________________________________________________________________
14179 [ 21370] By: jhi                                   on 2003/09/25  06:45:42
14180         Log: CPAN sites update.
14181      Branch: perl
14182            ! pod/perlmodlib.PL
14183 ____________________________________________________________________________
14184 [ 21369] By: jhi                                   on 2003/09/25  05:22:48
14185         Log: Subject: Re: 5.8.1 and gcc-3.2.3 (& Win98)
14186              From: Greg Matheson <lang@ms.chinmin.edu.tw>
14187              Date: Wed, 24 Sep 2003 22:51:09 +0800
14188              Message-ID: <20030924225109.A17126@ms>
14189
14190              (Win98 + MinGW, a missing Win95.pm hunk)
14191      Branch: perl
14192            ! lib/ExtUtils/MM_Win95.pm
14193 ____________________________________________________________________________
14194 [ 21365] By: jhi                                   on 2003/09/25  04:44:05
14195         Log: AUTHORS tweak.
14196      Branch: perl
14197            ! AUTHORS
14198 ____________________________________________________________________________
14199 [ 21361] By: jhi                                   on 2003/09/24  17:40:42
14200         Log: Even though undefing SPACE and FORMAT should be safe,
14201              at this point I'm choosing to be paranoid and using
14202              #ifdef __Lynx__.
14203      Branch: perl
14204            ! perl.h
14205 ____________________________________________________________________________
14206 [ 21360] By: jhi                                   on 2003/09/24  17:30:07
14207         Log: Subject: [perl #24032] Perl 5.8.1-RC5 build problems on LynxOS
14208              From: Olli Savia (via RT) <perlbug-followup@perl.org>
14209              Date: 24 Sep 2003 15:42:41 -0000
14210              Message-ID: <rt-24032-65280.10.6144413163834@rt.perl.org>
14211      Branch: perl
14212            ! mg.c perl.h perlio.c pp_sys.c
14213 ____________________________________________________________________________
14214 [ 21356] By: jhi                                   on 2003/09/24  08:27:52
14215         Log: Subject: [DOCPATCH] attributes.pm
14216              From: Elizabeth Mattijsen <liz@dijkmat.nl>
14217              Date: Wed, 24 Sep 2003 11:00:42 +0200
14218              Message-Id: <p05111b02bb970d5eec89@[192.168.56.4]>
14219
14220              (reformatted a bit)
14221      Branch: perl
14222            ! lib/attributes.pm
14223 ____________________________________________________________________________
14224 [ 21354] By: jhi                                   on 2003/09/24  07:25:48
14225         Log: A fix from Graham for
14226              [perl #24012] Weird conversion issue with List::Util::sum on Linux/AMD 850MHz
14227              (seemingly a NV casting issue)
14228      Branch: perl
14229            ! ext/List/Util/Util.xs
14230 ____________________________________________________________________________
14231 [ 21353] By: jhi                                   on 2003/09/24  05:05:39
14232         Log: Someone actually reads the Makefile.PL messages, it seems.
14233              (from Jonathan Leffler)
14234      Branch: perl
14235            ! ext/Time/HiRes/Makefile.PL
14236 ____________________________________________________________________________
14237 [ 21351] By: jhi                                   on 2003/09/24  04:54:33
14238         Log: perliol tweaks.
14239      Branch: perl
14240            ! pod/perliol.pod
14241 ____________________________________________________________________________
14242 [ 21349] By: rgs                                   on 2003/09/23  22:09:57
14243         Log: The FAQ answer about POD comments was incorrect. [perl #23893]
14244              (plus a few typos.)
14245      Branch: perl
14246            ! pod/perlfaq7.pod pod/perlpodspec.pod
14247 ____________________________________________________________________________
14248 [ 21348] By: rgs                                   on 2003/09/23  21:56:50
14249         Log: Subject: [PATCH] perlvar
14250              From: Juerd <juerd@convolution.nl>
14251              Date: Sun, 21 Sep 2003 21:40:54 +0200
14252              Message-ID: <20030921194054.GD14702@c3.convolution.nl>
14253      Branch: perl
14254            ! pod/perlvar.pod
14255 ____________________________________________________________________________
14256 [ 21344] By: jhi                                   on 2003/09/23  19:33:45
14257         Log: Subject: Re: NCR MP-RAS perl problems [perl #23791]
14258              From: grommel@sears.com
14259              Date: Tue, 23 Sep 2003 13:40:33 -0500
14260              Message-ID: <OF17BD5036.3CA48F9B-ON86256DAA.00483620-86256DAA.0066A1AA@LocalDomain>
14261      Branch: perl
14262            ! hints/svr4.sh t/op/stat.t
14263 ____________________________________________________________________________
14264 [ 21343] By: jhi                                   on 2003/09/23  19:26:06
14265         Log: Subject: [PATCH] Re: OK: 5.8.1 RC5 on SuSE 8.2 32bit AMD (gcc 3.3 prerelease)
14266              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
14267              Date: Tue, 23 Sep 2003 09:13:55 -0700
14268              Message-ID: <20030923161354.GA2432@efn.org>
14269      Branch: perl
14270            ! INSTALL
14271 ____________________________________________________________________________
14272 [ 21342] By: rgs                                   on 2003/09/23  19:12:58
14273         Log: Minor nit in a debug message of the tokenizer.
14274      Branch: perl
14275            ! toke.c
14276 ____________________________________________________________________________
14277 [ 21340] By: jhi                                   on 2003/09/23  12:33:53
14278         Log: Let's call it 2.34, already (from Johan).
14279      Branch: perl
14280            ! lib/Getopt/Long.pm
14281 ____________________________________________________________________________
14282 [ 21339] By: jhi                                   on 2003/09/23  12:31:08
14283         Log: Subject: Re: [PATCH] RC5 and Intel's ICC
14284              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
14285              Date: Tue, 23 Sep 2003 15:04:35 +0200
14286              Message-ID: <00d101c381d3$3d761fe0$0c2f1fac@R2D2>
14287
14288              (add -we147 to ccflags if cc = ICC so that prototype
14289              detection works right)
14290      Branch: perl
14291            ! hints/linux.sh
14292 ____________________________________________________________________________
14293 [ 21338] By: jhi                                   on 2003/09/23  12:02:28
14294         Log: Bump the Encode version to 1.9801 since we are no more identical
14295              to the CPAN version.
14296      Branch: perl
14297            ! ext/Encode/Encode.pm
14298 ____________________________________________________________________________
14299 [ 21332] By: jhi                                   on 2003/09/23  09:17:32
14300         Log: ucmlintage.
14301      Branch: perl
14302            ! ext/Encode/ucm/gsm0338.ucm
14303 ____________________________________________________________________________
14304 [ 21331] By: jhi                                   on 2003/09/23  09:11:23
14305         Log: GSM 03.38 mapping in Encoding::Byte is incorrect
14306
14307              Fix as much as possible - the specification is still
14308              a bit unclear.
14309      Branch: perl
14310            + ext/Encode/t/gsm0338.t
14311            ! MANIFEST ext/Encode/MANIFEST
14312            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/ucm/gsm0338.ucm
14313 ____________________________________________________________________________
14314 [ 21329] By: jhi                                   on 2003/09/23  06:10:28
14315         Log: Subject: [PATCH] Re: B::Deparse fails in pure_string()
14316              From: Stephen McCamant <smcc@MIT.EDU>
14317              Date: Mon, 22 Sep 2003 20:53:57 -0700
14318              Message-ID: <16239.50133.367465.947398@famine.OCF.Berkeley.EDU>
14319      Branch: perl
14320            ! ext/B/B/Deparse.pm
14321 ____________________________________________________________________________
14322 [ 21327] By: jhi                                   on 2003/09/23  04:51:15
14323         Log: Subject: [PATCH] RC5 and Intel's ICC
14324              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
14325              Date: Mon, 22 Sep 2003 22:52:40 +0200
14326              Message-ID: <00a101c3814b$76a8cc50$0c2f1fac@R2D2>
14327
14328              (the missing void return type)
14329      Branch: perl
14330            ! ext/threads/shared/shared.xs
14331 ____________________________________________________________________________
14332 [ 21326] By: jhi                                   on 2003/09/23  04:46:48
14333         Log: Subject: [PATCH] RC5 and Intel's ICC
14334              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
14335              Date: Mon, 22 Sep 2003 22:52:40 +0200
14336              Message-ID: <00a101c3814b$76a8cc50$0c2f1fac@R2D2>
14337
14338              (the attribute part)
14339      Branch: perl
14340            ! ext/Devel/PPPort/PPPort.pm perl.h
14341 ____________________________________________________________________________
14342 [ 21325] By: jhi                                   on 2003/09/23  04:43:29
14343         Log: Stray CRs noticed by Jan Dubois.
14344      Branch: perl
14345            ! lib/ExtUtils/MM_Win95.pm lib/ExtUtils/t/MM_Win32.t
14346 ____________________________________________________________________________
14347 [ 21324] By: jhi                                   on 2003/09/23  04:40:19
14348         Log: The RCs have been missing CRs from certain files because
14349              not all shells can handle multiline arguments right.
14350      Branch: perl
14351            ! Porting/makerel
14352 ____________________________________________________________________________
14353 [ 21323] By: rgs                                   on 2003/09/22  20:31:19
14354         Log: When localising a magic value, propagæte the readonly flag
14355              only if this scalar has \0 magic or has magic without a
14356              'set' method. (follows change #20479 for bug #23141.)
14357      Branch: perl
14358            ! scope.c t/op/local.t
14359 ____________________________________________________________________________
14360 [ 21319] By: jhi                                   on 2003/09/22  18:16:40
14361         Log: An error message need not be a novel.
14362      Branch: perl
14363            ! pod/perldiag.pod pp_hot.c
14364 ____________________________________________________________________________
14365 [ 21318] By: jhi                                   on 2003/09/22  17:45:23
14366         Log: Upgrade to Math::BigInt 1.66.
14367      Branch: perl
14368            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
14369            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
14370            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
14371            ! lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/sub_mbi.t
14372            ! lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
14373 ____________________________________________________________________________
14374 [ 21311] By: jhi                                   on 2003/09/22  08:49:24
14375         Log: Some more perlio doc tweaks based on NI-S.
14376      Branch: perl
14377            ! pod/perliol.pod
14378 ____________________________________________________________________________
14379 [ 21305] By: jhi                                   on 2003/09/22  05:59:54
14380         Log: Upgrade to Time::HiRes 1.51.
14381      Branch: perl
14382            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
14383 ____________________________________________________________________________
14384 [ 21303] By: jhi                                   on 2003/09/22  04:37:21
14385         Log: Upgrade to Getopt::Long 2.33_03.
14386      Branch: perl
14387            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
14388 ____________________________________________________________________________
14389 [ 21302] By: jhi                                   on 2003/09/22  04:28:57
14390         Log: CPAN.pm 1.76_01 from Andreas.
14391      Branch: perl
14392            ! lib/CPAN.pm
14393 ____________________________________________________________________________
14394 [ 21299] By: jhi                                   on 2003/09/21  09:23:17
14395         Log: Regen toc.
14396      Branch: perl
14397            ! pod/perltoc.pod
14398 ____________________________________________________________________________
14399 [ 21298] By: jhi                                   on 2003/09/21  09:22:57
14400         Log: Handle also the curliffy files when tocing.
14401      Branch: perl
14402            ! pod/buildtoc
14403 ____________________________________________________________________________
14404 [ 21297] By: jhi                                   on 2003/09/21  08:50:22
14405         Log: Macrofy the compile/runtime test.
14406      Branch: perl
14407            ! cop.h gv.c perl.h pp_ctl.c regcomp.c sv.c utf8.c
14408 ____________________________________________________________________________
14409 [ 21296] By: jhi                                   on 2003/09/21  08:47:32
14410         Log: Tweak the section name to agree with the change #21295.
14411      Branch: perl
14412            ! lib/PerlIO.pm
14413 ____________________________________________________________________________
14414 [ 21295] By: jhi                                   on 2003/09/21  08:44:52
14415         Log: One obvious place to look for PerlIO implementations.
14416      Branch: perl
14417            ! pod/perliol.pod
14418 ____________________________________________________________________________
14419 [ 21294] By: jhi                                   on 2003/09/21  08:15:52
14420         Log: Subject: [PATCH #2] Re: [perl #23576] valgrind errors for /(?{})/ in t/op/pat.t
14421              From: Dave Mitchell <davem@fdgroup.com>
14422              Date: Fri, 19 Sep 2003 19:35:44 +0100
14423              Message-ID: <20030919183544.GA14563@fdgroup.com>
14424      Branch: perl
14425            ! pp_ctl.c
14426 ____________________________________________________________________________
14427 [ 21293] By: jhi                                   on 2003/09/21  08:13:58
14428         Log: More PerlIO documentation.
14429      Branch: perl
14430            ! lib/PerlIO.pm pod/perliol.pod
14431 ____________________________________________________________________________
14432 [ 21292] By: jhi                                   on 2003/09/20  18:44:07
14433         Log: Retract #21273, #21264, and #21263 as requested by Schwern.
14434              (The real bug was mp2 being too "friendly" with MM innards.)
14435      Branch: perl
14436            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
14437            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_Win32.t
14438 ____________________________________________________________________________
14439 [ 21291] By: jhi                                   on 2003/09/20  18:37:33
14440         Log: In FreeBSD allow one to try using Perl's malloc with threads.
14441      Branch: perl
14442            ! hints/freebsd.sh
14443 ____________________________________________________________________________
14444 [ 21290] By: rgs                                   on 2003/09/20  10:05:38
14445         Log: Missing perlfaq chunk.
14446      Branch: perl
14447            ! pod/perlfaq4.pod
14448 ____________________________________________________________________________
14449 [ 21289] By: rgs                                   on 2003/09/20  10:00:12
14450         Log: FAQ sync.
14451      Branch: perl
14452            ! pod/perlfaq4.pod
14453 ____________________________________________________________________________
14454 [ 21288] By: jhi                                   on 2003/09/19  14:49:20
14455         Log: Subject: typo fixo
14456              From: Vadim Konovalov <konovalo@mail.wplus.net>
14457              Date: Fri, 19 Sep 2003 06:32:08 +0400
14458              Message-ID: <4538131828.20030919063208@mail.wplus.net>
14459      Branch: perl
14460            ! pod/perlunicode.pod
14461 ____________________________________________________________________________
14462 [ 21286] By: jhi                                   on 2003/09/19  04:48:52
14463         Log: Subject: [PATCH 5.8.1 @21211] getsysinfo() broken on OS/2
14464              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
14465              Date: Thu, 18 Sep 2003 19:01:06 -0700
14466              Message-ID: <20030919020106.GA22511@math.berkeley.edu>
14467      Branch: perl
14468            ! os2/os2.c
14469 ____________________________________________________________________________
14470 [ 21285] By: jhi                                   on 2003/09/19  04:46:39
14471         Log: Tests for change #21284.
14472      Branch: perl
14473            ! lib/dumpvar.t
14474 ____________________________________________________________________________
14475 [ 21284] By: jhi                                   on 2003/09/19  04:46:12
14476         Log: Subject: [PATCH 5.8.1 @21211] dumpvar.pl broken
14477              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
14478              Date: Thu, 18 Sep 2003 18:58:59 -0700
14479              Message-ID: <20030919015858.GA22503@math.berkeley.edu>
14480      Branch: perl
14481            ! lib/dumpvar.pl
14482 ____________________________________________________________________________
14483 [ 21283] By: rgs                                   on 2003/09/18  21:29:23
14484         Log: Perlfaq nits from Iain Truskett.
14485              (from the perlfaq-workers list)
14486      Branch: perl
14487            ! pod/perlfaq2.pod pod/perlfaq4.pod pod/perlfaq8.pod
14488 ____________________________________________________________________________
14489 [ 21282] By: rgs                                   on 2003/09/18  21:10:26
14490         Log: Integrate a change from the perlfaq CVS.
14491              I consider the bleadperl version being more up-to-date as of now.
14492      Branch: perl
14493            ! pod/perlfaq3.pod
14494 ____________________________________________________________________________
14495 [ 21277] By: jhi                                   on 2003/09/18  19:23:22
14496         Log: Subject: [PATCH 5.8.1 @21211] -M -A -C broken
14497              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
14498              Date: Thu, 18 Sep 2003 11:02:02 -0700
14499              Message-ID: <20030918180202.GA21949@math.berkeley.edu>
14500
14501              (use stat.t instead of time.t)
14502      Branch: perl
14503            ! os2/os2ish.h pp_sys.c t/op/stat.t
14504 ____________________________________________________________________________
14505 [ 21276] By: jhi                                   on 2003/09/18  19:15:07
14506         Log: Subject: Re: [perl #19582] [PATCH bleedperl] bad overload copy constructor segfaults
14507              From: Rick Delaney <rick.delaney@rogers.com>
14508              Date: Wed, 1 Jan 2003 22:54:59 -0500
14509              Message-ID: <20030101225459.A2320@cs839290-a.mtth.phub.net.cable.rogers.com>
14510
14511              (Pity the first patch fell through the cracks back then.
14512              Not that forbidding non-object copy constructors is the right
14513              thing to do but the bug could use fixing.)
14514      Branch: perl
14515            ! lib/overload.t pp.h
14516 ____________________________________________________________________________
14517 [ 21274] By: jhi                                   on 2003/09/18  10:59:58
14518         Log: Subject: [PATCH] small fix for Devel::PPPort
14519              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
14520              Date: Thu, 18 Sep 2003 10:14:58 +0200
14521              Message-id: <20030918081458.GA2653@ethan>
14522      Branch: perl
14523            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
14524 ____________________________________________________________________________
14525 [ 21273] By: jhi                                   on 2003/09/18  10:57:41
14526         Log: ld has many guises.
14527      Branch: perl
14528            ! lib/ExtUtils/t/MM_Unix.t
14529 ____________________________________________________________________________
14530 [ 21271] By: jhi                                   on 2003/09/18  08:05:28
14531         Log: Missed OS/2 patch hunk.
14532      Branch: perl
14533            ! os2/os2.c
14534 ____________________________________________________________________________
14535 [ 21270] By: jhi                                   on 2003/09/18  05:00:23
14536         Log: Subject: Patch for VMS::Filespec
14537              From: Ken Williams <ken@mathforum.org>
14538              Date: Wed, 17 Sep 2003 20:11:46 -0500
14539              Message-Id: <12FBA07F-E975-11D7-BDD7-003065F6D85A@mathforum.org>
14540      Branch: perl
14541            ! vms/ext/Filespec.pm
14542 ____________________________________________________________________________
14543 [ 21268] By: jhi                                   on 2003/09/18  04:58:05
14544         Log: Subject: 5.8.1 warnings when long double == double
14545              From: Andy Dougherty <doughera@lafayette.edu>
14546              Date: Wed, 10 Sep 2003 12:03:53 -0400 (EDT)
14547              Message-ID: <Pine.SOL.4.53.0309101203010.10837@maxwell.phys.lafayette.edu>
14548              (the changed message)
14549      Branch: perl
14550            ! Configure
14551 ____________________________________________________________________________
14552 [ 21267] By: jhi                                   on 2003/09/18  04:54:16
14553         Log: Patch from Enache Adrian for the new tricks of gcc 3.4
14554              for "is this symbol defined" scanning of Configure.
14555      Branch: perl
14556            ! Configure
14557 ____________________________________________________________________________
14558 [ 21266] By: jhi                                   on 2003/09/18  04:29:55
14559         Log: Make it possible to override the mistrustnm hint in Solaris.
14560      Branch: perl
14561            ! hints/solaris_2.sh
14562 ____________________________________________________________________________
14563 [ 21264] By: jhi                                   on 2003/09/17  21:01:36
14564         Log: A potential fix for non-empty LD in Unix.
14565      Branch: perl
14566            ! lib/ExtUtils/t/MM_Unix.t
14567 ____________________________________________________________________________
14568 [ 21263] By: jhi                                   on 2003/09/17  14:09:50
14569         Log: Subject: RE: MM in maint@21251 breaks mp2
14570              From: "Orton, Yves" <yves.orton@de.mci.com>
14571              Message-ID: <71B318898201D311845C0008C75DAD1C089611FE@defra1ex2>
14572              Date: Wed, 17 Sep 2003 15:47:35 +0100
14573      Branch: perl
14574            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
14575            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_Win32.t
14576 ____________________________________________________________________________
14577 [ 21261] By: jhi                                   on 2003/09/17  09:33:39
14578         Log: The AIX C product potentially consists of several packages,
14579              the main package being (hopefully) the first one.
14580      Branch: perl
14581            ! hints/aix.sh
14582 ____________________________________________________________________________
14583 [ 21260] By: jhi                                   on 2003/09/17  07:52:03
14584         Log: Fix Solaris ccversion not having the cc version.
14585      Branch: perl
14586            ! hints/solaris_2.sh
14587 ____________________________________________________________________________
14588 [ 21259] By: jhi                                   on 2003/09/17  06:02:19
14589         Log: Subject: [PATCH 5.8.1 @21211] OS/2 APIs again
14590              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
14591              Date: Tue, 16 Sep 2003 23:49:42 -0700
14592              Message-ID: <20030917064941.GA20444@math.berkeley.edu>
14593      Branch: perl
14594            ! os2/os2ish.h
14595 ____________________________________________________________________________
14596 [ 21258] By: jhi                                   on 2003/09/17  06:00:48
14597         Log: Subject: [PATCH 5.8.1 @21211] os2_process.t
14598              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
14599              Date: Tue, 16 Sep 2003 23:21:48 -0700
14600              Message-ID: <20030917062147.GA20400@math.berkeley.edu>
14601      Branch: perl
14602            ! os2/OS2/Process/t/os2_process.t
14603 ____________________________________________________________________________
14604 [ 21257] By: jhi                                   on 2003/09/17  03:53:46
14605         Log: Subject: [PATCH 5.8.1 @21211] magic.t
14606              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
14607              Date: Tue, 16 Sep 2003 19:17:57 -0700
14608              Message-ID: <20030917021757.GA20261@math.berkeley.edu>
14609      Branch: perl
14610            ! t/op/magic.t
14611 ____________________________________________________________________________
14612 [ 21253] By: jhi                                   on 2003/09/16  19:48:08
14613         Log: Subject: [DOC PATCH] Re: [perl #23779] $? and negative exit codes
14614              From: Dave Mitchell <davem@fdgroup.com>
14615              Date: Tue, 16 Sep 2003 21:56:20 +0100
14616              Message-ID: <20030916205620.GB1246@fdgroup.com>
14617      Branch: perl
14618            ! pod/perlfunc.pod
14619 ____________________________________________________________________________
14620 [ 21249] By: jhi                                   on 2003/09/16  19:10:58
14621         Log: More suggested patches for NCR MP-RAS from Andy Dougherty.
14622      Branch: perl
14623            + ext/Time/HiRes/hints/svr4.pl
14624            ! MANIFEST ext/Sys/Syslog/t/syslog.t t/op/pack.t
14625 ____________________________________________________________________________
14626 [ 21247] By: jhi                                   on 2003/09/16  18:57:34
14627         Log: Subject: Re: [perl #23791] Many errors in build under NCR MP-RAS
14628              From: Andy Dougherty <doughera@lafayette.edu>
14629              Date: Tue, 16 Sep 2003 13:47:55 -0400 (EDT)
14630              Message-ID: <Pine.SOL.4.53.0309161345020.13081@maxwell.phys.lafayette.edu>
14631      Branch: perl
14632            ! ext/POSIX/hints/svr4.pl hints/svr4.sh
14633 ____________________________________________________________________________
14634 [ 21245] By: jhi                                   on 2003/09/16  18:47:52
14635         Log: Subject: Re: [PATCH 5.8.1 @19053] Getopt::Std
14636              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
14637              Date: Wed, 4 Jun 2003 00:45:23 -0700
14638              Message-ID: <20030604074523.GA7148@math.berkeley.edu>
14639      Branch: perl
14640            ! lib/Getopt/Std.pm
14641 ____________________________________________________________________________
14642 [ 21243] By: jhi                                   on 2003/09/16  12:18:03
14643         Log: Give a concrete example of the still existing Unicode slowness.
14644      Branch: perl
14645            ! pod/perlunicode.pod
14646 ____________________________________________________________________________
14647 [ 21241] By: jhi                                   on 2003/09/16  06:38:45
14648         Log: Make the VERSION of File::Spec be 0.86, otherwise File::Temp's
14649              use File::Spec 0.8 is unhappy.
14650      Branch: perl
14651            ! lib/File/Spec.pm
14652 ____________________________________________________________________________
14653 [ 21240] By: jhi                                   on 2003/09/16  06:34:35
14654         Log: The test is not needed, says Schwern.
14655      Branch: perl
14656            - lib/base/t/fields-560.t
14657            ! MANIFEST
14658 ____________________________________________________________________________
14659 [ 21239] By: jhi                                   on 2003/09/16  05:04:09
14660         Log: Upgrade to File::Spec 0.85_03.
14661      Branch: perl
14662            + lib/File/Spec/t/crossplatform.t
14663            ! MANIFEST lib/File/Spec.pm lib/File/Spec/Mac.pm
14664            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
14665            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
14666            ! lib/File/Spec/t/Spec.t
14667 ____________________________________________________________________________
14668 [ 21238] By: jhi                                   on 2003/09/16  04:57:08
14669         Log: Upgrade to MakeMaker 6.17.
14670      Branch: perl
14671            ! lib/ExtUtils/Changes lib/ExtUtils/Install.pm
14672            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/META.yml
14673            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
14674            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
14675            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
14676            ! lib/ExtUtils/README lib/ExtUtils/t/MM_Win32.t
14677            ! lib/ExtUtils/t/Manifest.t lib/ExtUtils/t/basic.t
14678            ! t/lib/MakeMaker/Test/Utils.pm
14679 ____________________________________________________________________________
14680 [ 21235] By: jhi                                   on 2003/09/16  04:35:34
14681         Log: Upgrade to base 2.03.
14682              (Rename the fields-5.6.0.t to have less d.o.t.s.)
14683      Branch: perl
14684            + lib/base/t/base.t lib/base/t/fields-560.t
14685            + lib/base/t/fields-base.t lib/base/t/fields.t
14686            - lib/fields-base.t lib/fields.t
14687            ! MANIFEST lib/base.pm lib/fields.pm
14688 ____________________________________________________________________________
14689 [ 21234] By: jhi                                   on 2003/09/15  19:17:03
14690         Log: Subject: Re: perl@21233 looks ok on VMS 7.3-1
14691              From: PPrymmer@factset.com
14692              Date: Mon, 15 Sep 2003 15:28:52 -0400
14693              Message-ID: <OF6F1E6CF4.9206F415-ON85256DA2.006A58F1-85256DA2.006B0330@factset.com>
14694      Branch: perl
14695            ! lib/Memoize/t/tie_sdbm.t
14696 ____________________________________________________________________________
14697 [ 21230] By: jhi                                   on 2003/09/14  17:46:52
14698         Log: Check the context of for/grep/map.
14699      Branch: perl
14700            ! t/op/grep.t
14701 ____________________________________________________________________________
14702 [ 21228] By: jhi                                   on 2003/09/14  13:40:23
14703         Log: For-non-perlio places we need STDOUT back.
14704      Branch: perl
14705            ! t/io/dup.t
14706 ____________________________________________________________________________
14707 [ 21227] By: jhi                                   on 2003/09/14  09:44:49
14708         Log: Also IRIX wants setlogsock('stream').
14709      Branch: perl
14710            ! ext/Sys/Syslog/Syslog.pm ext/Sys/Syslog/t/syslog.t
14711 ____________________________________________________________________________
14712 [ 21224] By: jhi                                   on 2003/09/14  07:44:26
14713         Log: More portable reading.
14714      Branch: perl
14715            ! t/io/dup.t
14716 ____________________________________________________________________________
14717 [ 21222] By: jhi                                   on 2003/09/14  07:35:28
14718         Log: More dup testing.
14719      Branch: perl
14720            ! t/io/dup.t
14721 ____________________________________________________________________________
14722 [ 21220] By: jhi                                   on 2003/09/14  06:54:05
14723         Log: Use $Config{_exe}.
14724      Branch: perl
14725            ! t/run/switches.t
14726 ____________________________________________________________________________
14727 [ 21219] By: jhi                                   on 2003/09/14  06:46:26
14728         Log: Subject: Re: [PATCH 5.8.1 @20218] OS/2 API
14729              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
14730              Date: Sat, 13 Sep 2003 20:20:30 -0700
14731              Message-ID: <20030914032030.GA17822@math.berkeley.edu>
14732      Branch: perl
14733            ! os2/os2.c t/run/switches.t
14734 ____________________________________________________________________________
14735 [ 21218] By: jhi                                   on 2003/09/14  06:45:13
14736         Log: Subject: Re: [PATCH 5.8.1 @20218] OS/2 API
14737              From: Michael G Schwern <schwern@pobox.com>
14738              Date: Thu, 11 Sep 2003 15:07:10 -0700
14739              Message-ID: <20030911220710.GO18786@windhund.schwern.org>
14740
14741              (in OS/2 if a file has been chmod 0400'ed, it cannot be deleted)
14742      Branch: perl
14743            ! lib/ExtUtils/t/Manifest.t
14744 ____________________________________________________________________________
14745 [ 21217] By: jhi                                   on 2003/09/14  06:42:12
14746         Log: Subject: [PATCH] PerlIO_tmpfile clean-up for VMS
14747              From: "Craig A. Berry" <craigberry@mac.com>
14748              Date: Sun, 14 Sep 2003 00:23:56 -0500
14749              Message-ID: <3F63FB6C.5040502@mac.com>
14750      Branch: perl
14751            ! perlio.c
14752 ____________________________________________________________________________
14753 [ 21214] By: jhi                                   on 2003/09/13  18:33:41
14754         Log: parse_version doesn't always succeed.
14755      Branch: perl
14756            ! Porting/cmpVERSION.pl
14757 ____________________________________________________________________________
14758 [ 21213] By: jhi                                   on 2003/09/13  18:31:41
14759         Log: pod changes, so change $VERSION.
14760      Branch: perl
14761            ! lib/Fatal.pm
14762 ____________________________________________________________________________
14763 [ 21210] By: jhi                                   on 2003/09/13  15:24:38
14764         Log: Subject: Re: unicode regex problem
14765              From: hv@crypt.org
14766              Date: Sat, 13 Sep 2003 15:21:34 +0100
14767              Message-Id: <200309131421.h8DELYx25894@zen.crypt.org>
14768      Branch: perl
14769            ! regcomp.c t/op/pat.t
14770 ____________________________________________________________________________
14771 [ 21209] By: jhi                                   on 2003/09/13  15:22:38
14772         Log: More PerlIO warnings changes.
14773      Branch: perl
14774            ! ext/PerlIO/t/fail.t t/lib/warnings/perlio
14775 ____________________________________________________________________________
14776 [ 21208] By: jhi                                   on 2003/09/13  11:15:40
14777         Log: The "perlio: " prefix looks a little odd
14778              in the few warning/error messages, since
14779              no other 'subsystems' have prefixes.
14780      Branch: perl
14781            ! perlio.c pod/perldiag.pod t/io/open.t
14782 ____________________________________________________________________________
14783 [ 21207] By: jhi                                   on 2003/09/13  10:37:30
14784         Log: Layer names were recognized by their prefixes
14785              (e.g. open(F, ":u", "file") worked...)
14786      Branch: perl
14787            ! perlio.c t/io/open.t
14788 ____________________________________________________________________________
14789 [ 21206] By: jhi                                   on 2003/09/13  10:10:46
14790         Log: Apparently at some point doing 3-arg open with
14791              illegal mode like ">>>" had stopped croaking.
14792      Branch: perl
14793            ! doio.c t/io/open.t
14794 ____________________________________________________________________________
14795 [ 21205] By: jhi                                   on 2003/09/13  08:42:10
14796         Log: Minuscule code cleanup.
14797      Branch: perl
14798            ! doio.c
14799 ____________________________________________________________________________
14800 [ 21204] By: jhi                                   on 2003/09/13  06:47:23
14801         Log: Subject: [perl #23788] int of a fraction errors
14802              From: "Boyd, Brooks D" (via RT) <perlbug-followup@perl.org>
14803              Date: 11 Sep 2003 22:38:19 -0000
14804              Message-ID: <rt-23788-64511.8.7546744242259@rt.perl.org>
14805
14806              Add a separate faq entry for int().  (Yes, a bit redundant
14807              with the existing "why are my numbers broken" entry.)
14808      Branch: perl
14809            ! pod/perlfaq4.pod
14810 ____________________________________________________________________________
14811 [ 21203] By: jhi                                   on 2003/09/13  06:34:03
14812         Log: Subject: Unknown discipline ':utf8' w/ maint perl w/o perlio
14813              From: Stas Bekman <stas@stason.org>
14814              Date: Fri, 12 Sep 2003 13:44:11 -0700
14815              Message-ID: <3F62301B.3080604@stason.org>
14816
14817              s/discipline/IO layer/, instead of "unknown" say "unavailable",
14818              and have the fuller explanation in perldiag.
14819      Branch: perl
14820            ! doio.c pod/perldiag.pod
14821 ____________________________________________________________________________
14822 [ 21202] By: jhi                                   on 2003/09/13  06:07:27
14823         Log: Make the new glob tests pass (well, skip) even with miniperl.
14824      Branch: perl
14825            ! t/run/fresh_perl.t
14826 ____________________________________________________________________________
14827 [ 21201] By: rgs                                   on 2003/09/12  21:41:04
14828         Log: Stringify the $VERSION of DynaLoader so it's never dependent
14829              on localized float-to-string conversions.
14830      Branch: perl
14831            ! ext/DynaLoader/DynaLoader_pm.PL
14832 ____________________________________________________________________________
14833 [ 21198] By: jhi                                   on 2003/09/12  17:59:25
14834         Log: It's UTF-8, not UTF8.  (Note: not s/UTF-8/UTF8/,
14835              since that would break a lot of code.)  Also few
14836              stray UTF16s, UTF32s, and "encoded in Unicode".
14837      Branch: perl
14838            ! doop.c hv.h pod/perl570delta.pod pod/perl58delta.pod
14839            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
14840            ! pod/perlhack.pod pod/perlpodspec.pod pod/perltoc.pod
14841            ! pod/perltodo.pod pod/perlunicode.pod pod/perluniintro.pod
14842            ! pp_hot.c pp_sys.c sv.c sv.h utf8.c utf8.h utfebcdic.h
14843 ____________________________________________________________________________
14844 [ 21197] By: jhi                                   on 2003/09/12  17:24:17
14845         Log: The buildtoc now has options.
14846      Branch: perl
14847            ! pod/Makefile.SH
14848 ____________________________________________________________________________
14849 [ 21196] By: jhi                                   on 2003/09/12  14:33:16
14850         Log: Some more tweaks on open ...&=.
14851      Branch: perl
14852            ! pod/perlfunc.pod
14853 ____________________________________________________________________________
14854 [ 21194] By: jhi                                   on 2003/09/12  11:36:14
14855         Log: Slightly more documentation for open ...&=.
14856      Branch: perl
14857            ! pod/perlfunc.pod
14858 ____________________________________________________________________________
14859 [ 21193] By: jhi                                   on 2003/09/12  03:21:53
14860         Log: Document the new strict strict in strict.
14861      Branch: perl
14862            ! lib/strict.pm
14863 ____________________________________________________________________________
14864 [ 21191] By: jhi                                   on 2003/09/12  03:03:17
14865         Log: More comments for the FreeBSD threads hints.
14866      Branch: perl
14867            ! hints/freebsd.sh
14868 ____________________________________________________________________________
14869 [ 21188] By: jhi                                   on 2003/09/11  20:23:55
14870         Log: More refactoring of the FreeBSD threads hints.
14871              Basically, for fresh enough 5.x the -pthread is dropped,
14872              otherwise keep it, and no known FreeBSD release has
14873              a functional gethostbyaddr_r.
14874      Branch: perl
14875            ! hints/freebsd.sh
14876 ____________________________________________________________________________
14877 [ 21187] By: jhi                                   on 2003/09/11  20:12:00
14878         Log: Subject: [PATCH 5.8.1 @20218] OS/2 API
14879              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
14880              Date: Thu, 11 Sep 2003 09:15:04 -0700
14881              Message-ID: <20030911161504.GA16113@math.berkeley.edu>
14882      Branch: perl
14883            ! os2/OS2/Process/MANIFEST os2/OS2/Process/Process.pm
14884            ! os2/OS2/Process/Process.xs
14885 ____________________________________________________________________________
14886 [ 21186] By: jhi                                   on 2003/09/11  20:10:32
14887         Log: Subject: [PATCH maint@21148] Security: suidperl path disclosure revisited
14888              From: "Brendan O'Dea" <bod@debian.org>
14889              Date: Fri, 12 Sep 2003 00:12:51 +1000
14890              Message-ID: <20030911141251.GA26907@londo.c47.org>
14891      Branch: perl
14892            ! perl.c
14893 ____________________________________________________________________________
14894 [ 21181] By: jhi                                   on 2003/09/11  08:25:13
14895         Log: The change of not needing -pthread in FreeBSD 5.x
14896              is very recent (Sep 3) (from Anton Berezin).
14897      Branch: perl
14898            ! hints/freebsd.sh
14899 ____________________________________________________________________________
14900 [ 21179] By: jhi                                   on 2003/09/11  06:13:12
14901         Log: Upgrade to Pod::Perldoc 3.10.
14902              (Yes, the doughera address change is wrong, but hardly worth 3.11.)
14903      Branch: perl
14904            ! lib/Pod/Perldoc.pm
14905 ____________________________________________________________________________
14906 [ 21176] By: jhi                                   on 2003/09/11  05:22:27
14907         Log: Upgrade to base 2.02.
14908      Branch: perl
14909            + lib/fields-base.t
14910            ! MANIFEST lib/base.pm lib/fields.t
14911 ____________________________________________________________________________
14912 [ 21174] By: jhi                                   on 2003/09/11  04:45:56
14913         Log: Replace #21158 with a better patch from Hugo
14914              (for [perl #23769]).
14915      Branch: perl
14916            ! regcomp.c regexec.c t/op/pat.t
14917 ____________________________________________________________________________
14918 [ 21173] By: jhi                                   on 2003/09/11  03:08:04
14919         Log: Subject: [PATCH][TESTS] dumpvar.pl
14920              From: Joe McMahon <mcmahon@metalab.unc.edu>
14921              Date: Thu, 11 Sep 2003 00:10:29 -0400 (EDT)
14922              Message-ID: <Pine.LNX.4.44.0309102337150.2043-300000@tribal.metalab.unc.edu>
14923      Branch: perl
14924            ! lib/dumpvar.pl lib/dumpvar.t
14925 ____________________________________________________________________________
14926 [ 21172] By: jhi                                   on 2003/09/11  03:03:52
14927         Log: Enache still wants -pthread gone for FreeBSD 5.x
14928              since it doesn't work with the latest -current.
14929      Branch: perl
14930            ! hints/freebsd.sh
14931 ____________________________________________________________________________
14932 [ 21171] By: jhi                                   on 2003/09/11  02:58:29
14933         Log: Subject: [patch] more fullpath TAGS patches (emacs/cperl-mode.el + emacs/ptags)
14934              From: Stas Bekman <stas@stason.org>
14935              Date: Thu, 28 Aug 2003 16:10:48 -0700
14936              Message-ID: <3F4E8BF8.1090800@stason.org>
14937      Branch: perl
14938            ! emacs/cperl-mode.el emacs/ptags
14939 ____________________________________________________________________________
14940 [ 21170] By: jhi                                   on 2003/09/11  02:56:50
14941         Log: Retract #21149, sez Schwern.
14942      Branch: perl
14943            ! lib/Test/More.pm
14944 ____________________________________________________________________________
14945 [ 21169] By: jhi                                   on 2003/09/11  02:55:49
14946         Log: Retract #21168 based on advice from Anton Berezin (added).
14947      Branch: perl
14948            ! hints/freebsd.sh
14949 ____________________________________________________________________________
14950 [ 21168] By: rgs                                   on 2003/09/10  21:43:40
14951         Log: Subject: nit to hints/freebsd.sh
14952              From: Enache Adrian <enache@rdslink.ro>
14953              Date: Wed, 10 Sep 2003 19:50:59 +0300
14954              Message-ID: <20030910165059.GB1321@ratsnest.hole>
14955      Branch: perl
14956            ! hints/freebsd.sh
14957 ____________________________________________________________________________
14958 [ 21167] By: rgs                                   on 2003/09/10  21:18:59
14959         Log: Subject: Re: [perl #15395] lexical warnings and inheritance
14960              From: Anno Siegel <Siegel@zrz.TU-Berlin.DE>
14961              Date: Sun, 31 Aug 2003 22:08:19 GMT
14962              Message-Id: <200308312208.WAA25312@lublin.zrz.TU-Berlin.DE>
14963
14964              The test has been moved into warnings.pm's test suite. Note
14965              that this patch fixed as well the behaviour of warnings::enabled
14966              regarding lexical scoping and different files; hence the expected
14967              results in a few tests in /t/lib/warnings/9enabled has been
14968              reverted.
14969      Branch: perl
14970            ! lib/warnings.pm t/lib/warnings/9enabled warnings.pl
14971 ____________________________________________________________________________
14972 [ 21166] By: rgs                                   on 2003/09/10  19:36:30
14973         Log: Remove the warning in perlfaq about using map in void context :
14974              From: abigail@abigail.nl (Abigail)
14975              Subject: [PATCH perlfaq6] map in a void context.
14976              Date: Tue, 9 Sep 2003 10:31:58 +0200
14977              Message-ID: <20030909083158.GA24125@abigail.nl>
14978      Branch: perl
14979            ! pod/perlfaq6.pod
14980 ____________________________________________________________________________
14981 [ 21165] By: jhi                                   on 2003/09/10  16:48:52
14982         Log: Subject: [PATCH] AUTHORS
14983              From: enache@rdslink.ro (Enache Adrian)
14984              Date: Tue, 9 Sep 2003 19:34:05 +0300
14985              Message-ID: <20030909163405.GB1398@ratsnest.hole>
14986      Branch: perl
14987            ! AUTHORS
14988 ____________________________________________________________________________
14989 [ 21164] By: jhi                                   on 2003/09/10  15:38:51
14990         Log: Regen perlapi.
14991      Branch: perl
14992            ! pod/perlapi.pod
14993 ____________________________________________________________________________
14994 [ 21163] By: merijn                                on 2003/09/10  15:31:27
14995         Log: Subject: [perl #23778] hints/aix.sh
14996              Date: 10 Sep 2003 16:30:32 -0000
14997              From: "Gary L. Armstrong" (via RT) <perlbug-followup@perl.org>
14998              Message-ID: <rt-23778-64471.11.7773626323738@rt.perl.org>
14999      Branch: perl
15000            ! hints/aix.sh
15001 ____________________________________________________________________________
15002 [ 21162] By: jhi                                   on 2003/09/10  15:21:43
15003         Log: blead version of #21161.
15004      Branch: perl
15005            ! pod/perlvar.pod
15006 ____________________________________________________________________________
15007 [ 21160] By: jhi                                   on 2003/09/10  15:11:59
15008         Log: Subject: Re: Decreasing VMS tests in File::Spec::VMS?
15009              From: PPrymmer@factset.com
15010              Message-ID: <OF103BAFC0.72D92F9B-ON85256D98.00742293-85256D98.0077A3F5@factset.com>
15011              Date: Fri, 5 Sep 2003 17:46:48 -0400
15012      Branch: perl
15013            ! lib/File/Spec/t/Spec.t
15014 ____________________________________________________________________________
15015 [ 21159] By: jhi                                   on 2003/09/10  15:10:06
15016         Log: Subject: [PATCH 5.8.1] Unwanted "redefined" warnings in h2ph
15017              From: Kurt Starsinic <kstar@cpan.org>
15018              Date: Tue, 9 Sep 2003 23:16:00 -0400
15019              Message-ID: <20030910031600.GA30554@verizon.net>
15020
15021              Subject: Re: [PATCH 5.8.1] Unwanted "redefined" warnings in h2ph
15022              From: "Brendan O'Dea" <bod@debian.org>
15023              Date: Wed, 10 Sep 2003 22:03:15 +1000
15024              Message-ID: <20030910120315.GA1372@londo.c47.org>
15025      Branch: perl
15026            ! t/lib/h2ph.pht utils/h2ph.PL
15027 ____________________________________________________________________________
15028 [ 21158] By: jhi                                   on 2003/09/10  09:31:24
15029         Log: Unicode regex broken on simple example
15030              regrepeat() did not work right for UTF-8(ed Latin-1)
15031              in the EXACT case, which made the \x{a0}+ fail.
15032      Branch: perl
15033            ! regexec.c t/op/pat.t
15034 ____________________________________________________________________________
15035 [ 21157] By: jhi                                   on 2003/09/10  08:15:54
15036         Log: Linenumbers for utf8 warnings were wrong, test also rcatline.
15037      Branch: perl
15038            ! pp_hot.c t/io/utf8.t
15039 ____________________________________________________________________________
15040 [ 21156] By: jhi                                   on 2003/09/10  08:05:13
15041         Log: Detypo and explain better.
15042      Branch: perl
15043            ! pod/perldiag.pod
15044 ____________________________________________________________________________
15045 [ 21155] By: jhi                                   on 2003/09/10  08:02:55
15046         Log: If doing rcatline no point rescanning each time
15047              the beginning of the SV for utf8 validity.
15048      Branch: perl
15049            ! pp_hot.c
15050 ____________________________________________________________________________
15051 [ 21154] By: jhi                                   on 2003/09/10  07:16:52
15052         Log: No utf8 warnings without use warnings.
15053      Branch: perl
15054            ! t/io/utf8.t
15055 ____________________________________________________________________________
15056 [ 21153] By: jhi                                   on 2003/09/10  06:57:16
15057         Log: Reading a latin1 file with open(... "<:utf8") will freeze
15058              is no more valid, the script doesn't freeze, but I noticed
15059              that neither does the <FILE> complain about bad UTF-8 as it
15060              should and as it does with :encoding(utf8).
15061      Branch: perl
15062            ! pp_hot.c t/io/utf8.t
15063 ____________________________________________________________________________
15064 [ 21152] By: jhi                                   on 2003/09/10  06:54:02
15065         Log: A new UTF-8 API, Perl_is_utf8_string_loc(), a variant
15066              of Perl_utf8_is_string().
15067      Branch: perl
15068            ! embed.fnc embed.h global.sym proto.h utf8.c
15069 ____________________________________________________________________________
15070 [ 21151] By: jhi                                   on 2003/09/10  06:16:28
15071         Log: Document a PerlIO/Encode warning.
15072      Branch: perl
15073            ! pod/perldiag.pod
15074 ____________________________________________________________________________
15075 [ 21149] By: jhi                                   on 2003/09/09  17:22:42
15076         Log: Subject: Re: maint @ 21116
15077              From: Fergal Daly <fergal@esatclear.ie>
15078              Date: Tue, 9 Sep 2003 18:26:20 +0100
15079              Message-Id: <200309091826.20630.fergal@esatclear.ie>
15080
15081              (added warning)
15082      Branch: perl
15083            ! lib/Test/More.pm
15084 ____________________________________________________________________________
15085 [ 21146] By: jhi                                   on 2003/09/09  15:36:20
15086         Log: Adjust the test count.
15087      Branch: perl
15088            ! lib/Test/Simple/t/is_deeply.t
15089 ____________________________________________________________________________
15090 [ 21144] By: jhi                                   on 2003/09/09  15:03:58
15091         Log: AUTHORS update from Dave Mitchell.
15092      Branch: perl
15093            ! AUTHORS
15094 ____________________________________________________________________________
15095 [ 21143] By: jhi                                   on 2003/09/09  15:02:18
15096         Log: Retract #20548 and #20465.
15097      Branch: perl
15098            ! lib/Test/More.pm lib/Test/Simple/t/More.t
15099            ! lib/Test/Simple/t/is_deeply.t
15100 ____________________________________________________________________________
15101 [ 21141] By: jhi                                   on 2003/09/09  14:27:10
15102         Log: Subject: Re: maint @ 21116
15103              From: Enache Adrian <enache@rdslink.ro>
15104              Date: Tue, 9 Sep 2003 16:59:44 +0300
15105              Message-ID: <20030909135944.GA1666@ratsnest.hole>
15106      Branch: perl
15107            ! makedef.pl
15108 ____________________________________________________________________________
15109 [ 21140] By: jhi                                   on 2003/09/09  14:25:51
15110         Log: Retract #21132.
15111      Branch: perl
15112            ! makedef.pl perl.h
15113 ____________________________________________________________________________
15114 [ 21139] By: jhi                                   on 2003/09/09  11:55:33
15115         Log: Warn more about disclosing the hash seed, from Scott A. Crosby.
15116      Branch: perl
15117            ! lib/Hash/Util.pm pod/perlrun.pod
15118 ____________________________________________________________________________
15119 [ 21137] By: jhi                                   on 2003/09/09  09:50:13
15120         Log: Subject: =encoding in perlpod/perlpodspec
15121              From: sburke@cpan.org (Sean M. Burke)
15122              Date: Sun, 07 Sep 2003 03:08:28 -0800
15123              Message-ID: <5.2.1.1.1.20030907030717.00a6aaa0@mailstore.pobox.com>
15124      Branch: perl
15125            ! pod/perlpod.pod pod/perlpodspec.pod
15126 ____________________________________________________________________________
15127 [ 21136] By: jhi                                   on 2003/09/09  09:46:01
15128         Log: One more chance... Elizabeth's change #21107 plus
15129              Subject: Re: [PATCH] warnings.pl: each thread 10K smaller
15130              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15131              Date: Tue, 9 Sep 2003 01:44:24 +0200
15132              Message-Id: <20030909014424.7ef5e0cd.rgarciasuarez@free.fr>
15133      Branch: perl
15134            ! lib/warnings.pm toke.c warnings.pl
15135 ____________________________________________________________________________
15136 [ 21135] By: jhi                                   on 2003/09/09  09:35:48
15137         Log: One more test count tweak.
15138      Branch: perl
15139            ! t/op/grep.t
15140 ____________________________________________________________________________
15141 [ 21132] By: jhi                                   on 2003/09/09  07:57:20
15142         Log: Subject: Re: maint @ 21116
15143              From: Steve Hay <steve.hay@uk.radan.com>
15144              Date: Tue, 09 Sep 2003 09:49:07 +0100
15145              Message-ID: <3F5D9403.3040004@uk.radan.com>
15146      Branch: perl
15147            ! makedef.pl perl.h
15148 ____________________________________________________________________________
15149 [ 21131] By: jhi                                   on 2003/09/09  07:54:52
15150         Log: Subject: Re: [PATCH] honoring void context for map(), return from sub end test
15151              From: david nicol <whatever@davidnicol.com>
15152              Date: 08 Sep 2003 23:39:32 -0500
15153              Message-Id: <1063082372.1375.126.camel@plaza.davidnicol.com>
15154
15155              (a testcase)
15156      Branch: perl
15157            ! t/op/grep.t
15158 ____________________________________________________________________________
15159 [ 21128] By: jhi                                   on 2003/09/09  07:08:15
15160         Log: Ooops, perlio into scalars was already history for this test...
15161      Branch: perl
15162            ! lib/dumpvar.t
15163 ____________________________________________________________________________
15164 [ 21127] By: jhi                                   on 2003/09/09  07:06:26
15165         Log: Cannot do perlio into scalars without perlio.
15166      Branch: perl
15167            ! lib/dumpvar.t
15168 ____________________________________________________________________________
15169 [ 21126] By: jhi                                   on 2003/09/09  07:04:53
15170         Log: I claim that the debugger is untestable until proven otherwise.
15171      Branch: perl
15172            - lib/perl5db/de0.t
15173            ! MANIFEST
15174 ____________________________________________________________________________
15175 [ 21124] By: jhi                                   on 2003/09/09  06:59:52
15176         Log: In trying to save space, the warnings.pl change (#21107)
15177              pulled in attributes.pm... and the change didn't seem to
15178              be that well tested with different configurations.
15179              Retract #21119, #21117, #21107.
15180      Branch: perl
15181            ! ext/B/t/stash.t lib/warnings.pm warnings.pl
15182 ____________________________________________________________________________
15183 [ 21122] By: jhi                                   on 2003/09/09  06:28:31
15184         Log: Really do #21121.
15185      Branch: perl
15186            ! MANIFEST
15187 ____________________________________________________________________________
15188 [ 21121] By: jhi                                   on 2003/09/09  05:56:52
15189         Log: There's no particular reason to have the dumpvar.t
15190              in lib/perl5db/.
15191      Branch: perl
15192            + lib/dumpvar.t
15193            - lib/perl5db/dumpvar.t
15194            ! MANIFEST
15195 ____________________________________________________________________________
15196 [ 21119] By: jhi                                   on 2003/09/09  05:46:02
15197         Log: strict stash seems to have gone, too.
15198      Branch: perl
15199            ! ext/B/t/stash.t
15200 ____________________________________________________________________________
15201 [ 21117] By: rgs                                   on 2003/09/08  22:26:36
15202         Log: Loading warnings.pm now loads attributes.pm that loads strict.pm.
15203              (due to #21107 apparently.) Adjust this test accordingly.
15204      Branch: perl
15205            ! ext/B/t/stash.t
15206 ____________________________________________________________________________
15207 [ 21113] By: jhi                                   on 2003/09/08  21:10:53
15208         Log: Subject: [PATCH] silence 1 compiler warning
15209              From: Nicholas Clark <nick@ccl4.org>
15210              Date: Mon, 8 Sep 2003 23:04:45 +0100
15211              Message-ID: <20030908230445.E30881@plum.flirble.org>
15212      Branch: perl
15213            ! universal.c
15214 ____________________________________________________________________________
15215 [ 21112] By: jhi                                   on 2003/09/08  21:09:34
15216         Log: Retract #21096, mostly: I had misexplained the situation
15217              to Scott A. Crosby.  Seeing the seed value while not good
15218              for the ultimate paranoia viewpoint is not that bad, as long
15219              as the users are fully aware of the dangers of disclosing
15220              the hash seed.     So hash_seed() is okay.
15221
15222              Being able to see the hash values (as in Java) would
15223              be another option, but dubious: it's not that per-key
15224              hash values themselves are bad to allow scripts to see,
15225              but rather that hash values are just as sensitive (from
15226              the DoSing viewpoint) as the hash seed itself (and there
15227              usually more hash values than the one hash seed....)
15228      Branch: perl
15229            ! lib/Hash/Util.pm lib/Hash/Util.t pod/perlrun.pod universal.c
15230 ____________________________________________________________________________
15231 [ 21110] By: jhi                                   on 2003/09/08  20:59:04
15232         Log: Urk.  unique, not shared.
15233      Branch: perl
15234            ! configpm
15235 ____________________________________________________________________________
15236 [ 21109] By: jhi                                   on 2003/09/08  20:57:25
15237         Log: Subject: [PATCH] configpm: about 1.5K less per thread
15238              From: Elizabeth Mattijsen <liz@dijkmat.nl>
15239              Date: Mon, 8 Sep 2003 23:58:34 +0200
15240              Message-Id: <p05111b21bb829c68b496@[192.168.56.4]>
15241      Branch: perl
15242            ! configpm
15243 ____________________________________________________________________________
15244 [ 21107] By: jhi                                   on 2003/09/08  20:45:38
15245         Log: Subject: [PATCH] warnings.pl: each thread 10K smaller
15246              From: Elizabeth Mattijsen <liz@dijkmat.nl>
15247              Date: Mon, 8 Sep 2003 22:22:38 +0200
15248              Message-Id: <p05111b16bb827ce551da@[192.168.56.4]>
15249      Branch: perl
15250            ! lib/warnings.pm warnings.pl
15251 ____________________________________________________________________________
15252 [ 21106] By: rgs                                   on 2003/09/08  20:45:03
15253         Log: A version of change #21073 that works.
15254      Branch: perl
15255            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
15256 ____________________________________________________________________________
15257 [ 21105] By: jhi                                   on 2003/09/08  20:44:22
15258         Log: Regen perlapi.
15259      Branch: perl
15260            ! pod/perlapi.pod
15261 ____________________________________________________________________________
15262 [ 21103] By: jhi                                   on 2003/09/08  20:18:56
15263         Log: Radu Greab is my hero (the recent cygwin getpw*->pw_comment
15264              being a bad pointer is apparently a known cygwin bug).     The
15265              cure is to initialize the field.
15266      Branch: perl
15267            ! pp_sys.c
15268 ____________________________________________________________________________
15269 [ 21100] By: jhi                                   on 2003/09/08  19:38:39
15270         Log: Bad export.
15271      Branch: perl
15272            ! lib/Hash/Util.t
15273 ____________________________________________________________________________
15274 [ 21098] By: jhi                                   on 2003/09/08  19:06:09
15275         Log: The IPC::Open3 is just too unreliable for this task.
15276      Branch: perl
15277            ! lib/perl5db/de0.t
15278 ____________________________________________________________________________
15279 [ 21097] By: jhi                                   on 2003/09/08  18:42:43
15280         Log: Try to make the de0.t test more robust.
15281              The test is so flakey (too many external things influencing
15282              the result) that I'm likely to leave it out from the maint.
15283      Branch: perl
15284            ! lib/perl5db/de0.t
15285 ____________________________________________________________________________
15286 [ 21096] By: jhi                                   on 2003/09/08  17:58:19
15287         Log: Scott A. Crosby believes in not disclosing
15288              any more information than necessary: therefore
15289              instead of hash_seed() we have now hashes_random().
15290      Branch: perl
15291            ! lib/Hash/Util.pm lib/Hash/Util.t pod/perlrun.pod universal.c
15292 ____________________________________________________________________________
15293 [ 21095] By: jhi                                   on 2003/09/08  17:36:50
15294         Log: Mac OS X "last resort" recipe.
15295      Branch: perl
15296            ! README.macosx
15297 ____________________________________________________________________________
15298 [ 21094] By: jhi                                   on 2003/09/08  16:50:55
15299         Log: Subject: [patch] AUTHORS
15300              From: Juerd <juerd@cpan.org>
15301              Date: Mon, 8 Sep 2003 08:42:13 +0200
15302              Message-ID: <20030908064213.GC23461@c3.convolution.nl>
15303      Branch: perl
15304            ! AUTHORS
15305 ____________________________________________________________________________
15306 [ 21093] By: jhi                                   on 2003/09/08  15:47:14
15307         Log: Slightly more intelligent paranoia.
15308      Branch: perl
15309            ! pod/perldiag.pod util.c
15310 ____________________________________________________________________________
15311 [ 21090] By: jhi                                   on 2003/09/08  14:07:03
15312         Log: Win32 is playing to hard to get but I do not have
15313              time to chase it, so restore #21072, more or less.
15314              I think testing the debugger in UNIX-like places
15315              is enough, no need to go into painful contortions
15316              trying to "portably" run interactive programs like
15317              the debugger.
15318      Branch: perl
15319            ! lib/perl5db/de0.t
15320 ____________________________________________________________________________
15321 [ 21088] By: jhi                                   on 2003/09/08  12:50:15
15322         Log: 5.8.1 was mistakenly redefining PL_sv_placeholder.
15323      Branch: perl
15324            ! ext/Storable/Storable.xs
15325 ____________________________________________________________________________
15326 [ 21087] By: jhi                                   on 2003/09/08  12:34:37
15327         Log: Add Hash::Util::hash_seed() which answers among
15328              other things the question whether our hashes are
15329              "randomised".  (They always were...)
15330      Branch: perl
15331            ! lib/Hash/Util.pm lib/Hash/Util.t pod/perlrun.pod universal.c
15332 ____________________________________________________________________________
15333 [ 21086] By: jhi                                   on 2003/09/08  12:22:03
15334         Log: XSRETURN_UV was missing.
15335      Branch: perl
15336            ! XSUB.h
15337 ____________________________________________________________________________
15338 [ 21085] By: jhi                                   on 2003/09/08  12:15:23
15339         Log: Superparanoia.
15340      Branch: perl
15341            ! util.c
15342 ____________________________________________________________________________
15343 [ 21084] By: ams                                   on 2003/09/08  11:44:25
15344         Log: Clean up pp_readdir() somewhat.
15345      Branch: perl
15346            ! pp_sys.c
15347 ____________________________________________________________________________
15348 [ 21082] By: jhi                                   on 2003/09/08  11:32:46
15349         Log: The #21073 broke ext/B/t/o.t, retracting the #21073.
15350      Branch: perl
15351            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
15352 ____________________________________________________________________________
15353 [ 21080] By: jhi                                   on 2003/09/08  09:52:40
15354         Log: In Win32 IPC::Open3 + IO::Select does not work that well
15355              so mostly undo the change #21072 and revert back to using
15356              a temp file.
15357      Branch: perl
15358            ! lib/perl5db/de0.t
15359 ____________________________________________________________________________
15360 [ 21078] By: jhi                                   on 2003/09/08  09:10:47
15361         Log: In Win32 the cmd.exe console output doesn't seem to
15362              be catchable using the in-memory I/O + select trick,
15363              so use tie-STDOUT trick instead.
15364      Branch: perl
15365            ! lib/perl5db/dumpvar.t
15366 ____________________________________________________________________________
15367 [ 21077] By: jhi                                   on 2003/09/08  09:03:13
15368         Log: Move Config test.
15369      Branch: perl
15370            ! lib/perl5db/de0.t
15371 ____________________________________________________________________________
15372 [ 21076] By: jhi                                   on 2003/09/08  08:50:27
15373         Log: Let's require fork for this test.
15374      Branch: perl
15375            ! lib/perl5db/de0.t
15376 ____________________________________________________________________________
15377 [ 21074] By: jhi                                   on 2003/09/08  08:09:27
15378         Log: Subject: [PATCH] call_(pv|etc.) for Devel::PPPort
15379              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
15380              Date: Mon, 08 Sep 2003 08:56:09 +0200
15381              Message-id: <20030908065609.GA1260@ethan>
15382      Branch: perl
15383            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
15384            ! ext/Devel/PPPort/t/test.t
15385 ____________________________________________________________________________
15386 [ 21073] By: jhi                                   on 2003/09/08  08:07:55
15387         Log: Subject: Re: one nit to fix [PATCH]
15388              From: Rafael Garcia-Suarez <raphel.garcia-suarez@hexaflux.com>
15389              Date: Mon, 8 Sep 2003 10:19:08 +0200
15390              Message-Id: <20030908101908.5571326d.rgarcia@hexaflux.com>
15391      Branch: perl
15392            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
15393 ____________________________________________________________________________
15394 [ 21072] By: jhi                                   on 2003/09/08  08:04:53
15395         Log: Subject: Re: [PATCH] Test skeleton for debugger commands
15396              From: Andreas J Koenig <andreas.koenig@anima.de>
15397              Date: Mon, 08 Sep 2003 10:48:27 +0200
15398              Message-ID: <87llszis2s.fsf@franz.ak.mind.de>
15399      Branch: perl
15400            ! lib/perl5db/de0.t
15401 ____________________________________________________________________________
15402 [ 21071] By: jhi                                   on 2003/09/08  06:46:00
15403         Log: de0.t: use Test::More, add some tests.
15404      Branch: perl
15405            ! lib/perl5db/de0.t
15406 ____________________________________________________________________________
15407 [ 21070] By: jhi                                   on 2003/09/08  06:31:39
15408         Log: More dumpvar testing.
15409      Branch: perl
15410            ! lib/perl5db/dumpvar.t
15411 ____________________________________________________________________________
15412 [ 21069] By: jhi                                   on 2003/09/08  05:34:03
15413         Log: An empty test.
15414      Branch: perl
15415            ! lib/perl5db/dumpvar.t
15416 ____________________________________________________________________________
15417 [ 21068] By: jhi                                   on 2003/09/08  05:21:21
15418         Log: dumpvar.t: use Test::More;
15419      Branch: perl
15420            ! lib/perl5db/dumpvar.t
15421 ____________________________________________________________________________
15422 [ 21067] By: jhi                                   on 2003/09/08  05:11:46
15423         Log: Cleanup PerlIO::scalar documentation a bit.
15424      Branch: perl
15425            ! ext/PerlIO/scalar/scalar.pm
15426 ____________________________________________________________________________
15427 [ 21066] By: jhi                                   on 2003/09/08  04:49:28
15428         Log: The in-memory files require PerlIO::scalar.
15429      Branch: perl
15430            ! lib/perl5db/dumpvar.t
15431 ____________________________________________________________________________
15432 [ 21065] By: rgs                                   on 2003/09/07  21:17:23
15433         Log: Subject: [PATCH] Test skeleton for debugger commands
15434              From: Andreas J Koenig <andreas.koenig@anima.de>
15435              Date: Sun, 07 Sep 2003 18:51:56 +0200
15436              Message-ID: <87fzj8k0cz.fsf@franz.ak.mind.de>
15437              With minor adjustments
15438      Branch: perl
15439            + lib/perl5db/de0.t lib/perl5db/dumpvar.t
15440            ! MANIFEST
15441 ____________________________________________________________________________
15442 [ 21064] By: rgs                                   on 2003/09/07  19:12:05
15443         Log: Upgrade to Unicode::Collate 0.28
15444      Branch: perl
15445            + lib/Unicode/Collate/t/contract.t
15446            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
15447            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
15448 ____________________________________________________________________________
15449 [ 21063] By: rgs                                   on 2003/09/07  18:25:23
15450         Log: Subject: [PATCH] Re: [perl #23656] Safe reval bleeds local variable values
15451              From: Dave Mitchell <davem@fdgroup.com>
15452              Date: Sun, 7 Sep 2003 19:14:44 +0100
15453              Message-ID: <20030907181444.GA7058@fdgroup.com>
15454      Branch: perl
15455            ! ext/Opcode/Safe.pm
15456 ____________________________________________________________________________
15457 [ 21062] By: rgs                                   on 2003/09/07  12:44:33
15458         Log: Subject: [PATCH] honoring void context for map()
15459              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
15460              Date: Thu, 04 Sep 2003 11:13:41 +0200
15461              Message-id: <20030904091341.GA30655@ethan>
15462      Branch: perl
15463            ! pp_ctl.c
15464 ____________________________________________________________________________
15465 [ 21061] By: jhi                                   on 2003/09/07  07:04:53
15466         Log: Retract #21010.
15467      Branch: perl
15468            ! lib/dumpvar.pl
15469 ____________________________________________________________________________
15470 [ 21060] By: rgs                                   on 2003/09/06  21:30:10
15471         Log: Minor doc style nits in XSLoader.
15472      Branch: perl
15473            ! ext/DynaLoader/XSLoader_pm.PL
15474 ____________________________________________________________________________
15475 [ 21058] By: jhi                                   on 2003/09/06  19:57:46
15476         Log: Vanity patch.
15477      Branch: perl
15478            ! AUTHORS
15479 ____________________________________________________________________________
15480 [ 21057] By: jhi                                   on 2003/09/06  19:56:53
15481         Log: Updated Sharp Zaurus cross-compilation from Redvers Davies.
15482      Branch: perl
15483            ! Cross/Makefile Cross/Makefile.SH.patch Cross/README Cross/TODO
15484            ! Cross/config.sh-arm-linux Cross/generate_config_sh
15485            ! Cross/installperl.patch
15486 ____________________________________________________________________________
15487 [ 21056] By: rgs                                   on 2003/09/06  19:03:41
15488         Log: Email nits in Fatal.pm [perl #23724].
15489      Branch: perl
15490            ! lib/Fatal.pm
15491 ____________________________________________________________________________
15492 [ 21052] By: jhi                                   on 2003/09/05  20:34:15
15493         Log: Musty corners of Syslog.pm.
15494      Branch: perl
15495            ! ext/Sys/Syslog/Syslog.pm
15496 ____________________________________________________________________________
15497 [ 21051] By: ams                                   on 2003/09/05  18:43:46
15498         Log: 1. Work around the bug fixed by #20587 (because it's in 5.8.0).
15499              2. Compensate for PL_sv_placeholder <= 5.8.1.
15500              3. Clean up non-backwards-compatible tests.
15501              4. Prepare for the 2.08 CPAN release.
15502      Branch: perl
15503            ! ext/Storable/ChangeLog ext/Storable/Storable.xs
15504            ! ext/Storable/t/freeze.t ext/Storable/t/malice.t
15505            ! ext/Storable/t/utf8hash.t
15506 ____________________________________________________________________________
15507 [ 21048] By: jhi                                   on 2003/09/05  13:53:23
15508         Log: One more known tie problem.
15509      Branch: perl
15510            ! pod/perltie.pod
15511 ____________________________________________________________________________
15512 [ 21047] By: jhi                                   on 2003/09/05  13:46:35
15513         Log: Subject: [PATCH] threads/shared.pm: saves 4K per thread
15514              Date: Fri, 5 Sep 2003 14:46:00 +0200
15515              Message-Id: <p05111b05bb7e177db044@[192.168.56.4]>
15516              From: Elizabeth Mattijsen <liz@dijkmat.nl>
15517      Branch: perl
15518            ! ext/threads/shared/shared.pm
15519 ____________________________________________________________________________
15520 [ 21046] By: jhi                                   on 2003/09/05  13:44:30
15521         Log: Subject: versions threads modules
15522              From: Elizabeth Mattijsen <liz@dijkmat.nl>
15523              Date: Fri, 5 Sep 2003 12:22:52 +0200
15524              Message-Id: <p05111b03bb7e1423e6ff@[192.168.56.4]>
15525      Branch: perl
15526            ! ext/threads/shared/shared.pm
15527 ____________________________________________________________________________
15528 [ 21045] By: jhi                                   on 2003/09/05  13:43:36
15529         Log: More suidperl path disclosure plugging:
15530              the #9813 didn't do enough.  See either of
15531              http://rt.perl.org/rt2/Ticket/Display.html?id=6511
15532              http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=203426
15533      Branch: perl
15534            ! perl.c pod/perldiag.pod
15535 ____________________________________________________________________________
15536 [ 21044] By: jhi                                   on 2003/09/05  13:09:54
15537         Log: FreeBSD hints updates from Anton Berezin.
15538      Branch: perl
15539            ! hints/freebsd.sh
15540 ____________________________________________________________________________
15541 [ 21043] By: merijn                                on 2003/09/05  11:18:20
15542         Log: Changed conflicting diff options
15543      Branch: perl
15544            ! patchlevel.h
15545 ____________________________________________________________________________
15546 [ 21042] By: jhi                                   on 2003/09/05  06:47:43
15547         Log: Acknowledge some known tie bugs.
15548      Branch: perl
15549            ! pod/perltie.pod
15550 ____________________________________________________________________________
15551 [ 21041] By: merijn                                on 2003/09/05  04:50:44
15552         Log: Subject: [PATCH] Remove dublicated entry in AUTHORS
15553              From: Ilya Martynov <ilya@martynov.org>
15554              Date: Fri, 05 Sep 2003 00:49:57 +0400
15555              Message-ID: <8765k8uvm2.fsf@abra.ru>
15556      Branch: perl
15557            ! AUTHORS
15558 ____________________________________________________________________________
15559 [ 21040] By: jhi                                   on 2003/09/05  04:36:48
15560         Log: code example error in "perlopentut"
15561      Branch: perl
15562            ! pod/perlopentut.pod
15563 ____________________________________________________________________________
15564 [ 21039] By: jhi                                   on 2003/09/05  04:13:17
15565         Log: Another seemingly fixed (un)tie bug,
15566              [perl ##22297] cannot untie scalar from within tied FETCH
15567      Branch: perl
15568            ! t/op/tie.t
15569 ____________________________________________________________________________
15570 [ 21036] By: jhi                                   on 2003/09/04  19:34:26
15571         Log: Subject: Re: [PATCH] Data::Dumper 2.121
15572              From: Ilya Martynov <ilya@martynov.org>
15573              Date: Fri, 05 Sep 2003 00:33:46 +0400
15574              Message-ID: <87ad9kuwd1.fsf@abra.ru>
15575      Branch: perl
15576            ! ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
15577            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
15578            ! ext/Data/Dumper/t/overload.t ext/Data/Dumper/t/pair.t
15579 ____________________________________________________________________________
15580 [ 21033] By: jhi                                   on 2003/09/04  18:52:29
15581         Log: I think once is enough.
15582      Branch: perl
15583            ! configure.gnu
15584 ____________________________________________________________________________
15585 [ 21032] By: jhi                                   on 2003/09/04  17:30:28
15586         Log: Subject: [PATCH] Re: [PATCH] Re: ByteLoader and MSWin32
15587              From: Enache Adrian <enache@rdslink.ro>
15588              Date: Thu, 4 Sep 2003 20:09:06 +0300
15589              Message-ID: <20030904170906.GA1235@ratsnest.hole>
15590      Branch: perl
15591            ! bytecode.pl ext/B/B/Bytecode.pm ext/ByteLoader/bytecode.h
15592            ! ext/ByteLoader/byterun.c
15593 ____________________________________________________________________________
15594 [ 21031] By: jhi                                   on 2003/09/04  17:27:58
15595         Log: Subject: [PATCH] perlreftut: change distribution conditions
15596              From: "Brendan O'Dea" <bod@debian.org>
15597              Date: Thu, 4 Sep 2003 02:28:49 +1000
15598              Message-ID: <20030903162849.GA9675@londo.c47.org>
15599      Branch: perl
15600            ! pod/perlreftut.pod
15601 ____________________________________________________________________________
15602 [ 21030] By: jhi                                   on 2003/09/04  17:26:48
15603         Log: Subject: Re: "vendor" patch pickup
15604              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
15605              Date: Thu, 4 Sep 2003 19:47:55 +0200
15606              Message-ID: <009b01c3730c$ac45e750$0c2f1fac@R2D2>
15607
15608              (Gentoo: take Marcus' version of the __THROW patch and
15609              even further #ifdef-protect it with __GLIBC__.)
15610      Branch: perl
15611            ! perl.h
15612 ____________________________________________________________________________
15613 [ 21029] By: jhi                                   on 2003/09/04  16:01:26
15614         Log: Tiny perlcc tweaks.
15615      Branch: perl
15616            ! utils/perlcc.PL
15617 ____________________________________________________________________________
15618 [ 21028] By: jhi                                   on 2003/09/04  15:10:48
15619         Log: A SuSE patchlet for perlcc -c to avoid
15620              "Modification of a read-only value attempted at ... C.pm"
15621      Branch: perl
15622            ! ext/B/B/C.pm
15623 ____________________________________________________________________________
15624 [ 21027] By: jhi                                   on 2003/09/04  08:54:40
15625         Log: AUTHORS updates.
15626      Branch: perl
15627            ! AUTHORS
15628 ____________________________________________________________________________
15629 [ 21025] By: jhi                                   on 2003/09/03  20:27:56
15630         Log: Upgrade to Math::BigInt pre-rel 1.66 as of
15631              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2003-09/msg00242.html
15632              (the tar.gz link doesn't have 'v1.66', it has '1.66')
15633              so that the smoke builds can start chewing it.
15634      Branch: perl
15635            ! lib/Math/BigInt.pm lib/Math/BigInt/Calc.pm
15636            ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bare_mbi.t
15637            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
15638            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
15639            ! lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/sub_mbf.t
15640            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/with_sub.t
15641 ____________________________________________________________________________
15642 [ 21022] By: jhi                                   on 2003/09/03  16:42:24
15643         Log: Subject: [PATCH Porting/valgrindpp.pl] fix: output from different pids
15644              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
15645              Date: Wed, 3 Sep 2003 19:20:20 +0200
15646              Message-ID: <005901c3723f$a7914f10$0c2f1fac@R2D2>
15647      Branch: perl
15648            ! Porting/valgrindpp.pl
15649 ____________________________________________________________________________
15650 [ 21019] By: jhi                                   on 2003/09/03  15:51:35
15651         Log: Also indicate the Unicode level here.
15652              (The last date is non-committal :-)
15653      Branch: perl
15654            ! pod/perlunicode.pod
15655 ____________________________________________________________________________
15656 [ 21018] By: jhi                                   on 2003/09/03  12:08:23
15657         Log: Avoid lvalue casts, from Enache.
15658      Branch: perl
15659            ! ext/ByteLoader/bytecode.h op.h
15660 ____________________________________________________________________________
15661 [ 21017] By: jhi                                   on 2003/09/03  08:23:39
15662         Log: Bump up the VERSION.
15663      Branch: perl
15664            ! lib/bytes.pm
15665 ____________________________________________________________________________
15666 [ 21016] By: jhi                                   on 2003/09/03  08:22:48
15667         Log: Add, document, and test bytes::substr, index, rindex, chr,
15668              document bytes::ord.
15669      Branch: perl
15670            ! lib/bytes.pm lib/bytes.t lib/bytes_heavy.pl
15671 ____________________________________________________________________________
15672 [ 21014] By: jhi                                   on 2003/09/03  06:16:24
15673         Log: Subject: [PATCH] Re: maint@20974 or before broke mp2 ithreads test
15674              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
15675              Date: Wed, 3 Sep 2003 08:57:25 +0200 (MEST)
15676              Message-ID: <29644.1062572245@www50.gmx.net>
15677
15678              The other half of #20930 should be still good.
15679      Branch: perl
15680            ! op.c
15681 ____________________________________________________________________________
15682 [ 21013] By: jhi                                   on 2003/09/03  06:15:09
15683         Log: use IO; is deprecated.
15684      Branch: perl
15685            ! ext/threads/t/join.t
15686 ____________________________________________________________________________
15687 [ 21012] By: jhi                                   on 2003/09/03  05:28:50
15688         Log: Upgrade to base 2.01 from CPAN.
15689      Branch: perl
15690            ! lib/base.pm lib/fields.pm
15691 ____________________________________________________________________________
15692 [ 21011] By: jhi                                   on 2003/09/03  05:08:29
15693         Log: Changing the test count is a good idea.
15694      Branch: perl
15695            ! ext/threads/t/join.t
15696 ____________________________________________________________________________
15697 [ 21010] By: jhi                                   on 2003/09/03  04:59:38
15698         Log: Subject: {PATCH 5.8.1] Re: [perl #23651] Debugger dump failed for blessed REF object
15699              From: Joe McMahon <mcmahon@ibiblio.org>
15700              Date: Tue, 2 Sep 2003 18:02:14 -0400
15701              Message-Id: <1C49133C-DD91-11D7-8450-000393BCA0FC@ibiblio.org>
15702      Branch: perl
15703            ! lib/dumpvar.pl
15704 ____________________________________________________________________________
15705 [ 21009] By: jhi                                   on 2003/09/03  04:48:40
15706         Log: Subject: Re: maint@20974 or before broke mp2 ithreads test
15707              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
15708              Date: Wed, 3 Sep 2003 06:07:54 +0200
15709              Message-ID: <044101c371d0$f39b3fc0$0c2f1fac@R2D2>
15710      Branch: perl
15711            ! ext/threads/t/join.t
15712 ____________________________________________________________________________
15713 [ 21008] By: jhi                                   on 2003/09/03  04:31:35
15714         Log: VMS does not have quite UNIX glob semantics.
15715      Branch: perl
15716            ! t/run/fresh_perl.t
15717 ____________________________________________________________________________
15718 [ 21007] By: rgs                                   on 2003/09/02  21:21:27
15719         Log: Subject: some method calls not autoloaded
15720              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
15721              Date: Tue, 2 Sep 2003 15:06:29 -0700
15722              Message-ID: <20030902220629.GA2952@efn.org>
15723      Branch: perl
15724            ! pod/perlfunc.pod pod/perlsub.pod
15725 ____________________________________________________________________________
15726 [ 21003] By: jhi                                   on 2003/09/02  19:01:07
15727         Log: An untie test from perlmonks-- worked in 5.6.1,
15728              broken in 5.8.0, seems to be working again in maint,
15729              better nail it down now.
15730      Branch: perl
15731            ! t/op/tie.t
15732 ____________________________________________________________________________
15733 [ 21000] By: jhi                                   on 2003/09/02  15:35:40
15734         Log: Retract #20930 because of
15735              Subject: maint@20974 or before broke mp2 ithreads test
15736              From: Stas Bekman <stas@stason.org>
15737              Date: Mon, 01 Sep 2003 23:31:11 -0700
15738              Message-ID: <3F54392F.7080009@stason.org>
15739      Branch: perl
15740            ! op.c
15741 ____________________________________________________________________________
15742 [ 20999] By: jhi                                   on 2003/09/02  15:34:14
15743         Log: Subject: [DOCPATCH] Re: [perl #23630] problem with "used only once" warning
15744              From: Fergal Daly <fergal@esatclear.ie>
15745              Date: Tue, 2 Sep 2003 17:36:52 +0100
15746              Message-Id: <200309021736.52725.fergal@esatclear.ie>
15747      Branch: perl
15748            ! pod/perldiag.pod
15749 ____________________________________________________________________________
15750 [ 20998] By: jhi                                   on 2003/09/02  15:02:47
15751         Log: Subject: [perl #23672] Math::BigInit POD
15752              From: "abigail@abigail.nl (via RT)" <perlbug-followup@perl.org>
15753              Date: 1 Sep 2003 08:47:39 -0000
15754              Message-ID: <rt-23672-64035.19.2973991993763@rt.perl.org>
15755      Branch: perl
15756            ! lib/Math/BigInt.pm
15757 ____________________________________________________________________________
15758 [ 20997] By: jhi                                   on 2003/09/02  14:58:21
15759         Log: Subject: [PATCH perlfaq6.pod] Explain \Q better
15760              From: Mark Jason Dominus <mjd@plover.com>
15761              Date: Mon, 01 Sep 2003 16:19:20 -0400
15762              Message-ID: <20030901201920.3929.qmail@plover.com>
15763      Branch: perl
15764            ! pod/perlfaq6.pod
15765 ____________________________________________________________________________
15766 [ 20996] By: jhi                                   on 2003/09/02  14:56:29
15767         Log: Subject: [PATCH] grok_(number|numeric_radix) added to Devel::PPPort
15768              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
15769              Date: Tue, 02 Sep 2003 11:27:19 +0200
15770              Message-id: <20030902092719.GA18075@ethan>
15771      Branch: perl
15772            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
15773            ! ext/Devel/PPPort/t/test.t
15774 ____________________________________________________________________________
15775 [ 20993] By: jhi                                   on 2003/09/02  14:40:54
15776         Log: Subject: [PATCH] Re: ByteLoader and MSWin32
15777              From: Enache Adrian <enache@rdslink.ro>
15778              Date: Tue, 2 Sep 2003 03:45:11 +0300
15779              Message-ID: <20030902004511.GA1442@ratsnest.hole>
15780      Branch: perl
15781            ! embed.fnc embed.h ext/ByteLoader/bytecode.h global.sym op.c
15782            ! op.h proto.h t/TEST
15783 ____________________________________________________________________________
15784 [ 20990] By: jhi                                   on 2003/09/02  04:29:45
15785         Log: Upgrade to Unicode::Collate 0.27.
15786      Branch: perl
15787            + lib/Unicode/Collate/t/hangul.t
15788            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
15789            ! lib/Unicode/Collate/README
15790 ____________________________________________________________________________
15791 [ 20989] By: jhi                                   on 2003/09/02  04:23:20
15792         Log: Subject: [PATCH Porting/valgrindpp.pl] more options for valgrindpp.pl
15793              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
15794              Date: Mon, 1 Sep 2003 22:28:58 +0200
15795              Message-ID: <007701c370c7$acb85430$0c2f1fac@R2D2>
15796      Branch: perl
15797            ! Porting/valgrindpp.pl
15798 ____________________________________________________________________________
15799 [ 20983] By: jhi                                   on 2003/09/01  14:14:49
15800         Log: From Craig Berry, following the example of the other podxxx.PL
15801              in relying on basename($0, '.PL') to Do The Right Thing with
15802              regard to the case of the extension, which could be either
15803              .pl or .PL on VMS depending on version-specific features.
15804      Branch: perl
15805            ! pod/pod2usage.PL pod/podselect.PL
15806 ____________________________________________________________________________
15807 [ 20982] By: jhi                                   on 2003/09/01  13:01:49
15808         Log: Configure -r in AIX bad.
15809      Branch: perl
15810            ! README.aix
15811 ____________________________________________________________________________
15812 [ 20981] By: jhi                                   on 2003/09/01  11:28:35
15813         Log: Subject: [DOC PATCH] perlfaq4.pod
15814              Date: Mon, 1 Sep 2003 12:38:50 +0200
15815              From: Elizabeth Mattijsen <liz@dijkmat.nl>
15816              Message-Id: <p05111b19bb78d1d7aa70@[192.168.56.4]>
15817      Branch: perl
15818            ! pod/perlfaq4.pod
15819 ____________________________________________________________________________
15820 [ 20980] By: jhi                                   on 2003/09/01  08:49:02
15821         Log: Subject: glob() bug
15822              From: Gurusamy Sarathy <gsar@ActiveState.com>
15823              Date: Mon, 01 Sep 2003 02:25:41 -0700
15824              Message-Id: <200309010925.h819Pf0X011457@smtp3.ActiveState.com>
15825      Branch: perl
15826            ! op.c t/run/fresh_perl.t
15827 ____________________________________________________________________________
15828 [ 20979] By: jhi                                   on 2003/09/01  06:32:01
15829         Log: Ultrix VAX is like VMS VAX in floating point.
15830      Branch: perl
15831            ! t/op/sprintf.t
15832 ____________________________________________________________________________
15833 [ 20978] By: jhi                                   on 2003/09/01  05:44:25
15834         Log: Subject: [PATCH@20959] some WinCE compilers require a little correction
15835              From: Vadim Konovalov <vkonovalov@peterstar.ru>
15836              Date: Mon, 1 Sep 2003 02:57:33 +0400
15837              Message-ID: <1091134912500.20030901025733@peterstar.ru>
15838      Branch: perl
15839            ! wince/Makefile.ce wince/wince.c
15840 ____________________________________________________________________________
15841 [ 20973] By: jhi                                   on 2003/08/31  15:34:43
15842         Log: Add test for -i.
15843      Branch: perl
15844            ! MANIFEST t/run/switches.t
15845 ____________________________________________________________________________
15846 [ 20972] By: jhi                                   on 2003/08/31  15:12:10
15847         Log: Add tests for -h and (unknown) -z.
15848      Branch: perl
15849            ! MANIFEST t/run/switches.t
15850 ____________________________________________________________________________
15851 [ 20971] By: jhi                                   on 2003/08/31  15:03:42
15852         Log: Add test for -v.
15853      Branch: perl
15854            ! MANIFEST t/run/switches.t
15855 ____________________________________________________________________________
15856 [ 20970] By: jhi                                   on 2003/08/31  14:55:54
15857         Log: List the switches tested in switches.t.
15858      Branch: perl
15859            ! t/run/switches.t
15860 ____________________________________________________________________________
15861 [ 20969] By: jhi                                   on 2003/08/31  14:51:19
15862         Log: Subject: [PATCH: perl@20898] have installperl install perl_setup.com and dbga2p.exe for VMS
15863              From: PPrymmer@factset.com
15864              Message-ID: <OF0394CB1E.C7646793-ON85256D93.004D75D4-85256D93.004E01F2@factset.com>
15865              Date: Sun, 31 Aug 2003 10:11:54 -0400
15866      Branch: perl
15867            ! installperl
15868 ____________________________________________________________________________
15869 [ 20968] By: jhi                                   on 2003/08/31  13:24:10
15870         Log: Subject: [PATCH sv.c] Re: [PATCH] add "$lexical not available" warning in C<for my $lex ()>
15871              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
15872              Date: Sun, 31 Aug 2003 15:21:17 +0200
15873              Message-ID: <038401c36fc2$d01b1440$9b00a8c0@R2D2>
15874      Branch: perl
15875            ! sv.c
15876 ____________________________________________________________________________
15877 [ 20965] By: jhi                                   on 2003/08/31  08:55:59
15878         Log: Ouch.  Upgrading to base 2.0 made the threads tests very unhappy
15879              both in blead and maint, lots of "Attempt to free non-existent
15880              shared string" and "Unbalanced string table refcount" errors.
15881              Retract #20960 (and #20963).
15882      Branch: perl
15883            - lib/base/t/base.t lib/base/t/fb18784.t lib/base/t/fb20922.t
15884            - lib/base/t/fields.t lib/base/t/fp560.t lib/base/t/fp580.t
15885            ! MANIFEST lib/base.pm lib/fields.pm
15886 ____________________________________________________________________________
15887 [ 20964] By: jhi                                   on 2003/08/31  08:17:43
15888         Log: Integrate from maint:
15889              [ 20963]
15890              Muffle the 'Pseudo-hashes are deprecated' warning for maint.
15891      Branch: perl
15892           !> lib/base/t/fp560.t
15893 ____________________________________________________________________________
15894 [ 20961] By: jhi                                   on 2003/08/31  08:09:21
15895         Log: De-cargo-cult.
15896      Branch: perl
15897            ! ext/DynaLoader/t/XSLoader.t ext/SDBM_File/t/sdbm.t
15898 ____________________________________________________________________________
15899 [ 20960] By: jhi                                   on 2003/08/31  08:07:43
15900         Log: Upgrade to base.pm 2.0.
15901
15902              (Rename the tests around a bit to be more 8.3-friendly.)
15903      Branch: perl
15904            + lib/base/t/base.t lib/base/t/fb18784.t lib/base/t/fb20922.t
15905            + lib/base/t/fields.t lib/base/t/fp560.t lib/base/t/fp580.t
15906            ! MANIFEST lib/base.pm lib/fields.pm
15907 ____________________________________________________________________________
15908 [ 20957] By: jhi                                   on 2003/08/30  18:47:02
15909         Log: Fewer naked char constants.
15910      Branch: perl
15911            ! doio.c perlio.c sv.h
15912 ____________________________________________________________________________
15913 [ 20956] By: jhi                                   on 2003/08/30  18:38:05
15914         Log: This is probably a wrong fix for
15915              [perl #23645] tell with perlio on appended files
15916              but maybe this gets NI-S agitated enough to present the correct fix :-)
15917      Branch: perl
15918            ! perlio.c t/io/tell.t
15919 ____________________________________________________________________________
15920 [ 20954] By: jhi                                   on 2003/08/30  17:14:19
15921         Log: A new try at
15922
15923              Subject: [PATCH] maint / blead tweaks in perlio.c for Cygwin
15924              From: "Gerrit P. Haase" <gp@familiehaase.de>
15925              Date: Thu, 28 Aug 2003 08:18:51 +0200
15926              Message-ID: <4157199551.20030828081851@familiehaase.de>
15927
15928              (this time Cygwin only)
15929      Branch: perl
15930            ! perlio.c
15931 ____________________________________________________________________________
15932 [ 20952] By: rgs                                   on 2003/08/30  15:20:48
15933         Log: Tweak XSLoader.t.
15934              XSLoader is supposed to work even for extensions that
15935              are statically linked. So only check that the extension we
15936              test for is actually available. (This test is not supposed
15937              to be run by miniperl.)
15938      Branch: perl
15939            ! ext/DynaLoader/t/XSLoader.t
15940 ____________________________________________________________________________
15941 [ 20950] By: jhi                                   on 2003/08/30  06:49:31
15942         Log: Something went wrong in change #20929;
15943              linux 2.4.18-bf2.4 didn't like it:
15944              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2003-08/msg01992.html
15945              and similar failure pattern also seen in Solaris 8.
15946      Branch: perl
15947            ! perlio.c
15948 ____________________________________________________________________________
15949 [ 20948] By: jhi                                   on 2003/08/30  06:08:57
15950         Log: Setup @INC.
15951      Branch: perl
15952            ! t/op/cproto.t
15953 ____________________________________________________________________________
15954 [ 20946] By: jhi                                   on 2003/08/30  06:00:09
15955         Log: Tabify and re-sort MANIFEST.
15956      Branch: perl
15957            ! MANIFEST
15958 ____________________________________________________________________________
15959 [ 20945] By: jhi                                   on 2003/08/30  05:57:04
15960         Log: Make XSLoader.t more robust (and sdbm.t more verbose)
15961      Branch: perl
15962            ! ext/DynaLoader/t/XSLoader.t ext/SDBM_File/t/sdbm.t
15963 ____________________________________________________________________________
15964 [ 20944] By: jhi                                   on 2003/08/30  05:50:41
15965         Log: Subject: [PATCH] XSLoader nits and tests
15966              From: Michael G Schwern <schwern@pobox.com>
15967              Date: Fri, 29 Aug 2003 22:55:07 -0700
15968              Message-ID: <20030830055507.GI25970@windhund.schwern.org>
15969      Branch: perl
15970            + ext/DynaLoader/t/XSLoader.t
15971            ! MANIFEST ext/DynaLoader/XSLoader_pm.PL
15972 ____________________________________________________________________________
15973 [ 20943] By: jhi                                   on 2003/08/30  05:44:02
15974         Log: Missed from #20942.
15975      Branch: perl
15976            ! lib/File/Spec/VMS.pm
15977 ____________________________________________________________________________
15978 [ 20942] By: jhi                                   on 2003/08/30  05:41:59
15979         Log: Subject: [PATCH: perl@20898] fix File::Spec->abs2rel() to return absolute $path more often for VMS
15980              From: PPrymmer@factset.com
15981              Date: Sat, 30 Aug 2003 00:57:28 -0400
15982              Message-ID: <OFD8AE5D6D.EA3FBE7D-ON85256D92.001A31FE-85256D92.001B3BE5@factset.com>
15983      Branch: perl
15984            ! lib/File/Spec.pm lib/File/Spec/t/Spec.t
15985 ____________________________________________________________________________
15986 [ 20941] By: jhi                                   on 2003/08/30  05:37:13
15987         Log: Subject: [patch sv.h api doc] SvTAINTED_on does its craft only under -T
15988              From: Stas Bekman <stas@stason.org>
15989              Date: Fri, 29 Aug 2003 17:11:41 -0700
15990              Message-ID: <3F4FEBBD.8000901@stason.org>
15991      Branch: perl
15992            ! pod/perlapi.pod sv.h
15993 ____________________________________________________________________________
15994 [ 20940] By: rgs                                   on 2003/08/29  21:17:59
15995         Log: Add a new test, to ensure that we don't unexpectedly change
15996              prototypes of builtins.
15997      Branch: perl
15998            + t/op/cproto.t
15999            ! MANIFEST
16000 ____________________________________________________________________________
16001 [ 20938] By: rgs                                   on 2003/08/29  20:22:21
16002         Log: Don't cast PL_multiline to bool : you may loose important bits.
16003      Branch: perl
16004            ! pp.c pp_hot.c
16005 ____________________________________________________________________________
16006 [ 20937] By: jhi                                   on 2003/08/29  17:22:11
16007         Log: Subject: [PATCH] Re: all 9007199254740992s are equal, but some are more equal than others
16008              From: Nicholas Clark <nick@ccl4.org>
16009              Date: Wed, 27 Aug 2003 22:59:55 +0100
16010              Message-ID: <20030827225955.E558@plum.flirble.org>
16011      Branch: perl
16012            ! pp.c
16013 ____________________________________________________________________________
16014 [ 20936] By: jhi                                   on 2003/08/29  17:17:16
16015         Log: Some perluniintro tweaks.
16016      Branch: perl
16017            ! pod/perluniintro.pod
16018 ____________________________________________________________________________
16019 [ 20935] By: jhi                                   on 2003/08/29  17:07:25
16020         Log: Tiny doc tweak from Shannon -jj Behrens.
16021      Branch: perl
16022            ! pod/perluniintro.pod
16023 ____________________________________________________________________________
16024 [ 20933] By: jhi                                   on 2003/08/29  13:25:18
16025         Log: Comparing an int to a U32 makes VC6 nervous.
16026      Branch: perl
16027            ! pp.c pp_hot.c
16028 ____________________________________________________________________________
16029 [ 20932] By: jhi                                   on 2003/08/29  13:06:06
16030         Log: Better skip() explicit number of tests, test counts getting
16031              out of sync less likely that way.
16032      Branch: perl
16033            ! t/op/pack.t
16034 ____________________________________________________________________________
16035 [ 20931] By: jhi                                   on 2003/08/29  12:59:32
16036         Log: Some Ultrix test dodgings.
16037      Branch: perl
16038            ! t/base/num.t t/op/arith.t t/op/pack.t
16039 ____________________________________________________________________________
16040 [ 20930] By: jhi                                   on 2003/08/29  12:57:07
16041         Log: Subject: [PATCH op.c] Perl_newCONSTSUB() related memory leaks
16042              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
16043              Date: Thu, 28 Aug 2003 21:47:22 +0200
16044              Message-ID: <006301c36d9d$335976a0$e400a8c0@R2D2>
16045      Branch: perl
16046            ! op.c
16047 ____________________________________________________________________________
16048 [ 20929] By: jhi                                   on 2003/08/29  12:55:12
16049         Log: Subject: [PATCH] maint / blead tweaks in perlio.c for Cygwin
16050              From: "Gerrit P. Haase" <gp@familiehaase.de>
16051              Date: Thu, 28 Aug 2003 08:18:51 +0200
16052              Message-ID: <4157199551.20030828081851@familiehaase.de>
16053
16054              (changed so that the 'b' is always appended)
16055      Branch: perl
16056            ! perlio.c
16057 ____________________________________________________________________________
16058 [ 20928] By: jhi                                   on 2003/08/29  07:04:17
16059         Log: Subject: RE: [PATCH] Pod::InputObjects performance de-pessimization
16060              From: marek.rouchal@infineon.com
16061              Date: Wed, 27 Aug 2003 17:25:28 +0200
16062              Message-ID: <9843A649BAD7FB4686F6FCBC840D600E08381508@mucse001.eu.infineon.com>
16063
16064              PodParser-1.25 prerelease.
16065      Branch: perl
16066            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
16067            ! lib/Pod/Parser.pm pod/pod2usage.PL pod/podchecker.PL
16068            ! pod/podselect.PL t/pod/find.t t/pod/poderrs.xr
16069 ____________________________________________________________________________
16070 [ 20927] By: jhi                                   on 2003/08/28  18:53:45
16071         Log: MPE/iX gcc 3.3.1 changes from Mark Klein and Mark Bixby.
16072      Branch: perl
16073            ! ext/DynaLoader/dl_mpeix.xs mpeix/mpeix.c
16074 ____________________________________________________________________________
16075 [ 20925] By: jhi                                   on 2003/08/28  16:15:47
16076         Log: Subject: [PATCH] valgrindpp.pl
16077              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
16078              Date: Thu, 28 Aug 2003 09:43:49 +0200
16079              Message-ID: <002701c36d38$1edb71c0$ae4eeed9@R2D2>
16080      Branch: perl
16081            ! Porting/valgrindpp.pl
16082 ____________________________________________________________________________
16083 [ 20924] By: jhi                                   on 2003/08/28  16:12:08
16084         Log: Subject: [PATCH] Quieten more warnings in Deparse.pm
16085              From: Paul Johnson <paul@pjcj.net>
16086              Date: Thu, 28 Aug 2003 00:13:59 +0200
16087              Message-ID: <20030827221359.GE28396@pjcj.net>
16088      Branch: perl
16089            ! ext/B/B/Deparse.pm
16090 ____________________________________________________________________________
16091 [ 20923] By: jhi                                   on 2003/08/28  01:45:51
16092         Log: Subject: Re: Another oddity in lib/ExtUtils/MakeMaker/Tutorial.pod
16093              From: Michael G Schwern <schwern@pobox.com>
16094              Date: Wed, 27 Aug 2003 15:05:20 -0700
16095              Message-ID: <20030827220520.GD7300@windhund.schwern.org>
16096      Branch: perl
16097            ! lib/ExtUtils/MakeMaker/Tutorial.pod
16098 ____________________________________________________________________________
16099 [ 20922] By: rgs                                   on 2003/08/27  19:52:27
16100         Log: Add caveats and tests for Symbol::delete_package().
16101      Branch: perl
16102            ! lib/Symbol.pm lib/Symbol.t
16103 ____________________________________________________________________________
16104 [ 20921] By: jhi                                   on 2003/08/27  17:12:56
16105         Log: Configure is doing fine in Ultrix, operator error.
16106      Branch: perl
16107            ! hints/ultrix_4.sh
16108 ____________________________________________________________________________
16109 [ 20920] By: jhi                                   on 2003/08/27  16:49:22
16110         Log: Add the valgrindpp.pl script from Marcus Holland-Moritz.
16111      Branch: perl
16112            + Porting/valgrindpp.pl
16113            ! MANIFEST
16114 ____________________________________________________________________________
16115 [ 20917] By: jhi                                   on 2003/08/27  13:09:33
16116         Log: Subject: disturbing, disruptive typo in Tutorial.pod [PATCH]
16117              From: "John P. Linderman" <jpl@research.att.com>
16118              Date: Wed, 27 Aug 2003 08:10:12 -0400 (EDT)
16119              Message-Id: <200308271210.IAA23907@raptor.research.att.com>
16120
16121              Subject: typo in pod/perlnewmod.pod [PATCH]
16122              From: "John P. Linderman" <jpl@research.att.com>
16123              Date: Wed, 27 Aug 2003 09:07:12 -0400 (EDT)
16124              Message-Id: <200308271307.JAA46955@raptor.research.att.com>
16125
16126              Subject: [PATCH] document the location of byacc
16127              From: Dave Mitchell <davem@fdgroup.com>
16128              Date: Wed, 27 Aug 2003 14:26:50 +0100
16129              Message-ID: <20030827132650.GA23144@fdgroup.com>
16130      Branch: perl
16131            ! Porting/pumpkin.pod lib/ExtUtils/MakeMaker/Tutorial.pod
16132            ! pod/perlnewmod.pod
16133 ____________________________________________________________________________
16134 [ 20916] By: jhi                                   on 2003/08/27  13:01:26
16135         Log: Ultrix tweaks: <string.h> must not be included twice
16136              (otherwise one gets prototype conflicts between the <string.h>
16137              and proto.h because Ultrix thinks e.g. Perl_ninstr has been
16138              define in <string.h>...); and Configure misprobes some features.
16139      Branch: perl
16140            ! ext/POSIX/POSIX.xs ext/SDBM_File/sdbm/sdbm.c
16141            ! ext/SDBM_File/sdbm/sdbm.h ext/Socket/Socket.xs
16142            ! hints/ultrix_4.sh
16143 ____________________________________________________________________________
16144 [ 20915] By: jhi                                   on 2003/08/27  05:37:34
16145         Log: Urk.  In Mac OS X byteorder is not one of the "known ones",
16146              but instead it is 0xFFFF.  So retract #20914.
16147      Branch: perl
16148            ! perl.h
16149 ____________________________________________________________________________
16150 [ 20914] By: jhi                                   on 2003/08/27  05:17:44
16151         Log: Sanity check for BYTEORDER.
16152      Branch: perl
16153            ! perl.h
16154 ____________________________________________________________________________
16155 [ 20913] By: rgs                                   on 2003/08/26  20:34:48
16156         Log: Integrate two DJGPP portability patches from the 5.6.2 branch :
16157
16158              [20859]
16159              Two portability patches for DJGPP from Richard Dawe
16160              <rich@phekda.freeserve.co.uk>.
16161              Message-Id: <E19qfNh-0000Zq-00@phekda.freeserve.co.uk>
16162
16163              [20911]
16164              Don't uppercase automatically all environment variables on DJGPP.
16165              (reported by Richard Dawe, this breaks portability of Unix
16166              scripts.) Don't change the behaviour on plain MS/DOS.
16167      Branch: perl
16168            ! perl.c
16169           !> djgpp/djgppsed.sh dosish.h
16170 ____________________________________________________________________________
16171 [ 20912] By: rgs                                   on 2003/08/26  20:15:40
16172         Log: perlapi.pod tweaks, based on :
16173              Subject: misdocumented return value for sv_setref*
16174              From: Joe Schaefer <joe+perl@sunstarsys.com>
16175              Date: 12 Aug 2003 13:21:42 -0400
16176              Message-ID: <m3adae94gp.fsf@sol.sunstarsys.com>
16177      Branch: perl
16178            ! pod/perlapi.pod sv.c
16179 ____________________________________________________________________________
16180 [ 20910] By: rgs                                   on 2003/08/26  19:37:29
16181         Log: Change the internal prototype of the pop() and shift() builtins
16182              to (;\@), to reflect that their array argument is optional.
16183      Branch: perl
16184            ! opcode.h opcode.pl
16185 ____________________________________________________________________________
16186 [ 20909] By: rgs                                   on 2003/08/26  19:13:39
16187         Log: Subject: [PATCH] improved 19064 (local $_[0] problems)
16188              From: Dave Mitchell <davem@fdgroup.com>
16189              Date: Sun, 24 Aug 2003 15:52:00 +0100
16190              Message-ID: <20030824145159.GA12210@fdgroup.com>
16191      Branch: perl
16192            ! pp_ctl.c pp_hot.c scope.c t/op/args.t
16193 ____________________________________________________________________________
16194 [ 20908] By: rgs                                   on 2003/08/26  18:40:50
16195         Log: Subject: [PATCH] minor File::Spec testing cleanup
16196              From: Ken Williams <ken@mathforum.org>
16197              Date: Thu, 21 Aug 2003 22:47:51 -0500
16198              Message-Id: <67C30B63-D453-11D7-8495-003065F6D85A@mathforum.org>
16199      Branch: perl
16200            ! lib/File/Spec/t/rel2abs2rel.t
16201 ____________________________________________________________________________
16202 [ 20907] By: jhi                                   on 2003/08/26  12:12:14
16203         Log: Maintainer catch from Rafael.
16204      Branch: perl
16205            ! Porting/Maintainers.pl
16206 ____________________________________________________________________________
16207 [ 20905] By: jhi                                   on 2003/08/26  09:36:22
16208         Log: Take a cutdown version of the change #20903 also to perlebcdic.
16209      Branch: perl
16210            ! pod/perlebcdic.pod
16211 ____________________________________________________________________________
16212 [ 20904] By: jhi                                   on 2003/08/26  09:29:49
16213         Log: No dynaloading at all in Ultrix.
16214      Branch: perl
16215            ! hints/ultrix_4.sh
16216 ____________________________________________________________________________
16217 [ 20903] By: jhi                                   on 2003/08/26  08:54:02
16218         Log: PerlIO on EBCDIC on BS2000 advice from Thomas Dorner.
16219              (This information looks interesting enough to be mentioned
16220              elsewhere, too.)
16221      Branch: perl
16222            ! README.bs2000
16223 ____________________________________________________________________________
16224 [ 20902] By: jhi                                   on 2003/08/26  08:36:36
16225         Log: CGI::Carp from CGI.pm 3.00 was missing.
16226      Branch: perl
16227            ! lib/CGI/Carp.pm
16228 ____________________________________________________________________________
16229 [ 20901] By: jhi                                   on 2003/08/26  05:18:15
16230         Log: Subject: Re: [PATCH] valgrind and /#/x
16231              From: Enache Adrian <enache@rdslink.ro>
16232              Date: Tue, 26 Aug 2003 08:11:07 +0300
16233              Message-ID: <20030826051107.GA1086@ratsnest.hole>
16234      Branch: perl
16235            ! regcomp.c t/op/re_tests t/run/fresh_perl.t toke.c
16236 ____________________________________________________________________________
16237 [ 20900] By: jhi                                   on 2003/08/26  04:53:09
16238         Log: More memory lane.
16239      Branch: perl
16240            ! hints/ultrix_4.sh
16241 ____________________________________________________________________________
16242 [ 20899] By: rgs                                   on 2003/08/25  21:05:57
16243         Log: fix syscall() prototype description in
16244              perlfunc.pod, as suggested by Lukas Mai.
16245      Branch: perl
16246            ! pod/perlfunc.pod
16247 ____________________________________________________________________________
16248 [ 20896] By: jhi                                   on 2003/08/25  19:52:48
16249         Log: Tiny doc tweak.
16250      Branch: perl
16251            ! README.solaris
16252 ____________________________________________________________________________
16253 [ 20895] By: jhi                                   on 2003/08/25  19:46:31
16254         Log: Even more SunOS 4 info.
16255      Branch: perl
16256            ! README.solaris
16257 ____________________________________________________________________________
16258 [ 20894] By: jhi                                   on 2003/08/25  19:37:00
16259         Log: Subject: [PATCH@20512] make backspace key work for WinCE users
16260              From: Vadim Konovalov <vkonovalov@peterstar.ru>
16261              Date: Tue, 26 Aug 2003 00:10:29 +0400
16262              Message-ID: <135606488000.20030826001029@peterstar.ru>
16263      Branch: perl
16264            ! wince/perlmain.c
16265 ____________________________________________________________________________
16266 [ 20893] By: jhi                                   on 2003/08/25  19:25:08
16267         Log: Subject: more valgrinding: select problem?
16268              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
16269              Date: Mon, 25 Aug 2003 22:02:17 +0200
16270              Message-ID: <008301c36b43$cfe26f10$0c2f1fac@R2D2>
16271
16272              In glibc, just use the __FD_SETSIZE since that's
16273              the size of the buffer (usually 1024 bits, much
16274              more than the selectminbits of 32).
16275      Branch: perl
16276            ! pp_sys.c
16277 ____________________________________________________________________________
16278 [ 20892] By: jhi                                   on 2003/08/25  19:11:32
16279         Log: More ptags tweakage from Stas; now add 'fullpath'
16280              option to get absolute paths.
16281      Branch: perl
16282            ! emacs/ptags
16283 ____________________________________________________________________________
16284 [ 20891] By: jhi                                   on 2003/08/25  18:35:03
16285         Log: The new tests of #20888 didn't really test what they claimed to.
16286      Branch: perl
16287            ! t/op/pat.t
16288 ____________________________________________________________________________
16289 [ 20890] By: jhi                                   on 2003/08/25  18:14:33
16290         Log: Subject: [5.8.1] maint @ 20845 OK on aix 4.2
16291              From: Jose.auguste-etienne@cgss-guyane.fr
16292              Date: Mon, 25 Aug 2003 14:35:45 -0300
16293              Message-ID: <OF1EF867E8.4A2A43A1-ON03256D8D.005DFE9A@Cgss-Guyane.fr>
16294
16295              AIX Configure advice.
16296      Branch: perl
16297            ! README.aix
16298 ____________________________________________________________________________
16299 [ 20889] By: jhi                                   on 2003/08/25  18:08:42
16300         Log: More SunOS 4.x info.
16301      Branch: perl
16302            ! README.solaris
16303 ____________________________________________________________________________
16304 [ 20888] By: jhi                                   on 2003/08/25  17:53:32
16305         Log: The #20887 didn't go over that well;
16306              and add a few more tests from UTS#18.
16307      Branch: perl
16308            ! t/op/pat.t
16309 ____________________________________________________________________________
16310 [ 20887] By: jhi                                   on 2003/08/25  16:40:51
16311         Log: pat.t -> charnames -> UCD -> Storable,
16312              not good for static builds and minitest.
16313      Branch: perl
16314            ! t/op/pat.t
16315 ____________________________________________________________________________
16316 [ 20886] By: jhi                                   on 2003/08/25  16:35:26
16317         Log: SunOS 4.1.4 is working, too.
16318      Branch: perl
16319            ! README.solaris hints/sunos_4_1.sh
16320 ____________________________________________________________________________
16321 [ 20884] By: jhi                                   on 2003/08/25  16:05:18
16322         Log: Regen perlmodlib, perltoc.
16323      Branch: perl
16324            ! pod/perlmodlib.pod pod/perltoc.pod
16325 ____________________________________________________________________________
16326 [ 20881] By: jhi                                   on 2003/08/25  15:45:51
16327         Log: UVSIZE is not yet defined when it would be needed
16328              by MULTIARCH.  So go back to LONGSIZE, and (belt-
16329              and-suspenders-and-rope style) later in UVSIZE
16330              possibly redefine BYTEORDER.
16331      Branch: perl
16332            ! Configure config_h.SH
16333 ____________________________________________________________________________
16334 [ 20880] By: jhi                                   on 2003/08/25  11:28:45
16335         Log: Subject: [PATCH] valgrind and /#/x
16336              From: Dave Mitchell <davem@fdgroup.com>
16337              Date: Mon, 25 Aug 2003 13:27:49 +0100
16338              Message-ID: <20030825122748.GA15560@fdgroup.com>
16339      Branch: perl
16340            ! regcomp.c
16341 ____________________________________________________________________________
16342 [ 20879] By: jhi                                   on 2003/08/25  11:16:29
16343         Log: Subject: Please update my address
16344              From: Ed Avis <ed@membled.com>
16345              Date: Mon, 25 Aug 2003 13:16:45 +0100 (BST)
16346              Message-ID: <Pine.LNX.4.20L2.0308251314530.29902-100000@budvar.future-i.net>
16347
16348              (Just the AUTHORS part, though, I don't think retroactively
16349              updating the Changes* is useful.)
16350      Branch: perl
16351            ! AUTHORS
16352 ____________________________________________________________________________
16353 [ 20878] By: jhi                                   on 2003/08/25  11:14:26
16354         Log: Document even more ways of affecting your "utf8ness".
16355      Branch: perl
16356            ! lib/utf8.pm
16357 ____________________________________________________________________________
16358 [ 20877] By: jhi                                   on 2003/08/25  11:11:40
16359         Log: Change the VERSION since there are now changes since Perl 5.8.0.
16360      Branch: perl
16361            ! ext/I18N/Langinfo/Langinfo.pm
16362 ____________________________________________________________________________
16363 [ 20876] By: jhi                                   on 2003/08/25  11:11:13
16364         Log: Keep the CGI::Util VERSION at 1.31 since there have been changes
16365              since Perl 5.8.0.
16366      Branch: perl
16367            ! lib/CGI/Util.pm
16368 ____________________________________________________________________________
16369 [ 20875] By: jhi                                   on 2003/08/25  11:09:49
16370         Log: Upgrade to CGI.pm 3.00.
16371      Branch: perl
16372            ! lib/CGI.pm lib/CGI/Util.pm
16373 ____________________________________________________________________________
16374 [ 20872] By: jhi                                   on 2003/08/25  09:03:44
16375         Log: Subject: [PATCH] valgrind update
16376              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
16377              Date: Mon, 25 Aug 2003 09:51:57 +0200 (MEST)
16378              Message-ID: <21671.1061797917@www38.gmx.net>
16379      Branch: perl
16380            ! t/TEST t/op/magic.t
16381 ____________________________________________________________________________
16382 [ 20871] By: jhi                                   on 2003/08/25  05:16:02
16383         Log: Subject: [PATCH] valgrind memcpy warnings (Re: [PATCH] Re: valgrind as a leak hound?)
16384              From: Nicholas Clark <nick@ccl4.org>
16385              Date: Sun, 24 Aug 2003 16:48:53 +0100
16386              Message-ID: <20030824164851.E558@plum.flirble.org>
16387      Branch: perl
16388            ! doop.c
16389 ____________________________________________________________________________
16390 [ 20870] By: jhi                                   on 2003/08/25  05:14:04
16391         Log: Subject: [patch emacs/ptags] allow xemacs to be used
16392              From: Stas Bekman <stas@stason.org>
16393              Date: Sun, 24 Aug 2003 22:05:00 -0700
16394              Message-ID: <3F4998FC.3090401@stason.org>
16395      Branch: perl
16396            ! emacs/ptags
16397 ____________________________________________________________________________
16398 [ 20868] By: jhi                                   on 2003/08/24  13:20:03
16399         Log: MPE/iX doc tweak from Mark Bixby.
16400      Branch: perl
16401            ! README.mpeix
16402 ____________________________________________________________________________
16403 [ 20867] By: jhi                                   on 2003/08/24  10:46:42
16404         Log: Various tweaks for getting Perl to compile on SunOS 4.x.
16405              Doesn't work well yet, something broken in DynaLoader/XSLoader?
16406      Branch: perl
16407            ! README.solaris ext/IO/poll.c hints/sunos_4_1.sh
16408 ____________________________________________________________________________
16409 [ 20866] By: jhi                                   on 2003/08/24  10:00:59
16410         Log: IRIX 5.3 is 99.90% okay.
16411      Branch: perl
16412            ! README.irix hints/irix_5.sh
16413 ____________________________________________________________________________
16414 [ 20865] By: jhi                                   on 2003/08/24  08:24:46
16415         Log: An imperfect last resort in case there is no strtoul() but
16416              there is strtol() (like e.g. SunOS 4) because of the Atoul()
16417              in Perl_get_hash_seed()).  The only true fix would be to
16418              implement Perl_my_strtoul() (and Perl_my_strtol(), I guess)
16419              in numeric.c.
16420      Branch: perl
16421            ! perl.h
16422 ____________________________________________________________________________
16423 [ 20864] By: jhi                                   on 2003/08/24  07:45:47
16424         Log: s/rationale/rational/g on bigrats.
16425      Branch: perl
16426            ! lib/Math/BigRat.pm lib/bigrat.pm
16427 ____________________________________________________________________________
16428 [ 20862] By: jhi                                   on 2003/08/24  06:41:17
16429         Log: Update the CPAN mirrors list.
16430      Branch: perl
16431            ! pod/perlmodlib.PL pod/perlmodlib.pod
16432 ____________________________________________________________________________
16433 [ 20861] By: jhi                                   on 2003/08/24  06:13:13
16434         Log: gcc -O3 and Storable in Linux do not like each other.
16435      Branch: perl
16436            ! ext/Storable/hints/linux.pl
16437 ____________________________________________________________________________
16438 [ 20860] By: jhi                                   on 2003/08/24  05:34:56
16439         Log: Bad quote day, noticed by Philip Newton.
16440      Branch: perl
16441            ! hints/dos_djgpp.sh
16442 ____________________________________________________________________________
16443 [ 20856] By: jhi                                   on 2003/08/23  09:15:15
16444         Log: Subject: Re: bytecode.t & OS X "Invalid bytecode for this architecture"
16445              From: Enache Adrian <enache@rdslink.ro>
16446              Date: Mon, 4 Aug 2003 16:20:19 +0300
16447              Message-ID: <20030804132019.GA6764@ratsnest.hole>
16448      Branch: perl
16449            ! Configure config_h.SH
16450 ____________________________________________________________________________
16451 [ 20855] By: jhi                                   on 2003/08/23  07:51:32
16452         Log: Add more comments so that one can see what is supposed to happen.
16453      Branch: perl
16454            ! t/op/lc.t
16455 ____________________________________________________________________________
16456 [ 20854] By: jhi                                   on 2003/08/23  07:41:11
16457         Log: More data points about the Storable optimization problem
16458              in Linux.  (It might be that also non-Debians are affected,
16459              waiting for more information.)
16460      Branch: perl
16461            ! ext/Storable/hints/linux.pl
16462 ____________________________________________________________________________
16463 [ 20853] By: jhi                                   on 2003/08/23  07:37:41
16464         Log: Move the note about known eval leaks earlier.
16465      Branch: perl
16466            ! pod/perlhack.pod
16467 ____________________________________________________________________________
16468 [ 20852] By: jhi                                   on 2003/08/23  07:15:58
16469         Log: Forgot to regen byterun.c.
16470      Branch: perl
16471            ! ext/ByteLoader/byterun.c
16472 ____________________________________________________________________________
16473 [ 20851] By: jhi                                   on 2003/08/23  07:13:29
16474         Log: Doc tweaks on perlhack.
16475      Branch: perl
16476            ! pod/perlhack.pod
16477 ____________________________________________________________________________
16478 [ 20850] By: jhi                                   on 2003/08/23  06:54:58
16479         Log: Subject: [PATCH] Re: valgrind as a leak hound?
16480              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
16481              Date: Fri, 22 Aug 2003 23:28:18 +0200
16482              Message-ID: <002201c368f4$4e5a5e40$0c2f1fac@R2D2>
16483
16484              Add the leak detection to valgrind testing.
16485      Branch: perl
16486            + t/perl.supp
16487            ! MANIFEST pod/perlhack.pod t/TEST
16488 ____________________________________________________________________________
16489 [ 20843] By: jhi                                   on 2003/08/22  15:05:39
16490         Log: Oops.  Why can't C comments nest?
16491      Branch: perl
16492            ! pp_sys.c
16493 ____________________________________________________________________________
16494 [ 20842] By: jhi                                   on 2003/08/22  14:57:09
16495         Log: Try to dodge getspnam() in AIX.
16496      Branch: perl
16497            ! pp_sys.c
16498 ____________________________________________________________________________
16499 [ 20840] By: jhi                                   on 2003/08/22  13:52:26
16500         Log: Subject: Re: mysterious bytecode.t failure
16501              From: Enache Adrian <enache@rdslink.ro>
16502              Date: Fri, 22 Aug 2003 11:49:34 +0300
16503              Message-ID: <20030822084934.GA1257@ratsnest.hole>
16504      Branch: perl
16505            ! t/base/lex.t
16506 ____________________________________________________________________________
16507 [ 20839] By: jhi                                   on 2003/08/22  13:51:44
16508         Log: Subject: [PATCH] for File::Temp::tempdir(CLEANUP => 1)
16509              From: Slaven Rezic <slaven@rezic.de>
16510              Date: Sun, 17 Aug 2003 12:52:47 +0200 (CEST)
16511              Message-Id: <200308171052.h7HAqlfo026317@vran.herceg.de>
16512      Branch: perl
16513            ! lib/File/Temp.pm lib/File/Temp/t/tempfile.t
16514 ____________________________________________________________________________
16515 [ 20837] By: jhi                                   on 2003/08/22  13:42:24
16516         Log: Just #.
16517      Branch: perl
16518            ! pod/buildtoc pod/perltoc.pod
16519 ____________________________________________________________________________
16520 [ 20835] By: jhi                                   on 2003/08/22  13:32:12
16521         Log: Regen toc.
16522      Branch: perl
16523            ! pod/perltoc.pod
16524 ____________________________________________________________________________
16525 [ 20834] By: jhi                                   on 2003/08/22  13:28:36
16526         Log: Also MANIFEST the vms/perlvms restoration.
16527      Branch: perl
16528            ! MANIFEST
16529 ____________________________________________________________________________
16530 [ 20833] By: jhi                                   on 2003/08/22  13:22:02
16531         Log: In the vms/descrip_mms.template    the perlvms.pod must
16532              be copied from vms/, err, [.vms], not [.pod].
16533      Branch: perl
16534            ! pod/buildtoc vms/descrip_mms.template
16535 ____________________________________________________________________________
16536 [ 20832] By: jhi                                   on 2003/08/22  13:15:35
16537         Log: Retract #20826 and #20831; things are done differently
16538              in VMS, it seems.  Maybe the vms/descrip_mms.template
16539              needs to be changed?
16540      Branch: perl
16541            + vms/perlvms.pod
16542            - pod/perlvms.pod
16543            ! MANIFEST Makefile.SH
16544 ____________________________________________________________________________
16545 [ 20831] By: jhi                                   on 2003/08/22  13:04:47
16546         Log: Rafael spotted that vms/perlvms.pod was still referred to.
16547      Branch: perl
16548            ! Makefile.SH
16549 ____________________________________________________________________________
16550 [ 20829] By: jhi                                   on 2003/08/22  12:22:04
16551         Log: The change #20809 opened up a code path that might leave s unset.
16552      Branch: perl
16553            ! mg.c
16554 ____________________________________________________________________________
16555 [ 20828] By: jhi                                   on 2003/08/22  12:17:49
16556         Log: Subject: [PATCH: lib/File/Path.t] Re: maint @ 20803
16557              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
16558              Date: Fri, 22 Aug 2003 14:57:09 +0200
16559              Message-ID: <00dd01c368ac$e69146d0$0c2f1fac@R2D2>
16560      Branch: perl
16561            ! lib/File/Path.t
16562 ____________________________________________________________________________
16563 [ 20827] By: jhi                                   on 2003/08/22  12:17:01
16564         Log: Test the correct longness; from Enache.
16565      Branch: perl
16566            ! ext/B/t/assembler.t
16567 ____________________________________________________________________________
16568 [ 20826] By: jhi                                   on 2003/08/22  12:15:28
16569         Log: perlvms moving day, from Craig Berry.
16570      Branch: perl
16571            + pod/perlvms.pod
16572            - vms/perlvms.pod
16573            ! MANIFEST
16574 ____________________________________________________________________________
16575 [ 20825] By: jhi                                   on 2003/08/22  12:14:14
16576         Log: Lower Storable.xs optimization to -O2 on certain
16577              known platforms.
16578      Branch: perl
16579            + ext/Storable/hints/linux.pl
16580            ! MANIFEST
16581 ____________________________________________________________________________
16582 [ 20824] By: jhi                                   on 2003/08/22  08:20:15
16583         Log: Subject: [PATCH] Re: [perl #23463] compiler version on sparc/netbsd
16584              From: Nicholas Clark <nick@ccl4.org>
16585              Date: Thu, 21 Aug 2003 22:26:18 +0100
16586              Message-ID: <20030821222618.T558@plum.flirble.org>
16587      Branch: perl
16588            ! t/op/pack.t
16589 ____________________________________________________________________________
16590 [ 20823] By: jhi                                   on 2003/08/22  08:16:47
16591         Log: Subject: Re: [perl #23463]: compiler version on sparc/netbsd
16592              From: alian@cpan.org (Alian)
16593              Date: Wed, 20 Aug 2003 20:39:17 +0200
16594              Message-ID: <3F43C055.6030709@jupiter.alianet>
16595      Branch: perl
16596            ! t/op/pack.t
16597 ____________________________________________________________________________
16598 [ 20822] By: jhi                                   on 2003/08/22  08:01:57
16599         Log: Try to make the use of utf8 as clear as possible.
16600      Branch: perl
16601            ! lib/utf8.pm
16602 ____________________________________________________________________________
16603 [ 20821] By: jhi                                   on 2003/08/22  07:51:21
16604         Log: Put the tests of the change #19064 back, but disable them.
16605      Branch: perl
16606            ! t/op/args.t
16607 ____________________________________________________________________________
16608 [ 20820] By: jhi                                   on 2003/08/22  06:47:50
16609         Log: Advertise the encoding pragma at the utf8 pragma.
16610      Branch: perl
16611            ! lib/utf8.pm
16612 ____________________________________________________________________________
16613 [ 20819] By: jhi                                   on 2003/08/22  06:31:29
16614         Log: Subject: [PATCH] grok_* symbols missing in Devel::PPPort (2nd attempt)
16615              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
16616              Date: Fri, 22 Aug 2003 09:01:09 +0200
16617              Message-id: <20030822070109.GA1029@ethan>
16618      Branch: perl
16619            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
16620            ! ext/Devel/PPPort/t/test.t
16621 ____________________________________________________________________________
16622 [ 20817] By: jhi                                   on 2003/08/22  05:18:53
16623         Log: Subject: [PATCH] perl-5.8.0, langinfo.h and YESSTR
16624              From: insecure <insecure@mail.od.ua>
16625              Date: Thu, 21 Aug 2003 21:37:56 +0300
16626              Message-Id: <200308212137.57016.insecure@mail.od.ua>
16627      Branch: perl
16628            ! ext/I18N/Langinfo/Langinfo.xs
16629 ____________________________________________________________________________
16630 [ 20816] By: jhi                                   on 2003/08/22  05:15:30
16631         Log: More bytecode patching from Enache.
16632      Branch: perl
16633            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Assembler.pm
16634            ! ext/B/B/Disassembler.pm ext/ByteLoader/bytecode.h
16635 ____________________________________________________________________________
16636 [ 20815] By: jhi                                   on 2003/08/22  05:06:58
16637         Log: Subject: Re: pod cleanup
16638              From: Ken Williams <ken@mathforum.org>
16639              Date: Thu, 21 Aug 2003 21:24:57 -0500
16640              Message-Id: <D2C0AA31-D447-11D7-8495-003065F6D85A@mathforum.org>
16641      Branch: perl
16642            ! lib/File/Spec/Cygwin.pm lib/File/Spec/OS2.pm
16643 ____________________________________________________________________________
16644 [ 20814] By: jhi                                   on 2003/08/22  05:05:52
16645         Log: Do not edit perltoc since it is autogenerated.
16646      Branch: perl
16647            ! pod/buildtoc
16648 ____________________________________________________________________________
16649 [ 20813] By: jhi                                   on 2003/08/22  04:57:12
16650         Log: Subject: [PATCH] Re: pod cleanup
16651              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
16652              Date: Thu, 21 Aug 2003 17:09:17 -0400
16653              Message-ID: <20030821210917.GB164965@linguist.thayer.dartmouth.edu>
16654
16655              (the pod part)
16656      Branch: perl
16657            ! pod/perl5005delta.pod pod/perlfaq4.pod pod/perlhack.pod
16658            ! pod/perlipc.pod pod/perlpacktut.pod
16659 ____________________________________________________________________________
16660 [ 20811] By: jhi                                   on 2003/08/22  04:46:58
16661         Log: No need to E<gt>.
16662      Branch: perl
16663            ! pod/perluniintro.pod
16664 ____________________________________________________________________________
16665 [ 20810] By: jhi                                   on 2003/08/22  04:46:01
16666         Log: Add File::Temp's OO test.
16667      Branch: perl
16668            + lib/File/Temp/t/object.t
16669            ! MANIFEST
16670 ____________________________________________________________________________
16671 [ 20809] By: rgs                                   on 2003/08/21  19:07:22
16672         Log: The magic variables that alter STDOUT have a tendancy to segfault
16673              when accessed if STDOUT is undefined. Protect them.
16674      Branch: perl
16675            ! mg.c
16676 ____________________________________________________________________________
16677 [ 20808] By: jhi                                   on 2003/08/21  18:39:36
16678         Log: Mention the Unicode UTR #18 version referenced.
16679      Branch: perl
16680            ! pod/perlunicode.pod
16681 ____________________________________________________________________________
16682 [ 20807] By: jhi                                   on 2003/08/21  18:22:22
16683         Log: Must close so that unlink works portably.
16684      Branch: perl
16685            ! t/io/utf8.t
16686 ____________________________________________________________________________
16687 [ 20806] By: jhi                                   on 2003/08/21  18:15:07
16688         Log: Subject: [perluniintro.pod] pod markup fix
16689              From: Stas Bekman <stas@stason.org>
16690              Date: Thu, 21 Aug 2003 11:41:01 -0700
16691              Message-ID: <3F45123D.8020805@stason.org>
16692      Branch: perl
16693            ! pod/perluniintro.pod
16694 ____________________________________________________________________________
16695 [ 20805] By: jhi                                   on 2003/08/21  18:11:30
16696         Log: Subject: [PATCH] utf8 variable names scrambled in error messages
16697              From: Enache Adrian <enache@rdslink.ro>
16698              Date: Thu, 21 Aug 2003 21:17:26 +0300
16699              Message-ID: <20030821181726.GA1241@ratsnest.hole>
16700      Branch: perl
16701            ! gv.c t/op/die.t
16702 ____________________________________________________________________________
16703 [ 20804] By: jhi                                   on 2003/08/21  18:09:10
16704         Log: Fix the syswrite downgrade bug of
16705              [perl #23428] Somethings rotten in unicode semantics
16706      Branch: perl
16707            ! pp_sys.c t/io/utf8.t
16708 ____________________________________________________________________________
16709 [ 20801] By: jhi                                   on 2003/08/21  15:06:16
16710         Log: No more public cwd(), use private _cwd().
16711      Branch: perl
16712            ! lib/File/Spec/t/Spec.t
16713 ____________________________________________________________________________
16714 [ 20799] By: jhi                                   on 2003/08/21  14:20:04
16715         Log: Underline the fact that abs2rel() makes no sense
16716              if it spans multiple roots.
16717      Branch: perl
16718            ! lib/File/Spec.pm lib/File/Spec/Unix.pm
16719 ____________________________________________________________________________
16720 [ 20798] By: jhi                                   on 2003/08/21  14:12:29
16721         Log: Rename the internal cwd() to _cwd() (it's not curdir).
16722      Branch: perl
16723            ! lib/File/Spec/Cygwin.pm lib/File/Spec/Epoc.pm
16724            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
16725            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
16726            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
16727 ____________________________________________________________________________
16728 [ 20797] By: jhi                                   on 2003/08/21  14:05:18
16729         Log: Subject: Re: [PATCH: perl@20760] clean up quotation issue for use with MMS on VMS
16730              From: PPrymmer@factset.com
16731              Message-ID: <OF261B78F0.19FBE242-ON85256D88.00091B48-85256D88.000A179D@factset.com>
16732              Date: Tue, 19 Aug 2003 21:50:12 -0400
16733      Branch: perl
16734            ! lib/ExtUtils/MM_Unix.pm
16735 ____________________________________________________________________________
16736 [ 20795] By: jhi                                   on 2003/08/21  04:42:56
16737         Log: Retract #19064, broke mod_perl flushing (localisation of $|).
16738              http://public.activestate.com/cgi-bin/perlbrowse?patch=19064
16739              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2003-08/msg01466.html
16740      Branch: perl
16741            ! pp_ctl.c pp_hot.c scope.c t/op/args.t
16742 ____________________________________________________________________________
16743 [ 20794] By: jhi                                   on 2003/08/21  04:35:54
16744         Log: MPE/iX does not have nanosleep() (the test makes
16745              a wrong conclusion of the linking succeeding)
16746      Branch: perl
16747            ! ext/Time/HiRes/Makefile.PL
16748 ____________________________________________________________________________
16749 [ 20793] By: jhi                                   on 2003/08/21  04:35:05
16750         Log: Subject: Re: untieing your victim during the act
16751              From: Dave Mitchell <davem@fdgroup.com>
16752              Date: Wed, 20 Aug 2003 20:44:53 +0100
16753              Message-ID: <20030820194453.GD27719@fdgroup.com>
16754      Branch: perl
16755            ! mg.c
16756 ____________________________________________________________________________
16757 [ 20792] By: jhi                                   on 2003/08/21  04:30:54
16758         Log: Byteloader patching from Enache continues;
16759              PADOFFSET handling was wrong.
16760      Branch: perl
16761            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Assembler.pm
16762            ! ext/B/t/assembler.t ext/ByteLoader/bytecode.h
16763            ! ext/ByteLoader/byterun.c
16764 ____________________________________________________________________________
16765 [ 20791] By: jhi                                   on 2003/08/20  13:55:35
16766         Log: Subject: [PATCH perl@20760] Remove redundant targets from Win32 Makefile
16767              From: Steve Hay <steve.hay@uk.radan.com>
16768              Date: Wed, 20 Aug 2003 10:54:46 +0100
16769              Message-ID: <3F434566.3030602@uk.radan.com>
16770      Branch: perl
16771            ! win32/Makefile win32/makefile.mk
16772 ____________________________________________________________________________
16773 [ 20790] By: jhi                                   on 2003/08/20  11:01:52
16774         Log: Upgrade to Encode 1.98.
16775      Branch: perl
16776            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
16777            ! ext/Encode/META.yml ext/Encode/bin/enc2xs
16778            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
16779            ! ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/enc_eucjp.t
16780            ! ext/Encode/t/enc_utf8.t ext/Encode/t/mime-header.t
16781            ! ext/Encode/ucm/macArabic.ucm ext/Encode/ucm/macFarsi.ucm
16782            ! ext/Encode/ucm/macHebrew.ucm
16783 ____________________________________________________________________________
16784 [ 20789] By: jhi                                   on 2003/08/20  10:49:51
16785         Log: Patch from Enache for the crashing of bytecode.t in Tru64.
16786      Branch: perl
16787            ! ext/B/B/Bytecode.pm ext/ByteLoader/bytecode.h
16788 ____________________________________________________________________________
16789 [ 20786] By: rgs                                   on 2003/08/19  20:22:07
16790         Log: t/TEST fails to fail when it can't find tests.
16791      Branch: perl
16792            ! t/TEST
16793 ____________________________________________________________________________
16794 [ 20785] By: jhi                                   on 2003/08/19  19:34:18
16795         Log: Manifest.t.ation of Schwern.
16796      Branch: perl
16797            ! lib/ExtUtils/t/Manifest.t
16798 ____________________________________________________________________________
16799 [ 20783] By: jhi                                   on 2003/08/19  19:24:00
16800         Log: Nick's podulator was right, I just hadn't read the manual...
16801              the vms\perlvms.pod lines needed to be moved.
16802      Branch: perl
16803            ! win32/Makefile win32/makefile.mk
16804 ____________________________________________________________________________
16805 [ 20781] By: jhi                                   on 2003/08/19  16:59:49
16806         Log: Subject: Re: [perl #23304] Installing perl breaks redhat-config scripts[was: New (well  known) printer won't install in RH-9]
16807              From: Andy Dougherty <doughera@lafayette.edu>
16808              Date: Tue, 19 Aug 2003 10:45:24 -0400 (EDT)
16809              Message-ID: <Pine.SOL.4.53.0308191027250.6665@maxwell.phys.lafayette.edu>
16810      Branch: perl
16811            ! INSTALL
16812 ____________________________________________________________________________
16813 [ 20780] By: jhi                                   on 2003/08/19  16:54:48
16814         Log: Subject: [PATCH] Can't build thread on openbsd sparc64 => B.c:5078: virtual memory exhausted
16815              From: alian <alian@cpan.org>
16816              Date: Tue, 19 Aug 2003 18:18:03 +0200
16817              Message-ID: <20030819161650.65754.qmail@onion.perl.org>
16818      Branch: perl
16819            + ext/B/hints/openbsd.pl
16820            ! MANIFEST
16821 ____________________________________________________________________________
16822 [ 20779] By: jhi                                   on 2003/08/19  16:49:22
16823         Log: Subject: Re: [PATCH] Re: [PATCH] maintperl - File::Spec cwd() stuff
16824              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
16825              Date: Tue, 19 Aug 2003 08:28:14 -0700
16826              Message-ID: <20030819152814.GA15441@math.berkeley.edu>
16827      Branch: perl
16828            ! lib/File/Spec/OS2.pm
16829 ____________________________________________________________________________
16830 [ 20778] By: jhi                                   on 2003/08/19  15:09:30
16831         Log: Unnecessary whitespace diff.
16832      Branch: perl
16833            ! lib/ExtUtils/MakeMaker.pm
16834 ____________________________________________________________________________
16835 [ 20777] By: jhi                                   on 2003/08/19  15:05:18
16836         Log: One less failure.
16837      Branch: perl
16838            ! lib/ExtUtils/t/Manifest.t
16839 ____________________________________________________________________________
16840 [ 20776] By: jhi                                   on 2003/08/19  13:36:03
16841         Log: Replace #20772 with
16842
16843              Subject: Re: [PATCH: perl@20760] VMS specific fix for lib/ExtUtils/t/Manifest.t
16844              From: PPrymmer@factset.com
16845              Message-ID: <OFE22C35CE.D5CB1A7F-ON85256D87.004E3BCA-85256D87.004F9EF2@factset.com>
16846              Date: Tue, 19 Aug 2003 10:29:44 -0400
16847      Branch: perl
16848            ! lib/ExtUtils/t/Manifest.t
16849 ____________________________________________________________________________
16850 [ 20775] By: jhi                                   on 2003/08/19  13:29:13
16851         Log: (From Enache) Keep bytecode files (.plc) around in case
16852              of failures.  (Currently Tru64 is reliably barfing.)
16853      Branch: perl
16854            ! ext/B/t/bytecode.t
16855 ____________________________________________________________________________
16856 [ 20774] By: jhi                                   on 2003/08/19  13:20:59
16857         Log: 's buildtoc now.
16858      Branch: perl
16859            ! README.cygwin
16860 ____________________________________________________________________________
16861 [ 20773] By: jhi                                   on 2003/08/19  13:19:24
16862         Log: These are kind of important.
16863      Branch: perl
16864            ! MANIFEST
16865 ____________________________________________________________________________
16866 [ 20772] By: jhi                                   on 2003/08/19  13:13:26
16867         Log: Replace #20763 with
16868
16869              Subject: Re: [PATCH: perl@20760] VMS specific fix for lib/ExtUtils/t/Manifest.t
16870              From: Michael G Schwern <schwern@pobox.com>
16871              Date: Mon, 18 Aug 2003 17:07:30 -0700
16872              Message-ID: <20030819000729.GG14782@windhund.schwern.org>
16873      Branch: perl
16874            ! lib/ExtUtils/t/Manifest.t
16875 ____________________________________________________________________________
16876 [ 20771] By: jhi                                   on 2003/08/19  13:10:42
16877         Log: Subject: [PATCH] Re: [PATCH] maintperl - File::Spec cwd() stuff
16878              From: Michael G Schwern <schwern@pobox.com>
16879              Date: Mon, 18 Aug 2003 18:02:08 -0700
16880              Message-ID: <20030819010208.GI14782@windhund.schwern.org>
16881      Branch: perl
16882            ! lib/File/Spec/OS2.pm
16883 ____________________________________________________________________________
16884 [ 20770] By: jhi                                   on 2003/08/19  13:08:45
16885         Log: Subject: [PATCH] maintperl - File::Spec cwd() stuff
16886              From: Ken Williams <ken@mathforum.org>
16887              Date: Mon, 18 Aug 2003 17:07:43 -0500
16888              Message-Id: <645E5A7D-D1C8-11D7-84BF-003065F6D85A@mathforum.org>
16889      Branch: perl
16890            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
16891            ! lib/File/Spec/t/Spec.t
16892 ____________________________________________________________________________
16893 [ 20769] By: jhi                                   on 2003/08/19  12:25:07
16894         Log: Update the history records.
16895      Branch: perl
16896            ! pod/perlhist.pod
16897 ____________________________________________________________________________
16898 [ 20768] By: jhi                                   on 2003/08/19  12:15:58
16899         Log: Still trying to unify MANIFEST sorting.
16900      Branch: perl
16901            ! MANIFEST pod/buildtoc
16902 ____________________________________________________________________________
16903 [ 20767] By: jhi                                   on 2003/08/19  12:10:00
16904         Log: Try to unify the MANIFEST sorting.
16905      Branch: perl
16906            ! MANIFEST Makefile.SH pod/buildtoc
16907 ____________________________________________________________________________
16908 [ 20766] By: jhi                                   on 2003/08/19  12:04:22
16909         Log: Nick Clark's podulator.  The win32 makefile
16910              generation doesn't seem to be working yet.
16911      Branch: perl
16912            + pod.lst pod/buildtoc
16913            - pod/buildtoc.PL
16914            ! MANIFEST Makefile.SH pod/Makefile.SH pod/perl.pod
16915            ! pod/perltoc.pod vms/descrip_mms.template win32/pod.mak
16916 ____________________________________________________________________________
16917 [ 20765] By: jhi                                   on 2003/08/19  03:10:57
16918         Log: Pod tweaks for NEXT from Alan Ferrency.
16919      Branch: perl
16920            ! lib/NEXT.pm
16921 ____________________________________________________________________________
16922 [ 20764] By: jhi                                   on 2003/08/18  19:34:16
16923         Log: Typo tweaks from Gerrit P. Haase.  Fcntl, fcntl, fcntl.
16924      Branch: perl
16925            ! ext/Fcntl/Fcntl.pm pod/perlfunc.pod t/io/utf8.t
16926 ____________________________________________________________________________
16927 [ 20763] By: jhi                                   on 2003/08/18  19:01:33
16928         Log: Subject: [PATCH: perl@20760] VMS specific fix for lib/ExtUtils/t/Manifest.t
16929              From: PPrymmer@factset.com
16930              Date: Mon, 18 Aug 2003 15:57:12 -0400
16931              Message-ID: <OF314202D4.49371ADF-ON85256D86.006CEBE2-85256D86.006D9AA7@factset.com>
16932      Branch: perl
16933            ! lib/ExtUtils/t/Manifest.t
16934 ____________________________________________________________________________
16935 [ 20762] By: jhi                                   on 2003/08/18  18:57:22
16936         Log: Subject: [PATCH: perl@20760] clean up quotation issue for use with MMS on VMS
16937              From: PPrymmer@factset.com
16938              Date: Mon, 18 Aug 2003 14:28:22 -0400
16939              Message-ID: <OFAF7796C8.7F204EDE-ON85256D86.0063976D-85256D86.006578B0@factset.com>
16940      Branch: perl
16941            ! vms/descrip_mms.template
16942 ____________________________________________________________________________
16943 [ 20761] By: jhi                                   on 2003/08/18  18:53:05
16944         Log: Use the base class cwd() method.
16945      Branch: perl
16946            ! lib/File/Spec/VMS.pm
16947 ____________________________________________________________________________
16948 [ 20758] By: jhi                                   on 2003/08/18  09:37:22
16949         Log: Subject: [PATCH] Uppercase globals in Pod::Html
16950              From: Michael G Schwern <schwern@pobox.com>
16951              Date: Mon, 18 Aug 2003 03:29:09 -0700
16952              Message-ID: <20030818102909.GJ823@windhund.schwern.org>
16953      Branch: perl
16954            ! lib/Pod/Html.pm
16955 ____________________________________________________________________________
16956 [ 20756] By: jhi                                   on 2003/08/18  08:46:52
16957         Log: Subject: [PATCH] Pod::Html  unifying global variable declaration and initialization
16958              From: Michael G Schwern <schwern@pobox.com>
16959              Date: Mon, 18 Aug 2003 02:44:31 -0700
16960              Message-ID: <20030818094431.GG823@windhund.schwern.org>
16961      Branch: perl
16962            ! lib/Pod/Html.pm
16963 ____________________________________________________________________________
16964 [ 20755] By: jhi                                   on 2003/08/18  08:41:24
16965         Log: Warn about the slowness of memory debuggers.
16966      Branch: perl
16967            ! pod/perlhack.pod
16968 ____________________________________________________________________________
16969 [ 20754] By: jhi                                   on 2003/08/18  08:34:00
16970         Log: Upgrade to ExtUtils::MakeMaker 6.16.
16971      Branch: perl
16972            + lib/ExtUtils/t/prereq_print.t
16973            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Installed.pm
16974            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/META.yml
16975            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm
16976            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
16977            ! lib/ExtUtils/t/00setup_dummy.t lib/ExtUtils/t/Manifest.t
16978 ____________________________________________________________________________
16979 [ 20753] By: jhi                                   on 2003/08/18  08:21:36
16980         Log: Subject: Re: [PATCH] Pod::Html test clean-up (was Re: maint @ 20617 (on VMS))
16981              From: Michael G Schwern <schwern@pobox.com>
16982              Date: Mon, 18 Aug 2003 01:34:34 -0700
16983              Message-ID: <20030818083433.GB823@windhund.schwern.org>
16984      Branch: perl
16985            ! lib/Pod/Html.pm lib/Pod/t/pod2html-lib.pl
16986 ____________________________________________________________________________
16987 [ 20752] By: jhi                                   on 2003/08/18  07:01:16
16988         Log: I could have sworn the base class method was there.
16989      Branch: perl
16990            ! lib/File/Spec/Unix.pm
16991 ____________________________________________________________________________
16992 [ 20751] By: jhi                                   on 2003/08/18  05:09:34
16993         Log: utf8::is_utf8() wasn't there in 5.8.0.
16994      Branch: perl
16995            ! lib/utf8.pm
16996 ____________________________________________________________________________
16997 [ 20750] By: jhi                                   on 2003/08/18  04:53:22
16998         Log: Subject: [PATCH] Pod::Html test clean-up (was Re: maint @ 20617 (on VMS))
16999              From: "Craig A. Berry" <craigberry@mac.com>
17000              Date: Sun, 17 Aug 2003 23:28:21 -0500
17001              Message-ID: <3F4055E5.2070407@mac.com>
17002      Branch: perl
17003            ! lib/Pod/Html.pm lib/Pod/t/pod2html-lib.pl
17004 ____________________________________________________________________________
17005 [ 20749] By: jhi                                   on 2003/08/17  19:27:03
17006         Log: Subject: [PATCH] Taint safe Cwd::_qnx_abs_path()
17007              From: Michael G Schwern <schwern@pobox.com>
17008              Date: Sat, 16 Aug 2003 14:58:25 -0700
17009              Message-ID: <20030816215824.GF5859@windhund.schwern.org>
17010
17011              (plus local *REALPATH)
17012      Branch: perl
17013            ! lib/Cwd.pm
17014 ____________________________________________________________________________
17015 [ 20747] By: jhi                                   on 2003/08/17  08:44:18
17016         Log: Subject: [PATCH] Re: [BUG] string loses its utf8 flag on die
17017              From: Enache Adrian <enache@rdslink.ro>
17018              Date: Sat, 16 Aug 2003 16:03:16 +0300
17019              Message-ID: <20030816130316.GA1654@ratsnest.hole>
17020
17021              Subject: Re: [PATCH] Re: [BUG] string loses its utf8 flag on die
17022              From: Enache Adrian <enache@rdslink.ro>
17023              Date: Sun, 17 Aug 2003 04:42:22 +0300
17024              Message-ID: <20030817014222.GA1287@ratsnest.hole>
17025      Branch: perl
17026            ! t/op/die.t util.c
17027 ____________________________________________________________________________
17028 [ 20745] By: jhi                                   on 2003/08/17  07:52:47
17029         Log: The lib/Cwd.pm diet part of
17030
17031              Subject: [PATCH] File::Spec on diet
17032              From: Tels <perl_dummy@bloodgate.com>
17033              Date: Mon, 7 Jul 2003 22:41:42 +0200
17034              Message-Id: <200307072235.03364@bloodgate.com>
17035      Branch: perl
17036            ! lib/Cwd.pm
17037 ____________________________________________________________________________
17038 [ 20744] By: jhi                                   on 2003/08/17  07:50:00
17039         Log: The "reduce memory footprint and increase speed by not
17040              unconditionally pulling in Cwd"    part of
17041
17042              Subject: [PATCH] File::Spec on diet
17043              From: Tels <perl_dummy@bloodgate.com>
17044              Date: Mon, 7 Jul 2003 22:41:42 +0200
17045              Message-Id: <200307072235.03364@bloodgate.com>
17046
17047              was still valid.
17048      Branch: perl
17049            ! lib/File/Spec/Cygwin.pm lib/File/Spec/Epoc.pm
17050            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
17051            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
17052            ! lib/File/Spec/Win32.pm
17053 ____________________________________________________________________________
17054 [ 20741] By: jhi                                   on 2003/08/17  06:53:07
17055         Log: File::Temp 0.14 from Tim Jenness, now with OO interface.
17056      Branch: perl
17057            ! lib/File/Temp.pm
17058 ____________________________________________________________________________
17059 [ 20739] By: jhi                                   on 2003/08/16  21:03:07
17060         Log: Subject: [PATCH: perl@20724] fixes for installperl and the vmsdebug build on VMS
17061              From: PPrymmer@factset.com
17062              Date: Sat, 16 Aug 2003 11:55:58 -0400
17063              Message-ID: <OFA82C9B0A.6463DD81-ON85256D84.0056DF1B-85256D84.005784F2@factset.com>
17064      Branch: perl
17065            ! installperl
17066 ____________________________________________________________________________
17067 [ 20738] By: jhi                                   on 2003/08/16  20:39:47
17068         Log: Update to Filter::Util::Call 1.6 from CPAN, but keep our
17069              $VERSION at 1.601 so that we are different in version
17070              than 5.8.0 since the module is different (one doc tweak).
17071      Branch: perl
17072            ! ext/Filter/Util/Call/Call.pm
17073 ____________________________________________________________________________
17074 [ 20737] By: jhi                                   on 2003/08/16  20:25:21
17075         Log: valgrind --help didn't return a happy exit status.
17076      Branch: perl
17077            ! Makefile.SH
17078 ____________________________________________________________________________
17079 [ 20736] By: rgs                                   on 2003/08/16  19:54:43
17080         Log: Avoid a "Subroutine Cwd::fastcwd redefined" warning when
17081              loading Cwd. Undefing &Cwd::fastcwd beforehand is inconvenient
17082              because loading the XS part of Cwd might fail.
17083      Branch: perl
17084            ! lib/Cwd.pm
17085 ____________________________________________________________________________
17086 [ 20735] By: rgs                                   on 2003/08/16  19:39:39
17087         Log: Subject: [patch lib/utf8.pm] doc tweaks
17088              From: Stas Bekman <stas@stason.org>
17089              Date: Sat, 16 Aug 2003 13:30:28 -0700
17090              Message-ID: <3F3E9464.3030202@stason.org>
17091      Branch: perl
17092            ! lib/utf8.pm
17093 ____________________________________________________________________________
17094 [ 20734] By: rgs                                   on 2003/08/16  19:32:05
17095         Log: Subject: [PATCH] Taint problems in Cwd::abs_path
17096              From: Michael G Schwern <schwern@pobox.com>
17097              Date: Fri, 15 Aug 2003 18:43:45 -0700
17098              Message-ID: <20030816014345.GE4023@windhund.schwern.org>
17099      Branch: perl
17100            ! ext/Cwd/t/taint.t lib/Cwd.pm
17101 ____________________________________________________________________________
17102 [ 20733] By: jhi                                   on 2003/08/16  17:03:15
17103         Log: No ODBM for Mac OS X, even if we have Fink GDBM libraries.
17104      Branch: perl
17105            ! hints/darwin.sh
17106 ____________________________________________________________________________
17107 [ 20732] By: jhi                                   on 2003/08/16  16:52:50
17108         Log: Add valgrind testing target.
17109      Branch: perl
17110            ! Makefile.SH pod/perlhack.pod t/TEST
17111 ____________________________________________________________________________
17112 [ 20731] By: jhi                                   on 2003/08/16  14:37:33
17113         Log: More networking negativity.
17114      Branch: perl
17115            ! pod/perlport.pod
17116 ____________________________________________________________________________
17117 [ 20730] By: rgs                                   on 2003/08/16  12:12:43
17118         Log: Remove a useless vstring reference in perlnumber.pod.
17119      Branch: perl
17120            ! pod/perlnumber.pod
17121 ____________________________________________________________________________
17122 [ 20729] By: jhi                                   on 2003/08/16  10:11:30
17123         Log: README.macosx updates about known problems.
17124      Branch: perl
17125            ! README.macosx
17126 ____________________________________________________________________________
17127 [ 20728] By: jhi                                   on 2003/08/16  08:32:04
17128         Log: Subject: [PATCH] Small test tweak for Memoize/t/error.t
17129              From: Andreas J Koenig <andreas.koenig@anima.de>
17130              Date: Fri, 15 Aug 2003 11:55:22 +0200
17131              Message-ID: <87smo39red.fsf@franz.ak.mind.de>
17132      Branch: perl
17133            ! lib/Memoize/t/errors.t
17134 ____________________________________________________________________________
17135 [ 20727] By: jhi                                   on 2003/08/16  07:25:08
17136         Log: Upgrade to File::Temp 0.13 from CPAN--
17137              but since we had a '0.13' already in 5.8.0, make this
17138              still a '0.131'.
17139      Branch: perl
17140            ! lib/File/Temp.pm lib/File/Temp/t/mktemp.t
17141            ! lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
17142            ! lib/File/Temp/t/tempfile.t
17143 ____________________________________________________________________________
17144 [ 20726] By: jhi                                   on 2003/08/15  20:29:10
17145         Log: Clarify the E flag.
17146      Branch: perl
17147            ! embed.fnc
17148 ____________________________________________________________________________
17149 [ 20725] By: jhi                                   on 2003/08/15  15:37:36
17150         Log: Integrate from maint:
17151              [ 20724]
17152              No peeking before the buffer.
17153              (This was probably the random failure showing up
17154              in Solaris with t/uni/tr_7jis.t)
17155      Branch: perl
17156           !> toke.c
17157 ____________________________________________________________________________
17158 [ 20721] By: jhi                                   on 2003/08/15  08:44:42
17159         Log: Subject: [PATCH] TEST script (Was: Not ok 20712ff)
17160              From: Andreas J Koenig <andreas.koenig@anima.de>
17161              Date: Fri, 15 Aug 2003 11:37:29 +0200
17162              Message-ID: <87wudf9s86.fsf_-_@franz.ak.mind.de>
17163      Branch: perl
17164            ! t/TEST
17165 ____________________________________________________________________________
17166 [ 20720] By: jhi                                   on 2003/08/15  08:40:07
17167         Log: Integrate from maint:
17168              [ 20719]
17169              no_plan is not a good plan until TEST is fixed.
17170      Branch: perl
17171           !> lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/unseen.t
17172 ____________________________________________________________________________
17173 [ 20717] By: jhi                                   on 2003/08/15  05:06:39
17174         Log: Up the F::S subpackage versions; up the JPL JNI.pm version
17175              (the JPL cvs seems to be out of order), the only real change
17176              (in JNI.xs) seems to have been CRLF->LF conversion.
17177      Branch: perl
17178            ! jpl/JNI/JNI.pm lib/File/Spec/Cygwin.pm lib/File/Spec/Unix.pm
17179 ____________________________________________________________________________
17180 [ 20716] By: jhi                                   on 2003/08/15  04:58:34
17181         Log: Upgrade to Test::Harness 2.30.
17182      Branch: perl
17183            ! lib/Test/Harness.pm lib/Test/Harness/Changes
17184            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/pod.t
17185 ____________________________________________________________________________
17186 [ 20715] By: jhi                                   on 2003/08/15  04:41:37
17187         Log: Damian replied that he'll make a CPAN Switch 2.10
17188              out of 5.8.1 Switch 2.10.
17189      Branch: perl
17190            ! lib/Switch.pm
17191 ____________________________________________________________________________
17192 [ 20714] By: jhi                                   on 2003/08/14  18:35:07
17193         Log: Add PerlIO::via::QuotedPrint to Maintainers.
17194      Branch: perl
17195            ! Porting/Maintainers.pl
17196 ____________________________________________________________________________
17197 [ 20713] By: jhi                                   on 2003/08/14  18:33:06
17198         Log: Upgrade to PerlIO::via::Quoted 0.05.
17199      Branch: perl
17200            ! lib/PerlIO/via/QuotedPrint.pm lib/PerlIO/via/t/QuotedPrint.t
17201 ____________________________________________________________________________
17202 [ 20712] By: jhi                                   on 2003/08/14  18:29:19
17203         Log: Upgrade to NEXT 0.60.
17204      Branch: perl
17205            ! lib/NEXT.pm lib/NEXT/Changes lib/NEXT/README
17206            ! lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/unseen.t
17207 ____________________________________________________________________________
17208 [ 20711] By: jhi                                   on 2003/08/14  17:31:55
17209         Log: perlcheat is a reference, not tutorial.
17210      Branch: perl
17211            ! pod/perl.pod
17212 ____________________________________________________________________________
17213 [ 20710] By: jhi                                   on 2003/08/14  16:48:34
17214         Log: Subject: PATCH RC4 IO::Dir
17215              From: Mark Jason Dominus <mjd@plover.com>
17216              Date: Thu, 14 Aug 2003 12:02:59 -0400
17217              Message-ID: <20030814160259.27586.qmail@plover.com>
17218      Branch: perl
17219            ! ext/IO/lib/IO/Dir.pm
17220 ____________________________________________________________________________
17221 [ 20708] By: jhi                                   on 2003/08/14  14:45:20
17222         Log: win32/fcrypt.c was forgotten.
17223      Branch: perl
17224            ! MANIFEST
17225 ____________________________________________________________________________
17226 [ 20706] By: jhi                                   on 2003/08/14  14:40:30
17227         Log: Not so great a version bump, let Paul release 0.17.
17228      Branch: perl
17229            ! ext/Filter/Util/Call/Call.pm
17230 ____________________________________________________________________________
17231 [ 20705] By: jhi                                   on 2003/08/14  14:38:40
17232         Log: One more XS change versus no VERSION change.
17233              (Remaining in JNI.pm/xs, don't know what to about that
17234              since JNI is kind of "stable".)
17235      Branch: perl
17236            ! ext/Filter/Util/Call/Call.pm
17237 ____________________________________________________________________________
17238 [ 20704] By: jhi                                   on 2003/08/14  14:36:45
17239         Log: XS contents changes versus VERSION non-changes.
17240      Branch: perl
17241            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
17242            ! ext/PerlIO/scalar/scalar.pm ext/SDBM_File/SDBM_File.pm
17243            ! ext/Socket/Socket.pm
17244 ____________________________________________________________________________
17245 [ 20702] By: jhi                                   on 2003/08/14  14:24:40
17246         Log: Subject: [PATCH perl@20684] Include fcrypt.c for crypt() on Windows
17247              From: Steve Hay <steve.hay@uk.radan.com>
17248              Date: Thu, 14 Aug 2003 15:39:16 +0100
17249              Message-ID: <3F3B9F14.4040609@uk.radan.com>
17250
17251              (Sarathy okayed the idea.)
17252      Branch: perl
17253            + win32/fcrypt.c
17254            - win32/des_fcrypt.patch
17255            ! MANIFEST README.win32 win32/Makefile win32/makefile.mk
17256 ____________________________________________________________________________
17257 [ 20701] By: jhi                                   on 2003/08/14  14:17:42
17258         Log: Subject: [DOC PATCH] warnings.pl
17259              From: Elizabeth Mattijsen <liz@dijkmat.nl>
17260              Date: Thu, 14 Aug 2003 13:12:55 +0200
17261              Message-id: <p05111b00bb611e8835e0@[192.168.56.3]>
17262
17263              (some rewording)
17264      Branch: perl
17265            ! lib/warnings.pm warnings.pl
17266 ____________________________________________________________________________
17267 [ 20700] By: gbarr                                 on 2003/08/14  14:12:45
17268         Log: Update to Scalar-List-Utils 1.12
17269      Branch: perl
17270            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
17271            ! ext/List/Util/lib/List/Util.pm
17272            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/reduce.t
17273 ____________________________________________________________________________
17274 [ 20699] By: jhi                                   on 2003/08/14  13:16:27
17275         Log: All the authors of these modules have now been contacted;
17276              but assuming no CPAN updates are upcoming, here are 'fake'
17277              version updates to make us different from 5.8.0.
17278              (List::Util+Scalar::Util will soon be updated;
17279              File::Spec CPAN release will be made based on 5.8.1.)
17280      Branch: perl
17281            ! ext/Data/Dumper/Dumper.pm lib/CGI/Fast.pm lib/CGI/Util.pm
17282            ! lib/File/Temp.pm lib/Locale/Country.pm lib/Locale/Currency.pm
17283            ! lib/Locale/Language.pm lib/Locale/Script.pm lib/Switch.pm
17284            ! lib/Test/Harness/Straps.pm lib/Text/Wrap.pm
17285 ____________________________________________________________________________
17286 [ 20697] By: jhi                                   on 2003/08/14  07:05:48
17287         Log: Make the blead versions of these be newer...
17288      Branch: perl
17289            ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
17290 ____________________________________________________________________________
17291 [ 20696] By: jhi                                   on 2003/08/14  06:51:34
17292         Log: Tweak from Slaven to catch also changed .xs files
17293              (.pm -> .xs name equivalence is assumed)
17294      Branch: perl
17295            ! Porting/cmpVERSION.pl
17296 ____________________________________________________________________________
17297 [ 20695] By: jhi                                   on 2003/08/14  06:44:10
17298         Log: Diffs-sans-version-diffs between blead and maint.
17299      Branch: perl
17300            ! ext/B/B.pm ext/B/B/C.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm
17301            ! ext/Devel/PPPort/PPPort.pm lib/English.pm lib/overload.pm
17302            ! lib/warnings.pm warnings.pl
17303 ____________________________________________________________________________
17304 [ 20692] By: jhi                                   on 2003/08/14  05:23:58
17305         Log: One more VERSION bump.
17306      Branch: perl
17307            ! lib/SelfLoader.pm
17308 ____________________________________________________________________________
17309 [ 20691] By: jhi                                   on 2003/08/14  05:21:20
17310         Log: Add a known exception.
17311      Branch: perl
17312            ! Porting/cmpVERSION.pl
17313 ____________________________________________________________________________
17314 [ 20689] By: jhi                                   on 2003/08/14  04:54:18
17315         Log: The blead version has got the dor.
17316      Branch: perl
17317            ! ext/Opcode/Opcode.pm
17318 ____________________________________________________________________________
17319 [ 20688] By: jhi                                   on 2003/08/14  04:51:30
17320         Log: A swath of VERSION patches from Nick Clark.
17321      Branch: perl
17322            ! lib/AutoSplit.pm lib/CPAN/Nox.pm lib/Cwd.pm lib/English.pm
17323            ! lib/File/Basename.pm lib/File/Copy.pm lib/File/Path.pm
17324            ! lib/Hash/Util.pm lib/Net/hostent.pm lib/Net/servent.pm
17325            ! lib/Text/Abbrev.pm lib/Thread/Semaphore.pm lib/Tie/Array.pm
17326            ! lib/Tie/RefHash.pm lib/UNIVERSAL.pm lib/Unicode/UCD.pm
17327            ! lib/attributes.pm lib/base.pm lib/diagnostics.pm lib/fields.pm
17328            ! lib/filetest.pm lib/open.pm lib/overload.pm lib/utf8.pm
17329            ! lib/vmsish.pm os2/OS2/Process/Process.pm
17330            ! os2/OS2/REXX/DLL/DLL.pm t/TestInit.pm
17331            ! t/lib/MakeMaker/Test/Utils.pm t/lib/Math/BigInt/BareCalc.pm
17332            ! vms/ext/Filespec.pm warnings.pl
17333 ____________________________________________________________________________
17334 [ 20687] By: jhi                                   on 2003/08/13  18:53:15
17335         Log: Alpha version numbers noticed by Schwern.
17336              (These hacks are no more needed since the PAUSE indexer no
17337              more indexes the insides of Perl distributions, says Andreas.)
17338      Branch: perl
17339            ! ext/Devel/DProf/DProf.pm ext/Devel/Peek/Peek.pm
17340            ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
17341            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
17342            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
17343            ! ext/IPC/SysV/SysV.pm
17344 ____________________________________________________________________________
17345 [ 20686] By: jhi                                   on 2003/08/13  18:42:50
17346         Log: Subject: Re: script wanted
17347              From: Nicholas Clark <nick@ccl4.org>
17348              Date: Wed, 13 Aug 2003 20:46:09 +0100
17349              Message-ID: <20030813204609.G20130@plum.flirble.org>
17350      Branch: perl
17351            ! ext/B/B.pm ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/Debug.pm
17352            ! ext/B/B/Lint.pm ext/Fcntl/Fcntl.pm ext/File/Glob/Glob.pm
17353            ! ext/IO/IO.pm ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
17354            ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
17355            ! ext/IO/lib/IO/Socket/INET.pm ext/IPC/SysV/Msg.pm
17356            ! ext/IPC/SysV/Semaphore.pm ext/POSIX/POSIX.pm
17357            ! ext/Sys/Hostname/Hostname.pm ext/Sys/Syslog/Syslog.pm
17358            ! ext/re/re.pm ext/threads/shared/shared.pm
17359            ! ext/threads/threads.pm
17360 ____________________________________________________________________________
17361 [ 20685] By: jhi                                   on 2003/08/13  18:24:50
17362         Log: Subject: Re: script wanted
17363              From: Enache Adrian <enache@rdslink.ro>
17364              Date: Wed, 13 Aug 2003 22:31:18 +0300
17365              Message-ID: <20030813193118.GA1273@ratsnest.hole>
17366      Branch: perl
17367            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Assembler.pm
17368            ! ext/B/B/Disassembler.pm
17369 ____________________________________________________________________________
17370 [ 20681] By: jhi                                   on 2003/08/13  17:13:12
17371         Log: Subject: [PATCH lib/lib_pm.PL utils/perlcc.PL utils/h2xs.PL] RE: script wanted
17372              From: Robin Barker <Robin.Barker@npl.co.uk>
17373              Date: Wed, 13 Aug 2003 18:05:38 +0100
17374              Message-ID: <533D273D4014D411AB1D00062938C4D904046637@hotel.npl.co.uk>
17375      Branch: perl
17376            ! lib/lib_pm.PL utils/h2xs.PL utils/perlcc.PL
17377 ____________________________________________________________________________
17378 [ 20680] By: jhi                                   on 2003/08/13  17:11:38
17379         Log: Subject: [PATCH] GNU Public General Public General GNU Public License License
17380              From: Michael G Schwern <schwern@pobox.com>
17381              Date: Wed, 13 Aug 2003 11:15:40 -0700
17382              Message-ID: <20030813181539.GA22658@windhund.schwern.org>
17383      Branch: perl
17384            ! pod/perlartistic.pod pod/perlgpl.pod
17385 ____________________________________________________________________________
17386 [ 20678] By: jhi                                   on 2003/08/13  13:46:18
17387         Log: Add cmpVERSION.pl from Slaven for comparing two
17388              Perl source trees for modules that have changed
17389              but have the same version numbers.
17390      Branch: perl
17391            + Porting/cmpVERSION.pl
17392            ! MANIFEST
17393 ____________________________________________________________________________
17394 [ 20676] By: jhi                                   on 2003/08/13  12:03:08
17395         Log: Make Johan's confusion go away, but there are no doubt more
17396              similar cases.
17397      Branch: perl
17398            ! lib/File/Find.pm
17399 ____________________________________________________________________________
17400 [ 20674] By: jhi                                   on 2003/08/13  11:57:47
17401         Log: Make (hopefully) the Windows CR CR LF bug go away
17402              by making the CRLF layer repel any other CRLF layers.
17403              In other words: binmode(FH, ":crlf") in e.g. Win32
17404              is effectively a no-op since there already is one
17405              CRLF layer in the stack by default.
17406      Branch: perl
17407            ! perlio.c pod/perlrun.pod t/io/crlf.t t/io/layers.t
17408 ____________________________________________________________________________
17409 [ 20673] By: jhi                                   on 2003/08/13  10:29:56
17410         Log: One tweak from Dave Mitchell.
17411      Branch: perl
17412            ! pod/perlport.pod
17413 ____________________________________________________________________________
17414 [ 20672] By: jhi                                   on 2003/08/13  10:27:54
17415         Log: One tweak for microperl in OS/2.
17416      Branch: perl
17417            ! perl.h
17418 ____________________________________________________________________________
17419 [ 20671] By: merijn                                on 2003/08/13  08:57:27
17420         Log: Subject: [PATCH] another VMS pod nit
17421              From: "Craig A. Berry" <craigberry@mac.com>
17422              Date: Wed, 13 Aug 2003 01:01:46 -0500
17423              Message-ID: <3F39D44A.4010207@mac.com>
17424      Branch: perl
17425            ! vms/descrip_mms.template
17426 ____________________________________________________________________________
17427 [ 20670] By: merijn                                on 2003/08/13  08:54:45
17428         Log: Subject: [PATCH Tie::File] turn the alarm off in the tests (was Re: maint @ 20617 (on VMS))
17429              From: "Craig A. Berry" <craigberry@mac.com>
17430              Date: Tue, 12 Aug 2003 21:12:00 -0500
17431              Message-ID: <3F399E70.4050607@mac.com>
17432      Branch: perl
17433            ! lib/Tie/File/t/24_cache_loop.t lib/Tie/File/t/29_downcopy.t
17434            ! lib/Tie/File/t/29a_upcopy.t
17435 ____________________________________________________________________________
17436 [ 20669] By: jhi                                   on 2003/08/13  06:06:39
17437         Log: More don't:s for nyetworking.
17438      Branch: perl
17439            ! pod/perlport.pod
17440 ____________________________________________________________________________
17441 [ 20668] By: rgs                                   on 2003/08/12  20:27:41
17442         Log: perlipc thinko by John P. Linderman.
17443      Branch: perl
17444            ! pod/perlipc.pod
17445 ____________________________________________________________________________
17446 [ 20666] By: jhi                                   on 2003/08/12  20:02:13
17447         Log: Subject: Re: maint @ 20617 [PATCH]
17448              From: =?iso-8859-1?q?Sreeji=20K=20Das?= <sreeji_k@yahoo.com>
17449              Date: Tue, 12 Aug 2003 13:19:00 +0100 (BST)
17450              Message-ID: <20030812121900.26127.qmail@web10501.mail.yahoo.com>
17451      Branch: perl
17452            ! lib/ExtUtils/Installed.pm
17453 ____________________________________________________________________________
17454 [ 20665] By: jhi                                   on 2003/08/12  19:59:54
17455         Log: README.cygwin updates from Gerrit P. Haase.
17456      Branch: perl
17457            ! README.cygwin
17458 ____________________________________________________________________________
17459 [ 20664] By: jhi                                   on 2003/08/12  19:57:53
17460         Log: Do some updates also on pod.mak -- which seems to
17461              be badly out of date.
17462      Branch: perl
17463            ! win32/pod.mak
17464 ____________________________________________________________________________
17465 [ 20663] By: jhi                                   on 2003/08/12  19:48:01
17466         Log: More missing pods for VMS.
17467      Branch: perl
17468            ! vms/descrip_mms.template
17469 ____________________________________________________________________________
17470 [ 20662] By: jhi                                   on 2003/08/12  19:43:46
17471         Log: Subject: [PATCH: perl@20617] add handling for new perlreref.pod file to VMS build.
17472              From: PPrymmer@factset.com
17473              Date: Tue, 12 Aug 2003 16:24:21 -0400
17474              Message-ID: <OF26F453CA.0F963A91-ON85256D80.006F991A-85256D80.007017F2@factset.com>
17475      Branch: perl
17476            ! vms/descrip_mms.template
17477 ____________________________________________________________________________
17478 [ 20661] By: jhi                                   on 2003/08/12  19:41:50
17479         Log: perlreref tweaks from SADAHIRO Tomoyuki and Ian Truskett.
17480      Branch: perl
17481            ! pod/perlreref.pod
17482 ____________________________________________________________________________
17483 [ 20660] By: jhi                                   on 2003/08/12  18:44:27
17484         Log: A better patch from Yitzchak Scott-Thoennes for [perl #23287].
17485      Branch: perl
17486            ! pp_sys.c
17487 ____________________________________________________________________________
17488 [ 20657] By: jhi                                   on 2003/08/12  13:55:56
17489         Log: Multiline one-liners are a bit too much to ask.
17490      Branch: perl
17491            ! t/op/closure.t
17492 ____________________________________________________________________________
17493 [ 20654] By: jhi                                   on 2003/08/12  13:23:00
17494         Log: Add perlcheat to the toc and perl.pod; regen toc.
17495      Branch: perl
17496            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
17497 ____________________________________________________________________________
17498 [ 20653] By: jhi                                   on 2003/08/12  13:15:17
17499         Log: Retract #20644 and #20643; on non-microperl non-fcntl
17500              systems Wrong Thing would be done.  (And as Sarathy
17501              points out, closing both ends of a pipe is rather
17502              identical to never opening it...)
17503      Branch: perl
17504            ! pp_sys.c util.c
17505 ____________________________________________________________________________
17506 [ 20652] By: ams                                   on 2003/08/12  13:06:40
17507         Log: Subject: perlcheat
17508              From: Juerd <juerd@cpan.org>
17509              Date: Mon, 11 Aug 2003 20:24:34 +0200
17510              Message-Id: <20030811182434.GI17748@c3.convolution.nl>
17511      Branch: perl
17512            + pod/perlcheat.pod
17513            ! MANIFEST
17514 ____________________________________________________________________________
17515 [ 20651] By: jhi                                   on 2003/08/12  12:52:09
17516         Log: Microperl expects C89 (like the rest of Perl).
17517      Branch: perl
17518            ! README.micro
17519 ____________________________________________________________________________
17520 [ 20650] By: jhi                                   on 2003/08/12  12:32:29
17521         Log: Subject: [PATCH 5.8.1 @20218] xsubpp: wrong code
17522              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
17523              Date: Sun, 3 Aug 2003 06:19:02 -0700
17524              Message-ID: <20030803131902.GA5146@math.berkeley.edu>
17525      Branch: perl
17526            ! lib/ExtUtils/xsubpp
17527 ____________________________________________________________________________
17528 [ 20648] By: jhi                                   on 2003/08/12  11:56:52
17529         Log: If we are void we cannot return a value.
17530      Branch: perl
17531            ! mg.c
17532 ____________________________________________________________________________
17533 [ 20647] By: jhi                                   on 2003/08/12  11:54:32
17534         Log: Oops.
17535      Branch: perl
17536            ! perl.c
17537 ____________________________________________________________________________
17538 [ 20646] By: jhi                                   on 2003/08/12  11:51:25
17539         Log: Apply much of Ilya's microperl patch, but instead of
17540              implementing the opendir()/readdir()/closedir() using
17541              external commands give up "ANSI-pureness" and define them
17542              in uconfig.sh, also define other stuff like rename() and putenv().
17543              Leave out the $| emulation in my_fork() since we are
17544              not supposed to have fork() under microperl.
17545      Branch: perl
17546            ! Makefile.micro README.micro doio.c mg.c perl.c perl.h
17547            ! perlvars.h pp_sys.c sv.c uconfig.h uconfig.sh util.c
17548 ____________________________________________________________________________
17549 [ 20645] By: jhi                                   on 2003/08/12  10:40:54
17550         Log: Localize PARENT (based on Ilya's microperl patch).
17551      Branch: perl
17552            ! lib/Cwd.pm
17553 ____________________________________________________________________________
17554 [ 20644] By: jhi                                   on 2003/08/12  10:37:55
17555         Log: More microperlish faking in case no fcntl F_SETFD for pipes.
17556      Branch: perl
17557            ! util.c
17558 ____________________________________________________________________________
17559 [ 20643] By: jhi                                   on 2003/08/12  10:13:53
17560         Log: A generally useful hunk from Ilya's microperl patch.
17561              (If no fcntl F_SETFD, fake it the best we can.)
17562      Branch: perl
17563            ! pp_sys.c
17564 ____________________________________________________________________________
17565 [ 20640] By: jhi                                   on 2003/08/12  09:59:16
17566         Log: returning would be good, too.
17567      Branch: perl
17568            ! ext/Safe/t/safeops.t
17569 ____________________________________________________________________________
17570 [ 20639] By: jhi                                   on 2003/08/12  09:57:07
17571         Log: No dor in maint.
17572      Branch: perl
17573            ! ext/Safe/t/safeops.t
17574 ____________________________________________________________________________
17575 [ 20634] By: jhi                                   on 2003/08/12  08:41:49
17576         Log: Subject: [PATCH 5.8.1 @19053] XSLoader revisted
17577              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
17578              Date: Mon, 21 Apr 2003 22:44:37 -0700
17579              Message-ID: <20030422054437.GA8297@math.berkeley.edu>
17580
17581              (the XSLoader doc hunk; the h2xs looks like a behavioural change)
17582      Branch: perl
17583            ! ext/DynaLoader/XSLoader_pm.PL
17584 ____________________________________________________________________________
17585 [ 20633] By: jhi                                   on 2003/08/12  08:31:01
17586         Log: Subject: [PATCH h2xs] produce Foo-Bar/lib/Foo/Bar.pm
17587              From: Michael G Schwern <schwern@pobox.com>
17588              Date: Sat, 9 Aug 2003 15:03:02 -0700
17589              Message-ID: <20030809220301.GE24919@windhund.schwern.org>
17590
17591              (plus one extra catfile() in h2xs.t)
17592      Branch: perl
17593            ! lib/h2xs.t utils/h2xs.PL
17594 ____________________________________________________________________________
17595 [ 20632] By: jhi                                   on 2003/08/12  08:11:08
17596         Log: The Debian people have expressed a wish for the boilerplate
17597              being specific about the Perl version; patch from Nick Clark.
17598      Branch: perl
17599            ! utils/h2xs.PL
17600 ____________________________________________________________________________
17601 [ 20631] By: jhi                                   on 2003/08/12  08:09:43
17602         Log: A new try from Dave Mitchell for [perl #23265].
17603      Branch: perl
17604            ! pad.c t/op/closure.t
17605 ____________________________________________________________________________
17606 [ 20630] By: jhi                                   on 2003/08/12  07:59:22
17607         Log: Fix for [perl #23287] segfault in untie.
17608              (Well, at least no more coredump.)
17609      Branch: perl
17610            ! pp_sys.c t/op/tie.t
17611 ____________________________________________________________________________
17612 [ 20629] By: jhi                                   on 2003/08/12  06:24:32
17613         Log: =head2 ALL CAPS
17614      Branch: perl
17615            ! pod/perlreref.pod
17616 ____________________________________________________________________________
17617 [ 20628] By: jhi                                   on 2003/08/12  06:22:25
17618         Log: Too enthusiastic head2-ing.
17619      Branch: perl
17620            ! pod/perlreref.pod
17621 ____________________________________________________________________________
17622 [ 20627] By: jhi                                   on 2003/08/12  05:17:14
17623         Log: Gotta Get'em Cases Right.
17624      Branch: perl
17625            ! pod/perlreref.pod
17626 ____________________________________________________________________________
17627 [ 20626] By: jhi                                   on 2003/08/12  05:04:02
17628         Log: head2-ify many of the head1s, will probably make this look
17629              better in HTML.
17630      Branch: perl
17631            ! pod/perlreref.pod
17632 ____________________________________________________________________________
17633 [ 20625] By: jhi                                   on 2003/08/12  04:55:32
17634         Log: Subject: Re: [PATCH] perlreref.pod tweaks
17635              From: Iain Truskett <spoon@cpan.org>
17636              Date: Tue, 12 Aug 2003 13:59:27 +1000
17637              Message-ID: <20030812035927.GJ7914@gytha.anu.edu.au>
17638
17639              plus explain "Titlecase".
17640      Branch: perl
17641            ! pod/perlreref.pod
17642 ____________________________________________________________________________
17643 [ 20623] By: rgs                                   on 2003/08/11  19:59:17
17644         Log: Add a new regression test for Safe : tests that all ops
17645              can be trapped by a Safe compartement (except for the ones
17646              that can't.)
17647      Branch: perl
17648            + ext/Safe/t/safeops.t
17649            ! MANIFEST
17650 ____________________________________________________________________________
17651 [ 20622] By: rgs                                   on 2003/08/11  18:33:06
17652         Log: B::Deparse wasn't handling correctly builtins that
17653              have two filehandles in their prototypes (pipe, socketpair,
17654              accept) when non-bareword prototypes were used.
17655      Branch: perl
17656            ! ext/B/B/Deparse.pm
17657 ____________________________________________________________________________
17658 [ 20620] By: jhi                                   on 2003/08/11  17:08:29
17659         Log: Subject: [PATCH] [@20616] perlreref.pod incorrectly describes \c
17660              From: merlyn@stonehenge.com (Randal L. Schwartz)
17661              Date: 11 Aug 2003 09:45:29 -0700
17662              Message-ID: <86isp4kus6.fsf@blue.stonehenge.com>
17663
17664              Subject: [PATCH] perlreref.pod tweaks
17665              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
17666              Date: Mon, 11 Aug 2003 13:19:51 -0400
17667              Message-ID: <20030811171951.GA332851@linguist.thayer.dartmouth.edu>
17668
17669              Plus a note about {,n} not being a quantifier.
17670      Branch: perl
17671            ! pod/perlreref.pod
17672 ____________________________________________________________________________
17673 [ 20619] By: jhi                                   on 2003/08/11  15:50:34
17674         Log: Integrate:
17675              [ 20618]
17676              $* is not yet fully gone in 5.8.1.
17677      Branch: perl
17678           !> pod/perlreref.pod
17679 ____________________________________________________________________________
17680 [ 20614] By: nick                                  on 2003/08/11  12:14:55
17681         Log: Allow via layer to affect the PERLIO_F_UTF8 flag.
17682      Branch: perl
17683            ! ext/PerlIO/via/via.pm ext/PerlIO/via/via.xs
17684 ____________________________________________________________________________
17685 [ 20612] By: jhi                                   on 2003/08/11  10:55:19
17686         Log: VC6 warning: result still unsigned.
17687      Branch: perl
17688            ! regexec.c
17689 ____________________________________________________________________________
17690 [ 20611] By: jhi                                   on 2003/08/11  08:33:13
17691         Log: Typo fix from Boris Zentner.
17692      Branch: perl
17693            ! pod/perlfaq5.pod
17694 ____________________________________________________________________________
17695 [ 20609] By: jhi                                   on 2003/08/11  04:28:29
17696         Log: Subject: [perl #23273] warnings in Unicode::UCD
17697              From: Lukas Mai (via RT) <perlbug-followup@perl.org>
17698              Date: 10 Aug 2003 22:37:41 -0000
17699              Message-ID: <rt-23273-62473.18.6967347513833@rt.perl.org>
17700      Branch: perl
17701            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
17702 ____________________________________________________________________________
17703 [ 20608] By: jhi                                   on 2003/08/11  04:24:34
17704         Log: Explain the 'Wide character in print' a bit more.
17705      Branch: perl
17706            ! pod/perldiag.pod
17707 ____________________________________________________________________________
17708 [ 20607] By: rgs                                   on 2003/08/10  20:44:23
17709         Log: Subject: Re: killing for vital signs [PATCH]
17710              From: "John P. Linderman" <jpl@research.att.com>
17711              Date: Sun, 10 Aug 2003 15:44:33 -0400 (EDT)
17712              Message-Id: <200308101944.PAA96547@raptor.research.att.com>
17713      Branch: perl
17714            ! pod/perlfunc.pod pod/perlipc.pod
17715 ____________________________________________________________________________
17716 [ 20605] By: jhi                                   on 2003/08/10  20:38:39
17717         Log: gcc -ansi -pedantic cleanup; and a seemingly forgotten
17718              sv_placeholder hunk.
17719      Branch: perl
17720            ! perl.h sv.h
17721 ____________________________________________________________________________
17722 [ 20604] By: jhi                                   on 2003/08/10  20:14:28
17723         Log: Clarify the format checking instructions.
17724      Branch: perl
17725            ! Porting/pumpkin.pod
17726 ____________________________________________________________________________
17727 [ 20602] By: jhi                                   on 2003/08/10  19:45:45
17728         Log: Retract #20597, too many resulting core dumps.
17729      Branch: perl
17730            ! pad.c t/op/closure.t
17731 ____________________________________________________________________________
17732 [ 20597] By: jhi                                   on 2003/08/10  17:55:03
17733         Log: Subject: Re: [perl #23265] Nested anonymous subs
17734              From: Dave Mitchell <davem@fdgroup.com>
17735              Date: Sun, 10 Aug 2003 01:35:30 +0100
17736              Message-ID: <20030810003530.GB6547@fdgroup.com>
17737      Branch: perl
17738            ! pad.c t/op/closure.t
17739 ____________________________________________________________________________
17740 [ 20596] By: jhi                                   on 2003/08/10  17:38:35
17741         Log: Try simple workaround for the POSIX autosplit.ix warning.
17742      Branch: perl
17743            ! ext/POSIX/POSIX.pm
17744 ____________________________________________________________________________
17745 [ 20595] By: jhi                                   on 2003/08/10  17:33:12
17746         Log: One more PL_csighandlerp.
17747      Branch: perl
17748            ! ext/POSIX/POSIX.xs
17749 ____________________________________________________________________________
17750 [ 20594] By: rgs                                   on 2003/08/10  13:30:11
17751         Log: Further tweaks on perlreref.pod (by Iain Truskett)
17752      Branch: perl
17753            ! pod/perlreref.pod
17754 ____________________________________________________________________________
17755 [ 20593] By: rgs                                   on 2003/08/10  12:32:47
17756         Log: Add the perlreref manpage, by Iain Truskett
17757              (regular expressions quick reference.)
17758              Regenerate the table of contents.
17759      Branch: perl
17760            + pod/perlreref.pod
17761            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
17762 ____________________________________________________________________________
17763 [ 20592] By: rgs                                   on 2003/08/09  21:13:27
17764         Log: Remove ByteLoader from the list of modules whose compilability should
17765              be tested : it's loaded (at runtime) by ext/B/t/bytecode.t (as Enache
17766              pointed out.)
17767      Branch: perl
17768            ! t/lib/1_compile.t
17769 ____________________________________________________________________________
17770 [ 20591] By: rgs                                   on 2003/08/09  21:08:59
17771         Log: Subject: [PATCH] add "$lexical not available" warning in C<for my $lex ()>
17772              From: Dave Mitchell <davem@fdgroup.com>
17773              Date: Sat, 9 Aug 2003 14:51:44 +0100
17774              Message-ID: <20030809135144.GC4997@fdgroup.com>
17775      Branch: perl
17776            ! embed.fnc embed.h global.sym op.c pp_ctl.c proto.h scope.c
17777            ! scope.h t/lib/warnings/pad
17778 ____________________________________________________________________________
17779 [ 20590] By: rgs                                   on 2003/08/09  21:02:21
17780         Log: Regenerate perlapi.pod.
17781      Branch: perl
17782            ! pod/perlapi.pod
17783 ____________________________________________________________________________
17784 [ 20589] By: rgs                                   on 2003/08/09  20:26:28
17785         Log: Subject: [PATCH t/lib/1_compile.t] Removing tested modules
17786              From: Michael G Schwern <schwern@pobox.com>
17787              Date: Sat, 9 Aug 2003 13:36:59 -0700
17788              Message-ID: <20030809203659.GB24919@windhund.schwern.org>
17789      Branch: perl
17790            ! t/lib/1_compile.t
17791 ____________________________________________________________________________
17792 [ 20588] By: jhi                                   on 2003/08/09  18:13:07
17793         Log: Update Jon Orwant's email address as he wants it,
17794              drop TPJ URL; upate also Doug MacEachern's address.
17795      Branch: perl
17796            ! pod/perlembed.pod pod/perlmodinstall.pod
17797 ____________________________________________________________________________
17798 [ 20587] By: ams                                   on 2003/08/09  18:09:34
17799         Log: hv_fetch_{ent,flags} failed to set HvHASKFLAGS on a hash where a
17800              normal key was replaced by its UTF-8 equivalent. This caused the
17801              "Storable problem" RT3 users reported under RH9.
17802      Branch: perl
17803            ! hv.c
17804 ____________________________________________________________________________
17805 [ 20586] By: jhi                                   on 2003/08/09  18:08:20
17806         Log: Subject: [PATCH perlmodinstall.pod] Installation on Win32
17807              From: Michael G Schwern <schwern@pobox.com>
17808              Date: Fri, 8 Aug 2003 18:35:51 -0700
17809              Message-ID: <20030809013550.GS1587@windhund.schwern.org>
17810      Branch: perl
17811            ! pod/perlmodinstall.pod
17812 ____________________________________________________________________________
17813 [ 20584] By: jhi                                   on 2003/08/09  18:05:22
17814         Log: Reintroduce the U_32-ification to pad.c,
17815              suggested by Dave Mitchell.
17816      Branch: perl
17817            ! pad.c
17818 ____________________________________________________________________________
17819 [ 20583] By: rgs                                   on 2003/08/09  12:43:50
17820         Log: Change #20578 to SelfLoader is probably also useful to AutoSplit.
17821      Branch: perl
17822            ! lib/AutoSplit.pm
17823 ____________________________________________________________________________
17824 [ 20579] By: jhi                                   on 2003/08/09  08:07:22
17825         Log: Some updates for the memory use debugging section:
17826              -DL is obsolete, mention Devel::Size, and Purify and valgrind.
17827      Branch: perl
17828            ! pod/perldebguts.pod
17829 ____________________________________________________________________________
17830 [ 20578] By: jhi                                   on 2003/08/09  07:34:16
17831         Log: Fix from Dave Mitchell to the recent from lib/Devel/SelfStubber.t:
17832              Variable "$nested" is not available at (re_eval 4) line 2, <DATA> line 8.
17833              which was on old bug unearthed by the change #20559.
17834              Basically, qr// + (??{$lexical}) combination is very, VERY broken.
17835              Workaround is not to use lexicals.
17836      Branch: perl
17837            ! lib/SelfLoader.pm
17838 ____________________________________________________________________________
17839 [ 20577] By: jhi                                   on 2003/08/09  07:28:41
17840         Log: The libcygipc doesn't really work with the Perl SysV IPC tests
17841              so no much point in adding it yet.
17842      Branch: perl
17843            ! hints/cygwin.sh
17844 ____________________________________________________________________________
17845 [ 20575] By: jhi                                   on 2003/08/09  07:24:43
17846         Log: Retract #20524 since it was due to broken INT32_MIN in
17847              Cygwin 1.5's stdint.h.
17848      Branch: perl
17849            ! pad.c
17850 ____________________________________________________________________________
17851 [ 20574] By: jhi                                   on 2003/08/09  07:11:32
17852         Log: Subject: [ PATCH] Re: strange destruction problem on VMS
17853              From: Dave Mitchell <davem@fdgroup.com>
17854              Date: Fri, 8 Aug 2003 22:28:48 +0100
17855              Message-ID: <20030808212848.GA2628@fdgroup.com>
17856      Branch: perl
17857            ! sv.c
17858 ____________________________________________________________________________
17859 [ 20573] By: jhi                                   on 2003/08/09  07:09:07
17860         Log: Subject: Re: [PATCH] perlfaq8.pod and MakeMaker's PREFIX=
17861              From: Michael G Schwern <schwern@pobox.com>
17862              Date: Fri, 8 Aug 2003 13:59:50 -0700
17863              Message-ID: <20030808205950.GJ1587@windhund.schwern.org>
17864      Branch: perl
17865            ! pod/perlfaq8.pod
17866 ____________________________________________________________________________
17867 [ 20572] By: jhi                                   on 2003/08/09  07:06:37
17868         Log: Subject: [PATCH] kill 'INT' doesn't work on Windows
17869              From: Jan Dubois <jand@ActiveState.com>
17870              Date: Fri, 08 Aug 2003 17:49:03 -0700
17871              Message-ID: <ite8jvgjgcfm8e9dhl6f4dtstrbmn1vmpk@4ax.com>
17872      Branch: perl
17873            ! win32/win32.c
17874 ____________________________________________________________________________
17875 [ 20571] By: jhi                                   on 2003/08/09  06:53:54
17876         Log: Subject: [PATCH] Re: [PATCH] Re: Storing &PL_sv_undef as a hash key with perl-5.8.x
17877              From: Nicholas Clark <nick@ccl4.org>
17878              Date: Fri, 8 Aug 2003 23:30:00 +0100
17879              Message-ID: <20030808233000.B20130@plum.flirble.org>
17880      Branch: perl
17881            ! ext/Storable/Storable.xs
17882 ____________________________________________________________________________
17883 [ 20570] By: jhi                                   on 2003/08/09  06:52:36
17884         Log: Two more tests for #20566/#20568.
17885      Branch: perl
17886            ! t/op/pat.t
17887 ____________________________________________________________________________
17888 [ 20568] By: jhi                                   on 2003/08/08  21:05:24
17889         Log: Subject: [PATCH] Re: UNICODE regexp bug
17890              From: Nick Ing-Simmons <nick@ing-simmons.net>
17891              Date: Fri, 08 Aug 2003 23:05:49 +0100
17892              Message-Id: <20030808220549.5109.4@llama.ni-s.u-net.com>
17893
17894              Better patch (than #20566) from NI-S, one more test
17895              (introduce another variable rather than reuse the tmp, though)
17896      Branch: perl
17897            ! regexec.c t/op/pat.t
17898 ____________________________________________________________________________
17899 [ 20566] By: jhi                                   on 2003/08/08  19:47:45
17900         Log: Subject: UNICODE regexp bug
17901              From: Nick Ing-Simmons <nick@ing-simmons.net>
17902              Date: Fri, 08 Aug 2003 20:36:56 +0100
17903              Message-Id: <20030808193656.5109.1@llama.ni-s.u-net.com>
17904      Branch: perl
17905            ! regexec.c t/op/pat.t
17906 ____________________________________________________________________________
17907 [ 20565] By: jhi                                   on 2003/08/08  18:59:40
17908         Log: Move the csighandler to be a data variable so that
17909              things like DLL trampolines can't mess up the code
17910              variables the Perl_csighandler (seen in Cygwin:
17911              Perl_csighandler in POSIX extension was different
17912              than in main executable).
17913      Branch: perl
17914            ! embedvar.h ext/POSIX/POSIX.xs mg.c perlapi.h perlvars.h
17915 ____________________________________________________________________________
17916 [ 20564] By: jhi                                   on 2003/08/08  13:12:19
17917         Log: Subject: [PATCH] Re: main@20537: WinXP build failed op/time.t test 2
17918              From: Steve Hay <steve.hay@uk.radan.com>
17919              Date: Fri, 08 Aug 2003 12:42:28 +0100
17920              Message-ID: <3F338CA4.3010503@uk.radan.com>
17921      Branch: perl
17922            ! t/op/time.t
17923 ____________________________________________________________________________
17924 [ 20563] By: jhi                                   on 2003/08/08  13:09:00
17925         Log: Subject: [PATCH] maintperl & bleadperl for Cygwin: include libgdbm_compat & libcygipc in searchlist
17926              From: "Gerrit P. Haase" <gp@familiehaase.de>
17927              Date: Fri, 8 Aug 2003 13:44:51 +0200
17928              Message-ID: <1621817486657.20030808134451@familiehaase.de>
17929      Branch: perl
17930            ! ext/NDBM_File/hints/cygwin.pl ext/ODBM_File/hints/cygwin.pl
17931            ! hints/cygwin.sh
17932 ____________________________________________________________________________
17933 [ 20560] By: jhi                                   on 2003/08/08  04:28:44
17934         Log: Retract PASTHRU* changes as recommended by Schwern.
17935      Branch: perl
17936            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
17937            ! lib/ExtUtils/t/MM_Win32.t
17938 ____________________________________________________________________________
17939 [ 20559] By: rgs                                   on 2003/08/07  19:59:18
17940         Log: Subject: Fwd: Re: [PATCH] flags set incorrectly on abandoned lexicals
17941              From: Dave Mitchell <davem@fdgroup.com>
17942              Date: Thu, 7 Aug 2003 15:53:35 +0100
17943              Message-ID: <20030807145335.GF26683@fdgroup.com>
17944      Branch: perl
17945            ! scope.c t/lib/warnings/pad
17946 ____________________________________________________________________________
17947 [ 20556] By: jhi                                   on 2003/08/07  18:14:41
17948         Log: The #20546 was too ambitious, broke the test.
17949      Branch: perl
17950            ! lib/Benchmark.pm lib/Benchmark.t
17951 ____________________________________________________________________________
17952 [ 20554] By: jhi                                   on 2003/08/07  17:00:03
17953         Log: Subject: Fw: [PATCH: perl@20512] DBG build tweaks for VMS.
17954              From: PPrymmer@factset.com
17955              Date: Thu, 7 Aug 2003 14:02:02 -0400
17956              Message-ID: <OFA59024FD.170B3227-ON85256D7B.00630753-85256D7B.00631048@factset.com>
17957      Branch: perl
17958            ! vms/descrip_mms.template
17959 ____________________________________________________________________________
17960 [ 20553] By: jhi                                   on 2003/08/07  16:45:25
17961         Log: Some AUTHORS updates.
17962      Branch: perl
17963            ! AUTHORS
17964 ____________________________________________________________________________
17965 [ 20552] By: jhi                                   on 2003/08/07  15:45:03
17966         Log: Hint away the semid_ds test in NetBSD/sparc.
17967      Branch: perl
17968            ! hints/netbsd.sh
17969 ____________________________________________________________________________
17970 [ 20550] By: jhi                                   on 2003/08/07  15:39:53
17971         Log: Allow hinting d_semctl_semun and d_semctl_semid_ds.
17972      Branch: perl
17973            ! Configure
17974 ____________________________________________________________________________
17975 [ 20548] By: jhi                                   on 2003/08/07  14:48:27
17976         Log: Subject: [PATCH] Test::More
17977              From: Fergal Daly <fergal@esatclear.ie>
17978              Date: Thu, 7 Aug 2003 15:52:11 +0100
17979              Message-Id: <200308071552.11873.fergal@esatclear.ie>
17980      Branch: perl
17981            ! lib/Test/More.pm
17982 ____________________________________________________________________________
17983 [ 20547] By: jhi                                   on 2003/08/07  14:45:22
17984         Log: Integrate from maint:
17985              [ 20543]
17986              Workround for SuSE8.2's -lndbm hack
17987      Branch: perl
17988           !> hints/linux.sh
17989 ____________________________________________________________________________
17990 [ 20546] By: jhi                                   on 2003/08/07  14:43:57
17991         Log: Subject: [PATCH 5.8.1] Benchmark problem
17992              From: Radu Greab <rgreab@fx.ro>
17993              Date: Thu, 07 Aug 2003 16:18:25 +0300 (EEST)
17994              Message-Id: <20030807.161825.106541372.radu@yx.primIT.ro>
17995
17996              Subject: Re: [PATCH 5.8.1] Benchmark problem
17997              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17998              Date: Thu, 7 Aug 2003 15:48:38 +0200
17999              Message-Id: <20030807154838.5d240dbb.rgarciasuarez@free.fr>
18000      Branch: perl
18001            ! lib/Benchmark.pm lib/Benchmark.t
18002 ____________________________________________________________________________
18003 [ 20544] By: jhi                                   on 2003/08/07  14:25:25
18004         Log: Retract #20359: too wide a brush.
18005      Branch: perl
18006            ! hints/netbsd.sh
18007 ____________________________________________________________________________
18008 [ 20542] By: jhi                                   on 2003/08/07  06:24:23
18009         Log: If no alarm(), skip the subtests.
18010      Branch: perl
18011            ! ext/Time/HiRes/t/HiRes.t
18012 ____________________________________________________________________________
18013 [ 20541] By: jhi                                   on 2003/08/07  06:15:54
18014         Log: Subject: Re: maint @ 20537
18015              From: Philip Newton <Philip.Newton@gmx.net>
18016              Date: Thu, 07 Aug 2003 09:05:17 +0200
18017              Message-ID: <s0l3jvo4mju2uu4f6pkq18istk02hme6j9@4ax.com>
18018      Branch: perl
18019            ! ext/Socket/Socket.xs
18020 ____________________________________________________________________________
18021 [ 20540] By: jhi                                   on 2003/08/07  06:13:19
18022         Log: Subject: Re: maint @ 20537
18023              From: Philip Newton <Philip.Newton@gmx.net>
18024              Date: Thu, 07 Aug 2003 09:05:17 +0200
18025              Message-ID: <s0l3jvo4mju2uu4f6pkq18istk02hme6j9@4ax.com>
18026      Branch: perl
18027            ! hints/dos_djgpp.sh
18028 ____________________________________________________________________________
18029 [ 20539] By: jhi                                   on 2003/08/07  05:17:56
18030         Log: NetBSD for Sparc (at least 1.5.3 and 1.6.1) seem to have
18031              broken SysV semaphores.
18032      Branch: perl
18033            ! hints/netbsd.sh
18034 ____________________________________________________________________________
18035 [ 20538] By: jhi                                   on 2003/08/07  05:08:14
18036         Log: Subject: Re: [perl #23030] Error in negative lookahead with alternations
18037              From: hv@crypt.org
18038              Date: Thu, 07 Aug 2003 02:44:23 +0100
18039              Message-Id: <200308070144.h771iN906446@zen.crypt.org>
18040      Branch: perl
18041            ! regexec.c t/op/re_tests
18042 ____________________________________________________________________________
18043 [ 20535] By: jhi                                   on 2003/08/06  19:05:18
18044         Log: ESUCCESS = 0 is not true, but exists.
18045      Branch: perl
18046            ! ext/Errno/t/Errno.t
18047 ____________________________________________________________________________
18048 [ 20533] By: jhi                                   on 2003/08/06  18:39:49
18049         Log: Subject: [pathc] Sys:Syslog.pm::syslog() - Better error message
18050              From: jari.aalto@poboxes.com (Jari Aalto)
18051              Date: Wed, 06 Aug 2003 14:24:42 +0300
18052              Message-ID: <ekzzowp1.fsf@blue.sea.net>
18053      Branch: perl
18054            ! ext/Sys/Syslog/Syslog.pm
18055 ____________________________________________________________________________
18056 [ 20530] By: jhi                                   on 2003/08/06  18:24:56
18057         Log: Make code agree with documentation (from Wolfgang Friebel)
18058      Branch: perl
18059            ! lib/ExtUtils/MakeMaker.pm
18060 ____________________________________________________________________________
18061 [ 20529] By: jhi                                   on 2003/08/06  18:20:31
18062         Log: Various tweaks to help DJGPP builds.
18063      Branch: perl
18064            ! djgpp/djgppsed.sh hints/dos_djgpp.sh
18065 ____________________________________________________________________________
18066 [ 20527] By: jhi                                   on 2003/08/06  14:57:22
18067         Log: More PASTHRU patching from Steve Hay.
18068      Branch: perl
18069            ! lib/ExtUtils/MM_Unix.pm
18070 ____________________________________________________________________________
18071 [ 20526] By: jhi                                   on 2003/08/06  13:53:01
18072         Log: Cast away gcc 3.3 type conversion pickiness.
18073      Branch: perl
18074            ! ext/threads/threads.xs
18075 ____________________________________________________________________________
18076 [ 20524] By: jhi                                   on 2003/08/06  13:36:44
18077         Log: Subject: Re: perl with cygwin 1.5, need help
18078              From: "Gerrit P. Haase" <gp@familiehaase.de>
18079              Date: Tue, 5 Aug 2003 14:36:55 +0200
18080              Message-ID: <71561410910.20030805143655@familiehaase.de>
18081
18082              (needed manual fitting)
18083      Branch: perl
18084            ! pad.c
18085 ____________________________________________________________________________
18086 [ 20523] By: jhi                                   on 2003/08/06  13:30:42
18087         Log: Subject: maint @ 20512
18088              From: Robin Barker <Robin.Barker@npl.co.uk>
18089              Date: Wed, 6 Aug 2003 15:31:33 +0100
18090              Message-ID: <533D273D4014D411AB1D00062938C4D904046625@hotel.npl.co.uk>
18091      Branch: perl
18092            ! MANIFEST Porting/Maintainers.pl
18093 ____________________________________________________________________________
18094 [ 20520] By: jhi                                   on 2003/08/06  11:38:46
18095         Log: Subject: [PATCH] Re: [PATCH] Re: MakeMaker doesn't pasthru DEFINE command-line args to subdirs on Win32
18096              From: Steve Hay <steve.hay@uk.radan.com>
18097              Date: Wed, 06 Aug 2003 10:56:44 +0100
18098              Message-ID: <3F30D0DC.20700@uk.radan.com>
18099      Branch: perl
18100            ! lib/ExtUtils/MM_Unix.pm
18101 ____________________________________________________________________________
18102 [ 20514] By: jhi                                   on 2003/08/06  05:22:29
18103         Log: Subject: Re: [PATCH pod/perlfaq2.pod] update Friedl book listing for 2nd edition
18104              From: Tim Jenness <t.jenness@jach.hawaii.edu>
18105              Date: Tue, 5 Aug 2003 17:21:46 -1000 (HST)
18106              Message-ID: <Pine.LNX.4.44.0308051720280.8532-100000@lapaki>
18107      Branch: perl
18108            ! pod/perlfaq2.pod
18109 ____________________________________________________________________________
18110 [ 20513] By: jhi                                   on 2003/08/06  05:18:32
18111         Log: Subject: [PATCH] dprofpp.PL again -- #20488 thinko
18112              From: "Craig A. Berry" <craigberry@mac.com>
18113              Date: Wed, 06 Aug 2003 00:18:36 -0500
18114              Message-ID: <3F308FAC.4090409@mac.com>
18115
18116              (from vmsperl list)
18117      Branch: perl
18118            ! utils/dprofpp.PL
18119 ____________________________________________________________________________
18120 [ 20510] By: jhi                                   on 2003/08/05  19:01:08
18121         Log: Subject: [PATCH pod/perlfaq2.pod] BETTER update Friedl book listing for 2nd edition
18122              From: mjd@plover.com
18123              Date: 5 Aug 2003 19:23:46 -0000
18124              Message-ID: <20030805192346.25911.qmail@plover.com>
18125      Branch: perl
18126            ! pod/perlfaq2.pod
18127 ____________________________________________________________________________
18128 [ 20508] By: jhi                                   on 2003/08/05  18:36:38
18129         Log: Continue #20506.
18130      Branch: perl
18131            ! lib/ExtUtils/MM_Unix.pm
18132 ____________________________________________________________________________
18133 [ 20506] By: jhi                                   on 2003/08/05  17:58:01
18134         Log: Try to fix the INC in PASTHRU.
18135      Branch: perl
18136            ! lib/ExtUtils/MM_Unix.pm
18137 ____________________________________________________________________________
18138 [ 20503] By: jhi                                   on 2003/08/05  16:02:14
18139         Log: Subject: Re: [perl #23083] [5.8.0-Bug?] backtick returns empty value when $SIG{CHLD} defined.
18140              From: Chip Salzenberg <chip@pobox.com>
18141              Date: Tue, 5 Aug 2003 11:39:24 -0400
18142              Message-ID: <20030805153924.GO1751@perlsupport.com
18143      Branch: perl
18144            ! perlio.c
18145 ____________________________________________________________________________
18146 [ 20502] By: jhi                                   on 2003/08/05  15:32:39
18147         Log: Subject: [PATCH] Re: MakeMaker doesn't pasthru DEFINE command-line args to subdirs on Win32
18148              From: Steve Hay <steve.hay@uk.radan.com>
18149              Date: Tue, 05 Aug 2003 10:43:49 +0100
18150              Message-ID: <3F2F7C55.9020808@uk.radan.com>
18151
18152              (The MM_Unix.pm part was dealt with in #20501.)
18153      Branch: perl
18154            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/t/MM_Win32.t
18155 ____________________________________________________________________________
18156 [ 20501] By: jhi                                   on 2003/08/05  15:28:17
18157         Log: Reinstate #11125, hopefully making MakeMaker to pass
18158              DEFINE and INCLUDE to subdirs (NI-S says he'll work
18159              around any problems caused seen Tk if necessary).
18160              Also (document and) reorder the PASTHRU_INC and PASTHRU_DEFINE
18161              to be _after_ the directory-specific INC and DEFINE as suggested
18162              by NI-S (Tk probably being the only "user" of the said macros).
18163      Branch: perl
18164            ! lib/ExtUtils/MM_Unix.pm
18165 ____________________________________________________________________________
18166 [ 20500] By: jhi                                   on 2003/08/05  15:14:35
18167         Log: Subject: [PATCH-5.8.1-RC4] WinCE more implemented functions
18168              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
18169              Date: Tue, 5 Aug 2003 20:12:18 +0400
18170              Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C200E66@cio-test001.spb.lucent.com>
18171      Branch: perl
18172            - wince/include/netdb.h
18173            ! MANIFEST wince/Makefile.ce wince/win32.h wince/win32io.c
18174            ! wince/wince.c
18175 ____________________________________________________________________________
18176 [ 20499] By: jhi                                   on 2003/08/05  14:03:43
18177         Log: A suggested perlio doc addition from Stas.
18178      Branch: perl
18179            ! pod/perliol.pod
18180 ____________________________________________________________________________
18181 [ 20498] By: jhi                                   on 2003/08/05  13:32:59
18182         Log: Subject: [PATCH RC4] AUTHORS +  Maintainers.pl
18183              From: Robin Barker <Robin.Barker@npl.co.uk>
18184              Date: Tue, 5 Aug 2003 15:32:36 +0100
18185              Message-ID: <533D273D4014D411AB1D00062938C4D90404661C@hotel.npl.co.uk>
18186      Branch: perl
18187            ! AUTHORS Porting/Maintainers.pl
18188 ____________________________________________________________________________
18189 [ 20497] By: jhi                                   on 2003/08/05  12:23:04
18190         Log: This is necessary to get things building for the VMS debugger.
18191              (Craig Berry)
18192      Branch: perl
18193            ! vms/descrip_mms.template
18194 ____________________________________________________________________________
18195 [ 20495] By: jhi                                   on 2003/08/05  09:23:24
18196         Log: Subject: Re: [perl #23202] [RESOLVED] coredump on ext/POSIX/t/posix with NetBSD-1.6
18197              From: alian <alian@cpan.org>
18198              Date: Tue, 05 Aug 2003 12:21:42 +0200
18199              Message-ID: <3F2F8536.1090702@jupiter.alianet>
18200      Branch: perl
18201            ! ext/POSIX/t/posix.t
18202 ____________________________________________________________________________
18203 [ 20494] By: jhi                                   on 2003/08/05  09:03:57
18204         Log: Add some known cases to Maintainers.
18205      Branch: perl
18206            ! Porting/Maintainers.pl
18207 ____________________________________________________________________________
18208 [ 20492] By: jhi                                   on 2003/08/05  08:34:34
18209         Log: Subject: [PATCH] perlthrtut.pod
18210              From: Elizabeth Mattijsen <liz@dijkmat.nl>
18211              Date: Tue, 5 Aug 2003 11:26:04 +0200
18212              Message-Id: <p05111b0abb5525e65401@[80.127.186.62]>
18213      Branch: perl
18214            ! pod/perlthrtut.pod
18215 ____________________________________________________________________________
18216 [ 20491] By: jhi                                   on 2003/08/05  08:31:29
18217         Log: Add META.yml and Stas' makemeta (plus extensive reworking
18218              of the Maintainers utility)
18219      Branch: perl
18220            + META.yml Porting/Maintainers.pm Porting/makemeta
18221            ! MANIFEST Makefile.SH Porting/Maintainers
18222            ! Porting/Maintainers.pl
18223 ____________________________________________________________________________
18224 [ 20490] By: jhi                                   on 2003/08/05  06:28:06
18225         Log: ext/IPC/SysV/t/sem.t don't remove semaphore on NetBSD sparc
18226              Try to remove the created message queues and semaphores
18227              even in the case of failures.
18228      Branch: perl
18229            ! ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
18230 ____________________________________________________________________________
18231 [ 20489] By: jhi                                   on 2003/08/05  06:21:47
18232         Log: Subject: PerlIO_{read,write} return value doc patch
18233              From: Gisle Aas <gisle@ActiveState.com>
18234              Date: 04 Aug 2003 13:25:28 -0700
18235              Message-ID: <lr4r0xuq4n.fsf@caliper.activestate.com>
18236      Branch: perl
18237            ! pod/perlapio.pod
18238 ____________________________________________________________________________
18239 [ 20488] By: jhi                                   on 2003/08/05  06:12:07
18240         Log: Subject: [PATCH utils/dprofpp.PL] (was Re: DProf tests with -p broken on VMS)
18241              From: "Craig A. Berry" <craigberry@mac.com>
18242              Date: Mon, 04 Aug 2003 19:29:51 -0500
18243              Message-ID: <3F2EFA7F.6070801@mac.com>
18244      Branch: perl
18245            ! utils/dprofpp.PL
18246 ____________________________________________________________________________
18247 [ 20486] By: jhi                                   on 2003/08/05  06:05:53
18248         Log: Subject: [PATCH] typos in encoding.pm
18249              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
18250              Date: Mon, 4 Aug 2003 20:09:35 +0200
18251              Message-ID: <005001c35ab3$9225c320$0c2f1fac@R2D2>
18252      Branch: perl
18253            ! ext/Encode/encoding.pm
18254 ____________________________________________________________________________
18255 [ 20485] By: jhi                                   on 2003/08/05  05:29:11
18256         Log: Bytecode patching from Enache.
18257      Branch: perl
18258            ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
18259            ! ext/B/t/bytecode.t ext/ByteLoader/bytecode.h t/TEST
18260 ____________________________________________________________________________
18261 [ 20484] By: jhi                                   on 2003/08/05  05:26:32
18262         Log: Upgrade to Digest::MD5 2.27.
18263      Branch: perl
18264            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
18265            ! ext/Digest/MD5/t/files.t
18266 ____________________________________________________________________________
18267 [ 20483] By: jhi                                   on 2003/08/05  05:15:16
18268         Log: Subject: [Patch 5.8.1 Encode.pm] v-strings deprecated
18269              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
18270              Date: Tue, 05 Aug 2003 00:27:10 +0900
18271              Message-Id: <20030805002313.9880.BQW10602@nifty.com>
18272      Branch: perl
18273            ! ext/Encode/t/at-cn.t ext/Encode/t/at-tw.t
18274 ____________________________________________________________________________
18275 [ 20482] By: rgs                                   on 2003/08/04  22:06:46
18276         Log: Nit in INSTALL about the svr?.sh hint files.
18277      Branch: perl
18278            ! INSTALL
18279 ____________________________________________________________________________
18280 [ 20480] By: rgs                                   on 2003/08/04  21:30:25
18281         Log: Subject: [PATCH] Re: [perl #23210] parser error with 'print $HANDLE func(@args)'
18282              From: Steve Grazzini <grazz@pobox.com>
18283              Date: Mon, 4 Aug 2003 16:01:45 -0400
18284              Message-ID: <20030804200145.GB21699@grazzini.net>
18285
18286              Prevent the warning "Bareword found where operator expected" in
18287              the case "print $fh foo()" where foo() is an undefined function.
18288      Branch: perl
18289            ! toke.c
18290 ____________________________________________________________________________
18291 [ 20479] By: rgs                                   on 2003/08/04  20:26:17
18292         Log: Fix bug #23141 : localization of readonly magic scalars
18293              now produces an error "Modification of a read-only value
18294              attempted", instead of silently failing.
18295      Branch: perl
18296            ! scope.c t/op/local.t
18297 ____________________________________________________________________________
18298 [ 20478] By: rgs                                   on 2003/08/04  20:10:52
18299         Log: Revert change #19282 : it caused problems for some -Duseshrplib
18300              builds. On the other hand, make sure that your C compiler isn't
18301              a perl script !
18302      Branch: perl
18303            ! Makefile.SH
18304 ____________________________________________________________________________
18305 [ 20475] By: jhi                                   on 2003/08/04  09:35:55
18306         Log: Rename DEBUG() and DEB() to PERL_DEBUG() and PERL_DEB().
18307      Branch: perl
18308            ! perl.c perl.h
18309 ____________________________________________________________________________
18310 [ 20474] By: jhi                                   on 2003/08/04  08:41:55
18311         Log: Oops.
18312      Branch: perl
18313            ! hints/darwin.sh hints/rhapsody.sh
18314 ____________________________________________________________________________
18315 [ 20473] By: jhi                                   on 2003/08/04  07:58:36
18316         Log: Subject: [PATCH] Re: Can't usemymalloc on OS X
18317              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18318              Date: Mon, 4 Aug 2003 10:35:12 +0200
18319              Message-Id: <20030804103512.61a9661c.rgarciasuarez@free.fr>
18320      Branch: perl
18321            ! hints/darwin.sh
18322 ____________________________________________________________________________
18323 [ 20470] By: jhi                                   on 2003/08/04  06:30:05
18324         Log: Test count adjustment from Rafael.
18325      Branch: perl
18326            ! lib/Test/Simple/t/is_deeply.t
18327 ____________________________________________________________________________
18328 [ 20469] By: jhi                                   on 2003/08/04  06:23:26
18329         Log: Subject: [PATCH] maint, Win32, GCC 3.2
18330              From: Mattia Barbon <mbarbon@dsi.unive.it>
18331              Date: Sat, 2 Aug 2003 10:31:07 +0200 (ora legale Europa occidentale)
18332              Message-ID: <Mahogany-0.64.2-624-20030802-103107.00@rbnet.it>
18333      Branch: perl
18334            ! ext/Errno/Errno_pm.PL
18335 ____________________________________________________________________________
18336 [ 20467] By: jhi                                   on 2003/08/04  05:10:57
18337         Log: Apparently the newly introduce -DDARWIN did conflict with
18338              some Apple definition, how ironic...
18339      Branch: perl
18340            ! hints/darwin.sh perl.h
18341 ____________________________________________________________________________
18342 [ 20466] By: jhi                                   on 2003/08/04  05:03:30
18343         Log: Subject: Debian patch that skips podless modules
18344              From: Alexey Tourbin <at@altlinux.ru>
18345              Date: Sun, 3 Aug 2003 21:33:00 +0400
18346              Message-ID: <20030803173300.GC2076@julia.office.altlinux.ru>
18347
18348              (plus Schwern's and Robert's nits)
18349      Branch: perl
18350            ! installman
18351 ____________________________________________________________________________
18352 [ 20465] By: jhi                                   on 2003/08/04  05:00:04
18353         Log: Subject: [PATCH] 4 bugs in Test::More
18354              From: Fergal Daly <fergal@esatclear.ie> (by way of Fergal Daly <fergal@esatclear.ie>)
18355              Date: Fri, 21 Mar 2003 10:57:31 +0000
18356              Message-Id: <200303211057.31879.fergal@esatclear.ie>
18357      Branch: perl
18358            ! lib/Test/More.pm lib/Test/Simple/t/More.t
18359            ! lib/Test/Simple/t/is_deeply.t
18360 ____________________________________________________________________________
18361 [ 20464] By: jhi                                   on 2003/08/04  04:44:08
18362         Log: Upgrade to ExtUtils::MakeMaker 6.15.
18363      Branch: perl
18364            ! lib/ExtUtils/Changes lib/ExtUtils/META.yml
18365            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
18366            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/MM_Unix.t
18367 ____________________________________________________________________________
18368 [ 20463] By: jhi                                   on 2003/08/04  04:37:25
18369         Log: Subject: Re: [PATCH] Re: [perl #23206] Benchmark::cmpthese usage message wrong
18370              From: Michael G Schwern <schwern@pobox.com>
18371              Date: Sun, 3 Aug 2003 16:12:35 -0700
18372              Message-ID: <20030803231235.GJ24350@windhund.schwern.org>
18373      Branch: perl
18374            ! lib/Benchmark.pm lib/Benchmark.t
18375 ____________________________________________________________________________
18376 [ 20462] By: rgs                                   on 2003/08/03  22:26:10
18377         Log: Subject: [PATCH] Re: [perl #23207] persistant sideffect involving bitwise xor and substr
18378              From: Enache Adrian <enache@rdslink.ro>
18379              Date: Sun, 3 Aug 2003 18:00:05 +0300
18380              Message-ID: <20030803150005.GA1319@ratsnest.hole>
18381      Branch: perl
18382            ! pp.c t/op/substr.t
18383 ____________________________________________________________________________
18384 [ 20461] By: rgs                                   on 2003/08/03  21:50:11
18385         Log: Subject: Re: [perl #23202] coredump on ext/POSIX/t/posix with NetBSD-1.6
18386              From: alian <alian@cpan.org>
18387              Date: Sat, 02 Aug 2003 16:19:25 +0200
18388              Message-ID: <3F2BC86D.2050400@jupiter.alianet>
18389
18390              Plus, un-mark a test as TODO for darwin >= 6.6 (by M. Schwern)
18391      Branch: perl
18392            ! ext/POSIX/t/posix.t
18393 ____________________________________________________________________________
18394 [ 20458] By: jhi                                   on 2003/08/03  19:01:08
18395         Log: Subject: [PATCH-for-5.8.1-RC4] wince distribution
18396              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
18397              Date: Mon, 4 Aug 2003 00:01:08 +0400
18398              Message-ID: <039c01c359fa$1e755d50$195ec3d9@vad>
18399      Branch: perl
18400            ! wince/makedist.pl
18401 ____________________________________________________________________________
18402 [ 20457] By: jhi                                   on 2003/08/03  18:59:10
18403         Log: Subject: [PATCH perlreftut.pod] Minor edits
18404              From: mjd@plover.com
18405              Date: 3 Aug 2003 17:46:08 -0000
18406              Message-ID: <20030803174608.15792.qmail@plover.com>
18407      Branch: perl
18408            ! pod/perlreftut.pod
18409 ____________________________________________________________________________
18410 [ 20456] By: jhi                                   on 2003/08/03  18:52:16
18411         Log: Subject: [PATCH Time::HiRes docs] Grammar, punctuation, formatting edits
18412              From: mjd@plover.com
18413              Date: 3 Aug 2003 19:37:49 -0000
18414              Message-ID: <20030803193749.3733.qmail@plover.com>
18415      Branch: perl
18416            ! ext/Time/HiRes/HiRes.pm
18417 ____________________________________________________________________________
18418 [ 20455] By: jhi                                   on 2003/08/03  18:47:13
18419         Log: Subject: [PATCH] Re: win32.c bug - handle leak
18420              From: Jan Dubois <jand@ActiveState.com>
18421              Date: Sat, 02 Aug 2003 10:25:05 -0700
18422              Message-ID: <9gsnivssuml394bttjb3mfsmdgfn9l6kh9@4ax.com>
18423      Branch: perl
18424            ! win32/win32.c
18425 ____________________________________________________________________________
18426 [ 20454] By: jhi                                   on 2003/08/03  18:45:53
18427         Log: Subject: [PATCH 5.8.1 @20218] OS/2 build
18428              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
18429              Date: Sat, 2 Aug 2003 09:38:50 -0700
18430              Message-ID: <20030802163850.GA4712@math.berkeley.edu>
18431      Branch: perl
18432            ! os2/os2ish.h
18433 ____________________________________________________________________________
18434 [ 20453] By: jhi                                   on 2003/08/03  18:44:29
18435         Log: Subject: [PATCH] Storable and uninitalized array values
18436              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
18437              Date: Sat, 2 Aug 2003 13:40:16 +0200
18438              Message-ID: <00ab01c358ea$d940a5b0$0c2f1fac@R2D2>
18439      Branch: perl
18440            ! ext/Storable/Storable.xs ext/Storable/t/freeze.t
18441 ____________________________________________________________________________
18442 [ 20452] By: jhi                                   on 2003/08/03  18:27:47
18443         Log: Upgrade to Unicode::Collate 0.26.
18444      Branch: perl
18445            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
18446            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/index.t
18447            ! lib/Unicode/Collate/t/test.t
18448 ____________________________________________________________________________
18449 [ 20451] By: jhi                                   on 2003/08/03  18:24:18
18450         Log: Subject: [PATCH Net::Ping] on VMS, set non-blocking with ioctl, not fcntl
18451              From: "Craig A. Berry" <craigberry@mac.com>
18452              Date: Sat, 02 Aug 2003 10:25:44 -0500
18453              Message-ID: <3F2BD7F8.8090003@mac.com>
18454      Branch: perl
18455            ! lib/Net/Ping.pm
18456 ____________________________________________________________________________
18457 [ 20450] By: rgs                                   on 2003/08/03  12:50:07
18458         Log: Subject: [PATCH 5.8.1 @20218] Shell.t
18459              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
18460              Date: Sun, 3 Aug 2003 06:21:41 -0700
18461              Message-ID: <20030803132141.GA5156@math.berkeley.edu>
18462      Branch: perl
18463            ! lib/Shell.t
18464 ____________________________________________________________________________
18465 [ 20447] By: jhi                                   on 2003/08/02  07:26:58
18466         Log: C++ (or C99) sneak attack ("inline" function keyword).
18467      Branch: perl
18468            ! ext/Devel/DProf/DProf.xs
18469 ____________________________________________________________________________
18470 [ 20445] By: jhi                                   on 2003/08/02  06:24:30
18471         Log: Subject: [PATCH] Re: [perl #23185] perl crash with File::Glob
18472              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
18473              Date: Fri, 1 Aug 2003 13:12:14 +0200
18474              Message-ID: <00dc01c3581d$c3412c30$0c2f1fac@R2D2>
18475      Branch: perl
18476            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
18477            ! ext/File/Glob/t/basic.t
18478 ____________________________________________________________________________
18479 [ 20444] By: jhi                                   on 2003/08/02  06:17:28
18480         Log: Only show the message if the locale settings look risky.
18481      Branch: perl
18482            ! ext/Time/HiRes/Makefile.PL
18483 ____________________________________________________________________________
18484 [ 20443] By: jhi                                   on 2003/08/02  06:01:27
18485         Log: Add a message about the LC_ALL=C workaround (for non-core builds);
18486              update Changes.
18487      Branch: perl
18488            ! ext/Time/HiRes/Changes ext/Time/HiRes/Makefile.PL
18489 ____________________________________________________________________________
18490 [ 20441] By: jhi                                   on 2003/08/02  05:37:37
18491         Log: Subject: [PATCH] Small nit to pad.c
18492              From: Enache Adrian <enache@rdslink.ro>
18493              Date: Sat, 2 Aug 2003 01:50:40 +0300
18494              Message-ID: <20030801225040.GB1281@ratsnest.hole>
18495      Branch: perl
18496            ! pad.c
18497 ____________________________________________________________________________
18498 [ 20440] By: jhi                                   on 2003/08/02  05:12:13
18499         Log: Subject: [PATCH @20348] Re: [PATCH @19834] DProf fixes
18500              From: Radu Greab <rgreab@fx.ro>
18501              Date: Sat, 02 Aug 2003 00:17:49 +0300 (EEST)
18502              Message-Id: <20030802.001749.101708736.radu@yx.primIT.ro>
18503      Branch: perl
18504            ! ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
18505            ! ext/Devel/DProf/DProf.xs t/lib/dprof/test8_t
18506            ! t/lib/dprof/test8_v
18507 ____________________________________________________________________________
18508 [ 20439] By: jhi                                   on 2003/08/02  05:06:43
18509         Log: Subject: [PATCH] ioctl for VMS
18510              From: "Craig A. Berry" <craigberry@mac.com>
18511              Date: Fri, 01 Aug 2003 23:34:31 -0500
18512              Message-ID: <3F2B3F57.4050609@mac.com>
18513      Branch: perl
18514            ! configure.com vms/vmsish.h
18515 ____________________________________________________________________________
18516 [ 20438] By: jhi                                   on 2003/08/02  05:05:40
18517         Log: Subject: [PATCH] argv case nit for VMS
18518              From: "Craig A. Berry" <craigberry@mac.com>
18519              Date: Fri, 01 Aug 2003 19:16:30 -0500
18520              Message-ID: <3F2B02DE.10207@mac.com>
18521      Branch: perl
18522            ! ext/Encode/bin/enc2xs pod/pod2usage.PL pod/podselect.PL
18523 ____________________________________________________________________________
18524 [ 20437] By: jhi                                   on 2003/08/01  22:00:30
18525         Log: Hugo's second thoughts: drop the relatively rare and
18526              slow optimization for now.
18527      Branch: perl
18528            ! regexec.c
18529 ____________________________________________________________________________
18530 [ 20435] By: jhi                                   on 2003/08/01  21:55:19
18531         Log: Missed this bit in the last update: couldn't answer ''
18532              or ' ' to get 'none'.
18533      Branch: perl
18534            ! Configure
18535 ____________________________________________________________________________
18536 [ 20432] By: jhi                                   on 2003/08/01  13:45:10
18537         Log: Encode pre-1.98 update from Dan Kogai, sent from
18538              the ashes of his smoldering motherboard.
18539      Branch: perl
18540            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/META.yml
18541            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/t/Aliases.t
18542            ! ext/Encode/t/perlio.t ext/Encode/ucm/macArabic.ucm
18543            ! ext/Encode/ucm/macFarsi.ucm ext/Encode/ucm/macHebrew.ucm
18544 ____________________________________________________________________________
18545 [ 20431] By: jhi                                   on 2003/08/01  13:34:28
18546         Log: More runperl(switches => ...) finds (bleadperl only).
18547      Branch: perl
18548            ! t/op/readline.t
18549 ____________________________________________________________________________
18550 [ 20426] By: jhi                                   on 2003/08/01  12:45:19
18551         Log: Regen perltoc.
18552      Branch: perl
18553            ! pod/perltoc.pod
18554 ____________________________________________________________________________
18555 [ 20425] By: jhi                                   on 2003/08/01  12:44:16
18556         Log: pod likes whitespace.
18557      Branch: perl
18558            ! ext/ByteLoader/ByteLoader.pm
18559 ____________________________________________________________________________
18560 [ 20422] By: jhi                                   on 2003/08/01  11:37:53
18561         Log: Faulty check.
18562      Branch: perl
18563            ! t/test.pl
18564 ____________________________________________________________________________
18565 [ 20420] By: jhi                                   on 2003/08/01  11:06:54
18566         Log: Update INSTALL on the *dir.
18567      Branch: perl
18568            ! INSTALL
18569 ____________________________________________________________________________
18570 [ 20419] By: jhi                                   on 2003/08/01  11:04:55
18571         Log: Regen Glossary et al.
18572      Branch: perl
18573            ! Porting/Glossary Porting/config.sh Porting/config_H
18574 ____________________________________________________________________________
18575 [ 20418] By: jhi                                   on 2003/08/01  10:58:23
18576         Log: Now the test should be really testing what it's supposed to.
18577      Branch: perl
18578            ! ext/B/t/bytecode.t
18579 ____________________________________________________________________________
18580 [ 20417] By: jhi                                   on 2003/08/01  10:45:57
18581         Log: Fix the options.
18582      Branch: perl
18583            ! ext/B/t/bytecode.t
18584 ____________________________________________________________________________
18585 [ 20416] By: jhi                                   on 2003/08/01  10:44:19
18586         Log: Argument sanity checking.
18587      Branch: perl
18588            ! t/test.pl
18589 ____________________________________________________________________________
18590 [ 20413] By: jhi                                   on 2003/08/01  10:37:09
18591         Log: Regen Configure to use the *html*dir files.
18592              (installhtml uses none of that, though)
18593      Branch: perl
18594            ! Configure Policy_sh.SH config_h.SH
18595 ____________________________________________________________________________
18596 [ 20411] By: jhi                                   on 2003/08/01  10:10:05
18597         Log: More for the *dir changes.
18598      Branch: perl
18599            ! Policy_sh.SH config_h.SH hints/darwin.sh
18600 ____________________________________________________________________________
18601 [ 20410] By: jhi                                   on 2003/08/01  10:09:38
18602         Log: Regen Configure for the new *dir installation variables.
18603              If these don't work, ask Schwern.
18604      Branch: perl
18605            ! Configure
18606 ____________________________________________________________________________
18607 [ 20408] By: jhi                                   on 2003/08/01  05:27:48
18608         Log: Upgrade to MakeMaker 6.13.
18609      Branch: perl
18610            ! lib/ExtUtils/Changes lib/ExtUtils/META.yml
18611            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
18612            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
18613            ! lib/ExtUtils/t/basic.t
18614 ____________________________________________________________________________
18615 [ 20407] By: jhi                                   on 2003/08/01  05:21:36
18616         Log: JAPH patch :-) from Abigail.
18617      Branch: perl
18618            ! t/japh/abigail.t
18619 ____________________________________________________________________________
18620 [ 20406] By: jhi                                   on 2003/08/01  05:10:30
18621         Log: Regen perlapi.
18622      Branch: perl
18623            ! perlapi.c
18624 ____________________________________________________________________________
18625 [ 20405] By: jhi                                   on 2003/08/01  05:09:23
18626         Log: Subject: [PATCH] Re: utf8+regex bug in 5.8.1-RC2
18627              From: Dave Mitchell <davem@fdgroup.com>
18628              Date: Fri, 1 Aug 2003 01:16:31 +0100
18629              Message-ID: <20030801001631.GA11233@fdgroup.com>
18630      Branch: perl
18631            ! regcomp.c t/op/pat.t
18632 ____________________________________________________________________________
18633 [ 20404] By: ams                                   on 2003/08/01  03:28:17
18634         Log: Subject: [PATCH] LotR quote for perlapi.c
18635              From: Autrijus Tang <autrijus@autrijus.org>
18636              Date: Fri, 1 Aug 2003 10:00:29 +0800
18637              Message-Id: <20030801020029.GA28241@not.autrijus.org>
18638      Branch: perl
18639            ! embed.pl
18640 ____________________________________________________________________________
18641 [ 20396] By: rgs                                   on 2003/07/31  20:37:50
18642         Log: Document in INSTALL that -Uinstallusrbinperl is now the default.
18643      Branch: perl
18644            ! INSTALL
18645 ____________________________________________________________________________
18646 [ 20395] By: jhi                                   on 2003/07/31  20:32:30
18647         Log: Integrate README.macosx more.
18648      Branch: perl
18649            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
18650            ! win32/Makefile win32/makefile.mk
18651 ____________________________________________________________________________
18652 [ 20394] By: jhi                                   on 2003/07/31  20:31:49
18653         Log: README.macosx from Sherm Pendley.
18654      Branch: perl
18655            + README.macosx
18656            ! MANIFEST
18657 ____________________________________________________________________________
18658 [ 20393] By: jhi                                   on 2003/07/31  20:31:08
18659         Log: Unportable subtest needs rethink.
18660      Branch: perl
18661            ! ext/B/t/bytecode.t
18662 ____________________________________________________________________________
18663 [ 20392] By: jhi                                   on 2003/07/31  20:22:03
18664         Log: Enache again.
18665      Branch: perl
18666            ! ext/ByteLoader/bytecode.h
18667 ____________________________________________________________________________
18668 [ 20390] By: jhi                                   on 2003/07/31  20:20:28
18669         Log: Retract #20385.
18670      Branch: perl
18671            ! ext/ByteLoader/bytecode.h
18672 ____________________________________________________________________________
18673 [ 20389] By: jhi                                   on 2003/07/31  20:14:06
18674         Log: Yet another bytecode tweak from Enache.
18675      Branch: perl
18676            ! ext/B/B/Bytecode.pm
18677 ____________________________________________________________________________
18678 [ 20388] By: jhi                                   on 2003/07/31  20:11:21
18679         Log: Subject: [DOC PATCH] pod/perlguts.pod
18680              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
18681              Date: Thu, 31 Jul 2003 22:39:01 +0200
18682              Message-ID: <004a01c357a3$c71f9f50$0c2f1fac@R2D2>
18683      Branch: perl
18684            ! pod/perlguts.pod
18685 ____________________________________________________________________________
18686 [ 20387] By: jhi                                   on 2003/07/31  19:57:36
18687         Log: Subject: Re: [perl #23171] Regex too selfish
18688              From: hv@crypt.org
18689              Date: Thu, 31 Jul 2003 18:59:43 +0100
18690              Message-Id: <200307311759.h6VHxhn06664@zen.crypt.org>
18691
18692              (choose the second code patch)
18693      Branch: perl
18694            ! regexec.c t/op/re_tests
18695 ____________________________________________________________________________
18696 [ 20386] By: jhi                                   on 2003/07/31  19:48:17
18697         Log: Make consistent with installperl (and working in MPE/iX)
18698              (Mark Bixby)
18699      Branch: perl
18700            ! installman
18701 ____________________________________________________________________________
18702 [ 20385] By: jhi                                   on 2003/07/31  19:46:14
18703         Log: (retracted by #20390)
18704      Branch: perl
18705            ! ext/ByteLoader/bytecode.h
18706 ____________________________________________________________________________
18707 [ 20383] By: jhi                                   on 2003/07/31  19:37:22
18708         Log: Upgrade to real CPAN.pm 1.76.
18709      Branch: perl
18710            + lib/CPAN/META.yml lib/CPAN/PAUSE2003.pub lib/CPAN/SIGNATURE
18711            + lib/CPAN/t/signature.t
18712            ! MANIFEST lib/CPAN.pm
18713 ____________________________________________________________________________
18714 [ 20379] By: jhi                                   on 2003/07/31  12:32:31
18715         Log: One more tweak for Mac OS X hints.
18716      Branch: perl
18717            ! hints/darwin.sh
18718 ____________________________________________________________________________
18719 [ 20378] By: jhi                                   on 2003/07/31  11:39:31
18720         Log: The new PKI system is far too untested and rough yet
18721              (think machines with no network, machines behind firewalls,
18722              corporate and national encryption policies).  It cannot be
18723              considered useable at this stage.
18724
18725              Therefore, create a fake CPAN 1.76.
18726      Branch: perl
18727            ! lib/CPAN.pm
18728 ____________________________________________________________________________
18729 [ 20377] By: jhi                                   on 2003/07/31  11:28:58
18730         Log: This test is pretty useless as it stands.
18731      Branch: perl
18732            - lib/CPAN/t/signature.t
18733            ! MANIFEST
18734 ____________________________________________________________________________
18735 [ 20376] By: jhi                                   on 2003/07/31  10:30:08
18736         Log: Document the requirements for Module::Signature a bit.
18737      Branch: perl
18738            ! lib/CPAN.pm
18739 ____________________________________________________________________________
18740 [ 20375] By: jhi                                   on 2003/07/31  09:37:44
18741         Log: We are change #20316 ahead of 1.75.
18742      Branch: perl
18743            ! lib/CPAN.pm
18744 ____________________________________________________________________________
18745 [ 20373] By: jhi                                   on 2003/07/31  07:35:11
18746         Log: Integrate from maint:
18747              [ 20359]
18748              No more wince/README.compile here, either.
18749      Branch: perl
18750           !> Porting/makerel
18751 ____________________________________________________________________________
18752 [ 20371] By: jhi                                   on 2003/07/31  05:41:56
18753         Log: ext/SDBM_File/sdbm's auto directory ended up in ext/SDBM_File.
18754              (Schwern)
18755      Branch: perl
18756            ! lib/ExtUtils/MakeMaker.pm
18757 ____________________________________________________________________________
18758 [ 20370] By: jhi                                   on 2003/07/31  05:39:11
18759         Log: Schwern says this is most probably an old VMS MakeMaker
18760              bug workaround that can go now.
18761      Branch: perl
18762            ! ext/SDBM_File/sdbm/Makefile.PL
18763 ____________________________________________________________________________
18764 [ 20369] By: jhi                                   on 2003/07/31  05:32:15
18765         Log: Final touches to "Apple-like" installation directories.
18766      Branch: perl
18767            ! hints/darwin.sh
18768 ____________________________________________________________________________
18769 [ 20368] By: jhi                                   on 2003/07/31  05:28:17
18770         Log: Tests for change #20367 (and change use overload; to
18771              just require overload;)
18772      Branch: perl
18773            ! lib/Tie/RefHash.pm lib/Tie/RefHash.t
18774 ____________________________________________________________________________
18775 [ 20367] By: jhi                                   on 2003/07/31  05:12:47
18776         Log: Subject: [PATCH Tie::RefHash] added support for overloaded ""
18777              From: Xavier Noria <fxn@hashref.com>
18778              Date: Thu, 31 Jul 2003 00:29:13 +0200
18779              Message-Id: <200307310029.13567.fxn@hashref.com>
18780      Branch: perl
18781            ! lib/Tie/RefHash.pm
18782 ____________________________________________________________________________
18783 [ 20366] By: jhi                                   on 2003/07/31  05:06:11
18784         Log: Subject: [PATCH] test for B::Bytecode/ByteLoader
18785              From: Enache Adrian <enache@rdslink.ro>
18786              Date: Thu, 31 Jul 2003 03:49:40 +0300
18787              Message-ID: <20030731004940.GB1266@ratsnest.hole>
18788
18789              (but use test.pl:run_perl() instead of manual `$^X ...`)
18790      Branch: perl
18791            + ext/B/t/bytecode.t
18792            ! MANIFEST
18793 ____________________________________________________________________________
18794 [ 20364] By: rgs                                   on 2003/07/30  21:35:08
18795         Log: Silence spurious noise from MakeMaker :
18796              hint files shouldn't return undef and have set $!.
18797      Branch: perl
18798            ! ext/DynaLoader/hints/linux.pl
18799 ____________________________________________________________________________
18800 [ 20362] By: jhi                                   on 2003/07/30  20:24:49
18801         Log: Upgrade to NEXT 0.52.
18802      Branch: perl
18803            ! lib/NEXT.pm lib/NEXT/Changes lib/NEXT/README
18804            ! lib/NEXT/t/actuns.t lib/NEXT/t/unseen.t
18805 ____________________________________________________________________________
18806 [ 20356] By: jhi                                   on 2003/07/30  18:16:55
18807         Log: Might as well.
18808      Branch: perl
18809            ! pod/perlhist.pod
18810 ____________________________________________________________________________
18811 [ 20355] By: jhi                                   on 2003/07/30  18:15:49
18812         Log: Silly gcc.
18813      Branch: perl
18814            ! perl.c
18815 ____________________________________________________________________________
18816 [ 20353] By: jhi                                   on 2003/07/30  17:09:59
18817         Log: This is getting comical.  (Practical tip: never ask
18818              for opinions from one than one person at one time.)
18819              Now back to -Dprefix='/usr' replacing the system Perl,
18820              but don't use the Apple internal DSTROOT.
18821      Branch: perl
18822            ! hints/darwin.sh
18823 ____________________________________________________________________________
18824 [ 20352] By: jhi                                   on 2003/07/30  17:00:25
18825         Log: Mac OS X hints dance continues.  Now drop any special
18826              installation directory mangling.  In other words, if
18827              you want to overwrite the system perl, you really need
18828              to find out how to do that.
18829      Branch: perl
18830            ! hints/darwin.sh
18831 ____________________________________________________________________________
18832 [ 20350] By: jhi                                   on 2003/07/30  14:23:03
18833         Log: Try again with the Mac OS X hints.  Now the three cases
18834              (no -Dprefix, /usr, and something else) all install
18835              into separate places.  No prefix installs to /usr/local.
18836              The /usr overwrites the Apple install (modulo the version).
18837      Branch: perl
18838            ! hints/darwin.sh
18839 ____________________________________________________________________________
18840 [ 20348] By: jhi                                   on 2003/07/30  13:28:30
18841         Log: Subject: [PATCH] NEXT and Diamond Inheritance
18842              From: Casey West <casey@geeknest.com>
18843              Date: Tue, 29 Jul 2003 17:37:15 -0400
18844              Message-ID: <20030729213715.GY76899@geeknest.com>
18845
18846              (Use Damian's NEXT-0.51 once Damian and PAUSE like each other)
18847      Branch: perl
18848            ! lib/NEXT.pm lib/NEXT/t/unseen.t
18849 ____________________________________________________________________________
18850 [ 20347] By: jhi                                   on 2003/07/30  13:19:03
18851         Log: Match also on full name and email (though the email is
18852              now less interesting than it used to be).
18853      Branch: perl
18854            ! Porting/Maintainers
18855 ____________________________________________________________________________
18856 [ 20346] By: jhi                                   on 2003/07/30  12:26:53
18857         Log: Maintainers script tweaks.
18858      Branch: perl
18859            ! Porting/Maintainers
18860 ____________________________________________________________________________
18861 [ 20345] By: jhi                                   on 2003/07/30  11:17:33
18862         Log: rmdir t/lib/IO.
18863      Branch: perl
18864            ! ext/IO/t/IO.t
18865 ____________________________________________________________________________
18866 [ 20344] By: jhi                                   on 2003/07/30  11:15:30
18867         Log: Adjust the list of rmdired lib directories.
18868      Branch: perl
18869            ! Makefile.SH
18870 ____________________________________________________________________________
18871 [ 20343] By: jhi                                   on 2003/07/30  10:06:24
18872         Log: Be paranoid about PL_origargv.
18873              Paranoia warranted by Win32 mod_perl.
18874      Branch: perl
18875            ! perl.c
18876 ____________________________________________________________________________
18877 [ 20342] By: jhi                                   on 2003/07/30  09:57:55
18878         Log: Subject: tiny [PATCH-for-perl-5.8.1-RC2] remove one mention of UNDER_CE from perlio.c
18879              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
18880              Date: Wed, 30 Jul 2003 14:56:32 +0400
18881              Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C200DD3@cio-test001.spb.lucent.com>
18882      Branch: perl
18883            ! perlio.c
18884 ____________________________________________________________________________
18885 [ 20341] By: jhi                                   on 2003/07/30  09:54:46
18886         Log: Upgrade to ExtUtils::MakeMaker 6.12.
18887      Branch: perl
18888            ! lib/ExtUtils/Changes lib/ExtUtils/META.yml
18889            ! lib/ExtUtils/MM_MacOS.pm lib/ExtUtils/MM_Unix.pm
18890            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
18891            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_VMS.t
18892 ____________________________________________________________________________
18893 [ 20340] By: jhi                                   on 2003/07/30  09:47:32
18894         Log: That's M. Schwern to you, earthling.
18895      Branch: perl
18896            ! Porting/Maintainers.pl
18897 ____________________________________________________________________________
18898 [ 20339] By: jhi                                   on 2003/07/30  09:43:32
18899         Log: Arthur maintains Safe.
18900      Branch: perl
18901            ! Porting/Maintainers.pl
18902 ____________________________________________________________________________
18903 [ 20338] By: jhi                                   on 2003/07/30  09:40:28
18904         Log: Use the CPAN id where available.
18905      Branch: perl
18906            ! Porting/Maintainers.pl
18907 ____________________________________________________________________________
18908 [ 20337] By: jhi                                   on 2003/07/30  09:26:47
18909         Log: Rename Modules and Modules.pl as Maintainers and
18910              Maintainers.pl since the same framework can be used
18911              for more than just modules.
18912      Branch: perl
18913            + Porting/Maintainers Porting/Maintainers.pl
18914            - Porting/Modules Porting/Modules.pl
18915            ! MANIFEST
18916 ____________________________________________________________________________
18917 [ 20336] By: jhi                                   on 2003/07/30  09:11:06
18918         Log: Strip leading ./
18919      Branch: perl
18920            ! Porting/Modules
18921 ____________________________________________________________________________
18922 [ 20335] By: jhi                                   on 2003/07/30  09:01:47
18923         Log: More Modules.pl.
18924      Branch: perl
18925            ! Porting/Modules.pl
18926 ____________________________________________________________________________
18927 [ 20334] By: jhi                                   on 2003/07/30  08:51:57
18928         Log: Modules.pl: add B::Deparse.
18929      Branch: perl
18930            ! Porting/Modules.pl
18931 ____________________________________________________________________________
18932 [ 20333] By: jhi                                   on 2003/07/30  08:26:47
18933         Log: Mac OS X: tweak once again the installation directories.
18934      Branch: perl
18935            ! hints/darwin.sh
18936 ____________________________________________________________________________
18937 [ 20332] By: jhi                                   on 2003/07/30  07:55:04
18938         Log: Modules.pl tweaks.
18939      Branch: perl
18940            ! Porting/Modules.pl
18941 ____________________________________________________________________________
18942 [ 20331] By: jhi                                   on 2003/07/30  06:13:55
18943         Log: Subject: [PATCH] Extend Win32::GetOSVersion() to return additional information
18944              From: Jan Dubois <jand@ActiveState.com>
18945              Date: Tue, 29 Jul 2003 19:14:10 -0700
18946              Message-ID: <i06eivs0h9khken8rloevj68iqu6n45hnq@4ax.com>
18947      Branch: perl
18948            ! lib/Win32.pod win32/win32.c
18949 ____________________________________________________________________________
18950 [ 20330] By: rgs                                   on 2003/07/29  21:20:28
18951         Log: FAQ sync.
18952      Branch: perl
18953            ! pod/perlfaq4.pod pod/perlfaq7.pod
18954 ____________________________________________________________________________
18955 [ 20329] By: jhi                                   on 2003/07/29  20:54:38
18956         Log: Subject: tiny fix for WinCE (Re: maint @ 20277)
18957              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
18958              Date: Wed, 30 Jul 2003 02:02:41 +0400
18959              Message-ID: <016701c3561d$43735ca0$195ec3d9@vad>
18960      Branch: perl
18961            ! wince/wince.c
18962 ____________________________________________________________________________
18963 [ 20327] By: jhi                                   on 2003/07/29  20:09:15
18964         Log: MPE/iX fix from Mark Bixby: fcntl() on sockets on works.
18965      Branch: perl
18966            ! README.mpeix ext/IO/t/io_sock.t mpeix/mpeix.c mpeix/mpeixish.h
18967 ____________________________________________________________________________
18968 [ 20324] By: jhi                                   on 2003/07/29  19:55:50
18969         Log: Revert #20301, apparently the _SOCKADDR_LEN #define is
18970              important for IPv6 (Spider).  Since there is no way to
18971              otherwise detect 3.X, use the hints.
18972      Branch: perl
18973            ! hints/dec_osf.sh perl.h
18974 ____________________________________________________________________________
18975 [ 20316] By: jhi                                   on 2003/07/29  15:27:46
18976         Log: Don't nag about Module::Signature if there is no
18977              way for the user to use it (based on Autrijus' patch).
18978      Branch: perl
18979            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
18980 ____________________________________________________________________________
18981 [ 20315] By: jhi                                   on 2003/07/29  14:47:04
18982         Log: Oops.
18983      Branch: perl
18984            ! sv.c
18985 ____________________________________________________________________________
18986 [ 20314] By: jhi                                   on 2003/07/29  13:26:26
18987         Log: Slight rewording on the destdir.
18988      Branch: perl
18989            ! INSTALL
18990 ____________________________________________________________________________
18991 [ 20312] By: jhi                                   on 2003/07/29  13:20:21
18992         Log: Subject: [PATCH] pod/perlvar.pod: minor typo
18993              From: "Brendan O'Dea" <bod@debian.org>
18994              Date: Tue, 29 Jul 2003 23:49:18 +1000
18995              Message-ID: <20030729134918.GA4339@londo.c47.org>
18996      Branch: perl
18997            ! pod/perlvar.pod
18998 ____________________________________________________________________________
18999 [ 20310] By: jhi                                   on 2003/07/29  13:11:57
19000         Log: Subject: [PATCH: (repatch) 5.8.1 RC2] Encode test fixes for VMS (was Re: possible fix to File::Find problems)
19001              From: PPrymmer@factset.com
19002              Date: Tue, 22 Jul 2003 11:12:05 -0400
19003              Message-ID: <OFBD4A7559.D7CF9517-ON85256D6B.00534853-85256D6B.00538131@factset.com>
19004      Branch: perl
19005            ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_utf8.t
19006            ! ext/Encode/t/perlio.t
19007 ____________________________________________________________________________
19008 [ 20309] By: jhi                                   on 2003/07/29  13:06:24
19009         Log: Subject: [perluniintro vs Encode::Alias] Is KOI8R is an alise for koi8-r?
19010              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
19011              Date: Sun, 13 Jul 2003 10:23:35 +0900
19012              Message-Id: <20030713102228.C76A.BQW10602@nifty.com>
19013      Branch: perl
19014            ! ext/Encode/lib/Encode/Alias.pm
19015 ____________________________________________________________________________
19016 [ 20308] By: jhi                                   on 2003/07/29  13:02:43
19017         Log: The --destdir option to installman should be made
19018              optional so that it doesn't complain when passed
19019              an empty value (from Rafael)
19020      Branch: perl
19021            ! installman
19022 ____________________________________________________________________________
19023 [ 20306] By: jhi                                   on 2003/07/29  12:05:24
19024         Log: Too many my $fh:s.
19025      Branch: perl
19026            ! lib/CPAN.pm
19027 ____________________________________________________________________________
19028 [ 20305] By: jhi                                   on 2003/07/29  11:55:11
19029         Log: Quieten MSVC6.
19030      Branch: perl
19031            ! pp.c
19032 ____________________________________________________________________________
19033 [ 20302] By: jhi                                   on 2003/07/29  11:31:17
19034         Log: Subject: DESTDIR in perl-5.8.1 package?
19035              From: Michael Schroeder <Michael.Schroeder@informatik.uni-erlangen.de>
19036              Date: Fri, 11 Jul 2003 14:48:41 +0200
19037              Message-ID: <20030711124841.GA18327@immd4.informatik.uni-erlangen.de>
19038
19039              Subject: Re: DESTDIR in perl-5.8.1 package?
19040              From: Michael Schroeder <Michael.Schroeder@informatik.uni-erlangen.de>
19041              Date: Mon, 14 Jul 2003 12:00:25 +0200
19042              Message-ID: <20030714100025.GA26612@immd4.informatik.uni-erlangen.de>
19043
19044              (blindly prepending and s///ing away the $destdir does not work
19045              at least in VMS, but the --destdir should help rpm builders
19046              and the like)
19047      Branch: perl
19048            ! INSTALL Makefile.SH installman installperl
19049 ____________________________________________________________________________
19050 [ 20301] By: jhi                                   on 2003/07/29  11:20:07
19051         Log: Subject: [perl #23134] Problems compiling 5.8.0 on alpha-dec_osf 3.2
19052              From: Chaskiel M Grundman (via RT) <perlbug-followup@perl.org>
19053              Date: 26 Jul 2003 21:44:06 -0000
19054              Message-ID: <rt-23134-61814.9.36507226414463@rt.perl.org>
19055
19056              Helps (the admittedly old) DEC OSF/1 3.x and harms not newer
19057              releases 4.x and 5.x.
19058      Branch: perl
19059            ! perl.h
19060 ____________________________________________________________________________
19061 [ 20300] By: jhi                                   on 2003/07/29  11:18:27
19062         Log: Cleanup the sv_gets() logic for platforms with small stacks.
19063              (I think hogging 8K of stack sounds like bad behaviour on any
19064              platform, big stack or not.)
19065      Branch: perl
19066            ! sv.c
19067 ____________________________________________________________________________
19068 [ 20299] By: merijn                                on 2003/07/29  10:57:37
19069         Log: README.hpux now mentions the http mirror for prebuilt gcc binaries
19070      Branch: perl
19071            ! README.hpux
19072 ____________________________________________________________________________
19073 [ 20298] By: jhi                                   on 2003/07/29  10:57:28
19074         Log: DEC OSF/1 3.x did (does) not do sizer -v.
19075      Branch: perl
19076            ! hints/dec_osf.sh
19077 ____________________________________________________________________________
19078 [ 20295] By: jhi                                   on 2003/07/29  10:36:25
19079         Log: Subject: [PATCH CPAN.pm] unlink pre-PGP-signed CHECKSUM
19080              From: Autrijus Tang <autrijus@autrijus.org>
19081              Date: Tue, 29 Jul 2003 09:58:35 +0800
19082              Message-ID: <20030729015834.GA7149@not.autrijus.org>
19083      Branch: perl
19084            ! lib/CPAN.pm
19085 ____________________________________________________________________________
19086 [ 20294] By: jhi                                   on 2003/07/29  10:30:05
19087         Log: There is no skip() since we are not using Test*.
19088      Branch: perl
19089            ! lib/CPAN/t/signature.t
19090 ____________________________________________________________________________
19091 [ 20293] By: jhi                                   on 2003/07/29  10:28:10
19092         Log: Upgrade to CPAN.pm 1.74.
19093      Branch: perl
19094            ! lib/CPAN.pm lib/CPAN/t/signature.t
19095 ____________________________________________________________________________
19096 [ 20292] By: jhi                                   on 2003/07/29  10:14:26
19097         Log: Most importantly, don't try HvNAME(gp->gp_hv)
19098              unless PL_stashcache exists, otherwise we get
19099              an invalid read (detected by valgrind, and crashes
19100              ext/threads/t/basic.t in Windows).
19101
19102              Also add a few if:s for the refcnt decrements,
19103              no need to call Perl_sv_free() if there's nothing to free.
19104      Branch: perl
19105            ! gv.c
19106 ____________________________________________________________________________
19107 [ 20291] By: jhi                                   on 2003/07/29  09:00:58
19108         Log: Tabify.
19109      Branch: perl
19110            ! MANIFEST
19111 ____________________________________________________________________________
19112 [ 20288] By: jhi                                   on 2003/07/29  08:29:50
19113         Log: Subject: [perl #22969] fix $hash{utf8bareword}
19114              From: Rafael Garcia-Suarez <raphel.garcia-suarez@hexaflux.com>
19115              Date: Tue, 29 Jul 2003 11:09:37 +0200
19116              Message-Id: <20030729110937.31c422d2.rgarcia@hexaflux.com>
19117      Branch: perl
19118            ! t/op/utfhash.t toke.c
19119 ____________________________________________________________________________
19120 [ 20287] By: jhi                                   on 2003/07/29  08:26:48
19121         Log: Subject: [PATCH pointer] B::Deparse 0.64
19122              From: Stephen McCamant <smcc@mit.edu>
19123              Date: Mon, 28 Jul 2003 16:57:19 -0400
19124              Message-ID: <16165.36399.39977.566109@syllepsis.MIT.EDU>
19125      Branch: perl
19126            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
19127 ____________________________________________________________________________
19128 [ 20286] By: jhi                                   on 2003/07/29  08:24:45
19129         Log: More perlio docs from Stas.
19130      Branch: perl
19131            ! pod/perliol.pod
19132 ____________________________________________________________________________
19133 [ 20285] By: jhi                                   on 2003/07/29  08:22:49
19134         Log: Reintroduce Porting/Modules.  No, it's not duplicating
19135              the information in Module::CoreList.
19136      Branch: perl
19137            + Porting/Modules Porting/Modules.pl
19138            ! AUTHORS MANIFEST
19139 ____________________________________________________________________________
19140 [ 20283] By: jhi                                   on 2003/07/29  05:00:12
19141         Log: The better prefixify() patch from Ed Moy.
19142      Branch: perl
19143            ! lib/ExtUtils/MM_Unix.pm
19144 ____________________________________________________________________________
19145 [ 20282] By: jhi                                   on 2003/07/29  04:57:57
19146         Log: PerlIO_popped doc addition from NI-S.
19147      Branch: perl
19148            ! pod/perliol.pod
19149 ____________________________________________________________________________
19150 [ 20281] By: jhi                                   on 2003/07/29  04:55:48
19151         Log: Subject: [PATCH] another File::Find tweak for VMS (improve on #20221)
19152              From: "Craig A. Berry" <craigberry@mac.com>
19153              Date: Tue, 29 Jul 2003 00:11:46 -0500
19154              Message-ID: <3F260212.9000104@mac.com>
19155      Branch: perl
19156            ! lib/File/Find.pm
19157 ____________________________________________________________________________
19158 [ 20278] By: jhi                                   on 2003/07/28  18:03:48
19159         Log: More bytecode tweaks.
19160      Branch: perl
19161            ! ext/B/B.xs ext/B/B/Bytecode.pm
19162 ____________________________________________________________________________
19163 [ 20275] By: jhi                                   on 2003/07/28  16:47:53
19164         Log: No more wince/README.compile.
19165      Branch: perl
19166            ! Porting/curliff.pl
19167 ____________________________________________________________________________
19168 [ 20272] By: jhi                                   on 2003/07/28  16:19:47
19169         Log: Slightly better failure output.
19170      Branch: perl
19171            ! ext/Devel/Peek/t/Peek.t
19172 ____________________________________________________________________________
19173 [ 20270] By: jhi                                   on 2003/07/28  15:12:28
19174         Log: These directories no more exist during cleanup.
19175      Branch: perl
19176            ! Makefile.SH
19177 ____________________________________________________________________________
19178 [ 20269] By: jhi                                   on 2003/07/28  15:07:22
19179         Log: No more ext/*/*.t, move them all to ext/*/t.
19180      Branch: perl
19181            + ext/Devel/DProf/t/DProf.t ext/Devel/Peek/t/Peek.t
19182            + ext/Errno/t/Errno.t ext/GDBM_File/t/gdbm.t
19183            + ext/I18N/Langinfo/t/Langinfo.t ext/IPC/SysV/t/ipcsysv.t
19184            + ext/NDBM_File/t/ndbm.t ext/ODBM_File/t/odbm.t
19185            + ext/Opcode/t/Opcode.t ext/Opcode/t/ops.t ext/PerlIO/t/PerlIO.t
19186            + ext/SDBM_File/t/sdbm.t ext/Safe/t/safe1.t ext/Safe/t/safe2.t
19187            + ext/Safe/t/safe3.t ext/Socket/t/Socket.t
19188            + ext/Socket/t/socketpair.t ext/Sys/Hostname/t/Hostname.t
19189            + ext/Sys/Syslog/t/syslog.t ext/Time/HiRes/t/HiRes.t
19190            + ext/XS/Typemap/t/Typemap.t ext/attrs/t/attrs.t ext/re/t/re.t
19191            - ext/Devel/DProf/DProf.t ext/Devel/Peek/Peek.t
19192            - ext/Errno/Errno.t ext/GDBM_File/gdbm.t
19193            - ext/I18N/Langinfo/Langinfo.t ext/IPC/SysV/ipcsysv.t
19194            - ext/NDBM_File/ndbm.t ext/ODBM_File/odbm.t ext/Opcode/Opcode.t
19195            - ext/Opcode/ops.t ext/PerlIO/PerlIO.t ext/SDBM_File/sdbm.t
19196            - ext/Safe/safe1.t ext/Safe/safe2.t ext/Safe/safe3.t
19197            - ext/Socket/Socket.t ext/Socket/socketpair.t
19198            - ext/Sys/Hostname/Hostname.t ext/Sys/Syslog/syslog.t
19199            - ext/Time/HiRes/HiRes.t ext/XS/Typemap/Typemap.t ext/attrs.t
19200            - ext/re/re.t
19201            ! MANIFEST ext/IPC/SysV/MANIFEST
19202 ____________________________________________________________________________
19203 [ 20268] By: jhi                                   on 2003/07/28  14:31:17
19204         Log: Move the ext/IO tests to a more standard location so that
19205              the *.t do not get copied to the build tree (lib/IO/).
19206      Branch: perl
19207            + ext/IO/t/IO.t ext/IO/t/io_const.t ext/IO/t/io_dir.t
19208            + ext/IO/t/io_dup.t ext/IO/t/io_linenum.t
19209            + ext/IO/t/io_multihomed.t ext/IO/t/io_pipe.t ext/IO/t/io_poll.t
19210            + ext/IO/t/io_sel.t ext/IO/t/io_sock.t ext/IO/t/io_taint.t
19211            + ext/IO/t/io_tell.t ext/IO/t/io_udp.t ext/IO/t/io_unix.t
19212            + ext/IO/t/io_utf8.t ext/IO/t/io_xs.t
19213            - ext/IO/lib/IO/t/IO.t ext/IO/lib/IO/t/io_const.t
19214            - ext/IO/lib/IO/t/io_dir.t ext/IO/lib/IO/t/io_dup.t
19215            - ext/IO/lib/IO/t/io_linenum.t ext/IO/lib/IO/t/io_multihomed.t
19216            - ext/IO/lib/IO/t/io_pipe.t ext/IO/lib/IO/t/io_poll.t
19217            - ext/IO/lib/IO/t/io_sel.t ext/IO/lib/IO/t/io_sock.t
19218            - ext/IO/lib/IO/t/io_taint.t ext/IO/lib/IO/t/io_tell.t
19219            - ext/IO/lib/IO/t/io_udp.t ext/IO/lib/IO/t/io_unix.t
19220            - ext/IO/lib/IO/t/io_utf8.t ext/IO/lib/IO/t/io_xs.t
19221            ! MANIFEST
19222 ____________________________________________________________________________
19223 [ 20267] By: jhi                                   on 2003/07/28  14:16:44
19224         Log: Retract #20260.
19225      Branch: perl
19226            ! perlio.c perliol.h
19227 ____________________________________________________________________________
19228 [ 20266] By: jhi                                   on 2003/07/28  13:38:59
19229         Log: Bump the $VERSION of core File::Spec as requested by Ken Williams.
19230      Branch: perl
19231            ! lib/File/Spec.pm
19232 ____________________________________________________________________________
19233 [ 20265] By: jhi                                   on 2003/07/28  13:23:44
19234         Log: Subject: [PATCH] #20177 broke skip logic in t/op/write.t
19235              From: "Craig A. Berry" <craigberry@mac.com>
19236              Date: Mon, 28 Jul 2003 08:04:32 -0500
19237              Message-ID: <3F251F60.6050607@mac.com>
19238      Branch: perl
19239            ! t/op/write.t
19240 ____________________________________________________________________________
19241 [ 20264] By: jhi                                   on 2003/07/28  13:21:58
19242         Log: Subject: [PATCH] t/op/write.t cleanup after itself.
19243              From: Michael G Schwern <schwern@pobox.com>
19244              Date: Mon, 28 Jul 2003 05:54:19 -0700
19245              Message-ID: <20030728125419.GJ21044@windhund.schwern.org>
19246      Branch: perl
19247            ! t/op/write.t
19248 ____________________________________________________________________________
19249 [ 20263] By: jhi                                   on 2003/07/28  12:13:24
19250         Log: Make Storable work with blead/maint by making PL_sv_placeholder
19251              a true global, bump $VERSION to 2.08.  Will take a look at the
19252              portability issue of placeholders soon.
19253      Branch: perl
19254            ! embedvar.h ext/Storable/Storable.pm ext/Storable/Storable.xs
19255            ! intrpvar.h perlapi.h perlvars.h sv.c
19256 ____________________________________________________________________________
19257 [ 20262] By: jhi                                   on 2003/07/28  11:35:31
19258         Log: Storable test nosewipe.
19259      Branch: perl
19260            ! ext/Storable/t/code.t ext/Storable/t/utf8hash.t
19261 ____________________________________________________________________________
19262 [ 20261] By: jhi                                   on 2003/07/28  11:02:23
19263         Log: Solaris cc didn't appreciate casting a long to a pointer
19264              with no cast, and lval casts are unportable, so introduce
19265              a rval cast.
19266      Branch: perl
19267            ! bytecode.pl ext/ByteLoader/byterun.c
19268 ____________________________________________________________________________
19269 [ 20260] By: jhi                                   on 2003/07/28  10:46:58
19270         Log: (Retracted by #20267)
19271      Branch: perl
19272            ! perlio.c perliol.h
19273 ____________________________________________________________________________
19274 [ 20257] By: jhi                                   on 2003/07/28  10:05:58
19275         Log: Subject: CPAN/t/signature.t noisy
19276              From: Michael G Schwern <schwern@pobox.com>
19277              Date: Mon, 28 Jul 2003 02:14:19 -0700
19278              Message-ID: <20030728091419.GG21044@windhund.schwern.org>
19279      Branch: perl
19280            ! lib/CPAN/t/signature.t
19281 ____________________________________________________________________________
19282 [ 20256] By: jhi                                   on 2003/07/28  10:00:11
19283         Log: Extra noise from File::Spec.
19284      Branch: perl
19285            ! lib/File/Spec/t/rel2abs2rel.t
19286 ____________________________________________________________________________
19287 [ 20255] By: jhi                                   on 2003/07/28  09:50:55
19288         Log: Prettyprint the constants list of defsubs_h.PL.
19289      Branch: perl
19290            ! ext/B/defsubs_h.PL
19291 ____________________________________________________________________________
19292 [ 20253] By: jhi                                   on 2003/07/28  04:56:48
19293         Log: Subject: [PATCH] B enhancements
19294              From: Stephen McCamant <smcc@mit.edu>
19295              Date: Sun, 27 Jul 2003 14:07:46 -0400
19296              Message-ID: <16164.5362.577992.841787@syllepsis.MIT.EDU>
19297      Branch: perl
19298            ! ext/B/B.pm ext/B/B.xs ext/B/defsubs_h.PL
19299 ____________________________________________________________________________
19300 [ 20252] By: jhi                                   on 2003/07/28  04:55:42
19301         Log: More clarification about the hash randomisation defines.
19302      Branch: perl
19303            ! perl.h
19304 ____________________________________________________________________________
19305 [ 20251] By: jhi                                   on 2003/07/28  04:51:46
19306         Log: Clarify the process a bit.
19307      Branch: perl
19308            ! INSTALL
19309 ____________________________________________________________________________
19310 [ 20250] By: jhi                                   on 2003/07/28  04:43:23
19311         Log: Add $VERSION to B::Bytecode.
19312      Branch: perl
19313            ! ext/B/B/Bytecode.pm
19314 ____________________________________________________________________________
19315 [ 20249] By: jhi                                   on 2003/07/28  04:39:14
19316         Log: Missing test file.  (Not very useful since Module::Signature
19317              is not in the core, but let's not make an exception.)
19318      Branch: perl
19319            ! MANIFEST
19320 ____________________________________________________________________________
19321 [ 20248] By: jhi                                   on 2003/07/28  04:35:27
19322         Log: Subject: Re: downrev modules in RC2
19323              From: Gisle Aas <gisle@ActiveState.com>
19324              Date: 27 Jul 2003 20:25:07 -0700
19325              Message-ID: <lrptjv1gfg.fsf@caliper.activestate.com>
19326
19327              (upgrade to Digest::MD5 2.26)
19328      Branch: perl
19329            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
19330            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
19331 ____________________________________________________________________________
19332 [ 20247] By: jhi                                   on 2003/07/28  04:31:32
19333         Log: Upgrade to CGI 2.97.
19334      Branch: perl
19335            ! lib/CGI.pm
19336 ____________________________________________________________________________
19337 [ 20246] By: jhi                                   on 2003/07/28  04:26:58
19338         Log: Revert 20233 + s/GvAVn/GvAV/) + rerun 'perl bytecode.pl'.
19339              (from Enache)
19340      Branch: perl
19341            ! bytecode.pl ext/ByteLoader/byterun.c
19342 ____________________________________________________________________________
19343 [ 20243] By: jhi                                   on 2003/07/27  20:31:31
19344         Log: Upgrade to CPAN 1.72.
19345      Branch: perl
19346            + lib/CPAN/t/signature.t
19347            ! MANIFEST lib/CPAN.pm
19348 ____________________________________________________________________________
19349 [ 20242] By: jhi                                   on 2003/07/27  20:21:40
19350         Log: We now return to your normally scheduled hash randomisation.
19351      Branch: perl
19352            ! INSTALL perl.h pod/perlfunc.pod pod/perlrun.pod
19353            ! pod/perlsec.pod
19354 ____________________________________________________________________________
19355 [ 20240] By: jhi                                   on 2003/07/27  19:45:22
19356         Log: fresh_perl_(is|like) were printing out the wrong file/line
19357              number on failure because _where() was hard coded to only
19358              look one level up the call stack.  In these cases it has to
19359              look two.
19360              (Schwern)
19361      Branch: perl
19362            ! t/test.pl
19363 ____________________________________________________________________________
19364 [ 20239] By: jhi                                   on 2003/07/27  19:43:34
19365         Log: cleanup tiehandle.t to use test.pl, is(), like(), etc...
19366              (Schwern)
19367      Branch: perl
19368            ! t/op/tiehandle.t
19369 ____________________________________________________________________________
19370 [ 20238] By: jhi                                   on 2003/07/27  19:20:45
19371         Log: Upgrade to Test::Harness 2.29.
19372      Branch: perl
19373            ! lib/Test/Harness.pm lib/Test/Harness/Straps.pm
19374            ! lib/Test/Harness/t/assert.t lib/Test/Harness/t/callback.t
19375            ! lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
19376            ! lib/Test/Harness/t/test-harness.t
19377 ____________________________________________________________________________
19378 [ 20237] By: jhi                                   on 2003/07/27  18:37:45
19379         Log: Missing MakeMaker test.
19380      Branch: perl
19381            + lib/ExtUtils/t/postamble.t
19382            ! MANIFEST
19383 ____________________________________________________________________________
19384 [ 20236] By: jhi                                   on 2003/07/27  18:29:16
19385         Log: Add -l (one file per line) option to manicheck.
19386      Branch: perl
19387            ! Porting/manicheck
19388 ____________________________________________________________________________
19389 [ 20235] By: jhi                                   on 2003/07/27  18:08:55
19390         Log: Further Byteloader tweaks from Enache.
19391      Branch: perl
19392            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Assembler.pm
19393            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm ext/B/defsubs_h.PL
19394            ! ext/B/t/assembler.t ext/ByteLoader/ByteLoader.pm
19395            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
19396            ! ext/ByteLoader/byterun.h t/TEST
19397 ____________________________________________________________________________
19398 [ 20234] By: jhi                                   on 2003/07/27  18:02:24
19399         Log: Reapply some perldoc changes not in 3.09.
19400      Branch: perl
19401            ! lib/Pod/Perldoc.pm
19402 ____________________________________________________________________________
19403 [ 20233] By: jhi                                   on 2003/07/27  17:51:01
19404         Log: Upgrade to Pod::Perldoc 3.09.
19405      Branch: perl
19406            ! lib/Pod/Perldoc.pm lib/Pod/Perldoc/ToMan.pm
19407 ____________________________________________________________________________
19408 [ 20232] By: jhi                                   on 2003/07/27  17:34:23
19409         Log: A bug reported in perl-unicode by Terry Jones, fixed
19410              by Andreas Koenig, and add a test.
19411      Branch: perl
19412            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
19413 ____________________________________________________________________________
19414 [ 20231] By: jhi                                   on 2003/07/27  17:21:11
19415         Log: Unicode::UCD doc nit from Andreas Koenig.
19416      Branch: perl
19417            ! lib/Unicode/UCD.pm
19418 ____________________________________________________________________________
19419 [ 20230] By: jhi                                   on 2003/07/27  17:13:55
19420         Log: Upgrade to I18N::LangTags 0.28.
19421      Branch: perl
19422            + lib/I18N/LangTags/t/01test.t
19423            - lib/I18N/LangTags/test.pl
19424            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/List.pm
19425 ____________________________________________________________________________
19426 [ 20229] By: jhi                                   on 2003/07/27  16:59:27
19427         Log: Skip the test until Enache fixes it.
19428      Branch: perl
19429            ! ext/B/t/assembler.t
19430 ____________________________________________________________________________
19431 [ 20225] By: jhi                                   on 2003/07/27  16:12:44
19432         Log: Upgrade to File::Spec 0.85.
19433      Branch: perl
19434            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm
19435            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
19436            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
19437            ! lib/File/Spec/t/Functions.t lib/File/Spec/t/Spec.t
19438            ! lib/File/Spec/t/rel2abs2rel.t
19439 ____________________________________________________________________________
19440 [ 20224] By: jhi                                   on 2003/07/27  15:48:20
19441         Log: Subject: Re: [PATCH] Re: Storing &PL_sv_undef as a hash key with perl-5.8.x
19442              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
19443              Date: Sun, 20 Jul 2003 22:36:02 +0200
19444              Message-ID: <006801c34efe$8aac1920$0c2f1fac@R2D2>
19445      Branch: perl
19446            ! dump.c embedvar.h ext/Storable/Storable.xs hv.c intrpvar.h
19447            ! perl.c perlapi.h sv.c universal.c
19448 ____________________________________________________________________________
19449 [ 20223] By: jhi                                   on 2003/07/27  15:43:30
19450         Log: Regen byterun once more: the incav is not yet right, but at
19451              least it compiles now (Tru64 cc choked on the lvalue cast).
19452      Branch: perl
19453            ! bytecode.pl ext/ByteLoader/byterun.c
19454 ____________________________________________________________________________
19455 [ 20222] By: jhi                                   on 2003/07/27  15:31:52
19456         Log: Regenerated because of #20220.
19457      Branch: perl
19458            ! ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
19459            ! ext/ByteLoader/byterun.h
19460 ____________________________________________________________________________
19461 [ 20221] By: jhi                                   on 2003/07/27  15:19:57
19462         Log: Subject: [PATCH] fix for File::Find logical name collision on VMS
19463              From: "Craig A. Berry" <craigberry@mac.com>
19464              Date: Mon, 21 Jul 2003 19:40:20 -0500
19465              Message-ID: <3F1C87F4.2070401@mac.com>
19466      Branch: perl
19467            ! lib/File/Find.pm
19468 ____________________________________________________________________________
19469 [ 20220] By: jhi                                   on 2003/07/27  15:13:10
19470         Log: Subject: Re: [perl #22984] perl-5.8.1-RC2: TEST -bytecompile won't work at all
19471              From: Enache Adrian <enache@rdslink.ro>
19472              Date: Fri, 18 Jul 2003 23:15:37 +0300
19473              Message-ID: <20030718201537.GA1574@ratsnest.hole>
19474      Branch: perl
19475            ! Makefile.SH bytecode.pl ext/B/B.xs ext/B/B/Assembler.pm
19476            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm ext/B/typemap
19477            ! ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
19478            ! ext/ByteLoader/bytecode.h installperl t/TEST utils/perlcc.PL
19479 ____________________________________________________________________________
19480 [ 20219] By: jhi                                   on 2003/07/27  15:08:23
19481         Log: Subject: [PATCH-for-RC2] WinCE port addition
19482              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
19483              Date: Fri, 25 Jul 2003 22:17:11 +0400
19484              Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C200D42@cio-test001.spb.lucent.com>
19485      Branch: perl
19486            - wince/README.compile
19487            ! MANIFEST README.ce wince/Makefile.ce wince/README.perlce
19488            ! wince/compile.bat wince/wince.c wince/wince.h
19489 ____________________________________________________________________________
19490 [ 20217] By: jhi                                   on 2003/07/25  06:39:08
19491         Log: Another missing hunk for MakeMaker from .org.
19492      Branch: perl
19493            ! lib/ExtUtils/MakeMaker.pm
19494 ____________________________________________________________________________
19495 [ 20213] By: jhi                                   on 2003/07/24  14:49:25
19496         Log: Grabbed from www.makemaker.org.
19497      Branch: perl
19498            + t/lib/MakeMaker/Test/Setup/Recurs.pm
19499            ! MANIFEST
19500 ____________________________________________________________________________
19501 [ 20211] By: jhi                                   on 2003/07/24  14:00:29
19502         Log: Subject: [perl #22946] Bug in Unicode surrogate pair conversion in Perl_utf16_to_utf8
19503              From: "Dinger, Tom" (via RT) <perlbug-followup@perl.org>
19504              Date: 14 Jul 2003 05:35:15 -0000
19505              Message-ID: <rt-22946-60715.1.00007189884266@rt.perl.org>
19506      Branch: perl
19507            ! utf8.c
19508 ____________________________________________________________________________
19509 [ 20209] By: jhi                                   on 2003/07/24  13:42:58
19510         Log: Subject: Re: [typo] sv.c pod/perlapi.pod
19511              From: Stas Bekman <stas@stason.org>
19512              Date: Thu, 24 Jul 2003 16:49:27 +0200
19513              Message-ID: <3F1FF1F7.30500@stason.org>
19514      Branch: perl
19515            ! pod/perlapi.pod sv.c
19516 ____________________________________________________________________________
19517 [ 20208] By: jhi                                   on 2003/07/24  13:41:37
19518         Log: Subject: [ANNOUNCE] ExtUtils::MakeMaker 6.11
19519              From: Michael G Schwern <schwern@pobox.com>
19520              Date: Thu, 24 Jul 2003 01:28:07 -0700
19521              Message-ID: <20030724082807.GA24285@windhund.schwern.org>
19522      Branch: perl
19523            ! lib/ExtUtils/MakeMaker.pm
19524 ____________________________________________________________________________
19525 [ 20207] By: jhi                                   on 2003/07/24  13:40:39
19526         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.10_08
19527              From: Michael G Schwern <schwern@pobox.com>
19528              Date: Mon, 21 Jul 2003 20:12:25 -0700
19529              Message-ID: <20030722031224.GD12711@windhund.schwern.org>
19530      Branch: perl
19531            + lib/ExtUtils/t/recurs.t
19532            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/META.yml
19533            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_MacOS.pm
19534            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
19535            ! lib/ExtUtils/MakeMaker/FAQ.pod lib/ExtUtils/PATCHING
19536            ! lib/ExtUtils/README lib/ExtUtils/t/Command.t
19537            ! lib/ExtUtils/t/INST.t lib/ExtUtils/t/INST_PREFIX.t
19538            ! lib/ExtUtils/t/basic.t
19539 ____________________________________________________________________________
19540 [ 20206] By: jhi                                   on 2003/07/24  13:23:27
19541         Log: (accidentally empty checkin)
19542      Branch: perl
19543            ! lib/perl5db.pl
19544 ____________________________________________________________________________
19545 [ 20203] By: jhi                                   on 2003/07/24  13:14:53
19546         Log: Subject: [possible PATCH?] Re: Where is PerlIO_isutf8()?
19547              From: Steve Hay <steve.hay@uk.radan.com>
19548              Date: Fri, 18 Jul 2003 10:03:21 +0100
19549              Message-ID: <3F17B7D9.80805@uk.radan.com>
19550      Branch: perl
19551            ! makedef.pl
19552 ____________________________________________________________________________
19553 [ 20202] By: jhi                                   on 2003/07/24  13:12:08
19554         Log: Subject: [patch] perldebug.pod clarification
19555              From: Stéphane Payrard <stef@payrard.net>
19556              Date: Mon, 21 Jul 2003 21:36:59 +0200
19557              Message-ID: <20030721193659.GC2722@stefp.dyndns.org>
19558      Branch: perl
19559            ! pod/perldebug.pod
19560 ____________________________________________________________________________
19561 [ 20201] By: jhi                                   on 2003/07/24  13:08:50
19562         Log: Subject: PATCH: More edge tests on t/op/pow.t
19563              From: Andy Lester <andy@petdance.com>
19564              Date: Wed, 23 Jul 2003 16:38:35 -0500
19565              Message-ID: <20030723213834.GA20468@petdance.com>
19566      Branch: perl
19567            ! t/op/pow.t
19568 ____________________________________________________________________________
19569 [ 20200] By: jhi                                   on 2003/07/24  13:06:36
19570         Log: Subject: [PATCH] Fix saving 'V' magic in scan_vstring()
19571              From: Stephen McCamant <smcc@mit.edu>
19572              Date: Tue, 22 Jul 2003 09:41:10 -0400
19573              Message-ID: <16157.16118.998307.110037@syllepsis.MIT.EDU>
19574      Branch: perl
19575            ! toke.c
19576 ____________________________________________________________________________
19577 [ 20199] By: jhi                                   on 2003/07/24  13:04:24
19578         Log: Subject: [PATCH] Re: Reference to tied elements results in lvalue.
19579              From: Dave Mitchell <davem@fdgroup.com>
19580              Date: Fri, 18 Jul 2003 18:49:43 +0100
19581              Message-ID: <20030718174943.GB6427@fdgroup.com>
19582      Branch: perl
19583            ! sv.c t/op/tie.t
19584 ____________________________________________________________________________
19585 [ 20198] By: jhi                                   on 2003/07/24  09:07:45
19586         Log: Subject: [PATCH] Re: Bug in B::Deparse/Concise with ithreads
19587              From: Stephen McCamant <smcc@mit.edu>
19588              Date: Sat, 19 Jul 2003 12:06:31 -0400
19589              Message-ID: <16153.27783.300094.464863@syllepsis.MIT.EDU>
19590      Branch: perl
19591            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm
19592 ____________________________________________________________________________
19593 [ 20197] By: jhi                                   on 2003/07/24  08:59:45
19594         Log: Subject: [PATCH] typo in VMS::Filespec
19595              From: Ken Williams <ken@mathforum.org>
19596              Date: Tue, 22 Jul 2003 15:18:21 -0500
19597              Message-Id: <A3E1AAA0-BC81-11D7-B0BB-003065F6D85A@mathforum.org>
19598      Branch: perl
19599            ! vms/ext/Filespec.pm
19600 ____________________________________________________________________________
19601 [ 20196] By: jhi                                   on 2003/07/24  08:54:54
19602         Log: EBCDIC fix from Thomas Dorner.
19603      Branch: perl
19604            ! Makefile.SH
19605 ____________________________________________________________________________
19606 [ 20195] By: jhi                                   on 2003/07/24  08:54:13
19607         Log: POSIX-BC patch from Thomas Dorner.
19608      Branch: perl
19609            ! hints/posix-bc.sh
19610 ____________________________________________________________________________
19611 [ 20194] By: jhi                                   on 2003/07/24  08:45:55
19612         Log: Subject: [perl #22971] [PATCH] Proper capitalization for IO.pm deprecation warning
19613              From: "ilya@juil.nonet (via RT)" <perlbug-followup@perl.org>
19614              Date: 14 Jul 2003 05:37:15 -0000
19615              Message-ID: <rt-22971-60818.3.78636614866039@rt.perl.org>
19616      Branch: perl
19617            ! ext/IO/IO.pm ext/IO/lib/IO/t/IO.t
19618 ____________________________________________________________________________
19619 [ 20193] By: jhi                                   on 2003/07/24  08:43:33
19620         Log: Subject: [perl #22965] Cannot set undef timeout in IO::Socket in perl 5.8.0
19621              From: Hrunting Johnson (via RT) <perlbug-followup@perl.org>
19622              Date: 14 Jul 2003 05:37:02 -0000
19623              Message-ID: <rt-22965-60791.13.0539297217452@rt.perl.org>
19624      Branch: perl
19625            ! ext/IO/lib/IO/Socket.pm
19626 ____________________________________________________________________________
19627 [ 20191] By: jhi                                   on 2003/07/24  08:38:35
19628         Log: Subject: [PATCH] Re: Fatal 5.8.1 error in our $FOO = x if $FOO
19629              From: Dave Mitchell <davem@fdgroup.com>
19630              Date: Thu, 17 Jul 2003 20:33:29 +0100
19631              Message-ID: <20030717193329.GA2699@fdgroup.com>
19632      Branch: perl
19633            ! pad.c t/lib/warnings/pad
19634 ____________________________________________________________________________
19635 [ 20190] By: jhi                                   on 2003/07/24  08:35:11
19636         Log: Subject: [perl #23080] [DOCPATCH] pod/perlfunc.pod missing C
19637              From: "Iain 'Spoon' Truskett (via RT)" <perlbug-followup@perl.org>
19638              Date: 22 Jul 2003 02:59:13 -0000
19639              Message-ID: <rt-23080-61622.7.95831816717467@rt.perl.org>
19640      Branch: perl
19641            ! pod/perlfunc.pod
19642 ____________________________________________________________________________
19643 [ 20189] By: jhi                                   on 2003/07/24  08:26:02
19644         Log: Subject: [PATCH RC2] Missing semicolon in PERL_FPU_INIT macro
19645              From: Stephen Clouse <stephenc@theiqgroup.com>
19646              Date: Tue, 22 Jul 2003 21:31:38 -0500
19647              Message-ID: <20030723023138.GA15653@owns.warpcore.org>
19648      Branch: perl
19649            ! perl.h
19650 ____________________________________________________________________________
19651 [ 20187] By: jhi                                   on 2003/07/24  07:53:33
19652         Log: Subject: [PATCH] configure.gnu --prefix
19653              From: slaven@rezic.de
19654              Date: Thu, 10 Jul 2003 09:33:27 +0000
19655              Message-Id: <1057829607.9622@devpc01.iconmobile.de>
19656      Branch: perl
19657            ! configure.gnu
19658 ____________________________________________________________________________
19659 [ 20186] By: jhi                                   on 2003/07/24  07:48:21
19660         Log: Subject: Re: problem with rc1 and rc2 on Mac OS X
19661              From: Edward Moy <emoy@apple.com>
19662              Date: Sun, 13 Jul 2003 14:12:57 -0700
19663              Message-Id: <C66FBFAC-B576-11D7-89B5-0030657B317C@apple.com>
19664      Branch: perl
19665            ! lib/ExtUtils/MM_Unix.pm
19666 ____________________________________________________________________________
19667 [ 20184] By: jhi                                   on 2003/07/24  07:02:31
19668         Log: Subject: [PATCH 5.8.1 @20153] malloc cleanup
19669              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
19670              Date: Tue, 15 Jul 2003 07:46:58 -0700
19671              Message-ID: <20030715144657.GA21313@math.berkeley.edu>
19672      Branch: perl
19673            ! makedef.pl malloc.c malloc_ctl.h
19674 ____________________________________________________________________________
19675 [ 20182] By: jhi                                   on 2003/07/23  13:28:52
19676         Log: This should make Stas happy.
19677      Branch: perl
19678            ! hv.h perl.c
19679 ____________________________________________________________________________
19680 [ 20180] By: jhi                                   on 2003/07/23  12:40:11
19681         Log: utils.lst parsing tweak for bin/perldoc installation from Rafael.
19682      Branch: perl
19683            ! installperl
19684 ____________________________________________________________________________
19685 [ 20179] By: rgs                                   on 2003/07/21  19:46:19
19686         Log: As the perldoc.pod is now in a separate file under pod/,
19687              the installman script was installing an empty perldoc.1 manpage.
19688      Branch: perl
19689            ! installperl utils.lst
19690 ____________________________________________________________________________
19691 [ 20178] By: rgs                                   on 2003/07/21  19:19:06
19692         Log: Subject: [DOCPATCH] %SIG and SA_RESTART
19693              From: Steve Grazzini <grazz@pobox.com>
19694              Date: Wed, 16 Jul 2003 08:56:21 -0400
19695              Message-ID: <20030716125620.GA7022@grazzini.net>
19696      Branch: perl
19697            ! pod/perlipc.pod pod/perlvar.pod
19698 ____________________________________________________________________________
19699 [ 20177] By: rgs                                   on 2003/07/21  19:14:35
19700         Log: Subject: [PATCH] Re: Perl formats do not work with tied values
19701              From: Dave Mitchell <davem@fdgroup.com>
19702              Date: Tue, 15 Jul 2003 20:46:07 +0100
19703              Message-ID: <20030715194607.GA24592@fdgroup.com>
19704
19705              plus the regression test :
19706              Subject: Re: [PATCH] Re: Perl formats do not work with tied values
19707              From: Nicholas Clark <nick@ccl4.org>
19708              Date: Tue, 15 Jul 2003 22:24:04 +0100
19709              Message-ID: <20030715222404.L20414@plum.flirble.org>
19710      Branch: perl
19711            ! pp_ctl.c t/op/write.t
19712 ____________________________________________________________________________
19713 [ 20176] By: rgs                                   on 2003/07/21  19:00:32
19714         Log: Subject: Re: [PATCH] h2xs and extra_libraries
19715              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
19716              Date: Tue, 15 Jul 2003 07:28:52 +0200
19717              Message-id: <20030715052852.GA494@ethan>
19718      Branch: perl
19719            ! utils/h2xs.PL
19720 ____________________________________________________________________________
19721 [ 20175] By: merijn                                on 2003/07/21  14:26:43
19722         Log: Subject: Re: [PATCH] test clean-up for VMS
19723              From: "Craig A. Berry" <craigberry@mac.com>
19724              Date: Sun, 20 Jul 2003 10:43:32 -0500
19725              Message-ID: <3F1AB8A4.2070207@mac.com>
19726      Branch: perl
19727            ! ext/PerlIO/t/encoding.t lib/File/Spec/t/rel2abs2rel.t
19728            ! lib/FileCache/t/01open.t lib/FileCache/t/02maxopen.t
19729            ! lib/FileCache/t/03append.t t/io/argv.t t/op/stat.t
19730            ! t/uni/write.t
19731 ____________________________________________________________________________
19732 [ 20174] By: hv                                    on 2003/07/21  10:26:07
19733         Log: Update Changes.
19734      Branch: perl
19735            ! Changes patchlevel.h
19736 ____________________________________________________________________________
19737 [ 20173] By: rgs                                   on 2003/07/20  21:48:21
19738         Log: Minor doc nits concerning the dosish ALTERNATE_SHEBANG
19739              (bug #22968)
19740      Branch: perl
19741            ! pod/perlfaq3.pod pod/perlrun.pod
19742 ____________________________________________________________________________
19743 [ 20172] By: rgs                                   on 2003/07/20  21:14:12
19744         Log: Subject: Re: [perl #22941] Can't build perl with -Duseshrplib if /usr/bin/gcc is a perl script
19745              From: Andy Dougherty <doughera@lafayette.edu>
19746              Date: Tue, 15 Jul 2003 10:52:58 -0400 (EDT)
19747              Message-ID: <Pine.SOL.4.53.0307151011550.7002@maxwell.phys.lafayette.edu>
19748
19749              plus a clarification to INSTALL :
19750              Subject: [PATCH] Re: [perl #22941] Can't build perl with -Duseshrplib if /usr/bin/gcc is a perl script
19751              From: Andy Dougherty <doughera@lafayette.edu>
19752              Date: Wed, 16 Jul 2003 11:01:24 -0400 (EDT)
19753              Message-ID: <Pine.SOL.4.53.0307161059400.10258@maxwell.phys.lafayette.edu>
19754      Branch: perl
19755            ! INSTALL Makefile.SH
19756 ____________________________________________________________________________
19757 [ 20171] By: rgs                                   on 2003/07/20  20:12:54
19758         Log: The warning "Possible precedence problem on bitwise operator"
19759              was incorrectly produced with the bitwise-assignment operators.
19760              Fix it. (bug #23065 concerning 5.8.1 RC2)
19761      Branch: perl
19762            ! op.c t/lib/warnings/op
19763 ____________________________________________________________________________
19764 [ 20170] By: rgs                                   on 2003/07/18  08:03:02
19765         Log: Rename get_seed() to get_hash_seed(), as suggested by
19766              Eric J Kidder, to solve a name conflict on HP_UX 11.00.
19767      Branch: perl
19768            ! embed.fnc embed.h perl.c proto.h util.c
19769 ____________________________________________________________________________
19770 [ 20169] By: rgs                                   on 2003/07/18  06:36:20
19771         Log: Subject: Re: [PATCH] Re: Oops - Can't calculate our powers
19772              From: Andreas J Koenig <andreas.koenig@anima.de>
19773              Date: Fri, 18 Jul 2003 09:36:47 +0200
19774              Message-ID: <87fzl4thf4.fsf@franz.ak.mind.de>
19775      Branch: perl
19776            ! t/op/pow.t
19777 ____________________________________________________________________________
19778 [ 20168] By: rgs                                   on 2003/07/18  06:21:15
19779         Log: Subject: [ PATCH] Re: isa(UNIVERSAL)?
19780              From: Dave Mitchell <davem@fdgroup.com>
19781              Date: Thu, 17 Jul 2003 21:51:12 +0100
19782              Message-ID: <20030717205112.GA2994@fdgroup.com>
19783      Branch: perl
19784            ! t/op/universal.t universal.c
19785 ____________________________________________________________________________
19786 [ 20167] By: rgs                                   on 2003/07/18  06:14:33
19787         Log: Subject: [PATCH] Re: Oops - Can't calculate our powers
19788              From: Stephen McCamant <smcc@mit.edu>
19789              Date: Fri, 18 Jul 2003 02:26:14 -0400
19790              Message-ID: <16151.37638.162561.84142@syllepsis.MIT.EDU>
19791      Branch: perl
19792            ! pp.c t/op/pow.t
19793 ____________________________________________________________________________
19794 [ 20166] By: rgs                                   on 2003/07/17  21:49:10
19795         Log: Subject: [PATCH] Increment cop_seqmax in utilize()
19796              From: Stephen McCamant <smcc@mit.edu>
19797              Date: Tue, 15 Jul 2003 09:57:26 -0400
19798              Message-ID: <16148.2118.348073.76671@syllepsis.MIT.EDU>
19799
19800              Subject: [PATCH] B::Concise 0.56: refcount and BEGIN improvements
19801              From: Stephen McCamant <smcc@mit.edu>
19802              Date: Tue, 15 Jul 2003 09:57:31 -0400
19803              Message-ID: <16148.2123.305325.480187@syllepsis.MIT.EDU>
19804      Branch: perl
19805            ! ext/B/B/Concise.pm ext/B/B/Terse.pm op.c
19806 ____________________________________________________________________________
19807 [ 20165] By: rgs                                   on 2003/07/17  21:24:46
19808         Log: Subject: [PATCH] Re: POSIX::div
19809              From: Michael G Schwern <schwern@pobox.com>
19810              Date: Mon, 14 Jul 2003 14:00:58 -0700
19811              Message-ID: <20030714210057.GK18517@windhund.schwern.org>
19812      Branch: perl
19813            ! ext/POSIX/POSIX.pm
19814 ____________________________________________________________________________
19815 [ 20164] By: rgs                                   on 2003/07/17  21:15:51
19816         Log: PERL5LIB is not colon-separated everywhere
19817      Branch: perl
19818            ! pod/perlrun.pod
19819 ____________________________________________________________________________
19820 [ 20163] By: rgs                                   on 2003/07/17  20:59:15
19821         Log: Subject: [PATCH] fix $^N-related coredump
19822              From: Anton Berezin <tobez@tobez.org>
19823              Date: Mon, 14 Jul 2003 13:50:35 +0200
19824              Message-ID: <20030714115035.GA10971@heechee.tobez.org>
19825      Branch: perl
19826            ! pp_hot.c sv.c
19827 ____________________________________________________________________________
19828 [ 20162] By: rgs                                   on 2003/07/17  20:39:31
19829         Log: Subject: PATCH: tweak 'split' docs for case of explicit 0 LIMIT
19830              From: Tony Bowden <tony@kasei.com>
19831              Date: Thu, 17 Jul 2003 16:49:35 +0100
19832              Message-ID: <20030717154935.GA20302@soto.kasei.com>
19833      Branch: perl
19834            ! pod/perlfunc.pod
19835 ____________________________________________________________________________
19836 [ 20161] By: rgs                                   on 2003/07/17  20:25:52
19837         Log: Minor nits in perlsyn.pod
19838      Branch: perl
19839            ! pod/perlsyn.pod
19840 ____________________________________________________________________________
19841 [ 20159] By: rgs                                   on 2003/07/13  20:02:34
19842         Log: Subject: [PATCH] incorrect error message from Attribute::Handlers
19843              From: Claes Jacobsson <claes@surfar.nu>
19844              Date: Sat, 12 Jul 2003 16:30:42 +0200
19845              Message-Id: <6A6A99C4-B475-11D7-AB05-000393C12F9E@surfar.nu>
19846      Branch: perl
19847            ! lib/Attribute/Handlers.pm
19848 ____________________________________________________________________________
19849 [ 20158] By: rgs                                   on 2003/07/13  19:52:58
19850         Log: Add a TODO test for perlbug #19049
19851              Subject: Re: [perl #19049] Incorrect $` after replacement (test for same)
19852              From: Alex Gough <alex-p5p@earth.li>
19853              Date: Fri, 11 Jul 2003 01:12:42 +0100
19854              Message-ID: <20030711001242.GD2484@the.earth.li>
19855      Branch: perl
19856            ! t/op/pat.t
19857 ____________________________________________________________________________
19858 [ 20157] By: rgs                                   on 2003/07/13  19:43:29
19859         Log: Minor updates of the charnames documentation.
19860      Branch: perl
19861            ! lib/charnames.pm
19862 ____________________________________________________________________________
19863 [ 20156] By: rgs                                   on 2003/07/11  19:37:34
19864         Log: Subject: Re: Sort sub and NaNs
19865              From: "John P. Linderman" <jpl@research.att.com>
19866              Date: Thu, 10 Jul 2003 10:45:06 -0400
19867              Message-Id: <200307101445.KAA79110@raptor.research.att.com>
19868
19869              Warn against a potential edge case with sort, <=> and NaNs.
19870      Branch: perl
19871            ! pod/perlfunc.pod
19872 ____________________________________________________________________________
19873 [ 20155] By: rgs                                   on 2003/07/11  19:11:17
19874         Log: Subject: [DOCPATCH] perlfunc/read
19875              From: Steve Grazzini <grazz@pobox.com>
19876              Date: Tue, 8 Jul 2003 10:23:03 -0400
19877              Message-ID: <20030708142303.GB23698@grazzini.net>
19878
19879              Clarify the OFFSET parameter to read().
19880      Branch: perl
19881            ! pod/perlfunc.pod
19882 ____________________________________________________________________________
19883 [ 20154] By: rgs                                   on 2003/07/11  18:54:09
19884         Log: Subject: [PATCH pod/perlsyn.pod pod/perltrap.pod] New introduction
19885              From: Michael G Schwern <schwern@pobox.com>
19886              Date: Tue, 13 May 2003 18:33:05 -0700
19887              Message-ID: <20030514013305.GB22001@windhund.schwern.org>
19888      Branch: perl
19889            ! pod/perlsyn.pod pod/perltrap.pod
19890 ____________________________________________________________________________
19891 [ 20145] By: jhi                                   on 2003/07/11  05:07:09
19892         Log: I think the API for mod_perl v2 should be simply that
19893              PL_modperl sets the PL_hash_seed (and PL_hash_seed_set)
19894              itself, hopefully from a good source of random bits.
19895      Branch: perl
19896            ! perl.c
19897 ____________________________________________________________________________
19898 [ 20143] By: jhi                                   on 2003/07/11  00:35:07
19899         Log: pTHX.
19900      Branch: perl
19901            ! util.c
19902 ____________________________________________________________________________
19903 [ 20139] By: jhi                                   on 2003/07/11  00:21:43
19904         Log: New order of seed.
19905      Branch: perl
19906            ! pod/perlrun.pod
19907 ____________________________________________________________________________
19908 [ 20138] By: jhi                                   on 2003/07/11  00:13:11
19909         Log: More retraction.
19910      Branch: perl
19911            ! INSTALL
19912 ____________________________________________________________________________
19913 [ 20137] By: jhi                                   on 2003/07/11  00:10:14
19914         Log: Retract the statements.
19915      Branch: perl
19916            ! pod/perlfunc.pod pod/perlsec.pod
19917 ____________________________________________________________________________
19918 [ 20135] By: jhi                                   on 2003/07/11  00:03:33
19919         Log: Chicken out: the hash randomisation is not on by default.
19920              We switch over to the explicit mode: in other words, if
19921              the $ENV{PERL_HASH_SEED} is on, we randomise.  Also, we
19922              randomise only if PL_hash_seed_set is FALSE (this means
19923              one can use PERL_HASH() before perl_run.)  Also, since
19924              now PERL_HASH_SEED is okay even under -T, all should be fine.
19925              (Ha!)
19926      Branch: perl
19927            ! embed.fnc embed.h embedvar.h intrpvar.h perl.c perl.h
19928            ! perlapi.h pod/perldiag.pod pod/perlrun.pod proto.h util.c
19929 ____________________________________________________________________________
19930 [ 20134] By: jhi                                   on 2003/07/10  23:23:38
19931         Log: Check PERL_HASH_SEED even when tainted.
19932      Branch: perl
19933            ! perl.c pod/perlrun.pod
19934 ____________________________________________________________________________
19935 [ 20131] By: jhi                                   on 2003/07/10  22:42:29
19936         Log: &Time::HiRes::d_nanosleep was broken.
19937      Branch: perl
19938            ! ext/Time/HiRes/Makefile.PL
19939 ____________________________________________________________________________
19940 [ 20130] By: jhi                                   on 2003/07/10  22:37:02
19941         Log: Subject: [PATCH} db-recno.t on Mac OS X
19942              From: slaven@rezic.de
19943              Date: Thu, 10 Jul 2003 12:41:05 +0000
19944              Message-Id: <1057840865.9622@devpc01.iconmobile.de>
19945      Branch: perl
19946            ! ext/DB_File/t/db-recno.t
19947 ____________________________________________________________________________
19948 [ 20129] By: jhi                                   on 2003/07/10  22:31:39
19949         Log: Subject: [comment patch]
19950              From: Stas Bekman <stas@stason.org>
19951              Date: Thu, 10 Jul 2003 14:19:22 -0700
19952              Message-ID: <3F0DD85A.1070902@stason.org>
19953      Branch: perl
19954            ! perl.c
19955 ____________________________________________________________________________
19956 [ 20127] By: jhi                                   on 2003/07/10  22:21:04
19957         Log: Be vague enough.
19958      Branch: perl
19959            ! pod/perldata.pod
19960 ____________________________________________________________________________
19961 [ 20125] By: rgs                                   on 2003/07/10  19:28:48
19962         Log: regen embed.pl for the bleadperl branch as well.
19963      Branch: perl
19964            ! embedvar.h
19965 ____________________________________________________________________________
19966 [ 20124] By: jhi                                   on 2003/07/10  18:33:56
19967         Log: Time travel noticed by Enache.
19968      Branch: perl
19969            ! pod/perlhist.pod
19970 ____________________________________________________________________________
19971 [ 20120] By: jhi                                   on 2003/07/10  17:38:28
19972         Log: I can see the future.  It is cloudy.
19973      Branch: perl
19974            ! pod/perlhist.pod
19975 ____________________________________________________________________________
19976 [ 20119] By: jhi                                   on 2003/07/10  17:37:25
19977         Log: Subject: [PATCH] configure.gnu --prefix
19978              From: slaven@rezic.de
19979              Date: Thu, 10 Jul 2003 09:33:27 +0000
19980              Message-Id: <1057829607.9622@devpc01.iconmobile.de>
19981      Branch: perl
19982            ! configure.gnu
19983 ____________________________________________________________________________
19984 [ 20118] By: jhi                                   on 2003/07/10  17:35:32
19985         Log: malloc alignment patch from Spider, needed for Tru64 + longdouble.
19986      Branch: perl
19987            ! malloc.c
19988 ____________________________________________________________________________
19989 [ 20117] By: jhi                                   on 2003/07/10  17:33:53
19990         Log: Subject: [PATCH] Restore SIGFPE on exec()
19991              From: Chip Salzenberg <chip@pobox.com>
19992              Date: Thu, 10 Jul 2003 13:13:20 -0400
19993              Message-ID: <20030710171319.GA21588@perlsupport.com>
19994      Branch: perl
19995            ! doio.c perl.c perl.h perlapi.h perlvars.h toke.c
19996 ____________________________________________________________________________
19997 [ 20116] By: jhi                                   on 2003/07/10  17:28:00
19998         Log: The *right* way to make the csighandler visible.
19999      Branch: perl
20000            ! embed.fnc embed.h global.sym
20001 ____________________________________________________________________________
20002 [ 20114] By: jhi                                   on 2003/07/10  15:06:41
20003         Log: Retract #20112.
20004      Branch: perl
20005            ! embed.fnc embedvar.h intrpvar.h perlapi.h
20006 ____________________________________________________________________________
20007 [ 20112] By: jhi                                   on 2003/07/10  14:17:59
20008         Log: Argh.  At least AIX builds choke because of this.
20009      Branch: perl
20010            ! embed.fnc embedvar.h intrpvar.h perlapi.h
20011 ____________________________________________________________________________
20012 [ 20106] By: jhi                                   on 2003/07/10  04:50:05
20013         Log: Upgrade to podlators 1.27.
20014      Branch: perl
20015            ! lib/Pod/Text/Termcap.pm
20016 ____________________________________________________________________________
20017 [ 20104] By: jhi                                   on 2003/07/10  04:40:02
20018         Log: Deprecate v-strings.
20019      Branch: perl
20020            ! pod/perldata.pod
20021 ____________________________________________________________________________
20022 [ 20103] By: jhi                                   on 2003/07/10  04:28:40
20023         Log: perlfaq sync.
20024      Branch: perl
20025            ! pod/perlfaq1.pod
20026 ____________________________________________________________________________
20027 [ 20100] By: jhi                                   on 2003/07/09  17:40:41
20028         Log: Detypo.
20029      Branch: perl
20030            ! hints/darwin.sh
20031 ____________________________________________________________________________
20032 [ 20098] By: jhi                                   on 2003/07/09  17:29:53
20033         Log: Fixes from Ron Kimball.
20034      Branch: perl
20035            ! pod/perldata.pod
20036 ____________________________________________________________________________
20037 [ 20097] By: jhi                                   on 2003/07/09  17:27:35
20038         Log: Fix for the 'print v65' plus safety tweaks from Rafael.
20039      Branch: perl
20040            ! toke.c
20041 ____________________________________________________________________________
20042 [ 20096] By: jhi                                   on 2003/07/09  17:06:29
20043         Log: More Darwin/MacOSX paths twiddling.
20044      Branch: perl
20045            ! hints/darwin.sh
20046 ____________________________________________________________________________
20047 [ 20093] By: jhi                                   on 2003/07/09  11:43:09
20048         Log: Play safe and use the system malloc in FreeBSD.
20049              Yes, performance suffers.  But that is better than
20050              random core dumps.
20051      Branch: perl
20052            ! hints/freebsd.sh
20053 ____________________________________________________________________________
20054 [ 20090] By: jhi                                   on 2003/07/09  08:12:32
20055         Log: Upgrade to Encode 1.97.
20056      Branch: perl
20057            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/META.yml
20058            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
20059            ! ext/Encode/lib/Encode/Encoder.pm
20060            ! ext/Encode/lib/Encode/Guess.pm
20061            ! ext/Encode/lib/Encode/JP/JIS7.pm
20062 ____________________________________________________________________________
20063 [ 20089] By: jhi                                   on 2003/07/09  08:08:30
20064         Log: Rework the perldata vXX => ... entry a bit.
20065      Branch: perl
20066            ! pod/perldata.pod
20067 ____________________________________________________________________________
20068 [ 20088] By: jhi                                   on 2003/07/09  08:04:04
20069         Log: Document the vXX => change in perldata, too.
20070      Branch: perl
20071            ! pod/perldata.pod
20072 ____________________________________________________________________________
20073 [ 20085] By: jhi                                   on 2003/07/09  07:49:46
20074         Log: Test the vX => ... fix.
20075      Branch: perl
20076            ! t/op/ver.t
20077 ____________________________________________________________________________
20078 [ 20084] By: jhi                                   on 2003/07/09  06:58:39
20079         Log: Subject: Re: [REPATCH] was Re: [perl #16010] v-strings left of a => don't get quoted.
20080              From: John Peacock <jpeacock@rowman.com>
20081              Date: Wed, 09 Jul 2003 01:05:38 -0700
20082              Message-ID: <3F0BCCD2.1020009@rowman.com>
20083      Branch: perl
20084            ! embed.fnc pod/perlapi.pod toke.c util.c
20085 ____________________________________________________________________________
20086 [ 20083] By: jhi                                   on 2003/07/09  06:27:15
20087         Log: Darwin/Mac OS X: if -Dprefix=/foo, do nothing special
20088              for the install dirs.
20089      Branch: perl
20090            ! hints/darwin.sh
20091 ____________________________________________________________________________
20092 [ 20082] By: jhi                                   on 2003/07/09  05:57:16
20093         Log: Enable avoiding /System/Library in Mac OS X by
20094              doing Configure -Dprefix=/some/where -Uvendorlib.
20095      Branch: perl
20096            ! hints/darwin.sh
20097 ____________________________________________________________________________
20098 [ 20081] By: jhi                                   on 2003/07/09  05:53:56
20099         Log: Subject: [PATCH] Safe signals via POSIX::sigaction
20100              From: Chip Salzenberg <chip@pobox.com>
20101              Date: Wed, 9 Jul 2003 01:49:10 -0400
20102              Message-ID: <20030709054910.GH2021@perlsupport.com>
20103      Branch: perl
20104            ! embed.fnc embed.h ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
20105            ! ext/POSIX/POSIX.xs ext/POSIX/t/sigaction.t proto.h
20106 ____________________________________________________________________________
20107 [ 20079] By: rgs                                   on 2003/07/08  20:26:20
20108         Log: The CHECKOP macro was not invoked on some newly created ops
20109              (to match them against the current opmask.) As a consequence,
20110              Safe compartments were unable to trap some ops (pattern
20111              match, slices, conditionals.) This fixes the holes.
20112      Branch: perl
20113            ! op.c
20114 ____________________________________________________________________________
20115 [ 20078] By: jhi                                   on 2003/07/08  19:30:13
20116         Log: Revert #20077.
20117      Branch: perl
20118            ! lib/CPAN.pm
20119 ____________________________________________________________________________
20120 [ 20077] By: jhi                                   on 2003/07/08  18:40:51
20121         Log: Don't recommend to upgrade the base.pm in the core with
20122              the base.pm from Class::Fields.  They are not the same.
20123      Branch: perl
20124            ! lib/CPAN.pm
20125 ____________________________________________________________________________
20126 [ 20076] By: jhi                                   on 2003/07/08  17:39:49
20127         Log: Subject: Re: [PATCH] $^VARIABLES in 'perl -Dt' output
20128              From: Enache Adrian <enache@rdslink.ro>
20129              Date: Tue, 8 Jul 2003 20:47:58 +0300
20130              Message-ID: <20030708174758.GA1177@ratsnest.hole>
20131
20132              (ByteLoader tweak avoiding a leaked scalar)
20133      Branch: perl
20134            ! op.c
20135 ____________________________________________________________________________
20136 [ 20071] By: jhi                                   on 2003/07/08  09:18:19
20137         Log: In 5.8.x, fast stdio places still do use stdio.
20138      Branch: perl
20139            ! ext/Digest/MD5/t/badfile.t
20140 ____________________________________________________________________________
20141 [ 20069] By: jhi                                   on 2003/07/08  08:41:01
20142         Log: Subject: [PATCH] format 'botched' in malloc.c
20143              From: Enache Adrian <enache@rdslink.ro>
20144              Date: Mon, 7 Jul 2003 21:57:06 +0300
20145              Message-ID: <20030707185706.GB7017@ratsnest.hole>
20146      Branch: perl
20147            ! malloc.c
20148 ____________________________________________________________________________
20149 [ 20068] By: jhi                                   on 2003/07/08  08:36:27
20150         Log: Subject: [PATCH: maint @ 20046] warnings, line numbers & windows
20151              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
20152              Date: Tue, 8 Jul 2003 11:14:05 +0200 (MEST)
20153              Message-ID: <12022.1057655645@www59.gmx.net>
20154      Branch: perl
20155            ! ext/B/B.xs lib/Pod/Text/Termcap.pm mg.c op.c
20156 ____________________________________________________________________________
20157 [ 20066] By: jhi                                   on 2003/07/08  05:24:58
20158         Log: Retract #20065: I don't think this is the right way
20159              to patch this issue.
20160      Branch: perl
20161            ! Configure INSTALL Policy_sh.SH pod/perltoc.pod
20162 ____________________________________________________________________________
20163 [ 20065] By: jhi                                   on 2003/07/08  05:14:31
20164         Log: Configure tweak from Johnny Lam so that the
20165              INSTALLSITEMAN[13]DIR get correctly set.
20166      Branch: perl
20167            ! Configure INSTALL Policy_sh.SH pod/perltoc.pod
20168 ____________________________________________________________________________
20169 [ 20063] By: rgs                                   on 2003/07/07  18:58:47
20170         Log: Regexp bug in the docs, spotted by Enache's eagle eyes.
20171      Branch: perl
20172            ! pod/perlsyn.pod
20173 ____________________________________________________________________________
20174 [ 20062] By: jhi                                   on 2003/07/07  18:27:02
20175         Log: Mark Bixby ++.
20176      Branch: perl
20177            ! perl.c
20178 ____________________________________________________________________________
20179 [ 20061] By: jhi                                   on 2003/07/07  18:26:35
20180         Log: The nanosleep() probe was kaputt, fixed by Mark Bixby.
20181      Branch: perl
20182            ! ext/Time/HiRes/Makefile.PL
20183 ____________________________________________________________________________
20184 [ 20059] By: jhi                                   on 2003/07/07  15:06:35
20185         Log: Good catch from Gisle.
20186      Branch: perl
20187            ! pod/perlfunc.pod
20188 ____________________________________________________________________________
20189 [ 20058] By: jhi                                   on 2003/07/07  14:12:27
20190         Log: Refashioned #20055: we cannot trust stdio to fail here.
20191      Branch: perl
20192            ! ext/Digest/MD5/t/badfile.t
20193 ____________________________________________________________________________
20194 [ 20057] By: jhi                                   on 2003/07/07  14:08:16
20195         Log: Retract #20056, #20055, #20052, #20050, #20048: the changes
20196              are just breaking more than they are fixing.
20197      Branch: perl
20198            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/badfile.t
20199            ! ext/Digest/MD5/t/files.t perlio.c
20200 ____________________________________________________________________________
20201 [ 20056] By: jhi                                   on 2003/07/07  13:31:14
20202         Log: Returning zero from PerlIO_read() is okay;
20203              update MD5 sums.
20204      Branch: perl
20205            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
20206 ____________________________________________________________________________
20207 [ 20055] By: jhi                                   on 2003/07/07  13:23:58
20208         Log: If perlio is completely out of the picture, we can
20209              get tripped by different stdio implementations.
20210      Branch: perl
20211            ! ext/Digest/MD5/t/badfile.t
20212 ____________________________________________________________________________
20213 [ 20054] By: jhi                                   on 2003/07/07  12:58:06
20214         Log: AUTHORS tweak.
20215      Branch: perl
20216            ! AUTHORS
20217 ____________________________________________________________________________
20218 [ 20053] By: jhi                                   on 2003/07/07  12:04:26
20219         Log: Subject: Patch to README.solaris
20220              From: Alan Burlison <Alan.Burlison@sun.com>
20221              Date: Mon, 07 Jul 2003 14:15:57 +0100
20222              Message-ID: <3F09728D.1070408@sun.com>
20223      Branch: perl
20224            ! README.solaris
20225 ____________________________________________________________________________
20226 [ 20052] By: jhi                                   on 2003/07/07  10:28:35
20227         Log: Update MD5 checksums.
20228      Branch: perl
20229            ! ext/Digest/MD5/t/files.t
20230 ____________________________________________________________________________
20231 [ 20051] By: jhi                                   on 2003/07/07  09:56:48
20232         Log: Be more explicit than just 'characters'.
20233      Branch: perl
20234            ! pod/perlfunc.pod
20235 ____________________________________________________________________________
20236 [ 20050] By: jhi                                   on 2003/07/07  09:38:28
20237         Log: Try making PerlIO errors more consistent.
20238              (1) Check early whether the filehandle is capable of
20239              the requested action.
20240              (2) PerlIO_read() really can return -1, and so can
20241              PerlIOUnix_read().
20242              (3) Some stdio implementations are more forgiving
20243              than others, so check also for errors recorded
20244              by PerlIO in PerlStdio_errno().
20245      Branch: perl
20246            ! perlio.c
20247 ____________________________________________________________________________
20248 [ 20049] By: jhi                                   on 2003/07/07  09:08:19
20249         Log: Linewrapping.
20250      Branch: perl
20251            ! pod/perlapio.pod
20252 ____________________________________________________________________________
20253 [ 20048] By: jhi                                   on 2003/07/07  09:06:58
20254         Log: PerlIO_read() can return negative.
20255      Branch: perl
20256            ! ext/Digest/MD5/MD5.xs
20257 ____________________________________________________________________________
20258 [ 20043] By: jhi                                   on 2003/07/07  04:36:22
20259         Log: Use the existence, instead of the truth, to decide
20260              whether to scan for a symbol.
20261              (Also remove trailing spaces.)
20262      Branch: perl
20263            ! ext/Time/HiRes/Makefile.PL
20264 ____________________________________________________________________________
20265 [ 20042] By: jhi                                   on 2003/07/07  04:29:35
20266         Log: MPE/iX tweak from Mark Bixby.
20267      Branch: perl
20268            ! ext/Time/HiRes/Makefile.PL
20269 ____________________________________________________________________________
20270 [ 20041] By: rgs                                   on 2003/07/06  21:45:37
20271         Log: Upgrade BigInt and BigRat
20272              Subject: BigInt v1.65, Bigrat v0.10 - reloaded
20273              From: Tels <perl_dummy@bloodgate.com>
20274              Date: Sun, 6 Jul 2003 15:41:36 +0200
20275              Message-Id: <200307061158.23576@bloodgate.com>
20276      Branch: perl
20277            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
20278            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/biglog.t
20279            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigRat.pm
20280            ! lib/Math/BigRat/t/bigrat.t lib/Math/BigRat/t/bigratpm.inc
20281            ! lib/Math/BigRat/t/bigratpm.t
20282 ____________________________________________________________________________
20283 [ 20040] By: rgs                                   on 2003/07/06  21:11:20
20284         Log: Subject: Re: [perl #5025] #line directive explination wrong
20285              From: Casey West <casey@geeknest.com>
20286              Date: Sun, 6 Jul 2003 18:24:46 -0400
20287              Message-ID: <20030706222446.GL7506@geeknest.com>
20288      Branch: perl
20289            ! pod/perlsyn.pod
20290 ____________________________________________________________________________
20291 [ 20039] By: jhi                                   on 2003/07/06  20:19:31
20292         Log: Update the CPAN mirrors list.
20293      Branch: perl
20294            ! pod/perlmodlib.PL pod/perlmodlib.pod
20295 ____________________________________________________________________________
20296 [ 20036] By: gsar                                  on 2003/07/06  17:11:59
20297         Log: yet another symbol missing in change#20018
20298      Branch: perl
20299            ! makedef.pl
20300 ____________________________________________________________________________
20301 [ 20035] By: gsar                                  on 2003/07/06  17:02:21
20302         Log: PerlIOBase_pushed seems to have gone missing in change#20018
20303      Branch: perl
20304            ! makedef.pl
20305 ____________________________________________________________________________
20306 [ 20034] By: jhi                                   on 2003/07/06  16:46:20
20307         Log: Subject: [PATCH @19834] DProf fixes
20308              From: Radu Greab <radu@netsoft.ro>
20309              Date: Sun, 6 Jul 2003 20:09:12 +0300
20310              Message-ID: <16136.22456.99575.573777@ix.netsoft.ro>
20311      Branch: perl
20312            + t/lib/dprof/test7_t t/lib/dprof/test7_v t/lib/dprof/test8_t
20313            + t/lib/dprof/test8_v
20314            ! MANIFEST ext/Devel/DProf/DProf.pm ext/Devel/DProf/DProf.t
20315            ! ext/Devel/DProf/DProf.xs perl.c pod/perldiag.pod
20316            ! pod/perltodo.pod pod/perlvar.pod pp_ctl.c
20317 ____________________________________________________________________________
20318 [ 20032] By: jhi                                   on 2003/07/06  16:21:33
20319         Log: Forgotten from change #20031.
20320      Branch: perl
20321            ! makedef.pl malloc_ctl.h
20322 ____________________________________________________________________________
20323 [ 20031] By: jhi                                   on 2003/07/06  16:16:08
20324         Log: Subject: [PATCH] improve WinCE port
20325              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
20326              Date: Sun, 6 Jul 2003 18:46:09 +0400
20327              Message-ID: <001401c343cd$8069cd40$ce5ec3d9@vad>
20328
20329              Subject: [PATCH] improve WinCE port -- addition
20330              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
20331              Date: Sun, 6 Jul 2003 19:50:47 +0400
20332              Message-ID: <000b01c343d6$7ff96920$5b5dc3d9@vad>
20333      Branch: perl
20334            + wince/perlhost.h wince/vdir.h wince/vmem.h
20335            ! MANIFEST wince/Makefile.ce wince/config.ce wince/perllib.c
20336            ! wince/win32.h wince/win32io.c wince/win32iop.h
20337            ! wince/win32thread.c wince/win32thread.h wince/wince.c
20338            ! wince/wince.h
20339 ____________________________________________________________________________
20340 [ 20030] By: jhi                                   on 2003/07/06  15:59:25
20341         Log: Subject: [PATCH] for pod/perlfaq2.pod against latest snapshot for Alpaca
20342              From: merlyn@stonehenge.com (Randal L. Schwartz)
20343              Date: 05 Jul 2003 16:29:14 -0700
20344              Message-ID: <867k6weenp.fsf@blue.stonehenge.com>
20345      Branch: perl
20346            ! pod/perlfaq2.pod
20347 ____________________________________________________________________________
20348 [ 20026] By: jhi                                   on 2003/07/06  08:14:48
20349         Log: FreeBSD: if someone *really* wants to use the system malloc.
20350      Branch: perl
20351            ! hints/freebsd.sh
20352 ____________________________________________________________________________
20353 [ 20025] By: jhi                                   on 2003/07/06  07:48:01
20354         Log: Make the 'slow ok' feature optional.
20355      Branch: perl
20356            ! lib/Test/Harness.pm
20357 ____________________________________________________________________________
20358 [ 20024] By: jhi                                   on 2003/07/06  07:44:57
20359         Log: The change #20022 didn't work for Command.t.
20360      Branch: perl
20361            ! lib/ExtUtils/t/Command.t
20362 ____________________________________________________________________________
20363 [ 20023] By: jhi                                   on 2003/07/06  07:29:22
20364         Log: Subject: Re: maint @ 19975 [PATCH lib/Test/Harness.pm]
20365              From: Michael G Schwern <schwern@pobox.com>
20366              Date: Sat, 5 Jul 2003 13:34:37 -0700
20367              Message-ID: <20030705203437.GB2598@windhund.schwern.org>
20368
20369              Print out the "ok" messages only once every second,
20370              this should make output much less and therefore testing
20371              much faster, especially on slower connections.
20372      Branch: perl
20373            ! lib/Test/Harness.pm
20374 ____________________________________________________________________________
20375 [ 20022] By: jhi                                   on 2003/07/06  07:26:52
20376         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.10_07
20377              From: Michael G Schwern <schwern@pobox.com>
20378              Date: Sat, 5 Jul 2003 16:59:49 -0700
20379              Message-ID: <20030705235949.GB3485@windhund.schwern.org>
20380      Branch: perl
20381            ! lib/ExtUtils/Changes lib/ExtUtils/META.yml
20382            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
20383            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker/FAQ.pod
20384            ! lib/ExtUtils/t/Command.t
20385 ____________________________________________________________________________
20386 [ 20021] By: jhi                                   on 2003/07/06  07:19:17
20387         Log: Reintroduce changes #19723 and #19723 that were not
20388              in Net::Ping 2.31; needed for Windows.
20389      Branch: perl
20390            ! lib/Net/Ping/t/250_ping_hires.t lib/Net/Ping/t/450_service.t
20391 ____________________________________________________________________________
20392 [ 20020] By: jhi                                   on 2003/07/05  19:12:21
20393         Log: Upgrade to Digest::MD5 2.25.
20394      Branch: perl
20395            + ext/Digest/MD5/t/clone.t
20396            ! MANIFEST ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
20397            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/badfile.t
20398            ! ext/Digest/MD5/t/files.t
20399 ____________________________________________________________________________
20400 [ 20019] By: jhi                                   on 2003/07/05  18:40:51
20401         Log: Make a read from a write-only fh to set errno
20402              (found by Gisle)
20403      Branch: perl
20404            ! perlio.c
20405 ____________________________________________________________________________
20406 [ 20018] By: jhi                                   on 2003/07/05  18:05:19
20407         Log: Add PerlIOBuf_close to makedef.pl as pointed out by
20408              Vadim Konovalov; add also PerlIOBuf_dup; sort and remove
20409              duplicates.
20410      Branch: perl
20411            ! makedef.pl
20412 ____________________________________________________________________________
20413 [ 20017] By: jhi                                   on 2003/07/05  17:47:47
20414         Log: Subject: [PATCH] fix for ext/threads/t/problems.t failures
20415              From: Dave Mitchell <davem@fdgroup.com>
20416              Date: Sat, 5 Jul 2003 19:12:51 +0100
20417              Message-ID: <20030705181251.GA14502@fdgroup.com>
20418      Branch: perl
20419            ! ext/threads/t/problems.t
20420 ____________________________________________________________________________
20421 [ 20016] By: jhi                                   on 2003/07/05  17:36:34
20422         Log: OpenBSD sometimes gets -0, probably due to fp fuzziness..
20423      Branch: perl
20424            ! lib/Benchmark.t
20425 ____________________________________________________________________________
20426 [ 20012] By: jhi                                   on 2003/07/05  13:46:05
20427         Log: Be explicit about the $0 pain in Linux 2.2.
20428      Branch: perl
20429            ! pod/perlvar.pod
20430 ____________________________________________________________________________
20431 [ 20010] By: rgs                                   on 2003/07/05  12:06:41
20432         Log: Comment out some debugging output in Math::BigInt, that
20433              causes confusion in t/TEST when running Math/BigInt/t/bare_mbi.t.
20434      Branch: perl
20435            ! lib/Math/BigInt.pm
20436 ____________________________________________________________________________
20437 [ 20009] By: jhi                                   on 2003/07/05  10:56:55
20438         Log: The logic for additional randomisation for 64-bit UV
20439              cases was wrong.
20440      Branch: perl
20441            ! perl.c
20442 ____________________________________________________________________________
20443 [ 20008] By: jhi                                   on 2003/07/05  09:10:46
20444         Log: IIRC gcc would complain about if (s = ...).
20445      Branch: perl
20446            ! perl.c
20447 ____________________________________________________________________________
20448 [ 20007] By: jhi                                   on 2003/07/05  09:09:44
20449         Log: Allow $ENV{PERL_HASH_SEED_DEBUG} to work even under taint;
20450              since CGI scripts are (should be) run under -T, being able
20451              to show the HASH_SEED in case of problems is good.
20452              The $ENV{PERL_HASH_SEED} is still ignored under taint.
20453      Branch: perl
20454            ! perl.c
20455 ____________________________________________________________________________
20456 [ 20006] By: jhi                                   on 2003/07/05  07:56:56
20457         Log: Subject: [PATCH] MM_VMS.pm -- fix xs installation
20458              From: "Craig A. Berry" <craigberry@mac.com>
20459              Date: Sat, 05 Jul 2003 00:38:28 -0500
20460              Message-ID: <3F066454.90003@mac.com>
20461      Branch: perl
20462            ! lib/ExtUtils/MM_VMS.pm
20463 ____________________________________________________________________________
20464 [ 20004] By: jhi                                   on 2003/07/05  07:47:02
20465         Log: Subject: [PATCH] dump.c -Wformat; Re: maint @ 19975, maint @ 19997
20466              From: Robin Barker <Robin.Barker@npl.co.uk>
20467              Date: Fri, 4 Jul 2003 19:15:01 +0100
20468              Message-ID: <533D273D4014D411AB1D00062938C4D9040465BD@hotel.npl.co.uk>
20469      Branch: perl
20470            ! dump.c
20471 ____________________________________________________________________________
20472 [ 20003] By: rgs                                   on 2003/07/05  07:45:16
20473         Log: Allow to create more than one Shell object :
20474              Subject: [patch] Shell.pm fix
20475              From: Stéphane Payrard <stef@payrard.net>
20476              Date: Sat, 5 Jul 2003 01:16:50 +0200
20477              Message-ID: <20030704231650.GA19701@stefp.dyndns.org>
20478      Branch: perl
20479            ! lib/Shell.pm
20480 ____________________________________________________________________________
20481 [ 20002] By: rgs                                   on 2003/07/04  21:49:05
20482         Log: Author list update (to be continued...)
20483      Branch: perl
20484            ! AUTHORS
20485 ____________________________________________________________________________
20486 [ 20001] By: rgs                                   on 2003/07/04  21:42:12
20487         Log: Add a new test target in the makefile, test_harness_notty.
20488              It's like test_harness, but sets HARNESS_NOTTY=1 to make
20489              Test::Harness' output less blinking.
20490      Branch: perl
20491            ! Makefile.SH
20492 ____________________________________________________________________________
20493 [ 20000] By: rgs                                   on 2003/07/04  20:58:05
20494         Log: Upgrade to Math::BigInt v1.65, Math::BigRat v0.10,
20495              and bignum v0.14.
20496      Branch: perl
20497            + lib/Math/BigInt/t/biglog.t lib/Math/BigInt/t/req_mbf0.t
20498            + lib/Math/BigInt/t/req_mbf1.t lib/Math/BigInt/t/req_mbfa.t
20499            + lib/Math/BigInt/t/req_mbfi.t lib/Math/BigInt/t/req_mbfn.t
20500            + lib/Math/BigInt/t/req_mbfw.t lib/Math/BigInt/t/trap.t
20501            + lib/Math/BigInt/t/use_mbfw.t lib/Math/BigRat/t/bigratup.t
20502            + lib/Math/BigRat/t/requirer.t lib/Math/BigRat/t/trap.t
20503            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
20504            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
20505            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bare_mif.t
20506            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
20507            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
20508            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/bigints.t
20509            ! lib/Math/BigInt/t/config.t lib/Math/BigInt/t/inf_nan.t
20510            ! lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/mbimbf.inc
20511            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/require.t
20512            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
20513            ! lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/upgrade.inc
20514            ! lib/Math/BigInt/t/upgrade.t lib/Math/BigInt/t/with_sub.t
20515            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigrat.t
20516            ! lib/Math/BigRat/t/bigratpm.inc lib/Math/BigRat/t/bigratpm.t
20517            ! lib/bigint.pm lib/bignum.pm lib/bignum/t/bigint.t
20518            ! lib/bignum/t/bignum.t lib/bignum/t/bigrat.t
20519            ! lib/bignum/t/biinfnan.t lib/bignum/t/bninfnan.t
20520            ! lib/bignum/t/brinfnan.t lib/bigrat.pm
20521            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/BareCalc.pm
20522            ! t/lib/Math/BigInt/Subclass.pm
20523 ____________________________________________________________________________
20524 [ 19999] By: rgs                                   on 2003/07/04  19:39:01
20525         Log: Macro reorganization in the Makefile, so that $(LDLIBPTH) always
20526              appears just before the name of the command to be run. See
20527
20528              Subject: Re: PERL_SKIP_TTY_TEST fix
20529              From: Alexey Tourbin <at@altlinux.ru>
20530              Date: Fri, 4 Jul 2003 17:25:34 +0400
20531              Message-ID: <20030704132534.GC1531@julia.office.altlinux.ru>
20532      Branch: perl
20533            ! Makefile.SH
20534 ____________________________________________________________________________
20535 [ 19998] By: rgs                                   on 2003/07/04  19:31:33
20536         Log: Fix non-numeric $VERSION.
20537      Branch: perl
20538            ! lib/Math/BigInt.pm
20539 ____________________________________________________________________________
20540 [ 19995] By: jhi                                   on 2003/07/04  14:36:56
20541         Log: According to Tels our M::BI is _better_ than the 1.64 in CPAN.
20542      Branch: perl
20543            ! lib/Math/BigInt.pm
20544 ____________________________________________________________________________
20545 [ 19994] By: jhi                                   on 2003/07/04  14:36:17
20546         Log: More $0 sad tales.
20547      Branch: perl
20548            ! pod/perlvar.pod
20549 ____________________________________________________________________________
20550 [ 19993] By: jhi                                   on 2003/07/04  14:34:40
20551         Log: Oops.
20552      Branch: perl
20553            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
20554 ____________________________________________________________________________
20555 [ 19990] By: jhi                                   on 2003/07/04  13:50:29
20556         Log: Upgrade to PodParser 1.23; but do not update
20557              t/pod/find.t or t/pod/testp2pt.pl since the
20558              first one does not work at all under core,
20559              and the second change would drop MacOS Classic
20560              portability tweaks introduced by change #18669.
20561      Branch: perl
20562            ! lib/Pod/Find.pm lib/Pod/Usage.pm
20563 ____________________________________________________________________________
20564 [ 19989] By: jhi                                   on 2003/07/04  13:20:51
20565         Log: Upgrade to Text::Balanced 1.94.
20566      Branch: perl
20567            ! lib/Text/Balanced.pm lib/Text/Balanced/Changes
20568            ! lib/Text/Balanced/README lib/Text/Balanced/t/extcbk.t
20569            ! lib/Text/Balanced/t/extvar.t lib/Text/Balanced/t/gentag.t
20570 ____________________________________________________________________________
20571 [ 19988] By: jhi                                   on 2003/07/04  13:17:22
20572         Log: Upgrade to Net::Ping 2.31.
20573      Branch: perl
20574            ! lib/Net/Ping.pm lib/Net/Ping/Changes
20575            ! lib/Net/Ping/t/250_ping_hires.t
20576            ! lib/Net/Ping/t/300_ping_stream.t lib/Net/Ping/t/450_service.t
20577 ____________________________________________________________________________
20578 [ 19987] By: jhi                                   on 2003/07/04  13:09:04
20579         Log: Upgrade to Locale::Maketext 1.06.
20580      Branch: perl
20581            + lib/Locale/Maketext/Guts.pm lib/Locale/Maketext/GutsLoader.pm
20582            + lib/Locale/Maketext/t/90utf8.t
20583            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext/ChangeLog
20584 ____________________________________________________________________________
20585 [ 19986] By: jhi                                   on 2003/07/04  12:59:45
20586         Log: Upgrade to Digest::MD5 2.24, with few extra tweaks:
20587              (1) make the PATCHLEVEL logic as it is with List::Util
20588              (more portable to older Perls)
20589              (2) regen the MD5 checksums with ...
20590              (3) ... the Mac OS Classic checksums generated via MacRoman
20591              (just a guess)
20592              (4) Keep the core Makefile.PL.
20593      Branch: perl
20594            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
20595            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
20596 ____________________________________________________________________________
20597 [ 19985] By: jhi                                   on 2003/07/04  12:43:10
20598         Log: Upgrade to CPAN 1.71.
20599      Branch: perl
20600            ! lib/CPAN.pm
20601 ____________________________________________________________________________
20602 [ 19984] By: jhi                                   on 2003/07/04  12:39:20
20603         Log: Upgrade to CGI.pm 2.97.
20604      Branch: perl
20605            ! lib/CGI.pm lib/CGI/Carp.pm
20606 ____________________________________________________________________________
20607 [ 19982] By: jhi                                   on 2003/07/04  10:45:05
20608         Log: No energy now to figure out what is wrong with $0
20609              (or ps) in Tru64.  The test works fine when run from
20610              command line.
20611      Branch: perl
20612            ! ext/threads/t/join.t
20613 ____________________________________________________________________________
20614 [ 19981] By: jhi                                   on 2003/07/04  10:34:42
20615         Log: AUTHORS updates.
20616      Branch: perl
20617            ! AUTHORS
20618 ____________________________________________________________________________
20619 [ 19980] By: jhi                                   on 2003/07/04  08:40:51
20620         Log: line_t is U32, not I32.
20621      Branch: perl
20622            ! bytecode.pl
20623 ____________________________________________________________________________
20624 [ 19979] By: jhi                                   on 2003/07/04  08:33:32
20625         Log: Remove PL_earlytaint since the hash seed code
20626              can be delayed until perl_parse().
20627      Branch: perl
20628            ! dosish.h embedvar.h epoc/epocish.h mpeix/mpeixish.h
20629            ! os2/os2ish.h perl.c perl.h perlapi.h perlvars.h
20630            ! plan9/plan9ish.h unixish.h vms/vmsish.h
20631 ____________________________________________________________________________
20632 [ 19977] By: jhi                                   on 2003/07/04  04:56:41
20633         Log: $0 is pain.
20634      Branch: perl
20635            ! ext/threads/t/join.t
20636 ____________________________________________________________________________
20637 [ 19976] By: jhi                                   on 2003/07/04  04:48:37
20638         Log: Subject: [PATCH: perl@19956] switch vmspipe.com over to using local symbols instead of global
20639              From: PPrymmer@factset.com
20640              Date: Thu, 3 Jul 2003 23:59:51 -0400
20641              Message-ID: <OF4DF4AA68.1EF12116-ON85256D59.00120F5E-85256D59.0015F58D@factset.com>
20642      Branch: perl
20643            ! vms/vms.c vms/vmspipe.com
20644 ____________________________________________________________________________
20645 [ 19973] By: jhi                                   on 2003/07/03  21:34:03
20646         Log: Bump Time::HiRes version to 1.50.
20647      Branch: perl
20648            ! ext/Time/HiRes/HiRes.pm
20649 ____________________________________________________________________________
20650 [ 19972] By: jhi                                   on 2003/07/03  21:33:10
20651         Log: Subject: [PATCH] installperl -n
20652              From: Slaven Rezic <slaven@rezic.de>
20653              Date: Fri, 4 Jul 2003 00:41:36 +0200 (CEST)
20654              Message-Id: <200307032241.h63Mfaka041281@vran.herceg.de>
20655      Branch: perl
20656            ! installperl
20657 ____________________________________________________________________________
20658 [ 19971] By: jhi                                   on 2003/07/03  21:31:47
20659         Log: Subject: [PATCH] t/op/magic.t on FreeBSD
20660              From: Slaven Rezic <slaven@rezic.de>
20661              Date: Fri, 4 Jul 2003 00:35:51 +0200 (CEST)
20662              Message-Id: <200307032235.h63MZpKY036791@vran.herceg.de>
20663      Branch: perl
20664            ! t/op/magic.t
20665 ____________________________________________________________________________
20666 [ 19969] By: jhi                                   on 2003/07/03  21:27:11
20667         Log: Ask Schwern.
20668      Branch: perl
20669            - Porting/Modules
20670            ! AUTHORS MANIFEST
20671 ____________________________________________________________________________
20672 [ 19967] By: jhi                                   on 2003/07/03  19:02:40
20673         Log: Add autarch and Time::Local to Modules.
20674      Branch: perl
20675            ! Porting/Modules
20676 ____________________________________________________________________________
20677 [ 19966] By: jhi                                   on 2003/07/03  18:59:44
20678         Log: Subject: Re: [PATCH] Bring Time::Local to 1.07
20679              From: Dave Rolsky <autarch@urth.org>
20680              Date: Thu, 3 Jul 2003 14:35:56 -0500 (CDT)
20681              Message-ID: <Pine.LNX.4.56.0307031435270.29915@urth.org>
20682      Branch: perl
20683            ! lib/Time/Local.pm
20684 ____________________________________________________________________________
20685 [ 19965] By: jhi                                   on 2003/07/03  18:58:25
20686         Log: Subject: [PATCH] Win32: fix WM_TIMER handling
20687              From: Mattia Barbon <mbarbon@dsi.unive.it>
20688              Date: Thu, 3 Jul 2003 16:05:23 +0200 (ora legale Europa occidentale)
20689              Message-ID: <Mahogany-0.64.2-1016-20030703-160523.00@rbnet.it>
20690      Branch: perl
20691            ! win32/win32.c
20692 ____________________________________________________________________________
20693 [ 19964] By: jhi                                   on 2003/07/03  18:56:26
20694         Log: Subject: Re: randomly untainting?
20695              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20696              Date: Thu, 3 Jul 2003 17:35:09 +0200
20697              Message-Id: <20030703173509.0c007f0f.rgarciasuarez@free.fr>
20698      Branch: perl
20699            ! t/TestInit.pm
20700 ____________________________________________________________________________
20701 [ 19963] By: jhi                                   on 2003/07/03  18:55:37
20702         Log: Revert #19957 as requested by Rafael.
20703      Branch: perl
20704            ! ext/List/Util/t/tainted.t
20705 ____________________________________________________________________________
20706 [ 19962] By: jhi                                   on 2003/07/03  18:54:09
20707         Log: Add at least meager beginnings of assertion checks for
20708              the UTF-8 length/pos cache.  It's not as full as I would
20709              like since the exact behaviour of the second half of the
20710              cache, used in substr(), eludes me right now.
20711      Branch: perl
20712            ! sv.c
20713 ____________________________________________________________________________
20714 [ 19961] By: jhi                                   on 2003/07/03  13:57:47
20715         Log: Extra light testing for the UTF-8 cache
20716              (that it isn't broken, not that it helps).
20717      Branch: perl
20718            ! t/op/length.t
20719 ____________________________________________________________________________
20720 [ 19957] By: jhi                                   on 2003/07/03  12:01:25
20721         Log: Subject: Re: randomly untainting?
20722              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20723              Date: Thu, 3 Jul 2003 14:58:18 +0200
20724              Message-Id: <20030703145818.5bdd2873.rgarciasuarez@free.fr>
20725              (plus extra debug printing)
20726      Branch: perl
20727            ! ext/List/Util/t/tainted.t
20728 ____________________________________________________________________________
20729 [ 19954] By: jhi                                   on 2003/07/03  11:10:21
20730         Log: Subject: Re: maint @ 19923
20731              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
20732              Date: Thu, 3 Jul 2003 15:57:55 +0400
20733              Message-ID: <048e01c3415b$da0fe510$7c5ec3d9@vad>
20734      Branch: perl
20735            ! wince/Makefile.ce wince/wince.c
20736 ____________________________________________________________________________
20737 [ 19952] By: jhi                                   on 2003/07/03  10:56:45
20738         Log: Tiny tweak to perlartistic from Robin Barker.
20739      Branch: perl
20740            ! pod/perlartistic.pod
20741 ____________________________________________________________________________
20742 [ 19950] By: jhi                                   on 2003/07/03  07:46:45
20743         Log: Mention Modules in AUTHORS.
20744      Branch: perl
20745            ! AUTHORS
20746 ____________________________________________________________________________
20747 [ 19949] By: jhi                                   on 2003/07/03  06:58:01
20748         Log: No fancy binmode() if no perlio.
20749      Branch: perl
20750            ! ext/IO/lib/IO/t/io_sock.t
20751 ____________________________________________________________________________
20752 [ 19948] By: jhi                                   on 2003/07/03  06:55:12
20753         Log: Underline the fact that XSLoader is not DynaLoader
20754              ([perl #21974] dl_load_flags not honored by XSLoader)
20755      Branch: perl
20756            ! ext/DynaLoader/XSLoader_pm.PL
20757 ____________________________________________________________________________
20758 [ 19947] By: jhi                                   on 2003/07/03  06:35:29
20759         Log: Apply Schwern's suggested warning code from
20760              [perl #22209] Test::Harness::Straps vs. $Config{path_sep}
20761      Branch: perl
20762            ! lib/Test/Harness/Straps.pm
20763 ____________________________________________________________________________
20764 [ 19944] By: jhi                                   on 2003/07/03  06:30:11
20765         Log: Subject: [PATCH] "without parens" vs "without parentheses"
20766              From: Iain Truskett <spoon@cpan.org>
20767              Date: Thu, 3 Jul 2003 12:40:42 +1000
20768              Message-ID: <20030703024042.GI12380@ouroboros.anu.edu.au>
20769      Branch: perl
20770            ! t/lib/warnings/toke toke.c
20771 ____________________________________________________________________________
20772 [ 19943] By: jhi                                   on 2003/07/03  06:27:18
20773         Log: Subject: [PATCH] Re: ext/List/Util/t/weak.t panic
20774              From: Dave Mitchell <davem@fdgroup.com>
20775              Date: Thu, 3 Jul 2003 01:32:11 +0100
20776              Message-ID: <20030703003211.GB3747@fdgroup.com>
20777      Branch: perl
20778            ! mg.c sv.c
20779 ____________________________________________________________________________
20780 [ 19942] By: jhi                                   on 2003/07/03  06:25:30
20781         Log: Nicer options for Porting/Modules.
20782      Branch: perl
20783            ! MANIFEST Porting/Modules
20784 ____________________________________________________________________________
20785 [ 19941] By: rgs                                   on 2003/07/02  21:38:19
20786         Log: Minor test adjustments :
20787              - test name correction in op/concat.t by Yitzchak Scott-Thoennes
20788              - prototypes added to some public functions in t/test.pl,
20789              as suggested by Enache Adrian
20790      Branch: perl
20791            ! t/op/concat.t t/test.pl
20792 ____________________________________________________________________________
20793 [ 19940] By: rgs                                   on 2003/07/02  20:58:19
20794         Log: Skip a socketpair test on SCO OSR
20795      Branch: perl
20796            ! ext/Socket/socketpair.t
20797 ____________________________________________________________________________
20798 [ 19939] By: jhi                                   on 2003/07/02  20:10:47
20799         Log: Subject: [PATCH] various Deparse fixes
20800              From: Dave Mitchell <davem@fdgroup.com>
20801              Date: Wed, 2 Jul 2003 18:10:45 +0100
20802              Message-ID: <20030702171045.GF2137@fdgroup.com>
20803      Branch: perl
20804            ! ext/B/B/Concise.pm ext/B/B/Debug.pm ext/B/B/Deparse.pm
20805            ! ext/B/defsubs_h.PL t/TEST t/op/ord.t
20806 ____________________________________________________________________________
20807 [ 19935] By: jhi                                   on 2003/07/02  20:01:06
20808         Log: It would seem that in Linux 2.2 there is no way
20809              we can do the right thing to make ps(1) see $0
20810              our way.  Also amend the $0 documentation a bit.
20811      Branch: perl
20812            ! pod/perlvar.pod t/op/magic.t
20813 ____________________________________________________________________________
20814 [ 19934] By: jhi                                   on 2003/07/02  19:39:11
20815         Log: Subject: [PATCH] line numbers are given % 64k
20816              From: James Jurach <muaddib@erf.net>
20817              Date: Wed, 2 Jul 2003 13:31:05 -0500
20818              Message-ID: <20030702183105.GA4837@lebowski>
20819      Branch: perl
20820            ! bytecode.pl ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
20821            ! handy.h pp_ctl.c scope.h
20822 ____________________________________________________________________________
20823 [ 19933] By: jhi                                   on 2003/07/02  14:55:49
20824         Log: Subject: Re: maint @ 19923
20825              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
20826              Date: Wed, 2 Jul 2003 11:43:05 -0400
20827              Message-ID: <20030702154304.GD206089@linguist.thayer.dartmouth.edu>
20828      Branch: perl
20829            ! pod/perlfunc.pod
20830 ____________________________________________________________________________
20831 [ 19932] By: jhi                                   on 2003/07/02  14:29:42
20832         Log: Subject: Re: maint @ 19923
20833              From: Jim Cromie <jcromie@divsol.com>
20834              Date: Wed, 02 Jul 2003 05:35:06 -0600
20835              Message-ID: <3F02C36A.9030704@divsol.com>
20836      Branch: perl
20837            ! pod/perlfunc.pod
20838 ____________________________________________________________________________
20839 [ 19931] By: jhi                                   on 2003/07/02  11:34:49
20840         Log: Fix for [perl #22759 insufficient format string checking];
20841              using ewix makes no sense, assuming evix was intended,
20842              no old tests fail; add the test case.
20843      Branch: perl
20844            ! sv.c t/op/sprintf.t
20845 ____________________________________________________________________________
20846 [ 19929] By: jhi                                   on 2003/07/02  09:13:33
20847         Log: Better links.
20848      Branch: perl
20849            ! pod/perlipc.pod pod/perlrun.pod
20850 ____________________________________________________________________________
20851 [ 19928] By: jhi                                   on 2003/07/02  08:58:26
20852         Log: Darwin: -Dprefix=$HOME/Perl tried to install to /Library.
20853      Branch: perl
20854            ! hints/darwin.sh
20855 ____________________________________________________________________________
20856 [ 19927] By: jhi                                   on 2003/07/02  08:48:00
20857         Log: ...and getting the comma right, too.
20858      Branch: perl
20859            ! t/op/magic.t
20860 ____________________________________________________________________________
20861 [ 19926] By: jhi                                   on 2003/07/02  08:46:18
20862         Log: Getting the whitespace right.
20863      Branch: perl
20864            ! t/op/magic.t
20865 ____________________________________________________________________________
20866 [ 19925] By: jhi                                   on 2003/07/02  08:40:36
20867         Log: FreeBSD $0 dance.
20868      Branch: perl
20869            ! pod/perlvar.pod t/op/magic.t
20870 ____________________________________________________________________________
20871 [ 19924] By: jhi                                   on 2003/07/02  08:17:31
20872         Log: Fix from Enache Adrian for the magic.t failure in
20873              FreeBSD: setproctitle() cannot get rid of the " (perl)".
20874      Branch: perl
20875            ! t/op/magic.t
20876 ____________________________________________________________________________
20877 [ 19921] By: jhi                                   on 2003/07/02  05:26:33
20878         Log: VMS: with this, 100% make test in Compaq C V6.5-001
20879              on OpenVMS Alpha V7.3-1, from Craig Berry.
20880      Branch: perl
20881            ! configure.com ext/Devel/DProf/DProf.t t/op/magic.t
20882 ____________________________________________________________________________
20883 [ 19920] By: jhi                                   on 2003/07/02  05:21:23
20884         Log: Move the libgcc.a hack into a section for pre-1.6 NetBSD releases.
20885              The latest releases of NetBSD don't require the hack.  From
20886              Johnny Lam.
20887      Branch: perl
20888            ! hints/netbsd.sh
20889 ____________________________________________________________________________
20890 [ 19918] By: jhi                                   on 2003/07/01  20:02:33
20891         Log: Add a new utility, Porting/Modules.
20892      Branch: perl
20893            + Porting/Modules
20894            ! MANIFEST
20895 ____________________________________________________________________________
20896 [ 19917] By: jhi                                   on 2003/07/01  17:00:02
20897         Log: Subject: [PATCH] long C<=item>s in pod/perlunicode.pod
20898              From: Robin Barker <Robin.Barker@npl.co.uk>
20899              Date: Tue, 1 Jul 2003 18:21:34 +0100
20900              Message-ID: <533D273D4014D411AB1D00062938C4D9040465A9@hotel.npl.co.uk>
20901
20902              Subject:  [PATCH] long C<=item>s in lib/CGI.pm
20903              From: Robin Barker <Robin.Barker@npl.co.uk>
20904              Message-ID: <533D273D4014D411AB1D00062938C4D9040465AA@hotel.npl.co.uk>
20905              Date: Tue, 1 Jul 2003 18:25:17 +0100
20906
20907              Subject: [PATCH] long <=item>s  in lib/ExtUtils/MakeMaker/FAQ.pod
20908              From: Robin Barker <Robin.Barker@npl.co.uk>
20909              Date: Tue, 1 Jul 2003 18:29:09 +0100
20910              Message-ID: <533D273D4014D411AB1D00062938C4D9040465AB@hotel.npl.co.uk>
20911      Branch: perl
20912            ! lib/CGI.pm lib/ExtUtils/MakeMaker/FAQ.pod pod/perlunicode.pod
20913 ____________________________________________________________________________
20914 [ 19916] By: jhi                                   on 2003/07/01  16:51:31
20915         Log: Subject: [PATCH] B:: fixes + 'When were CVOPs gone ?'
20916              From: Enache Adrian <enache@rdslink.ro>
20917              Date: Tue, 1 Jul 2003 19:51:25 +0300
20918              Message-ID: <20030701165125.GA1521@ratsnest.hole>
20919      Branch: perl
20920            ! ext/B/B.pm ext/B/B.xs ext/B/B/Debug.pm ext/B/defsubs_h.PL
20921            ! ext/B/typemap t/op/magic.t
20922 ____________________________________________________________________________
20923 [ 19915] By: jhi                                   on 2003/07/01  16:22:09
20924         Log: Upgrade to Unicode::Normalize 0.23.
20925      Branch: perl
20926            ! ext/Unicode/Normalize/Changes
20927            ! ext/Unicode/Normalize/Normalize.pm
20928            ! ext/Unicode/Normalize/Normalize.xs
20929 ____________________________________________________________________________
20930 [ 19914] By: jhi                                   on 2003/07/01  13:08:44
20931         Log: A naked values() caused shuffling of lib/Config.pm,
20932              which in turn caused unnecessary rebuilds.
20933      Branch: perl
20934            ! configpm
20935 ____________________________________________________________________________
20936 [ 19913] By: jhi                                   on 2003/07/01  13:01:10
20937         Log: Even more :utf8 socket testing, now in both directions.
20938      Branch: perl
20939            ! ext/IO/lib/IO/t/io_sock.t
20940 ____________________________________________________________________________
20941 [ 19912] By: jhi                                   on 2003/07/01  12:44:32
20942         Log: One more test (does binmode()ing a socket succeed)
20943              and add -w.
20944      Branch: perl
20945            ! ext/IO/lib/IO/t/io_sock.t
20946 ____________________________________________________________________________
20947 [ 19911] By: jhi                                   on 2003/07/01  12:38:13
20948         Log: Tweak an existing IO test to test also the change #19910.
20949      Branch: perl
20950            ! ext/IO/lib/IO/t/io_sock.t
20951 ____________________________________________________________________________
20952 [ 19910] By: jhi                                   on 2003/07/01  11:18:27
20953         Log: Integrate from perlio:
20954              [ 19909]
20955              binmode() should affect IoOFP() as well as IoIFP() if it is
20956              distinct (e.g. sockets).
20957      Branch: perl
20958           !> pp_sys.c
20959 ____________________________________________________________________________
20960 [ 19906] By: jhi                                   on 2003/07/01  08:03:17
20961         Log: Do the "aligned contiguous" check only if the arguments
20962              look like aligned; re-introduce the "traditional contiguous"
20963              checks with OS/2 special quirks and all.
20964      Branch: perl
20965            ! perl.c
20966 ____________________________________________________________________________
20967 [ 19903] By: jhi                                   on 2003/07/01  06:22:12
20968         Log: Switch on PERL_IMPLICIT_SYS, not on Win32.
20969      Branch: perl
20970            ! perl.c
20971 ____________________________________________________________________________
20972 [ 19902] By: jhi                                   on 2003/07/01  06:20:48
20973         Log: Regen Glossary et al.
20974      Branch: perl
20975            ! Porting/Glossary Porting/config.sh Porting/config_H
20976 ____________________________________________________________________________
20977 [ 19900] By: jhi                                   on 2003/07/01  05:56:38
20978         Log: Regen Configure.
20979      Branch: perl
20980            ! Configure
20981 ____________________________________________________________________________
20982 [ 19899] By: jhi                                   on 2003/07/01  05:56:14
20983         Log: More nanosleep removal.
20984      Branch: perl
20985            ! Cross/config.sh-arm-linux NetWare/config_H.wc epoc/config.sh
20986            ! hints/vos.sh win32/config.gc win32/config.vc win32/config.vc64
20987            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
20988            ! win32/config_H.vc64 wince/config.ce wince/config_H.ce
20989 ____________________________________________________________________________
20990 [ 19898] By: jhi                                   on 2003/07/01  05:54:58
20991         Log: Rework Time::HiRes not to need HAS_NANOSLEEP from Configure.
20992      Branch: perl
20993            + ext/Time/HiRes/hints/dec_osf.pl
20994            ! MANIFEST ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
20995            ! ext/Time/HiRes/hints/sco.pl
20996 ____________________________________________________________________________
20997 [ 19897] By: jhi                                   on 2003/07/01  05:04:50
20998         Log: Subject: Re: Subject: Problems: 5.8.1, Solaris, Configure, sched_yield(), -lrt & -lposix4
20999              From: Alan Burlison <Alan.Burlison@sun.com>
21000              Date: Tue, 01 Jul 2003 00:03:24 +0100
21001              Message-ID: <3F00C1BC.3020103@sun.com>
21002      Branch: perl
21003            ! Configure Makefile.SH config_h.SH configure.com
21004            ! hints/solaris_2.sh perl.h uconfig.h uconfig.sh
21005 ____________________________________________________________________________
21006 [ 19896] By: jhi                                   on 2003/06/30  20:20:54
21007         Log: Integrate #19892, #19895 from perlio to compile and avoid
21008              crashing on Win32.
21009      Branch: perl
21010           !> perl.c
21011 ____________________________________________________________________________
21012 [ 19890] By: jhi                                   on 2003/06/30  08:41:51
21013         Log: int is not UV.
21014      Branch: perl
21015            ! perl.c
21016 ____________________________________________________________________________
21017 [ 19889] By: jhi                                   on 2003/06/30  08:36:38
21018         Log: The 'contiguous' test for argv[], envp[] was bogus
21019              since those need not be in memory end-to-end, e.g.
21020              in Tru64 they are aligned by eight.  Loosen the test
21021              so that 'contiguousness' is fulfilled if the elements
21022              are within PTRSIZE alignment.  This makes Tru64 to pass
21023              the join.t, too.
21024      Branch: perl
21025            ! ext/threads/t/join.t mg.c perl.c
21026 ____________________________________________________________________________
21027 [ 19888] By: jhi                                   on 2003/06/30  07:24:18
21028         Log: $0 doc tweakage.
21029      Branch: perl
21030            ! pod/perlvar.pod
21031 ____________________________________________________________________________
21032 [ 19887] By: jhi                                   on 2003/06/30  07:20:58
21033         Log: $0 test tweaks from Andreas.
21034      Branch: perl
21035            ! ext/threads/t/join.t t/op/magic.t
21036 ____________________________________________________________________________
21037 [ 19886] By: rgs                                   on 2003/06/29  19:18:43
21038         Log: Misc Pod Nits.
21039      Branch: perl
21040            ! ext/B/B.pm pod/perlrun.pod
21041 ____________________________________________________________________________
21042 [ 19885] By: jhi                                   on 2003/06/29  15:49:52
21043         Log: Fix a faulty alias.
21044      Branch: perl
21045            ! ext/Encode/lib/Encode/Alias.pm
21046 ____________________________________________________________________________
21047 [ 19884] By: jhi                                   on 2003/06/29  15:41:05
21048         Log: The joy of $0.  Undoing the #16399 makes Andreas'
21049              tests (see [perl #22811]) pass (yes, padding with space    instead
21050              of nul makes no sense, but that seems to work, maybe Linux does
21051              some deep magic in ps(1)?); moving the PL_origalen computation
21052              earlier makes also the threaded-first case fully pass.
21053
21054              But in general modifying the argv[] is very non-portable.
21055              (e.g. in Tru64 it seems to be limited to the size of the
21056              original argv[0] since the argv[] are not contiguous?)
21057
21058              Everybody should just have setproctitle().
21059      Branch: perl
21060            ! mg.c perl.c pod/perlvar.pod
21061 ____________________________________________________________________________
21062 [ 19883] By: jhi                                   on 2003/06/29  13:47:36
21063         Log: More on the macro debugging and expansion.
21064      Branch: perl
21065            ! pod/perlhack.pod
21066 ____________________________________________________________________________
21067 [ 19882] By: rgs                                   on 2003/06/29  13:17:09
21068         Log: Perl_doing_taint must be public, for programs that embed perl
21069      Branch: perl
21070            ! embed.fnc embed.h global.sym
21071 ____________________________________________________________________________
21072 [ 19881] By: jhi                                   on 2003/06/29  10:17:28
21073         Log: More coffee...
21074      Branch: perl
21075            ! lib/Test/Harness.pm
21076 ____________________________________________________________________________
21077 [ 19880] By: jhi                                   on 2003/06/29  09:48:50
21078         Log: argc, argv.
21079      Branch: perl
21080            ! perl.h
21081 ____________________________________________________________________________
21082 [ 19879] By: jhi                                   on 2003/06/29  09:34:47
21083         Log: Another spot where a zero $test{$max} can make things go boom.
21084      Branch: perl
21085            ! lib/Test/Harness.pm
21086 ____________________________________________________________________________
21087 [ 19878] By: jhi                                   on 2003/06/29  09:28:58
21088         Log: Move the PL_earlytaint initialization to the PERL_SYS_INIT()
21089              as per suggestion from Sarathy.
21090      Branch: perl
21091            ! dosish.h epoc/epocish.h miniperlmain.c mpeix/mpeixish.h
21092            ! os2/os2ish.h perl.h plan9/plan9ish.h unixish.h vms/vmsish.h
21093 ____________________________________________________________________________
21094 [ 19877] By: jhi                                   on 2003/06/28  18:28:01
21095         Log: The #19842 is no more needed thanks to #19876,
21096              and the #19842 was wrong anyway (it affected
21097              only the threaded case.)
21098      Branch: perl
21099            ! hints/dec_osf.sh
21100 ____________________________________________________________________________
21101 [ 19876] By: jhi                                   on 2003/06/28  18:24:46
21102         Log: Subject: Re: your malloc patches
21103              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
21104              Date: Fri, 27 Jun 2003 06:54:06 -0700
21105              Message-ID: <20030627135406.GA8914@math.berkeley.edu>
21106
21107              More malloc patches: now they seem to work even in Tru64.
21108      Branch: perl
21109            ! malloc.c
21110 ____________________________________________________________________________
21111 [ 19875] By: jhi                                   on 2003/06/28  18:09:30
21112         Log: Duh.
21113      Branch: perl
21114            ! perl.h
21115 ____________________________________________________________________________
21116 [ 19874] By: jhi                                   on 2003/06/28  17:30:52
21117         Log: Retract #19867; the bug was really much simpler:
21118              the < max must be <= max instead.
21119      Branch: perl
21120            ! hv.c
21121 ____________________________________________________________________________
21122 [ 19873] By: rgs                                   on 2003/06/28  16:02:53
21123         Log: Using $1 without testing success of the regexp, bad.
21124      Branch: perl
21125            ! pod/perlretut.pod
21126 ____________________________________________________________________________
21127 [ 19872] By: rgs                                   on 2003/06/28  16:01:08
21128         Log: Some clarification about the current semantics of CHECK and
21129              INIT blocks. See bug [perl #22826].
21130      Branch: perl
21131            ! pod/perlmod.pod
21132 ____________________________________________________________________________
21133 [ 19871] By: rgs                                   on 2003/06/28  15:47:22
21134         Log: Subject: [Encode] pre-1.97 patches
21135              From: Dan Kogai <dankogai@dan.co.jp>
21136              Date: Sat, 28 Jun 2003 01:20:59 +0900
21137              Message-Id: <56D5BFEE-A8BB-11D7-9092-000393AE4244@dan.co.jp>
21138      Branch: perl
21139            ! ext/Encode/Changes ext/Encode/Encode.pm
21140            ! ext/Encode/lib/Encode/Guess.pm
21141 ____________________________________________________________________________
21142 [ 19870] By: rgs                                   on 2003/06/28  15:39:57
21143         Log: Two debugging patches.
21144              The first allows to hold symbolic switches in $^D
21145              and more generally fixes assignment to $^D. The
21146              second one improves the information given by -Dl.
21147
21148              Subject: [PATCH] allow $^D = "flags"
21149              From: Dave Mitchell <davem@fdgroup.com>
21150              Date: Fri, 27 Jun 2003 22:26:24 +0100
21151              Message-ID: <20030627212624.GB12887@fdgroup.com>
21152
21153              Subject: [PATCH] make -Dl show more scope info
21154              From: Dave Mitchell <davem@fdgroup.com>
21155              Date: Fri, 27 Jun 2003 23:00:36 +0100
21156              Message-ID: <20030627220036.GC12887@fdgroup.com>
21157      Branch: perl
21158            ! cop.h embed.fnc embed.h mg.c perl.c perl.h pod/perlvar.pod
21159            ! proto.h scope.h
21160 ____________________________________________________________________________
21161 [ 19869] By: rgs                                   on 2003/06/28  14:39:40
21162         Log: Fix test count, by Abe Timmerman.
21163      Branch: perl
21164            ! t/comp/require.t
21165 ____________________________________________________________________________
21166 [ 19867] By: jhi                                   on 2003/06/27  10:08:20
21167         Log: The two-for-loops is no more a valid way to walk through
21168              a hash (this was the reason the Hash/Util.t intermittently
21169              failed, the two-loop didn't find all the SVs of the HV).
21170      Branch: perl
21171            ! hv.c
21172 ____________________________________________________________________________
21173 [ 19866] By: jhi                                   on 2003/06/27  08:54:16
21174         Log: Some warnings about the (im)proper uses of the hash randomisation.
21175      Branch: perl
21176            ! pod/perlsec.pod
21177 ____________________________________________________________________________
21178 [ 19865] By: jhi                                   on 2003/06/27  08:40:45
21179         Log: atoi() doesn't cut the mustard if the PERL_HASH_SEED
21180              is larger than INT_MAX (atoi() returns -1 in that case).
21181      Branch: perl
21182            ! perl.c
21183 ____________________________________________________________________________
21184 [ 19864] By: jhi                                   on 2003/06/27  08:18:47
21185         Log: Use the PL_earlytaint.  (PL_earlytaint is a global,
21186              not per-interp, since perl_construct() is not passed
21187              the argc, argv, and therefore it can't set the per-interp
21188              PL_tainting.)
21189      Branch: perl
21190            ! perl.c perl.h
21191 ____________________________________________________________________________
21192 [ 19863] By: jhi                                   on 2003/06/27  08:15:11
21193         Log: Introduce (global) variable PL_earlytaint which
21194              is set very early in main(), before perl_parse()
21195              has been called and PL_tainting (or PL_taint_warn)
21196              might have been set.
21197      Branch: perl
21198            ! embed.fnc embedvar.h miniperlmain.c perl.c perl.h perlapi.h
21199            ! perlvars.h proto.h
21200 ____________________________________________________________________________
21201 [ 19862] By: jhi                                   on 2003/06/27  07:39:58
21202         Log: Make doing_taint() always available (though not
21203              part of the public API).
21204      Branch: perl
21205            ! embed.fnc embed.h perl.c proto.h
21206 ____________________________________________________________________________
21207 [ 19861] By: jhi                                   on 2003/06/27  05:30:03
21208         Log: Do not obey PERL_HASH_SEED or PERL_HASH_SEED_DEBUG
21209              if tainting-- but is this a good thing or a bad thing?
21210              (At least it makes debugging lib/Hash/Util.t harder,
21211              since it has, for no apparent good reason, -T: one must
21212              make a copy of it without the -T.)
21213      Branch: perl
21214            ! perl.c
21215 ____________________________________________________________________________
21216 [ 19860] By: jhi                                   on 2003/06/27  05:02:14
21217         Log: Subject: Re: Change 19854: Bite the bullet and apply the hash randomisation patch.
21218              From: Tim Bunce <Tim.Bunce@pobox.com>
21219              Date: Thu, 26 Jun 2003 10:53:22 +0100
21220              Message-ID: <20030626095322.GE97463@dansat.data-plan.com>
21221      Branch: perl
21222            ! INSTALL
21223 ____________________________________________________________________________
21224 [ 19859] By: jhi                                   on 2003/06/27  04:59:23
21225         Log: Hash/Util.t and Encode/t/Aliases.t seem to be having
21226              random failures.  To make these easier to reproduce,
21227              add a variable, PERL_HASH_SEED_DEBUG, to display the
21228              hash seed.  E.g. in Debian/x86 Linux 3.0 PERL_HASH_SEED
21229              of 82972356 makes the first one to fail.
21230      Branch: perl
21231            ! perl.c pod/perlrun.pod
21232 ____________________________________________________________________________
21233 [ 19858] By: rgs                                   on 2003/06/26  20:21:53
21234         Log: perlhack update, by Steve Grazzini
21235              about macro support in gdb and gcc.
21236      Branch: perl
21237            ! pod/perlhack.pod
21238 ____________________________________________________________________________
21239 [ 19854] By: jhi                                   on 2003/06/26  05:32:02
21240         Log: Bite the bullet and apply the hash randomisation patch.
21241              [perl #22371] Algorimic Complexity Attack on Perl 5.6.1, 5.8.0
21242      Branch: perl
21243            ! INSTALL embedvar.h ext/Data/Dumper/Dumper.pm
21244            ! ext/Data/Dumper/t/dumper.t hv.h intrpvar.h perl.c perl.h
21245            ! perlapi.h pod/perlfunc.pod pod/perlrun.pod pod/perlsec.pod
21246            ! sv.c
21247 ____________________________________________________________________________
21248 [ 19853] By: rgs                                   on 2003/06/25  19:35:02
21249         Log: Subject: Re: P and V
21250              From: "Philip Newton" <pnewton@gmx.de>
21251              Date: Wed, 25 Jun 2003 17:50:22 +0200
21252              Message-ID: <3EF9E0DE.4786.16A6869@localhost>
21253      Branch: perl
21254            ! lib/Thread/Semaphore.pm
21255 ____________________________________________________________________________
21256 [ 19852] By: rgs                                   on 2003/06/25  19:27:42
21257         Log: Enhance some macro robustness.
21258      Branch: perl
21259            ! opcode.h opcode.pl
21260 ____________________________________________________________________________
21261 [ 19851] By: rgs                                   on 2003/06/25  19:25:47
21262         Log: Fix [perl #21742] :
21263              require() should always be called in scalar context,
21264              even when it's the last statement in an eval("").
21265      Branch: perl
21266            ! pp_ctl.c t/comp/require.t
21267 ____________________________________________________________________________
21268 [ 19849] By: jhi                                   on 2003/06/24  17:32:37
21269         Log: Subject: [PATCH] Re: [perl #22719] ISA cache problem with blessed stash objects
21270              From: Dave Mitchell <davem@fdgroup.com>
21271              Date: Tue, 24 Jun 2003 13:16:18 +0100
21272              Message-ID: <20030624121618.GC22675@fdgroup.com>
21273      Branch: perl
21274            ! sv.c t/op/ref.t
21275 ____________________________________________________________________________
21276 [ 19848] By: merijn                                on 2003/06/24  08:06:57
21277         Log: Subject: [PATCH] lib/Perldoc.pm patch for Cygwin Bleadperl
21278              From: "Gerrit P. Haase" <gerrit@familiehaase.de>
21279              Date: Tue, 24 Jun 2003 11:00:34 +0200
21280              Message-ID: <186930306740.20030624110034@familiehaase.de>
21281      Branch: perl
21282            ! lib/Pod/Perldoc.pm
21283 ____________________________________________________________________________
21284 [ 19847] By: jhi                                   on 2003/06/24  04:52:42
21285         Log: Subject: [PATCH] version.pm up to date with CPAN
21286              From: John Peacock <jpeacock@rowman.com>
21287              Date: Mon, 23 Jun 2003 21:58:18 -0400
21288              Message-ID: <3EF7B03A.2060705@rowman.com>
21289      Branch: perl
21290            ! lib/version.pm lib/version.t universal.c
21291 ____________________________________________________________________________
21292 [ 19846] By: rgs                                   on 2003/06/23  20:52:26
21293         Log: Subject: [perlport.pod] code point of \cU
21294              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
21295              Date: Tue, 24 Jun 2003 01:00:16 +0900
21296              Message-Id: <20030624004743.1237.BQW10602@nifty.com>
21297      Branch: perl
21298            ! pod/perlport.pod
21299 ____________________________________________________________________________
21300 [ 19845] By: jhi                                   on 2003/06/23  04:55:39
21301         Log: Test tweaks for VMS from Craig Berry.
21302      Branch: perl
21303            ! lib/strict.t lib/warnings.t
21304 ____________________________________________________________________________
21305 [ 19843] By: jhi                                   on 2003/06/22  17:00:10
21306         Log: Move the (pseudo)seed functio for (pseudo)random numbers to util.c.
21307      Branch: perl
21308            ! embed.fnc embed.h pp.c proto.h util.c
21309 ____________________________________________________________________________
21310 [ 19842] By: jhi                                   on 2003/06/22  16:44:16
21311         Log: Until the Perl malloc problems in Tru64 are fixed.
21312      Branch: perl
21313            ! hints/dec_osf.sh
21314 ____________________________________________________________________________
21315 [ 19841] By: jhi                                   on 2003/06/22  16:35:33
21316         Log: Subject: [PATCH] Re: Is it a Bug? ($c .= "5") . "6"
21317              From: Enache Adrian <enache@rdslink.ro>
21318              Date: Sat, 21 Jun 2003 03:19:31 +0300
21319              Message-ID: <20030621001931.GB1255@ratsnest.hole>
21320      Branch: perl
21321            ! op.c t/op/concat.t
21322 ____________________________________________________________________________
21323 [ 19840] By: jhi                                   on 2003/06/22  16:33:25
21324         Log: Subject: [perl #22753] overload::StrVal() fails for regexp refs
21325              From: "fergal@esatclear.ie (via RT)" <perlbug-followup@perl.org>
21326              Date: 21 Jun 2003 19:02:30 -0000
21327              Message-ID: <rt-22753-59662.14.6066295633041@rt.perl.org>
21328      Branch: perl
21329            ! lib/overload.pm lib/overload.t
21330 ____________________________________________________________________________
21331 [ 19839] By: jhi                                   on 2003/06/22  16:31:05
21332         Log: Subject: FileCache 1.03 broken on VMS -- possible patch
21333              From: "Craig A. Berry" <craigberry@mac.com>
21334              Date: Sat, 21 Jun 2003 10:31:59 -0500
21335              Message-ID: <3EF47A6F.9060904@mac.com>
21336      Branch: perl
21337            ! lib/FileCache.pm lib/FileCache/t/01open.t
21338            ! lib/FileCache/t/03append.t lib/FileCache/t/05override.t
21339 ____________________________________________________________________________
21340 [ 19838] By: jhi                                   on 2003/06/22  16:16:01
21341         Log: Debian fix from Brendan O'Dea:
21342              Adjust output to screen width.
21343              (adjusted to probe for the stty command)
21344      Branch: perl
21345            ! utils/dprofpp.PL
21346 ____________________________________________________________________________
21347 [ 19837] By: jhi                                   on 2003/06/22  15:56:45
21348         Log: Debian fix from Brendan O'Dea:
21349              Use a temporary directory to avoid symlink attacks.
21350              Specify -gstabs explicitly (not the default format for gcc 3.2).
21351      Branch: perl
21352            ! utils/c2ph.PL
21353 ____________________________________________________________________________
21354 [ 19836] By: jhi                                   on 2003/06/22  15:55:13
21355         Log: Debian fix from Brendan O'Dea:
21356              Bug#156284: the stucture used by pp_accept is too small to hold an
21357              IPv6 address.
21358      Branch: perl
21359            ! pp_sys.c
21360 ____________________________________________________________________________
21361 [ 19835] By: jhi                                   on 2003/06/22  15:46:50
21362         Log: For characters beyond the BMP the $bits will be undef,
21363              which will cause utf8_heavy.pl noise (reported by Daniel Yacob,
21364              analysis and fix from SADAHIRO Tomoyuki)
21365      Branch: perl
21366            ! lib/utf8_heavy.pl
21367 ____________________________________________________________________________
21368 [ 19834] By: jhi                                   on 2003/06/20  08:42:58
21369         Log: Allow for things like -DFILL_CHECK_DEFAULT=0 (from Ilya).
21370      Branch: perl
21371            ! malloc.c
21372 ____________________________________________________________________________
21373 [ 19833] By: jhi                                   on 2003/06/20  08:16:02
21374         Log: Don't do sprintf().
21375      Branch: perl
21376            ! malloc.c
21377 ____________________________________________________________________________
21378 [ 19832] By: jhi                                   on 2003/06/20  07:43:48
21379         Log: Show the source code location of an "assertion botch".
21380      Branch: perl
21381            ! malloc.c
21382 ____________________________________________________________________________
21383 [ 19831] By: jhi                                   on 2003/06/20  07:31:11
21384         Log: More Perl malloc debugging magic from Ilya.  Seems to work in
21385              Linux, Solaris, AIX.  Had to do #ifdef OS2 for the <io.h> in
21386              malloc.c, found in AIX since there is no such header.
21387              In Tru64 miniperl fails an assert: "free()ed/realloc()ed-away
21388              memory was overwritten?"
21389              (In IRIX compiles but that doesn't prove much since in IRIX
21390              Perl's malloc is simply not used.)
21391      Branch: perl
21392            + malloc_ctl.h
21393            ! MANIFEST dosish.h epoc/epocish.h malloc.c os2/os2ish.h perl.c
21394            ! perl.h plan9/plan9ish.h sv.c unixish.h vms/vmsish.h
21395 ____________________________________________________________________________
21396 [ 19830] By: jhi                                   on 2003/06/20  06:02:21
21397         Log: Retract #19785 and #19756: JPL nowadays works without this
21398              (verified by a true JPL user).
21399      Branch: perl
21400            ! perl.c
21401 ____________________________________________________________________________
21402 [ 19827] By: jhi                                   on 2003/06/19  20:18:31
21403         Log: Apparently this is needed for VMS (Craig Berry).
21404      Branch: perl
21405            ! lib/Tie/File.pm
21406 ____________________________________________________________________________
21407 [ 19824] By: jhi                                   on 2003/06/19  15:11:48
21408         Log: Bump Time::HiRes to 1.49.
21409      Branch: perl
21410            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
21411            ! ext/Time/HiRes/HiRes.xs
21412 ____________________________________________________________________________
21413 [ 19822] By: jhi                                   on 2003/06/19  14:49:37
21414         Log: This change chunk doesn't work well with blead.
21415      Branch: perl
21416            ! lib/ExtUtils/t/Command.t
21417 ____________________________________________________________________________
21418 [ 19821] By: jhi                                   on 2003/06/19  14:27:52
21419         Log: A tweak from Alan Burlison for MM 6.10_07 that makes Solaris
21420              make happy.
21421      Branch: perl
21422            ! lib/ExtUtils/MM_Unix.pm
21423 ____________________________________________________________________________
21424 [ 19820] By: jhi                                   on 2003/06/19  14:25:53
21425         Log: Upgrade to MakeMaker 6.10_07 (from makemaker.org snapshot
21426              as of 2003-06-19 18:39 EET).
21427      Branch: perl
21428            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_OS2.pm
21429            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
21430            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/Command.t
21431            ! lib/ExtUtils/t/MM_OS2.t lib/ExtUtils/t/MM_Unix.t
21432 ____________________________________________________________________________
21433 [ 19819] By: jhi                                   on 2003/06/19  14:08:13
21434         Log: Subject: [PATCH] Re: [perl #17934] tied STDERR and internal warnings
21435              From: grazz@pobox.com (Steve Grazzini)
21436              Date: Wed, 18 Jun 2003 19:42:37 -0400
21437              Message-ID: <20030618234237.GA6267@grazzini.net>
21438      Branch: perl
21439            ! embed.fnc embed.h pod/perltie.pod pp_ctl.c proto.h
21440            ! t/op/runlevel.t t/op/tiehandle.t util.c
21441 ____________________________________________________________________________
21442 [ 19818] By: jhi                                   on 2003/06/19  13:57:55
21443         Log: Subject: [PATCH -current] email address correction
21444              Date: Thu, 19 Jun 2003 02:19:31 -0700
21445              Message-ID: <CGEAIAFGDFMPCFCBLLCOEENKCBAA.rs@crystalflame.net>
21446              From: rs@crystalflame.net (Richard Soderberg)
21447      Branch: perl
21448            ! ext/threads/threads.pm
21449 ____________________________________________________________________________
21450 [ 19816] By: jhi                                   on 2003/06/19  05:02:22
21451         Log: MPE/iX gets serious indigestion on w-packed infinities.
21452      Branch: perl
21453            ! t/op/pack.t
21454 ____________________________________________________________________________
21455 [ 19815] By: rgs                                   on 2003/06/18  20:47:47
21456         Log: A bunch of minor changes to perlguts.pod.
21457      Branch: perl
21458            ! pod/perlguts.pod
21459 ____________________________________________________________________________
21460 [ 19814] By: jhi                                   on 2003/06/18  19:19:38
21461         Log: Subject: Re: [perl #22727] split() with re_eval segfaults/panics
21462              From: Enache Adrian <enache@rdslink.ro>
21463              Date: Wed, 18 Jun 2003 23:00:43 +0300
21464              Message-ID: <20030618200043.GA1249@ratsnest.hole>
21465      Branch: perl
21466            ! pp.c regexec.c t/op/pat.t
21467 ____________________________________________________________________________
21468 [ 19813] By: jhi                                   on 2003/06/18  17:31:50
21469         Log: Upgrade to Tie::File 0.97.
21470      Branch: perl
21471            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
21472            ! lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/28_mtwrite.t
21473            ! lib/Tie/File/t/29_downcopy.t
21474 ____________________________________________________________________________
21475 [ 19812] By: gbarr                                 on 2003/06/18  16:41:31
21476         Log: Sync with libnet 1.16
21477      Branch: perl
21478            ! lib/Net/ChangeLog.libnet lib/Net/FTP.pm
21479 ____________________________________________________________________________
21480 [ 19811] By: jhi                                   on 2003/06/18  12:11:07
21481         Log: Subject: Encode] 1.96 Released
21482              From: Dan Kogai <dankogai@dan.co.jp>
21483              Date: Wed, 18 Jun 2003 19:09:11 +0900
21484              Message-Id: <E7FFAE2E-A174-11D7-ACE4-000393AE4244@dan.co.jp>
21485      Branch: perl
21486            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
21487            ! ext/Encode/META.yml ext/Encode/Unicode/Unicode.pm
21488            ! ext/Encode/Unicode/Unicode.xs ext/Encode/bin/piconv
21489            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Encoding.pm
21490            ! ext/Encode/lib/Encode/JP/JIS7.pm ext/Encode/t/Unicode.t
21491            ! ext/Encode/t/guess.t
21492 ____________________________________________________________________________
21493 [ 19810] By: jhi                                   on 2003/06/18  09:20:43
21494         Log: Oops in change #19809.
21495      Branch: perl
21496            ! ext/POSIX/POSIX.xs
21497 ____________________________________________________________________________
21498 [ 19809] By: jhi                                   on 2003/06/18  09:08:47
21499         Log: If the first argument of sigaction() was a string, not a number
21500              (or a SIGXXX 'constant') one got first (if using -w) 'Argument "FOO"
21501              isn't numeric in subroutine entry ...' but after that one got
21502              (depending on the OS) either a coredump (because of trying to
21503              assign to *0 in mg_get) or a hang (because of the sigprocmask()
21504              blocking signals inside POSIX::sigaction, a nasty hang since
21505              one obviously cannot interrupt it...only SIGKILL works).
21506              In older Perls (tried with 5.6.1) one got 'No such signal: SIGZERO ...'
21507              because of the string becoming zero due to the XS typemap magic.
21508              Resolved by making the POSIX::sigaction to try harder to figure
21509              out a valid signal number (one still gets the warning, though),
21510              and returning undef if no sense can be made.
21511      Branch: perl
21512            ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs ext/POSIX/t/sigaction.t
21513 ____________________________________________________________________________
21514 [ 19808] By: rgs                                   on 2003/06/17  21:10:06
21515         Log: Some docs for the assertions.
21516      Branch: perl
21517            ! lib/assertions.pm lib/assertions/activate.pm
21518            ! pod/perllexwarn.pod pod/perlrun.pod t/run/switch_A.t
21519 ____________________________________________________________________________
21520 [ 19806] By: jhi                                   on 2003/06/17  18:12:26
21521         Log: io_dir.t tweak from Craig Berry.
21522      Branch: perl
21523            ! ext/IO/lib/IO/t/io_dir.t
21524 ____________________________________________________________________________
21525 [ 19805] By: jhi                                   on 2003/06/17  16:47:06
21526         Log: Subject: /ext/DynaLoader/dl_dyld.xs
21527              From: "Peter O'Gorman" <peter@pogma.com>
21528              Date: Tue, 17 Jun 2003 23:45:47 +0900
21529              Message-Id: <619B6B53-A0D2-11D7-BAF7-003065F6C222@pogma.com>
21530
21531              No need to see dlclose() and dlsym() outside the dl_dyld.xs
21532              (Mac OS X, NeXT), and seeing them is harmful for libdlcompat
21533              of OpenDarwin.
21534      Branch: perl
21535            ! ext/DynaLoader/dl_dyld.xs
21536 ____________________________________________________________________________
21537 [ 19804] By: jhi                                   on 2003/06/17  13:12:21
21538         Log: Subject: DOCPATCH Re: $1 remains uncleared for failed matches
21539              From: david nicol <whatever@davidnicol.com>
21540              Date: 16 Jun 2003 20:35:24 -0500
21541              Message-Id: <1055813724.1580.19.camel@plaza.davidnicol.com>
21542
21543              Subject: Re: DOCPATCH Re: $1 remains uncleared for failed matches
21544              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
21545              Date: Tue, 17 Jun 2003 00:12:04 -0400
21546              Message-ID: <20030617041204.GA34960@linguist.thayer.dartmouth.edu>
21547      Branch: perl
21548            ! pod/perlre.pod pod/perltrap.pod
21549 ____________________________________________________________________________
21550 [ 19802] By: jhi                                   on 2003/06/17  04:51:33
21551         Log: UNICOS: try papering over the Configure symbol scan problems
21552              by disavowing any knowledge of dynaloading.
21553      Branch: perl
21554            ! hints/unicos.sh
21555 ____________________________________________________________________________
21556 [ 19801] By: rgs                                   on 2003/06/16  22:47:28
21557         Log: Revert change #19126, a poor attempt at fixing bug #21742.
21558              The test for #21742 is marked as TODO.
21559              Plus new regression tests from :
21560
21561              Subject: [perl #22708] void context in string eval is broken
21562              From: "Marcus Holland-Moritz" (via RT) <perlbug-followup@perl.org>
21563              Date: 15 Jun 2003 23:09:03 -0000
21564              Message-ID: <rt-22708-59432.14.6755501393177@rt.perl.org>
21565      Branch: perl
21566            ! pp_ctl.c t/comp/require.t t/op/eval.t
21567 ____________________________________________________________________________
21568 [ 19800] By: rgs                                   on 2003/06/16  21:14:26
21569         Log: Subject: [PATCH] unnecessary stringification in eval/die
21570              From: Steve Grazzini <grazz@pobox.com>
21571              Date: 15 Jun 2003 21:02:26 -0000
21572              Message-ID: <20030615210226.56430.qmail@onion.perl.org>
21573              (See also <slrnbek5u6.cfi.joey@dragon.kitenet.net>
21574              in c.l.p.misc and bug #17763)
21575      Branch: perl
21576            ! pod/perlfunc.pod pp_ctl.c
21577 ____________________________________________________________________________
21578 [ 19799] By: rgs                                   on 2003/06/16  20:15:28
21579         Log: Subject: [perl #22622] Bogus error codes from File::Copy::move
21580              From: "Amick, Eric" (via RT) <perlbug-followup@perl.org>
21581              Date: 9 Jun 2003 15:48:09 -0000
21582              Message-ID: <rt-22622-59134.12.3966151660257@rt.perl.org>
21583      Branch: perl
21584            ! lib/File/Copy.pm
21585 ____________________________________________________________________________
21586 [ 19798] By: jhi                                   on 2003/06/16  12:26:29
21587         Log: And even more glibc fcntl constants, this time mostly F_XXX.
21588              Be more conservative and use @EXPORT_OK instead of @EXPORT.
21589      Branch: perl
21590            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Makefile.PL
21591 ____________________________________________________________________________
21592 [ 19797] By: jhi                                   on 2003/06/16  08:05:11
21593         Log: Even more glibc O_ modes.
21594      Branch: perl
21595            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Makefile.PL
21596 ____________________________________________________________________________
21597 [ 19796] By: jhi                                   on 2003/06/16  07:59:26
21598         Log: Add O_NOATIME.
21599      Branch: perl
21600            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Makefile.PL
21601 ____________________________________________________________________________
21602 [ 19795] By: jhi                                   on 2003/06/16  06:51:19
21603         Log: Instead of fancy condvar footwork do a simple join,
21604              as suggested by Arthur.
21605      Branch: perl
21606            ! ext/threads/shared/t/hv_refs.t
21607 ____________________________________________________________________________
21608 [ 19794] By: rgs                                   on 2003/06/15  21:01:18
21609         Log: Rename again the warning about $* being no longer supported
21610              (and update perldiag this time!)
21611      Branch: perl
21612            ! gv.c pod/perldiag.pod t/lib/warnings/gv
21613 ____________________________________________________________________________
21614 [ 19793] By: rgs                                   on 2003/06/15  19:47:21
21615         Log: Remove all magic in untie()
21616
21617              Subject: Re: untie from within FETCH/STORE not working under 5.8.0 (fwd)
21618              From: Aaron J Mackey <ajm6q@virginia.edu>
21619              Date: Fri, 13 Jun 2003 08:22:05 -0400 (EDT)
21620              Message-ID: <Pine.OSF.4.33.0306130820570.29017-100000@alpha10.bioch.virginia.edu>
21621              (plus a test case)
21622      Branch: perl
21623            ! pp_sys.c t/op/tie.t
21624 ____________________________________________________________________________
21625 [ 19790] By: jhi                                   on 2003/06/15  17:22:08
21626         Log: Start using Perl malloc in FreeBSD since the system malloc
21627              is reaaally slooow for Perl.
21628
21629              Subject: FreeBSD 5.1 vs. -Uusemymalloc
21630              From: Dan Kogai <dankogai@dan.co.jp>
21631              Date: Mon, 16 Jun 2003 01:48:49 +0900
21632              Message-Id: <3CE9B94D-9F51-11D7-AF50-000393AE4244@dan.co.jp>
21633      Branch: perl
21634            ! hints/freebsd.sh
21635 ____________________________________________________________________________
21636 [ 19789] By: jhi                                   on 2003/06/15  17:08:02
21637         Log: Subject: [PATCH 5.8.1 @19774] OS2 patches
21638              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
21639              Date: Sat, 14 Jun 2003 17:49:57 -0700
21640              Message-ID: <20030615004956.GA28272@math.berkeley.edu>
21641      Branch: perl
21642            + os2/OS2/typemap os2/perlrexx.cmd
21643            - os2/OS2/PrfDB/typemap
21644            ! MANIFEST doio.c emacs/ptags ext/Time/HiRes/Makefile.PL handy.h
21645            ! hints/os2.sh lib/ExtUtils/t/MM_OS2.t makedef.pl
21646            ! os2/OS2/Process/Makefile.PL os2/OS2/Process/Process.pm
21647            ! os2/OS2/Process/Process.xs os2/OS2/REXX/DLL/DLL.pm
21648            ! os2/OS2/REXX/DLL/DLL.xs os2/OS2/REXX/t/rx_emxrv.t
21649            ! os2/OS2/REXX/t/rx_objcall.t os2/dl_os2.c os2/os2.c
21650            ! os2/os2ish.h pp_sys.c utils/h2xs.PL
21651 ____________________________________________________________________________
21652 [ 19788] By: jhi                                   on 2003/06/15  15:05:40
21653         Log: Reindent a section of the file.
21654      Branch: perl
21655            ! universal.c
21656 ____________________________________________________________________________
21657 [ 19787] By: jhi                                   on 2003/06/15  15:01:26
21658         Log: Unused variable.
21659      Branch: perl
21660            ! universal.c
21661 ____________________________________________________________________________
21662 [ 19786] By: jhi                                   on 2003/06/15  07:41:23
21663         Log: Subject: Re: [PATCH: sv.c] strchr() running amok in sv_vcatpvfn()
21664              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
21665              Date: Sun, 15 Jun 2003 10:48:40 +0200
21666              Message-ID: <004a01c3331a$ec001320$3445eed9@R2D2>
21667      Branch: perl
21668            ! embed.fnc embed.h proto.h sv.c
21669 ____________________________________________________________________________
21670 [ 19785] By: jhi                                   on 2003/06/15  07:37:02
21671         Log: Most often unused variables.
21672      Branch: perl
21673            ! perl.c
21674 ____________________________________________________________________________
21675 [ 19784] By: rgs                                   on 2003/06/14  20:08:52
21676         Log: Rename the warning about $* being removed,
21677              as suggested by Dave Mitchell
21678      Branch: perl
21679            ! gv.c t/lib/warnings/gv
21680 ____________________________________________________________________________
21681 [ 19783] By: jhi                                   on 2003/06/14  16:30:23
21682         Log: The FileCache 1.03 tests from belg4mit.
21683      Branch: perl
21684            + lib/FileCache/t/01open.t lib/FileCache/t/02maxopen.t
21685            + lib/FileCache/t/03append.t lib/FileCache/t/04twoarg.t
21686            + lib/FileCache/t/05override.t
21687            - lib/FileCache.t
21688            ! MANIFEST
21689 ____________________________________________________________________________
21690 [ 19782] By: jhi                                   on 2003/06/14  13:45:01
21691         Log: Mention the Unicode::Regex::Set module.
21692      Branch: perl
21693            ! pod/perlunicode.pod
21694 ____________________________________________________________________________
21695 [ 19781] By: jhi                                   on 2003/06/14  13:39:45
21696         Log: Followup on #19779: make the helper function static,
21697              and rename it for paranoia reasons.
21698      Branch: perl
21699            ! embed.fnc embed.h proto.h sv.c
21700 ____________________________________________________________________________
21701 [ 19779] By: jhi                                   on 2003/06/14  13:13:34
21702         Log: Subject: [PATCH: sv.c] strchr() running amok in sv_vcatpvfn()
21703              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
21704              Date: Sat, 14 Jun 2003 12:51:31 +0200
21705              Message-ID: <041901c33262$eac8ae30$f248eed9@R2D2>
21706
21707              (choosing the safe alternative)
21708      Branch: perl
21709            ! sv.c
21710 ____________________________________________________________________________
21711 [ 19778] By: jhi                                   on 2003/06/14  09:28:01
21712         Log: Exercise the utf8:: "internal" functions.
21713      Branch: perl
21714            ! lib/utf8.pm lib/utf8.t
21715 ____________________________________________________________________________
21716 [ 19777] By: jhi                                   on 2003/06/14  09:05:07
21717         Log: Having to pull in the whole Encode just to get SvUTF8()
21718              is a bit too much: introduce utf8::is_utf8().
21719      Branch: perl
21720            ! lib/utf8.pm pod/perluniintro.pod universal.c
21721 ____________________________________________________________________________
21722 [ 19776] By: jhi                                   on 2003/06/14  08:56:11
21723         Log: Slight tweaks on the length() and chr() entries,
21724              passing-by rewrapping on the rmdir entry.
21725      Branch: perl
21726            ! pod/perlfunc.pod
21727 ____________________________________________________________________________
21728 [ 19775] By: jhi                                   on 2003/06/14  08:50:16
21729         Log: test.pl-ify and add a couple of tests.
21730      Branch: perl
21731            ! lib/bytes.t
21732 ____________________________________________________________________________
21733 [ 19773] By: jhi                                   on 2003/06/14  08:05:01
21734         Log: Slight reorg of the binmode() entry.
21735      Branch: perl
21736            ! pod/perlfunc.pod
21737 ____________________________________________________________________________
21738 [ 19772] By: jhi                                   on 2003/06/14  07:07:38
21739         Log: Illegal cpp.
21740      Branch: perl
21741            ! util.c
21742 ____________________________________________________________________________
21743 [ 19770] By: jhi                                   on 2003/06/14  04:36:18
21744         Log: Subject: Re: FileCache
21745              From: belg4mit <belg4mit@MIT.EDU>
21746              Date: Sat, 14 Jun 2003 01:35:05 -0400
21747              Message-ID: <3EEAB409.7B4C21EA@mit.edu>
21748
21749              FileCache 1.03.
21750      Branch: perl
21751            ! lib/FileCache.pm
21752 ____________________________________________________________________________
21753 [ 19769] By: rgs                                   on 2003/06/13  19:17:50
21754         Log: Remove the deprecated $* variable.
21755              Incidentally, this fixes bug #22354, about unwanted
21756              action-at-distance of the /m regexp modifier.
21757              Add a new warning to advertise this fact.
21758      Branch: perl
21759            ! gv.c lib/English.pm mg.c pod/perldelta.pod pod/perldiag.pod
21760            ! pod/perlre.pod pod/perlvar.pod pp.c pp_hot.c t/lib/warnings/gv
21761            ! t/op/pat.t t/op/study.t
21762 ____________________________________________________________________________
21763 [ 19768] By: jhi                                   on 2003/06/13  17:08:45
21764         Log: Encode simply needs more work on EBCDIC.
21765      Branch: perl
21766            ! ext/Encode/t/Unicode.t
21767 ____________________________________________________________________________
21768 [ 19767] By: jhi                                   on 2003/06/13  17:05:01
21769         Log: Redundancy removal from Brian De Pradine;
21770              both the forms, pthread_mutexattr_settype() and
21771              pthread_mutexattr_setkind_np(), exist on z/OS.
21772      Branch: perl
21773            ! thread.h
21774 ____________________________________________________________________________
21775 [ 19766] By: jhi                                   on 2003/06/13  17:02:57
21776         Log: Somehow MPE/iX managed to get
21777              "18/0Illegal division by zero at ../lib/Test/Harness.pm line 921."
21778      Branch: perl
21779            ! lib/Test/Harness.pm
21780 ____________________________________________________________________________
21781 [ 19765] By: jhi                                   on 2003/06/13  14:36:18
21782         Log: Subject: [PATCH] Re: [perl #18849] fork/system bug on FreeBSD
21783              From: alan <alan@pair.com>
21784              Date: Wed, 11 Jun 2003 14:07:00 -0400 (EDT)
21785              Message-ID: <Pine.BSF.4.30.0306111348450.32145-100000@smx.pair.com>
21786
21787              (the first alternative)
21788      Branch: perl
21789            ! util.c
21790 ____________________________________________________________________________
21791 [ 19764] By: jhi                                   on 2003/06/13  14:33:51
21792         Log: Apparently the __APPLE__ cpp symbol is not Officially Sanctioned
21793              way of detecting Darwin/Mac OS X; instead it is recommended to
21794              detect the OS at a higher level and pass the information manually
21795              down to the application, using e.g. a -Ddefinition.
21796      Branch: perl
21797            ! hints/darwin.sh perl.h x2p/util.c
21798 ____________________________________________________________________________
21799 [ 19763] By: jhi                                   on 2003/06/13  14:12:13
21800         Log: Define a cpp symbol, BSDish, if that looks appropriate.
21801      Branch: perl
21802            ! perl.h
21803 ____________________________________________________________________________
21804 [ 19760] By: jhi                                   on 2003/06/13  12:00:06
21805         Log: Even more tweakage on symbol scanning from Alan Burlison.
21806      Branch: perl
21807            ! Configure
21808 ____________________________________________________________________________
21809 [ 19758] By: gbarr                                 on 2003/06/13  07:01:11
21810         Log: Sync with libnet 1.15
21811      Branch: perl
21812            ! lib/Net/ChangeLog.libnet lib/Net/FTP.pm
21813 ____________________________________________________________________________
21814 [ 19756] By: jhi                                   on 2003/06/13  05:09:17
21815         Log: The changes #8803 and #8896 that fixed JPL for use with
21816              JDK 1.2/1.3 had somehow disappeared.
21817      Branch: perl
21818            ! perl.c perl.h
21819 ____________________________________________________________________________
21820 [ 19752] By: rgs                                   on 2003/06/12  20:49:25
21821         Log: Add a new warning, "Newline in left-justified string for printf/sprintf"
21822              to be issued if the string to be left-justified by s?printf contains
21823              a newline.
21824
21825              Subject: [PATCH] RE: [perl #22599] Strange behaviour when combining foreac h and printf
21826              From: Robin Barker <Robin.Barker@npl.co.uk>
21827              Date: Wed, 11 Jun 2003 18:10:14 +0100
21828              Message-ID: <533D273D4014D411AB1D00062938C4D904046571@hotel.npl.co.uk>
21829      Branch: perl
21830            ! pod/perldiag.pod sv.c t/lib/warnings/sv
21831 ____________________________________________________________________________
21832 [ 19751] By: rgs                                   on 2003/06/12  20:25:41
21833         Log: Patch for a warning emitted twice, from :
21834              Subject: [PATCH: perl@19733] "perldoc -f -X" + "extra warning from -T"
21835              From: Steve Grazzini <grazz@pobox.com>
21836              Date: Wed, 11 Jun 2003 00:46:47 -0400
21837              Message-ID: <20030611044647.GA16696@grazzini.net>
21838      Branch: perl
21839            ! pp_sys.c
21840 ____________________________________________________________________________
21841 [ 19750] By: sky                                   on 2003/06/12  15:03:55
21842         Log: In free we want to destroy, not init, thanks to Tim Bunce for
21843              detecting this. Should hopefully fix memory leak on Tru64
21844      Branch: perl
21845            ! ext/threads/shared/shared.xs
21846 ____________________________________________________________________________
21847 [ 19749] By: jhi                                   on 2003/06/12  13:27:44
21848         Log: More perlio ->Open paranoia.  Set errno to EINVAL if there's
21849              no ->Open, not if ->Open returns NULL.
21850      Branch: perl
21851            ! perlio.c
21852 ____________________________________________________________________________
21853 [ 19748] By: jhi                                   on 2003/06/12  11:32:44
21854         Log: Further perlio doc tweaks.
21855      Branch: perl
21856            ! lib/PerlIO.pm pod/perlrun.pod
21857 ____________________________________________________________________________
21858 [ 19747] By: jhi                                   on 2003/06/12  11:25:19
21859         Log: Slightly amended version of the proposed patch for
21860              "[perl #22390] export PERLIO=bytes segfaults";
21861              the amendment is to set errno.
21862              TODO: we really should not get here if the layer
21863              stack is corrupt or non-sensical (like "bytes").
21864      Branch: perl
21865            ! perlio.c
21866 ____________________________________________________________________________
21867 [ 19746] By: sky                                   on 2003/06/12  08:37:39
21868         Log: Be polite and destroy the mutexes and conditions we use!
21869      Branch: perl
21870            ! ext/threads/shared/shared.xs
21871 ____________________________________________________________________________
21872 [ 19744] By: rgs                                   on 2003/06/11  20:49:04
21873         Log: Subject: Re: [PATCH] Annoyingly unhelpful messages from lib/File/Temp/t/security.t
21874              From: Andy Dougherty <doughera@lafayette.edu>
21875              Date: Wed, 11 Jun 2003 12:57:58 -0400 (EDT)
21876              Message-ID: <Pine.SOL.4.53.0306111252540.19074@maxwell.phys.lafayette.edu>
21877      Branch: perl
21878            ! lib/File/Temp/t/security.t
21879 ____________________________________________________________________________
21880 [ 19742] By: jhi                                   on 2003/06/11  18:28:12
21881         Log: Subject: [PATCH] Configure -Dnoextensions would not accept a list
21882              From: Andy Dougherty <doughera@lafayette.edu>
21883              Date: Wed, 11 Jun 2003 13:35:26 -0400 (EDT)
21884              Message-ID: <Pine.SOL.4.53.0306111331550.2477@maxwell.phys.lafayette.edu>
21885      Branch: perl
21886            ! Configure
21887 ____________________________________________________________________________
21888 [ 19741] By: merijn                                on 2003/06/11  14:06:49
21889         Log: Subject: [PATCH: perl@19733] fix vmsish.t #25 by letting $0 find itself in the face of chdir() calls
21890              From: PPrymmer@factset.com
21891              Date: Wed, 11 Jun 2003 09:00:34 -0400
21892              Message-ID: <OF2535E971.A30D9C74-ON85256D42.00461FF9-85256D42.004776C4@factset.com>
21893      Branch: perl
21894            ! lib/vmsish.t
21895 ____________________________________________________________________________
21896 [ 19740] By: jhi                                   on 2003/06/11  13:29:59
21897         Log: Doc nit.
21898      Branch: perl
21899            ! INSTALL
21900 ____________________________________________________________________________
21901 [ 19739] By: jhi                                   on 2003/06/11  05:30:53
21902         Log: Integrate from maint:
21903              [ 19738]
21904              Subject: Re: [PATCH: maint @ 19733] CL compiler warnings on MSWin32
21905              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
21906              Date: Tue, 10 Jun 2003 22:10:47 +0200
21907              Message-ID: <011701c32f8c$62d85ee0$0c2f1fac@R2D2>
21908      Branch: perl
21909           !> ext/Encode/encengine.c ext/List/Util/Util.xs
21910           !> ext/POSIX/POSIX.xs ext/Storable/Storable.xs
21911           !> ext/Thread/Thread.xs ext/threads/threads.xs op.c perl.c pp.h
21912           !> sv.c
21913 ____________________________________________________________________________
21914 [ 19735] By: jhi                                   on 2003/06/10  05:27:33
21915         Log: Upgrade to Unicode::Normalize 0.22.
21916      Branch: perl
21917            ! ext/Unicode/Normalize/Changes
21918            ! ext/Unicode/Normalize/Makefile.PL
21919            ! ext/Unicode/Normalize/Normalize.pm
21920            ! ext/Unicode/Normalize/Normalize.xs
21921            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
21922            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
21923            ! ext/Unicode/Normalize/t/test.t
21924 ____________________________________________________________________________
21925 [ 19734] By: jhi                                   on 2003/06/10  05:14:18
21926         Log: Upgrade to Unicode::Collate 0.25.
21927      Branch: perl
21928            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
21929            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/index.t
21930            ! lib/Unicode/Collate/t/test.t
21931 ____________________________________________________________________________
21932 [ 19731] By: jhi                                   on 2003/06/09  20:48:14
21933         Log: On a real multicpu box the child thread could still be running
21934              when the parent thread was already testing.
21935      Branch: perl
21936            ! ext/threads/shared/t/hv_refs.t
21937 ____________________________________________________________________________
21938 [ 19730] By: rgs                                   on 2003/06/09  19:56:29
21939         Log: Subject: [PATCH] Annoyingly unhelpful messages from lib/File/Temp/t/security.t
21940              From: Andy Dougherty <doughera@lafayette.edu>
21941              Date: Mon, 9 Jun 2003 14:45:38 -0400 (EDT)
21942              Message-ID: <Pine.SOL.4.53.0306091323300.4467@maxwell.phys.lafayette.edu>
21943      Branch: perl
21944            ! INSTALL
21945 ____________________________________________________________________________
21946 [ 19729] By: rgs                                   on 2003/06/09  19:13:16
21947         Log: Subject: [PATCH] Re: nitpick with \(0..2)
21948              From: Steve Grazzini <grazz@pobox.com>
21949              Date: Fri, 6 Jun 2003 01:42:59 -0400
21950              Message-ID: <20030606054259.GA30249@grazzini.net>
21951      Branch: perl
21952            ! op.c pod/perlop.pod t/op/ref.t
21953 ____________________________________________________________________________
21954 [ 19726] By: jhi                                   on 2003/06/09  18:45:00
21955         Log: Possible fix for the problems in EBCDIC from Sadahiro Tomoyuki.
21956      Branch: perl
21957            ! ext/Unicode/Normalize/Normalize.pm
21958 ____________________________________________________________________________
21959 [ 19725] By: rgs                                   on 2003/06/09  18:33:50
21960         Log: In the debugger, flush stdout/stderr before the prompt is printed
21961              Subject: Re: [PATCH] Perlbug #15228
21962              From: Alex Vandiver <alexmv@MIT.EDU>
21963              Date: 04 Jun 2003 04:50:10 -0400
21964              Message-Id: <1054716610.21402.45.camel@supox>
21965      Branch: perl
21966            ! lib/perl5db.pl
21967 ____________________________________________________________________________
21968 [ 19724] By: gsar                                  on 2003/06/09  18:17:42
21969         Log: mark 450_service.t#18 as a todo test on windows
21970      Branch: perl
21971            ! lib/Net/Ping/t/450_service.t
21972 ____________________________________________________________________________
21973 [ 19723] By: gsar                                  on 2003/06/09  18:00:57
21974         Log: one of the Net::Ping time-dependent tests fails sporadically
21975              when the response from localhost is "too quick"
21976      Branch: perl
21977            ! lib/Net/Ping/t/250_ping_hires.t
21978 ____________________________________________________________________________
21979 [ 19721] By: jhi                                   on 2003/06/09  17:04:50
21980         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.10_06 (plus FAQ update)
21981              From: Michael G Schwern <schwern@pobox.com>
21982              Date: Sat, 7 Jun 2003 01:16:32 -0700
21983              Message-ID: <20030607081632.GA16228@windhund.schwern.org>
21984      Branch: perl
21985            ! lib/ExtUtils/Changes lib/ExtUtils/META.yml
21986            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MakeMaker/FAQ.pod
21987            ! lib/ExtUtils/t/Liblist.t
21988 ____________________________________________________________________________
21989 [ 19720] By: gsar                                  on 2003/06/09  15:59:52
21990         Log: fix for perlio.t failures on windows (from Dan Kogai)
21991      Branch: perl
21992            ! ext/Encode/t/perlio.t
21993 ____________________________________________________________________________
21994 [ 19719] By: jhi                                   on 2003/06/09  15:28:18
21995         Log: Subject: [PATCH: perl@19683] fix ups for perlivp on VMS plus more symbols for utils
21996              From: PPrymmer@factset.com
21997              Date: Mon, 9 Jun 2003 09:57:43 -0400
21998              Message-ID: <OFBA811434.A612F1C0-ON85256D40.004B5ECC-85256D40.004CB24D@factset.com>
21999      Branch: perl
22000            ! configure.com utils/perlivp.PL
22001 ____________________________________________________________________________
22002 [ 19717] By: gsar                                  on 2003/06/09  14:09:55
22003         Log: windows: fix memory leak in %ENV handling (shows up as a
22004              leak even in the simplest fork() loop, because perl_construct()
22005              now does the equivalent of %ENV assignments using mg_set())
22006      Branch: perl
22007            ! win32/perlhost.h
22008 ____________________________________________________________________________
22009 [ 19715] By: sky                                   on 2003/06/09  09:35:47
22010         Log: Support blessed shared references.
22011      Branch: perl
22012            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
22013            ! ext/threads/shared/t/hv_refs.t
22014 ____________________________________________________________________________
22015 [ 19714] By: jhi                                   on 2003/06/09  04:29:04
22016         Log: Subject: [PATCH] pack.t tweak for non-IEEE VMS systems
22017              From: "Craig A. Berry" <craigberry@mac.com>
22018              Date: Sun, 08 Jun 2003 16:49:43 -0500
22019              Message-ID: <3EE3AF77.7060302@mac.com>
22020      Branch: perl
22021            ! t/op/pack.t
22022 ____________________________________________________________________________
22023 [ 19712] By: jhi                                   on 2003/06/08  17:05:59
22024         Log: Subject: Re: forwarded you a test result
22025              From: Dan Kogai <dankogai@dan.co.jp>
22026              Date: Sun, 8 Jun 2003 11:04:43 +0900
22027              Message-Id: <92344ED4-9955-11D7-8DFA-000393AE4244@dan.co.jp>
22028      Branch: perl
22029            ! ext/Encode/t/Encode.t
22030 ____________________________________________________________________________
22031 [ 19710] By: jhi                                   on 2003/06/08  17:03:07
22032         Log: Regen Configure et al.
22033      Branch: perl
22034            ! Configure Porting/config.sh Porting/config_H
22035 ____________________________________________________________________________
22036 [ 19709] By: jhi                                   on 2003/06/08  16:45:50
22037         Log: More symbol scan logic from Alan Burlison.
22038      Branch: perl
22039            ! Configure Porting/Glossary hints/solaris_2.sh
22040 ____________________________________________________________________________
22041 [ 19708] By: sky                                   on 2003/06/07  13:28:50
22042         Log: Major (internal) change to make it much more easy to embed
22043              threaded perl because we don't use our own TLS for the current
22044              thread info, but instead use PL_modglobal. Should make the
22045              mod_perl2 team (Hi Stas!) happy. Should also be more robust.
22046      Branch: perl
22047            ! ext/threads/threads.xs
22048 ____________________________________________________________________________
22049 [ 19707] By: sky                                   on 2003/06/07  13:27:01
22050         Log: Last patch broke this slightly because INC was wrong.
22051      Branch: perl
22052            ! ext/threads/t/thread.t
22053 ____________________________________________________________________________
22054 [ 19706] By: sky                                   on 2003/06/07  13:07:53
22055         Log: Remove warnings from tests.
22056      Branch: perl
22057            ! ext/threads/t/basic.t ext/threads/t/end.t ext/threads/t/join.t
22058            ! ext/threads/t/list.t
22059 ____________________________________________________________________________
22060 [ 19705] By: sky                                   on 2003/06/07  12:42:28
22061         Log: Work in non core env.
22062      Branch: perl
22063            ! ext/threads/t/basic.t ext/threads/t/end.t ext/threads/t/join.t
22064            ! ext/threads/t/libc.t ext/threads/t/list.t
22065            ! ext/threads/t/problems.t ext/threads/t/stress_cv.t
22066            ! ext/threads/t/stress_re.t ext/threads/t/stress_string.t
22067            ! ext/threads/t/thread.t
22068 ____________________________________________________________________________
22069 [ 19703] By: jhi                                   on 2003/06/07  05:11:50
22070         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.10_04 -> 6.10_05
22071              From: Michael G Schwern <schwern@pobox.com>
22072              Date: Fri, 6 Jun 2003 18:41:45 -0700
22073              Message-ID: <20030607014145.GB12031@windhund.schwern.org>
22074      Branch: perl
22075            ! lib/ExtUtils/Changes lib/ExtUtils/Install.pm
22076            ! lib/ExtUtils/Liblist/Kid.pm lib/ExtUtils/META.yml
22077            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
22078            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
22079            ! lib/ExtUtils/TODO lib/ExtUtils/t/00compile.t
22080            ! lib/ExtUtils/t/Install.t lib/ExtUtils/t/basic.t
22081            ! lib/ExtUtils/t/zz_cleanup_dummy.t
22082 ____________________________________________________________________________
22083 [ 19702] By: rgs                                   on 2003/06/06  23:00:00
22084         Log: Upgrade to Time::Local 1.06, by Dave Rolsky
22085      Branch: perl
22086            ! lib/Time/Local.pm lib/Time/Local.t
22087 ____________________________________________________________________________
22088 [ 19701] By: rgs                                   on 2003/06/06  22:50:37
22089         Log: Complement to change #19698 :
22090              add also this information (=> and curly braces doesn't
22091              quote compound identifiers) to the strict manpage.
22092              As an experiment in documentation, add a "HISTORY" section
22093              to the strict manpage.
22094      Branch: perl
22095            ! lib/strict.pm
22096 ____________________________________________________________________________
22097 [ 19700] By: rgs                                   on 2003/06/06  22:31:50
22098         Log: Minor grammatical nit.
22099      Branch: perl
22100            ! README.hpux
22101 ____________________________________________________________________________
22102 [ 19699] By: rgs                                   on 2003/06/06  22:29:38
22103         Log: Subject: [patch] L<perlguts/"API LISTING"> is now L<perlapi>
22104              From: Stas Bekman <stas@stason.org>
22105              Date: Thu, 05 Jun 2003 10:10:36 +1000
22106              Message-ID: <3EDE8A7C.2080302@stason.org>
22107
22108              Subject: [patch] perlguts authors dup
22109              From: Stas Bekman <stas@stason.org>
22110              Date: Thu, 05 Jun 2003 10:14:12 +1000
22111              Message-ID: <3EDE8B54.6090808@stason.org>
22112      Branch: perl
22113            ! pod/perl5005delta.pod pod/perlguts.pod pod/perlxs.pod
22114 ____________________________________________________________________________
22115 [ 19698] By: rgs                                   on 2003/06/06  22:23:56
22116         Log: Clarify that => doesn't quote compound identifiers.
22117      Branch: perl
22118            ! pod/perldata.pod
22119 ____________________________________________________________________________
22120 [ 19696] By: merijn                                on 2003/06/06  12:21:43
22121         Log: Perl *is* 100% 64bit compliant on HP-UX 11.00 and up (as long
22122              as the compiler supports it)
22123      Branch: perl
22124            ! README.hpux
22125 ____________________________________________________________________________
22126 [ 19695] By: jhi                                   on 2003/06/05  18:50:51
22127         Log: Subject: [PATCH] Re: SPUG:-s option doesn't always work!
22128              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
22129              Date: Wed, 04 Jun 2003 00:08:32 -0700
22130              Message-ID: <wrZ3+gzkg2iX092yn@efn.org>
22131      Branch: perl
22132            ! t/run/switches.t toke.c
22133 ____________________________________________________________________________
22134 [ 19694] By: jhi                                   on 2003/06/05  18:37:02
22135         Log: Subject: [PATCH] RE: maint @ 19683
22136              From: Robin Barker <Robin.Barker@npl.co.uk>
22137              Date: Thu, 5 Jun 2003 17:16:58 +0100
22138              Message-ID: <533D273D4014D411AB1D00062938C4D904046564@hotel.npl.co.uk>
22139
22140              (skipped the MIME::Base64 part, leaving that to Gisle)
22141      Branch: perl
22142            ! ext/POSIX/POSIX.xs gv.c op.c perl.c perl.h
22143 ____________________________________________________________________________
22144 [ 19693] By: jhi                                   on 2003/06/05  17:26:04
22145         Log: SKIP label was missing.
22146      Branch: perl
22147            ! t/io/utf8.t
22148 ____________________________________________________________________________
22149 [ 19692] By: jhi                                   on 2003/06/05  16:58:23
22150         Log: z/OS makedepend fix from Peter Prymmer;
22151              still needed as reported by Brian De Pradine.
22152      Branch: perl
22153            ! makedepend.SH
22154 ____________________________________________________________________________
22155 [ 19691] By: jhi                                   on 2003/06/05  16:56:01
22156         Log: Even more getspecific patches from Brian De Pradine;
22157              macrofy the construct.
22158      Branch: perl
22159            ! ext/threads/threads.xs
22160 ____________________________________________________________________________
22161 [ 19690] By: jhi                                   on 2003/06/05  16:19:40
22162         Log: z/OS threads tweak from Brian De Pradine.
22163      Branch: perl
22164            ! ext/threads/threads.xs
22165 ____________________________________________________________________________
22166 [ 19689] By: jhi                                   on 2003/06/05  05:43:31
22167         Log: Upgrade to Time::HiRes 1.48.
22168      Branch: perl
22169            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
22170 ____________________________________________________________________________
22171 [ 19688] By: rgs                                   on 2003/06/04  18:53:48
22172         Log: Prevent a potential null pointer dereference.
22173              Noticed by Ryan Koga <rkoga@caida.org> in
22174              Message-ID: <Pine.BSF.4.44.0306031659090.1489-100000@login.caida.org>
22175      Branch: perl
22176            ! perlio.c
22177 ____________________________________________________________________________
22178 [ 19687] By: jhi                                   on 2003/06/04  18:26:08
22179         Log: Subject: Re: [MacOS X] consider useshrplib='false' by default
22180              From: Andy Dougherty <doughera@lafayette.edu>
22181              Date: Wed, 4 Jun 2003 11:33:29 -0400 (EDT)
22182              Message-ID: <Pine.SOL.4.53.0306041128350.15343@maxwell.phys.lafayette.edu>
22183      Branch: perl
22184            ! hints/darwin.sh
22185 ____________________________________________________________________________
22186 [ 19686] By: jhi                                   on 2003/06/04  11:02:54
22187         Log: On closer reading the proposed UTS#18 update required
22188              even more changes.
22189      Branch: perl
22190            ! lib/unicore/lib/Blank.pl lib/unicore/lib/Graph.pl
22191            ! lib/unicore/lib/Print.pl lib/unicore/lib/Space.pl
22192            ! lib/unicore/lib/SpacePer.pl lib/unicore/lib/Word.pl
22193            ! lib/unicore/mktables
22194 ____________________________________________________________________________
22195 [ 19685] By: jhi                                   on 2003/06/04  10:14:09
22196         Log: Align the 'graph' property definition with the proposed
22197              Unicode UTS #18 update (v7).
22198      Branch: perl
22199            ! lib/unicore/lib/Graph.pl lib/unicore/mktables
22200 ____________________________________________________________________________
22201 [ 19681] By: jhi                                   on 2003/06/04  05:16:38
22202         Log: Subject: [MacOS X] consider useshrplib='false' by default
22203              From: Dan Kogai <dankogai@dan.co.jp>
22204              Date: Wed, 4 Jun 2003 01:29:42 +0900
22205              Message-Id: <94213618-95E0-11D7-8A27-000393AE4244@dan.co.jp>
22206      Branch: perl
22207            ! hints/darwin.sh
22208 ____________________________________________________________________________
22209 [ 19679] By: jhi                                   on 2003/06/03  15:51:36
22210         Log: Urk.  Joe's patches were for the maint branch,
22211              not for the blead (which has assertions and stuff).
22212              Retract #19677, #19676, #19674.
22213      Branch: perl
22214            ! lib/perl5db.pl
22215 ____________________________________________________________________________
22216 [ 19678] By: jhi                                   on 2003/06/03  15:05:19
22217         Log: According to Arthur this should help
22218              #22060 Perl 5.8.0 on FreeBSD 5.0 threads (threads->list) possible bug
22219      Branch: perl
22220            ! ext/threads/threads.xs
22221 ____________________________________________________________________________
22222 [ 19677] By: jhi                                   on 2003/06/03  14:07:06
22223         Log: Tiny tweaks from Joe McMahon.
22224      Branch: perl
22225            ! lib/perl5db.pl
22226 ____________________________________________________________________________
22227 [ 19676] By: jhi                                   on 2003/06/03  12:38:46
22228         Log: Tiny pod and speling tweaks.
22229      Branch: perl
22230            ! lib/perl5db.pl
22231 ____________________________________________________________________________
22232 [ 19674] By: jhi                                   on 2003/06/03  12:20:59
22233         Log: Subject: Extensive documentation patch redux
22234              From: Joe McMahon <mcmahon@ibiblio.org>
22235              Date: Mon, 2 Jun 2003 09:53:40 -0400
22236              Message-Id: <9DB6529E-9501-11D7-9377-000393BCA0FC@ibiblio.org>
22237
22238              Subject: RE: [PATCH] RE: Extensive documentation patch redux
22239              From: Robin Barker <Robin.Barker@npl.co.uk>
22240              Date: Tue, 3 Jun 2003 10:00:22 +0100
22241              Message-ID: <533D273D4014D411AB1D00062938C4D904046555@hotel.npl.co.uk>
22242      Branch: perl
22243            ! lib/perl5db.pl
22244 ____________________________________________________________________________
22245 [ 19673] By: jhi                                   on 2003/06/03  09:51:59
22246         Log: Salvage parts of #19667.
22247      Branch: perl
22248            ! perlio.c win32/win32.c win32/win32iop.h
22249 ____________________________________________________________________________
22250 [ 19672] By: jhi                                   on 2003/06/03  09:26:45
22251         Log: Salvage parts of #19418 (the ext/PerlIO/t/open.t
22252              still is there).
22253      Branch: perl
22254            ! MANIFEST pod/perlfunc.pod
22255 ____________________________________________________________________________
22256 [ 19671] By: merijn                                on 2003/06/03  08:27:07
22257         Log: Subject: Re: [PATCH] perl.h, README.cygwin: Cygwin O_TEXT <> O_BINARY issue
22258              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
22259              Date: Tue, 03 Jun 2003 01:55:06 -0700
22260              Message-ID: <qJG3+gzkgajL092yn@efn.org>
22261      Branch: perl
22262            ! README.cygwin
22263 ____________________________________________________________________________
22264 [ 19670] By: jhi                                   on 2003/06/03  08:04:39
22265         Log: Retract #19667, #19660, #19659, #19658, #19657, #19656,
22266              #19655, #19418; File::Temp no more used internally.
22267              Some parts of these will be salvaged later.
22268      Branch: perl
22269            ! MANIFEST embed.fnc embed.h op.c perlio.c pod/perlfunc.pod
22270            ! proto.h win32/win32.c win32/win32iop.h
22271 ____________________________________________________________________________
22272 [ 19669] By: gsar                                  on 2003/06/02  20:59:39
22273         Log: fix for 09_gen_rs.t#59 failure on windows
22274      Branch: perl
22275            ! lib/Tie/File/t/09_gen_rs.t
22276 ____________________________________________________________________________
22277 [ 19668] By: gsar                                  on 2003/06/02  20:40:19
22278         Log: resurrect change#19628 and make it work by generalizing
22279              a spot that had a hardcoded dependency on the cmd.exe
22280              arguments being "/x/c" or "/c"
22281      Branch: perl
22282            ! pod/perlrun.pod win32/win32.c
22283 ____________________________________________________________________________
22284 [ 19667] By: gsar                                  on 2003/06/02  18:44:34
22285         Log: don't use File::Temp to implement PerlIO_tmpfile() on windows;
22286              reuse the straightforward native implementation instead
22287
22288              this fixes the warning from io_xs.t
22289
22290              NOTE: File::Temp has a less-than-robust implementation on windows
22291              that relies on END blocks being run (this may not happen always)
22292      Branch: perl
22293            ! op.c win32/win32.c win32/win32iop.h
22294 ____________________________________________________________________________
22295 [ 19666] By: gsar                                  on 2003/06/02  18:29:46
22296         Log: change#19628 broke many win32/system.t tests, so back it out
22297      Branch: perl
22298            ! pod/perlrun.pod win32/win32.c
22299 ____________________________________________________________________________
22300 [ 19665] By: rgs                                   on 2003/06/02  18:22:06
22301         Log: A little bit more of weird-code-proofing in B::Deparse.
22302              Fixes a bug reported by Alexey Tourbin in
22303              Message-ID: <20030602085348.GA24023@solemn.turbinal.org>
22304      Branch: perl
22305            ! ext/B/B/Deparse.pm
22306 ____________________________________________________________________________
22307 [ 19664] By: jhi                                   on 2003/06/02  16:41:37
22308         Log: Upgrade to the CGI.pm 2.93.
22309
22310              (Lincoln keeps ripping out the BEGIN/PERL_CORE blocks.  Sigh.)
22311      Branch: perl
22312            + lib/CGI/t/util-58.t
22313            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
22314            ! lib/CGI/Fast.pm lib/CGI/Pretty.pm lib/CGI/Util.pm
22315            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
22316            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
22317            ! lib/CGI/t/html.t lib/CGI/t/push.t lib/CGI/t/request.t
22318            ! lib/CGI/t/switch.t lib/CGI/t/util.t
22319 ____________________________________________________________________________
22320 [ 19663] By: jhi                                   on 2003/06/02  16:16:51
22321         Log: Whitespace tweaks.
22322      Branch: perl
22323            ! hints/uwin.sh
22324 ____________________________________________________________________________
22325 [ 19662] By: jhi                                   on 2003/06/02  16:08:22
22326         Log: U/WIN: final (for now) touches from John P. Linderman;
22327              now we get 97% success rate, the remaining failures are
22328              quite obscure.
22329      Branch: perl
22330            ! hints/uwin.sh lib/locale.t
22331 ____________________________________________________________________________
22332 [ 19661] By: gbarr                                 on 2003/06/02  12:13:35
22333         Log: Sync with libnet 1.14
22334      Branch: perl
22335            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Domain.pm
22336            ! lib/Net/FTP.pm lib/Net/FTP/A.pm lib/Net/NNTP.pm
22337            ! lib/Net/POP3.pm lib/Net/README.libnet lib/Net/SMTP.pm
22338            ! lib/Net/libnetFAQ.pod lib/Net/t/hostname.t
22339 ____________________________________________________________________________
22340 [ 19660] By: jhi                                   on 2003/06/02  09:28:30
22341         Log: Beautification.
22342      Branch: perl
22343            ! op.c
22344 ____________________________________________________________________________
22345 [ 19659] By: jhi                                   on 2003/06/02  09:07:38
22346         Log: Duplicate definition bad.
22347      Branch: perl
22348            ! op.c
22349 ____________________________________________________________________________
22350 [ 19658] By: jhi                                   on 2003/06/02  09:02:18
22351         Log: I thought I tried building threaded.  Never think.  Try.
22352      Branch: perl
22353            ! perlio.c
22354 ____________________________________________________________________________
22355 [ 19657] By: jhi                                   on 2003/06/02  08:54:04
22356         Log: Stick with the original (5.8.0) logic.
22357      Branch: perl
22358            ! op.c
22359 ____________________________________________________________________________
22360 [ 19656] By: jhi                                   on 2003/06/02  08:28:51
22361         Log: Since pulling in File::Temp for tempfiles would pull in
22362              also Fcntl, miniperl could not open up tempfiles.  This broke
22363              the use of miniperl in VMS, as noticed by Craig Berry.
22364              Try to cure this by moving the creation of tempfile into its
22365              own routine, my_tmpfp(), which gets compiled differently
22366              for miniperl and perl.
22367      Branch: perl
22368            ! embed.fnc embed.h op.c perlio.c proto.h
22369 ____________________________________________________________________________
22370 [ 19655] By: jhi                                   on 2003/06/02  06:54:05
22371         Log: A pointless test, noticed by Craig Berry.
22372      Branch: perl
22373            ! perlio.c
22374 ____________________________________________________________________________
22375 [ 19654] By: rgs                                   on 2003/06/01  07:37:50
22376         Log: Two Cygwin patches from Gerrit.
22377
22378              Subject: [PATCH] perl.h, README.cygwin: Cygwin O_TEXT <> O_BINARY issue
22379              From: "Gerrit P. Haase" <gp@familiehaase.de>
22380              Date: Sat, 31 May 2003 14:12:07 +0200
22381              Message-ID: <179860591535.20030531141207@familiehaase.de>
22382
22383              Subject: [PATCH] t/io/layers.t, Cygwin != DOSISH
22384              Date: Sat, 31 May 2003 13:57:49 +0200
22385              Message-ID: <11859733881.20030531135749@familiehaase.de>
22386      Branch: perl
22387            ! README.cygwin perl.h t/io/layers.t
22388 ____________________________________________________________________________
22389 [ 19652] By: rgs                                   on 2003/05/31  19:54:31
22390         Log: Fix a case of segfault in gv_check(), by making
22391              it ignore non-GV values in stashes.
22392      Branch: perl
22393            ! gv.c t/op/stash.t
22394 ____________________________________________________________________________
22395 [ 19651] By: rgs                                   on 2003/05/31  18:48:59
22396         Log: Don't install test.pl files.
22397      Branch: perl
22398            ! installperl
22399 ____________________________________________________________________________
22400 [ 19650] By: rgs                                   on 2003/05/31  18:47:50
22401         Log: Regenerate internals pods.
22402      Branch: perl
22403            ! pod/perlapi.pod pod/perlintern.pod
22404 ____________________________________________________________________________
22405 [ 19649] By: rgs                                   on 2003/05/31  18:33:07
22406         Log: Subject: [PATCH] jumbo closure patch broke formats
22407              From: Dave Mitchell <davem@fdgroup.com>
22408              Date: Sat, 31 May 2003 19:54:48 +0100
22409              Message-ID: <20030531185448.GA6055@fdgroup.com>
22410              Plus restore the original test script for bug #22372
22411      Branch: perl
22412            ! pad.c t/op/write.t
22413 ____________________________________________________________________________
22414 [ 19648] By: jhi                                   on 2003/05/31  17:37:36
22415         Log: Better patch from Inaba Hiroto for
22416              [perl #22375] 'split'/'index' problem for utf8
22417      Branch: perl
22418            ! sv.c
22419 ____________________________________________________________________________
22420 [ 19647] By: rgs                                   on 2003/05/31  11:46:52
22421         Log: Subject: Re: [perl #22372] [PATCH] sv_chop() broken
22422              From: Enache Adrian <enache@rdslink.ro>
22423              Date: Sat, 31 May 2003 14:18:11 +0300
22424              Message-ID: <20030531111811.GA1240@ratsnest.hole>
22425      Branch: perl
22426            ! t/op/write.t
22427 ____________________________________________________________________________
22428 [ 19646] By: jhi                                   on 2003/05/31  05:40:15
22429         Log: Interesting patch(1) glitch.
22430      Branch: perl
22431            ! lib/Tie/File.pm
22432 ____________________________________________________________________________
22433 [ 19645] By: jhi                                   on 2003/05/31  05:37:10
22434         Log: Subject: Re: [perl #22372] [PATCH] sv_chop() broken
22435              From: Enache Adrian <enache@rdslink.ro>
22436              Date: Fri, 30 May 2003 18:52:28 +0300
22437              Message-ID: <20030530155228.GA872@ratsnest.hole>
22438      Branch: perl
22439            ! sv.c t/op/write.t
22440 ____________________________________________________________________________
22441 [ 19644] By: jhi                                   on 2003/05/31  05:31:11
22442         Log: Subject: [PATCH] ext/Encode/t/perlio.t filename tweak
22443              From: "Craig A. Berry" <craigberry@mac.com>
22444              Date: Fri, 30 May 2003 13:08:01 -0500
22445              Message-ID: <3ED79E01.8050401@mac.com>
22446      Branch: perl
22447            ! ext/Encode/t/perlio.t
22448 ____________________________________________________________________________
22449 [ 19643] By: jhi                                   on 2003/05/31  05:28:56
22450         Log: Upgrade to Tie::File 0.96.
22451      Branch: perl
22452            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
22453            ! lib/Tie/File/t/09_gen_rs.t
22454 ____________________________________________________________________________
22455 [ 19642] By: jhi                                   on 2003/05/30  19:06:02
22456         Log: test.pl-isation.
22457      Branch: perl
22458            ! t/op/index.t
22459 ____________________________________________________________________________
22460 [ 19641] By: jhi                                   on 2003/05/30  15:59:57
22461         Log: A bit of networking notworking negativity.
22462              (Inspiration from Jos.)
22463      Branch: perl
22464            ! pod/perlport.pod
22465 ____________________________________________________________________________
22466 [ 19640] By: jhi                                   on 2003/05/30  05:47:15
22467         Log: Fix for "#22375 'split'/'index' problem for utf8".
22468      Branch: perl
22469            ! sv.c t/op/index.t
22470 ____________________________________________________________________________
22471 [ 19639] By: jhi                                   on 2003/05/29  19:07:35
22472         Log: Add the test case for the already fixed
22473              [perl #22351] perl bug with 'e' substitution modifier
22474      Branch: perl
22475            ! t/op/subst.t
22476 ____________________________________________________________________________
22477 [ 19638] By: jhi                                   on 2003/05/29  18:56:46
22478         Log: Comment tweakage.
22479      Branch: perl
22480            ! intrpvar.h
22481 ____________________________________________________________________________
22482 [ 19637] By: rgs                                   on 2003/05/29  18:47:40
22483         Log: Subject: [PATCH] jumbo closure fix
22484              From: Dave Mitchell <davem@fdgroup.com>
22485              Date: Wed, 26 Feb 2003 14:49:47 +0000
22486              Message-ID: <20030226144947.A14444@fdgroup.com>
22487      Branch: perl
22488            ! embed.fnc embed.h embedvar.h ext/Devel/Peek/Peek.t intrpvar.h
22489            ! op.c pad.c perlapi.h pod/perldiag.pod pod/perlintern.pod
22490            ! pod/perlref.pod proto.h regcomp.c t/lib/warnings/pad
22491            ! t/op/closure.t
22492 ____________________________________________________________________________
22493 [ 19635] By: jhi                                   on 2003/05/29  09:13:06
22494         Log: Subject: Credits patch
22495              From: Ed Avis <ed@membled.com>
22496              Date: Sun, 18 May 2003 18:08:55 +0100 (BST)
22497              Message-ID: <Pine.LNX.4.20L2.0305181807080.10859-100000@budvar.future-i.net>
22498      Branch: perl
22499            ! lib/Tie/RefHash.pm
22500 ____________________________________________________________________________
22501 [ 19634] By: jhi                                   on 2003/05/29  09:11:30
22502         Log: Subject: [patch] IO::File->open() with encoding
22503              From: Pradeep Hodigere <phodigere@yahoo.com>
22504              Date: Mon, 19 May 2003 16:05:47 -0700 (PDT)
22505              Message-ID: <20030519230547.39731.qmail@web12302.mail.yahoo.com>
22506      Branch: perl
22507            + ext/IO/lib/IO/t/io_utf8.t
22508            ! MANIFEST ext/IO/lib/IO/File.pm
22509 ____________________________________________________________________________
22510 [ 19633] By: jhi                                   on 2003/05/29  08:18:09
22511         Log: A *much* cut-down version of the patches in the thread
22512              Subject: [perl #22224] 2 patches to perldiag.pod; for POSIX and Win32 errors
22513              From: Jim Cromie (via RT) <perlbug-followup@perl.org>
22514              Date: 16 May 2003 19:04:28 -0000
22515              Message-Id: <rt-22224-57743.7.22990607358@bugs6.perl.org>
22516      Branch: perl
22517            ! pod/perldiag.pod
22518 ____________________________________________________________________________
22519 [ 19632] By: jhi                                   on 2003/05/29  08:12:46
22520         Log: Subject: [PATCH] $x = $empty_hash{$undef_val} doesn't give a warning
22521              From: Dave Mitchell <davem@fdgroup.com>
22522              Date: Tue, 27 May 2003 19:31:10 +0100
22523              Message-ID: <20030527183110.GA22715@fdgroup.com>
22524      Branch: perl
22525            ! hv.c
22526 ____________________________________________________________________________
22527 [ 19631] By: jhi                                   on 2003/05/29  08:11:42
22528         Log: Document that setvbuf() is not probably any more available.
22529              Many reports, most recently by mjd in
22530              [perl #22339] IO::Handle::setvbuf not defined properly
22531      Branch: perl
22532            ! ext/IO/lib/IO/Handle.pm
22533 ____________________________________________________________________________
22534 [ 19630] By: jhi                                   on 2003/05/29  07:59:51
22535         Log: Subject: typo in pod/perlfunc.pod
22536              From: Alexey Mahotkin <alexm@w-m.ru>
22537              Date: Wed, 28 May 2003 15:18:04 +0400
22538              Message-ID: <878ysrs4k3.fsf@dim.w-m.ru>
22539      Branch: perl
22540            ! pod/perlfunc.pod
22541 ____________________________________________________________________________
22542 [ 19629] By: merijn                                on 2003/05/28  12:24:42
22543         Log: Subject: [PATCH] Re: a2p is linked against too many libraries
22544              From: Andy Dougherty <doughera@lafayette.edu>
22545              Date: Wed, 28 May 2003 09:20:06 -0400 (EDT)
22546              Message-ID: <Pine.SOL.4.53.0305280913350.27138@maxwell.phys.lafayette.edu>
22547      Branch: perl
22548            ! x2p/Makefile.SH
22549 ____________________________________________________________________________
22550 [ 19628] By: jhi                                   on 2003/05/28  05:26:43
22551         Log: Subject: [PATCH] Use "cmd.exe /x/d/c" as the default PERL5SHELL on Windows NT/2K/XP
22552              From: Jan Dubois <jand@ActiveState.com>
22553              Date: Mon, 26 May 2003 23:33:53 -0700
22554              Message-ID: <dv06dv48900iqv5hqddmbc6vt0efvto8d6@4ax.com>
22555      Branch: perl
22556            ! pod/perlrun.pod win32/win32.c
22557 ____________________________________________________________________________
22558 [ 19627] By: jhi                                   on 2003/05/28  05:08:07
22559         Log: OpenZaurus cross-compilation patches from Redvers Davies.
22560      Branch: perl
22561            ! Cross/Makefile Cross/Makefile.SH.patch Cross/README
22562            ! Cross/config.sh-arm-linux Cross/generate_config_sh
22563            ! Cross/installperl.patch
22564 ____________________________________________________________________________
22565 [ 19626] By: jhi                                   on 2003/05/27  06:30:54
22566         Log: For now reword the sysread/syswrite description to
22567              stress the fact that by default everything is still bytes.
22568      Branch: perl
22569            ! pod/perlfunc.pod
22570 ____________________________________________________________________________
22571 [ 19625] By: jhi                                   on 2003/05/26  20:31:56
22572         Log: Subject: Re: [perl #22299] goto doesn't find label
22573              From: Dave Mitchell <davem@fdgroup.com>
22574              Date: Sat, 24 May 2003 12:25:17 +0100
22575              Message-ID: <20030524112517.GA11761@fdgroup.com>
22576
22577              Subject: [PATCH] Re: [perl #22299] goto doesn't find label
22578              From: Dave Mitchell <davem@fdgroup.com>
22579              Date: Mon, 26 May 2003 13:47:11 +0100
22580              Message-ID: <20030526124710.GA17670@fdgroup.com>
22581      Branch: perl
22582            ! pp_ctl.c t/op/goto.t
22583 ____________________________________________________________________________
22584 [ 19623] By: merijn                                on 2003/05/26  11:19:38
22585         Log: Subject: [PATCH] for cygwin/perlld.in
22586              From: "Gerrit P. Haase" <gp@familiehaase.de>
22587              Date: Sat, 24 May 2003 16:51:29 +0200
22588              Message-ID: <162265353578.20030524165129@familiehaase.de>
22589      Branch: perl
22590            ! cygwin/perlld.in
22591 ____________________________________________________________________________
22592 [ 19622] By: jhi                                   on 2003/05/25  18:57:18
22593         Log: Regen modlib and toc.
22594      Branch: perl
22595            ! pod/perlmodlib.pod pod/perltoc.pod
22596 ____________________________________________________________________________
22597 [ 19621] By: jhi                                   on 2003/05/25  18:51:00
22598         Log: Run external commands only with localized sanitized $ENV{PATH}.
22599      Branch: perl
22600            ! ext/Sys/Hostname/Hostname.pm
22601 ____________________________________________________________________________
22602 [ 19620] By: jhi                                   on 2003/05/25  18:39:04
22603         Log: Subject: Re: [PATCH: perlio.h] maint snap @ 19613
22604              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
22605              Date: Sun, 25 May 2003 21:17:42 +0200
22606              Message-ID: <003701c322f2$517fb5e0$0c2f1fac@R2D2>
22607      Branch: perl
22608            ! perlio.h
22609 ____________________________________________________________________________
22610 [ 19619] By: jhi                                   on 2003/05/25  18:36:17
22611         Log: Protect against race conditions: if the pid is not seen,
22612              neither will be the $0 change be seen (and vice versa).
22613      Branch: perl
22614            ! ext/threads/t/join.t
22615 ____________________________________________________________________________
22616 [ 19618] By: jhi                                   on 2003/05/24  19:54:39
22617         Log: Subject: [Encode] Minor bug in piconv induced by Getopt::Long
22618              From: Dan Kogai <dankogai@dan.co.jp>
22619              Date: 24 May 2003 19:50:48 -0000
22620              Message-ID: <20030524195048.16052.qmail@dan-gm.gm.dan.co.jp>
22621      Branch: perl
22622            ! ext/Encode/bin/piconv
22623 ____________________________________________________________________________
22624 [ 19610] By: jhi                                   on 2003/05/24  06:42:52
22625         Log: Subject: [PATCH #2] Re: [perl #22181] goto undefines my() variables
22626              From: Dave Mitchell <davem@fdgroup.com>
22627              Date: Thu, 22 May 2003 10:13:19 +0100
22628              Message-ID: <20030522091319.GA4568@fdgroup.com>
22629
22630              Subject: Re: [PATCH #2] Re: [perl #22181] goto undefines my() variables
22631              From: Dave Mitchell <davem@fdgroup.com>
22632              Date: Fri, 23 May 2003 17:09:44 +0100
22633              Message-ID: <20030523160944.GC9194@fdgroup.com>
22634      Branch: perl
22635            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/t/debug.t
22636            ! ext/B/t/deparse.t op.c op.h t/op/goto.t t/run/switchd.t
22637 ____________________________________________________________________________
22638 [ 19608] By: jhi                                   on 2003/05/24  06:30:40
22639         Log: Missing "to".
22640      Branch: perl
22641            ! NetWare/config_H.wc Porting/config_H config_h.SH
22642            ! plan9/config.plan9 plan9/config_h.sample uconfig.h
22643            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
22644            ! win32/config_H.vc64 wince/config_H.ce
22645 ____________________________________________________________________________
22646 [ 19607] By: jhi                                   on 2003/05/24  06:23:51
22647         Log: Introduce (undefined) pthread_attr_setscope to non-Configure lands.
22648      Branch: perl
22649            ! Cross/config.sh-arm-linux NetWare/config.wc
22650            ! NetWare/config_H.wc configure.com epoc/config.sh
22651            ! plan9/config.plan9 plan9/config_h.sample
22652            ! plan9/config_sh.sample uconfig.h uconfig.sh win32/config.bc
22653            ! win32/config.gc win32/config.vc win32/config.vc64
22654            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
22655            ! win32/config_H.vc64 wince/config.ce wince/config_H.ce
22656 ____________________________________________________________________________
22657 [ 19606] By: jhi                                   on 2003/05/24  06:05:17
22658         Log: Regen Glossary et al.
22659      Branch: perl
22660            ! Porting/Glossary Porting/config.sh Porting/config_H
22661 ____________________________________________________________________________
22662 [ 19604] By: jhi                                   on 2003/05/24  05:57:49
22663         Log: Add a real scan for pthread_attr_setscope().
22664      Branch: perl
22665            ! Configure config_h.SH ext/threads/threads.xs
22666 ____________________________________________________________________________
22667 [ 19603] By: jhi                                   on 2003/05/24  05:32:34
22668         Log: lib/ftp.pl requires the obsoleted (and removed) chat2.pl.
22669      Branch: perl
22670            - lib/ftp.pl
22671            ! MANIFEST
22672 ____________________________________________________________________________
22673 [ 19602] By: jhi                                   on 2003/05/23  17:02:28
22674         Log: Noticed by John P. Linderman.
22675      Branch: perl
22676            ! epoc/epocish.h mpeix/mpeixish.h perl.h unixish.h
22677 ____________________________________________________________________________
22678 [ 19601] By: jhi                                   on 2003/05/23  16:58:04
22679         Log: Subject: [PATCH] RE: state of deparse?
22680              From: Robin Barker <Robin.Barker@npl.co.uk>
22681              Date: Fri, 23 May 2003 17:42:37 +0100
22682              Message-ID: <533D273D4014D411AB1D00062938C4D90404653E@hotel.npl.co.uk>
22683      Branch: perl
22684            ! ext/B/B/Deparse.pm
22685 ____________________________________________________________________________
22686 [ 19600] By: jhi                                   on 2003/05/23  16:55:09
22687         Log: Subject: [PATCH] for Configure -Dnoextensions=Encode
22688              From: Robin Barker <Robin.Barker@npl.co.uk>
22689              Date: Fri, 23 May 2003 17:37:09 +0100
22690              Message-ID: <533D273D4014D411AB1D00062938C4D90404653D@hotel.npl.co.uk>
22691      Branch: perl
22692            ! ext/PerlIO/t/encoding.t ext/PerlIO/t/fallback.t
22693            ! ext/Storable/t/utf8hash.t lib/open.pm lib/open.t
22694 ____________________________________________________________________________
22695 [ 19599] By: jhi                                   on 2003/05/23  16:51:18
22696         Log: Subject: [PATCH] RE: [PATCH] RE: maint snapshot @ 19525
22697              From: Robin Barker <Robin.Barker@npl.co.uk>
22698              Date: Fri, 23 May 2003 17:32:22 +0100
22699              Message-ID: <533D273D4014D411AB1D00062938C4D90404653C@hotel.npl.co.uk>
22700      Branch: perl
22701            ! embed.pl perl.h perlio.c perlio.h proto.h
22702 ____________________________________________________________________________
22703 [ 19598] By: jhi                                   on 2003/05/23  16:05:36
22704         Log: Hasty editing, grumble.
22705      Branch: perl
22706            ! ext/POSIX/POSIX.xs
22707 ____________________________________________________________________________
22708 [ 19597] By: jhi                                   on 2003/05/23  16:02:30
22709         Log: Linewrapping MUAs, grumble.
22710      Branch: perl
22711            ! ext/POSIX/POSIX.xs
22712 ____________________________________________________________________________
22713 [ 19596] By: jhi                                   on 2003/05/23  16:00:51
22714         Log: U/WIN extension fix from John P. Linderman.
22715      Branch: perl
22716            ! ext/POSIX/POSIX.xs
22717 ____________________________________________________________________________
22718 [ 19595] By: jhi                                   on 2003/05/23  14:19:53
22719         Log: Subject: Re: Stateful PerlIO implemented [Was: [perl #22261] Was: Unrecognised BOM...]
22720              From: Dan Kogai <dankogai@dan.co.jp>
22721              Date: Sat, 24 May 2003 00:15:49 +0900
22722              Message-Id: <6F7B29DA-8D31-11D7-9F95-000393AE4244@dan.co.jp>
22723      Branch: perl
22724            ! ext/Encode/Changes ext/Encode/Unicode/Unicode.xs
22725            ! ext/Encode/t/perlio.t ext/PerlIO/encoding/encoding.pm
22726 ____________________________________________________________________________
22727 [ 19594] By: jhi                                   on 2003/05/23  13:06:25
22728         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.10_03 -> 6.10_04
22729              From: Michael G Schwern <schwern@pobox.com>
22730              Date: Fri, 23 May 2003 02:10:46 -0700
22731              Message-ID: <20030523091046.GB11662@windhund.schwern.org>
22732      Branch: perl
22733            + lib/ExtUtils/META.yml lib/ExtUtils/MakeMaker/bytes.pm
22734            + lib/ExtUtils/t/bytes.t lib/ExtUtils/t/vmsish.t
22735            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Install.pm
22736            ! lib/ExtUtils/Liblist/Kid.pm lib/ExtUtils/MM_Any.pm
22737            ! lib/ExtUtils/MM_MacOS.pm lib/ExtUtils/MM_Unix.pm
22738            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
22739            ! lib/ExtUtils/MakeMaker/FAQ.pod
22740            ! lib/ExtUtils/MakeMaker/Tutorial.pod lib/ExtUtils/Manifest.pm
22741            ! lib/ExtUtils/TODO lib/ExtUtils/t/Install.t
22742            ! lib/ExtUtils/t/Manifest.t lib/ExtUtils/t/basic.t
22743 ____________________________________________________________________________
22744 [ 19593] By: jhi                                   on 2003/05/23  12:56:23
22745         Log: Subject: Stateful PerlIO implemented [Was: [perl #22261] Was: Unrecognised BOM...]
22746              From: Dan Kogai <dankogai@dan.co.jp>
22747              Date: Fri, 23 May 2003 20:17:16 +0900
22748              Message-Id: <1C123D88-8D10-11D7-B277-000393AE4244@dan.co.jp>
22749      Branch: perl
22750            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
22751            ! ext/Encode/Unicode/Unicode.pm ext/Encode/Unicode/Unicode.xs
22752            ! ext/Encode/lib/Encode/Encoding.pm
22753            ! ext/PerlIO/encoding/encoding.xs
22754 ____________________________________________________________________________
22755 [ 19592] By: jhi                                   on 2003/05/23  12:52:05
22756         Log: Workaround for buggy gcc 2.95.3 in openbsd/sparc64.
22757      Branch: perl
22758            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
22759            ! ext/Time/HiRes/HiRes.xs
22760 ____________________________________________________________________________
22761 [ 19590] By: jhi                                   on 2003/05/22  11:51:46
22762         Log: Subject: Re: [cpan #2629] Wrong assumption in numeric comparison
22763              From: Dan Kogai <dankogai@dan.co.jp>
22764              Date: Thu, 22 May 2003 18:46:40 +0900
22765              Message-Id: <49E36875-8C3A-11D7-9C91-000393AE4244@dan.co.jp>
22766      Branch: perl
22767            ! ext/Encode/encoding.pm
22768 ____________________________________________________________________________
22769 [ 19589] By: rgs                                   on 2003/05/21  21:37:28
22770         Log: Subject: [PATCH] [perl #21887] h2xs becoming enum-aware
22771              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
22772              Date: Tue, 13 May 2003 10:36:32 +0200
22773              Message-id: <20030513083631.GA21782@ethan>
22774      Branch: perl
22775            ! utils/h2xs.PL
22776 ____________________________________________________________________________
22777 [ 19588] By: rgs                                   on 2003/05/21  21:03:04
22778         Log: New warning "Useless localization of %s", based on
22779              Subject: [PATCH] new warning "Useless localization of %s is deprecated"
22780              From: Dave Mitchell <davem@fdgroup.com>
22781              Date: Wed, 30 Apr 2003 21:17:38 +0100
22782              Message-ID: <20030430201738.GA22054@fdgroup.com>
22783
22784              The proposed patch added this warning in the 'deprecated' category ;
22785              I think this category is for things that exist and will be removed,
22786              rather than for things that don't exist and that will maybe be added.
22787      Branch: perl
22788            ! op.c pod/perldiag.pod t/lib/warnings/op
22789 ____________________________________________________________________________
22790 [ 19586] By: rgs                                   on 2003/05/21  19:56:38
22791         Log: Introduce a new preprocessor symbol, PERL_DISABLE_PMC, to
22792              disable the loading of .pmc files if defined.
22793              Rename the function S_doopen_pmc to S_doopen_pm.
22794      Branch: perl
22795            ! Porting/thirdclean embed.fnc embed.h pp_ctl.c proto.h
22796 ____________________________________________________________________________
22797 [ 19585] By: jhi                                   on 2003/05/21  19:28:23
22798         Log: More U/WIN tweaks from John P. Linderman.
22799      Branch: perl
22800            ! t/io/layers.t t/io/tell.t
22801 ____________________________________________________________________________
22802 [ 19584] By: rgs                                   on 2003/05/21  19:27:13
22803         Log: Subject: [PATCH] perldata.pod revamp rev. 3
22804              From: Shlomi Fish <shlomif@vipe.technion.ac.il>
22805              Date: Wed, 14 May 2003 17:46:05 +0300 (IDT)
22806              Message-ID: <Pine.LNX.4.33L2.0305141744520.24207-200000@vipe.technion.ac.il>
22807      Branch: perl
22808            ! pod/perldata.pod
22809 ____________________________________________________________________________
22810 [ 19583] By: jhi                                   on 2003/05/21  19:18:21
22811         Log: Subject: Re: [perl #22231] <$foo> is parsed as glob(' ' . $foo) if Switch.pm is used
22812              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
22813              Date: Mon, 19 May 2003 17:53:25 -0400
22814              Message-ID: <20030519215325.GE1629175@linguist.thayer.dartmouth.edu>
22815
22816              (the bug id corrected to be #22231, not #22238)
22817      Branch: perl
22818            ! lib/Switch.pm
22819 ____________________________________________________________________________
22820 [ 19582] By: jhi                                   on 2003/05/21  14:17:14
22821         Log: MAN3PODS => {} good.  (Was in 5.8.0, has been lost at some point.)
22822      Branch: perl
22823            ! ext/MIME/Base64/Makefile.PL
22824 ____________________________________________________________________________
22825 [ 19581] By: jhi                                   on 2003/05/21  14:15:26
22826         Log: U/WIN test tweak from John P. Linderman.
22827      Branch: perl
22828            ! t/op/chdir.t
22829 ____________________________________________________________________________
22830 [ 19580] By: jhi                                   on 2003/05/21  13:06:13
22831         Log: VMS test tweak from Craig Berry.
22832      Branch: perl
22833            ! lib/DirHandle.t
22834 ____________________________________________________________________________
22835 [ 19579] By: jhi                                   on 2003/05/21  13:03:34
22836         Log: U/WIN test nit for John P. Linderman.
22837      Branch: perl
22838            ! ext/Cwd/t/cwd.t
22839 ____________________________________________________________________________
22840 [ 19578] By: jhi                                   on 2003/05/21  13:01:42
22841         Log: Subject: [Encode] 1.95 released
22842              From: Dan Kogai <dankogai@dan.co.jp>
22843              Date: Wed, 21 May 2003 18:26:26 +0900
22844              Message-Id: <4B8D9AB5-8B6E-11D7-848A-000393AE4244@dan.co.jp>
22845      Branch: perl
22846            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/MANIFEST
22847            ! ext/Encode/META.yml ext/Encode/Unicode/Unicode.pm
22848            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/lib/Encode/Config.pm
22849            ! ext/Encode/lib/Encode/Unicode/UTF7.pm ext/Encode/t/Unicode.t
22850            ! ext/Encode/ucm/8859-1.ucm ext/Encode/ucm/8859-10.ucm
22851            ! ext/Encode/ucm/8859-11.ucm ext/Encode/ucm/8859-13.ucm
22852            ! ext/Encode/ucm/8859-14.ucm ext/Encode/ucm/8859-15.ucm
22853            ! ext/Encode/ucm/8859-16.ucm ext/Encode/ucm/8859-2.ucm
22854            ! ext/Encode/ucm/8859-3.ucm ext/Encode/ucm/8859-4.ucm
22855            ! ext/Encode/ucm/8859-5.ucm ext/Encode/ucm/8859-6.ucm
22856            ! ext/Encode/ucm/8859-7.ucm ext/Encode/ucm/8859-8.ucm
22857            ! ext/Encode/ucm/8859-9.ucm
22858 ____________________________________________________________________________
22859 [ 19575] By: rgs                                   on 2003/05/20  19:22:30
22860         Log: Enhance the failure reporting for the pod2html tests
22861      Branch: perl
22862            ! lib/Pod/t/htmlview.t lib/Pod/t/pod2html-lib.pl
22863 ____________________________________________________________________________
22864 [ 19574] By: rgs                                   on 2003/05/20  18:52:21
22865         Log: Upgrade to Getopt::Long 2.33
22866              (mostly a version number increment)
22867      Branch: perl
22868            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
22869            ! lib/Getopt/Long/README
22870 ____________________________________________________________________________
22871 [ 19573] By: rgs                                   on 2003/05/20  18:43:37
22872         Log: Upgrade to CPAN 1.70_54
22873              Subject: Re: CPAN.pm into blead
22874              From: Andreas J Koenig <andreas.koenig@anima.de>
22875              Date: Tue, 20 May 2003 11:31:16 +0200
22876              Message-ID: <87of1y6k2j.fsf@franz.ak.mind.de>
22877      Branch: perl
22878            - lib/CPAN/README
22879            ! MANIFEST lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
22880 ____________________________________________________________________________
22881 [ 19571] By: jhi                                   on 2003/05/19  19:52:23
22882         Log: Further -Uuseperlio tweaking.
22883      Branch: perl
22884            ! ext/Encode/t/Unicode.t
22885 ____________________________________________________________________________
22886 [ 19570] By: rgs                                   on 2003/05/19  19:20:48
22887         Log: Subject: Re: Possible precedence problem on bitwise ^ operator
22888              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
22889              Date: Sun, 18 May 2003 19:21:01 -0700
22890              Message-ID: <N+Dy+gzkg+XX092yn@efn.org>
22891              (with tweaks to perldiag.pod)
22892      Branch: perl
22893            ! op.c pod/perldiag.pod
22894 ____________________________________________________________________________
22895 [ 19569] By: jhi                                   on 2003/05/19  19:02:23
22896         Log: More Ultrix double definition avoidance.
22897      Branch: perl
22898            ! ext/Socket/Socket.xs
22899 ____________________________________________________________________________
22900 [ 19566] By: jhi                                   on 2003/05/19  04:58:25
22901         Log: Integrate perlio:
22902              [ 19556]
22903              Fix ticket 18265
22904
22905              [ 19557]
22906              EINTR retry should exit on count >= 0 not !=0
22907      Branch: perl
22908           !> perlio.c
22909 ____________________________________________________________________________
22910 [ 19565] By: jhi                                   on 2003/05/19  04:56:16
22911         Log: Nekkid numbers.
22912      Branch: perl
22913            ! ext/threads/threads.xs
22914 ____________________________________________________________________________
22915 [ 19564] By: jhi                                   on 2003/05/19  04:52:49
22916         Log: Meaningless cosmetics.
22917      Branch: perl
22918            ! ext/threads/threads.xs
22919 ____________________________________________________________________________
22920 [ 19563] By: jhi                                   on 2003/05/19  04:47:53
22921         Log: Make Perl_ithread_self() a bit more helpful when
22922              finding the thread fails (suggested by Stas in
22923              perl-ithreads Mar 01)
22924      Branch: perl
22925            ! ext/threads/threads.xs
22926 ____________________________________________________________________________
22927 [ 19562] By: jhi                                   on 2003/05/19  04:40:11
22928         Log: Slightly wrong panic messages.
22929      Branch: perl
22930            ! ext/threads/threads.xs
22931 ____________________________________________________________________________
22932 [ 19561] By: jhi                                   on 2003/05/19  04:33:31
22933         Log: Ultrix: the #19435 helped the IO extension, so this should
22934              help the Socket extension (socket structs redefinitions).
22935      Branch: perl
22936            ! ext/Socket/Socket.xs
22937 ____________________________________________________________________________
22938 [ 19560] By: jhi                                   on 2003/05/19  04:30:01
22939         Log: Based on
22940
22941              Subject: [PATCH threads.xs] no system scope on VMS
22942              From: "Craig A. Berry" <craigberry@mac.com>
22943              Date: Sun, 18 May 2003 23:02:07 -0500
22944              Message-ID: <3EC8573F.6050005@mac.com>
22945
22946              but instead go for #ifdef PTHREAD_SCOPE_SYSTEM.
22947      Branch: perl
22948            ! ext/threads/threads.xs
22949 ____________________________________________________________________________
22950 [ 19559] By: jhi                                   on 2003/05/19  04:24:27
22951         Log: Make the test work without perlio, from Dan Kogai.
22952      Branch: perl
22953            ! ext/Encode/t/Unicode.t
22954 ____________________________________________________________________________
22955 [ 19558] By: rgs                                   on 2003/05/18  21:40:10
22956         Log: Subject: [PATCH] Re: [PATCH pod/perlsyn.pod pod/perltrap.pod] Unseding perlsyn
22957              From: Michael G Schwern <schwern@pobox.com>
22958              Date: Wed, 14 May 2003 15:36:23 -0700
22959              Message-ID: <20030514223623.GD23350@windhund.schwern.org>
22960      Branch: perl
22961            ! pod/perlsyn.pod pod/perltrap.pod
22962 ____________________________________________________________________________
22963 [ 19552] By: jhi                                   on 2003/05/18  07:57:23
22964         Log: Integrate from perlio:
22965              [ 19542]
22966              Fix ticket #22219
22967
22968              [ 19543]
22969              Spotted a bare close() where PerlLIO_close() seems correct.
22970      Branch: perl
22971           !> doio.c perlio.c
22972 ____________________________________________________________________________
22973 [ 19550] By: jhi                                   on 2003/05/18  06:23:50
22974         Log: UTF-7 tweak from Dan Kogai.
22975      Branch: perl
22976            ! ext/Encode/lib/Encode/Unicode/UTF7.pm
22977 ____________________________________________________________________________
22978 [ 19549] By: jhi                                   on 2003/05/18  05:58:58
22979         Log: The 'quotes' really are important (caught by Enache Adrian).
22980      Branch: perl
22981            ! Makefile.SH
22982 ____________________________________________________________________________
22983 [ 19548] By: jhi                                   on 2003/05/17  16:39:19
22984         Log: Subject: [Encode] UTF-7 Support
22985              From: Dan Kogai <dankogai@dan.co.jp>
22986              Date: Sun, 18 May 2003 00:45:35 +0900
22987              Message-Id: <99C4504E-887E-11D7-840A-000393AE4244@dan.co.jp>
22988      Branch: perl
22989            + ext/Encode/lib/Encode/Unicode/UTF7.pm
22990            ! MANIFEST ext/Encode/Changes ext/Encode/MANIFEST
22991            ! ext/Encode/Unicode/Unicode.pm ext/Encode/lib/Encode/Alias.pm
22992            ! ext/Encode/lib/Encode/Config.pm
22993            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Unicode.t
22994 ____________________________________________________________________________
22995 [ 19547] By: jhi                                   on 2003/05/17  16:26:47
22996         Log: Old (4.2BSD, like Ultrix) Bourne shells do not understand
22997              non-left-aligned heredocs.
22998      Branch: perl
22999            ! Makefile.SH
23000 ____________________________________________________________________________
23001 [ 19545] By: jhi                                   on 2003/05/17  15:51:07
23002         Log: Subject: Re: Last Call For (Least) Favourite Issues For 5.8.1
23003              From: Alan Burlison <Alan.Burlison@sun.com>
23004              Date: Thu, 15 May 2003 22:17:55 +0100
23005              Message-ID: <3EC40403.9000804@sun.com>
23006
23007              (fixed symbol scanning for Solaris 10)
23008      Branch: perl
23009            ! Configure
23010 ____________________________________________________________________________
23011 [ 19541] By: rgs                                   on 2003/05/17  12:10:14
23012         Log: Upgrade to Getopt::Long 2.32_05
23013      Branch: perl
23014            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
23015            ! lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
23016            ! lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t
23017            ! lib/Getopt/Long/t/gol-oo.t
23018 ____________________________________________________________________________
23019 [ 19540] By: rgs                                   on 2003/05/17  11:46:25
23020         Log: Clarify the explanation of the warning "Possible precedence problem
23021              on bitwise operator".
23022      Branch: perl
23023            ! pod/perldiag.pod
23024 ____________________________________________________________________________
23025 [ 19539] By: rgs                                   on 2003/05/17  11:36:08
23026         Log: Fix bug #22216 : B::Deparse can't handle "use Module Version"
23027              with fractional version numbers or v-strings.
23028      Branch: perl
23029            ! ext/B/B/Deparse.pm
23030 ____________________________________________________________________________
23031 [ 19537] By: gsar                                  on 2003/05/17  06:32:46
23032         Log: missing init in change#19533
23033      Branch: perl
23034            ! win32/win32sck.c
23035 ____________________________________________________________________________
23036 [ 19536] By: gsar                                  on 2003/05/17  06:07:07
23037         Log: apply Net::Ping patch that makes the fork()-based approach
23038              work better on windows (Marcus Holland-Moritz <mhx-perl@gmx.net>)
23039
23040              the code this affects is currently not enabled anywhere, but
23041              could be enabled if the non-blocking approach runs into problems
23042              on older windows versions
23043      Branch: perl
23044            ! lib/Net/Ping.pm
23045 ____________________________________________________________________________
23046 [ 19535] By: gsar                                  on 2003/05/17  05:54:39
23047         Log: improve the implementation of Net::Ping on windows by avoiding
23048              fork(), which is pretty heavy-weight for this kind of
23049              application; use non-blocking sockets instead
23050
23051              has been verified to work on Win2k but will need testing on
23052              other flavors of windows
23053
23054              there is a single known failure on windows in 450_service.t (test 18)
23055              due to what appears to be bugs in the ping_syn()/ack() code
23056      Branch: perl
23057            ! lib/Net/Ping.pm
23058 ____________________________________________________________________________
23059 [ 19534] By: gsar                                  on 2003/05/17  04:53:06
23060         Log: change#16723 broke the ioctl() return value on platforms
23061              that have ioctl() but no fcntl() (e.g. windows)
23062
23063              change#17577 then attempted to fix the bustage, but got
23064              it wrong
23065      Branch: perl
23066            ! pp_sys.c
23067 ____________________________________________________________________________
23068 [ 19533] By: gsar                                  on 2003/05/17  04:49:18
23069         Log: avoid select() on windows destroying errno (used to typically
23070              always sets it to EINVAL due to the way it maps the FD_SETs)
23071      Branch: perl
23072            ! win32/win32sck.c
23073 ____________________________________________________________________________
23074 [ 19532] By: jhi                                   on 2003/05/16  18:21:27
23075         Log: The suggested patch for [perl #22201] "patch: perl 5.8.0
23076              compile error on ia64/HP-UX (comparing incompatible pointers)"
23077              plus a possible cure for the warning mentioned in the case.
23078      Branch: perl
23079            ! ext/Storable/Storable.xs
23080 ____________________________________________________________________________
23081 [ 19531] By: jhi                                   on 2003/05/16  17:56:06
23082         Log: Apply the supplied patch for [perl #22195]
23083              "File::Find, sorted directory traversal order is inverted"
23084      Branch: perl
23085            ! lib/File/Find.pm
23086 ____________________________________________________________________________
23087 [ 19528] By: jhi                                   on 2003/05/16  15:56:33
23088         Log: Subject: [PATCH] RE: maint snapshot @ 19525
23089              From: Robin Barker <Robin.Barker@npl.co.uk>
23090              Date: Fri, 16 May 2003 17:16:57 +0100
23091              Message-ID: <533D273D4014D411AB1D00062938C4D90404651D@hotel.npl.co.uk>
23092
23093              (Part #2: the hv.c SVf)
23094      Branch: perl
23095            ! hv.c
23096 ____________________________________________________________________________
23097 [ 19527] By: jhi                                   on 2003/05/16  15:55:10
23098         Log: Subject: [PATCH] RE: maint snapshot @ 19525
23099              From: Robin Barker <Robin.Barker@npl.co.uk>
23100              Date: Fri, 16 May 2003 17:16:57 +0100
23101              Message-ID: <533D273D4014D411AB1D00062938C4D90404651D@hotel.npl.co.uk>
23102
23103              (Part #1: the __format__ and __printf__)
23104      Branch: perl
23105            ! Configure embed.pl perlio.c proto.h
23106 ____________________________________________________________________________
23107 [ 19523] By: jhi                                   on 2003/05/14  05:19:05
23108         Log: Subject: Re: [PATCH] Sync up MIME-Base64 to latest on CPAN
23109              From: Gisle Aas <gisle@ActiveState.com>
23110              Date: 13 May 2003 19:51:19 -0700
23111              Message-ID: <lrptmmw89k.fsf@caliper.activestate.com>
23112      Branch: perl
23113            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
23114            ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
23115            ! ext/MIME/Base64/t/quoted-print.t
23116 ____________________________________________________________________________
23117 [ 19522] By: jhi                                   on 2003/05/14  05:11:49
23118         Log: More Panther moves.
23119      Branch: perl
23120            ! Makefile.SH hints/darwin.sh
23121 ____________________________________________________________________________
23122 [ 19521] By: jhi                                   on 2003/05/13  19:33:44
23123         Log: Curliff and liff with ease.
23124      Branch: perl
23125            + Porting/curliff.pl
23126            ! MANIFEST
23127 ____________________________________________________________________________
23128 [ 19520] By: jhi                                   on 2003/05/13  18:59:51
23129         Log: Use /usr/bin/perl (de facto in Porting/ scripts).
23130      Branch: perl
23131            ! Porting/sort_perldiag.pl
23132 ____________________________________________________________________________
23133 [ 19518] By: jhi                                   on 2003/05/13  18:53:48
23134         Log: Subject: [PATCH] [perl #8599] s/catenate/concatenate/
23135              From: Casey West <casey@geeknest.com>
23136              Date: Fri, 9 May 2003 04:00:44 -0400
23137              Message-ID: <20030509080044.GA49820@geeknest.com>
23138
23139              (except for the dup.t patch which diddled with system().)
23140      Branch: perl
23141            ! Configure NetWare/config_H.wc Porting/config_H README.Y2K
23142            ! config_h.SH lib/File/Spec.pm lib/File/Spec/Unix.pm
23143            ! plan9/config.plan9 plan9/config_h.sample uconfig.h
23144            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
23145            ! win32/config_H.vc64 wince/config_H.ce
23146 ____________________________________________________________________________
23147 [ 19517] By: jhi                                   on 2003/05/13  18:39:40
23148         Log: Subject: [PATCH] Sync up MIME-Base64 to latest on CPAN
23149              From: Gisle Aas <gisle@ActiveState.com>
23150              Date: 13 May 2003 09:59:50 -0700
23151              Message-ID: <lru1byzss9.fsf@caliper.activestate.com>
23152      Branch: perl
23153            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
23154            ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
23155            ! ext/MIME/Base64/t/quoted-print.t
23156 ____________________________________________________________________________
23157 [ 19516] By: jhi                                   on 2003/05/13  18:37:11
23158         Log: Subject: [PATCH] More perldiag.pod sorting
23159              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
23160              Date: Tue, 13 May 2003 15:13:53 -0400
23161              Message-ID: <20030513191353.GB1556429@linguist.thayer.dartmouth.edu>
23162
23163              (plus add 'no locale;')
23164      Branch: perl
23165            + Porting/sort_perldiag.pl
23166            ! MANIFEST pod/perldiag.pod
23167 ____________________________________________________________________________
23168 [ 19514] By: jhi                                   on 2003/05/13  17:38:09
23169         Log: Detypo.
23170      Branch: perl
23171            ! lib/Unicode/UCD.pm
23172 ____________________________________________________________________________
23173 [ 19512] By: gsar                                  on 2003/05/13  13:28:42
23174         Log: make it easier to reproduce the bug
23175      Branch: perl
23176            ! lib/Tie/File.pm
23177 ____________________________________________________________________________
23178 [ 19511] By: gsar                                  on 2003/05/13  13:08:47
23179         Log: the \do {local *FH} trick in Tie::File was really only needed
23180              on 5.005 and earlier, since later versions can autovivify
23181              the handle
23182
23183              however, a search in the p5p archives reveals the trick doesn't
23184              fully work in the versions it is needed in, so use the more
23185              standard Symbol::gensym() way
23186      Branch: perl
23187            ! lib/Tie/File.pm lib/Tie/File/t/09_gen_rs.t
23188 ____________________________________________________________________________
23189 [ 19510] By: gsar                                  on 2003/05/13  12:36:01
23190         Log: $Config{usethreads} wasn't being set on windows
23191      Branch: perl
23192            ! win32/Makefile win32/makefile.mk
23193 ____________________________________________________________________________
23194 [ 19509] By: jhi                                   on 2003/05/13  12:24:19
23195         Log: Reinstate the #19498 but now skip the crashing
23196              tests (when threaded) as TODOs.
23197      Branch: perl
23198            ! lib/Tie/File.pm lib/Tie/File/t/09_gen_rs.t
23199 ____________________________________________________________________________
23200 [ 19508] By: jhi                                   on 2003/05/13  11:22:06
23201         Log: Revert #19498 since it broke threaded builds.
23202      Branch: perl
23203            ! lib/Tie/File.pm
23204 ____________________________________________________________________________
23205 [ 19507] By: jhi                                   on 2003/05/13  05:20:56
23206         Log: Better be explicit with dangling elses.
23207      Branch: perl
23208            ! pp.c
23209 ____________________________________________________________________________
23210 [ 19506] By: jhi                                   on 2003/05/13  04:46:18
23211         Log: Detypo Pantherisms.
23212      Branch: perl
23213            ! Makefile.SH hints/darwin.sh
23214 ____________________________________________________________________________
23215 [ 19505] By: rgs                                   on 2003/05/12  21:49:21
23216         Log: Subject: Re: Bug stomping fun. [PATCH: bug #1016]
23217              From: Alex Vandiver <alexmv@MIT.EDU>
23218              Date: 02 May 2003 06:45:05 -0400
23219              Message-Id: <1051872303.26203.104.camel@supox>
23220              (plus perldiag nit)
23221      Branch: perl
23222            ! dump.c gv.c hv.c pod/perldiag.pod pp.c pp_hot.c sv.c
23223            ! t/comp/package.t
23224 ____________________________________________________________________________
23225 [ 19504] By: rgs                                   on 2003/05/12  20:52:52
23226         Log: Small nit in perlsyn about the new // operator
23227      Branch: perl
23228            ! pod/perlsyn.pod
23229 ____________________________________________________________________________
23230 [ 19503] By: rgs                                   on 2003/05/12  19:43:07
23231         Log: Use a more sophisticated heuristics to produce the warning
23232              'Parentheses missing around "%s" list'. This fixes bug #22147.
23233              Also, the warning is now produced for C<local *a,*b;>.
23234      Branch: perl
23235            ! op.c t/lib/warnings/op
23236 ____________________________________________________________________________
23237 [ 19502] By: jhi                                   on 2003/05/12  19:34:10
23238         Log: Work also without perlio.
23239      Branch: perl
23240            ! t/io/dup.t
23241 ____________________________________________________________________________
23242 [ 19500] By: jhi                                   on 2003/05/12  05:25:14
23243         Log: Panther preparation.
23244      Branch: perl
23245            ! Makefile.SH hints/darwin.sh
23246 ____________________________________________________________________________
23247 [ 19499] By: jhi                                   on 2003/05/12  04:49:57
23248         Log: More moves to intrpvar.h.
23249      Branch: perl
23250            ! embedvar.h intrpvar.h perlapi.h perlvars.h sv.c
23251 ____________________________________________________________________________
23252 [ 19498] By: gsar                                  on 2003/05/12  01:40:46
23253         Log: fix for Tie::File test failures on windows: the problem was
23254              that Tie::File did not close any file handles it opens internally,
23255              leading to file handle leaks and t/tf* temporary file littering;
23256              we now close the handle iff Tie::File opened it
23257
23258              this fix unearths what appears to be a perl bug in localizing globs:
23259              09_gen_rs.t fails due to a prematurely closed filehandle, although
23260              it wasn't explicitly closed anywhere by the code (renaming the
23261              *FH at line 97 to *FH1 makes it work, but I haven't done this
23262              to allow the bug to be tracked down)
23263      Branch: perl
23264            ! lib/Tie/File.pm
23265 ____________________________________________________________________________
23266 [ 19497] By: jhi                                   on 2003/05/11  20:17:30
23267         Log: Move the thread *hook into interpreter.
23268      Branch: perl
23269            ! embedvar.h intrpvar.h perlapi.h perlvars.h sv.c
23270 ____________________________________________________________________________
23271 [ 19496] By: rgs                                   on 2003/05/11  20:06:03
23272         Log: Subject: [PATCH] [perl #7391] Perl crashes with certain write() formats.
23273              From: Dave Mitchell <davem@fdgroup.com>
23274              Date: Sat, 10 May 2003 01:45:23 +0100
23275              Message-ID: <20030510004523.GC20871@fdgroup.com>
23276      Branch: perl
23277            ! pp_ctl.c
23278 ____________________________________________________________________________
23279 [ 19495] By: rgs                                   on 2003/05/11  20:01:10
23280         Log: Open UNIX is not really "formerly Unixware", since the most
23281              recent releases are known as Unixware, not as Open UNIX.
23282      Branch: perl
23283            ! pod/perlport.pod
23284 ____________________________________________________________________________
23285 [ 19494] By: jhi                                   on 2003/05/11  19:52:38
23286         Log: Slight tweaks to the platform list.
23287      Branch: perl
23288            ! pod/perlport.pod
23289 ____________________________________________________________________________
23290 [ 19493] By: rgs                                   on 2003/05/11  19:13:00
23291         Log: Subject: Re: [PATCH] [perl #8636] [perl #8634] Both patches together for perlop
23292              From: Casey West <casey@geeknest.com>
23293              Date: Fri, 9 May 2003 10:30:13 -0400
23294              Message-ID: <20030509143013.GM49820@geeknest.com>
23295      Branch: perl
23296            ! pod/perlop.pod
23297 ____________________________________________________________________________
23298 [ 19492] By: rgs                                   on 2003/05/11  19:04:27
23299         Log: perlport.pod nit for doc bug #8253.
23300      Branch: perl
23301            ! pod/perlport.pod
23302 ____________________________________________________________________________
23303 [ 19491] By: jhi                                   on 2003/05/11  17:50:49
23304         Log: Use test.pl.
23305      Branch: perl
23306            ! t/io/fflush.t
23307 ____________________________________________________________________________
23308 [ 19490] By: jhi                                   on 2003/05/11  17:46:09
23309         Log: Try to handle a $^X with spaces in it.
23310      Branch: perl
23311            ! t/test.pl
23312 ____________________________________________________________________________
23313 [ 19489] By: jhi                                   on 2003/05/11  17:44:28
23314         Log: Separate the creation of the command to run by
23315              runperl() into its own function, _create_runperl().
23316      Branch: perl
23317            ! t/test.pl
23318 ____________________________________________________________________________
23319 [ 19488] By: jhi                                   on 2003/05/11  16:52:00
23320         Log: Fixup the method behaviour table.
23321      Branch: perl
23322            ! pod/perliol.pod
23323 ____________________________________________________________________________
23324 [ 19487] By: jhi                                   on 2003/05/11  16:43:26
23325         Log: Integrate from perlio:
23326              [ 19474]
23327              Tweaks to Jarkko's NULL deref checks in perlio.c
23328
23329              [ 19475]
23330              Fix for bugs 21717 and 22140.
23331              Win32's lseek claims to have succeeded in pipes etc. Which confuses :perlio
23332              and derived layers. So have :unix's "pushed" method stat() the fd and
23333              cache non S_ISREG nature. Have Unix_seek fail if fd is NOT S_ISREG to match
23334              UNIX behaviour.
23335
23336              [ 19479]
23337              Better but still unproven fix for lseek() on pipes.
23338
23339              [ 19483]
23340              Unused variable
23341
23342              [ 19485]
23343              Tests to prove Ticket 9468 is fixed.
23344
23345              [ 19486]
23346              add test for change#19475,19479 (bugs#21717,22140)
23347      Branch: perl
23348           !> ext/Encode/Encode.xs perlio.c perliol.h t/io/dup.t
23349           !> t/io/fflush.t
23350 ____________________________________________________________________________
23351 [ 19484] By: gsar                                  on 2003/05/11  15:37:14
23352         Log: fix Embed.t failure on windows: PERL_SYS_TERM() is implemented
23353              in terms of an exported function rather than as an inlined
23354              macro (latter wants PL_op_mutex which isn't exported as such)
23355
23356              Jarkko: please merge into maint-5.8
23357      Branch: perl
23358            ! dosish.h makedef.pl win32/win32.c win32/win32.h
23359 ____________________________________________________________________________
23360 [ 19482] By: jhi                                   on 2003/05/11  07:53:26
23361         Log: Test _getcode().
23362      Branch: perl
23363            ! lib/Unicode/UCD.t
23364 ____________________________________________________________________________
23365 [ 19481] By: jhi                                   on 2003/05/11  06:25:08
23366         Log: Clarify the doc (and the code) for Unicode code points.
23367      Branch: perl
23368            ! lib/Unicode/UCD.pm
23369 ____________________________________________________________________________
23370 [ 19480] By: jhi                                   on 2003/05/11  06:18:06
23371         Log: Another doc suggestion from terry@eatoni.com (terry jones):
23372              use codepoints that return undef.
23373      Branch: perl
23374            ! lib/Unicode/UCD.pm
23375 ____________________________________________________________________________
23376 [ 19478] By: jhi                                   on 2003/05/10  19:01:17
23377         Log: Add Encode's META.yml.
23378      Branch: perl
23379            + ext/Encode/META.yml
23380            ! MANIFEST
23381 ____________________________________________________________________________
23382 [ 19477] By: jhi                                   on 2003/05/10  18:59:29
23383         Log: Upgrade to Encode 1.94.
23384      Branch: perl
23385            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
23386            ! ext/Encode/MANIFEST ext/Encode/bin/piconv
23387            ! ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/enc_module.t
23388            ! ext/Encode/t/mime-header.t
23389 ____________________________________________________________________________
23390 [ 19476] By: jhi                                   on 2003/05/10  18:56:08
23391         Log: Doc bug noticed by terry@eatoni.com (terry jones).
23392      Branch: perl
23393            ! lib/Unicode/UCD.pm
23394 ____________________________________________________________________________
23395 [ 19472] By: jhi                                   on 2003/05/10  10:55:49
23396         Log: Try to plug more potential PerlIO NULL method
23397              dereferences; try to document the matter.
23398      Branch: perl
23399            ! perlio.c pod/perliol.pod
23400 ____________________________________________________________________________
23401 [ 19471] By: jhi                                   on 2003/05/10  07:07:30
23402         Log: UseNicerNames instead of SHOUTING_LIKE_THIS.
23403      Branch: perl
23404            ! perlio.c
23405 ____________________________________________________________________________
23406 [ 19470] By: jhi                                   on 2003/05/10  06:51:24
23407         Log: In eof() the errno can get stomped by the peek-ahead.
23408      Branch: perl
23409            ! doio.c ext/Socket/socketpair.t
23410 ____________________________________________________________________________
23411 [ 19469] By: rgs                                   on 2003/05/09  21:33:15
23412         Log: A regression test for the remaining "Final $ should be..." error.
23413      Branch: perl
23414            ! t/comp/parser.t
23415 ____________________________________________________________________________
23416 [ 19468] By: rgs                                   on 2003/05/09  21:23:57
23417         Log: Remove the error messages "Final @ should be \@ or @name"
23418              and "Final % should be \% or %name", that appear to be
23419              only produced in addition to another syntax error, and therefore
23420              misleading, if I understand correctly that kind of black magic.
23421      Branch: perl
23422            ! pod/perldiag.pod toke.c
23423 ____________________________________________________________________________
23424 [ 19467] By: jhi                                   on 2003/05/09  20:11:18
23425         Log: Have to think this test more when I'm awake.
23426      Branch: perl
23427            ! ext/Socket/socketpair.t
23428 ____________________________________________________________________________
23429 [ 19466] By: rgs                                   on 2003/05/09  19:56:37
23430         Log: Document that perl tries to load .pmc files before .pm files.
23431              Subject: Re: [perl #8860] [not RESOLVED] .pmc extension not documented in require
23432              From: Casey West <casey@geeknest.com>
23433              Date: Fri, 9 May 2003 17:03:50 -0400
23434              Message-ID: <20030509210350.GW49820@geeknest.com>
23435      Branch: perl
23436            ! pod/perlfunc.pod
23437 ____________________________________________________________________________
23438 [ 19465] By: rgs                                   on 2003/05/09  19:47:49
23439         Log: Fix for doc bug #8602 : clarify eof() example comments
23440      Branch: perl
23441            ! pod/perlfunc.pod
23442 ____________________________________________________________________________
23443 [ 19464] By: rgs                                   on 2003/05/09  19:34:30
23444         Log: Subject: [PATCH] [perl #8702] Clean up perltrap mis-information
23445              From: Casey West <casey@geeknest.com>
23446              Date: Fri, 9 May 2003 11:09:39 -0400
23447              Message-ID: <20030509150939.GN49820@geeknest.com>
23448      Branch: perl
23449            ! pod/perltrap.pod
23450 ____________________________________________________________________________
23451 [ 19463] By: rgs                                   on 2003/05/09  19:33:25
23452         Log: Subject: Re: [DOC PATCH] [perl #1165] crypt accepts any character as salt
23453              From: Casey West <casey@geeknest.com>
23454              Date: Fri, 9 May 2003 15:25:59 -0400
23455              Message-ID: <20030509192559.GS49820@geeknest.com>
23456      Branch: perl
23457            ! pod/perlfunc.pod
23458 ____________________________________________________________________________
23459 [ 19462] By: jhi                                   on 2003/05/09  18:53:27
23460         Log: Try to comprehensively have a plan B if a PerlIO
23461              layer doesn't have a particular function.
23462              (1) If there's a corresponding PerlIOBase, call it.
23463              (2) If not having the function is 'harmless', be silently happy.
23464              (Currently only Flush is in this category.)
23465              (3) Otherwise set errno and return failure.
23466      Branch: perl
23467            ! perlio.c
23468 ____________________________________________________________________________
23469 [ 19461] By: rgs                                   on 2003/05/09  18:45:39
23470         Log: Subject: [PATCH] [perl #8703] unescaped @ is fine
23471              From: Casey West <casey@geeknest.com>
23472              Date: Fri, 9 May 2003 11:17:53 -0400
23473              Message-ID: <20030509151753.GO49820@geeknest.com>
23474      Branch: perl
23475            ! pod/perltrap.pod
23476 ____________________________________________________________________________
23477 [ 19460] By: jhi                                   on 2003/05/09  14:25:49
23478         Log: Add the PerlIOBase_noop_* to the public API as suggested by Stas.
23479      Branch: perl
23480            ! makedef.pl
23481 ____________________________________________________________________________
23482 [ 19459] By: jhi                                   on 2003/05/09  14:22:08
23483         Log: Result of change #19458.
23484      Branch: perl
23485            ! MANIFEST
23486 ____________________________________________________________________________
23487 [ 19458] By: jhi                                   on 2003/05/09  14:21:51
23488         Log: Subject: Weekend fun: MANIFEST sorting
23489              From: andreas.koenig@anima.de (Andreas J. Koenig)
23490              Date: Fri, 09 May 2003 15:12:05 +0200
23491              Message-ID: <m3y91g463e.fsf@franz.ak.mind.de>
23492
23493              (both sorts need LC_ALL=C)
23494              (add also manicheck target)
23495      Branch: perl
23496            ! Makefile.SH
23497 ____________________________________________________________________________
23498 [ 19457] By: jhi                                   on 2003/05/09  04:30:13
23499         Log: Better skip this test on OpenBSD and BSD/OS since it
23500              does not seem to work (Slaven Rezic).
23501      Branch: perl
23502            ! lib/filetest.t
23503 ____________________________________________________________________________
23504 [ 19456] By: jhi                                   on 2003/05/09  03:41:56
23505         Log: Subject: [PATCH] Re: [perl #16834] Anomolous behaviour of SUBSTR() used as LValue
23506              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
23507              Date: Wed, 07 May 2003 23:37:47 -0700
23508              Message-ID: <7sfu+gzkg+AY092yn@efn.org>
23509      Branch: perl
23510            ! pod/perlfunc.pod
23511 ____________________________________________________________________________
23512 [ 19455] By: jhi                                   on 2003/05/09  03:36:54
23513         Log: Missing files.
23514      Branch: perl
23515            ! MANIFEST
23516 ____________________________________________________________________________
23517 [ 19454] By: rgs                                   on 2003/05/08  18:49:25
23518         Log: Suppress a few compilation warnings in pp_hot.c.
23519      Branch: perl
23520            ! pp_hot.c
23521 ____________________________________________________________________________
23522 [ 19453] By: rgs                                   on 2003/05/08  18:42:16
23523         Log: Remove duplicate entries from perldiag
23524      Branch: perl
23525            ! pod/perldiag.pod
23526 ____________________________________________________________________________
23527 [ 19452] By: jhi                                   on 2003/05/08  18:12:46
23528         Log: Subject: Re: [perl #17718] %tiedhash in bool context doesn't check if hash is empty
23529              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
23530              Date: Wed, 07 May 2003 15:27:07 -0700
23531              Message-ID: <7gYu+gzkgaFU092yn@efn.org>
23532      Branch: perl
23533            ! pod/perldata.pod pod/perldiag.pod pod/perltie.pod pp.c
23534            ! pp_hot.c t/op/magic.t
23535 ____________________________________________________________________________
23536 [ 19451] By: jhi                                   on 2003/05/08  17:47:13
23537         Log: Tiny nit from mjd.
23538      Branch: perl
23539            ! lib/Tie/File.pm
23540 ____________________________________________________________________________
23541 [ 19450] By: jhi                                   on 2003/05/08  17:46:26
23542         Log: Upgrade to Tie::File 0.95.
23543      Branch: perl
23544            + lib/Tie/File/t/27_iwrite.t lib/Tie/File/t/28_mtwrite.t
23545            + lib/Tie/File/t/29_downcopy.t lib/Tie/File/t/29a_upcopy.t
23546            + lib/Tie/File/t/42_offset.t
23547            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
23548            ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/04_splice.t
23549            ! lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/16_handle.t
23550            ! lib/Tie/File/t/19_cache.t lib/Tie/File/t/21_win32.t
23551            ! lib/Tie/File/t/25_gen_nocache.t lib/Tie/File/t/26_twrite.t
23552            ! lib/Tie/File/t/30_defer.t
23553 ____________________________________________________________________________
23554 [ 19449] By: jhi                                   on 2003/05/08  17:35:10
23555         Log: Subject: [perl #22141] patch for Time::HiRes to get rid of -lrt on linux
23556              From: Marc Lehmann (via RT) <perlbug-followup@perl.org>
23557              Message-Id: <rt-22141-56710.3.69543054121962@bugs6.perl.org>
23558              Date: 8 May 2003 00:42:18 -0000
23559      Branch: perl
23560            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
23561            ! ext/Time/HiRes/Makefile.PL
23562 ____________________________________________________________________________
23563 [ 19448] By: jhi                                   on 2003/05/08  17:27:47
23564         Log: Subject: [PATCH] alphabetize perldiag.pod
23565              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
23566              Date: Thu, 8 May 2003 11:52:39 -0400
23567              Message-ID: <20030508155239.GC1495587@linguist.thayer.dartmouth.edu>
23568      Branch: perl
23569            ! pod/perldiag.pod
23570 ____________________________________________________________________________
23571 [ 19447] By: jhi                                   on 2003/05/08  17:19:06
23572         Log: Subject: [PATCH] [perl #22127] get(av|cv|hv|sv) added to Devel::PPPort
23573              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
23574              Date: Thu, 08 May 2003 08:42:20 +0200
23575              Message-id: <20030508064220.GA763@ethan>
23576      Branch: perl
23577            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
23578            ! ext/Devel/PPPort/t/test.t
23579 ____________________________________________________________________________
23580 [ 19445] By: jhi                                   on 2003/05/08  05:21:44
23581         Log: A variant of
23582
23583              Subject: Re: 0 is not perl (was Re: Report /export/home/nwc10/Gripping-Smoke/Smoke)
23584              From: enache@rdslink.ro (Enache Adrian)
23585              Date: Tue, 22 Apr 2003 02:54:05 +0300
23586              Message-ID: <20030421235405.GA1162@ratsnest.hole>
23587
23588              to quench the black smoke from the BSD builds.
23589      Branch: perl
23590            ! lib/ExtUtils/MM_Unix.pm
23591 ____________________________________________________________________________
23592 [ 19444] By: rgs                                   on 2003/05/07  20:25:45
23593         Log: Subject: Re: [DOC PATCH] & More File::Path issues
23594              From: Casey West <casey@geeknest.com>
23595              Date: Mon, 5 May 2003 13:25:47 -0400
23596              Message-ID: <20030505172547.GB20508@geeknest.com>
23597      Branch: perl
23598            ! lib/File/Path.pm
23599 ____________________________________________________________________________
23600 [ 19443] By: jhi                                   on 2003/05/07  20:03:58
23601         Log: Spelling correction from Nicholas Clark.
23602      Branch: perl
23603            ! ext/POSIX/POSIX.pod
23604 ____________________________________________________________________________
23605 [ 19440] By: jhi                                   on 2003/05/07  19:20:53
23606         Log: One more possible extensions permutation.
23607      Branch: perl
23608            ! Configure
23609 ____________________________________________________________________________
23610 [ 19437] By: jhi                                   on 2003/05/07  16:58:21
23611         Log: Allow platforms to manipulate their archname by creating
23612              a archname.cbu in their hints files.
23613      Branch: perl
23614            ! Configure
23615 ____________________________________________________________________________
23616 [ 19436] By: jhi                                   on 2003/05/07  16:53:26
23617         Log: More long double logic from Alan Burlison.
23618      Branch: perl
23619            ! Configure
23620 ____________________________________________________________________________
23621 [ 19435] By: jhi                                   on 2003/05/06  15:21:55
23622         Log: Worth a try for [perl #17146]
23623      Branch: perl
23624            ! ext/IO/poll.c
23625 ____________________________________________________________________________
23626 [ 19433] By: jhi                                   on 2003/05/06  05:12:23
23627         Log: Document which interfaces are NOT Unicode-aware.
23628      Branch: perl
23629            ! pod/perltodo.pod pod/perlunicode.pod
23630 ____________________________________________________________________________
23631 [ 19432] By: rgs                                   on 2003/05/05  20:31:22
23632         Log: Subject: [PATCH] [perl #8063] perlfilter doesn't mention potential DATA clobber
23633              From: Casey West <casey@geeknest.com>
23634              Date: Mon, 28 Apr 2003 11:07:36 -0400
23635              Message-ID: <20030428150736.GD62281@geeknest.com>
23636      Branch: perl
23637            ! pod/perlfilter.pod
23638 ____________________________________________________________________________
23639 [ 19431] By: rgs                                   on 2003/05/05  20:07:33
23640         Log: Subject: [patch] Re: [perl #21728] regexp SEGV
23641              From: Enache Adrian <enache@rdslink.ro>
23642              Date: Fri, 28 Mar 2003 23:53:09 +0200
23643              Message-ID: <20030328215309.GA6413@ratsnest.hole>
23644              (with minor tweaks)
23645      Branch: perl
23646            ! embed.fnc embed.h global.sym proto.h regexec.c scope.c scope.h
23647 ____________________________________________________________________________
23648 [ 19430] By: rgs                                   on 2003/05/05  20:01:36
23649         Log: Fix doc bug #22067, noticed by Mark Knutsen
23650      Branch: perl
23651            ! pod/perlfunc.pod
23652 ____________________________________________________________________________
23653 [ 19429] By: rgs                                   on 2003/05/05  18:59:59
23654         Log: Fix : the svr5 hints file doesn't propagate libswanted with
23655              threads enabled. Now threads are OK on OpenUNIX 8, except a
23656              mysterious failure in ext/POSIX/t/sigaction.t.
23657      Branch: perl
23658            ! hints/svr5.sh
23659 ____________________________________________________________________________
23660 [ 19428] By: jhi                                   on 2003/05/05  16:54:34
23661         Log: Snip away the perlunicode slowness demo since the new
23662              caching scheme should help things a bit.
23663      Branch: perl
23664            ! pod/perlunicode.pod
23665 ____________________________________________________________________________
23666 [ 19427] By: jhi                                   on 2003/05/05  16:14:09
23667         Log: Subject: Re: Minor change to strict.pm. Who? How?
23668              From: Adam Kennedy <adam@ali.as>
23669              Date: Wed, 30 Apr 2003 00:02:40 +1000
23670              Message-ID: <3EAE8600.2000806@ali.as>
23671
23672              Subject: [PATCH] Re: Minor change to strict.pm. Who? How?
23673              From: Michael G Schwern <schwern@pobox.com>
23674              Date: Tue, 29 Apr 2003 12:26:32 -0700
23675              Message-ID: <20030429192632.GA6129@windhund.schwern.org>
23676      Branch: perl
23677            ! lib/strict.pm
23678 ____________________________________________________________________________
23679 [ 19426] By: jhi                                   on 2003/05/05  15:48:57
23680         Log: Subject: [DOC PATCH] missing ')' in File::Path docs
23681              From: "Jos I.Boumans" <kane@dwim.org>
23682              Date: 30 Apr 2003 09:45:16 -0000
23683              Message-ID: <20030430114513165+0200@nntp.perl.org>
23684      Branch: perl
23685            ! lib/File/Path.pm
23686 ____________________________________________________________________________
23687 [ 19425] By: jhi                                   on 2003/05/05  15:47:19
23688         Log: Subject: [PATCH pod/perlmod.pod] Simpler $Revision$ based $VERSION. Plus, repentance!
23689              From: Michael G Schwern <schwern@pobox.com>
23690              Date: Sat, 3 May 2003 15:30:16 -0700
23691              Message-ID: <20030503223016.GE1234@windhund.schwern.org>
23692      Branch: perl
23693            ! pod/perlmod.pod
23694 ____________________________________________________________________________
23695 [ 19424] By: jhi                                   on 2003/05/05  15:44:39
23696         Log: Subject: [PATCH] [perl #3096] undefing hash with object values
23697              From: Dave Mitchell <davem@fdgroup.com>
23698              Date: Thu, 1 May 2003 21:06:57 +0100
23699              Message-ID: <20030501200657.GA25456@fdgroup.com>
23700      Branch: perl
23701            ! hv.c t/op/undef.t
23702 ____________________________________________________________________________
23703 [ 19423] By: jhi                                   on 2003/05/05  15:42:58
23704         Log: Subject: Re: hv.c patch - pathological hashes too easy
23705              From: "Tye McQueen" <tye@metronet.com>
23706              Date: Thu, 1 May 2003 13:34:50 -0500 (CDT)
23707              Message-Id: <200305011834.h41IYoE08503@metronet.com>
23708      Branch: perl
23709            ! hv.c
23710 ____________________________________________________________________________
23711 [ 19422] By: jhi                                   on 2003/05/05  15:40:02
23712         Log: Subject: [PATCH] [perl #18341] random nits in perlrequick.pod
23713              From: Casey West <casey@geeknest.com>
23714              Date: Tue, 29 Apr 2003 16:14:20 -0400
23715              Message-ID: <20030429201420.GT62281@geeknest.com>
23716      Branch: perl
23717            ! pod/perlrequick.pod
23718 ____________________________________________________________________________
23719 [ 19421] By: jhi                                   on 2003/05/05  15:38:23
23720         Log: Subject: [PATCH] ExtUtils::Install and the don't-really-do-it switch
23721              From: Slaven Rezic <slaven@rezic.de>
23722              Date: Thu, 24 Apr 2003 00:42:11 +0200 (CEST)
23723              Message-Id: <200304232242.h3NMgBqD028515@vran.herceg.de>
23724      Branch: perl
23725            ! lib/ExtUtils/Install.pm lib/ExtUtils/t/Install.t
23726 ____________________________________________________________________________
23727 [ 19420] By: jhi                                   on 2003/05/05  15:36:39
23728         Log: Subject: [PATCH 5.8.0 UTIL] h2xs generates false comments about ABSTRACT
23729              From: Steve Hay <steve.hay@uk.radan.com>
23730              Date: Wed, 30 Apr 2003 09:52:30 +0100
23731              Message-ID: <3EAF8ECE.8060403@uk.radan.com>
23732      Branch: perl
23733            ! utils/h2xs.PL
23734 ____________________________________________________________________________
23735 [ 19419] By: jhi                                   on 2003/05/05  08:20:34
23736         Log: Reintroduce the mention of the fact that the Artistic/GPL
23737              also are Perl's own licenses.
23738      Branch: perl
23739            ! pod/perlartistic.pod pod/perlgpl.pod
23740 ____________________________________________________________________________
23741 [ 19418] By: jhi                                   on 2003/05/05  07:23:57
23742         Log: Switch the new perlio way of opening anonymous temporary files
23743              open my $fh, '+>', undef
23744              to using File::Temp.  Test it, and test also the "accidental
23745              feature" of +< working the same way.
23746              This should address [perl #21937].
23747      Branch: perl
23748            + ext/PerlIO/t/open.t
23749            ! MANIFEST perlio.c pod/perlfunc.pod
23750 ____________________________________________________________________________
23751 [ 19417] By: jhi                                   on 2003/05/05  05:52:47
23752         Log: perlartistic and perlgpl reformatting from Sean Burke.
23753      Branch: perl
23754            ! pod/perlartistic.pod pod/perlgpl.pod
23755 ____________________________________________________________________________
23756 [ 19416] By: jhi                                   on 2003/05/05  05:33:43
23757         Log: pack/unpack fixes from Wolfgang Laun:
23758              - fix bug in UNICOS (where SIZE16 != sizeof(short))
23759              - introduce and use new internal pack/unpack API
23760              (packlist, unpackstring)
23761              that does away with the unused arguments in the old API
23762              (pack_cat, unpack_str).
23763      Branch: perl
23764            ! embed.fnc embed.h global.sym pod/perlapi.pod pp_pack.c proto.h
23765 ____________________________________________________________________________
23766 [ 19415] By: jhi                                   on 2003/05/05  04:58:39
23767         Log: Subject: [PATCH] Embed.t flushing problem
23768              From: "Craig A. Berry" <craigberry@mac.com>
23769              Date: Sun, 04 May 2003 16:25:38 -0500
23770              Message-ID: <3EB58552.2070207@mac.com>
23771      Branch: perl
23772            ! lib/ExtUtils/t/Embed.t
23773 ____________________________________________________________________________
23774 [ 19414] By: jhi                                   on 2003/05/05  04:52:37
23775         Log: Doc nit from mjd.
23776      Branch: perl
23777            ! ext/DB_File/DB_File.pm
23778 ____________________________________________________________________________
23779 [ 19413] By: ams                                   on 2003/05/05  04:03:10
23780         Log: None of that "our" stuff here, please.
23781      Branch: perl
23782            ! ext/Storable/t/tied.t
23783 ____________________________________________________________________________
23784 [ 19412] By: ams                                   on 2003/05/05  03:57:06
23785         Log: Oops. More Storable 2.07 preparations.
23786      Branch: perl
23787            ! ext/Storable/README ext/Storable/Storable.pm
23788 ____________________________________________________________________________
23789 [ 19411] By: ams                                   on 2003/05/05  03:53:44
23790         Log: Update changelog for 2.07 release.
23791      Branch: perl
23792            ! ext/Storable/ChangeLog
23793 ____________________________________________________________________________
23794 [ 19410] By: ams                                   on 2003/05/05  03:31:36
23795         Log: Update Changes.
23796      Branch: perl
23797            ! Changes
23798 ____________________________________________________________________________
23799 [ 19409] By: ams                                   on 2003/05/05  03:21:41
23800         Log: Subject: Re: Bug in Storable???
23801              From: Slaven Rezic <slaven@rezic.de>
23802              Date: 04 May 2003 18:00:40 +0200
23803              Message-Id: <87of2iwvkn.fsf@vran.herceg.de>
23804      Branch: perl
23805            ! ext/Storable/Storable.xs ext/Storable/t/integer.t
23806 ____________________________________________________________________________
23807 [ 19407] By: jhi                                   on 2003/05/04  19:39:01
23808         Log: This way reads a bit better with pod2man.
23809      Branch: perl
23810            ! pod/perlartistic.pod pod/perlgpl.pod
23811 ____________________________________________________________________________
23812 [ 19406] By: jhi                                   on 2003/05/04  12:01:00
23813         Log: Integrate from maint:
23814              [ 18568]
23815              Add the POSIX::sigaction() trick by Slaven Rezic
23816              for [perl #17341].
23817      Branch: perl
23818           !> pod/perlfunc.pod pod/perlipc.pod
23819 ____________________________________________________________________________
23820 [ 19401] By: jhi                                   on 2003/05/04  09:25:48
23821         Log: Add Artistic as perlartistic and GPL (the Copying) as perlgpl;
23822              regen perltoc, perlmodlib.  The GPL added as verbatim as possible,
23823              the perlartistic is a straightforward podification.
23824      Branch: perl
23825            + pod/perlartistic.pod pod/perlgpl.pod
23826            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlmodlib.PL
23827            ! pod/perlmodlib.pod pod/perlmodstyle.pod pod/perltoc.pod
23828 ____________________________________________________________________________
23829 [ 19398] By: jhi                                   on 2003/05/04  08:19:14
23830         Log: Doesn't make any difference for the test but is more logical.
23831      Branch: perl
23832            ! t/lib/Devel/switchd.pm
23833 ____________________________________________________________________________
23834 [ 19396] By: jhi                                   on 2003/05/03  15:42:54
23835         Log: Plagued by thinkos tonight.
23836      Branch: perl
23837            ! lib/filetest.t
23838 ____________________________________________________________________________
23839 [ 19395] By: jhi                                   on 2003/05/03  15:37:35
23840         Log: Must skip more.
23841      Branch: perl
23842            ! lib/filetest.t
23843 ____________________________________________________________________________
23844 [ 19394] By: jhi                                   on 2003/05/03  15:30:45
23845         Log: Subject: Re: Does filetest work at all?
23846              From: Slaven Rezic <slaven@rezic.de>
23847              Date: 03 May 2003 18:26:49 +0200
23848              Message-ID: <87ade4q9me.fsf@vran.herceg.de>
23849      Branch: perl
23850            ! lib/filetest.t pp_sys.c
23851 ____________________________________________________________________________
23852 [ 19393] By: jhi                                   on 2003/05/03  05:34:21
23853         Log: Extra tweakage from Rafael for #19392.
23854      Branch: perl
23855            ! ext/B/B/Concise.pm lib/filetest.pm
23856 ____________________________________________________________________________
23857 [ 19392] By: jhi                                   on 2003/05/03  05:33:04
23858         Log: Salvage 'use filetest "access"' from compiletime to runtime.
23859      Branch: perl
23860            ! dump.c op.c op.h pp_sys.c
23861 ____________________________________________________________________________
23862 [ 19391] By: jhi                                   on 2003/05/03  05:19:23
23863         Log: Upgrade to Unicode 4.0.0.  (Well, upgrade at least
23864              the Unicode character database to 4.0.0.)
23865      Branch: perl
23866            + lib/unicore/HangulSyllableType.txt
23867            + lib/unicore/NormalizationCorrections.txt
23868            + lib/unicore/StandardizedVariants.txt
23869            + lib/unicore/lib/Braille.pl lib/unicore/lib/Cypriot.pl
23870            + lib/unicore/lib/InAegean.pl lib/unicore/lib/InCyprio.pl
23871            + lib/unicore/lib/InKhmerS.pl lib/unicore/lib/InLimbu.pl
23872            + lib/unicore/lib/InLinea2.pl lib/unicore/lib/InLinear.pl
23873            + lib/unicore/lib/InMisce5.pl lib/unicore/lib/InOsmany.pl
23874            + lib/unicore/lib/InPhonet.pl lib/unicore/lib/InShavia.pl
23875            + lib/unicore/lib/InTaiLe.pl lib/unicore/lib/InTaiXua.pl
23876            + lib/unicore/lib/InUgarit.pl lib/unicore/lib/InVaria2.pl
23877            + lib/unicore/lib/InYijing.pl lib/unicore/lib/Limbu.pl
23878            + lib/unicore/lib/LinearB.pl lib/unicore/lib/Osmanya.pl
23879            + lib/unicore/lib/OtherIdS.pl lib/unicore/lib/Shavian.pl
23880            + lib/unicore/lib/TaiLe.pl lib/unicore/lib/Ugaritic.pl
23881            ! (edit 129 files)
23882 ____________________________________________________________________________
23883 [ 19390] By: jhi                                   on 2003/05/03  04:52:09
23884         Log: Tru64: PerlIO_tell() was returning about one _megabyte_ for
23885              the fp offset, which was quite a big larger than the input file,
23886              which meant that the SvGROW tried to grow the file to about
23887              2**64-2**20, which made safesysrealloc() to understandably
23888              croak (in argv.t).
23889      Branch: perl
23890            ! sv.c
23891 ____________________________________________________________________________
23892 [ 19387] By: jhi                                   on 2003/05/02  19:18:35
23893         Log: Regen Configure (no changes but that's fine).
23894      Branch: perl
23895            ! Configure
23896 ____________________________________________________________________________
23897 [ 19386] By: jhi                                   on 2003/05/02  19:06:39
23898         Log: Subject: [PATCH] Re: maintperl on OpenUNIX 8
23899              From: Andy Dougherty <doughera@lafayette.edu>
23900              Date: Mon, 28 Apr 2003 12:24:38 -0400 (EDT)
23901              Message-ID: <Pine.SOL.4.53.0304281208490.25038@maxwell.phys.lafayette.edu>
23902      Branch: perl
23903            ! Configure
23904 ____________________________________________________________________________
23905 [ 19385] By: jhi                                   on 2003/05/02  19:01:04
23906         Log: Subject: [PATCH] OpenUNIX 8 support
23907              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
23908              Date: Fri, 2 May 2003 12:12:08 +0200
23909              Message-Id: <20030502121208.3d235027.rgarciasuarez@free.fr>
23910      Branch: perl
23911            ! Configure ext/Socket/socketpair.t hints/svr5.sh pp_sys.c
23912 ____________________________________________________________________________
23913 [ 19384] By: jhi                                   on 2003/05/02  18:58:32
23914         Log: Subject: [PATCH win32/win32.c] silence compiler warnings
23915              From: Abe Timmerman <abe@ztreet.demon.nl>
23916              Date: Fri, 2 May 2003 00:51:42 +0200
23917              Message-Id: <200305020051.43166.abe@ztreet.demon.nl>
23918      Branch: perl
23919            ! win32/win32.c
23920 ____________________________________________________________________________
23921 [ 19383] By: jhi                                   on 2003/05/02  18:55:37
23922         Log: Subject: [PATCH win32/win32.h] Re: Smoke [5.9.0] 19367 FAIL(F) MSWin32 5.0 Service Pack 3 (x86/1 cpu)
23923              From: Abe Timmerman <abe@ztreet.demon.nl>
23924              Date: Thu, 1 May 2003 18:34:35 +0200
23925              Message-Id: <200305011834.35685.abe@ztreet.demon.nl>
23926      Branch: perl
23927            ! win32/win32.h
23928 ____________________________________________________________________________
23929 [ 19382] By: jhi                                   on 2003/05/02  18:50:25
23930         Log: Subject: [PATCH ext/POSIX/POSIX.pod] Deceptive POSIX exporting docs
23931              From: Michael G Schwern <schwern@pobox.com>
23932              Date: Wed, 30 Apr 2003 18:19:32 -0700
23933              Message-ID: <20030501011932.GM701@windhund.schwern.org>
23934      Branch: perl
23935            ! ext/POSIX/POSIX.pod
23936 ____________________________________________________________________________
23937 [ 19381] By: jhi                                   on 2003/05/02  15:12:47
23938         Log: Forgot to check in the -d: file.
23939      Branch: perl
23940            + t/lib/Devel/switchd.pm
23941            ! MANIFEST t/run/switchd.t
23942 ____________________________________________________________________________
23943 [ 19380] By: jhi                                   on 2003/05/02  15:02:04
23944         Log: Solaris: make -Duse64bitall'ed to have an archname of
23945              sun4-solaris-64, from Alan Burlison.  (The default is to not
23946              to suffix anything with -Duse64bitall if longs are 64 bit.
23947              This may lead into confusion and much sorrow if 32-bit binaries
23948              and 64-bit binaries are installed under the same directories.
23949              Why is "-64" or something like that the default?  Well, there
23950              are platforms where 64 bits really is the default default.
23951              There adding a "-64" would be kind of odd.  Better to let
23952              each 64-bit capable platform to choose their archnames.)
23953      Branch: perl
23954            ! hints/solaris_2.sh
23955 ____________________________________________________________________________
23956 [ 19378] By: jhi                                   on 2003/05/02  08:41:40
23957         Log: The [perl #21890] (Devel::Coverage breakage) has been fixed
23958              by change #18589 (it was broken by change #9754); add test case.
23959      Branch: perl
23960            + t/run/switchd.t
23961            ! MANIFEST
23962 ____________________________________________________________________________
23963 [ 19376] By: jhi                                   on 2003/05/02  05:31:52
23964         Log: great_circle_direction() was broken,
23965              reported by Alexander Becher.
23966      Branch: perl
23967            ! lib/Math/Trig.pm lib/Math/Trig.t
23968 ____________________________________________________________________________
23969 [ 19375] By: jhi                                   on 2003/05/01  18:18:06
23970         Log: OS X: could not -Doptimize=-g.
23971      Branch: perl
23972            ! hints/darwin.sh
23973 ____________________________________________________________________________
23974 [ 19374] By: jhi                                   on 2003/05/01  12:33:44
23975         Log: OS X test tweak.
23976      Branch: perl
23977            ! ext/Cwd/t/cwd.t
23978 ____________________________________________________________________________
23979 [ 19373] By: jhi                                   on 2003/05/01  11:09:42
23980         Log: Subject: [PATCH] RE: perl@19333
23981              From: Robin Barker <Robin.Barker@npl.co.uk>
23982              Date: Tue, 29 Apr 2003 17:30:23 +0100
23983              Message-ID: <533D273D4014D411AB1D00062938C4D9040464F7@hotel.npl.co.uk>
23984      Branch: perl
23985            ! embed.pl pp_hot.c pp_pack.c proto.h
23986 ____________________________________________________________________________
23987 [ 19372] By: jhi                                   on 2003/05/01  09:52:52
23988         Log: miniperl cannot handle layers.t.
23989      Branch: perl
23990            ! t/io/layers.t
23991 ____________________________________________________________________________
23992 [ 19371] By: jhi                                   on 2003/05/01  08:26:06
23993         Log: The solution in change #19363 was too unportable.
23994      Branch: perl
23995            ! t/io/openpid.t
23996 ____________________________________________________________________________
23997 [ 19369] By: jhi                                   on 2003/05/01  07:48:06
23998         Log: perlreftut updates from mjd.
23999      Branch: perl
24000            ! pod/perlreftut.pod
24001 ____________________________________________________________________________
24002 [ 19368] By: jhi                                   on 2003/05/01  07:45:06
24003         Log: z/OS: More threaded build tweaks from Brian De Pradine--
24004              apparently now it works!
24005      Branch: perl
24006            ! ext/threads/threads.xs handy.h hints/os390.sh thread.h
24007 ____________________________________________________________________________
24008 [ 19367] By: rgs                                   on 2003/04/29  20:31:07
24009         Log: Subject: [PATCH] buglet: sub a(;&) { } doesn't work
24010              From: Enache Adrian <enache@rdslink.ro>
24011              Date: Sat, 19 Apr 2003 01:41:07 +0300
24012              Message-ID: <20030418224107.GA2751@ratsnest.hole>
24013      Branch: perl
24014            ! t/comp/parser.t toke.c
24015 ____________________________________________________________________________
24016 [ 19366] By: jhi                                   on 2003/04/29  08:55:12
24017         Log: If it's S_, it should be STATIC.
24018      Branch: perl
24019            ! embed.fnc embed.h numeric.c proto.h
24020 ____________________________________________________________________________
24021 [ 19365] By: sky                                   on 2003/04/28  16:30:03
24022         Log: Subject: [PATCH] [perl #7592] Clarify what qw() does in scalar context
24023              From: Casey West <casey@geeknest.com>
24024              Date: m\8cn apr 28, 2003  16:00:05 Europe/Stockholm
24025              Message-Id: <20030428140005.GC62281@geeknest.com>
24026      Branch: perl
24027            ! pod/perlop.pod
24028 ____________________________________________________________________________
24029 [ 19364] By: sky                                   on 2003/04/28  16:20:43
24030         Log: Subject: [PATCH] [patch #7514] Bug in perlop regex explination
24031              From: Casey West <casey@geeknest.com>
24032              Date: m\8cn apr 28, 2003  19:22:06 Europe/Stockholm
24033              Message-Id: <20030428172206.GK62281@geeknest.com>
24034      Branch: perl
24035            ! pod/perlop.pod
24036 ____________________________________________________________________________
24037 [ 19363] By: sky                                   on 2003/04/28  15:32:35
24038         Log: Fix bug 2681, change the test not to use the shell and use 3+arg
24039              open.
24040      Branch: perl
24041            ! t/io/openpid.t
24042 ____________________________________________________________________________
24043 [ 19359] By: jhi                                   on 2003/04/28  08:43:23
24044         Log: Feel-good cleanup.
24045      Branch: perl
24046            ! intrpvar.h sv.c
24047 ____________________________________________________________________________
24048 [ 19358] By: jhi                                   on 2003/04/28  08:27:15
24049         Log: SysV msg queues can be something hanging (witnessed in IRIX),
24050              so let's use IPC_NOWAIT.
24051      Branch: perl
24052            ! ext/IPC/SysV/t/msg.t t/op/taint.t
24053 ____________________________________________________________________________
24054 [ 19357] By: jhi                                   on 2003/04/28  06:32:47
24055         Log: Detecting errors of reentrant APIs: getgrgid_r and the like
24056              when returning an int can either return the error in the return
24057              value or in the errno.  We need a new per-interp variable to store
24058              the return value instead of clobbering the errno with it.  The new
24059              variable, PL_reentrant_retint, is only used within the reentrancy
24060              framework, and immediately after it's set, so there should not be
24061              similar visibility issues as for the errno.  Spotted by Edward Moy.
24062      Branch: perl
24063            ! embedvar.h intrpvar.h perlapi.h reentr.c reentr.h reentr.pl
24064 ____________________________________________________________________________
24065 [ 19356] By: rgs                                   on 2003/04/27  20:09:01
24066         Log: Newer glibc's nice(2) return the new nice value, instead of 0 or -1.
24067              Check errno to see if the call to nice(2) succeeded.
24068              Subject: Re: [PATCH++] all about the recent standard conforming glibc's nic
24069              From: Enache Adrian <enache@rdslink.ro>
24070              Date: Wed, 23 Apr 2003 22:48:20 +0300
24071              Message-ID: <20030423194820.GA874@ratsnest.hole>
24072      Branch: perl
24073            ! ext/POSIX/POSIX.xs
24074 ____________________________________________________________________________
24075 [ 19355] By: jhi                                   on 2003/04/27  19:56:09
24076         Log: Document a faint compilation noise.
24077      Branch: perl
24078            ! README.aix
24079 ____________________________________________________________________________
24080 [ 19354] By: rgs                                   on 2003/04/27  19:35:11
24081         Log: $[ clarifications.
24082      Branch: perl
24083            ! pod/perlvar.pod
24084 ____________________________________________________________________________
24085 [ 19353] By: rgs                                   on 2003/04/27  18:51:37
24086         Log: utime() doc clarifications
24087              based on :
24088              Subject: Re: [PATCH] [perl #18589] Add NFS warning, clarify touch example
24089              From: Casey West <casey@geeknest.com>
24090              Date: Fri, 25 Apr 2003 08:00:54 -0400
24091              Message-ID: <20030425120054.GQ34510@geeknest.com>
24092      Branch: perl
24093            ! pod/perlfunc.pod
24094 ____________________________________________________________________________
24095 [ 19351] By: jhi                                   on 2003/04/27  08:13:34
24096         Log: Add a test case for [perl #15288] (already solved).
24097      Branch: perl
24098            ! t/op/pack.t
24099 ____________________________________________________________________________
24100 [ 19350] By: jhi                                   on 2003/04/27  07:38:17
24101         Log: Add Dave Mitchell's test case for fields.
24102      Branch: perl
24103            ! lib/fields.t
24104 ____________________________________________________________________________
24105 [ 19349] By: jhi                                   on 2003/04/27  06:50:09
24106         Log: Subject: [PATCH] VMS::Stdio test tweak
24107              From: "Craig A. Berry" <craigberry@mac.com>
24108              Date: Sat, 26 Apr 2003 15:53:07 -0500
24109              Message-ID: <3EAAF1B3.7020708@mac.com>
24110      Branch: perl
24111            ! vms/ext/Stdio/test.pl
24112 ____________________________________________________________________________
24113 [ 19348] By: jhi                                   on 2003/04/27  06:46:16
24114         Log: Subject: Re: [COMPLETE PATCH lib/UNIVERSAL.pm] RE: [perl #22018] UNIVERSAL documentatio n contradicts itself
24115              From: Casey West <casey@geeknest.com>
24116              Date: Thu, 24 Apr 2003 08:18:42 -0400
24117              Message-ID: <20030424121842.GW34510@geeknest.com>
24118      Branch: perl
24119            ! lib/UNIVERSAL.pm
24120 ____________________________________________________________________________
24121 [ 19346] By: jhi                                   on 2003/04/27  06:03:48
24122         Log: Document that restricted hashes are not atomic
24123              (from Dave Mitchell).
24124      Branch: perl
24125            ! lib/Hash/Util.pm
24126 ____________________________________________________________________________
24127 [ 19345] By: jhi                                   on 2003/04/27  05:59:39
24128         Log: Subject: [PATCH] Re: the revenge of the bride of the son of the night of the living pseudohashes
24129              From: Dave Mitchell <davem@fdgroup.com>
24130              Date: Sat, 26 Apr 2003 18:45:28 +0100
24131              Message-ID: <20030426174528.GA9588@fdgroup.com>
24132      Branch: perl
24133            ! hv.c lib/Hash/Util.t pod/perldiag.pod
24134 ____________________________________________________________________________
24135 [ 19344] By: rgs                                   on 2003/04/26  22:48:32
24136         Log: Some doc patches by Casey West :
24137
24138              Subject: Re: [PATCH] Re: [perl #21260] adding error handling info to perlfunc/readline
24139              From: Casey West <casey@geeknest.com>
24140              Date: Fri, 25 Apr 2003 10:46:39 -0400
24141              Message-ID: <20030425144639.GY34510@geeknest.com>
24142
24143              Subject: Re: [perl #21785] [PATCH] clarify readdir in for conditional
24144              From: Casey West <casey@geeknest.com>
24145              Date: Fri, 25 Apr 2003 07:52:13 -0400
24146              Message-ID: <20030425115213.GP34510@geeknest.com>
24147
24148              Subject: Re: [perl #7213] [PATCH] Updating example in perldata
24149              From: Casey West <casey@geeknest.com>
24150              Date: Thu, 24 Apr 2003 21:27:22 -0400
24151              Message-ID: <20030425012722.GN34510@geeknest.com>
24152      Branch: perl
24153            ! pod/perldata.pod pod/perlfunc.pod pod/perlsyn.pod
24154 ____________________________________________________________________________
24155 [ 19343] By: rgs                                   on 2003/04/26  22:30:07
24156         Log: Document that splice() doesn't extend arrays
24157              Subject: Re: slice autoextending ? still another revised doc patch; COW
24158              From: david nicol <whatever@davidnicol.com>
24159              Date: 22 Apr 2003 22:05:02 -0500
24160              Message-Id: <1051067101.1086.113.camel@plaza.davidnicol.com>
24161      Branch: perl
24162            ! pod/perlfunc.pod
24163 ____________________________________________________________________________
24164 [ 19342] By: sky                                   on 2003/04/26  21:43:32
24165         Log: Fix bug #15161 by increasing the refcount on the RE and making
24166              sure to restore it correctly. Deals with both s//e and s///g.
24167      Branch: perl
24168            ! pp_ctl.c pp_hot.c
24169 ____________________________________________________________________________
24170 [ 19341] By: jhi                                   on 2003/04/26  04:36:03
24171         Log: Integrate:
24172              [ 19340]
24173              Caught by Mark Lutz in UNICOS: A declaration cannot appear
24174              after an executable statement in a block.
24175      Branch: perl
24176           !> pp_pack.c
24177 ____________________________________________________________________________
24178 [ 19337] By: jhi                                   on 2003/04/25  20:19:36
24179         Log: Now the -Dnoextensions and -Dnoextensions have the
24180              chance of actually doing something.
24181      Branch: perl
24182            ! Configure
24183 ____________________________________________________________________________
24184 [ 19334] By: jhi                                   on 2003/04/25  19:48:31
24185         Log: Subject: [PATCH] Configure's extension sanity check is too strict
24186              From: Andy Dougherty <doughera@lafayette.edu>
24187              Date: Fri, 25 Apr 2003 16:23:45 -0400 (EDT)
24188              Message-ID: <Pine.SOL.4.53.0304251621250.24848@maxwell.phys.lafayette.edu>
24189      Branch: perl
24190            ! Configure
24191 ____________________________________________________________________________
24192 [ 19330] By: jhi                                   on 2003/04/25  14:11:33
24193         Log: Subject: [PATCH Encode 1.93] another spin on the enc_module.t merry-go-round
24194              From: "Craig A. Berry" <craigberry@mac.com>
24195              Date: Thu, 24 Apr 2003 20:09:48 -0500
24196              Message-ID: <3EA88ADC.3000300@mac.com>
24197      Branch: perl
24198            ! ext/Encode/t/enc_module.t
24199 ____________________________________________________________________________
24200 [ 19329] By: jhi                                   on 2003/04/25  07:06:49
24201         Log: Upgrade to Time::HiRes 1.46.
24202      Branch: perl
24203            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
24204            ! ext/Time/HiRes/Makefile.PL
24205 ____________________________________________________________________________
24206 [ 19328] By: jhi                                   on 2003/04/25  06:57:10
24207         Log: Subject: typo in Time::HiRes docs
24208              From: mjd@plover.com
24209              Date: 19 Apr 2003 15:13:44 -0000
24210              Message-ID: <20030419151344.28237.qmail@plover.com>
24211      Branch: perl
24212            ! ext/Time/HiRes/HiRes.pm
24213 ____________________________________________________________________________
24214 [ 19327] By: jhi                                   on 2003/04/25  04:45:05
24215         Log: Clarify(?) the perlio default layers table.
24216      Branch: perl
24217            ! lib/PerlIO.pm t/io/layers.t
24218 ____________________________________________________________________________
24219 [ 19326] By: jhi                                   on 2003/04/25  04:22:49
24220         Log: Upgrade to Test::Harness 2.28.
24221      Branch: perl
24222            ! lib/Test/Harness.pm lib/Test/Harness/Changes
24223            ! lib/Test/Harness/t/pod.t
24224 ____________________________________________________________________________
24225 [ 19325] By: jhi                                   on 2003/04/24  19:06:29
24226         Log: Upgrade to Encode 1.93.
24227      Branch: perl
24228            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Makefile.PL
24229            ! ext/Encode/lib/Encode/CJKConstants.pm
24230            ! ext/Encode/lib/Encode/CN/HZ.pm
24231            ! ext/Encode/lib/Encode/Encoding.pm
24232            ! ext/Encode/lib/Encode/Guess.pm
24233            ! ext/Encode/lib/Encode/KR/2022_KR.pm
24234            ! ext/Encode/lib/Encode/PerlIO.pod ext/Encode/t/CJKT.t
24235            ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_module.t
24236            ! ext/Encode/t/guess.t ext/Encode/ucm/euc-cn.ucm
24237            ! ext/Encode/ucm/euc-jp.ucm ext/Encode/ucm/euc-kr.ucm
24238 ____________________________________________________________________________
24239 [ 19323] By: jhi                                   on 2003/04/24  16:57:13
24240         Log: VMS patch for faststdio from Craig Berry.
24241      Branch: perl
24242            ! configure.com
24243 ____________________________________________________________________________
24244 [ 19320] By: rgs                                   on 2003/04/23  20:20:58
24245         Log: Subject: Re: [PATCH] [perl #18055] Clarify for bug resolution.
24246              From: Casey West <casey@geeknest.com>
24247              Date: Wed, 23 Apr 2003 14:03:20 -0400
24248              Message-ID: <20030423180320.GZ15574@geeknest.com>
24249      Branch: perl
24250            ! pod/perlmodlib.PL pod/perlmodlib.pod
24251 ____________________________________________________________________________
24252 [ 19319] By: rgs                                   on 2003/04/23  19:54:31
24253         Log: Subject: [perl #22011] [PATCH] pod/perlmod.pod (v5.8.0)
24254              From: Chris Pepper (via RT) <perlbug-followup@perl.org>
24255              Date: 22 Apr 2003 04:31:17 -0000
24256              Message-Id: <rt-22011-55473.11.0523590303906@bugs6.perl.org>
24257              (with minor further corrections)
24258      Branch: perl
24259            ! pod/perlmod.pod
24260 ____________________________________________________________________________
24261 [ 19316] By: rgs                                   on 2003/04/23  19:11:01
24262         Log: A new fatal error :
24263              Subject: [PATCH] Perl_croak("Use of freed value in iteration")
24264              From: Dave Mitchell <davem@fdgroup.com>
24265              Date: Mon, 21 Apr 2003 13:19:50 +0100
24266              Message-ID: <20030421121950.GB18189@fdgroup.com>
24267              Message-ID: <20030421125433.GC18189@fdgroup.com>
24268      Branch: perl
24269            ! pod/perldiag.pod pp_hot.c t/cmd/for.t
24270 ____________________________________________________________________________
24271 [ 19314] By: jhi                                   on 2003/04/23  18:53:46
24272         Log: Introduce 'fast stdio' symbols to non-Configure lands.
24273      Branch: perl
24274            ! NetWare/config.wc NetWare/config_H.wc configure.com
24275            ! epoc/config.sh plan9/config.plan9 plan9/config_h.sample
24276            ! plan9/config_sh.sample uconfig.h uconfig.sh win32/config.bc
24277            ! win32/config.gc win32/config.vc win32/config.vc64
24278            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
24279            ! win32/config_H.vc64 wince/config.ce wince/config_H.ce
24280 ____________________________________________________________________________
24281 [ 19312] By: jhi                                   on 2003/04/23  18:21:47
24282         Log: Regen Configure, Glossary, et alia.
24283      Branch: perl
24284            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
24285            ! config_h.SH
24286 ____________________________________________________________________________
24287 [ 19310] By: jhi                                   on 2003/04/23  08:34:33
24288         Log: Handle the combination of dosish and non-faststdio.
24289      Branch: perl
24290            ! t/io/layers.t
24291 ____________________________________________________________________________
24292 [ 19308] By: rgs                                   on 2003/04/22  20:53:20
24293         Log: Subject: 5.8.0: two problems
24294              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
24295              Date: Tue, 22 Apr 2003 11:43:17 -0700
24296              Message-ID: <20030422184316.GA8602@math.berkeley.edu>
24297      Branch: perl
24298            ! XSUB.h
24299 ____________________________________________________________________________
24300 [ 19307] By: ams                                   on 2003/04/22  16:39:51
24301         Log: Subject: [PATCH] Doc pointers in perlbot.
24302              From: Casey West <casey@geeknest.com>
24303              Date: Tue, 22 Apr 2003 11:19:09 -0400
24304              Message-Id: <20030422151909.GC11119@geeknest.com>
24305              (Applied by hand.)
24306      Branch: perl
24307            ! pod/perlbot.pod
24308 ____________________________________________________________________________
24309 [ 19306] By: jhi                                   on 2003/04/22  13:09:21
24310         Log: z/OS: changes for building threaded from "Brian De Pradine"
24311              <PRADINE@uk.ibm.com>.
24312      Branch: perl
24313            ! Makefile.SH hints/os390.sh thread.h util.c
24314 ____________________________________________________________________________
24315 [ 19305] By: jhi                                   on 2003/04/22  11:42:35
24316         Log: Enache's turn.
24317      Branch: perl
24318            ! ext/Encode/t/enc_module.t
24319 ____________________________________________________________________________
24320 [ 19304] By: jhi                                   on 2003/04/22  10:48:47
24321         Log: Re-merge Encode 1.92.
24322      Branch: perl
24323            ! ext/Encode/Makefile.PL ext/Encode/t/enc_module.t
24324 ____________________________________________________________________________
24325 [ 19302] By: jhi                                   on 2003/04/22  05:26:21
24326         Log: Argh, cut-and-pasto.
24327      Branch: perl
24328            ! perlio.c
24329 ____________________________________________________________________________
24330 [ 19301] By: sky                                   on 2003/04/21  21:33:14
24331         Log: Fix bug 17964 by properly refcounting the gv top.
24332              Seems like the entries in rsfp are way different than
24333              normal PVIO objects.
24334      Branch: perl
24335            ! sv.c
24336 ____________________________________________________________________________
24337 [ 19300] By: rgs                                   on 2003/04/21  19:42:04
24338         Log: Fix another segfault case (warn called from UNIVERSAL::DESTROY).
24339
24340              Subject: Re: [perl #21347] segfault in UNIVERSAL::AUTOLOAD
24341              From: Enache Adrian <enache@rdslink.ro>
24342              Date: Sun, 20 Apr 2003 02:45:48 +0300
24343              Message-ID: <20030419234548.GA849@ratsnest.hole>
24344              and
24345              Date: Wed, 2 Apr 2003 07:52:28 +0300
24346              Message-ID: <20030402045227.GA1023@ratsnest.hole>
24347      Branch: perl
24348            ! pp_sys.c t/op/ref.t util.c
24349 ____________________________________________________________________________
24350 [ 19299] By: sky                                   on 2003/04/21  17:05:31
24351         Log: Croak on non ref to shared methods instead of segfault.
24352              This can really only happen for &share("string").
24353      Branch: perl
24354            ! ext/threads/shared/shared.xs
24355 ____________________________________________________________________________
24356 [ 19297] By: jhi                                   on 2003/04/21  16:24:36
24357         Log: Add OpenZaurus cross-compilation patches.
24358      Branch: perl
24359            + Cross/Makefile Cross/Makefile.SH.patch Cross/TODO Cross/config
24360            + Cross/config.sh-arm-linux Cross/generate_config_sh
24361            + Cross/installperl.patch Cross/warp
24362            ! Cross/README INSTALL MANIFEST
24363 ____________________________________________________________________________
24364 [ 19289] By: sky                                   on 2003/04/21  13:24:40
24365         Log: Fixes bug #17043, resets PL_srand_called before the cloning.
24366              Allows people to override the resetting by using srand() in CLONE.
24367      Branch: perl
24368            ! ext/threads/t/thread.t ext/threads/threads.xs
24369 ____________________________________________________________________________
24370 [ 19286] By: jhi                                   on 2003/04/21  06:50:42
24371         Log: Introduce two new Configure symbols:
24372              [1] d_faststdio  = d_stdstdio && d_stdio_ptr_lval &&
24373              (d_stdio_cnt_lval || d_stdio_ptr_lval_sets_cnt)
24374              [2] usefaststdio = do we use fast stdio if we have it?
24375              For 5.[68], we do.  For anything else, we don't.
24376              (At least, unless otherwise instructed by -Dusefaststdio.)
24377              This means that for bleadperl we no more use stdio, but instead
24378              default to perlio: the effect of PERLIO=perlio, in other words.
24379              (PERLIO=stdio will still switch to using stdio.)
24380              This change may endanger extensions using FILE*-- but if we are
24381              to migrate fully to perlio, better start swallowing the poison now.
24382              For maintperl, the usefaststdio still defaults to yes.
24383      Branch: perl
24384            ! Configure config_h.SH perlio.c t/io/layers.t
24385 ____________________________________________________________________________
24386 [ 19285] By: jhi                                   on 2003/04/21  05:43:55
24387         Log: Upgrade to Locale::Maketext 1.05.
24388      Branch: perl
24389            ! lib/Locale/Maketext.pm lib/Locale/Maketext/ChangeLog
24390 ____________________________________________________________________________
24391 [ 19284] By: jhi                                   on 2003/04/21  05:40:34
24392         Log: Upgrade to Test 1.24.
24393      Branch: perl
24394            ! lib/Test.pm
24395 ____________________________________________________________________________
24396 [ 19283] By: rgs                                   on 2003/04/20  22:01:28
24397         Log: Subject: [PATCH] goto &sub doesn't empty @_
24398              From: Dave Mitchell <davem@fdgroup.com>
24399              Date: Sun, 20 Apr 2003 21:46:51 +0100
24400              Message-ID: <20030420204651.GE15591@fdgroup.com>
24401      Branch: perl
24402            ! pp_ctl.c
24403 ____________________________________________________________________________
24404 [ 19282] By: rgs                                   on 2003/04/20  21:22:29
24405         Log: Remove, in the main Makefile, the $(LDLIBPTH) variable from
24406              the commands that invoke $(CC).
24407              Subject: Re: Smoke failure
24408              From: Enache Adrian <enache@rdslink.ro>
24409              Date: Fri, 18 Apr 2003 19:06:07 +0300
24410              Message-ID: <20030418160606.GA797@ratsnest.hole>
24411      Branch: perl
24412            ! Makefile.SH
24413 ____________________________________________________________________________
24414 [ 19281] By: rgs                                   on 2003/04/20  19:53:53
24415         Log: Subject: Re: [perl #22000] AutoReply: [PATCH] Naughty sv_gets/RsRECORD bug
24416              From: Enache Adrian <enache@rdslink.ro>
24417              Date: Sat, 19 Apr 2003 20:12:18 +0300
24418              Message-ID: <20030419171218.GA974@ratsnest.hole>
24419      Branch: perl
24420            ! sv.c
24421 ____________________________________________________________________________
24422 [ 19280] By: rgs                                   on 2003/04/20  18:55:40
24423         Log: Document PERL_DEBUGGING_MSTATS in INSTALL and in the Win32 Makefile.
24424              Subject: [DOC PATCH 5.8.0] Re: Problem with Devel::Peek on Perl 5.8.0
24425              From: Steve Hay <steve.hay@uk.radan.com>
24426              Date: Wed, 16 Apr 2003 11:12:22 +0100
24427              Message-ID: <3E9D2C86.8040104@uk.radan.com>
24428      Branch: perl
24429            ! INSTALL win32/Makefile
24430 ____________________________________________________________________________
24431 [ 19278] By: jhi                                   on 2003/04/20  07:42:17
24432         Log: Give more information of what to do when -Dusexxx fail.
24433      Branch: perl
24434            ! Configure
24435 ____________________________________________________________________________
24436 [ 19277] By: rgs                                   on 2003/04/19  19:40:22
24437         Log: Fix bug #21347 (segfault in UNIVERSAL::AUTOLOAD with qr//)
24438              by adding a dummy destructor method Regexp::DESTROY.
24439              This prevents infinite recursion, since Regexp::DESTROY
24440              is no more autoloaded.
24441
24442              Subject: Re: [perl #21347] segfault in UNIVERSAL::AUTOLOAD
24443              From: Enache Adrian <enache@rdslink.ro>
24444              Date: Wed, 2 Apr 2003 05:02:42 +0300
24445              Message-ID: <20030402020242.GA2966@ratsnest.hole>
24446      Branch: perl
24447            ! ext/B/t/stash.t t/op/ref.t universal.c
24448 ____________________________________________________________________________
24449 [ 19276] By: rgs                                   on 2003/04/19  19:32:25
24450         Log: Subject: Re: [PATCH] [perl #21875] Hash ref transformed as a list
24451              From: Dave Mitchell <davem@fdgroup.com>
24452              Date: Sat, 19 Apr 2003 20:06:51 +0100
24453              Message-ID: <20030419190651.GD13333@fdgroup.com>
24454      Branch: perl
24455            ! t/comp/parser.t toke.c
24456 ____________________________________________________________________________
24457 [ 19275] By: jhi                                   on 2003/04/19  18:52:24
24458         Log: Restore the two variables retired by the change #19268
24459              (for binary backward compatibility)
24460      Branch: perl
24461            ! embedvar.h perlapi.h thrdvar.h
24462 ____________________________________________________________________________
24463 [ 19273] By: jhi                                   on 2003/04/19  17:36:33
24464         Log: Fail if the specified -Duse64xxx cannot be fulfilled.
24465              (And undo a doublesize probe glitch from change #19272.)
24466      Branch: perl
24467            ! Configure
24468 ____________________________________________________________________________
24469 [ 19272] By: jhi                                   on 2003/04/19  16:38:12
24470         Log: If long doubles fail, we really cannot sensibly
24471              drop back to doubles anymore, therefore abort.
24472              Pointed out by Slaven Rezic. (I tried to fix this
24473              via metaconfig but ended up with a vicious cyclic
24474              dependency.)
24475      Branch: perl
24476            ! Configure
24477 ____________________________________________________________________________
24478 [ 19270] By: jhi                                   on 2003/04/19  12:09:21
24479         Log: Upgrade to Net::Ping 2.30.
24480      Branch: perl
24481            ! lib/Net/Ping.pm lib/Net/Ping/Changes
24482            ! lib/Net/Ping/t/450_service.t
24483 ____________________________________________________________________________
24484 [ 19269] By: jhi                                   on 2003/04/19  07:10:57
24485         Log: Bump the test count.
24486      Branch: perl
24487            ! ext/Storable/t/tied.t
24488 ____________________________________________________________________________
24489 [ 19268] By: jhi                                   on 2003/04/19  07:06:13
24490         Log: Subject: [PATCH] allow recursive FETCHes
24491              From: Dave Mitchell <davem@fdgroup.com>
24492              Date: Mon, 7 Apr 2003 10:00:41 +0100
24493              Message-ID: <20030407100041.A1617@fdgroup.com>
24494      Branch: perl
24495            ! av.c dump.c embed.fnc embed.h embedvar.h
24496            ! ext/Storable/t/st-dump.pl hv.c perl.c perlapi.h proto.h sv.c
24497            ! sv.h t/op/tie.t thrdvar.h
24498 ____________________________________________________________________________
24499 [ 19267] By: jhi                                   on 2003/04/19  06:54:34
24500         Log: Subject: [PATCH] readline.t tweak for VMS
24501              From: "Craig A. Berry" <craigberry@mac.com>
24502              Date: Thu, 17 Apr 2003 17:18:19 -0500
24503              Message-ID: <3E9F282B.6090603@mac.com>
24504      Branch: perl
24505            ! t/op/readline.t
24506 ____________________________________________________________________________
24507 [ 19266] By: jhi                                   on 2003/04/19  06:46:48
24508         Log: Subject: [PATCH] Re: any takers for this Storable bug?
24509              From: Enache Adrian <enache@rdslink.ro>
24510              Date: Wed, 16 Apr 2003 21:11:11 +0300
24511              Message-ID: <20030416181111.GA6687@ratsnest.hole>
24512
24513              ams had already fixed the bug by #19227, but take the
24514              test case.
24515      Branch: perl
24516            ! ext/Storable/t/tied.t
24517 ____________________________________________________________________________
24518 [ 19265] By: sky                                   on 2003/04/19  00:40:42
24519         Log: Don't use the stack to allocate a SV that we hand out to another
24520              function, only badness can ensure.
24521              Message-Id: <20030418180131.GD10086@fdgroup.com>
24522              Thanks go to Dave Mitchell for help in tracking down the bug!
24523      Branch: perl
24524            ! sv.c
24525 ____________________________________________________________________________
24526 [ 19264] By: jhi                                   on 2003/04/18  19:28:04
24527         Log: UTF8 regexp patch from Inaba Hiroto.
24528      Branch: perl
24529            ! regcomp.c t/op/pat.t
24530 ____________________________________________________________________________
24531 [ 19263] By: jhi                                   on 2003/04/18  19:16:43
24532         Log: Unused variables.
24533      Branch: perl
24534            ! perlio.c universal.c
24535 ____________________________________________________________________________
24536 [ 19262] By: sky                                   on 2003/04/17  20:02:33
24537         Log: Another needle in the voodoo doll.
24538              Now I think it should work with the shared
24539              strings.
24540      Branch: perl
24541            ! sv.c
24542 ____________________________________________________________________________
24543 [ 19254] By: sky                                   on 2003/04/17  17:31:52
24544         Log: Extreme Voodoo programming, by not pinching the SV if it is a
24545              PADTMP it happily keeps it's value later on!
24546      Branch: perl
24547            ! sv.c
24548 ____________________________________________________________________________
24549 [ 19253] By: jhi                                   on 2003/04/17  17:09:16
24550         Log: Implement -Dnoextensions=... and -Donlyextensions=...
24551      Branch: perl
24552            ! Configure INSTALL
24553 ____________________________________________________________________________
24554 [ 19252] By: ams                                   on 2003/04/17  16:19:31
24555         Log: Speculative fix: don't set GvNAMELEN to 1 if GvNAME is "".
24556              Anything that's broken by this change should be fixed.
24557      Branch: perl
24558            ! gv.c
24559 ____________________________________________________________________________
24560 [ 19251] By: jhi                                   on 2003/04/17  15:39:56
24561         Log: Introduce the new *l APIs, undefined, to non-Configure lands.
24562      Branch: perl
24563            ! NetWare/config.wc NetWare/config_H.wc configure.com
24564            ! djgpp/configure.bat epoc/config.sh plan9/config.plan9
24565            ! plan9/config_h.sample plan9/config_sh.sample win32/config.bc
24566            ! win32/config.gc win32/config.vc win32/config.vc64
24567            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
24568            ! win32/config_H.vc64 wince/config.ce wince/config_H.ce
24569 ____________________________________________________________________________
24570 [ 19250] By: jhi                                   on 2003/04/17  15:07:08
24571         Log: Regen Glossary et alia.
24572      Branch: perl
24573            ! Porting/Glossary Porting/config.sh Porting/config_H
24574 ____________________________________________________________________________
24575 [ 19248] By: jhi                                   on 2003/04/17  14:53:41
24576         Log: Small tidying up of the selectminbits code, but most
24577              importantly allocate the buffer from the heap using
24578              malloc, not from the stack: using stack causes unaligned
24579              access in LP64 Solaris since stack data is not guaranteed
24580              to be 64-bit aligned, while a fd_set is (it has 1024 longs).
24581              (via Alan Burlison)
24582      Branch: perl
24583            ! Configure
24584 ____________________________________________________________________________
24585 [ 19247] By: ams                                   on 2003/04/17  12:24:57
24586         Log: Subject: Re: [perl #21950] 5.8.x -- :scalar and magic strings
24587              From: Enache Adrian <enache@rdslink.ro>
24588              Date: Thu, 17 Apr 2003 14:35:36 +0300
24589              Message-Id: <20030417113536.GA898@ratsnest.hole>
24590      Branch: perl
24591            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
24592 ____________________________________________________________________________
24593 [ 19245] By: jhi                                   on 2003/04/17  09:20:27
24594         Log: Document that the open pragma does not affect
24595              the three-headed hydra, ummm, open.
24596      Branch: perl
24597            ! lib/open.pm
24598 ____________________________________________________________________________
24599 [ 19244] By: jhi                                   on 2003/04/17  06:45:26
24600         Log: More maneuvering closer to proposed POSIX classes
24601              mapping to Unicode: (1) The definitions of "graph" and
24602              "print" are still in flux: move closer back to how Perl
24603              5.8.0 defined it (though drop Co, that did not make sense)
24604              (2) Add U+0085 (NEL) to "space".
24605      Branch: perl
24606            ! lib/unicore/lib/Graph.pl lib/unicore/lib/Print.pl
24607            ! lib/unicore/lib/Space.pl lib/unicore/mktables
24608 ____________________________________________________________________________
24609 [ 19243] By: jhi                                   on 2003/04/17  05:29:24
24610         Log: Detect the 'fast stdio' case.
24611      Branch: perl
24612            ! lib/PerlIO.pm t/io/layers.t
24613 ____________________________________________________________________________
24614 [ 19242] By: jhi                                   on 2003/04/16  20:14:01
24615         Log: Fix up Larry's copyright statements to my best knowledge.
24616              (Lots of Perl 5 source code archaeology was involved.)
24617              Larry didn't make strangled noises when I showed him
24618              the patch, either :-)
24619      Branch: perl
24620            ! EXTERN.h INTERN.h Porting/pumpkin.pod README XSUB.h av.c av.h
24621            ! cc_runtime.h cop.h cv.h deb.c doio.c doop.c dosish.h dump.c
24622            ! embed.h embed.pl embedvar.h fakesdio.h fakethr.h form.h
24623            ! global.sym globals.c gv.c gv.h handy.h hv.c hv.h keywords.h
24624            ! keywords.pl locale.c mg.c mg.h miniperlmain.c nostdio.h
24625            ! numeric.c op.c op.h opcode.h opcode.pl opnames.h pad.c pad.h
24626            ! patchlevel.h perl.c perl.h perlapi.c perlapi.h perlio.h
24627            ! perlsdio.h perlsfio.h perlvars.h pp.c pp.h pp_ctl.c pp_hot.c
24628            ! pp_pack.c pp_sort.c pp_sys.c proto.h reentr.c reentr.h
24629            ! reentr.pl regcomp.c regcomp.h regexec.c regexp.h run.c scope.c
24630            ! scope.h sv.c sv.h taint.c thrdvar.h thread.h toke.c
24631            ! universal.c unixish.h utf8.c utf8.h utfebcdic.h util.c util.h
24632            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
24633            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
24634            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c xsutils.c
24635 ____________________________________________________________________________
24636 [ 19241] By: jhi                                   on 2003/04/16  17:24:24
24637         Log: Handle PERLIO= and document a bit.
24638      Branch: perl
24639            ! lib/PerlIO.pm pod/perlrun.pod t/io/layers.t
24640 ____________________________________________________________________________
24641 [ 19240] By: sky                                   on 2003/04/16  16:27:43
24642         Log: Fix double join problem for those places where free
24643              actually means free (solaris for example :)
24644              Fixes bug #16681
24645      Branch: perl
24646            ! ext/threads/t/join.t ext/threads/threads.xs
24647 ____________________________________________________________________________
24648 [ 19239] By: jhi                                   on 2003/04/16  14:57:47
24649         Log: Try to get the layers.t working also for dosish platforms.
24650      Branch: perl
24651            ! lib/PerlIO.pm t/io/layers.t
24652 ____________________________________________________________________________
24653 [ 19238] By: jhi                                   on 2003/04/16  13:27:24
24654         Log: A -C parsed from the #! line can still have line endings in it.
24655      Branch: perl
24656            ! util.c
24657 ____________________________________________________________________________
24658 [ 19237] By: jhi                                   on 2003/04/16  13:23:37
24659         Log: What does an empty PERLIO= mean, anyway?
24660      Branch: perl
24661            ! t/io/layers.t
24662 ____________________________________________________________________________
24663 [ 19236] By: jhi                                   on 2003/04/16  13:09:42
24664         Log: Document the effect of thread creation context.
24665      Branch: perl
24666            ! ext/threads/threads.pm
24667 ____________________________________________________________________________
24668 [ 19235] By: jhi                                   on 2003/04/16  12:13:07
24669         Log: Use the right prototype and a glob is fine (from Rafael).
24670      Branch: perl
24671            ! lib/PerlIO.pm universal.c
24672 ____________________________________________________________________________
24673 [ 19234] By: jhi                                   on 2003/04/16  10:20:46
24674         Log: PerlIO::get_layers() usage tip.
24675      Branch: perl
24676            ! lib/PerlIO.pm
24677 ____________________________________________________________________________
24678 [ 19233] By: jhi                                   on 2003/04/16  10:07:48
24679         Log: Syntax terror.
24680      Branch: perl
24681            ! lib/unicore/mktables
24682 ____________________________________________________________________________
24683 [ 19232] By: jhi                                   on 2003/04/16  09:45:51
24684         Log: Redundant test.
24685      Branch: perl
24686            ! lib/unicore/mktables
24687 ____________________________________________________________________________
24688 [ 19231] By: jhi                                   on 2003/04/16  09:21:25
24689         Log: Synchronize the specifications of the POSIX character
24690              classes alnum, graph, and print closer to the planned
24691              Unicode proposal.
24692      Branch: perl
24693            ! lib/unicore/lib/Alnum.pl lib/unicore/lib/Graph.pl
24694            ! lib/unicore/lib/Print.pl lib/unicore/mktables utf8.c
24695 ____________________________________________________________________________
24696 [ 19230] By: jhi                                   on 2003/04/16  08:57:01
24697         Log: Patch from Merijn.
24698      Branch: perl
24699            ! perl.h
24700 ____________________________________________________________________________
24701 [ 19228] By: jhi                                   on 2003/04/16  08:27:26
24702         Log: Thinko in modfl detection.
24703      Branch: perl
24704            ! Configure
24705 ____________________________________________________________________________
24706 [ 19227] By: ams                                   on 2003/04/16  02:32:11
24707         Log: Storable now handles self-tied scalars with NULL mg_obj.
24708      Branch: perl
24709            ! ext/Storable/Storable.xs
24710 ____________________________________________________________________________
24711 [ 19226] By: jhi                                   on 2003/04/15  18:00:21
24712         Log: Upgrade to Pod::LaTeX 0.55.
24713      Branch: perl
24714            + lib/Pod/t/pod2latex.t
24715            - lib/Pod/t/latex.t
24716            ! MANIFEST lib/Pod/LaTeX.pm pod/pod2latex.PL
24717 ____________________________________________________________________________
24718 [ 19224] By: jhi                                   on 2003/04/15  17:01:27
24719         Log: The 'disable-longdouble-if-no-modfl-sqrtl' part didn't stick.
24720      Branch: perl
24721            ! Configure
24722 ____________________________________________________________________________
24723 [ 19223] By: jhi                                   on 2003/04/15  16:36:32
24724         Log: Handle PERLIO=stdio, PERLIO=perlio, PERLIO=mmap, and no PERLIO.
24725      Branch: perl
24726            ! t/io/layers.t
24727 ____________________________________________________________________________
24728 [ 19221] By: jhi                                   on 2003/04/15  16:27:49
24729         Log: False alarm: no cyclic dependency.
24730      Branch: perl
24731            ! Configure config_h.SH
24732 ____________________________________________________________________________
24733 [ 19219] By: jhi                                   on 2003/04/15  16:08:11
24734         Log: Backport of _most_ of the changes in #19218: not one big
24735              cyclic dependency, though, it must be broken up somehow.
24736      Branch: perl
24737            ! Configure config_h.SH
24738 ____________________________________________________________________________
24739 [ 19218] By: jhi                                   on 2003/04/15  14:09:31
24740         Log: Big patch from Alan Burlison to make Solaris long doubles work.
24741              (Also spreads more <stdlib.h> joy.)
24742              Needs backporting to metaconfig units and introducing the new
24743              symbols to non-Configure lands.
24744      Branch: perl
24745            ! Configure config_h.SH hints/solaris_2.sh numeric.c perl.h pp.c
24746 ____________________________________________________________________________
24747 [ 19217] By: jhi                                   on 2003/04/15  14:01:03
24748         Log: Don't skip the whole test for PERLIO=perlio.
24749      Branch: perl
24750            ! t/io/layers.t
24751 ____________________________________________________________________________
24752 [ 19215] By: jhi                                   on 2003/04/15  05:54:17
24753         Log: Add a test for [perl #17753].
24754      Branch: perl
24755            ! t/op/undef.t
24756 ____________________________________________________________________________
24757 [ 19214] By: jhi                                   on 2003/04/15  05:40:52
24758         Log: "proto.h": 'id' is a reserved word in Objective-C.
24759      Branch: perl
24760            ! embed.fnc op.c proto.h
24761 ____________________________________________________________________________
24762 [ 19213] By: sky                                   on 2003/04/14  21:42:10
24763         Log: Ook, run tests on correct build-dir next time.
24764              We must check if the hv is a stash, otherwise we try to delete
24765              something that is a HvNAME of null.....  tests pass better now
24766      Branch: perl
24767            ! gv.c
24768 ____________________________________________________________________________
24769 [ 19212] By: sky                                   on 2003/04/14  21:15:00
24770         Log: Fixes to bugs introduced by PL_stashcache
24771              A) Follow suggestion by Benjamin Goldberg to use hv_delete
24772              instead of hv_delete_ent to avoid creating a temporary SV
24773              B) Don't increment the refcount, sneak it into an IV instead
24774              C) When a GP is a deleted that contains a stash, remove the
24775              corresponding entry since hv might be in use in other places.
24776              D) Note that no test cases test the deletion of packages to catch
24777              this bug.
24778      Branch: perl
24779            ! gv.c hv.c pp_hot.c
24780 ____________________________________________________________________________
24781 [ 19211] By: rgs                                   on 2003/04/14  21:11:11
24782         Log: Mention that "make test_harness" lets messages sent through
24783              standard error out. Complements change #19206.
24784      Branch: perl
24785            ! pod/perlhack.pod
24786 ____________________________________________________________________________
24787 [ 19210] By: rgs                                   on 2003/04/14  20:48:02
24788         Log: Subject: Re: Parse::RecDescent triggers infinete loop in perl5.9.0 and 5.8.1  [perl #17757]
24789              From: Inaba Hiroto <inaba@st.rim.or.jp>
24790              Date: Fri, 21 Mar 2003 17:35:21 +0900
24791              Message-ID: <3E7ACEC8.E0D57221@st.rim.or.jp>
24792              Date: Sat, 22 Mar 2003 11:28:05 +0900
24793              Message-ID: <3E7BCA34.6824269F@st.rim.or.jp>
24794      Branch: perl
24795            ! regexec.c t/op/pat.t
24796 ____________________________________________________________________________
24797 [ 19209] By: jhi                                   on 2003/04/14  20:36:55
24798         Log: PERLIO=perlio requires extra steps.
24799      Branch: perl
24800            ! lib/PerlIO.pm t/io/layers.t
24801 ____________________________________________________________________________
24802 [ 19208] By: jhi                                   on 2003/04/14  20:02:04
24803         Log: Skip as early as possible if no perlio since the
24804              use open would be compile-time.
24805      Branch: perl
24806            ! t/io/layers.t
24807 ____________________________________________________________________________
24808 [ 19207] By: rgs                                   on 2003/04/14  19:34:42
24809         Log: Document and test autovivified dirhandles.
24810              Subject: [perl #21952] [patch] t/op/readdir.t and perlfunc.pod
24811              From: Nathan Torkington (via RT) <perlbug-followup@perl.org>
24812              Date: 12 Apr 2003 12:40:45 -0000
24813              Message-Id: <rt-21952-55079.8.08945458828887@bugs6.perl.org>
24814      Branch: perl
24815            ! pod/perlfunc.pod t/op/readdir.t
24816 ____________________________________________________________________________
24817 [ 19206] By: rgs                                   on 2003/04/14  19:13:26
24818         Log: More docs about running tests and the test suite.
24819              Update perlhack.pod in various places.
24820              Add 'test_harness' as a .PHONY dependency in the Makefile.
24821      Branch: perl
24822            ! Makefile.SH pod/perlhack.pod t/README
24823 ____________________________________________________________________________
24824 [ 19205] By: jhi                                   on 2003/04/14  18:58:01
24825         Log: Build get_layers() also under -Uuseperlio.
24826      Branch: perl
24827            ! universal.c
24828 ____________________________________________________________________________
24829 [ 19204] By: jhi                                   on 2003/04/14  18:48:04
24830         Log: Bump up the version and admonish against aspiring (ab)use.
24831      Branch: perl
24832            ! lib/PerlIO.pm
24833 ____________________________________________________________________________
24834 [ 19203] By: jhi                                   on 2003/04/14  17:35:51
24835         Log: Introduce PerlIO::get_layers() to allow people to peek
24836              at the PerlIO layer stack.
24837      Branch: perl
24838            + t/io/layers.t
24839            ! MANIFEST lib/PerlIO.pm perlio.c perlio.h t/io/open.t
24840            ! universal.c
24841 ____________________________________________________________________________
24842 [ 19202] By: merijn                                on 2003/04/14  05:42:18
24843         Log: Subject: [PATCH] vms/vms.c waitpid tweak
24844              From: "Craig A. Berry" <craigberry@mac.com>
24845              Date: Mon, 14 Apr 2003 00:43:00 -0500
24846              Message-ID: <3E9A4A64.6030205@mac.com>
24847      Branch: perl
24848            ! vms/vms.c
24849 ____________________________________________________________________________
24850 [ 19201] By: sky                                   on 2003/04/13  19:26:46
24851         Log: Fix bug #16253, use all the CPU that we can :-)
24852      Branch: perl
24853            ! ext/threads/threads.xs
24854 ____________________________________________________________________________
24855 [ 19200] By: sky                                   on 2003/04/13  18:38:58
24856         Log: Fix bug #15893 by creating shared scalars with a refcount of 1
24857              instead of 2 and make push and pop increase the refcount.
24858      Branch: perl
24859            ! ext/threads/shared/shared.xs
24860 ____________________________________________________________________________
24861 [ 19199] By: jhi                                   on 2003/04/13  11:45:42
24862         Log: Because we chdir to 'Big-Dummy' the lib/utf8.pm may be at
24863              ../../lib for the lc() at line 66 (UTF-8 data possible
24864              if using UTF-8 locales).
24865      Branch: perl
24866            ! lib/ExtUtils/t/Install.t
24867 ____________________________________________________________________________
24868 [ 19198] By: jhi                                   on 2003/04/13  09:43:09
24869         Log: The lib/ipc_sysv.t test has a new name.
24870      Branch: perl
24871            ! INSTALL
24872 ____________________________________________________________________________
24873 [ 19197] By: jhi                                   on 2003/04/13  09:32:05
24874         Log: Continue hunting for the cause of the Tru64 failed threaded smokes
24875              most probably introduced by the change #19157.  The tweak suggested
24876              by Stephen McCamant trades a possible dangling pointer (CopFILE()
24877              is tricky like that with threads) to a memory leak.  (This means
24878              that this tweak shouldn't be left in as-is, but if this helps,
24879              we at least know that the failure was caused by the #19157.)
24880      Branch: perl
24881            ! op.c
24882 ____________________________________________________________________________
24883 [ 19196] By: jhi                                   on 2003/04/13  09:20:02
24884         Log: Upgrade to Net::Ping 2.29.
24885      Branch: perl
24886            + lib/Net/Ping/t/510_ping_udp.t
24887            - lib/Net/Ping/README
24888            ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/Changes
24889 ____________________________________________________________________________
24890 [ 19195] By: jhi                                   on 2003/04/13  09:02:05
24891         Log: Upgrade to Test::Harness 2.27_04.
24892      Branch: perl
24893            + lib/Test/Harness/t/pod.t t/lib/sample-tests/switches
24894            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Straps.pm
24895            ! lib/Test/Harness/t/test-harness.t
24896 ____________________________________________________________________________
24897 [ 19194] By: rgs                                   on 2003/04/12  21:21:04
24898         Log: Darwin/Rhapsody hints files updates by Wilfredo Sánchez
24899      Branch: perl
24900            ! hints/darwin.sh hints/rhapsody.sh
24901 ____________________________________________________________________________
24902 [ 19192] By: jhi                                   on 2003/04/12  18:23:40
24903         Log: The debugging aid #19182 didn't.
24904      Branch: perl
24905            ! ext/B/t/deparse.t
24906 ____________________________________________________________________________
24907 [ 19191] By: jhi                                   on 2003/04/12  16:51:12
24908         Log: Benchmark nit from Nick Clark (in OpenBSD the result could
24909              be a negative zero, -0).
24910      Branch: perl
24911            ! lib/Benchmark.t
24912 ____________________________________________________________________________
24913 [ 19190] By: rgs                                   on 2003/04/12  13:41:25
24914         Log: Subject: [PATCH] MakeMaker 6.10_02 -> 6.10_03
24915              From: Michael G Schwern <schwern@pobox.com>
24916              Date: Fri, 11 Apr 2003 00:32:02 -0700
24917              Message-ID: <20030411073202.GC5916@windhund.schwern.org>
24918      Branch: perl
24919            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_MacOS.pm
24920            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
24921            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/TODO
24922            ! lib/ExtUtils/t/00compile.t lib/ExtUtils/t/00setup_dummy.t
24923            ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/basic.t
24924            ! lib/ExtUtils/t/zz_cleanup_dummy.t
24925 ____________________________________________________________________________
24926 [ 19189] By: rgs                                   on 2003/04/10  20:40:14
24927         Log: Peter Scott suggests that the docs for base.pm should
24928              state explicitely that base.pm doesn't call import()
24929              on base classes. Plus a few typos.
24930      Branch: perl
24931            ! lib/base.pm
24932 ____________________________________________________________________________
24933 [ 19188] By: rgs                                   on 2003/04/10  19:45:08
24934         Log: PerlFAQ sync.
24935      Branch: perl
24936            ! pod/perlfaq.pod pod/perlfaq3.pod pod/perlfaq4.pod
24937            ! pod/perlfaq7.pod pod/perlfaq9.pod
24938 ____________________________________________________________________________
24939 [ 19187] By: rgs                                   on 2003/04/10  19:25:18
24940         Log: Fix bug #21914, 3-arg open + local $fh + strict coredump.
24941              There used to be a nullstash (%{"<none>::"}) to hold illegal
24942              variables under strict 'vars'. It has been removed by change #17942.
24943              This can lead to segfaults during the parsing, because some illegal
24944              variables might have been discarded before the compilation of the
24945              current statement had completed.
24946              Bug analysis and test case by Enache Adrian.
24947      Branch: perl
24948            ! gv.c t/lib/strict/vars
24949 ____________________________________________________________________________
24950 [ 19186] By: jhi                                   on 2003/04/10  19:13:40
24951         Log: Be more descriptive.
24952      Branch: perl
24953            ! MANIFEST
24954 ____________________________________________________________________________
24955 [ 19185] By: jhi                                   on 2003/04/10  19:06:02
24956         Log: Noted by Nat: -0 didn't work that well with Unicode.
24957      Branch: perl
24958            ! perl.c pod/perlrun.pod
24959 ____________________________________________________________________________
24960 [ 19184] By: jhi                                   on 2003/04/10  17:26:43
24961         Log: Add an option for the grok_xxx() to silently ignore bad digits.
24962      Branch: perl
24963            ! numeric.c perl.h
24964 ____________________________________________________________________________
24965 [ 19183] By: jhi                                   on 2003/04/10  10:56:25
24966         Log: The test doesn't work that well when -Uusedl.
24967              Some of the tests could be salvaged even then I guess.
24968      Branch: perl
24969            ! lib/ExtUtils/t/Constant.t
24970 ____________________________________________________________________________
24971 [ 19182] By: jhi                                   on 2003/04/10  09:40:24
24972         Log: A temporary debugging aid for Tru64 threaded builds.
24973      Branch: perl
24974            ! ext/B/t/deparse.t
24975 ____________________________________________________________________________
24976 [ 19181] By: jhi                                   on 2003/04/10  08:02:10
24977         Log: Unless Inuits are involved...
24978      Branch: perl
24979            ! pod/perlrun.pod
24980 ____________________________________________________________________________
24981 [ 19180] By: jhi                                   on 2003/04/10  07:02:44
24982         Log: With AFS the cwds have little chance of agreeing.
24983      Branch: perl
24984            ! ext/Cwd/t/cwd.t
24985 ____________________________________________________________________________
24986 [ 19179] By: jhi                                   on 2003/04/10  06:46:50
24987         Log: I assume the idea was to use the *cwd variables for testing.
24988      Branch: perl
24989            ! ext/Cwd/t/cwd.t
24990 ____________________________________________________________________________
24991 [ 19177] By: jhi                                   on 2003/04/10  04:34:48
24992         Log: perlport information about portably embedding string data.
24993      Branch: perl
24994            ! pod/perlport.pod
24995 ____________________________________________________________________________
24996 [ 19176] By: jhi                                   on 2003/04/10  04:18:45
24997         Log: Also locale names can contain illegal UTF-8.
24998      Branch: perl
24999            ! lib/locale.t
25000 ____________________________________________________________________________
25001 [ 19175] By: jhi                                   on 2003/04/10  04:03:48
25002         Log: In case someone is using UTF-8 locales.
25003      Branch: perl
25004            ! lib/ExtUtils/MM_MacOS.pm
25005 ____________________________________________________________________________
25006 [ 19174] By: merijn                                on 2003/04/09  14:33:12
25007         Log: Even more promotion for -lc128 (long doubles on AIX)
25008              More obvious detection of C compiler
25009              cc_type should not promote to config.sh
25010
25011              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
25012              Date: Wed, 09 Apr 2003 14:31:48 +0200
25013              Message-Id: <20030409143007.B4A4.H.M.BRAND@hccnet.nl>
25014      Branch: perl
25015            ! hints/aix.sh
25016 ____________________________________________________________________________
25017 [ 19173] By: jhi                                   on 2003/04/09  12:39:35
25018         Log: open(my $fh, ">&", STDOUT) should not warn under strict.
25019      Branch: perl
25020            ! op.c t/io/open.t
25021 ____________________________________________________________________________
25022 [ 19172] By: jhi                                   on 2003/04/09  10:40:31
25023         Log: Try to be more descriptive than just __ANONIO__ which is what
25024              you get when you autovivify filehandles into array/hash elements.
25025      Branch: perl
25026            ! doio.c op.c t/io/open.t
25027 ____________________________________________________________________________
25028 [ 19171] By: rgs                                   on 2003/04/08  20:44:20
25029         Log: Implement support for --help and --version in Getopt::Std
25030              Subject: Re: [PATCH 5.8.1 @19053] Getopt::Std
25031              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
25032              Date: Mon, 7 Apr 2003 17:07:15 -0700
25033              Message-ID: <20030408000714.GA953@math.berkeley.edu>
25034      Branch: perl
25035            ! lib/Getopt/Std.pm
25036 ____________________________________________________________________________
25037 [ 19170] By: rgs                                   on 2003/04/08  19:47:05
25038         Log: Subject: [PATCH] Re: Error: Unknown error
25039              From: Enache Adrian <enache@rdslink.ro>
25040              Date: Tue, 8 Apr 2003 07:12:13 +0300
25041              Message-ID: <20030408041213.GA13553@ratsnest.hole>
25042      Branch: perl
25043            ! lib/fields.t lib/strict.t op.c t/lib/strict/subs
25044 ____________________________________________________________________________
25045 [ 19169] By: rgs                                   on 2003/04/08  19:19:34
25046         Log: Subject: [PATCH] (vaguely connected with) [perl #21875] Hash ref transformed as a list
25047              From: Dave Mitchell <davem@fdgroup.com>
25048              Date: Mon, 7 Apr 2003 21:43:17 +0100
25049              Message-ID: <20030407204317.GA8796@fdgroup.com>
25050
25051              The new XTERMORDORDOR lexer expectation must also be named
25052              in debugging perls, to be used in the output of -DT.
25053      Branch: perl
25054            ! perl.h toke.c
25055 ____________________________________________________________________________
25056 [ 19168] By: rgs                                   on 2003/04/08  19:05:22
25057         Log: Document that perl recognizes 2>&1 on the command-line on VMS.
25058      Branch: perl
25059            ! vms/perlvms.pod
25060 ____________________________________________________________________________
25061 [ 19167] By: rgs                                   on 2003/04/08  18:47:18
25062         Log: Typos fixes by Stas Bekman.
25063      Branch: perl
25064            ! cv.h lib/attributes.pm sv.h
25065 ____________________________________________________________________________
25066 [ 19166] By: rgs                                   on 2003/04/08  18:43:22
25067         Log: Subject: [PATCH pod/perlpod.pod] was RE: How cross-platform is `foo 2>&1`  these days?
25068              From: Robin Barker <Robin.Barker@npl.co.uk>
25069              Date: Tue, 8 Apr 2003 14:23:04 +0100
25070              Message-ID: <533D273D4014D411AB1D00062938C4D904046395@hotel.npl.co.uk>
25071      Branch: perl
25072            ! pod/perlpod.pod
25073 ____________________________________________________________________________
25074 [ 19164] By: jhi                                   on 2003/04/08  04:42:05
25075         Log: Few more words about safe/unsafe signals.
25076      Branch: perl
25077            ! pod/perlipc.pod pod/perlrun.pod pod/perlvar.pod
25078 ____________________________________________________________________________
25079 [ 19163] By: jhi                                   on 2003/04/07  19:25:39
25080         Log: The SvGROW() might move the PV.
25081      Branch: perl
25082            ! pp.c
25083 ____________________________________________________________________________
25084 [ 19162] By: jhi                                   on 2003/04/07  18:23:29
25085         Log: Subject: Re: [PATCH] ExtUtils::MakeMaker 6.10_02
25086              From: Michael G Schwern <schwern@pobox.com>
25087              Date: Mon, 7 Apr 2003 02:09:17 -0700
25088              Message-ID: <20030407090917.GA9221@windhund.schwern.org>
25089      Branch: perl
25090            + lib/ExtUtils/t/MM_Any.t
25091            ! MANIFEST lib/ExtUtils/Command.pm lib/ExtUtils/Command/MM.pm
25092            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
25093            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Liblist/Kid.pm
25094            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_BeOS.pm
25095            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_DOS.pm
25096            ! lib/ExtUtils/MM_MacOS.pm lib/ExtUtils/MM_NW5.pm
25097            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_UWIN.pm
25098            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
25099            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm
25100            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/FAQ.pod
25101            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/PATCHING
25102            ! lib/ExtUtils/README lib/ExtUtils/TODO
25103            ! lib/ExtUtils/t/00compile.t lib/ExtUtils/t/MM_Cygwin.t
25104            ! lib/ExtUtils/t/basic.t t/lib/MakeMaker/Test/Utils.pm
25105 ____________________________________________________________________________
25106 [ 19160] By: jhi                                   on 2003/04/07  04:17:38
25107         Log: Time::HiRes: Do not create files in blib directories under core
25108              (from Rafael)
25109      Branch: perl
25110            ! ext/Time/HiRes/Makefile.PL
25111 ____________________________________________________________________________
25112 [ 19159] By: jhi                                   on 2003/04/07  03:53:01
25113         Log: Future binary compat wishful thinking:
25114              maint will use the stashcache, but not the dbassertion.
25115      Branch: perl
25116            ! intrpvar.h
25117 ____________________________________________________________________________
25118 [ 19158] By: jhi                                   on 2003/04/07  03:41:17
25119         Log: More WinCE tweaking for Vadim Konovalov.
25120      Branch: perl
25121            ! wince/Makefile.ce wince/compile-all.bat wince/compile.bat
25122            ! wince/makedist.pl
25123 ____________________________________________________________________________
25124 [ 19157] By: rgs                                   on 2003/04/06  20:53:29
25125         Log: Subject: CvFILE for constant subs
25126              From: Stephen McCamant <smcc@mit.edu>
25127              Date: Sun, 6 Apr 2003 16:39:13 -0400
25128              Message-ID: <16016.36977.667436.279778@syllepsis.MIT.EDU>
25129      Branch: perl
25130            ! op.c
25131 ____________________________________________________________________________
25132 [ 19156] By: rgs                                   on 2003/04/06  20:44:09
25133         Log: Subject: [PATCH] B::Deparse: sv_no != 0
25134              From: Stephen McCamant <smcc@mit.edu>
25135              Date: Sun, 6 Apr 2003 17:00:48 -0400
25136              Message-ID: <16016.38272.921140.343901@syllepsis.MIT.EDU>
25137      Branch: perl
25138            ! ext/B/B/Deparse.pm
25139 ____________________________________________________________________________
25140 [ 19154] By: jhi                                   on 2003/04/06  19:46:35
25141         Log: An unconditional carp is not nice.
25142      Branch: perl
25143            ! ext/Sys/Syslog/Syslog.pm
25144 ____________________________________________________________________________
25145 [ 19153] By: rgs                                   on 2003/04/06  18:37:58
25146         Log: Subject: [DOC PATCH] README.solaris and -Dcc=gcc
25147              From: Robert Spier <rspier@pobox.com>
25148              Date: Sat, 05 Apr 2003 21:12:20 -0800
25149              Message-ID: <m37ka88b0r.wl_rspier@pobox.com>
25150      Branch: perl
25151            ! README.solaris
25152 ____________________________________________________________________________
25153 [ 19152] By: rgs                                   on 2003/04/06  18:24:38
25154         Log: Remove unportable ">|" shell syntax
25155              Subject: Re: Change 19150: LD_PRELOAD hack, still badly flawed / a solution
25156              From: Enache Adrian <enache@rdslink.ro>
25157              Date: Sun, 6 Apr 2003 21:13:27 +0300
25158              Message-ID: <20030406181326.GA873@ratsnest.hole>
25159      Branch: perl
25160            ! Makefile.SH
25161 ____________________________________________________________________________
25162 [ 19151] By: jhi                                   on 2003/04/06  18:14:44
25163         Log: Subject: PATCH (was: Re: [perl #18180] problem with sys:syslog on solaris 8 with perl 5.8.0)
25164              From: Joost van Baal <J.E.vanBaal@uvt.nl>
25165              Date: Mon, 25 Nov 2002 17:35:37 +0100
25166              Message-ID: <20021125163537.GC4745@banach.uvt.nl>
25167
25168              (The .pm patch modified a bit, and removed the false
25169              claim that _PATH_INFO would be coming from syslog.ph)
25170      Branch: perl
25171            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.pm
25172            ! ext/Sys/Syslog/syslog.t
25173 ____________________________________________________________________________
25174 [ 19150] By: rgs                                   on 2003/04/05  21:10:00
25175         Log: Subject: LD_PRELOAD hack, still badly flawed / a solution
25176              From: Enache Adrian <enache@rdslink.ro>
25177              Date: Thu, 3 Apr 2003 15:50:48 +0300
25178              Message-ID: <20030403125048.GA6107@ratsnest.hole>
25179
25180              On linux, when building a shared library, generate
25181              a small shell wrapper, "preload", that preloads libperl.so
25182              only if it exists. Useful when the 'make' process stops
25183              before the link phase.
25184      Branch: perl
25185            ! Makefile.SH
25186 ____________________________________________________________________________
25187 [ 19149] By: jhi                                   on 2003/04/05  20:44:25
25188         Log: Upgrade to Locale::Maketext 1.04.
25189      Branch: perl
25190            + lib/Locale/Maketext/t/00about.t lib/Locale/Maketext/t/01make.t
25191            + lib/Locale/Maketext/t/02get.t lib/Locale/Maketext/t/03http.t
25192            - lib/Locale/Maketext/test.pl
25193            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
25194            ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
25195 ____________________________________________________________________________
25196 [ 19148] By: jhi                                   on 2003/04/05  20:38:30
25197         Log: perluniintro.pod: nice_string() doesn't escape
25198              literal escape chars -- use Sadahiro-san's fix(es).
25199      Branch: perl
25200            ! pod/perluniintro.pod
25201 ____________________________________________________________________________
25202 [ 19147] By: rgs                                   on 2003/04/05  19:12:30
25203         Log: Subject: [PATCH 5.8.1 @19053] Embedding
25204              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
25205              Date: Mon, 31 Mar 2003 12:39:24 -0800
25206              Message-ID: <20030331203924.GA3602@math.berkeley.edu>
25207
25208              Advertise the pair of macros PERL_SYS_INIT3 / PERL_SYS_TERM
25209              to be used in a C program's main function.
25210      Branch: perl
25211            ! lib/ExtUtils/t/Embed.t pod/perlembed.pod
25212 ____________________________________________________________________________
25213 [ 19146] By: jhi                                   on 2003/04/05  19:08:37
25214         Log: Heredocs and use encoding didn't work for SJIS;
25215              patch from Inaba Hiroto.
25216      Branch: perl
25217            ! toke.c
25218 ____________________________________________________________________________
25219 [ 19145] By: rgs                                   on 2003/04/05  11:45:36
25220         Log: The manpages don't have to be built by MakeMaker for the
25221              core modules in ext/. Disable this in Devel::PPPort (not
25222              up-to-date on CPAN), Unicode::Normalize (the CPAN version
25223              uses a different Makefile.PL anyway) and XS::APItest
25224              (not CPANized.)
25225      Branch: perl
25226            ! ext/Devel/PPPort/Makefile.PL ext/Unicode/Normalize/Makefile.PL
25227            ! ext/XS/APItest/Makefile.PL
25228 ____________________________________________________________________________
25229 [ 19144] By: rgs                                   on 2003/04/05  11:28:22
25230         Log: Upgrade to Unicode::Normalize 0.21 and Unicode::Collate 0.24,
25231              by SADAHIRO Tomoyuki.
25232      Branch: perl
25233            ! ext/Unicode/Normalize/Changes
25234            ! ext/Unicode/Normalize/Normalize.pm
25235            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
25236            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
25237            ! ext/Unicode/Normalize/t/test.t lib/Unicode/Collate.pm
25238            ! lib/Unicode/Collate/Changes lib/Unicode/Collate/README
25239            ! lib/Unicode/Collate/t/index.t lib/Unicode/Collate/t/test.t
25240 ____________________________________________________________________________
25241 [ 19143] By: merijn                                on 2003/04/03  08:55:33
25242         Log: Subject: [PATCH] VMS %ENV fix (follow-up to 18852)
25243              From: "Craig A. Berry" <craigberry@mac.com>
25244              Date: Wed, 02 Apr 2003 18:09:03 -0600
25245              Message-Id: <5.2.0.9.0.20030402173822.01ba1df0@dcichiexc1>
25246      Branch: perl
25247            ! vms/vms.c vms/vmsish.h
25248 ____________________________________________________________________________
25249 [ 19142] By: merijn                                on 2003/04/03  08:50:55
25250         Log: Subject: Re: [PATCH 5.8.0 DOC] Fix missing functions when splitting perlfunc
25251              From: andreas.koenig@anima.de (Andreas J. Koenig)
25252              Date: Thu, 03 Apr 2003 08:28:52 +0200
25253              Message-ID: <m3u1dgnlgb.fsf@franz.ak.mind.de>
25254      Branch: perl
25255            ! lib/Pod/t/Functions.t
25256 ____________________________________________________________________________
25257 [ 19141] By: jhi                                   on 2003/04/03  05:00:36
25258         Log: Don't recurse from threads to threads/shared (since
25259              threads/shared is built separately, temp solution from
25260              Schwern while MM is being fixed.)
25261      Branch: perl
25262            ! ext/threads/Makefile.PL
25263 ____________________________________________________________________________
25264 [ 19140] By: rgs                                   on 2003/04/02  20:41:46
25265         Log: Subject: [PATCH 5.8.0 DOC] Fix missing functions when splitting perlfunc
25266              From: Steve Hay <steve.hay@uk.radan.com>
25267              Date: Thu, 20 Mar 2003 11:55:01 +0000
25268              Message-ID: <3E79AC15.80307@uk.radan.com>
25269      Branch: perl
25270            ! installhtml lib/Pod/Functions.pm pod/perlfunc.pod pod/splitpod
25271 ____________________________________________________________________________
25272 [ 19139] By: jhi                                   on 2003/04/02  19:44:07
25273         Log: Make perldiag agree with #19138.
25274      Branch: perl
25275            ! pod/perldiag.pod
25276 ____________________________________________________________________________
25277 [ 19138] By: jhi                                   on 2003/04/02  19:37:59
25278         Log: Make at least the thread count make sense.
25279      Branch: perl
25280            ! ext/threads/threads.xs
25281 ____________________________________________________________________________
25282 [ 19137] By: rgs                                   on 2003/04/02  19:24:47
25283         Log: Adjust test for the recent change (#19136) to Pod::Html
25284      Branch: perl
25285            ! lib/Pod/t/htmlview.t
25286 ____________________________________________________________________________
25287 [ 19136] By: rgs                                   on 2003/04/02  18:46:31
25288         Log: Fixes for "installhtml --splithead", based on :
25289              Subject: Re: [PATCH 5.8.0 UTIL] Fix installhtml for splitting and PM/POD conflicts
25290              From: Steve Hay <steve.hay@uk.radan.com>
25291              Date: Wed, 02 Apr 2003 11:33:41 +0100
25292              Message-ID: <3E8ABC85.5060807@uk.radan.com>
25293
25294              This also includes a small patch to Pod::Html : when generating
25295              anchor names, play on the safe side and turn every non-alphanumeric
25296              character into an '_'. Moreover, Pod::Html::anchorify() is now
25297              optionally exported.
25298      Branch: perl
25299            ! installhtml lib/Pod/Html.pm
25300 ____________________________________________________________________________
25301 [ 19135] By: rgs                                   on 2003/04/02  18:42:50
25302         Log: Subject: Re: [perl #21765] $s = ""; $n = @a = split(/,/, $s); results in undef $n
25303              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
25304              Date: Tue, 01 Apr 2003 16:32:46 -0800
25305              Message-ID: <u+ii+gzkgqkV092yn@efn.org>
25306      Branch: perl
25307            ! pp.c t/op/split.t
25308 ____________________________________________________________________________
25309 [ 19134] By: sky                                   on 2003/04/02  18:01:40
25310         Log: Fix some small nits, thanks to Rafael.
25311      Branch: perl
25312            ! pp_hot.c
25313 ____________________________________________________________________________
25314 [ 19133] By: sky                                   on 2003/04/02  13:41:14
25315         Log: Add packname->stash cache before the check if a packname is a
25316              filehandle or a package, it works because only packnames
25317              that have been resolved to stashes are added to the cache,
25318              and when a newIO is created we clean the cache.
25319              Results in roughly 1.8 speed increase for class->method()
25320              calls.
25321      Branch: perl
25322            ! embedvar.h gv.c hv.c intrpvar.h perl.c perlapi.h pp_hot.c sv.c
25323 ____________________________________________________________________________
25324 [ 19132] By: merijn                                on 2003/04/02  11:28:02
25325         Log: #19122 should have been tested on non-glibc system (like AIX)
25326      Branch: perl
25327            ! pp.c
25328 ____________________________________________________________________________
25329 [ 19131] By: jhi                                   on 2003/04/02  05:25:19
25330         Log: Spread IlyaZ's PERL_CORE detection trick.
25331      Branch: perl
25332            ! ext/Encode/Makefile.PL
25333 ____________________________________________________________________________
25334 [ 19130] By: jhi                                   on 2003/04/02  04:42:40
25335         Log: Cannot portably compare files if one of them is still open
25336              (from Craig Berry).
25337      Branch: perl
25338            ! ext/Encode/t/enc_module.t
25339 ____________________________________________________________________________
25340 [ 19129] By: jhi                                   on 2003/04/02  04:30:45
25341         Log: MM_VMS tweak from Craig Berry:
25342              http://nntp.x.perl.org/group/perl.makemaker/1002
25343      Branch: perl
25344            ! lib/ExtUtils/MM_VMS.pm
25345 ____________________________________________________________________________
25346 [ 19128] By: rgs                                   on 2003/04/01  21:30:12
25347         Log: Subject: [PATCH 5.8.0 UTIL] Fix installhtml for splitting and PM/POD conflicts
25348              From: Steve Hay <steve.hay@uk.radan.com>
25349              Date: Thu, 20 Mar 2003 12:34:15 +0000
25350              Message-ID: <3E79B547.6030201@uk.radan.com>
25351              (with a few minor tweaks)
25352      Branch: perl
25353            ! installhtml
25354 ____________________________________________________________________________
25355 [ 19127] By: rgs                                   on 2003/04/01  19:01:20
25356         Log: Subject: Re: [perl #21744] Deparse bug: "\::" deparsed as "::"
25357              From: Enache Adrian <enache@rdslink.ro>
25358              Date: Sat, 29 Mar 2003 19:45:41 +0200
25359              Message-ID: <20030329174541.GA8138@ratsnest.hole>
25360      Branch: perl
25361            ! ext/B/B/Deparse.pm
25362 ____________________________________________________________________________
25363 [ 19126] By: rgs                                   on 2003/04/01  18:39:43
25364         Log: Fix bug #21742. require should be always invoked in
25365              scalar context. This wasn't the case when called from
25366              an eval(""), because the void context doesn't propagate
25367              through the leaveeval op. Instead of making scalarvoid()
25368              handle OP_LEAVEEVAL -- this breaks AutoLoader -- implement
25369              a workaround in doeval().
25370      Branch: perl
25371            ! pp_ctl.c t/comp/require.t
25372 ____________________________________________________________________________
25373 [ 19124] By: jhi                                   on 2003/04/01  16:52:28
25374         Log: Subject: [patch] fix HiRes.t failures on Stratus VOS
25375              From: "Green, Paul" <Paul.Green@stratus.com>
25376              Date: Tue, 1 Apr 2003 12:37:38 -0500
25377              Message-ID: <A2A34F15EE916148BC4C4748223E67A403D99C9D@exna4.stratus.com>
25378      Branch: perl
25379            ! hints/vos.sh
25380 ____________________________________________________________________________
25381 [ 19122] By: jhi                                   on 2003/04/01  16:36:52
25382         Log: Integrate:
25383              [ 19119]
25384              Address "5.8.1@19053: crypt_r() takes 128K per thread".
25385      Branch: perl
25386           !> pp.c reentr.c reentr.h reentr.pl
25387 ____________________________________________________________________________
25388 [ 19121] By: jhi                                   on 2003/04/01  16:36:02
25389         Log: Integrate:
25390              [ 19109]
25391              Subject: [PATCH 5.8.1 @19053] Time::HiRes
25392              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
25393              Date: Mon, 31 Mar 2003 12:53:01 -0800
25394              Message-ID: <20030331205301.GA3687@math.berkeley.edu>
25395
25396              [ 19111]
25397              A cleaner way to detect PERL_CORE, from IlyaZ.
25398      Branch: perl
25399           !> ext/Time/HiRes/HiRes.t ext/Time/HiRes/Makefile.PL
25400 ____________________________________________________________________________
25401 [ 19120] By: jhi                                   on 2003/04/01  16:32:03
25402         Log: Integrate:
25403              [ 19106]
25404              Subject: [PATCH 5.8.1 @19053] OS/2-related patches
25405              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
25406              Date: Mon, 31 Mar 2003 12:43:37 -0800
25407              Message-ID: <20030331204337.GA3634@math.berkeley.edu>
25408
25409              and regen Configure.
25410      Branch: perl
25411            ! Configure config_h.SH embedvar.h
25412           !> Makefile.SH embed.fnc embed.h embed.pl ext/threads/threads.xs
25413           !> intrpvar.h makedef.pl os2/Makefile.SHs os2/OS2/ExtAttr/Changes
25414           !> os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/PrfDB/Changes
25415           !> os2/OS2/PrfDB/PrfDB.pm os2/OS2/REXX/DLL/DLL.pm
25416           !> os2/OS2/REXX/REXX.pm os2/dl_os2.c os2/os2.c os2/os2ish.h
25417           !> os2/os2thread.h perlapi.h perlio.c perlvars.h reentr.c
25418           !> reentr.h reentr.pl sv.c
25419 ____________________________________________________________________________
25420 [ 19118] By: jhi                                   on 2003/04/01  16:17:04
25421         Log: Document the _exit() issue with threads in Linux [perl #17057].
25422      Branch: perl
25423            ! ext/POSIX/POSIX.pod
25424 ____________________________________________________________________________
25425 [ 19117] By: jhi                                   on 2003/04/01  16:07:59
25426         Log: Subject: Re: 5.8.1@19053 bug: make minitest fails with threads
25427              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
25428              Date: Tue, 1 Apr 2003 11:02:35 +0200
25429              Message-Id: <20030401110235.3f20ffb2.rgarciasuarez@free.fr>
25430      Branch: perl
25431            ! t/op/getpid.t
25432 ____________________________________________________________________________
25433 [ 19116] By: jhi                                   on 2003/04/01  16:06:12
25434         Log: Subject: [PATCH ext/SDBM_File/sdbm/Makefile.PL] MM hackery and whitespace changes
25435              From: Michael G Schwern <schwern@pobox.com>
25436              Date: Mon, 31 Mar 2003 15:16:57 -0800
25437              Message-ID: <20030331231657.GJ17529@windhund.schwern.org>
25438      Branch: perl
25439            ! ext/SDBM_File/sdbm/Makefile.PL
25440 ____________________________________________________________________________
25441 [ 19115] By: jhi                                   on 2003/04/01  15:58:45
25442         Log: Subject: [PATCH] overdue perlhack.pod corrections for RT
25443              From: Richard.Foley@ubsw.com
25444              Date: Mon, 31 Mar 2003 16:27:14 +0200
25445              Message-ID: <B374141B0A424D4F9CF143CC51B3ADD9857B39@NZURC900PEX1.ubsgs.ubsgroup.net>
25446      Branch: perl
25447            ! pod/perlhack.pod
25448 ____________________________________________________________________________
25449 [ 19114] By: jhi                                   on 2003/04/01  15:56:27
25450         Log: Subject: [PATCH] Text::Abbrev warnings safe
25451              From: Peter Scott <Peter@PSDT.com>
25452              Date: Fri, 28 Mar 2003 16:34:47 -0800
25453              Message-id: <5.2.0.9.2.20030328161002.00b45f08@shell2.webquarry.com>
25454      Branch: perl
25455            ! lib/Text/Abbrev.pm lib/Text/Abbrev.t
25456 ____________________________________________________________________________
25457 [ 19113] By: merijn                                on 2003/04/01  14:12:33
25458         Log: Implemented AIX longdouble support in hints/aix.sh, which now
25459              actually work.  Thanks to John L. Allen for the hint.
25460
25461              Subject: Re: AIX longdoubles
25462              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
25463              Date: Tue, 01 Apr 2003 17:18:57 +0200
25464              Message-Id: <20030401171819.D8E6.H.M.BRAND@hccnet.nl>
25465      Branch: perl
25466            ! hints/aix.sh
25467 ____________________________________________________________________________
25468 [ 19104] By: jhi                                   on 2003/03/31  10:51:36
25469         Log: Tabify; strictly speaking unnecessary but anyway...
25470      Branch: perl
25471            ! MANIFEST
25472 ____________________________________________________________________________
25473 [ 19102] By: jhi                                   on 2003/03/31  10:36:48
25474         Log: Upgrade to Test::Harness 2.27_02.
25475      Branch: perl
25476            + t/lib/sample-tests/no_output t/lib/sample-tests/segfault
25477            + t/lib/sample-tests/too_many
25478            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
25479            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/strap-analyze.t
25480            ! lib/Test/Harness/t/strap.t lib/Test/Harness/t/test-harness.t
25481 ____________________________________________________________________________
25482 [ 19101] By: jhi                                   on 2003/03/31  10:07:35
25483         Log: Upgrade to podlators 1.26.
25484      Branch: perl
25485            ! lib/Pod/Man.pm
25486 ____________________________________________________________________________
25487 [ 19100] By: jhi                                   on 2003/03/31  10:03:50
25488         Log: Upgrade to Encode 1.92.
25489      Branch: perl
25490            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
25491            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Guess.pm
25492            ! ext/Encode/t/CJKT.t ext/Encode/t/enc_module.t
25493            ! ext/Encode/ucm/big5-eten.ucm ext/Encode/ucm/big5-hkscs.ucm
25494            ! ext/Encode/ucm/cp932.ucm ext/Encode/ucm/cp936.ucm
25495            ! ext/Encode/ucm/cp949.ucm ext/Encode/ucm/cp950.ucm
25496 ____________________________________________________________________________
25497 [ 19099] By: jhi                                   on 2003/03/31  09:54:52
25498         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.03 -> 6.06_05ish
25499              From: Michael G Schwern <schwern@pobox.com>
25500              Date: Mon, 31 Mar 2003 02:42:58 -0800
25501              Message-ID: <20030331104257.GB15327@windhund.schwern.org>
25502      Branch: perl
25503            + lib/ExtUtils/MakeMaker/FAQ.pod
25504            + lib/ExtUtils/MakeMaker/Tutorial.pod
25505            + lib/ExtUtils/MakeMaker/vmsish.pm lib/ExtUtils/NOTES
25506            + lib/ExtUtils/PATCHING lib/ExtUtils/README lib/ExtUtils/TODO
25507            + lib/ExtUtils/t/00compile.t lib/ExtUtils/t/Install.t
25508            + lib/ExtUtils/t/Liblist.t lib/ExtUtils/t/oneliner.t
25509            + lib/ExtUtils/t/prompt.t lib/ExtUtils/t/split_command.t
25510            + t/lib/TieIn.pm
25511            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command.pm
25512            ! lib/ExtUtils/Command/MM.pm lib/ExtUtils/Install.pm
25513            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Liblist/Kid.pm
25514            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/MM_Any.pm
25515            ! lib/ExtUtils/MM_BeOS.pm lib/ExtUtils/MM_Cygwin.pm
25516            ! lib/ExtUtils/MM_DOS.pm lib/ExtUtils/MM_MacOS.pm
25517            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_OS2.pm
25518            ! lib/ExtUtils/MM_UWIN.pm lib/ExtUtils/MM_Unix.pm
25519            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
25520            ! lib/ExtUtils/MM_Win95.pm lib/ExtUtils/MakeMaker.pm
25521            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/t/00setup_dummy.t
25522            ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/INST.t
25523            ! lib/ExtUtils/t/INST_PREFIX.t lib/ExtUtils/t/MM_BeOS.t
25524            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_NW5.t
25525            ! lib/ExtUtils/t/MM_OS2.t lib/ExtUtils/t/MM_Unix.t
25526            ! lib/ExtUtils/t/MM_VMS.t lib/ExtUtils/t/MM_Win32.t
25527            ! lib/ExtUtils/t/Manifest.t lib/ExtUtils/t/basic.t
25528            ! lib/ExtUtils/t/hints.t lib/ExtUtils/t/prefixify.t
25529 ____________________________________________________________________________
25530 [ 19098] By: jhi                                   on 2003/03/31  09:36:11
25531         Log: Subject: [PATCH dump.c] stray n_a
25532              From: Michael G Schwern <schwern@pobox.com>
25533              Date: Mon, 31 Mar 2003 00:55:49 -0800
25534              Message-ID: <20030331085549.GB1300@windhund.schwern.org>
25535      Branch: perl
25536            ! dump.c
25537 ____________________________________________________________________________
25538 [ 19097] By: jhi                                   on 2003/03/31  05:00:07
25539         Log: Some low-hanging fruit for EBCDIC portability
25540              (or for marking as EBCDIC todos)
25541      Branch: perl
25542            ! ext/List/Util/t/isvstring.t lib/utf8.t t/run/switchC.t
25543            ! t/uni/write.t
25544 ____________________________________________________________________________
25545 [ 19094] By: jhi                                   on 2003/03/30  15:54:35
25546         Log: Upgrade to Time::HiRes 1.44.
25547      Branch: perl
25548            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
25549 ____________________________________________________________________________
25550 [ 19092] By: jhi                                   on 2003/03/30  15:09:02
25551         Log: IRIX 5.3 update.
25552      Branch: perl
25553            ! README.irix
25554 ____________________________________________________________________________
25555 [ 19091] By: jhi                                   on 2003/03/30  10:26:32
25556         Log: Not all compilers like #ifdefs within cpp macros
25557              (follow-up on #19086)
25558      Branch: perl
25559            ! pp_sys.c
25560 ____________________________________________________________________________
25561 [ 19090] By: jhi                                   on 2003/03/30  09:50:33
25562         Log: Ending strings is customary (typo from #19084).
25563      Branch: perl
25564            ! ext/Socket/Socket.t
25565 ____________________________________________________________________________
25566 [ 19089] By: jhi                                   on 2003/03/30  09:24:08
25567         Log: Re-sort MANIFEST (LC_ALL=C sort -fo MANIFEST MANIFEST)
25568      Branch: perl
25569            ! MANIFEST
25570 ____________________________________________________________________________
25571 [ 19088] By: jhi                                   on 2003/03/30  09:09:42
25572         Log: Another victim of IRIX 5.3's inability to resolve 'localhost'
25573              as the test expects.
25574      Branch: perl
25575            ! lib/Net/hostent.t
25576 ____________________________________________________________________________
25577 [ 19087] By: jhi                                   on 2003/03/30  09:08:07
25578         Log: In IRIX 5.3 turn off some of the warnings that cannot
25579              really be helped (e.g. warnings coming from system headers,
25580              or linker warnings during Configure).
25581      Branch: perl
25582            ! hints/irix_5.sh
25583 ____________________________________________________________________________
25584 [ 19086] By: jhi                                   on 2003/03/30  08:59:24
25585         Log: In IRIX 5.3 the cc is awfully confused about the prototype
25586              of select().
25587      Branch: perl
25588            ! hints/irix_5.sh pp_sys.c
25589 ____________________________________________________________________________
25590 [ 19085] By: jhi                                   on 2003/03/30  08:43:53
25591         Log: In IRIX 5.3 being too POSIXly hides the struct timespec.
25592      Branch: perl
25593            + ext/Time/HiRes/hints/irix.pl
25594            ! MANIFEST
25595 ____________________________________________________________________________
25596 [ 19084] By: jhi                                   on 2003/03/30  08:31:53
25597         Log: gethostbyname('localhost') is not that portable.
25598              inet_aton('localhost') in IRIX 5.3 returned an undef,
25599              which in turn made pack_sockaddr_in to barf on zero
25600              length in_addr.
25601      Branch: perl
25602            ! ext/Socket/Socket.t pod/perlfunc.pod pod/perlport.pod
25603 ____________________________________________________________________________
25604 [ 19083] By: jhi                                   on 2003/03/30  07:49:46
25605         Log: Subject: [PATCH] COW formats (was Re: Smoke [5.9.0] 19044 FAIL(F) linux 2.4.18-3 (i686/1 cpu))
25606              From: Nicholas Clark <nick@unfortu.net>
25607              Date: Sun, 30 Mar 2003 00:35:48 +0000
25608              Message-ID: <20030330003547.GO274@Bagpuss.unfortu.net>
25609      Branch: perl
25610            ! sv.c
25611 ____________________________________________________________________________
25612 [ 19082] By: jhi                                   on 2003/03/29  21:18:32
25613         Log: IRIX 5.3 can have PF_LINK defined to be AF_LINK but
25614              not defined AF_LINK.
25615      Branch: perl
25616            ! ext/Socket/Socket.xs
25617 ____________________________________________________________________________
25618 [ 19081] By: jhi                                   on 2003/03/29  20:41:56
25619         Log: Subject: [unPATCH] Re: Smoke [5.8.1] 19076 FAIL(F) openbsd 3.2 (i386/1 cpu)
25620              From: Nicholas Clark <nick@unfortu.net>
25621              Date: Sat, 29 Mar 2003 18:58:09 +0000
25622              Message-ID: <20030329185807.GL274@Bagpuss.unfortu.net>
25623      Branch: perl
25624            ! dump.c
25625 ____________________________________________________________________________
25626 [ 19080] By: rgs                                   on 2003/03/29  20:39:34
25627         Log: Minor rephrasing in perlopentut,
25628              noticed by Bob Wilkinson (RT [perl #21725])
25629      Branch: perl
25630            ! pod/perlopentut.pod
25631 ____________________________________________________________________________
25632 [ 19079] By: rgs                                   on 2003/03/29  20:21:11
25633         Log: Subject: [DOCPATCH] Re: [PATCH] Re: [perl #21614] 5.8.0 Unbalanced string table refcount
25634              From: Nicholas Clark <nick@unfortu.net>
25635              Date: Thu, 27 Mar 2003 22:37:35 +0000
25636              Message-ID: <20030327223735.GD277@Bagpuss.unfortu.net>
25637      Branch: perl
25638            ! pod/perlapi.pod sv.h
25639 ____________________________________________________________________________
25640 [ 19078] By: jhi                                   on 2003/03/29  07:23:00
25641         Log: It seems that in Tru64 V5 gcc cannot be used to
25642              compile a threaded Perl because <pthread.h> explicitly
25643              checks for supported compilers (gcc not being one of them).
25644              This is not so bad since the system C compiler is always there.
25645      Branch: perl
25646            ! README.tru64 hints/dec_osf.sh
25647 ____________________________________________________________________________
25648 [ 19077] By: jhi                                   on 2003/03/28  06:03:16
25649         Log: Feeding illegal QP (like \x80) to this
25650              ./perl -Ilib -wne 'use PerlIO::via::QuotedPrint;BEGIN{binmode(STDIN, ":via(QuotedPrint)")};print'
25651              caused a coredump in av_length() <- nextargv() because
25652              the av was NULL.  I don't know that returning Nullfp is
25653              the best thing to do, but it dodges the segfault and
25654              introduces no test failures.
25655      Branch: perl
25656            ! doio.c
25657 ____________________________________________________________________________
25658 [ 19074] By: jhi                                   on 2003/03/27  18:17:20
25659         Log: Missing final \n.
25660      Branch: perl
25661            ! lib/Attribute/Handlers/Changes
25662 ____________________________________________________________________________
25663 [ 19072] By: rgs                                   on 2003/03/26  22:30:09
25664         Log: Subject: [perl #21672] IO::New and undefined filename behaviour
25665              From: "mike@exegenix.com (via RT)" <perlbug-followup@perl.org>
25666              Date: 24 Mar 2003 16:29:08 -0000
25667              Message-Id: <rt-21672-54038.2.07650993465862@bugs6.perl.org>
25668              plus a regression test
25669      Branch: perl
25670            ! ext/IO/lib/IO/File.pm lib/FileHandle.t
25671 ____________________________________________________________________________
25672 [ 19071] By: rgs                                   on 2003/03/26  22:08:16
25673         Log: Better version of change #19069
25674              Subject: [PATCH] Re: [PATCH] Re: [perl #21614] 5.8.0 Unbalanced string table refcount
25675              From: Nicholas Clark <nick@unfortu.net>
25676              Date: Wed, 26 Mar 2003 23:01:46 +0000
25677              Message-ID: <20030326230145.GC279@Bagpuss.unfortu.net>
25678      Branch: perl
25679            ! pp_hot.c sv.c t/op/readline.t
25680 ____________________________________________________________________________
25681 [ 19070] By: rgs                                   on 2003/03/26  21:31:55
25682         Log: Subject: [patch] for Stratus VOS
25683              From: "Green, Paul" <Paul.Green@stratus.com>
25684              Date: Wed, 26 Mar 2003 17:24:38 -0500
25685              Message-ID: <A2A34F15EE916148BC4C4748223E67A403D99C74@exna4.stratus.com>
25686              (plus a small tweak to the test script)
25687      Branch: perl
25688            ! README.vos t/op/pack.t
25689 ____________________________________________________________________________
25690 [ 19069] By: rgs                                   on 2003/03/26  21:14:33
25691         Log: Subject: [PATCH] Re: [perl #21614] 5.8.0 Unbalanced string table refcount
25692              From: Nicholas Clark <nick@unfortu.net>
25693              Date: Tue, 25 Mar 2003 22:59:17 +0000
25694              Message-ID: <20030325225917.GE284@Bagpuss.unfortu.net>
25695      Branch: perl
25696            ! sv.c t/op/readline.t
25697 ____________________________________________________________________________
25698 [ 19068] By: rgs                                   on 2003/03/26  20:53:18
25699         Log: Win32 counterpart of change #19065
25700      Branch: perl
25701            ! win32/Makefile win32/makefile.mk
25702 ____________________________________________________________________________
25703 [ 19067] By: rgs                                   on 2003/03/26  20:34:32
25704         Log: VMS counterpart of change #19065
25705      Branch: perl
25706            ! vms/descrip_mms.template
25707 ____________________________________________________________________________
25708 [ 19066] By: jhi                                   on 2003/03/26  20:05:40
25709         Log: Upgrade to Term::ANSIColor 1.07.
25710      Branch: perl
25711            ! lib/Term/ANSIColor.pm lib/Term/ANSIColor/ChangeLog
25712            ! lib/Term/ANSIColor/README
25713 ____________________________________________________________________________
25714 [ 19065] By: rgs                                   on 2003/03/26  19:55:20
25715         Log: Add a file utils/cpan.PL to generate the "cpan" utility,
25716              also separately maintained on CPAN, and now moved as
25717              lib/CPAN/bin/cpan. Tweak installperl to avoid installing
25718              this last file.
25719      Branch: perl
25720            + utils/cpan.PL
25721           +> lib/CPAN/bin/cpan
25722            - utils/cpan
25723            ! MANIFEST installperl utils/Makefile
25724 ____________________________________________________________________________
25725 [ 19064] By: jhi                                   on 2003/03/26  19:48:32
25726         Log: Subject: [PATCH] Re: [perl #21542] local $_ [0] = $_ [0] fails.
25727              From: Dave Mitchell <davem@fdgroup.com>
25728              Date: Thu, 20 Mar 2003 01:26:19 +0000
25729              Message-ID: <20030320012619.C19869@fdgroup.com>
25730
25731              Subject: Re: [PATCH] Re: [perl #21542] local $_ [0] = $_ [0] fails.
25732              From: Dave Mitchell <davem@fdgroup.com>
25733              Date: Mon, 24 Mar 2003 16:06:51 +0000
25734              Message-ID: <20030324160651.D1798@fdgroup.com>
25735      Branch: perl
25736            ! pp_ctl.c pp_hot.c scope.c t/op/args.t
25737 ____________________________________________________________________________
25738 [ 19063] By: jhi                                   on 2003/03/26  19:33:09
25739         Log: Subject: [perl #21648] Doc typo in Net::servent
25740              From: Andy Lester (via RT) <perlbug-followup@perl.org>
25741              Date: 22 Mar 2003 05:02:31 -0000
25742              Message-Id: <rt-21648-53986.0.682889311382979@bugs6.perl.org>
25743      Branch: perl
25744            ! lib/Net/servent.pm
25745 ____________________________________________________________________________
25746 [ 19062] By: jhi                                   on 2003/03/26  19:29:39
25747         Log: Subject: [PATCH README.qnx] for QNX 6.2
25748              From: Norton Allen <allen@huarp.harvard.edu>
25749              Date: Tue, 25 Mar 2003 12:09:42 -0500 (est)
25750              Message-Id: <200303251709.MAA11391@bottesini.harvard.edu>
25751      Branch: perl
25752            ! README.qnx
25753 ____________________________________________________________________________
25754 [ 19060] By: merijn                                on 2003/03/26  13:13:23
25755         Log: Subject: [PATCH] lib/vmsish.t GMT bug fix
25756              From: "Craig A. Berry" <craigberry@mac.com>
25757              Date: Tue, 25 Mar 2003 22:52:58 -0600
25758              Message-ID: <3E81322A.3040508@mac.com>
25759      Branch: perl
25760            ! lib/vmsish.t
25761 ____________________________________________________________________________
25762 [ 19059] By: rgs                                   on 2003/03/24  21:43:03
25763         Log: Change 19056 wasn't good enough.
25764              ldlibpth should be changed later, to avoid spaces to be quoted.
25765      Branch: perl
25766            ! Makefile.SH
25767 ____________________________________________________________________________
25768 [ 19058] By: rgs                                   on 2003/03/24  21:37:59
25769         Log: Subject: [PATCH pod/perlhist.pod] Adding the latest version of Perl
25770              From: Michael G Schwern <schwern@pobox.com>
25771              Date: Mon, 24 Mar 2003 00:50:39 -0800
25772              Message-ID: <20030324085039.GA19981@windhund.schwern.org>
25773      Branch: perl
25774            ! pod/perlhist.pod
25775 ____________________________________________________________________________
25776 [ 19057] By: rgs                                   on 2003/03/24  21:33:43
25777         Log: Typo, spotted by Doru Petrescu
25778              Message-ID: <Pine.LNX.4.31.0303241134170.13160-100000@linux.kappa.ro>
25779      Branch: perl
25780            ! ext/Data/Dumper/Dumper.pm
25781 ____________________________________________________________________________
25782 [ 19056] By: rgs                                   on 2003/03/24  21:05:48
25783         Log: Subject: Re: Smoke [5.9.0] 19055 FAIL(m) linux 2.4.18-3 (i686/1 cpu)
25784              From: Enache Adrian <enache@rdslink.ro>
25785              Date: Mon, 24 Mar 2003 23:56:25 +0200
25786              Message-ID: <20030324215625.GB853@ratsnest.hole>
25787      Branch: perl
25788            ! Makefile.SH
25789 ____________________________________________________________________________
25790 [ 19055] By: merijn                                on 2003/03/24  07:05:39
25791         Log: Subject: no more 'make install && make test' with shared libperl.so on Linux
25792              From: Enache Adrian <enache@rdslink.ro>
25793              Date: Sat, 22 Mar 2003 22:49:49 +0200
25794              Message-ID: <20030322204949.GB794@ratsnest.hole>
25795
25796              This is a slightly more defensive patch than Chip's patch that
25797              fell through the cracks, but does the same
25798              Subject: Shared libperl.so and build issues
25799              From: Chip Turner <cturner@redhat.com>
25800              Date: Tue 31 Dec 2002 17:21
25801      Branch: perl
25802            ! Makefile.SH
25803 ____________________________________________________________________________
25804 [ 19054] By: merijn                                on 2003/03/24  06:54:23
25805         Log: Subject: [PATCH bleadperl] vms.c thread clean-up
25806              From: "Craig A. Berry" <craigberry@mac.com>
25807              Date: Sun, 23 Mar 2003 15:32:58 -0600
25808              Message-ID: <3E7E280A.5000304@mac.com>
25809      Branch: perl
25810            ! vms/vms.c
25811 ____________________________________________________________________________
25812 [ 19052] By: jhi                                   on 2003/03/24  04:28:13
25813         Log: For change #19051: a new .bat to CRLF.
25814      Branch: perl
25815            ! Porting/makerel
25816 ____________________________________________________________________________
25817 [ 19051] By: jhi                                   on 2003/03/24  04:27:55
25818         Log: WinCE update from Vadim Konovalov.
25819      Branch: perl
25820            + wince/compile-all.bat wince/makedist.pl
25821            - wince/include/sys/stat.h wince/xbuildall.ksh
25822            - wince/xdistclean.ksh wince/xmakediffs.ksh
25823            ! MANIFEST README.ce dosish.h wince/Makefile.ce
25824            ! wince/compile.bat wince/config.ce
25825 ____________________________________________________________________________
25826 [ 19050] By: jhi                                   on 2003/03/24  04:25:15
25827         Log: Oops (change #19013 missed changing the Perl version number).
25828      Branch: perl
25829            ! cygwin/perlld.in
25830 ____________________________________________________________________________
25831 [ 19047] By: jhi                                   on 2003/03/23  17:54:33
25832         Log: Integrate from maint-5.8:
25833              [ 19045]
25834              If no IVSIZE == 8, no need for modulo_1.
25835      Branch: perl
25836           !> pp.c
25837 ____________________________________________________________________________
25838 [ 19044] By: rgs                                   on 2003/03/21  21:09:15
25839         Log: Subject: [PATCH] p4genpatch
25840              From: andreas.koenig@anima.de (Andreas J. Koenig)
25841              Date: Sat, 15 Mar 2003 12:04:18 +0100
25842              Message-ID: <m3hea4gabx.fsf@k242.linux.bogus>
25843      Branch: perl
25844            ! Porting/p4genpatch
25845 ____________________________________________________________________________
25846 [ 19043] By: rgs                                   on 2003/03/21  20:43:55
25847         Log: Subject: [PATCH] perlsub.pod and perlsyn.pod: better organise scoping info for modifiers
25848              From: Martien Verbruggen <mgjv@tradingpost.com.au>
25849              Date: Sat, 15 Mar 2003 12:31:47 +1100
25850              Message-Id: <slrnb750k3.j8t.mgjv@martien.heliotrope.home>
25851      Branch: perl
25852            ! pod/perlsub.pod pod/perlsyn.pod
25853 ____________________________________________________________________________
25854 [ 19042] By: merijn                                on 2003/03/21  07:45:54
25855         Log: Subject: [PATCH] readdir_r for VMS (was Re: [PATCH] configure.com: sig_num, etc.)
25856              From: "Craig A. Berry" <craigberry@mac.com>
25857              Date: Thu, 20 Mar 2003 23:03:36 -0600
25858              Message-ID: <3E7A9D28.1040706@mac.com>
25859      Branch: perl
25860            ! configure.com vms/vms.c vms/vmsish.h
25861 ____________________________________________________________________________
25862 [ 19039] By: rgs                                   on 2003/03/20  22:40:38
25863         Log: Subject: Re: [patch] [perl #21628] rcatline issue
25864              From: Enache Adrian <enache@rdslink.ro>
25865              Date: Thu, 20 Mar 2003 22:39:06 +0200
25866              Message-ID: <20030320203906.GA31199@ratsnest.hole>
25867      Branch: perl
25868            ! MANIFEST pp_hot.c t/op/readline.t
25869 ____________________________________________________________________________
25870 [ 19038] By: rgs                                   on 2003/03/20  22:07:50
25871         Log: Subject: Re: Bytecode? Back into service.
25872              From: Enache Adrian <enache@rdslink.ro>
25873              Date: Thu, 20 Mar 2003 07:38:39 +0200
25874              Message-ID: <20030320053839.GA4044@ratsnest.hole>
25875      Branch: perl
25876            ! bytecode.pl ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
25877            ! ext/ByteLoader/byterun.h op.c
25878 ____________________________________________________________________________
25879 [ 19037] By: rgs                                   on 2003/03/20  20:16:43
25880         Log: Subject: [DOC-PATCH] for README.cygwin, bleadperl version
25881              From: "Gerrit P. Haase" <gp@familiehaase.de>
25882              Date: Thu, 20 Mar 2003 21:23:28 +0100
25883              Message-ID: <941032389637.20030320212328@familiehaase.de>
25884      Branch: perl
25885            ! README.cygwin
25886 ____________________________________________________________________________
25887 [ 19036] By: jhi                                   on 2003/03/20  05:23:15
25888         Log: Integrate:
25889              [ 19033]
25890              file test operators weren't doing the right thing if the SV
25891              passed to them wasn't NUL-terminated
25892
25893              [ 19034]
25894              ensure SVs returned by Win32::Get{Short,Full}PathName() are
25895              NUL-terminated
25896      Branch: perl
25897           !> doio.c win32/win32.c
25898 ____________________________________________________________________________
25899 [ 19028] By: jhi                                   on 2003/03/19  09:46:27
25900         Log: Better wording as requested by Rafael, and
25901              the module is BerkeleyDB, not BerkeleyFile.
25902      Branch: perl
25903            ! README.tru64
25904 ____________________________________________________________________________
25905 [ 19026] By: jhi                                   on 2003/03/19  09:11:43
25906         Log: Update the DB_File instructions in Tru64.
25907      Branch: perl
25908            ! README.tru64
25909 ____________________________________________________________________________
25910 [ 19025] By: rgs                                   on 2003/03/18  21:59:33
25911         Log: Subject: [PATCH] [perl #9990] avoid goto &tmpsub coredump
25912              From: Dave Mitchell <davem@fdgroup.com>
25913              Date: Tue, 18 Mar 2003 21:55:05 +0000
25914              Message-ID: <20030318215505.A16787@fdgroup.com>
25915      Branch: perl
25916            ! pp_ctl.c t/op/goto.t
25917 ____________________________________________________________________________
25918 [ 19024] By: rgs                                   on 2003/03/18  21:24:27
25919         Log: Subject: [PATCH] VMS pod install tweaks
25920              From: "Craig A. Berry" <craigberry@mac.com>
25921              Date: Sat, 15 Mar 2003 16:06:07 -0600
25922              Message-ID: <3E73A3CF.3060502@mac.com>
25923      Branch: perl
25924            ! vms/descrip_mms.template
25925 ____________________________________________________________________________
25926 [ 19023] By: rgs                                   on 2003/03/18  21:22:03
25927         Log: Subject: [PATCH] poll() help for VMS
25928              From: "Craig A. Berry" <craigberry@mac.com>
25929              Date: Tue, 18 Mar 2003 01:10:10 -0600
25930              Message-ID: <3E76C652.30205@mac.com>
25931      Branch: perl
25932            ! configure.com ext/IO/poll.h
25933 ____________________________________________________________________________
25934 [ 19021] By: jhi                                   on 2003/03/18  06:56:26
25935         Log: The description of SIG_SIZE was off.
25936      Branch: perl
25937            ! Configure NetWare/config_H.wc Porting/Glossary
25938            ! Porting/config.sh Porting/config_H config_h.SH
25939            ! plan9/config.plan9 plan9/config_h.sample win32/config_H.bc
25940            ! win32/config_H.gc win32/config_H.vc win32/config_H.vc64
25941            ! wince/config_H.ce
25942 ____________________________________________________________________________
25943 [ 19020] By: merijn                                on 2003/03/18  05:45:50
25944         Log: Minor updates of Wolfgang's pack patch
25945
25946              Subject: Re: pack changes and related fixes
25947              From: Philip Newton <Philip.Newton@gmx.net>
25948              Date: Tue, 18 Mar 2003 06:19:30 +0100
25949              Message-ID: <tb9d7vo1ocb14o73lnhabbmh5bsjoe5m46@4ax.com>
25950      Branch: perl
25951            ! embed.fnc pod/perldiag.pod
25952 ____________________________________________________________________________
25953 [ 19019] By: gsar                                  on 2003/03/18  05:06:07
25954         Log: regenerate win32/config_H.*
25955      Branch: perl
25956            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
25957            ! win32/config_H.vc64
25958 ____________________________________________________________________________
25959 [ 19018] By: gsar                                  on 2003/03/18  03:02:38
25960         Log: there is no trailing NULL in sig_name or sig_num, so don't
25961              talk about it
25962      Branch: perl
25963            ! Porting/Glossary
25964 ____________________________________________________________________________
25965 [ 19017] By: gsar                                  on 2003/03/18  03:01:02
25966         Log: according to the new Porting/Glossary, sig_num doesn't have an
25967              extra '0' at the end
25968      Branch: perl
25969            ! win32/config.bc win32/config.gc win32/config.vc
25970            ! win32/config.vc64
25971 ____________________________________________________________________________
25972 [ 19016] By: hv                                    on 2003/03/18  00:52:09
25973         Log: add tests for existing behaviour of undef postinc/dec
25974      Branch: perl
25975            ! t/op/inc.t
25976 ____________________________________________________________________________
25977 [ 19015] By: hv                                    on 2003/03/18  00:46:18
25978         Log: add comment at undef postinc special case
25979      Branch: perl
25980            ! pp.c
25981 ____________________________________________________________________________
25982 [ 19014] By: hv                                    on 2003/03/18  00:27:19
25983         Log: clarify behaviour of $a++
25984      Branch: perl
25985            ! pod/perlop.pod
25986 ____________________________________________________________________________
25987 [ 19013] By: jhi                                   on 2003/03/17  19:52:06
25988         Log: Integrate:
25989              [ 19012]
25990              We don't have the new Perl at this stage.
25991      Branch: perl
25992           !> cygwin/perlld.in
25993 ____________________________________________________________________________
25994 [ 19010] By: jhi                                   on 2003/03/17  17:16:44
25995         Log: Subject: pack changes and related fixes
25996              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
25997              Date: Mon, 17 Mar 2003 13:55:37 +0100
25998              Message-ID: <75A46BF1A9D8D311863A00508B6259A405F17EB8@ATTMSX4>
25999      Branch: perl
26000            ! embed.fnc embed.h lib/diagnostics.pm perl.h pod/perldiag.pod
26001            ! pod/perlfunc.pod pod/perlpacktut.pod pp_pack.c proto.h
26002            ! t/lib/warnings/pp_pack t/op/pack.t
26003 ____________________________________________________________________________
26004 [ 19007] By: jhi                                   on 2003/03/17  04:45:40
26005         Log: Integrate:
26006              [ 19006]
26007              Subject: Re: [Patch] Maintperl versioning for Cygwin
26008              From: Slaven Rezic <slaven@rezic.de>
26009              Date: 17 Mar 2003 00:42:43 +0100
26010              Message-ID: <87ptoqev4c.fsf@vran.herceg.de>
26011      Branch: perl
26012           !> cygwin/perlld.in
26013 ____________________________________________________________________________
26014 [ 19005] By: hv                                    on 2003/03/17  02:06:20
26015         Log: Subject: Patch for Data::Dumper 2.12 to Allow Custom Hash Key/Value Separator
26016              From: chocolateboy <chocolateboy@chocolatey.com>
26017              Date: Sat, 22 Feb 2003 12:17:28 +0000
26018              Message-ID: <3E576A58.8010901@chocolatey.com>
26019      Branch: perl
26020            + ext/Data/Dumper/t/pair.t
26021            ! MANIFEST ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
26022 ____________________________________________________________________________
26023 [ 19004] By: hv                                    on 2003/03/17  01:38:23
26024         Log: Subject: [patch] utils/h2xs.PL (get rid of \t and '')
26025              From: Stas Bekman <stas@stason.org>
26026              Date: Fri, 14 Feb 2003 11:59:53 +1100
26027              Message-ID: <3E4C3F89.6050005@stason.org>
26028      Branch: perl
26029            ! utils/h2xs.PL
26030 ____________________________________________________________________________
26031 [ 19003] By: hv                                    on 2003/03/17  01:23:02
26032         Log: Subject: [perl #20724] Patch for dprofpp
26033              From: Nicholas "Oxhøj" (via RT) <perlbug-followup@perl.org>
26034              Date: 5 Feb 2003 08:41:17 -0000
26035              Message-Id: <rt-20724-50329.7.50247680562964@bugs6.perl.org>
26036      Branch: perl
26037            ! utils/dprofpp.PL
26038 ____________________________________________________________________________
26039 [ 19002] By: hv                                    on 2003/03/16  23:36:57
26040         Log: Subject: [perl #19898] [PATCH] forking to Perl children with IPC::Open3
26041              From: Adam Spiers (via RT) <perlbug-followup@perl.org>
26042              Date: 10 Jan 2003 10:59:44 -0000
26043              Message-Id: <rt-19898-47213.12.0892150698178@bugs6.perl.org>
26044      Branch: perl
26045            ! lib/IPC/Open3.pm
26046 ____________________________________________________________________________
26047 [ 19001] By: jhi                                   on 2003/03/16  21:50:24
26048         Log: getservbyname_r() kaputt in OpenBSD (might get fixed
26049              for 3.3, but only might)
26050      Branch: perl
26051            ! hints/openbsd.sh
26052 ____________________________________________________________________________
26053 [ 18999] By: jhi                                   on 2003/03/16  21:33:49
26054         Log: Stay within known facts: what platforms the skippage helps,
26055              and in which it is not needed.
26056      Branch: perl
26057            ! ext/POSIX/t/posix.t
26058 ____________________________________________________________________________
26059 [ 18998] By: jhi                                   on 2003/03/16  18:15:42
26060         Log: This seems to fix (well, dodge) the problems in FreeBSD for
26061              Enache Adrian; in _theory_ this patch could be good for NetBSD,
26062              too, but Alian gets a core dump already at subtest #9 (anyone
26063              with a real NetBSD, Alian's is a VMware one, which has in the
26064              past caused similar odd crashes).  OpenBSD threaded build result
26065              still unknown.
26066      Branch: perl
26067            ! ext/POSIX/t/posix.t
26068 ____________________________________________________________________________
26069 [ 18997] By: jhi                                   on 2003/03/16  18:07:30
26070         Log: IRIX ls -l marks sockets with 'S'.
26071      Branch: perl
26072            ! t/op/stat.t
26073 ____________________________________________________________________________
26074 [ 18996] By: jhi                                   on 2003/03/16  17:41:42
26075         Log: Turn on UTF-8 flag only if the $str is valid utf8
26076              (pointed out by Dan Kogai).
26077      Branch: perl
26078            ! lib/Term/ReadLine.pm
26079 ____________________________________________________________________________
26080 [ 18995] By: jhi                                   on 2003/03/16  16:40:06
26081         Log: Signedness nits.
26082      Branch: perl
26083            ! regcomp.c
26084 ____________________________________________________________________________
26085 [ 18994] By: jhi                                   on 2003/03/16  15:41:44
26086         Log: Fix for [perl #21479] Term::ReadLine(::Stub) doesn't set UTF-8 flag.
26087              Should work both for PERL_UNICODE/-C and use encoding 'foo';
26088      Branch: perl
26089            ! lib/Term/ReadLine.pm
26090 ____________________________________________________________________________
26091 [ 18991] By: jhi                                   on 2003/03/16  15:14:31
26092         Log: Pod fix from Philip Newton.
26093      Branch: perl
26094            ! pod/perlfunc.pod
26095 ____________________________________________________________________________
26096 [ 18990] By: jhi                                   on 2003/03/16  15:12:00
26097         Log: Further potential pitfalls for the utf8 len/pos cache
26098              found by Inaba Hiroto.  No test cases, yet.
26099      Branch: perl
26100            ! regcomp.c
26101 ____________________________________________________________________________
26102 [ 18989] By: jhi                                   on 2003/03/16  08:02:31
26103         Log: Make the :bytes conditional on PerlIO.
26104      Branch: perl
26105            ! ext/Encode/t/CJKT.t
26106 ____________________________________________________________________________
26107 [ 18988] By: jhi                                   on 2003/03/15  18:27:36
26108         Log: Needs PerlIO for :bytes.
26109      Branch: perl
26110            ! ext/Encode/t/CJKT.t
26111 ____________________________________________________________________________
26112 [ 18986] By: rgs                                   on 2003/03/14  20:28:20
26113         Log: Subject: Re: [fix] [perl #21575] Bug with print( followed by a newline
26114              From: Enache Adrian <enache@rdslink.ro>
26115              Date: Fri, 14 Mar 2003 23:02:42 +0200
26116              Message-ID: <20030314210242.GA1159@ratsnest.hole>
26117              (with an added test)
26118      Branch: perl
26119            ! t/comp/parser.t toke.c
26120 ____________________________________________________________________________
26121 [ 18985] By: rgs                                   on 2003/03/14  19:45:18
26122         Log: Time::HiRes is a core module
26123      Branch: perl
26124            ! pod/perlfunc.pod
26125 ____________________________________________________________________________
26126 [ 18984] By: rgs                                   on 2003/03/14  19:38:57
26127         Log: Subject: [patch ext/B/typemap] STRLEN T_UV
26128              From: Stas Bekman <stas@stason.org>
26129              Date: Fri, 14 Mar 2003 17:45:09 +1100
26130              Message-ID: <3E717A75.2060300@stason.org>
26131      Branch: perl
26132            ! ext/B/typemap
26133 ____________________________________________________________________________
26134 [ 18982] By: jhi                                   on 2003/03/14  15:16:18
26135         Log: Better pass in the $self for a method.
26136      Branch: perl
26137            ! lib/File/Spec/Unix.pm
26138 ____________________________________________________________________________
26139 [ 18980] By: jhi                                   on 2003/03/14  13:42:32
26140         Log: Cleanup the File::Spec tmpdir() implementations:
26141              now all the platforms specific modules call _tmpdir()
26142              (inherited from Unix.pm) with the list of platform
26143              specific list of temporary directories, and _tmpdir()
26144              then does the appropriate suitability checking.
26145      Branch: perl
26146            ! lib/File/Spec.pm lib/File/Spec/Cygwin.pm lib/File/Spec/Epoc.pm
26147            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
26148            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
26149            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
26150 ____________________________________________________________________________
26151 [ 18979] By: jhi                                   on 2003/03/14  12:48:09
26152         Log: whichsig() really does return -1 for unknown signals.
26153      Branch: perl
26154            ! mg.c
26155 ____________________________________________________________________________
26156 [ 18977] By: jhi                                   on 2003/03/14  10:42:33
26157         Log: Rework the @Config{/sig.*/} tests.
26158      Branch: perl
26159            ! lib/Config.t
26160 ____________________________________________________________________________
26161 [ 18976] By: jhi                                   on 2003/03/14  10:31:50
26162         Log: Subject: [PATCH] configure.com: sig_num, etc.
26163              From: "Craig A. Berry" <craigberry@mac.com>
26164              Date: Thu, 13 Mar 2003 21:38:19 -0600
26165              Message-ID: <3E714EAB.6030001@mac.com>
26166      Branch: perl
26167            ! configure.com
26168 ____________________________________________________________________________
26169 [ 18975] By: jhi                                   on 2003/03/14  10:30:53
26170         Log: Make whichsig() to work also if some system defines
26171              zero signals (now -1 is the "not found").  Note that
26172              in couple of mg.c spots only whichsig() > 0 branches
26173              are taken because signal handlers et al don't make
26174              much sense for the zero signal.
26175      Branch: perl
26176            ! doio.c mg.c
26177 ____________________________________________________________________________
26178 [ 18973] By: jhi                                   on 2003/03/14  10:27:46
26179         Log: Since Configure does the signal name/number probe with awk
26180              based on the cpp results (not by really running code), testing
26181              for the signum value is not really helpful if we have runtime
26182              function calls (some signal numbers are dynamic, for example)
26183              (or other extra stuff where the signum value is expected).
26184              (Runtimeness also means that Configure cannot get these right,
26185              anyway.) Better filter in just the constant non-negative numbers.
26186      Branch: perl
26187            ! Configure
26188 ____________________________________________________________________________
26189 [ 18971] By: jhi                                   on 2003/03/14  09:30:18
26190         Log: Signal issues.
26191              (1) Filter out negative signals.
26192              (2) Correct sig_num* and sig_name* descriptions.
26193      Branch: perl
26194            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
26195            ! config_h.SH
26196 ____________________________________________________________________________
26197 [ 18970] By: jhi                                   on 2003/03/14  06:21:48
26198         Log: Hopefully this works also in Win32.
26199      Branch: perl
26200            ! ext/Encode/t/CJKT.t
26201 ____________________________________________________________________________
26202 [ 18969] By: jhi                                   on 2003/03/14  05:43:34
26203         Log: Subject: [PATCH] Perldoc.pm tweak for VMS
26204              From: "Craig A. Berry" <craigberry@mac.com>
26205              Date: Thu, 13 Mar 2003 13:44:55 -0600
26206              Message-ID: <3E70DFB7.8070405@mac.com>
26207      Branch: perl
26208            ! lib/Pod/Perldoc.pm
26209 ____________________________________________________________________________
26210 [ 18968] By: gsar                                  on 2003/03/14  04:41:25
26211         Log: fix for switchC.t test#6 failure on windows
26212      Branch: perl
26213            ! perl.c
26214 ____________________________________________________________________________
26215 [ 18967] By: gsar                                  on 2003/03/14  04:29:10
26216         Log: Config.t wasn't getting the sig_num and sig_size relationship
26217              right, and therefore failed test#35 on windows
26218
26219              note that config_h.SH documents that $sig_size does NOT include
26220              the final NULL in $sig_num!
26221      Branch: perl
26222            ! lib/Config.t
26223 ____________________________________________________________________________
26224 [ 18966] By: gsar                                  on 2003/03/14  04:20:51
26225         Log: another fix for failing test on windows ("use encoding" puts
26226              STDIN in :raw mode, so chomp() wasn't stripping the CR)
26227      Branch: perl
26228            ! ext/Encode/t/enc_module.t
26229 ____________________________________________________________________________
26230 [ 18965] By: gsar                                  on 2003/03/14  04:06:31
26231         Log: fix CJKT.t failures on windows due to incorrect binmode()
26232      Branch: perl
26233            ! ext/Encode/t/CJKT.t
26234 ____________________________________________________________________________
26235 [ 18964] By: rgs                                   on 2003/03/13  21:47:52
26236         Log: Skip the last test of Config.t on HP-UX.
26237              (This test should be skipped for every system that
26238              actually defines a negative signal number. Maybe that
26239              test should be removed, to be future-proof.)
26240      Branch: perl
26241            ! lib/Config.t
26242 ____________________________________________________________________________
26243 [ 18963] By: rgs                                   on 2003/03/13  20:57:32
26244         Log: Subject: [perl #20755] [PATCH] 5.8.0 h2ph barfs on checksum.h on RH6.2/7.2
26245              From: Kurt Starsinic <kstar@cpan.org>
26246              Date: Mon, 10 Mar 2003 00:54:49 -0500
26247              Message-ID: <m3d6kyvazx.wl_rspier@pobox.com>
26248      Branch: perl
26249            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
26250 ____________________________________________________________________________
26251 [ 18962] By: rgs                                   on 2003/03/13  20:46:53
26252         Log: Subject: [PATCH] checking for magic in hv.c and ext/POSIX/POSIX.xs
26253              From: "Craig A. Berry" <craigberry@mac.com>
26254              Date: Tue, 11 Mar 2003 21:29:31 -0600
26255              Message-ID: <3E6EA99B.9060902@mac.com>
26256              Patch by Scott Lepage (scott.lepage@hp.com)
26257      Branch: perl
26258            ! hv.c
26259 ____________________________________________________________________________
26260 [ 18959] By: jhi                                   on 2003/03/13  20:05:50
26261         Log: Some more stdlib.h inclusions and change the gccversion
26262              test to use return (could have used that for all, sigh).
26263      Branch: perl
26264            ! Configure
26265 ____________________________________________________________________________
26266 [ 18958] By: rgs                                   on 2003/03/12  20:46:58
26267         Log: Trims slashes from the argument to rmdir(), likewise
26268              to what happens with rmdir(). Factorize the code in a
26269              local macro, TRIMSLASHES.
26270      Branch: perl
26271            ! pp_sys.c
26272 ____________________________________________________________________________
26273 [ 18957] By: jhi                                   on 2003/03/12  14:23:02
26274         Log: VOS nit from Paul Green.
26275      Branch: perl
26276            ! vos/configure_full_perl.sh
26277 ____________________________________________________________________________
26278 [ 18956] By: jhi                                   on 2003/03/12  13:58:26
26279         Log: File::Spec: Do not fall back to '', use curdir instead.
26280              Note: Mac used to use cwd(), now curdir, slight change
26281              (relative vs. absolute).
26282      Branch: perl
26283            ! lib/File/Spec/Cygwin.pm lib/File/Spec/Mac.pm
26284            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
26285            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
26286 ____________________________________________________________________________
26287 [ 18955] By: jhi                                   on 2003/03/12  13:49:15
26288         Log: File::Temp tests were failing in Cygwin if $ENV{TMPDIR}
26289              was unset (the tests attempted to create files at the /)
26290      Branch: perl
26291            ! lib/File/Spec/Cygwin.pm
26292 ____________________________________________________________________________
26293 [ 18954] By: jhi                                   on 2003/03/12  10:59:03
26294         Log: Another finding by IRIX cc: non-void function
26295              sv_cat_decode() should return a value.
26296      Branch: perl
26297            ! sv.c
26298 ____________________________________________________________________________
26299 [ 18952] By: jhi                                   on 2003/03/12  10:53:02
26300         Log: Integrate:
26301              [ 18949]
26302              pudge> never integrate anything from macos/
26303      Branch: perl
26304            - macos/MacPerlTests.cmd macos/Makefile.mk macos/configpm
26305            - macos/macperl.sym
26306           !> MANIFEST
26307 ____________________________________________________________________________
26308 [ 18951] By: jhi                                   on 2003/03/12  10:52:17
26309         Log: Integrate:
26310              [ 18946]
26311              Integrate from maint-5.8/macperl:
26312              [ 18937]
26313              Various MacOS portability fixes for tests
26314
26315              [ 18938]
26316              File::Spec::Unix method should be called on $self
26317
26318              [ 18939]
26319              lib.pm:_get_dirs() should use $_[0], not $_
26320
26321              [ 18940]
26322              Update MacOS for new configpm
26323
26324              [ 18941]
26325              Update MacOS build
26326              Update Makefile for new source files,
26327              update test script, add additional symbol for APItest
26328      Branch: perl
26329           +> macos/MacPerlTests.cmd macos/Makefile.mk macos/configpm
26330           +> macos/macperl.sym
26331           !> ext/Digest/MD5/t/files.t ext/Filter/t/call.t
26332           !> ext/POSIX/t/taint.t lib/File/Spec/Unix.pm
26333           !> lib/Unicode/Collate/t/index.t lib/Unicode/Collate/t/test.t
26334           !> lib/charnames.t lib/lib_pm.PL t/io/crlf.t t/op/method.t
26335           !> t/op/mkdir.t t/op/recurse.t t/op/sprintf.t t/op/stat.t
26336           !> t/op/taint.t t/pod/testp2pt.pl t/run/switchI.t
26337 ____________________________________________________________________________
26338 [ 18950] By: jhi                                   on 2003/03/12  10:49:27
26339         Log: Cygwin doesn't like initing the $0 mutex in perl_construct()
26340              (Too early? If inited there the pthread_mutex_init() returns
26341              an integer much too large be an errno), but initing the mutex
26342              later, in perl_alloc(), seems to be okay with Cygwin, and also
26343              with Linux.
26344      Branch: perl
26345            ! perl.c
26346 ____________________________________________________________________________
26347 [ 18944] By: jhi                                   on 2003/03/12  06:00:48
26348         Log: Ouch.  Missed one more, the void flags check (and exit() is void).
26349      Branch: perl
26350            ! Configure
26351 ____________________________________________________________________________
26352 [ 18943] By: jhi                                   on 2003/03/12  05:51:21
26353         Log: Tell how to possibly dodge 'Out of memory' errors.
26354      Branch: perl
26355            ! pod/perldiag.pod
26356 ____________________________________________________________________________
26357 [ 18935] By: jhi                                   on 2003/03/11  22:00:54
26358         Log: WinCE tweaks from Vadim Konovalov.
26359      Branch: perl
26360            ! perl.c perlio.c wince/Makefile.ce
26361 ____________________________________________________________________________
26362 [ 18932] By: jhi                                   on 2003/03/11  20:22:07
26363         Log: Missed one.
26364      Branch: perl
26365            ! Configure
26366 ____________________________________________________________________________
26367 [ 18929] By: jhi                                   on 2003/03/11  20:15:51
26368         Log: Single vs doublequoted context is important...
26369      Branch: perl
26370            ! Configure
26371 ____________________________________________________________________________
26372 [ 18927] By: jhi                                   on 2003/03/11  20:04:33
26373         Log: """glob.*""" patch for VMS, from Peter Prymmer.
26374      Branch: perl
26375            ! vms/perlvms.pod vms/vms.c
26376 ____________________________________________________________________________
26377 [ 18926] By: rgs                                   on 2003/03/11  19:44:54
26378         Log: Questionable construct.
26379      Branch: perl
26380            ! pod/perltooc.pod
26381 ____________________________________________________________________________
26382 [ 18925] By: jhi                                   on 2003/03/11  19:15:15
26383         Log: Better setmode() prototype for cygwin.
26384      Branch: perl
26385            ! perl.h
26386 ____________________________________________________________________________
26387 [ 18923] By: jhi                                   on 2003/03/11  19:11:39
26388         Log: Solaris cc wants prototype for exit(), so <stdlib.h> needed.
26389      Branch: perl
26390            ! Configure
26391 ____________________________________________________________________________
26392 [ 18921] By: jhi                                   on 2003/03/11  18:15:45
26393         Log: The 0, in the assert_not_ROK() makes IRIX cc to worry
26394              (cc-1171 cc: WARNING ... The indicated expression has no effect.)
26395              So make the macro to include the , and the non-gcc case empty.
26396      Branch: perl
26397            ! sv.h
26398 ____________________________________________________________________________
26399 [ 18919] By: jhi                                   on 2003/03/11  17:43:10
26400         Log: Uid_t and Gid_t can easily be shorts and one cannot
26401              pull shorts off the va_args, int is the shortest (ahem).
26402      Branch: perl
26403            ! reentr.c reentr.pl
26404 ____________________________________________________________________________
26405 [ 18918] By: jhi                                   on 2003/03/11  17:32:23
26406         Log: Subject: [PATCH] io_sock.t
26407              From: Norton Allen <allen@huarp.harvard.edu>
26408              Date: Tue, 11 Mar 2003 13:37:36 -0500 (est)
26409              Message-Id: <200303111837.NAA30438@bottesini.harvard.edu>
26410      Branch: perl
26411            ! README.qnx ext/IO/lib/IO/t/io_sock.t
26412 ____________________________________________________________________________
26413 [ 18917] By: jhi                                   on 2003/03/11  17:30:43
26414         Log: Get rid of one Cygwin warning by introducing a prototype
26415              for the init_os_extras().  Since there is no header file
26416              in Perl specific to cygwin, use perl.h.
26417      Branch: perl
26418            ! perl.h
26419 ____________________________________________________________________________
26420 [ 18916] By: jhi                                   on 2003/03/11  11:40:38
26421         Log: Upgrade to Time-HiRes 1.43.
26422      Branch: perl
26423            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
26424            ! ext/Time/HiRes/Makefile.PL
26425 ____________________________________________________________________________
26426 [ 18915] By: jhi                                   on 2003/03/11  09:19:54
26427         Log: Be more lax about the out of memory error message.
26428      Branch: perl
26429            ! t/op/recurse.t
26430 ____________________________________________________________________________
26431 [ 18914] By: jhi                                   on 2003/03/11  09:18:25
26432         Log: Try to handle hitting the heap/data limit in small systems.
26433              (One can simulate this with e.g. 32MB or 64MB datasize,
26434              use your shell's ulimit/limit/limits command.)
26435      Branch: perl
26436            ! t/op/recurse.t
26437 ____________________________________________________________________________
26438 [ 18912] By: hv                                    on 2003/03/11  07:36:00
26439         Log: typo for utf8locale in #18907
26440      Branch: perl
26441            ! sv.c
26442 ____________________________________________________________________________
26443 [ 18910] By: jhi                                   on 2003/03/11  06:55:29
26444         Log: Subject: [PATCH] clear PL_exitlist in perl_destruct
26445              From: "Craig A. Berry" <craigberry@mac.com>
26446              Date: Tue, 11 Mar 2003 00:34:39 -0600
26447              Message-ID: <3E6D837F.7000506@mac.com>
26448      Branch: perl
26449            ! perl.c
26450 ____________________________________________________________________________
26451 [ 18909] By: jhi                                   on 2003/03/11  06:29:35
26452         Log: Upgrade to cperl-mode 5.0, from IlyaZ.
26453      Branch: perl
26454            ! emacs/cperl-mode.el
26455 ____________________________________________________________________________
26456 [ 18908] By: jhi                                   on 2003/03/11  06:09:05
26457         Log: Missed some, cryptically.
26458      Branch: perl
26459            ! pod/perlfunc.pod
26460 ____________________________________________________________________________
26461 [ 18907] By: jhi                                   on 2003/03/11  06:01:28
26462         Log: Add missing intrpvar clonings to perl_clone.
26463              Also move the IDBassertion to the end since there's
26464              no particular reason to break bincompat for that.
26465      Branch: perl
26466            ! intrpvar.h sv.c
26467 ____________________________________________________________________________
26468 [ 18906] By: jhi                                   on 2003/03/11  05:43:30
26469         Log: Add reminders to intrpvar.h about perl_clone(), as suggested by Stas.
26470      Branch: perl
26471            ! intrpvar.h
26472 ____________________________________________________________________________
26473 [ 18905] By: jhi                                   on 2003/03/11  05:38:10
26474         Log: Subject: [patch] PL_taint_warn falls between chairs in perl_clone()
26475              From: Stas Bekman <stas@stason.org>
26476              Date: Tue, 11 Mar 2003 17:09:02 +1100
26477              Message-ID: <3E6D7D7E.5000704@stason.org>
26478      Branch: perl
26479            ! sv.c
26480 ____________________________________________________________________________
26481 [ 18904] By: jhi                                   on 2003/03/11  05:33:10
26482         Log: Subject: [PATCH] typos and other minor things
26483              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
26484              Date: Mon, 10 Mar 2003 21:00:55 -0700
26485              Message-Id: <200303110400.h2B40tEQ018838@xerxes.courtesan.com>
26486      Branch: perl
26487            ! emacs/cperl-mode.el ext/B/B/Concise.pm ext/DB_File/DB_File.pm
26488            ! ext/DB_File/DB_File.xs ext/Devel/PPPort/PPPort.pm
26489            ! ext/IO/lib/IO/Socket.pm ext/PerlIO/encoding/encoding.xs
26490            ! ext/PerlIO/via/via.pm ext/Storable/Storable.xs lib/Net/FTP.pm
26491            ! lib/Net/NNTP.pm lib/Net/Ping.pm lib/Pod/Perldoc.pm
26492            ! lib/Tie/File/t/05_size.t lib/charnames.pm lib/ftp.pl
26493            ! lib/utf8.t pad.c pod/perlfunc.pod pod/perlintern.pod
26494            ! pod/perlthrtut.pod pod/pod2latex.PL regcomp.c t/op/sprintf.t
26495            ! utils/libnetcfg.PL vms/vms.c win32/vmem.h
26496 ____________________________________________________________________________
26497 [ 18903] By: jhi                                   on 2003/03/11  05:29:12
26498         Log: A rejected hunk of #18902 reapplied.
26499      Branch: perl
26500            ! t/io/utf8.t
26501 ____________________________________________________________________________
26502 [ 18902] By: jhi                                   on 2003/03/11  05:19:15
26503         Log: Patch from Craig Berry to resolve test failures in VMS.
26504              Will poke the Net::Ping author.
26505      Branch: perl
26506            ! ext/threads/shared/t/cond.t lib/Net/Ping/t/190_alarm.t
26507            ! t/io/utf8.t t/op/magic.t
26508 ____________________________________________________________________________
26509 [ 18900] By: rgs                                   on 2003/03/10  22:12:37
26510         Log: Integrate (by hand) change #18386 from maint-5.8
26511      Branch: perl
26512            ! t/op/split.t
26513 ____________________________________________________________________________
26514 [ 18899] By: jhi                                   on 2003/03/10  21:44:12
26515         Log: VMS has an extra \n at the end, and I assume Windows has \r\n.
26516      Branch: perl
26517            ! t/run/switchC.t
26518 ____________________________________________________________________________
26519 [ 18891] By: rgs                                   on 2003/03/10  20:22:39
26520         Log: A new test, to check that signal numbers are actually positive,
26521              and that there is a consistent number of signals available.
26522      Branch: perl
26523            ! lib/Config.t
26524 ____________________________________________________________________________
26525 [ 18889] By: rgs                                   on 2003/03/10  19:55:06
26526         Log: Subject: Re: odd (or not so odd?) segmentation fault in 5.8.0
26527              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
26528              Date: Fri, 07 Mar 2003 13:12:49 -0800
26529              Message-ID: <RtQa+gzkg2kF092yn@efn.org>
26530      Branch: perl
26531            ! mg.c pod/perldiag.pod t/op/tie.t
26532 ____________________________________________________________________________
26533 [ 18888] By: rgs                                   on 2003/03/10  19:37:40
26534         Log: Subject: Re: [perl #21505] 5.8.0 lib/Config test failure due to compiler flag
26535              From: Nicholas Clark <nick@unfortu.net>
26536              Date: Sun, 9 Mar 2003 21:24:46 +0000
26537              Message-ID: <20030309212445.GE277@Bagpuss.unfortu.net>
26538      Branch: perl
26539            ! lib/Config.t
26540 ____________________________________________________________________________
26541 [ 18880] By: jhi                                   on 2003/03/10  16:17:50
26542         Log: Integrate from maint:
26543              [ 18428]
26544              Somehow I managed to get makefile.olds that didn't get cleaned away.
26545      Branch: perl
26546           !> Makefile.SH x2p/Makefile.SH
26547 ____________________________________________________________________________
26548 [ 18876] By: jhi                                   on 2003/03/10  06:35:20
26549         Log: Comment fix.
26550      Branch: perl
26551            ! t/io/utf8.t
26552 ____________________________________________________________________________
26553 [ 18875] By: jhi                                   on 2003/03/10  05:31:00
26554         Log: Remove the foo-old files.
26555      Branch: perl
26556            ! opcode.pl
26557 ____________________________________________________________________________
26558 [ 18874] By: jhi                                   on 2003/03/10  05:23:32
26559         Log: Subject: Re: Shared libperl.so and build issues
26560              From: Chip Turner <cturner@redhat.com>
26561              Date: 05 Jan 2003 10:35:40 -0500
26562              Message-ID: <vzky95z8v8z.fsf@minbar.devel.redhat.com>
26563      Branch: perl
26564            ! INSTALL
26565 ____________________________________________________________________________
26566 [ 18873] By: jhi                                   on 2003/03/10  05:18:02
26567         Log: Bunch of doc patches from Stas; plus regen.
26568
26569              Subject: [doc patch] perl.c's pod api entry
26570              From: Stas Bekman <stas@stason.org>
26571              Date: Mon, 10 Mar 2003 12:35:52 +1100
26572              Message-ID: <3E6BEBF8.80402@stason.org>
26573
26574              Subject: Re: [patch] perlguts.pod
26575              From: Stas Bekman <stas@stason.org>
26576              Date: Mon, 10 Mar 2003 12:38:57 +1100
26577              Message-ID: <3E6BECB1.7050009@stason.org>
26578
26579              Subject: Re: [PATCH ext/DynaLoader/DynaLoader_pm.PL] doc fix: s/dl_loadflags/dl_load_flags/
26580              From: Stas Bekman <stas@stason.org>
26581              Date: Mon, 10 Mar 2003 12:41:46 +1100
26582              Message-ID: <3E6BED5A.801@stason.org>
26583
26584              Subject: Re: [patch] perlapi.pod fix
26585              From: Stas Bekman <stas@stason.org>
26586              Date: Mon, 10 Mar 2003 12:43:33 +1100
26587              Message-ID: <3E6BEDC5.6010405@stason.org>
26588
26589              Subject: Re: [docs patch] replace gets() with fgets() in example
26590              From: Stas Bekman <stas@stason.org>
26591              Date: Mon, 10 Mar 2003 12:45:41 +1100
26592              Message-ID: <3E6BEE45.9030901@stason.org>
26593
26594              Subject: [doc patch] perlrun.pod
26595              From: Stas Bekman <stas@stason.org>
26596              Date: Mon, 10 Mar 2003 14:49:59 +1100
26597              Message-ID: <3E6C0B67.4050606@stason.org>
26598      Branch: perl
26599            ! ext/DynaLoader/DynaLoader_pm.PL handy.h perl.c pod/perlapi.pod
26600            ! pod/perlembed.pod pod/perlguts.pod pod/perlrun.pod
26601 ____________________________________________________________________________
26602 [ 18871] By: jhi                                   on 2003/03/09  20:15:13
26603         Log: Must not hide the protos, though.
26604      Branch: perl
26605            ! embed.pl proto.h
26606 ____________________________________________________________________________
26607 [ 18870] By: jhi                                   on 2003/03/09  20:12:11
26608         Log: I hate embed*.  Tell me what you know.
26609      Branch: perl
26610            ! embed.fnc embed.h
26611 ____________________________________________________________________________
26612 [ 18869] By: jhi                                   on 2003/03/09  19:32:19
26613         Log: Upgrade to Encode 1.91.
26614      Branch: perl
26615            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
26616            ! ext/Encode/encoding.pm ext/Encode/t/enc_module.t
26617 ____________________________________________________________________________
26618 [ 18868] By: jhi                                   on 2003/03/09  19:04:22
26619         Log: Export the symbols from #18863; do not prototype (but export)
26620              Nick Clark's experimental COW functions.
26621              Sidenote: the embed.fnc/embed.fnc/makedef.pl thing is becoming
26622              a mess of Herculean proportions.  Someone should redesign and
26623              clean up the stables.
26624      Branch: perl
26625            ! embed.fnc embed.pl global.sym proto.h
26626 ____________________________________________________________________________
26627 [ 18867] By: jhi                                   on 2003/03/09  17:12:55
26628         Log: Upgrade to Encode 1.90 (plus the one extra use lib in enc_module.t)
26629      Branch: perl
26630            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
26631            ! ext/Encode/MANIFEST ext/Encode/encoding.pm
26632            ! ext/Encode/t/Mod_EUCJP.pm ext/Encode/t/enc_data.t
26633            ! ext/Encode/t/enc_module.t
26634 ____________________________________________________________________________
26635 [ 18865] By: jhi                                   on 2003/03/09  13:50:57
26636         Log: From Inaba Hiroto: DATA wasn't properly utf8ed
26637              under 'use encoding'.
26638      Branch: perl
26639            + ext/Encode/t/enc_data.t
26640            ! MANIFEST ext/Encode/MANIFEST toke.c
26641 ____________________________________________________________________________
26642 [ 18864] By: jhi                                   on 2003/03/09  13:21:09
26643         Log: Tru64: additional instructions for building a newer Berkeley DB.
26644      Branch: perl
26645            ! README.tru64 hints/dec_osf.sh
26646 ____________________________________________________________________________
26647 [ 18863] By: jhi                                   on 2003/03/09  12:07:28
26648         Log: At Sarathy's request restore the bin5005compat Perl_foo_sv()
26649              function stubs, should be helpful for really simple extensions.
26650              Undoes large parts of changes #16289 and #16290.
26651      Branch: perl
26652            ! sv.c
26653 ____________________________________________________________________________
26654 [ 18862] By: rgs                                   on 2003/03/09  11:48:37
26655         Log: ... and add a test case for bug #20798
26656      Branch: perl
26657            ! t/op/eval.t
26658 ____________________________________________________________________________
26659 [ 18861] By: jhi                                   on 2003/03/09  11:46:17
26660         Log: Subject: Re: [perl #21498] printf behaviour changes 5.6.1(and earlier) -> 5.8
26661              From: Enache Adrian <enache@rdslink.ro>
26662              Date: Fri, 7 Mar 2003 23:28:37 +0200
26663              Message-ID: <20030307212837.GB765@ratsnest.hole>
26664
26665              (and few more test cases from the thread)
26666      Branch: perl
26667            ! sv.c t/op/sprintf.t
26668 ____________________________________________________________________________
26669 [ 18860] By: rgs                                   on 2003/03/09  11:33:09
26670         Log: Subject: Re: [perl #20798] foo(eval {}) crashes Perl 5.8
26671              From: Enache Adrian <enache@rdslink.ro>
26672              Date: Fri, 7 Mar 2003 00:12:03 +0200
26673              Message-ID: <20030306221203.GB13330@ratsnest.hole>
26674      Branch: perl
26675            ! op.c
26676 ____________________________________________________________________________
26677 [ 18859] By: rgs                                   on 2003/03/09  11:30:22
26678         Log: Adjust test count.
26679      Branch: perl
26680            ! t/op/pat.t
26681 ____________________________________________________________________________
26682 [ 18858] By: jhi                                   on 2003/03/09  10:54:10
26683         Log: From Inaba Hiroto: re_intuit_start set a value to
26684              PL_bostr before calling find_byclass when regexp has
26685              ROPT_UTF8 flag on. But right value for PL_bostr is set
26686              before re_intuit_start is called.  PL_regdata is always
26687              assigned by cache_re(), so the whole if(prog->reganch & ROPT_UTF8){}
26688              can be deleted.
26689      Branch: perl
26690            ! regexec.c t/op/pat.t
26691 ____________________________________________________________________________
26692 [ 18857] By: jhi                                   on 2003/03/09  10:46:23
26693         Log: From Inaba Hiroto: the UTF-8 length cache wasn't
26694              updated when fbm_compile() appended a "\n".
26695      Branch: perl
26696            ! t/op/pat.t util.c
26697 ____________________________________________________________________________
26698 [ 18856] By: rgs                                   on 2003/03/08  20:16:36
26699         Log: Add a B::COP::io() method, to return the cop_io field of COPs.
26700              Print it in B::Debug. Can be used later in B::Deparse to deparse
26701              the open pragma.
26702      Branch: perl
26703            ! ext/B/B.pm ext/B/B.xs ext/B/B/Debug.pm
26704 ____________________________________________________________________________
26705 [ 18855] By: rgs                                   on 2003/03/08  19:51:40
26706         Log: Subject: [PATCH perldebug.pod] to explain new [<>{] behaviour - attached
26707              From: Richard.Foley@ubsw.com
26708              Date: Fri, 21 Feb 2003 13:51:51 +0100
26709              Message-ID: <B374141B0A424D4F9CF143CC51B3ADD98579F1@NZURC900PEX1.ubsgs.ubsgroup.net>
26710      Branch: perl
26711            ! pod/perldebug.pod
26712 ____________________________________________________________________________
26713 [ 18854] By: jhi                                   on 2003/03/08  19:41:25
26714         Log: Enache Adrian reads comments.
26715      Branch: perl
26716            ! perl.h
26717 ____________________________________________________________________________
26718 [ 18853] By: rgs                                   on 2003/03/08  19:40:13
26719         Log: Subject: [PATCH] Re: [perl #20551] Documentation error for IO::Select
26720              From: Richard Soderberg <perl@crystalflame.net>
26721              Date: Sat, 15 Feb 2003 01:27:17 -0500
26722              Message-Id: <87D7A731-40AE-11D7-9B07-000393801F84@crystalflame.net>
26723      Branch: perl
26724            ! ext/IO/lib/IO/Select.pm
26725 ____________________________________________________________________________
26726 [ 18852] By: jhi                                   on 2003/03/08  19:05:04
26727         Log: Subject: [PATCH] long %ENV values for VMS
26728              From: "Craig A. Berry" <craigberry@mac.com>
26729              Date: Fri, 07 Mar 2003 13:49:50 -0600
26730              Message-ID: <3E68F7DE.8070603@mac.com>
26731      Branch: perl
26732            ! vms/vms.c
26733 ____________________________________________________________________________
26734 [ 18851] By: jhi                                   on 2003/03/08  06:49:35
26735         Log: regen_headers tiny tidying:
26736              - regen.pl renamed as regen_lib.pl
26737              - regen_headers.pl renamed as regen.pl
26738              - added make target 'regen' (kept target 'regen_headers'
26739              for porters' brains' backward compatibility)
26740              - regen.pl fancified a bit to display the names
26741              of the files that got changed by running the scripts
26742      Branch: perl
26743            + regen_lib.pl
26744            - regen_headers.pl
26745            ! MANIFEST Makefile.SH autodoc.pl bytecode.pl embed.pl
26746            ! keywords.pl opcode.pl regcomp.pl regen.pl
26747 ____________________________________________________________________________
26748 [ 18848] By: jhi                                   on 2003/03/07  08:40:52
26749         Log: Give pointers to runtime Unicode changes.
26750      Branch: perl
26751            ! pod/perlrun.pod pod/perlvar.pod
26752 ____________________________________________________________________________
26753 [ 18847] By: jhi                                   on 2003/03/07  08:02:50
26754         Log: Extra character noticed by Tels.
26755      Branch: perl
26756            ! MANIFEST
26757 ____________________________________________________________________________
26758 [ 18846] By: jhi                                   on 2003/03/07  05:28:11
26759         Log: Subject: [PATCH] FreeBSD 5.0 gethostbyaddr_r hints update
26760              From: Kay Roepke <kay@dolphin-services.de>
26761              Date: Thu, 06 Mar 2003 23:00:10 +0100
26762              Message-ID: <3E67C4EA.A55FFE5C@dolphin-services.de>
26763
26764              (plus change the d_gethostbyaddr_r_proto default to "0",
26765              that is what an undefined r_proto looks like)
26766      Branch: perl
26767            ! hints/freebsd.sh
26768 ____________________________________________________________________________
26769 [ 18845] By: jhi                                   on 2003/03/07  05:21:43
26770         Log: Define the Perl_pp_i_modulo_1() only iff we have glibc.
26771              (Stronger variant of "pp.c: Perl_pp_i_modulo_1 needs help
26772              in non-glibc case", from Craig Berry)
26773      Branch: perl
26774            ! pp.c
26775 ____________________________________________________________________________
26776 [ 18844] By: jhi                                   on 2003/03/07  05:05:57
26777         Log: Good observation from Philip Newton.
26778      Branch: perl
26779            ! pod/perlrun.pod
26780 ____________________________________________________________________________
26781 [ 18843] By: rgs                                   on 2003/03/06  21:59:02
26782         Log: Make the -A switch work without an assertion name.
26783              by Salvador Fandiño.
26784      Branch: perl
26785            ! perl.c t/run/switch_A.t
26786 ____________________________________________________________________________
26787 [ 18842] By: rgs                                   on 2003/03/06  21:27:15
26788         Log: Subject: Re: [PATCH] let perlmodstyle mention Module::Build and Test::More
26789              From: "Jos I. Boumans" <kane@dwim.org>
26790              Date: Fri, 21 Feb 2003 20:33:53 +0100
26791              Message-ID: <3E567F21.6020006@dwim.org>
26792              (with some minor tweaks)
26793      Branch: perl
26794            ! pod/perlmodstyle.pod
26795 ____________________________________________________________________________
26796 [ 18841] By: rgs                                   on 2003/03/06  20:56:32
26797         Log: Subject: Re: [perl #20682] [fix] @- array not visible in s///
26798              From: Enache Adrian <enache@rdslink.ro>
26799              Date: Sun, 2 Mar 2003 06:05:22 +0200
26800              Message-ID: <20030302040522.GB4905@ratsnest.hole>
26801      Branch: perl
26802            ! t/op/subst.t
26803 ____________________________________________________________________________
26804 [ 18840] By: rgs                                   on 2003/03/06  20:45:08
26805         Log: Subject: cleaning up tests of the 'eval { decl. } <=> runtime decl.' assumption
26806              From: Enache Adrian <enache@rdslink.ro>
26807              Date: Wed, 5 Mar 2003 12:06:20 +0200
26808              Message-ID: <20030305100620.GA909@ratsnest.hole>
26809      Branch: perl
26810            ! ext/POSIX/t/sigaction.t ext/POSIX/t/waitpid.t t/op/method.t
26811            ! t/op/sub_lval.t t/op/ver.t t/run/fresh_perl.t
26812 ____________________________________________________________________________
26813 [ 18839] By: jhi                                   on 2003/03/06  17:21:36
26814         Log: Subject: [PATCH perl@18838] mg.c needs Perl_csighandler prototype
26815              From: "Craig A. Berry" <craigberry@mac.com>
26816              Date: Thu, 06 Mar 2003 10:42:05 -0600
26817              Message-ID: <3E677A5D.10805@mac.com>
26818      Branch: perl
26819            ! mg.c
26820 ____________________________________________________________________________
26821 [ 18838] By: jhi                                   on 2003/03/06  10:11:22
26822         Log: Thinko fix.
26823      Branch: perl
26824            ! Porting/findrfuncs
26825 ____________________________________________________________________________
26826 [ 18837] By: jhi                                   on 2003/03/06  09:33:33
26827         Log: PERL_UNICODE explanation saga continues.
26828      Branch: perl
26829            ! pod/perlrun.pod
26830 ____________________________________________________________________________
26831 [ 18836] By: jhi                                   on 2003/03/06  07:55:03
26832         Log: Handle also extra directories et alia.
26833      Branch: perl
26834            ! Porting/manicheck
26835 ____________________________________________________________________________
26836 [ 18835] By: jhi                                   on 2003/03/06  07:48:05
26837         Log: Add mani(fest) check(ing) utility.
26838      Branch: perl
26839            + Porting/manicheck
26840            ! MANIFEST
26841 ____________________________________________________________________________
26842 [ 18833] By: jhi                                   on 2003/03/06  05:36:13
26843         Log: Subject: [patch config_h.SH] redefining __attribute__
26844              From: Stas Bekman <stas@stason.org>
26845              Date: Thu, 06 Mar 2003 12:03:39 +1100
26846              Message-ID: <3E669E6B.1060606@stason.org>
26847      Branch: perl
26848            ! Configure NetWare/config_H.wc Porting/config.sh
26849            ! Porting/config_H config_h.SH plan9/config.plan9
26850            ! plan9/config_h.sample win32/config_H.bc win32/config_H.gc
26851            ! win32/config_H.vc win32/config_H.vc64 wince/config_H.ce
26852 ____________________________________________________________________________
26853 [ 18831] By: jhi                                   on 2003/03/05  19:56:41
26854         Log: Couple more _r possibilities (found in a RH 8.0 box), and
26855              the random() macros were all wrong.  (I don't know why
26856              metaconfig did so much reordering of config_h.SH.)
26857      Branch: perl
26858            ! Configure config_h.SH reentr.h reentr.pl
26859 ____________________________________________________________________________
26860 [ 18830] By: rgs                                   on 2003/03/04  23:25:01
26861         Log: Change #18829 makes this test workaround obsolete.
26862      Branch: perl
26863            ! ext/B/t/deparse.t
26864 ____________________________________________________________________________
26865 [ 18829] By: rgs                                   on 2003/03/04  22:23:41
26866         Log: Patch by Salvador Fandiño to read the warning mask
26867              returned by caller() and ${^WARNING_BITS} from
26868              $warnings::Bits{all} and not from the hardcoded core
26869              constant. (This mask could have been extended by
26870              warnings::register.) Plus tests.
26871      Branch: perl
26872            ! mg.c pp_ctl.c t/op/caller.t
26873 ____________________________________________________________________________
26874 [ 18828] By: rgs                                   on 2003/03/04  20:49:59
26875         Log: Subject: [PATCH] assertions
26876              From: Salvador Fandiño <sfandino@yahoo.com>
26877              Date: Fri, 21 Feb 2003 17:26:16 +0000
26878              Message-ID: <3E566138.4090709@yahoo.com>
26879              and the complement : (with added comments)
26880              Subject: [PATCH] bug in ext/B/t/deparse.t
26881              Message-ID: <3E563E16.7060303@yahoo.com>
26882              plus perldiag.pod patch for the new warning
26883              (previous change was, once again, empty)
26884      Branch: perl
26885            ! ext/B/t/deparse.t lib/assertions.pm lib/assertions/activate.pm
26886            ! lib/perl5db.pl lib/warnings.pm op.c perl.h perlapi.c
26887            ! pod/perldiag.pod warnings.h warnings.pl
26888 ____________________________________________________________________________
26889 [ 18827] By: rgs                                   on 2003/03/04  20:48:09
26890         Log: Subject: [PATCH] assertions
26891              From: Salvador Fandiño <sfandino@yahoo.com>
26892              Date: Fri, 21 Feb 2003 17:26:16 +0000
26893              Message-ID: <3E566138.4090709@yahoo.com>
26894              and the complement : (with added comments)
26895              Subject: [PATCH] bug in ext/B/t/deparse.t
26896              Message-ID: <3E563E16.7060303@yahoo.com>
26897              plus perldiag.pod patch for the new warning
26898      Branch: perl
26899            ! ext/B/t/deparse.t lib/assertions.pm lib/assertions/activate.pm
26900            ! lib/perl5db.pl lib/warnings.pm op.c perl.h perlapi.c
26901            ! pod/perldiag.pod warnings.h warnings.pl
26902 ____________________________________________________________________________
26903 [ 18826] By: jhi                                   on 2003/03/04  20:22:25
26904         Log: Try to make PPPort.pm 5.005-friendlier (see [perl #21339]).
26905              The variant is from how List::Util Util.xs does it.
26906      Branch: perl
26907            ! ext/Devel/PPPort/PPPort.pm
26908 ____________________________________________________________________________
26909 [ 18825] By: rgs                                   on 2003/03/04  19:56:28
26910         Log: Doc typos.
26911      Branch: perl
26912            ! lib/File/Find.pm
26913 ____________________________________________________________________________
26914 [ 18823] By: jhi                                   on 2003/03/04  05:33:50
26915         Log: Try to give rcatline() a good jog on Unicode.
26916      Branch: perl
26917            ! t/io/utf8.t
26918 ____________________________________________________________________________
26919 [ 18822] By: jhi                                   on 2003/03/04  05:14:13
26920         Log: Subject: Re: [perl #21395] rcatline doesn't grok utf8
26921              From: Enache Adrian <enache@rdslink.ro>
26922              Date: Sun, 2 Mar 2003 05:43:54 +0200
26923              Message-ID: <20030302034354.GA4905@ratsnest.hole>
26924      Branch: perl
26925            ! sv.c t/io/utf8.t
26926 ____________________________________________________________________________
26927 [ 18821] By: jhi                                   on 2003/03/04  04:58:36
26928         Log: Can't test this without PerlIO.
26929      Branch: perl
26930            ! t/uni/write.t
26931 ____________________________________________________________________________
26932 [ 18820] By: sky                                   on 2003/03/04  01:01:07
26933         Log: Fixes bug #15654 bizarre constant mangling in 5.8.0
26934              What happened was that a constant was freed, the pad released but
26935              the pad slot still held the SV, when pad slot was reallocated
26936              to be a target for a stringify, it did a sv_setpv on the target
26937              and the original SV was wiped out. When this SV was later on
26938              to new places using the constant, they got the wrong value.
26939              By replacing pad_free with pad_swipe for these cases, we
26940              won't have such a problem. (pad_swipe also removes the
26941              pointer to the original SV).
26942      Branch: perl
26943            ! op.c
26944 ____________________________________________________________________________
26945 [ 18819] By: jhi                                   on 2003/03/03  19:15:07
26946         Log: Further clarification on PERL_UNICODE's semantics.
26947      Branch: perl
26948            ! pod/perlrun.pod
26949 ____________________________________________________________________________
26950 [ 18818] By: gbarr                                 on 2003/03/03  10:07:44
26951         Log: Sync with libnet-1.13
26952      Branch: perl
26953            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/FTP.pm
26954            ! lib/Net/POP3.pm lib/Net/SMTP.pm
26955 ____________________________________________________________________________
26956 [ 18817] By: jhi                                   on 2003/03/03  06:45:59
26957         Log: Upgrade to Unicode::Normalize 0.20.
26958      Branch: perl
26959            ! ext/Unicode/Normalize/Changes
26960            ! ext/Unicode/Normalize/Normalize.pm
26961            ! ext/Unicode/Normalize/Normalize.xs
26962            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
26963            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
26964            ! ext/Unicode/Normalize/t/test.t
26965 ____________________________________________________________________________
26966 [ 18816] By: jhi                                   on 2003/03/03  06:17:28
26967         Log: Upgrade to Encode 1.89.  The enc_module.t required
26968              a little tweak, sending that to Dan.
26969      Branch: perl
26970            + ext/Encode/t/Mod_EUCJP.pm ext/Encode/t/enc_module.enc
26971            + ext/Encode/t/enc_module.t
26972            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Changes
26973            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/MANIFEST
26974            ! ext/Encode/Unicode/Unicode.xs ext/Encode/encoding.pm
26975            ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_utf8.t
26976            ! ext/Encode/ucm/viscii.ucm
26977 ____________________________________________________________________________
26978 [ 18813] By: jhi                                   on 2003/03/03  05:33:21
26979         Log: Use a macro for abs() to avoid the possible truncation to an int;
26980              also make an explicit (double)cast for the arguments to fabs().
26981      Branch: perl
26982            ! perl.h pp.c sv.c util.c
26983 ____________________________________________________________________________
26984 [ 18812] By: hv                                    on 2003/03/02  22:36:05
26985         Log: Subject: Re: [PATCH] Make adding notes to patchlevel.h easier
26986              From: andreas.koenig@anima.de (Andreas J. Koenig)
26987              Date: Wed, 19 Feb 2003 11:05:28 +0100
26988              Message-ID: <m3d6lozitz.fsf@k242.linux.bogus>
26989      Branch: perl
26990            ! patchlevel.h
26991 ____________________________________________________________________________
26992 [ 18811] By: hv                                    on 2003/03/02  22:30:50
26993         Log: Subject: [perl #21289] [Fwd: IPC::Msg bug report]
26994              From: Edmund Bacon (via RT) <perlbug-followup@perl.org>
26995              Date: 18 Feb 2003 21:05:15 -0000
26996              Message-Id: <rt-21289-52384.13.2700974026643@bugs6.perl.org>
26997      Branch: perl
26998            ! ext/IPC/SysV/Msg.pm
26999 ____________________________________________________________________________
27000 [ 18810] By: hv                                    on 2003/03/02  21:59:10
27001         Log: Subject: [PATCH] Re: [perl #18872] File::Basename example misleading
27002              From: Richard Soderberg <perl@crystalflame.net>
27003              Date: Sat, 15 Feb 2003 01:27:21 -0500
27004              Message-Id: <89FAC8B9-40AE-11D7-9B07-000393801F84@crystalflame.net>
27005      Branch: perl
27006            ! lib/File/Basename.pm
27007 ____________________________________________________________________________
27008 [ 18809] By: hv                                    on 2003/03/02  21:54:53
27009         Log: Subject: [perl #21031] $File::Find::name ne $_ w/no_chdir
27010              From: "Anders Johnson" (via RT) <perlbug-followup@perl.org>
27011              Date: 15 Feb 2003 00:21:41 -0000
27012              Message-Id: <rt-21031-51306.12.8541374577158@bugs6.perl.org>
27013      Branch: perl
27014            ! lib/File/Find.pm
27015 ____________________________________________________________________________
27016 [ 18807] By: hv                                    on 2003/03/02  21:22:56
27017         Log: Reverse copyright update (#18801) for files not changed in 2003.
27018      Branch: perl
27019            ! EXTERN.h INTERN.h README av.h cc_runtime.h deb.c doop.c
27020            ! dosish.h fakethr.h form.h globals.c gv.h handy.h hv.h
27021            ! keywords.h keywords.pl mg.h miniperlmain.c numeric.c pad.h
27022            ! perlapi.c perlsdio.h perlsfio.h perlvars.h perly.y pp.h
27023            ! regcomp.h run.c scope.h taint.c thread.h unixish.h utf8.h
27024            ! utfebcdic.h util.h x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c
27025            ! x2p/a2p.h x2p/a2p.y x2p/hash.c x2p/hash.h x2p/proto.h
27026            ! x2p/str.c x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
27027 ____________________________________________________________________________
27028 [ 18805] By: hv                                    on 2003/03/02  16:29:28
27029         Log: Subject: Re: [perl #21411] [fix] Postponed RE with split()
27030              From: Enache Adrian <enache@rdslink.ro>
27031              Date: Sun, 2 Mar 2003 10:11:27 +0200
27032              Message-ID: <20030302081127.GA10782@ratsnest.hole>
27033      Branch: perl
27034            ! pp.c t/op/pat.t
27035 ____________________________________________________________________________
27036 [ 18803] By: hv                                    on 2003/03/02  16:12:34
27037         Log: Subject: RE: [perl #20613] Perl_magic_setsig/clearsig problems (patch   included)
27038              From: "Anders Johnson" <ajohnson@wischip.com>
27039              Date: Mon, 10 Feb 2003 14:09:46 -0800
27040              Message-ID: <000e01c2d151$2228ca90$9800a8c0@wis.com>
27041      Branch: perl
27042            ! mg.c t/op/magic.t
27043 ____________________________________________________________________________
27044 [ 18802] By: jhi                                   on 2003/03/02  15:39:06
27045         Log: Narrow down the -C test skippage.
27046      Branch: perl
27047            ! t/run/switchC.t
27048 ____________________________________________________________________________
27049 [ 18801] By: hv                                    on 2003/03/02  15:24:22
27050         Log: Update all copyrights to 2003, from Jarkko
27051      Branch: perl
27052            ! EXTERN.h INTERN.h README XSUB.h av.c av.h cc_runtime.h cop.h
27053            ! cv.h deb.c doio.c doop.c dosish.h dump.c embed.h embed.pl
27054            ! embedvar.h fakesdio.h fakethr.h form.h global.sym globals.c
27055            ! gv.c gv.h handy.h hv.c hv.h keywords.h keywords.pl locale.c
27056            ! mg.c mg.h miniperlmain.c nostdio.h numeric.c op.c op.h
27057            ! opcode.h opcode.pl opnames.h pad.c pad.h patchlevel.h perl.c
27058            ! perl.h perlapi.c perlapi.h perlio.h perlsdio.h perlsfio.h
27059            ! perlvars.h perly.y pp.c pp.h pp_ctl.c pp_hot.c pp_pack.c
27060            ! pp_sort.c pp_sys.c proto.h reentr.c reentr.h reentr.pl
27061            ! regcomp.c regcomp.h regexec.c regexp.h run.c scope.c scope.h
27062            ! sv.c sv.h taint.c thrdvar.h thread.h toke.c universal.c
27063            ! unixish.h utf8.c utf8.h utfebcdic.h util.c util.h x2p/EXTERN.h
27064            ! x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/hash.c
27065            ! x2p/hash.h x2p/proto.h x2p/str.c x2p/str.h x2p/util.c
27066            ! x2p/util.h x2p/walk.c xsutils.c
27067 ____________________________________________________________________________
27068 [ 18800] By: hv                                    on 2003/03/02  15:16:38
27069         Log: Subject: [PATCH] for perl5db.pl against missing args destroying pre-post command setups
27070              From: Richard.Foley@ubsw.com
27071              Date: Wed, 19 Feb 2003 13:24:38 +0100
27072              Message-ID: <B374141B0A424D4F9CF143CC51B3ADD98579DB@NZURC900PEX1.ubsgs.ubsgroup.net>
27073      Branch: perl
27074            ! lib/perl5db.pl
27075 ____________________________________________________________________________
27076 [ 18799] By: jhi                                   on 2003/03/02  13:34:13
27077         Log: The -CI cannot be easily tested under UTF-8 locale with
27078              the t/test.pl (the 'stdin' data gets doubly UTF-8-ied).
27079              Also other small tweaks in the -C neighbourhood.
27080      Branch: perl
27081            ! perl.c perl.h t/run/switchC.t util.c
27082 ____________________________________________________________________________
27083 [ 18798] By: jhi                                   on 2003/03/02  09:12:06
27084         Log: Go with "right = -right" for greater portability, some platforms
27085              might require llabs() to get abs() of long longs.
27086      Branch: perl
27087            ! pp.c
27088 ____________________________________________________________________________
27089 [ 18797] By: jhi                                   on 2003/03/02  08:07:32
27090         Log: Patch for [perl #9402], known also as "glibc _moddi3 bug
27091              with negative quads", or also as RedHat bug #65612.
27092      Branch: perl
27093            ! pp.c
27094 ____________________________________________________________________________
27095 [ 18796] By: jhi                                   on 2003/03/02  07:34:54
27096         Log: Forgotten from change #18795.
27097      Branch: perl
27098            ! global.sym
27099 ____________________________________________________________________________
27100 [ 18795] By: jhi                                   on 2003/03/02  07:27:44
27101         Log: Subject: Re: [PATCH embed.fnc] Re: [PATCH] Get MSWin32 back compiling
27102              From: Abe Timmerman <abe@ztreet.demon.nl>
27103              Date: Sun, 2 Mar 2003 02:03:16 +0100
27104              Message-Id: <200303020203.16708.abe@ztreet.demon.nl>
27105      Branch: perl
27106            ! embed.fnc embed.h makedef.pl
27107 ____________________________________________________________________________
27108 [ 18794] By: jhi                                   on 2003/03/02  07:21:36
27109         Log: Further Unicode formats patching from Inaba Hiroto.
27110      Branch: perl
27111            + t/uni/write.t
27112            ! MANIFEST pp_ctl.c
27113 ____________________________________________________________________________
27114 [ 18793] By: jhi                                   on 2003/03/01  08:18:35
27115         Log: Integrate change #18788 from maint.
27116      Branch: perl
27117           !> perl.h
27118 ____________________________________________________________________________
27119 [ 18792] By: jhi                                   on 2003/03/01  08:14:43
27120         Log: Subject: [PATCH] Get MSWin32 back compiling
27121              From: Abe Timmerman <abe@ztreet.demon.nl>
27122              Date: Sat, 1 Mar 2003 04:31:19 +0100
27123              Message-Id: <200303010431.20205.abe@ztreet.demon.nl>
27124      Branch: perl
27125            ! embed.fnc embed.h global.sym makedef.pl
27126 ____________________________________________________________________________
27127 [ 18785] By: jhi                                   on 2003/02/26  20:38:55
27128         Log: Subject: Re: [PATCH] Re: format, PerlIO and utf8
27129              From: Inaba Hiroto <inaba@st.rim.or.jp>
27130              Date: Mon, 10 Feb 2003 00:04:51 +0900
27131              Message-ID: <3E466E12.E5349D84@st.rim.or.jp>
27132      Branch: perl
27133            ! pp_ctl.c toke.c
27134 ____________________________________________________________________________
27135 [ 18784] By: jhi                                   on 2003/02/26  19:45:53
27136         Log: An already fixed bug from perl-unicode.
27137      Branch: perl
27138            ! t/op/pat.t
27139 ____________________________________________________________________________
27140 [ 18782] By: hv                                    on 2003/02/26  01:36:49
27141         Log: Subject: Re: [perl #20683] [fix] Better Patch
27142              From: Enache Adrian <enache@rdslink.ro>
27143              Date: Sun, 23 Feb 2003 20:16:39 +0200
27144              Message-ID: <20030223181639.GA18713@ratsnest.hole>
27145      Branch: perl
27146            ! embed.fnc embed.h ext/Devel/Peek/Peek.t mg.c perl.h proto.h
27147            ! regexec.c sv.c t/op/pat.t
27148 ____________________________________________________________________________
27149 [ 18781] By: hv                                    on 2003/02/26  01:11:14
27150         Log: regen headers
27151      Branch: perl
27152            ! perlapi.h pod/perlapi.pod
27153 ____________________________________________________________________________
27154 [ 18780] By: hv                                    on 2003/02/26  00:25:32
27155         Log: Two typos found by Philip Newton <pnewton@gmx.de>
27156      Branch: perl
27157            ! configpm ext/DB_File/DB_File.pm
27158 ____________________________________________________________________________
27159 [ 18779] By: jhi                                   on 2003/02/25  18:20:01
27160         Log: Add tests for the -C switch.  Depending on the
27161              CLIs some $^O dance may be needed.
27162      Branch: perl
27163            + t/run/switchC.t
27164            ! MANIFEST
27165 ____________________________________________________________________________
27166 [ 18778] By: hv                                    on 2003/02/25  15:24:17
27167         Log: Add missing file from change #18774.
27168      Branch: perl
27169            + t/op/localref.t
27170 ____________________________________________________________________________
27171 [ 18777] By: hv                                    on 2003/02/25  14:07:59
27172         Log: More variables for change #18776.
27173      Branch: perl
27174            ! op.c
27175 ____________________________________________________________________________
27176 [ 18776] By: hv                                    on 2003/02/25  14:04:03
27177         Log: Subject: [perl #20682] [fix] @- array not visible in s///
27178              From: Enache Adrian <enache@rdslink.ro>
27179              Date: Fri, 21 Feb 2003 17:50:14 +0200
27180              Message-ID: <20030221155014.GB793@ratsnest.hole>
27181      Branch: perl
27182            ! op.c t/op/subst.t
27183 ____________________________________________________________________________
27184 [ 18775] By: hv                                    on 2003/02/25  13:53:11
27185         Log: Subject: [perl #20684] [fix] s/// with (??{..}) inside returns wrong count
27186              From: Enache Adrian <enache@rdslink.ro>
27187              Date: Fri, 21 Feb 2003 17:49:41 +0200
27188              Message-ID: <20030221154941.GA793@ratsnest.hole>
27189      Branch: perl
27190            ! pp_ctl.c t/op/subst.t
27191 ____________________________________________________________________________
27192 [ 18774] By: hv                                    on 2003/02/25  13:21:19
27193         Log: Subject: Re: [perl #21321] local ${"FOO"} does not work
27194              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
27195              Date: Sun, 23 Feb 2003 00:03:27 +0100
27196              Message-Id: <20030223000327.6f0c11fa.rgarciasuarez@free.fr>
27197      Branch: perl
27198            ! MANIFEST op.c perl.h pp.c pp_hot.c t/op/local.t
27199 ____________________________________________________________________________
27200 [ 18773] By: hv                                    on 2003/02/25  12:45:01
27201         Log: Subject: [Encode] 1.88 Released
27202              From: Dan Kogai <dankogai@dan.co.jp>
27203              Date: Thu, 20 Feb 2003 23:49:55 +0900
27204              Message-Id: <935F75D0-44E2-11D7-B310-000393AE4244@dan.co.jp>
27205      Branch: perl
27206            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
27207            ! ext/Encode/Encode.xs ext/Encode/Unicode/Unicode.xs
27208            ! ext/Encode/lib/Encode/CJKConstants.pm
27209            ! ext/Encode/lib/Encode/Encoder.pm ext/Encode/t/enc_eucjp.t
27210            ! ext/Encode/t/enc_utf8.t ext/Encode/ucm/viscii.ucm
27211 ____________________________________________________________________________
27212 [ 18772] By: merijn                                on 2003/02/25  12:12:14
27213         Log: Subject: [perl@18752] warnings from CGI tests under cygwin
27214              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
27215              Date: Wed, 19 Feb 2003 13:37:39 -0800
27216              Message-ID: <jk/U+gzkg2DE092yn@efn.org>
27217      Branch: perl
27218            ! lib/CGI.pm
27219 ____________________________________________________________________________
27220 [ 18771] By: jhi                                   on 2003/02/25  07:46:53
27221         Log: Cleanup #18770 as suggested by Rafael.
27222      Branch: perl
27223            ! mg.c perl.h
27224 ____________________________________________________________________________
27225 [ 18770] By: jhi                                   on 2003/02/25  06:01:09
27226         Log: A new try at #18765 (for [perl #20920]).
27227      Branch: perl
27228            ! mg.c
27229 ____________________________________________________________________________
27230 [ 18769] By: jhi                                   on 2003/02/25  05:33:10
27231         Log: Retract change #18765: makes HiRes.t hang after subtest #11.
27232      Branch: perl
27233            ! mg.c
27234 ____________________________________________________________________________
27235 [ 18768] By: chip                                  on 2003/02/24  21:42:57
27236         Log: Include p4d2p in Porting again, because p4genpatch doesn't work
27237              until a change has been submitted.
27238      Branch: perl
27239            + Porting/p4d2p
27240            ! MANIFEST
27241 ____________________________________________________________________________
27242 [ 18767] By: chip                                  on 2003/02/24  21:35:56
27243         Log: In Porting scripts, use standard perl path of "/usr/bin/perl".
27244      Branch: perl
27245            ! Porting/check83.pl Porting/findvars Porting/fixCORE
27246            ! Porting/fixvars Porting/genlog Porting/makerel Porting/patchls
27247 ____________________________________________________________________________
27248 [ 18766] By: jhi                                   on 2003/02/24  20:04:36
27249         Log: PERL_SIGNALS=unsafe enables the old unsafe/immediate signals.
27250      Branch: perl
27251            ! embedvar.h intrpvar.h mg.c perl.c perl.h pod/perldiag.pod
27252            ! pod/perlipc.pod pod/perlrun.pod pp_sys.c util.c
27253 ____________________________________________________________________________
27254 [ 18765] By: jhi                                   on 2003/02/24  19:56:23
27255         Log: Subject: Re: [perl #20920] Segmentation fault ("Safe Signal" queue problem?)
27256              From: Slaven Rezic <slaven@rezic.de>
27257              Date: 14 Feb 2003 09:11:15 +0100
27258              Message-ID: <878ywji8nw.fsf@vran.herceg.de>
27259
27260              (with slight tweaks)
27261      Branch: perl
27262            ! mg.c
27263 ____________________________________________________________________________
27264 [ 18764] By: jhi                                   on 2003/02/24  18:44:41
27265         Log: Patching magic from Inaba-san's keyboard: fix for [perl #8769]:
27266              "scalar upgraded to UTF-8 as a side effect of quote-interpolation
27267              when 'use encoding' is engaged"-- wasn't actually encoding's fault.
27268      Branch: perl
27269            ! pp_ctl.c pp_hot.c sv.c sv.h t/op/concat.t
27270 ____________________________________________________________________________
27271 [ 18763] By: chip                                  on 2003/02/24  14:54:36
27272         Log: Use PL_{argv,stdin,stdout}gv to avoid unnecessary gv_fetch calls.
27273      Branch: perl
27274            ! op.c win32/perlhost.h
27275 ____________________________________________________________________________
27276 [ 18762] By: hv                                    on 2003/02/24  00:18:42
27277         Log: Remove no-longer-true line from perlop
27278      Branch: perl
27279            ! pod/perlop.pod
27280 ____________________________________________________________________________
27281 [ 18761] By: jhi                                   on 2003/02/23  12:07:53
27282         Log: Chip noticed that the intended optionality of the 'IV' was
27283              forgotten in the change #18758.
27284      Branch: perl
27285            ! ext/Devel/Peek/Peek.t
27286 ____________________________________________________________________________
27287 [ 18760] By: jhi                                   on 2003/02/22  19:17:04
27288         Log: API doc tweaks.
27289      Branch: perl
27290            ! utf8.c
27291 ____________________________________________________________________________
27292 [ 18759] By: sky                                   on 2003/02/21  09:08:30
27293         Log: Change regex to be a bit more friendly against various
27294              outputs from ps -f, regex suggest by rgs
27295      Branch: perl
27296            ! ext/threads/t/join.t
27297 ____________________________________________________________________________
27298 [ 18758] By: jhi                                   on 2003/02/20  17:28:44
27299         Log: Subject: [PATCH: perl@18639] add some IV stuff to ext/Devel/Peek/Peek.t test 21
27300              From: PPrymmer@factset.com
27301              Date: Thu, 20 Feb 2003 13:28:09 -0500
27302              Message-ID: <OF2DC297F4.A63F24F9-ON85256CD3.006513E4@factset.com>
27303      Branch: perl
27304            ! ext/Devel/Peek/Peek.t
27305 ____________________________________________________________________________
27306 [ 18757] By: jhi                                   on 2003/02/20  17:27:17
27307         Log: Subject: [PATCH: perl@186389] add probe for yet another dangerous logical name: COMP
27308              From: PPrymmer@factset.com
27309              Date: Wed, 19 Feb 2003 15:04:40 -0500
27310              Message-ID: <OFC0A627AD.02B9D968-ON85256CD2.006DDC21@factset.com>
27311      Branch: perl
27312            ! README.vms configure.com
27313 ____________________________________________________________________________
27314 [ 18756] By: jhi                                   on 2003/02/20  06:16:05
27315         Log: Doc tweakage on -C.
27316      Branch: perl
27317            ! pod/perlrun.pod
27318 ____________________________________________________________________________
27319 [ 18755] By: rgs                                   on 2003/02/19  21:31:43
27320         Log: Subject: [PATCH] 5.8.0: typo in pod/perlcompile.pod
27321              From: Brendan O'Dea <bod@debian.org>
27322              Date: Sun, 16 Feb 2003 21:09:23 +1100
27323              Message-ID: <20030216100923.GA29761@londo.c47.org>
27324      Branch: perl
27325            ! pod/perlcompile.pod
27326 ____________________________________________________________________________
27327 [ 18754] By: rgs                                   on 2003/02/19  21:14:37
27328         Log: Document clearly that "_" is always in package "main".
27329      Branch: perl
27330            ! pod/perlvar.pod
27331 ____________________________________________________________________________
27332 [ 18753] By: rgs                                   on 2003/02/19  20:55:09
27333         Log: Subject: Re: [perl #20716] scope error with brackets
27334              From: Enache Adrian <enache@rdslink.ro>
27335              Date: Thu, 13 Feb 2003 04:52:21 +0200
27336              Message-ID: <20030213025221.GA1215@ratsnest.hole>
27337              (better version of change #18687)
27338      Branch: perl
27339            ! t/comp/parser.t toke.c
27340 ____________________________________________________________________________
27341 [ 18752] By: jhi                                   on 2003/02/19  05:10:26
27342         Log: 'A' is not 65 everywhere.
27343      Branch: perl
27344            ! t/op/pack.t
27345 ____________________________________________________________________________
27346 [ 18751] By: chip                                  on 2003/02/19  03:54:45
27347         Log: Support one-parameter unpack(), which unpacks $_.
27348      Branch: perl
27349            ! opcode.h opcode.pl pod/perlfunc.pod pp_pack.c t/op/pack.t
27350 ____________________________________________________________________________
27351 [ 18750] By: hv                                    on 2003/02/19  00:53:03
27352         Log: more complex assertions activation:
27353              Subject: Re: Did the assertion patch/feature submission get overlooked?
27354              From: =?ISO-8859-1?Q?Salvador_Fandi=F1o?= <sfandino@yahoo.com>
27355              Date: Tue, 18 Feb 2003 19:24:13 +0000
27356              Message-ID: <3E52885D.5060903@yahoo.com>
27357      Branch: perl
27358            ! lib/assertions.pm lib/assertions/activate.pm
27359            ! t/comp/assertions.t
27360 ____________________________________________________________________________
27361 [ 18749] By: hv                                    on 2003/02/19  00:19:21
27362         Log: Subject: [PATCH] Make adding notes to patchlevel.h easier
27363              From: andreas.koenig@anima.de (Andreas J. Koenig)
27364              Date: Tue, 18 Feb 2003 11:48:40 +0100
27365              Message-ID: <m3n0kt27av.fsf@k242.linux.bogus>
27366      Branch: perl
27367            ! patchlevel.h
27368 ____________________________________________________________________________
27369 [ 18748] By: hv                                    on 2003/02/19  00:00:41
27370         Log: Subject: [PATCH IO/Socket/INET.pm] Blocking option ignored
27371              From: Dave Mitchell <davem@fdgroup.com>
27372              Date: Tue, 18 Feb 2003 21:45:45 +0000
27373              Message-ID: <20030218214545.C18547@fdgroup.com>
27374
27375              and tests for the same:
27376              From: Dave Mitchell <davem@fdgroup.com>
27377              Date: Wed, 19 Feb 2003 00:42:01 +0000
27378              Message-ID: <20030219004201.F18547@fdgroup.com>
27379      Branch: perl
27380            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/t/io_sock.t
27381 ____________________________________________________________________________
27382 [ 18747] By: hv                                    on 2003/02/18  23:47:06
27383         Log: Shouldn't have added as t/run/switchA.t in #18739 - it'll cause
27384              problems on case-insensitive file systems. Rename it back to
27385              t/run/switch_A.t
27386      Branch: perl
27387           +> t/run/switch_A.t
27388            - t/run/switchA.t
27389            ! MANIFEST
27390 ____________________________________________________________________________
27391 [ 18746] By: sky                                   on 2003/02/18  21:31:37
27392         Log: Subject: Re: -Os for Darwin why?
27393              From: schwern@pobox.com
27394              Date: tis feb 18, 2003  20:37:39 Europe/Stockholm
27395              Message-Id: <20030218113739.D25848@ttul.org>
27396      Branch: perl
27397            ! hints/darwin.sh
27398 ____________________________________________________________________________
27399 [ 18741] By: jhi                                   on 2003/02/18  14:01:34
27400         Log: Format nit.
27401      Branch: perl
27402            ! util.c
27403 ____________________________________________________________________________
27404 [ 18740] By: sky                                   on 2003/02/18  06:33:57
27405         Log: Re: -Os for Darwin why?
27406              From: schwern@pobox.com
27407              Date: tis feb 18, 2003  04:14:03 Europe/Stockholm
27408              Message-Id: <20030217191403.A17553@ttul.org>
27409      Branch: perl
27410            ! hints/darwin.sh
27411 ____________________________________________________________________________
27412 [ 18739] By: hv                                    on 2003/02/18  01:04:01
27413         Log: Subject: Re: Did the assertion patch/feature submission get overlooked?
27414              From: =?ISO-8859-1?Q?Salvador_Fandi=F1o?= <sfandino@yahoo.com>
27415              Date: Mon, 17 Feb 2003 23:38:05 +0000
27416              Message-ID: <3E51725D.5060303@yahoo.com>
27417      Branch: perl
27418            + t/comp/assertions.t t/run/switchA.t
27419            ! MANIFEST
27420 ____________________________________________________________________________
27421 [ 18738] By: hv                                    on 2003/02/18  00:51:24
27422         Log: Subject: [PATCH] Re: [PATCH] Re: [PATCH] Copy on write for $& and $1...
27423              From: Nicholas Clark <nick@ccl4.org>
27424              Date: Mon, 17 Feb 2003 21:07:03 +0000
27425              Message-ID: <20030217210330.A8611@plum.flirble.org>
27426      Branch: perl
27427            ! sv.c
27428 ____________________________________________________________________________
27429 [ 18737] By: hv                                    on 2003/02/18  00:47:00
27430         Log: Subject: [PATCH] Re: [perl #21261] B::Terse not outputting correct constants or variable names
27431              From: Stephen McCamant <smcc@mit.edu>
27432              Date: Mon, 17 Feb 2003 19:34:36 -0500
27433              Date: Mon, 17 Feb 2003 19:34:36 -0500
27434              Message-ID: <15953.32668.277063.470885@syllepsis.MIT.EDU>
27435      Branch: perl
27436            ! ext/B/B.xs ext/B/B/Bblock.pm ext/B/B/Concise.pm
27437            ! ext/B/B/Terse.pm ext/B/t/terse.t
27438 ____________________________________________________________________________
27439 [ 18736] By: hv                                    on 2003/02/17  09:33:47
27440         Log: Subject: [PATCH] Re: [PATCH] Copy on write for $& and $1...
27441              From: Nicholas Clark <nick@unfortu.net>
27442              Date: Sun, 16 Feb 2003 23:09:50 +0000
27443              Message-ID: <20030216230950.GB276@Bagpuss.unfortu.net>
27444      Branch: perl
27445            ! sv.c
27446 ____________________________________________________________________________
27447 [ 18735] By: hv                                    on 2003/02/17  09:13:02
27448         Log: Use the escape E<ntilde> in source files rather than the actual char.
27449      Branch: perl
27450            ! lib/assertions.pm lib/assertions/activate.pm
27451 ____________________________________________________________________________
27452 [ 18734] By: hv                                    on 2003/02/17  09:06:44
27453         Log: Suppress empty #ifdef blocks in embed.pl
27454      Branch: perl
27455            ! embed.h embed.pl
27456 ____________________________________________________________________________
27457 [ 18733] By: hv                                    on 2003/02/17  08:51:53
27458         Log: fix typo in sv.c and regenerate perlapi.pod
27459      Branch: perl
27460            ! pod/perlapi.pod sv.c
27461 ____________________________________________________________________________
27462 [ 18732] By: jhi                                   on 2003/02/17  06:40:09
27463         Log: Philip Newton has eagle eyes :-)
27464      Branch: perl
27465            ! pod/perlrun.pod
27466 ____________________________________________________________________________
27467 [ 18731] By: jhi                                   on 2003/02/17  05:31:18
27468         Log: Doc tweaks (and one code tweak) based on Philip Newton's comments.
27469      Branch: perl
27470            ! locale.c pod/perlrun.pod pod/perlunicode.pod
27471            ! pod/perluniintro.pod pod/perlvar.pod util.c
27472 ____________________________________________________________________________
27473 [ 18730] By: jhi                                   on 2003/02/17  04:44:53
27474         Log: Make also the -CAL conditional on locale.
27475      Branch: perl
27476            ! perl.c pod/perlrun.pod
27477 ____________________________________________________________________________
27478 [ 18729] By: jhi                                   on 2003/02/16  18:33:05
27479         Log: NO_SHORT_NAMES is better than HIDE_SHORT_NAMES.
27480      Branch: perl
27481            ! embed.h embed.pl pod/perlembed.pod
27482 ____________________________________________________________________________
27483 [ 18728] By: jhi                                   on 2003/02/16  18:20:04
27484         Log: According to Sarathy it's better have the Ministry
27485              of Information to remove all memory of NO_EMBED.
27486              What NO_EMBED?
27487      Branch: perl
27488            ! embed.h embed.pl
27489 ____________________________________________________________________________
27490 [ 18727] By: hv                                    on 2003/02/16  13:55:10
27491         Log: add support for assertions. Updated form of:
27492              Subject: Re: Did the assertion patch/feature submission get overlooked?
27493              From: Salvador =?ISO-8859-1?Q?Fandi=F1o?= <sfandino@yahoo.com>
27494              Date: Sat, 30 Nov 2002 17:24:09 +0000
27495              Message-ID: <3DE8F439.50402@yahoo.com>
27496      Branch: perl
27497            + lib/assertions.pm lib/assertions/activate.pm
27498            ! MANIFEST cv.h dump.c embed.pl embedvar.h ext/B/B/Deparse.pm
27499            ! ext/B/defsubs_h.PL intrpvar.h lib/perl5db.pl op.c perl.c
27500            ! perl.h perlapi.h pp_hot.c sv.c toke.c xsutils.c
27501 ____________________________________________________________________________
27502 [ 18726] By: hv                                    on 2003/02/16  13:10:32
27503         Log: COW regexps:
27504              Subject: [PATCH] Copy on write for $& and $1...
27505              From: Nicholas Clark <nick@unfortu.net>
27506              Date: Sun, 9 Feb 2003 23:00:09 +0000
27507              Message-ID: <20030209230008.GF299@Bagpuss.unfortu.net>
27508      Branch: perl
27509            ! embed.fnc embed.h global.sym pod/perlapi.pod pp_ctl.c pp_hot.c
27510            ! proto.h regcomp.c regexec.c regexp.h sv.c sv.h thrdvar.h
27511 ____________________________________________________________________________
27512 [ 18725] By: hv                                    on 2003/02/16  13:08:52
27513         Log: inline SvREFCNT_dec:
27514              Subject: [PATCH] Copy on write for $& and $1...
27515              From: Nicholas Clark <nick@unfortu.net>
27516              Date: Sun, 9 Feb 2003 23:00:09 +0000
27517              Message-ID: <20030209230008.GF299@Bagpuss.unfortu.net>
27518      Branch: perl
27519            ! embed.fnc embed.h proto.h sv.c sv.h
27520 ____________________________________________________________________________
27521 [ 18723] By: hv                                    on 2003/02/16  11:12:58
27522         Log: Subject: Re: [perl #20798] foo(eval {}) crashes Perl 5.8
27523              From: Enache Adrian <enache@rdslink.ro>
27524              Date: Sun, 16 Feb 2003 00:05:10 +0200
27525              Message-ID: <20030215220510.GB893@ratsnest.hole>
27526      Branch: perl
27527            ! op.c
27528 ____________________________________________________________________________
27529 [ 18722] By: hv                                    on 2003/02/16  11:08:06
27530         Log: outdent else-if chain in scope()
27531      Branch: perl
27532            ! op.c
27533 ____________________________________________________________________________
27534 [ 18721] By: hv                                    on 2003/02/16  11:00:47
27535         Log: Subject: [PATCH] arcane tainting bug in vms.c
27536              From: "Craig A. Berry" <craigberry@mac.com>
27537              Date: Sat, 15 Feb 2003 12:29:03 -0600
27538              Message-ID: <3E4E86EF.8090609@mac.com>
27539      Branch: perl
27540            ! vms/vms.c
27541 ____________________________________________________________________________
27542 [ 18720] By: hv                                    on 2003/02/16  10:54:58
27543         Log: restrict PERL_PRESERVE_IVUV to things that should really give an
27544              integer, but extend to runtime. Based on:
27545              Subject: Re: [perl #20827] Unexpected scientific notation.
27546              From: hv@crypt.org
27547              Date: Wed, 12 Feb 2003 03:12:43 +0000
27548              Message-Id: <200302120312.h1C3ChS02613@crypt.compulink.co.uk>
27549      Branch: perl
27550            ! op.c pp.c
27551 ____________________________________________________________________________
27552 [ 18718] By: jhi                                   on 2003/02/16  09:47:02
27553         Log: As suggested by Sarathy, add -DPERL_HIDE_SHORT_NAMES option
27554              which will disable the short forms of the Perl_ API, good for
27555              embedding stuff.  (Kind of like the old NO_EMBED, but better.)
27556      Branch: perl
27557            ! embed.h embed.pl pod/perlembed.pod
27558 ____________________________________________________________________________
27559 [ 18717] By: jhi                                   on 2003/02/16  09:44:57
27560         Log: Clarify the -C syntax a bit.
27561      Branch: perl
27562            ! pod/perlrun.pod
27563 ____________________________________________________________________________
27564 [ 18716] By: jhi                                   on 2003/02/16  08:29:54
27565         Log: Forgotten from #18715.
27566      Branch: perl
27567            ! embed.h proto.h
27568 ____________________________________________________________________________
27569 [ 18715] By: jhi                                   on 2003/02/15  21:19:37
27570         Log: The new(er) way of controlling Unicode I/O (and other) features;
27571              -C (or PERL_UNICODE).  See perlrun/-C for more details.
27572      Branch: perl
27573            ! embed.fnc embedvar.h gv.c intrpvar.h locale.c mg.c perl.c
27574            ! perl.h perlapi.h pod/perldiag.pod pod/perlrun.pod
27575            ! pod/perlunicode.pod pod/perluniintro.pod pod/perlvar.pod
27576            ! util.c
27577 ____________________________________________________________________________
27578 [ 18714] By: jhi                                   on 2003/02/15  12:31:25
27579         Log: Also Storable really wants the PATCHLEVEL, not PERL_VERSION.
27580      Branch: perl
27581            ! ext/Storable/Storable.xs
27582 ____________________________________________________________________________
27583 [ 18712] By: jhi                                   on 2003/02/15  08:39:38
27584         Log: Bring the CPAN Digest::MD5 (2.23) and the core Digest::MD5
27585              even closer to each other.  The dec_osf.pl is irrelevant
27586              for the current core but adding it makes for one less exception
27587              when integrating.
27588      Branch: perl
27589            + ext/Digest/MD5/hints/dec_osf.pl
27590            ! MANIFEST ext/Digest/MD5/MD5.pm ext/Digest/MD5/Makefile.PL
27591            ! ext/Digest/MD5/t/files.t
27592 ____________________________________________________________________________
27593 [ 18711] By: jhi                                   on 2003/02/15  08:32:04
27594         Log: Update MD5 Changes; update checksums.
27595      Branch: perl
27596            ! ext/Digest/MD5/Changes ext/Digest/MD5/t/files.t
27597 ____________________________________________________________________________
27598 [ 18710] By: jhi                                   on 2003/02/15  08:19:20
27599         Log: Update the MD5 checksums.
27600      Branch: perl
27601            ! ext/Digest/MD5/t/files.t
27602 ____________________________________________________________________________
27603 [ 18709] By: jhi                                   on 2003/02/15  08:16:26
27604         Log: Make the patchlevel.h inclusion attempt pre-5.6.0-safe(r)
27605              (problem noticed by Graham with List::Util).
27606      Branch: perl
27607            ! ext/Data/Dumper/Dumper.xs ext/Digest/MD5/MD5.xs
27608            ! ext/MIME/Base64/Base64.xs ext/Storable/Storable.xs
27609 ____________________________________________________________________________
27610 [ 18708] By: jhi                                   on 2003/02/15  07:31:17
27611         Log: Subject: Re: [perl #20912] UTF8 related glitch + fix
27612              From: Enache Adrian <enache@rdslink.ro>
27613              Date: Sat, 15 Feb 2003 00:37:40 +0200
27614              Message-ID: <20030214223740.GA13575@ratsnest.hole>
27615      Branch: perl
27616            ! pp.c t/op/split.t
27617 ____________________________________________________________________________
27618 [ 18707] By: hv                                    on 2003/02/15  06:38:15
27619         Log: Subject: [doc patch] ext/threads/shared/shared.pm
27620              From: Stas Bekman <stas@stason.org>
27621              Date: Fri, 14 Feb 2003 11:12:39 +1100
27622              Message-ID: <3E4C3477.7030306@stason.org>
27623      Branch: perl
27624            ! ext/threads/shared/shared.pm
27625 ____________________________________________________________________________
27626 [ 18706] By: hv                                    on 2003/02/15  06:32:35
27627         Log: Subject: Re: perlvar phrasing clarification for $^S
27628              From: "Iain 'Spoon' Truskett" <perl@dellah.anu.edu.au>
27629              Date: Fri, 14 Feb 2003 10:12:00 +1100
27630              Message-ID: <20030213231200.GE16300@ouroboros.anu.edu.au>
27631      Branch: perl
27632            ! pod/perlvar.pod
27633 ____________________________________________________________________________
27634 [ 18705] By: hv                                    on 2003/02/15  06:27:07
27635         Log: Subject: Re: [perl #20933] \substr reuses lvalues (sometimes)
27636              From: Dave Mitchell <davem@fdgroup.com>
27637              Date: Fri, 14 Feb 2003 22:48:27 +0000
27638              Message-ID: <20030214224827.B6783@fdgroup.com>
27639
27640              with tests:
27641              From: Slaven Rezic <slaven@rezic.de>
27642              Date: 14 Feb 2003 20:23:20 +0100
27643              Message-ID: <87bs1e4qfr.fsf@vran.herceg.de>
27644      Branch: perl
27645            ! pp.c t/op/substr.t t/op/vec.t
27646 ____________________________________________________________________________
27647 [ 18704] By: hv                                    on 2003/02/15  06:17:06
27648         Log: Subject: Re: overriding builtins quirk
27649              From: Jerrad Pierce <belg4mit@MIT.EDU>
27650              Date: Fri, 14 Feb 2003 09:28:13 -0500
27651              Message-Id: <200302141428.JAA25752@cathedral-seven.mit.edu>
27652      Branch: perl
27653            ! pod/perlsub.pod
27654 ____________________________________________________________________________
27655 [ 18703] By: rgs                                   on 2003/02/14  22:23:56
27656         Log: Subject: Re: trying to fix #20154, #20357
27657              From: Enache Adrian <enache@rdslink.ro>
27658              Date: Sat, 8 Feb 2003 21:05:14 +0200
27659              Message-ID: <20030208190514.GA866@ratsnest.hole>
27660              (fixes #19061 as well)
27661      Branch: perl
27662            ! pp_ctl.c t/op/goto.t
27663 ____________________________________________________________________________
27664 [ 18702] By: gbarr                                 on 2003/02/14  19:26:23
27665         Log: Update to Scalar-List-Utils 1.11
27666      Branch: perl
27667            + ext/List/Util/t/proto.t
27668            ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/Util.xs
27669            ! ext/List/Util/lib/List/Util.pm
27670            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/isvstring.t
27671 ____________________________________________________________________________
27672 [ 18699] By: jhi                                   on 2003/02/13  09:43:33
27673         Log: gcc 3.2.1 does not have -Wall faith that tmp
27674              will not be used uninitialized.
27675      Branch: perl
27676            ! toke.c
27677 ____________________________________________________________________________
27678 [ 18698] By: hv                                    on 2003/02/12  03:01:32
27679         Log: Subject: perlbug (was: Re: [perl #20606] [no subject])
27680              From: Slaven Rezic <slaven@rezic.de>
27681              Date: 30 Jan 2003 19:03:41 +0100
27682              Message-ID: <87fzra7bwi.fsf@vran.herceg.de>
27683      Branch: perl
27684            ! utils/perlbug.PL
27685 ____________________________________________________________________________
27686 [ 18697] By: hv                                    on 2003/02/12  02:20:39
27687         Log: Subject: [PATCH 5.9.0] to silence compiler warning
27688              From: Robin Barker <Robin.Barker@npl.co.uk>
27689              Date: Tue, 28 Jan 2003 13:27:17 -0000
27690              Message-ID: <533D273D4014D411AB1D00062938C4D9040462CC@hotel.npl.co.uk>
27691      Branch: perl
27692            ! ext/PerlIO/scalar/scalar.xs ext/Storable/Storable.xs
27693            ! universal.c util.c
27694 ____________________________________________________________________________
27695 [ 18696] By: rgs                                   on 2003/02/11  20:13:21
27696         Log: Subject: [perl #20654] %*v02x considered invalid in printf
27697              From: Robin Barker (via RT) <perlbug-followup@perl.org>
27698              Date: 10 Feb 2003 16:43:23 -0000
27699              Message-Id: <rt-20654-50711.19.9711009821137@bugs6.perl.org>
27700      Branch: perl
27701            ! sv.c t/op/sprintf.t
27702 ____________________________________________________________________________
27703 [ 18695] By: rgs                                   on 2003/02/11  20:00:23
27704         Log: Subject: mini-[patch] perlrun "^$W" typo
27705              From: Iain Truskett <spoon@dellah.org>
27706              Date: Tue, 11 Feb 2003 08:38:52 +1100
27707              Message-ID: <20030210213851.GC31721@ouroboros.anu.edu.au>
27708      Branch: perl
27709            ! pod/perlrun.pod
27710 ____________________________________________________________________________
27711 [ 18694] By: rgs                                   on 2003/02/11  19:44:00
27712         Log: Subject: [PATCH] More B::Concise fixes
27713              From: Stephen McCamant <smcc@mit.edu>
27714              Date: Sun, 9 Feb 2003 17:28:38 -0500
27715              Message-ID: <15942.54806.381678.173391@syllepsis.MIT.EDU>
27716      Branch: perl
27717            ! ext/B/B/Concise.pm
27718 ____________________________________________________________________________
27719 [ 18693] By: merijn                                on 2003/02/11  08:14:29
27720         Log: More code cleanup.
27721
27722              Subject: Re: New SV Flag
27723              Date: Fri, 07 Feb 2003 09:57:43 +0100
27724              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
27725              Message-Id: <20030207095258.6E05.H.M.BRAND@hccnet.nl>
27726      Branch: perl
27727            ! sv.c sv.h
27728 ____________________________________________________________________________
27729 [ 18692] By: jhi                                   on 2003/02/11  07:53:26
27730         Log: Dueling patches.
27731      Branch: perl
27732            - lib/CPAN/ChangeLog
27733            ! MANIFEST
27734 ____________________________________________________________________________
27735 [ 18691] By: hv                                    on 2003/02/11  00:27:56
27736         Log: Subject: PATCH: sv_rvweaken() deficiency (against 5.8.0)
27737              From: Mark Mielke <mark@mark.mielke.cc>
27738              Date: Mon, 20 Jan 2003 19:56:13 -0500
27739              Message-ID: <20030121005613.GA31739@mark.mielke.cc>
27740      Branch: perl
27741            ! sv.c
27742 ____________________________________________________________________________
27743 [ 18690] By: hv                                    on 2003/02/10  22:08:05
27744         Log: fix comment in change #18689
27745      Branch: perl
27746            ! sv.c
27747 ____________________________________________________________________________
27748 [ 18689] By: hv                                    on 2003/02/10  21:59:34
27749         Log: Fix for [perl #20339]: "%lf" rejected as invalid by recent sprintf.
27750              Now allows but ignores the 'l' modifier on floating point formats
27751              and adds a couple of tests.
27752      Branch: perl
27753            ! sv.c t/op/sprintf.t
27754 ____________________________________________________________________________
27755 [ 18688] By: sky                                   on 2003/02/10  19:54:13
27756         Log: Subject: Re: [perl #20777] [PATCH] goto &subroutine leaks memory
27757              From: Enache Adrian <enache@rdslink.ro>
27758              Date: sun feb 9, 2003  21:10:25 Europe/Stockholm
27759              Message-Id: <20030209201025.GA1247@ratsnest.hole>
27760      Branch: perl
27761            ! pp_ctl.c
27762 ____________________________________________________________________________
27763 [ 18687] By: sky                                   on 2003/02/10  18:13:29
27764         Log: Subject: Re: [perl #20716] [FIX] scope error with brackets
27765              From: Enache Adrian <enache@rdslink.ro>
27766              Date: mon feb 10, 2003  18:48:58 Europe/Stockholm
27767              Message-id: <20030210174858.GA872@ratsnest.hole>
27768      Branch: perl
27769            ! t/comp/parser.t toke.c
27770 ____________________________________________________________________________
27771 [ 18686] By: sky                                   on 2003/02/10  18:11:35
27772         Log: Compile under threads and MacOSX. For some reason newSVpvf
27773              was not exapnded.
27774      Branch: perl
27775            ! universal.c
27776 ____________________________________________________________________________
27777 [ 18685] By: ams                                   on 2003/02/10  03:44:07
27778         Log: No, we don't really want the utility scripts.
27779      Branch: perl
27780            - ext/MIME/Base64/decode-base64 ext/MIME/Base64/decode-qp
27781            - ext/MIME/Base64/encode-base64 ext/MIME/Base64/encode-qp
27782            ! MANIFEST ext/MIME/Base64/Makefile.PL
27783 ____________________________________________________________________________
27784 [ 18684] By: hv                                    on 2003/02/10  01:43:12
27785         Log: fix for C< use if qw/ 1 open :utf8 / > based on:
27786              Subject: [perl #20536] use if 1, open => ':utf8' fails
27787              From: Autrijus Tang (via RT) <perlbug-followup@perl.org>
27788              Date: 24 Jan 2003 22:39:06 -0000
27789              Message-Id: <rt-20536-49670.13.2464320257255@bugs6.perl.org>
27790      Branch: perl
27791            ! lib/if.pm lib/if.t
27792 ____________________________________________________________________________
27793 [ 18683] By: hv                                    on 2003/02/10  01:15:52
27794         Log: Subject: RE: perldebug.pod suggestion
27795              From: "Jay Hannah" <jhannah@omnihotels.com>
27796              Date: Fri, 24 Jan 2003 11:28:44 -0600
27797              Message-ID: <00b001c2c3ce$0c4716e0$4709a8c0@omarests2>
27798      Branch: perl
27799            ! pod/perldebug.pod
27800 ____________________________________________________________________________
27801 [ 18682] By: hv                                    on 2003/02/10  00:26:50
27802         Log: Subject: [PATCH] version objects final(?) patch
27803              From: John Peacock <jpeacock@rowman.com>
27804              Date: Sun, 05 Jan 2003 21:28:41 -0500
27805              Message-ID: <3E18E9D9.2040908@rowman.com>
27806      Branch: perl
27807            ! lib/version.pm lib/version.t universal.c util.c
27808 ____________________________________________________________________________
27809 [ 18680] By: chip                                  on 2003/02/09  17:39:33
27810         Log: Add CPAN ChangeLog to MANIFEST.
27811      Branch: perl
27812            ! MANIFEST
27813 ____________________________________________________________________________
27814 [ 18678] By: jhi                                   on 2003/02/09  14:37:38
27815         Log: CPAN ChangeLog not needed, says Andreas.
27816      Branch: perl
27817            ! MANIFEST
27818 ____________________________________________________________________________
27819 [ 18677] By: jhi                                   on 2003/02/09  08:42:19
27820         Log: Subject: [perl #20785] glitches with $PerlIO::encoding::fallback
27821              From: "autrijus@ossf.iis.sinica.edu.tw (via RT)" <perlbug-followup@perl.org>
27822              Date: 8 Feb 2003 11:54:11 -0000
27823              Message-Id: <rt-20785-50586.6.45611613038412@bugs6.perl.org>
27824      Branch: perl
27825            ! ext/PerlIO/encoding/encoding.pm
27826 ____________________________________________________________________________
27827 [ 18676] By: jhi                                   on 2003/02/09  08:35:25
27828         Log: Subject: Re: utime undef, undef, "/tmp/test" and warnings
27829              From: Stas Bekman <stas@stason.org>
27830              Date: Sat, 08 Feb 2003 11:12:28 +1100
27831              Message-ID: <3E444B6C.5060407@stason.org>
27832      Branch: perl
27833            ! doio.c
27834 ____________________________________________________________________________
27835 [ 18675] By: jhi                                   on 2003/02/08  19:49:40
27836         Log: Possible cruft removal.
27837      Branch: perl
27838            ! x2p/Makefile.SH
27839 ____________________________________________________________________________
27840 [ 18674] By: jhi                                   on 2003/02/08  18:22:42
27841         Log: Signedness nits.
27842      Branch: perl
27843            ! toke.c
27844 ____________________________________________________________________________
27845 [ 18672] By: jhi                                   on 2003/02/08  08:45:35
27846         Log: Upgrade to CPAN 1.64, from Andreas Koenig.
27847      Branch: perl
27848            + lib/CPAN/ChangeLog lib/CPAN/README utils/cpan
27849            ! MANIFEST lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/t/Nox.t
27850            ! lib/CPAN/t/loadme.t lib/CPAN/t/mirroredby.t lib/CPAN/t/vcmp.t
27851            ! utils.lst
27852 ____________________________________________________________________________
27853 [ 18671] By: jhi                                   on 2003/02/08  08:35:06
27854         Log: Upgrade to Net::Ping 2.28, from Rob Brown.
27855      Branch: perl
27856            + lib/Net/Ping/t/190_alarm.t lib/Net/Ping/t/500_ping_icmp.t
27857            ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/Changes
27858            ! lib/Net/Ping/README lib/Net/Ping/t/300_ping_stream.t
27859            ! lib/Net/Ping/t/400_ping_syn.t lib/Net/Ping/t/410_syn_host.t
27860 ____________________________________________________________________________
27861 [ 18670] By: jhi                                   on 2003/02/08  07:23:02
27862         Log: Subject: [PATCH] perluniintro nit
27863              From: Autrijus Tang <autrijus@autrijus.org>
27864              Date: Fri, 7 Feb 2003 00:02:49 +0800
27865              Message-ID: <20030206160249.GA12984@not.autrijus.org>
27866      Branch: perl
27867            ! pod/perluniintro.pod
27868 ____________________________________________________________________________
27869 [ 18669] By: jhi                                   on 2003/02/06  20:06:09
27870         Log: Subject: [PATCH: perl@186389] path tweak fix up for t/pod/find.t on VMS
27871              From: PPrymmer@factset.com
27872              Date: Wed, 5 Feb 2003 12:00:05 -0500
27873              Message-ID: <OFF5FDC924.68DBF580-ON85256CC4.005CC78E@factset.com>
27874      Branch: perl
27875            ! t/pod/find.t
27876 ____________________________________________________________________________
27877 [ 18668] By: jhi                                   on 2003/02/06  20:00:52
27878         Log: sv_cat_recode() proto was missing, noticed by Craig Berry.
27879      Branch: perl
27880            ! proto.h
27881 ____________________________________________________________________________
27882 [ 18666] By: sky                                   on 2003/02/06  09:39:24
27883         Log: Patch from Richard Soderberg, cleanup the code a bit and comment
27884              why we are not using SvOOK_on.
27885      Branch: perl
27886            ! sv.c
27887 ____________________________________________________________________________
27888 [ 18664] By: jhi                                   on 2003/02/06  09:26:53
27889         Log: Things forgotten from Encode 1.87.
27890      Branch: perl
27891            ! ext/Encode/Unicode/Unicode.xs ext/Encode/t/CJKT.t
27892 ____________________________________________________________________________
27893 [ 18663] By: jhi                                   on 2003/02/06  04:03:31
27894         Log: Upgrade to Encode 1.87.
27895      Branch: perl
27896            ! ext/Encode/AUTHORS ext/Encode/Byte/Byte.pm ext/Encode/Changes
27897            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/KR/KR.pm
27898            ! ext/Encode/Unicode/Unicode.pm ext/Encode/Unicode/Unicode.xs
27899            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
27900            ! ext/Encode/lib/Encode/CJKConstants.pm
27901            ! ext/Encode/lib/Encode/Encoder.pm
27902            ! ext/Encode/lib/Encode/Encoding.pm
27903            ! ext/Encode/lib/Encode/JP/JIS7.pm ext/Encode/t/CJKT.t
27904            ! ext/Encode/t/enc_eucjp.t
27905 ____________________________________________________________________________
27906 [ 18662] By: jhi                                   on 2003/02/05  19:40:38
27907         Log: Add the test of [perl #8760] (fixed by change #18656).
27908      Branch: perl
27909            ! t/run/fresh_perl.t
27910 ____________________________________________________________________________
27911 [ 18661] By: jhi                                   on 2003/02/05  19:28:37
27912         Log: has become fixed too (by changes #18653
27913              and #18658, methinks), adding the test(s).
27914      Branch: perl
27915            ! t/op/pat.t
27916 ____________________________________________________________________________
27917 [ 18660] By: jhi                                   on 2003/02/05  17:15:35
27918         Log: Subject: [Patch] parsing under encoding (Re: [Encode] HEADS-UP; $Encode::VERSION++ to enhance filter option)([perl #16823])
27919              From: Inaba HIroto <inaba@st.rim.or.jp>
27920              Date: Sat, 01 Feb 2003 21:58:20 +0900
27921              Message-ID: <3E3BC46B.6C687CFD@st.rim.or.jp>
27922      Branch: perl
27923            ! embed.fnc embed.h ext/Encode/Encode.pm ext/Encode/Encode.xs
27924            ! ext/Encode/Encode/encode.h ext/Encode/encengine.c
27925            ! ext/Encode/lib/Encode/Encoding.pm
27926            ! ext/Encode/lib/Encode/JP/JIS7.pm global.sym lib/utf8.t
27927            ! pod/perlapi.pod sv.c t/uni/tr_7jis.t toke.c
27928 ____________________________________________________________________________
27929 [ 18659] By: jhi                                   on 2003/02/05  11:51:30
27930         Log: Subject: [PATCH: perl@186389] fix for PerlIO/Via compilation on VMS
27931              From: PPrymmer@factset.com
27932              Date: Tue, 4 Feb 2003 12:03:17 -0500
27933              Message-ID: <OFCBC6AE62.FF2B83D4-ON85256CC3.005D7A9F@factset.com>
27934      Branch: perl
27935            ! ext/PerlIO/via/via.xs
27936 ____________________________________________________________________________
27937 [ 18658] By: jhi                                   on 2003/02/05  05:45:11
27938         Log: s/S_cache_re/cache_re/ for building with threads.
27939      Branch: perl
27940            ! regexec.c
27941 ____________________________________________________________________________
27942 [ 18657] By: rgs                                   on 2003/02/04  20:06:19
27943         Log: Subject: [PATCH] B::Concise updates (incl. avoiding use of op_seq)
27944              From: Stephen McCamant <smcc@mit.edu>
27945              Date: Mon, 3 Feb 2003 21:01:07 -0500
27946              Message-ID: <15935.7907.976943.74729@syllepsis.MIT.EDU>
27947      Branch: perl
27948            ! ext/B/B/Concise.pm ext/B/t/concise.t
27949 ____________________________________________________________________________
27950 [ 18656] By: rgs                                   on 2003/02/04  20:02:56
27951         Log: Better version of change #18648, by Enache Adrian
27952              Message-ID: <20030204101533.GA11817@ratsnest.hole>
27953      Branch: perl
27954            ! op.c
27955 ____________________________________________________________________________
27956 [ 18655] By: jhi                                   on 2003/02/04  15:56:36
27957         Log: Add the new test to MANIFEST.
27958      Branch: perl
27959            ! MANIFEST
27960 ____________________________________________________________________________
27961 [ 18654] By: gbarr                                 on 2003/02/04  14:42:51
27962         Log: Sync with 1.10
27963      Branch: perl
27964            + ext/List/Util/t/lln.t
27965            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
27966            ! ext/List/Util/lib/List/Util.pm
27967            ! ext/List/Util/lib/Scalar/Util.pm
27968 ____________________________________________________________________________
27969 [ 18653] By: jhi                                   on 2003/02/04  11:04:25
27970         Log: Fix "[perl #20667] unicode regex vs non-unicode regex".
27971              The PL_regdata was not set up (S_cache_re()) before it
27972              was needed (S_reginclass()).  The test put in fresh_perl.t
27973              because we need a pristine state to start.
27974      Branch: perl
27975            ! regexec.c t/run/fresh_perl.t
27976 ____________________________________________________________________________
27977 [ 18652] By: jhi                                   on 2003/02/04  06:35:51
27978         Log: Comment tweak.
27979      Branch: perl
27980            ! t/op/pat.t
27981 ____________________________________________________________________________
27982 [ 18651] By: jhi                                   on 2003/02/04  06:28:53
27983         Log: Signedness issue.
27984      Branch: perl
27985            ! ext/MIME/Base64/Base64.xs
27986 ____________________________________________________________________________
27987 [ 18650] By: rgs                                   on 2003/02/03  22:02:44
27988         Log: Force the C locale in makedepend, to prevent gcc from
27989              producing locale-dependent messages.
27990      Branch: perl
27991            ! makedepend.SH
27992 ____________________________________________________________________________
27993 [ 18649] By: rgs                                   on 2003/02/03  22:00:21
27994         Log: Document the environment variable PERL_UTF8_LOCALE in perlrun.
27995      Branch: perl
27996            ! pod/perlrun.pod
27997 ____________________________________________________________________________
27998 [ 18648] By: rgs                                   on 2003/02/03  19:32:57
27999         Log: Fix bug #8760 : cop_line isn't properly restored
28000              when a module is loaded at runtime behind the scenes.
28001      Branch: perl
28002            ! op.c t/lib/warnings/perlio
28003 ____________________________________________________________________________
28004 [ 18647] By: merijn                                on 2003/02/03  16:14:00
28005         Log: Subject: Re: [perl #20606] [PATCH} openbsd hints
28006              From: Abe Timmerman <abe@ztreet.demon.nl>
28007              Date: Sun, 2 Feb 2003 18:27:57 +0100
28008              Message-Id: <200302021827.57240.abe@ztreet.demon.nl>
28009      Branch: perl
28010            ! hints/openbsd.sh
28011 ____________________________________________________________________________
28012 [ 18644] By: jhi                                   on 2003/02/03  12:41:51
28013         Log: Duh, test -e ENOPORTABLE, I should've remembered that.
28014              (Made Solaris go boom.)
28015      Branch: perl
28016            ! Configure
28017 ____________________________________________________________________________
28018 [ 18643] By: jhi                                   on 2003/02/03  10:36:15
28019         Log: Detypo.
28020      Branch: perl
28021            ! cop.h
28022 ____________________________________________________________________________
28023 [ 18642] By: ams                                   on 2003/02/03  08:26:36
28024         Log: Integrate MIME::Base64 2.16 from CPAN. (Do we really want the
28025              utility scripts?)
28026      Branch: perl
28027            + ext/MIME/Base64/decode-base64 ext/MIME/Base64/decode-qp
28028            + ext/MIME/Base64/encode-base64 ext/MIME/Base64/encode-qp
28029            ! MANIFEST ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
28030            ! ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
28031            ! ext/MIME/Base64/QuotedPrint.pm ext/MIME/Base64/t/base64.t
28032            ! ext/MIME/Base64/t/quoted-print.t
28033 ____________________________________________________________________________
28034 [ 18641] By: sky                                   on 2003/02/02  23:46:24
28035         Log: In any case, never copy this but use the same SV since
28036              if we copy we loose the hash we so badly need.
28037              For op_const we might still need to copy however.
28038      Branch: perl
28039            ! op.c
28040 ____________________________________________________________________________
28041 [ 18640] By: sky                                   on 2003/02/02  23:38:40
28042         Log: Move SvPVIV out of ->op_sv of METHOD_NAMED into the pad, fixes
28043              threading issue. Should perhaps be a PVOP to save memory, but then
28044              we have nowhere to store the hash of the function!
28045      Branch: perl
28046            ! dump.c op.c pp_hot.c
28047 ____________________________________________________________________________
28048 [ 18637] By: jhi                                   on 2003/02/02  20:07:57
28049         Log: Plan 9: Some time has passed.
28050      Branch: perl
28051            ! plan9/buildinfo
28052 ____________________________________________________________________________
28053 [ 18636] By: jhi                                   on 2003/02/02  20:02:11
28054         Log: Subject: Re: typo in checkin 18616
28055              From: Nick Ing-Simmons <nick@ing-simmons.net>
28056              Date: Sun, 02 Feb 2003 17:23:08 +0000
28057              Message-Id: <20030202172308.9244.1@bactrian.ni-s.u-net.com>
28058      Branch: perl
28059            ! XSUB.h
28060 ____________________________________________________________________________
28061 [ 18635] By: jhi                                   on 2003/02/02  19:46:35
28062         Log: Plan 9: Add also config.sh sample for 5.8.0 from Russ Cox.
28063      Branch: perl
28064            + plan9/config_sh.sample
28065            ! MANIFEST
28066 ____________________________________________________________________________
28067 [ 18634] By: ams                                   on 2003/02/02  18:07:01
28068         Log: Subject: [PATCH] pod/perlfunc.pod
28069              From: abigail@abigail.nl
28070              Date: Sun, 2 Feb 2003 16:59:48 +0100
28071              Message-Id: <20030202155948.7971.qmail@abigail.nl>
28072      Branch: perl
28073            ! pod/perlfunc.pod
28074 ____________________________________________________________________________
28075 [ 18633] By: jhi                                   on 2003/02/02  16:48:26
28076         Log: Subject: [perl #18232] [PATCH] store PL_reg_match_utf8 in reganch
28077              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
28078              Date: Wed, 22 Jan 2003 22:35:56 +0100
28079              Message-Id: <20030122223556.57d597a3.rgarciasuarez@free.fr>
28080      Branch: perl
28081            ! mg.c pp.c pp_ctl.c pp_hot.c regexec.c regexp.h t/op/pat.t
28082 ____________________________________________________________________________
28083 [ 18632] By: jhi                                   on 2003/02/02  15:31:36
28084         Log: Also [perl #3547] has been fixed; add its test case.
28085      Branch: perl
28086            ! t/op/pat.t
28087 ____________________________________________________________________________
28088 [ 18631] By: jhi                                   on 2003/02/02  15:26:10
28089         Log: The [perl #7471] seems to have been fixed; add its test.
28090      Branch: perl
28091            ! t/op/pat.t
28092 ____________________________________________________________________________
28093 [ 18630] By: jhi                                   on 2003/02/02  15:21:23
28094         Log: seems to have been fixed; add its test.
28095      Branch: perl
28096            ! t/op/pat.t
28097 ____________________________________________________________________________
28098 [ 18629] By: jhi                                   on 2003/02/02  15:09:39
28099         Log: Plan 9: Supply also Russ Cox' original config.h for 5.8.0.
28100      Branch: perl
28101            + plan9/config_h.sample
28102            ! MANIFEST
28103 ____________________________________________________________________________
28104 [ 18628] By: jhi                                   on 2003/02/02  14:46:26
28105         Log: Plan 9: Update config.plan9 based on Russ Cox' work.
28106      Branch: perl
28107            ! plan9/config.plan9
28108 ____________________________________________________________________________
28109 [ 18627] By: jhi                                   on 2003/02/02  14:24:00
28110         Log: Plan 9: Update the list of object files.
28111      Branch: perl
28112            ! plan9/mkfile
28113 ____________________________________________________________________________
28114 [ 18626] By: jhi                                   on 2003/02/02  14:03:16
28115         Log: Plan 9: No Configure.
28116      Branch: perl
28117            ! Configure
28118 ____________________________________________________________________________
28119 [ 18624] By: jhi                                   on 2003/02/02  13:29:02
28120         Log: Plan 9: doesn't really do Configure (undo #18585/#18586)
28121      Branch: perl
28122            ! Configure
28123 ____________________________________________________________________________
28124 [ 18622] By: jhi                                   on 2003/02/02  12:49:13
28125         Log: minitest wasn't working.  (The $^X /miniperl/ test in
28126              io/crlf.t didn't work in Tru64, $^X was "./perl", used
28127              the same 'eval q/use .../' trick everywhere.)
28128      Branch: perl
28129            ! t/io/crlf.t t/uni/tr_7jis.t t/uni/tr_eucjp.t t/uni/tr_sjis.t
28130            ! t/uni/tr_utf8.t
28131 ____________________________________________________________________________
28132 [ 18621] By: jhi                                   on 2003/02/02  12:23:28
28133         Log: Fix and test for [perl #15549 Empty \Q\E not permitted]
28134              (test.pl-ise quotemeta.t, too)
28135      Branch: perl
28136            ! t/op/quotemeta.t toke.c
28137 ____________________________________________________________________________
28138 [ 18618] By: sky                                   on 2003/02/01  21:04:36
28139         Log: Fix bug #15837, temporary from storable call hadn't gotten
28140              freed yet and was cloned but without a real (AvREAL)
28141              reference to it. @_ doesn't refcount!
28142      Branch: perl
28143            ! ext/threads/threads.xs
28144 ____________________________________________________________________________
28145 [ 18616] By: jhi                                   on 2003/02/01  19:43:09
28146         Log: Integrate from perlio:
28147
28148              [ 18591]
28149              PERL_IMPLICIT_SYS does NOT vector PerlIO_xxx but PerlSIO_xxx, so
28150              correct XSUB.h
28151
28152              [ 18611]
28153              Michael Schroeder's fix for re-try if stdio ops after
28154              interrupts. (Calls to PERL_ASYNC_CHECK added by NI-S).
28155
28156              [ 18612]
28157              PerlIO friendly version of speed up of $/ = undef case.
28158
28159              [ 18613]
28160              fflush() before invalidating stdio's fileno.
28161      Branch: perl
28162           !> XSUB.h perlio.c sv.c
28163 ____________________________________________________________________________
28164 [ 18615] By: sky                                   on 2003/02/01  12:01:01
28165         Log: Don't free thread before using it, breaks platforms that
28166              trust that I really want to free what I free, (like HPUX
28167              and AIX).
28168      Branch: perl
28169            ! ext/threads/threads.xs
28170 ____________________________________________________________________________
28171 [ 18614] By: ams                                   on 2003/02/01  12:00:29
28172         Log: Subject: Re: bleadperl: PerlIOStdio_invalidate_fileno breaks fclose semantics
28173              From: Nick Ing-Simmons <nick@ing-simmons.net>
28174              Date: Sat, 01 Feb 2003 13:03:52 +0000
28175              Message-Id: <20030201130352.1872.12@bactrian.ni-s.u-net.com>
28176      Branch: perl
28177            ! perlio.c
28178 ____________________________________________________________________________
28179 [ 18609] By: jhi                                   on 2003/01/31  08:58:40
28180         Log: Go even further (back) than change #18608 and revert
28181              to the 5.8.0 code, since otherwise split.t #40 fails.
28182              The four new tests of pat.t should keep us more honest.
28183      Branch: perl
28184            ! regexec.c
28185 ____________________________________________________________________________
28186 [ 18608] By: jhi                                   on 2003/01/31  08:24:53
28187         Log: Subject: [FIX] Re: UTF-8 failures (surprise!)
28188              From: Enache Adrian <enache@rdslink.ro>
28189              Date: Fri, 31 Jan 2003 09:20:59 +0200
28190              Message-ID: <20030131072059.GB6045@ratsnest.hole>
28191      Branch: perl
28192            ! regexec.c t/op/pat.t
28193 ____________________________________________________________________________
28194 [ 18607] By: ams                                   on 2003/01/31  02:29:56
28195         Log: Fix typo in version check ($[ to $]).
28196      Branch: perl
28197            ! ext/Storable/t/restrict.t
28198 ____________________________________________________________________________
28199 [ 18606] By: rgs                                   on 2003/01/30  22:02:47
28200         Log: Subject: [PATCH] Upper<->Lower case mistake in perlunicode.pod ?
28201              From: Jose.auguste-etienne@cgss-guyane.fr
28202              Date: Thu, 30 Jan 2003 12:40:53 -0300
28203              Message-ID: <OF8E7C1B73.22FEA7CE-ON03256CBE.00528AB8@Cgss-Guyane.fr>
28204      Branch: perl
28205            ! pod/perlunicode.pod
28206 ____________________________________________________________________________
28207 [ 18605] By: rgs                                   on 2003/01/30  20:58:52
28208         Log: code example in the FAQ that isn't strict-friendly.
28209              Subject: [perl #20616] Tie::IxHash doc error.
28210              From: Beckett Richard-qswi266 (via RT) <perlbug-followup@perl.org>
28211              Date: 30 Jan 2003 11:43:17 -0000
28212              Message-Id: <rt-20616-49904.16.891027432675@bugs6.perl.org>
28213      Branch: perl
28214            ! pod/perlfaq4.pod
28215 ____________________________________________________________________________
28216 [ 18604] By: rgs                                   on 2003/01/30  20:52:05
28217         Log: FAQ sync.
28218      Branch: perl
28219            ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
28220            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq7.pod
28221            ! pod/perlfaq8.pod
28222 ____________________________________________________________________________
28223 [ 18603] By: jhi                                   on 2003/01/30  08:05:22
28224         Log: Subject: [FIX] Re: UTF-8 failures (surprise!)
28225              From: Enache Adrian <enache@rdslink.ro>
28226              Date: Thu, 30 Jan 2003 10:48:09 +0200
28227              Message-ID: <20030130084809.GA16902@ratsnest.hole>
28228
28229              Fix for half of the failures, with an expanded test.
28230      Branch: perl
28231            ! lib/utf8.t sv.c
28232 ____________________________________________________________________________
28233 [ 18602] By: merijn                                on 2003/01/30  06:31:50
28234         Log: Updates to the openbsd hints
28235
28236              Subject: [perl #20606] [no subject]
28237              Date: 29 Jan 2003 18:38:37 -0000
28238              From: "Todd C. Miller" (via RT) <perlbug-followup@perl.org>
28239              Message-Id: <rt-20606-49879.4.78874436094841@bugs6.perl.org>
28240      Branch: perl
28241            ! hints/openbsd.sh
28242 ____________________________________________________________________________
28243 [ 18601] By: jhi                                   on 2003/01/29  05:58:36
28244         Log: More of the #18600.
28245      Branch: perl
28246            ! pad.c
28247 ____________________________________________________________________________
28248 [ 18600] By: jhi                                   on 2003/01/29  05:37:12
28249         Log: Retract the %_/SVf change (part of #18456) for PROTOTYPE (CV)
28250              dumping (but now use SvPV_nolen).  (This change made an empty
28251              prototype to show up as "_" under -Uuseperlio.)
28252      Branch: perl
28253            ! dump.c
28254 ____________________________________________________________________________
28255 [ 18599] By: rgs                                   on 2003/01/28  21:07:08
28256         Log: Fix a very small memory leak in op_free, by reserving the
28257              case op_seq == (U16)-1 for the compiler backend
28258
28259              Subject: Re: Freeing code
28260              From: "Paul Johnson" <paul@pjcj.net>
28261              Date: Tue, 28 Jan 2003 14:13:09 +0100 (CET)
28262              Message-ID: <18918.193.134.254.145.1043759589.squirrel@wesley.pjcj.net>
28263      Branch: perl
28264            ! op.c
28265 ____________________________________________________________________________
28266 [ 18598] By: rgs                                   on 2003/01/28  20:43:02
28267         Log: Integrate from maint-5.8:
28268              Change 18450 :
28269              Tiny output tweak.
28270              Change 18429 :
28271              AIX gcc (2.9) threaded build tweak (without the _THREAD_SAFE
28272              things like drand48_data are undefined).
28273              Change 18388 :
28274              List the PERL_MAGIC_utf8 ('w') flag.
28275      Branch: perl
28276           !> hints/aix.sh pod/perlguts.pod t/op/pat.t
28277 ____________________________________________________________________________
28278 [ 18597] By: rgs                                   on 2003/01/27  21:52:00
28279         Log: Subject: Re: [perl #20274] perlbug requires dynamic loading
28280              From: Slaven Rezic <slaven@rezic.de>
28281              Date: 14 Jan 2003 20:58:54 +0100
28282              Message-ID: <87n0m3v6yp.fsf@vran.herceg.de>
28283      Branch: perl
28284            ! ext/Sys/Hostname/Hostname.pm
28285 ____________________________________________________________________________
28286 [ 18596] By: rgs                                   on 2003/01/27  20:38:21
28287         Log: Introduce the PUSHSUB_DB macro, equivalent to PUSHSUB, but
28288              without the lval context tweak. Used in OP_DBSTATE.
28289              Subject: Re: [PATCH] Re: change #9754: 5 x slowdown for perl -d
28290              From: Dave Mitchell <davem@fdgroup.com>
28291              Date: Sun, 26 Jan 2003 17:42:42 +0000
28292              Message-ID: <20030126174242.H16182@fdgroup.com>
28293      Branch: perl
28294            ! cop.h pp_ctl.c
28295 ____________________________________________________________________________
28296 [ 18595] By: rgs                                   on 2003/01/27  20:32:01
28297         Log: Subject: [PATCH] make Copy On Write work once again
28298              From: Nicholas Clark <nick@unfortu.net>
28299              Date: Sat, 25 Jan 2003 00:25:50 +0000
28300              Message-ID: <20030125002550.GG278@Bagpuss.unfortu.net>
28301      Branch: perl
28302            ! sv.h
28303 ____________________________________________________________________________
28304 [ 18594] By: jhi                                   on 2003/01/27  20:01:44
28305         Log: Update the pod list for Plan 9.
28306      Branch: perl
28307            ! plan9/mkfile
28308 ____________________________________________________________________________
28309 [ 18593] By: sky                                   on 2003/01/26  22:37:21
28310         Log: When we copy things out of a hash and increment the
28311              refcount of the shared scalar, we really must protect
28312              that refcount increase with a lock, or else it might not
28313              happen. Fixes segfault when objects would prematurely
28314              be killed.
28315      Branch: perl
28316            ! ext/threads/shared/shared.xs
28317 ____________________________________________________________________________
28318 [ 18592] By: jhi                                   on 2003/01/26  21:54:36
28319         Log: Missing (STRLEN)casts.
28320      Branch: perl
28321            ! sv.c
28322 ____________________________________________________________________________
28323 [ 18589] By: rgs                                   on 2003/01/26  13:06:49
28324         Log: OPf_SPECIAL on OP_DBSTATE now indicates a breakpoint.
28325
28326              Subject: Re: [PATCH] Re: change #9754: 5 x slowdown for perl -d
28327              From: Dave Mitchell <davem@fdgroup.com>
28328              Date: Fri, 24 Jan 2003 18:44:19 +0000
28329              Message-ID: <20030124184419.F11179@fdgroup.com>
28330      Branch: perl
28331            ! mg.c op.h pp_ctl.c
28332 ____________________________________________________________________________
28333 [ 18588] By: jhi                                   on 2003/01/26  12:18:10
28334         Log: Lest people get worried about not having PerlIO.
28335      Branch: perl
28336            ! pod/perluniintro.pod
28337 ____________________________________________________________________________
28338 [ 18586] By: jhi                                   on 2003/01/26  09:19:01
28339         Log: Plan 9 doesn't do nm, from Russ Cox.
28340      Branch: perl
28341            ! Configure
28342 ____________________________________________________________________________
28343 [ 18584] By: jhi                                   on 2003/01/26  09:11:23
28344         Log: Plan 9 doesn't really have the symlink API, from Russ Cox.
28345      Branch: perl
28346            ! plan9/plan9ish.h
28347 ____________________________________________________________________________
28348 [ 18583] By: jhi                                   on 2003/01/26  09:08:36
28349         Log: Plan 9 compiler can't return quads from the ?: (condop).
28350              (There may be more spots like this, so a Configure test
28351              maybe in order, but this works for now.)  From Russ Cox.
28352      Branch: perl
28353            ! ext/PerlIO/via/via.xs plan9/plan9ish.h
28354 ____________________________________________________________________________
28355 [ 18581] By: ams                                   on 2003/01/26  05:29:40
28356         Log: Subject: Re: truncate using a globref
28357              From: Slaven Rezic <slaven@rezic.de>
28358              Date: Thu, 23 Jan 2003 15:48:52 +0100 (CET)
28359              Message-Id: <200301231448.h0NEmqnu022591@vran.herceg.de>
28360      Branch: perl
28361            ! pp_sys.c t/io/fs.t
28362 ____________________________________________________________________________
28363 [ 18580] By: ams                                   on 2003/01/26  04:57:47
28364         Log: Subject: patch to speed up Perl's slurp mode
28365              From: Enache Adrian <enache@rdslink.ro>
28366              Date: Fri, 24 Jan 2003 06:23:54 +0200
28367              Message-Id: <20030124042354.GA30362@ratsnest.hole>
28368      Branch: perl
28369            ! sv.c
28370 ____________________________________________________________________________
28371 [ 18579] By: ams                                   on 2003/01/26  02:50:44
28372         Log: Subject: Re: [perl #20408] SV's SvPVX get freed even when its SvLEN is zero
28373              From: Enache Adrian <enache@rdslink.ro>
28374              Date: Sun, 26 Jan 2003 04:55:48 +0200
28375              Message-Id: <20030126025548.GB812@ratsnest.hole>
28376      Branch: perl
28377            ! pp_ctl.c
28378 ____________________________________________________________________________
28379 [ 18578] By: ams                                   on 2003/01/26  02:40:20
28380         Log: Subject: [PATCH Storable 2.06] const declaration fixup
28381              From: "Craig A. Berry" <craigberry@mac.com>
28382              Date: Thu, 23 Jan 2003 16:24:46 -0600
28383              Message-Id: <3E306BAE.4030807@mac.com>
28384      Branch: perl
28385            ! ext/Storable/Storable.xs
28386 ____________________________________________________________________________
28387 [ 18577] By: rgs                                   on 2003/01/23  20:46:00
28388         Log: Subject: [PATCH] move pad.c warnings to different test file
28389              From: Dave Mitchell <davem@fdgroup.com>
28390              Date: Thu, 23 Jan 2003 20:56:47 +0000
28391              Message-ID: <20030123205647.C8696@fdgroup.com>
28392      Branch: perl
28393            + t/lib/warnings/pad
28394            ! MANIFEST t/lib/warnings/op
28395 ____________________________________________________________________________
28396 [ 18573] By: nick                                  on 2003/01/23  07:26:43
28397         Log: Fix Solaris 32-bit invalidate case.
28398      Branch: perl
28399            ! perlio.c
28400 ____________________________________________________________________________
28401 [ 18572] By: rgs                                   on 2003/01/22  21:40:21
28402         Log: Integrate change 18448 from maint-5.8 :
28403
28404              Subject: Partial Data::Dumper patch
28405              From: Richard Clamp <richardc@unixbeard.net>
28406              Date: Sat, 4 Jan 2003 00:52:47 +0000
28407              Message-ID: <20030104005247.GA27685@mirth.demon.co.uk>
28408
28409              Subject: Re: Partial Data::Dumper patch
28410              From: Slaven Rezic <slaven@rezic.de>
28411              Date: 04 Jan 2003 02:48:08 +0100
28412              Message-ID: <87u1gp4rdz.fsf@vran.herceg.de>
28413      Branch: perl
28414           !> ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
28415 ____________________________________________________________________________
28416 [ 18571] By: rgs                                   on 2003/01/22  21:22:31
28417         Log: Subject: [PATCH] Re: difference between my and our before introduction
28418              From: Dave Mitchell <davem@fdgroup.com>
28419              Date: Thu, 16 Jan 2003 17:12:37 +0000
28420              Message-ID: <20030116171237.C420@fdgroup.com>
28421              (with a small test tweak)
28422      Branch: perl
28423            ! pad.c t/comp/our.t toke.c
28424 ____________________________________________________________________________
28425 [ 18569] By: rgs                                   on 2003/01/22  21:00:59
28426         Log: Fix [perl #19860] by adding a POSIX::fsync() stub.
28427      Branch: perl
28428            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
28429 ____________________________________________________________________________
28430 [ 18561] By: jhi                                   on 2003/01/22  17:43:45
28431         Log: Integrate from perlio:
28432              [ 18560]
28433              Fixes for open.pm which attempts to load layers:
28434              1. C equivalent of local $SIG{__WARN__} = sub {}
28435              while loading layers to supress warnings lib/open.t does
28436              not want.
28437              2. The loading scheme does not recurse now so look for
28438              new symptom of bad layer which is that a good module
28439              fails to load (as we cannot open any files).
28440
28441              NOTE: In my opinion open.pm should probably die on bad layer
28442              spec rather than just (maybe) warning and then allowing opens
28443              to fail.
28444      Branch: perl
28445           !> lib/open.t perlio.c
28446 ____________________________________________________________________________
28447 [ 18559] By: jhi                                   on 2003/01/22  13:19:31
28448         Log: Upgrade to Encode 1.86.
28449      Branch: perl
28450            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/MANIFEST
28451            ! ext/Encode/Unicode/Unicode.xs ext/Encode/encoding.pm
28452            ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_utf8.t
28453 ____________________________________________________________________________
28454 [ 18558] By: jhi                                   on 2003/01/22  13:05:27
28455         Log: Subject: Re: slight tweak to -DR flag - display whether on tmps stack
28456              From: Dave Mitchell <davem@fdgroup.com>
28457              Date: Sun, 19 Jan 2003 17:22:05 +0000
28458              Message-ID: <20030119172204.D24444@fdgroup.com>
28459      Branch: perl
28460            ! dump.c
28461 ____________________________________________________________________________
28462 [ 18557] By: jhi                                   on 2003/01/22  13:01:15
28463         Log: Subject: [PATCH] Re: [perl #9394] Re: [ID 20020525.002] coredump/ bad free warning   in blead with SIGWARN
28464              From: Nicholas Clark <nick@unfortu.net>
28465              Date: Tue, 21 Jan 2003 22:27:21 +0000
28466              Message-ID: <20030121222720.GG293@Bagpuss.unfortu.net>
28467      Branch: perl
28468            ! sv.c t/op/ref.t
28469 ____________________________________________________________________________
28470 [ 18556] By: jhi                                   on 2003/01/22  12:59:02
28471         Log: Subject: [PATCH perlio.h] (was RE: [PATCH] %_ (was Re: [PATCH] operation on `PL_na' may be undefined))
28472              From: Robin Barker <Robin.Barker@npl.co.uk>
28473              Date: Mon, 20 Jan 2003 15:26:21 -0000
28474              Message-ID: <533D273D4014D411AB1D00062938C4D904046299@hotel.npl.co.uk>
28475      Branch: perl
28476            ! perlio.h
28477 ____________________________________________________________________________
28478 [ 18555] By: jhi                                   on 2003/01/22  12:57:20
28479         Log: Integrate from perlio:
28480              [ 18539]
28481              Try the invalidate_fileno() idea for non-leaky stdio sockets.
28482
28483              [ 18540]
28484              stdio does NOT set errno==EBADF on invalidated fileno
28485
28486              [ 18547]
28487              Tweak APItest for new semantics of printf.
28488              Now printf() is always real printf() and not #define'd to
28489              PerlIO_stdoutf() so PerlIO_flush() when STDOUT is redirected
28490              back to original file does not affect stdout unless we are
28491              using :stdio as implementation. So things printf()ed XS side
28492              are not written to file (and turn up at end of test).
28493              So add an XS function which does fflush(stdout), modify .pm
28494              file to export it and .t file to call it.
28495
28496              [ 18548]
28497              Add defined(__osf__) case to invalidate_fileno (for Tru64).
28498
28499              [ 18549]
28500              Report layer name (without arg) on fail, and attempt to
28501              autoload layer name. (Fix for [perl #20460]).
28502
28503              [ 18550]
28504              #if defined(__irix__) (for stdio invalidate) from Jarkko.
28505      Branch: perl
28506           !> ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
28507           !> ext/XS/APItest/t/printf.t lib/open.pm perlio.c
28508 ____________________________________________________________________________
28509 [ 18554] By: jhi                                   on 2003/01/22  12:47:03
28510         Log: Subject: [PATCH av.c] Re: [perl #15439] unreferenced scalar due to double DESTROY
28511              From: Dave Mitchell <davem@fdgroup.com>
28512              Date: Sun, 19 Jan 2003 16:43:54 +0000
28513              Message-ID: <20030119164353.B24444@fdgroup.com>
28514      Branch: perl
28515            ! av.c t/op/array.t
28516 ____________________________________________________________________________
28517 [ 18553] By: jhi                                   on 2003/01/22  12:43:31
28518         Log: Subject: Term::Complete problem + fix (Was: Re: muttprofile + perl 5.8)
28519              From: Martti Rahkila <martti.rahkila@hut.fi>
28520              Date: Sat, 18 Jan 2003 00:25:39 +0200
28521              Message-ID: <20030118002539.A30585@wurlitzer.hut.fi>
28522
28523              (chose the 'even safer' version)
28524      Branch: perl
28525            ! lib/Term/Complete.pm
28526 ____________________________________________________________________________
28527 [ 18552] By: jhi                                   on 2003/01/22  12:34:06
28528         Log: Subject: [PATCH] assert PV isn't RV
28529              From: Nicholas Clark <nick@unfortu.net>
28530              Date: Fri, 17 Jan 2003 19:40:45 +0000
28531              Message-ID: <20030117194044.GB297@Bagpuss.unfortu.net>
28532      Branch: perl
28533            ! sv.h
28534 ____________________________________________________________________________
28535 [ 18551] By: jhi                                   on 2003/01/22  12:28:11
28536         Log: Integrate from maint-5.8:
28537              [ 18375]
28538              Better version of change #18370; use the new 'E' flag
28539              so that cxinc is exposed (as cpp) only to List::Util
28540              (well, any extension) (well, anyone who does -DPERL_EXT),
28541              no need to export it globally.
28542      Branch: perl
28543           !> embed.fnc embed.h ext/List/Util/Makefile.PL global.sym
28544 ____________________________________________________________________________
28545 [ 18545] By: ams                                   on 2003/01/22  06:06:26
28546         Log: Subject: [PATCH perl-current] AUTHORS correction
28547              From: Richard Soderberg <rs@crystalflame.net>
28548              Date: Wed, 22 Jan 2003 02:08:13 -0500
28549              Message-Id: <45B4D3AE-2DD8-11D7-8CF9-000393801F84@crystalflame.net>
28550      Branch: perl
28551            ! AUTHORS
28552 ____________________________________________________________________________
28553 [ 18544] By: jhi                                   on 2003/01/22  03:45:01
28554         Log: Continuation of #18542.
28555      Branch: perl
28556            ! sv.c
28557 ____________________________________________________________________________
28558 [ 18543] By: jhi                                   on 2003/01/22  03:21:23
28559         Log: Update the MD5 checksums.
28560      Branch: perl
28561            ! ext/Digest/MD5/t/files.t
28562 ____________________________________________________________________________
28563 [ 18542] By: hv                                    on 2003/01/22  01:37:52
28564         Log: #18530 misses a couple of pTHX definitions
28565      Branch: perl
28566            ! sv.c
28567 ____________________________________________________________________________
28568 [ 18541] By: jhi                                   on 2003/01/21  22:08:51
28569         Log: Try to make including patchlevel.h a bit more
28570              robust (use <> instead of "") and in case of
28571              failure (PERL_VERSION didn't get defined) try
28572              to fail (by trying to #include an "obviously"
28573              named file that should not exist) (didn't use
28574              #error since IIRC older cpps do not have it)
28575              (Tries to address [perl #20276].)
28576      Branch: perl
28577            ! ext/Data/Dumper/Dumper.xs ext/Devel/PPPort/PPPort.pm
28578            ! ext/Digest/MD5/MD5.xs ext/List/Util/Util.xs
28579            ! ext/Storable/Storable.xs
28580 ____________________________________________________________________________
28581 [ 18538] By: merijn                                on 2003/01/21  16:54:00
28582         Log: Subject: [PATCH] Re: FreeBSD 5 hints patch
28583              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
28584              Date: Mon, 30 Dec 2002 18:01:16 -0800
28585              Message-ID: <spPE+gzkg+6F092yn@efn.org>
28586      Branch: perl
28587            ! Configure
28588 ____________________________________________________________________________
28589 [ 18536] By: jhi                                   on 2003/01/21  14:18:40
28590         Log: Allow explicit -C enable/disable by -C:1/-C:0
28591              (suggested by Peter Haworth).
28592      Branch: perl
28593            ! perl.c pod/perlrun.pod
28594 ____________________________________________________________________________
28595 [ 18534] By: hv                                    on 2003/01/21  02:22:53
28596         Log: Subject: PATCH: perldoc in MAINT branch (probably unstable too)
28597              From: Chip Turner <cturner@redhat.com>
28598              Date: 02 Jan 2003 11:35:57 -0500
28599              Message-ID: <vzksmwb8q6q.fsf@minbar.devel.redhat.com>
28600      Branch: perl
28601            ! lib/Pod/Perldoc.pm
28602 ____________________________________________________________________________
28603 [ 18533] By: hv                                    on 2003/01/21  02:15:29
28604         Log: Subject: Re: [perl #17757] s///g fails when using English & study in 5.8.0
28605              From: hv@crypt.org
28606              Date: Thu, 02 Jan 2003 14:33:49 +0000
28607              Message-Id: <200301021433.h02EXno03562@crypt.compulink.co.uk>
28608      Branch: perl
28609            ! regexec.c t/op/subst.t
28610 ____________________________________________________________________________
28611 [ 18532] By: hv                                    on 2003/01/21  01:56:31
28612         Log: Subject: Re: [perl #19236] perlsyn: implicit localisation in while()
28613              From: Martien Verbruggen <mgjv@tradingpost.com.au>
28614              Date: Tue, 31 Dec 2002 16:42:28 +1100
28615              Message-Id: <slrnb12bi4.4tt.mgjv@martien.heliotrope.home>
28616      Branch: perl
28617            ! pod/perlsyn.pod
28618 ____________________________________________________________________________
28619 [ 18531] By: hv                                    on 2003/01/21  01:52:49
28620         Log: integrate #18366-18370 from maint-5.8:
28621              Implement the CPP namespace protection from [perl #8610];
28622              unless a function has an 'A' flag, it's defined only if
28623              PERL_CORE.  (Why do we have so many many functions with an
28624              'A' flag, is another matter.)  (The number of #ifdef PERL_COREs
28625              could be cut down further by having a state variable and
28626              inserting #ifdefs and #endifs when the state flips.)
28627
28628              Caught by change #18366; thanks to the re extension we have some
28629              functions that are file static but yet part of "the public API"...
28630              Maybe a new class of exportability (a new embed.fnc flag) is
28631              required for this case.
28632
28633              Continue on change #18367; implement the said flag, 'E'.
28634              (Some nm output studying was needed to get the right set
28635              of re symbols defined.)
28636
28637              In AIX (strict symbol exports) the cxinc is needed for List::Util.
28638      Branch: perl
28639            ! embed.fnc embed.h embed.pl ext/re/Makefile.PL global.sym
28640 ____________________________________________________________________________
28641 [ 18530] By: hv                                    on 2003/01/21  01:37:03
28642         Log: integrate (by hand) #18353 and #18359 from maint-5.8:
28643              Introduce a cache for UTF-8 data: length and byte<->char offset
28644              mapping are stored in a new type of magic.  Speeds up length(),
28645              substr(), index(), rindex(), pos(), and some parts of s///.
28646
28647              The speedup varies a lot (on the usual suspects: what is the
28648              access pattern of the data, compiler, CPU), but should be at
28649              least one order of magnitude, and getting to the same magnitude
28650              as byte string speeds, and in some cases  (length on unchanged data)
28651              even reaching the byte string speed.  On the other hand, in some
28652              cases (index) the byte speed is still faster by a factor of five
28653              or so, but the bottleneck there does not seem to be any more
28654              the byte<->char offset mapping (instead, the fbm_instr() speed).
28655
28656              There is one cache slot for the length, and only two for the
28657              byte<->char offset mapping (the first one for the start->offset,
28658              and the second for the offset->offset+length, when talking
28659              in substr() terms).
28660
28661              Code this hairy is bound to have hairy trolls hiding under it.
28662              [...]
28663              A small tweak on top of #18353: don't display mg_len bytes of
28664              mg_ptr for PERL_MAGIC_utf8 because that's not what's there.
28665      Branch: perl
28666            ! dump.c embed.fnc embed.h mg.c perl.h pod/perlapi.pod proto.h
28667            ! sv.c util.c
28668 ____________________________________________________________________________
28669 [ 18529] By: hv                                    on 2003/01/21  00:44:20
28670         Log: integrate #18349 from maint-5.8:
28671              At least partially address [perl #10000] by speeding
28672              up both the ASCII case (by about 2-3%) and the UTF-8 case
28673              (by about 45%).  The major trick is to avoid hitting the
28674              costly S_reginclass().  (Even before this patch the speedup
28675              since 5.8.0 was about 40-50%.)  After this the UTF-8 case is
28676              still about 30-60% slower than the ASCII case.  (Note that
28677              I'm unable to reproduce the 10-fold speed difference of the
28678              original bug report; I can see a factor of 2 or 3, but no more.)
28679      Branch: perl
28680           !> regexec.c
28681 ____________________________________________________________________________
28682 [ 18528] By: hv                                    on 2003/01/21  00:24:11
28683         Log: Subject: [PATCH pp_ctl.c] silence warning
28684              From: Dave Mitchell <davem@fdgroup.com>
28685              Date: Sun, 29 Dec 2002 15:09:31 +0000
28686              Message-ID: <20021229150931.C2325@fdgroup.com>
28687      Branch: perl
28688            ! pp_ctl.c
28689 ____________________________________________________________________________
28690 [ 18527] By: hv                                    on 2003/01/21  00:04:14
28691         Log: Subject: perl version reporting
28692              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
28693              Date: Wed, 18 Dec 2002 08:30:32 +0100
28694              Message-Id: <20021218081957.ABD8.H.M.BRAND@hccnet.nl>
28695      Branch: perl
28696            ! perl.c
28697 ____________________________________________________________________________
28698 [ 18526] By: hv                                    on 2003/01/20  23:21:22
28699         Log: Subject: Re: When Storable and Devel::DProf mix, core dump [perl #19385]
28700              From: Blair Zajac <blair@orcaware.com>
28701              Date: Wed, 08 Jan 2003 12:28:35 -0800
28702              Message-ID: <3E1C89F3.2B4759C@orcaware.com>
28703      Branch: perl
28704            ! ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
28705            ! ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
28706 ____________________________________________________________________________
28707 [ 18524] By: jhi                                   on 2003/01/20  17:51:10
28708         Log: Integrate from perlio:
28709              [ 18520]
28710              Move #define printf out of perl.h into appropriate
28711              PerlIO files.
28712      Branch: perl
28713           !> fakesdio.h nostdio.h perl.h
28714 ____________________________________________________________________________
28715 [ 18523] By: jhi                                   on 2003/01/20  17:48:51
28716         Log: Upgrade to Digest 1.02.
28717      Branch: perl
28718            ! lib/Digest.pm lib/Digest.t
28719 ____________________________________________________________________________
28720 [ 18522] By: jhi                                   on 2003/01/20  17:43:15
28721         Log: Subject: [perl #20408] SV's SvPVX get freed even when its SvLEN is zero
28722              From: "enache@rdslink.ro (via RT)" <perlbug-followup@perl.org>
28723              Date: 20 Jan 2003 01:54:07 -0000
28724              Message-Id: <rt-20408-49009.18.2567818321236@bugs6.perl.org>
28725      Branch: perl
28726            ! pp_hot.c
28727 ____________________________________________________________________________
28728 [ 18521] By: jhi                                   on 2003/01/20  17:37:35
28729         Log: Retract #18154 (integrate of perlio #18507), not enough
28730              threadsafety.
28731      Branch: perl
28732            ! perlio.c
28733 ____________________________________________________________________________
28734 [ 18519] By: jhi                                   on 2003/01/20  12:25:43
28735         Log: Encode MANIFEST update.
28736      Branch: perl
28737            ! ext/Encode/MANIFEST
28738 ____________________________________________________________________________
28739 [ 18517] By: nick                                  on 2003/01/20  08:34:10
28740         Log: Integrate #18405 from maint-5.8 which fixes whitespac
28741              issues in open(FH,"&...")
28742      Branch: perl
28743           !> doio.c
28744 ____________________________________________________________________________
28745 [ 18516] By: jhi                                   on 2003/01/19  13:48:10
28746         Log: microperl update.
28747      Branch: perl
28748            ! Makefile.micro uconfig.h uconfig.sh
28749 ____________________________________________________________________________
28750 [ 18514] By: jhi                                   on 2003/01/18  18:36:00
28751         Log: Integrate from perlio:
28752              [ 18507]
28753              Thread-protection for dup/fclose/dup2 scheme of stdio leak
28754              avoidance.
28755      Branch: perl
28756           !> perlio.c t/io/tell.t
28757 ____________________________________________________________________________
28758 [ 18513] By: jhi                                   on 2003/01/18  18:07:01
28759         Log: Slight pod reformatting based on [perl #20284].
28760      Branch: perl
28761            ! README.mint ext/Data/Dumper/Dumper.pm
28762 ____________________________________________________________________________
28763 [ 18512] By: jhi                                   on 2003/01/17  21:00:15
28764         Log: EPOC perl address updates.
28765      Branch: perl
28766            ! README.epoc
28767 ____________________________________________________________________________
28768 [ 18511] By: jhi                                   on 2003/01/17  20:23:42
28769         Log: Upgrade to Digest 1.01.
28770      Branch: perl
28771            ! lib/Digest.pm
28772 ____________________________________________________________________________
28773 [ 18510] By: jhi                                   on 2003/01/17  19:53:37
28774         Log: Typo fixes from jmc@prioris.mini.pw.edu.pl (from openbsd.bugs)
28775      Branch: perl
28776            ! utils/libnetcfg.PL
28777 ____________________________________________________________________________
28778 [ 18509] By: jhi                                   on 2003/01/17  19:45:11
28779         Log: Upgrade to Digest::MD5 2.22.
28780      Branch: perl
28781            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
28782            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/README
28783            ! ext/Digest/MD5/t/files.t
28784 ____________________________________________________________________________
28785 [ 18508] By: merijn                                on 2003/01/17  14:12:53
28786         Log: Subject: Re: 18457 on cygwin/20030113
28787              From: Nick Ing-Simmons <nick.ing-simmons@elixent.com>
28788              Date: Fri, 17 Jan 2003 15:10:34 +0000
28789              Message-Id: <20030117151034.2651.3@bactrian.elixent.com>
28790      Branch: perl
28791            ! t/io/tell.t
28792 ____________________________________________________________________________
28793 [ 18504] By: jhi                                   on 2003/01/17  13:21:51
28794         Log: Integrate from perlio:
28795              [ 18476]
28796              Remove workaround for :stdio layer bug now fixed
28797              (Fixes #18975)
28798      Branch: perl
28799           !> pp_sys.c
28800 ____________________________________________________________________________
28801 [ 18502] By: jhi                                   on 2003/01/16  22:53:23
28802         Log: Integrate from maint-5.6:
28803              [ 18477]
28804              search utility doesn't skip exe/lib/pdb files properly on windows
28805      Branch: perl
28806           !> win32/bin/search.pl
28807 ____________________________________________________________________________
28808 [ 18501] By: rgs                                   on 2003/01/16  21:28:42
28809         Log: Subject: Re: [perl #19977] unlocalized $_ in File::Find clobbers upstream $_
28810              From: "Jos I. Boumans" <kane@dwim.org>
28811              Date: Thu, 16 Jan 2003 14:04:48 +0100
28812              Message-ID: <3E26ADF0.6010605@dwim.org>
28813              (with test tweaks)
28814      Branch: perl
28815            ! lib/File/Find.pm lib/File/Find/t/find.t
28816 ____________________________________________________________________________
28817 [ 18500] By: rgs                                   on 2003/01/16  21:17:14
28818         Log: Integrate #18447 from maint-5.8 :
28819              test.pl-ise t/op/fh.t.
28820      Branch: perl
28821           !> t/op/fh.t
28822 ____________________________________________________________________________
28823 [ 18499] By: rgs                                   on 2003/01/16  20:58:59
28824         Log: Integrate changes to Attribute::Handlers from maint-5.8
28825              (18404 and 18427).
28826              Subject: [PATCH] Re: Attribute::Handlers phase variance
28827              From: Richard Clamp <richardc@unixbeard.net>
28828              Date: Mon, 9 Dec 2002 11:10:24 +0000
28829              Message-ID: <20021209111024.GA14365@mirth.demon.co.uk>
28830      Branch: perl
28831           !> lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t
28832 ____________________________________________________________________________
28833 [ 18498] By: rgs                                   on 2003/01/16  20:48:10
28834         Log: Integrate changes #18422 and #18423 from maint-5.8.
28835              18422 :
28836              Third Degree found a read of uninit memory (after setting
28837              grent_size with sysconf(), pwent_size was read).  Also make
28838              the ERANGE/INVARG more consistent.
28839              18423 :
28840              spent_size was still off.  (As far as I can tell
28841              _SC_GETPW_R_SIZE_MAX is supposed to be used also
28842              for spents, not just pwents.)
28843      Branch: perl
28844           !> reentr.c reentr.h reentr.pl
28845 ____________________________________________________________________________
28846 [ 18497] By: rgs                                   on 2003/01/16  20:40:58
28847         Log: Subject: [PATCH] Re: [perl #19393] Bug in Time::localtime?
28848              From: Dave Mitchell <davem@fdgroup.com>
28849              Date: Wed, 1 Jan 2003 21:43:24 +0000
28850              Message-ID: <20030101214324.F12907@fdgroup.com>
28851              (integrated from change #18397 in maint-5.8)
28852      Branch: perl
28853           !> lib/Time/Local.pm lib/Time/Local.t
28854 ____________________________________________________________________________
28855 [ 18496] By: jhi                                   on 2003/01/16  20:36:23
28856         Log: Fix 'use encoding' I/O for code points 0x80..0xFF;
28857              code changes from Inaba Hiroto; test tweaks by jhi.
28858      Branch: perl
28859            + ext/Encode/t/enc_eucjp.t
28860            ! MANIFEST doio.c ext/Encode/encoding.pm ext/Encode/t/enc_utf8.t
28861            ! pp.c sv.c sv.h t/uni/tr_utf8.t
28862 ____________________________________________________________________________
28863 [ 18495] By: jhi                                   on 2003/01/16  20:19:36
28864         Log: It seems the binmode() is needed with UTF-8 locales enabled.
28865      Branch: perl
28866            ! ext/Encode/t/CJKT.t
28867 ____________________________________________________________________________
28868 [ 18494] By: jhi                                   on 2003/01/16  20:11:35
28869         Log: Upgrade to CGI.pm 2.89.
28870      Branch: perl
28871            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
28872            ! lib/CGI/t/carp.t lib/CGI/t/html.t lib/CGI/t/pretty.t
28873 ____________________________________________________________________________
28874 [ 18493] By: jhi                                   on 2003/01/16  20:03:01
28875         Log: Subject: Update for ext/MIME/Base64/
28876              From: Gisle Aas <gisle@ActiveState.com>
28877              Date: 30 Dec 2002 07:34:34 -0800
28878              Message-ID: <lrhecvzfjp.fsf@caliper.activestate.com>
28879      Branch: perl
28880            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Changes
28881            ! ext/MIME/Base64/QuotedPrint.pm
28882            ! ext/MIME/Base64/t/quoted-print.t ext/MIME/Base64/t/unicode.t
28883 ____________________________________________________________________________
28884 [ 18492] By: jhi                                   on 2003/01/16  19:56:07
28885         Log: Subject: Update for ext/Digest/MD5/
28886              From: Gisle Aas <gisle@ActiveState.com>
28887              Date: 30 Dec 2002 07:38:16 -0800
28888              Message-ID: <lrd6njzfdj.fsf@caliper.activestate.com>
28889      Branch: perl
28890            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
28891            ! ext/Digest/MD5/Makefile.PL ext/Digest/MD5/t/align.t
28892            ! ext/Digest/MD5/t/files.t
28893 ____________________________________________________________________________
28894 [ 18491] By: jhi                                   on 2003/01/16  19:24:10
28895         Log: if (0) the PL_widesyscalls code for now: Sarathy
28896              should take another look to see whether it is really
28897              safe to remove the code, too.
28898      Branch: perl
28899            ! win32/win32.h wince/win32.h
28900 ____________________________________________________________________________
28901 [ 18490] By: jhi                                   on 2003/01/16  01:58:39
28902         Log: Make the locale-induced UTF-8-ification of STD fhs
28903              and the default file open layer explicit (either -C
28904              or PERL_UTF8_LOCALE), instead of implicit (and unasked-for).
28905      Branch: perl
28906            ! embedvar.h gv.c intrpvar.h locale.c mg.c perl.c perlapi.h
28907            ! pod/perlrun.pod pod/perlunicode.pod pod/perluniintro.pod
28908            ! pod/perlvar.pod
28909 ____________________________________________________________________________
28910 [ 18489] By: rgs                                   on 2003/01/15  20:55:00
28911         Log: Subject: [PATCH 5.8.0] perlrun.pod: fix -i examples
28912              From: Brendan O'Dea <bod@debian.org>
28913              Date: Sun, 12 Jan 2003 06:18:32 +1100
28914              Message-ID: <20030111191832.GA19441@londo.c47.org>
28915      Branch: perl
28916            ! pod/perlrun.pod
28917 ____________________________________________________________________________
28918 [ 18488] By: rgs                                   on 2003/01/15  20:51:48
28919         Log: Subject: [PATCH 5.8.0] diagnostics.pm: useful apropos description for splain
28920              From: Brendan O'Dea <bod@debian.org>
28921              Date: Sun, 12 Jan 2003 06:17:30 +1100
28922              Message-ID: <20030111191730.GA19420@londo.c47.org>
28923      Branch: perl
28924            ! lib/diagnostics.pm
28925 ____________________________________________________________________________
28926 [ 18487] By: rgs                                   on 2003/01/15  20:45:14
28927         Log: Add a test case for bug [perl #19545]
28928      Branch: perl
28929            ! t/op/do.t
28930 ____________________________________________________________________________
28931 [ 18486] By: rgs                                   on 2003/01/15  20:34:52
28932         Log: isa() and can() didn't work on magic variables
28933              see Message-Id: <20030114220737.2190ba7c.rgarciasuarez@free.fr>
28934              plus a test case by B. Goldberg
28935      Branch: perl
28936            ! t/op/universal.t universal.c
28937 ____________________________________________________________________________
28938 [ 18485] By: rgs                                   on 2003/01/15  20:10:57
28939         Log: Subject: [PATCH] Re: [perl #19566] Perl 5.8.0 segfault
28940              From: Stephen McCamant <smcc@mit.edu>
28941              Date: Thu, 2 Jan 2003 18:08:23 -0500
28942              Message-ID: <15892.50791.692636.982873@syllepsis.MIT.EDU>
28943              Plus a test by Jarkko
28944              Integrated from changes 18444 and 18446 from maint-5.8
28945      Branch: perl
28946           +> t/op/readline.t
28947           !> MANIFEST pp_hot.c
28948 ____________________________________________________________________________
28949 [ 18484] By: jhi                                   on 2003/01/15  14:09:57
28950         Log: Upgrade to Time::HiRes 1.42.
28951      Branch: perl
28952            + ext/Time/HiRes/fallback/const-c.inc
28953            + ext/Time/HiRes/fallback/const-xs.inc
28954            ! MANIFEST ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
28955            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
28956 ____________________________________________________________________________
28957 [ 18483] By: jhi                                   on 2003/01/15  00:23:20
28958         Log: Detypo.
28959      Branch: perl
28960            ! ext/Encode/Unicode/Unicode.xs
28961 ____________________________________________________________________________
28962 [ 18482] By: rgs                                   on 2003/01/14  21:41:04
28963         Log: Integrate change #18365 from maint-5.8 :
28964              Doc tweak on the S_ macros.
28965      Branch: perl
28966           !> pod/perlfunc.pod
28967 ____________________________________________________________________________
28968 [ 18481] By: jhi                                   on 2003/01/14  12:40:24
28969         Log: Apparently some stdios have bugs (no! don't tell it is so!)
28970              or there is a corner of stdio that is substandardised.
28971      Branch: perl
28972            ! t/io/tell.t
28973 ____________________________________________________________________________
28974 [ 18480] By: jhi                                   on 2003/01/14  01:25:14
28975         Log: Encode 1.84 broke the subtest #7, further study required.
28976      Branch: perl
28977            ! t/uni/tr_utf8.t
28978 ____________________________________________________________________________
28979 [ 18479] By: jhi                                   on 2003/01/13  23:13:02
28980         Log: Add a test for encoding 'utf8'.
28981      Branch: perl
28982            + ext/Encode/t/enc_utf8.t
28983            ! MANIFEST ext/Encode/MANIFEST
28984 ____________________________________________________________________________
28985 [ 18478] By: jhi                                   on 2003/01/13  23:10:55
28986         Log: Upgrade to Encode 1.84.
28987      Branch: perl
28988            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
28989            ! ext/Encode/Unicode/Unicode.xs ext/Encode/encoding.pm
28990 ____________________________________________________________________________
28991 [ 18475] By: jhi                                   on 2003/01/13  02:42:47
28992         Log: Integrate from perlio:
28993              [ 18471]
28994              Fix #18711 and add test for it (and indeed tell on write
28995              handles at all !
28996
28997              (#18711 Serious bug of tell() in perl)
28998      Branch: perl
28999           !> perlio.c t/io/tell.t
29000 ____________________________________________________________________________
29001 [ 18474] By: jhi                                   on 2003/01/13  02:41:04
29002         Log: Integrate from perlio:
29003              [ 18470]
29004              Fix #16306 and #16880
29005
29006              (#16306 Big Badda leak in Sockets)
29007              (#16880 Memory leak with IO::Socket in Perl v5.8.0)
29008      Branch: perl
29009           !> perlio.c
29010 ____________________________________________________________________________
29011 [ 18473] By: jhi                                   on 2003/01/13  02:38:33
29012         Log: Integrate perlio #18040 and #18043 (no real changes;
29013              some whitespace changes but ignored them so that Dan's
29014              version of Encode wins)
29015      Branch: perl
29016           !> ext/Encode/Encode.xs
29017 ____________________________________________________________________________
29018 [ 18472] By: jhi                                   on 2003/01/13  01:31:01
29019         Log: Integrate perlio to mainline:
29020              [ 18240]
29021              Avoid eqtime() wiping the file (as suggested by
29022              "Luis G. Uribe C." <GUribe@SoftHome.net>
29023      Branch: perl
29024           !> lib/ExtUtils/Command.pm
29025 ____________________________________________________________________________
29026 [ 18468] By: rgs                                   on 2003/01/09  21:07:44
29027         Log: Subject: [PATCH] VMS perly build tweak
29028              From: "Craig A. Berry" <craigberry@mac.com>
29029              Date: Thu, 9 Jan 2003 14:44:40 -0600
29030              Message-Id: <a05200f03ba4389ff49eb@[172.16.52.1]>
29031      Branch: perl
29032            ! vms/descrip_mms.template
29033 ____________________________________________________________________________
29034 [ 18467] By: rgs                                   on 2003/01/09  21:03:07
29035         Log: Document that ${^TAINT} is read-only.
29036      Branch: perl
29037            ! pod/perlvar.pod
29038 ____________________________________________________________________________
29039 [ 18465] By: rgs                                   on 2003/01/08  22:02:26
29040         Log: Fix the doc for splitpath() in the File::Spec modules :
29041              this function doesn't return undef in any case.
29042      Branch: perl
29043            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
29044            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
29045 ____________________________________________________________________________
29046 [ 18464] By: rgs                                   on 2003/01/08  21:40:37
29047         Log: Subject: [PATCH] label code in pp_ctl.c
29048              From: Nicholas Clark <nick@unfortu.net>
29049              Date: Thu, 26 Dec 2002 21:19:36 +0000
29050              Message-ID: <20021226211935.GE284@Bagpuss.unfortu.net>
29051              (Integrated from change #18400 from maint-5.8)
29052      Branch: perl
29053           !> pp_ctl.c
29054 ____________________________________________________________________________
29055 [ 18463] By: rgs                                   on 2003/01/08  21:27:49
29056         Log: Subject: [DOCPATCH] hv_store and hv_store_ent
29057              From: Nicholas Clark <nick@unfortu.net>
29058              Date: Wed, 1 Jan 2003 18:17:59 +0000
29059              Message-ID: <20030101181757.GB296@Bagpuss.unfortu.net>
29060              (Integrated from change #18399 from maint-5.8)
29061      Branch: perl
29062           !> hv.c
29063 ____________________________________________________________________________
29064 [ 18462] By: rgs                                   on 2003/01/08  21:24:09
29065         Log: Integrate change #18391 from maint-5.8:
29066              Document the installprefix trick for compiling PASE Perl in AIX.
29067      Branch: perl
29068           !> README.os400
29069 ____________________________________________________________________________
29070 [ 18461] By: rgs                                   on 2003/01/08  21:16:54
29071         Log: Integrate change #18362 from maint-5.8:
29072              Fix [perl #18666] (taking the more conservative approach).
29073      Branch: perl
29074           !> lib/File/Spec/Unix.pm
29075 ____________________________________________________________________________
29076 [ 18460] By: rgs                                   on 2003/01/08  21:14:20
29077         Log: Integrate change #18361 from maint-5.8:
29078              Document that the socketpair tests are unhappy in old SCO,
29079              as per [perl #18537].
29080      Branch: perl
29081           !> pod/perl58delta.pod
29082 ____________________________________________________________________________
29083 [ 18459] By: rgs                                   on 2003/01/08  20:48:19
29084         Log: PerlFAQ sync.
29085      Branch: perl
29086            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
29087            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
29088            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
29089            ! pod/perlfaq9.pod
29090 ____________________________________________________________________________
29091 [ 18456] By: hv                                    on 2003/01/07  09:20:22
29092         Log: Subject: [PATCH] %_ (was Re: [PATCH] operation on `PL_na' may be undefined)
29093              From: Nicholas Clark <nick@unfortu.net>
29094              Date: Thu, 26 Dec 2002 21:16:27 +0000
29095              Message-ID: <20021226211626.GD284@Bagpuss.unfortu.net>
29096      Branch: perl
29097            ! doio.c dump.c ext/Data/Dumper/Dumper.xs gv.c op.c pad.c perl.c
29098            ! pp_ctl.c pp_hot.c pp_sort.c pp_sys.c sv.c toke.c universal.c
29099            ! utf8.c
29100 ____________________________________________________________________________
29101 [ 18455] By: hv                                    on 2003/01/07  08:54:38
29102         Log: Subject: [PATCH] integrate more with report_evil_fh
29103              From: Nicholas Clark <nick@unfortu.net>
29104              Date: Thu, 26 Dec 2002 20:56:21 +0000
29105              Message-ID: <20021226205620.GA16584@Bagpuss.unfortu.net>
29106      Branch: perl
29107            ! pp_sys.c
29108 ____________________________________________________________________________
29109 [ 18454] By: hv                                    on 2003/01/07  08:45:54
29110         Log: Integrate podlators-1.25
29111      Branch: perl
29112            ! lib/Pod/Man.pm lib/Pod/t/man.t
29113 ____________________________________________________________________________
29114 [ 18453] By: rgs                                   on 2003/01/06  20:31:43
29115         Log: Change the value of ${^TAINT} : 0 without taint checks,
29116              1 with -T, and -1 with -t or -TU.
29117      Branch: perl
29118            ! mg.c pod/perlvar.pod t/op/taint.t t/run/runenv.t
29119            ! t/run/switcht.t
29120 ____________________________________________________________________________
29121 [ 18451] By: merijn                                on 2003/01/06  06:43:11
29122         Log: Subject: [PATCH perl@18746] VMS test adjustments
29123              Date: Sat, 04 Jan 2003 11:26:00 -0600
29124              From: "Craig A. Berry" <craigberry@mac.com>
29125              Message-ID: <3E171928.1040100@mac.com>
29126      Branch: perl
29127            ! ext/Devel/Peek/Peek.t ext/Filter/t/call.t lib/charnames.t
29128            ! t/run/switchI.t
29129 ____________________________________________________________________________
29130 [ 18441] By: rgs                                   on 2003/01/04  20:06:45
29131         Log: Subject: [DOCPATCH] File::Copy's synopsis
29132              From: Nicholas Clark <nick@unfortu.net>
29133              Date: Wed, 1 Jan 2003 21:09:30 +0000
29134              Message-ID: <20030101210930.GE296@Bagpuss.unfortu.net>
29135      Branch: perl
29136            ! lib/File/Copy.pm
29137 ____________________________________________________________________________
29138 [ 18440] By: rgs                                   on 2003/01/04  16:31:31
29139         Log: Integrate change #18420 from maint-5.8:
29140              Mea culpa: the join() was the string join, not the
29141              ithreads join().
29142      Branch: perl
29143           !> ext/threads/t/join.t
29144 ____________________________________________________________________________
29145 [ 18439] By: rgs                                   on 2003/01/04  15:34:54
29146         Log: Subject: [PATCH] [perl #15184] ExtUtils/t/Embed.t fails with -Duseshrplib -Dlibperl=...
29147              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
29148              Date: Fri, 13 Dec 2002 00:54:43 +0100
29149              Message-Id: <20021213005443.3077a229.rgarciasuarez@free.fr>
29150              Same as change 18403 for maint-5.8 branch
29151      Branch: perl
29152            ! lib/ExtUtils/t/Embed.t
29153 ____________________________________________________________________________
29154 [ 18438] By: rgs                                   on 2003/01/04  15:24:22
29155         Log: Subject: Re: [PATCH] Tiny nits in perlre.pod
29156              From: andreas.koenig@anima.de (Andreas J. Koenig)
29157              Date: Fri, 03 Jan 2003 00:57:15 +0100
29158              Message-ID: <m33cob14x0.fsf@k242.linux.bogus>
29159      Branch: perl
29160            ! pod/perlre.pod
29161 ____________________________________________________________________________
29162 [ 18435] By: jhi                                   on 2003/01/04  14:36:08
29163         Log: The problems.t is back.
29164      Branch: perl
29165            ! MANIFEST
29166 ____________________________________________________________________________
29167 [ 18434] By: sky                                   on 2003/01/04  07:43:50
29168         Log: Forgot to add problems.t with change #18419
29169      Branch: perl
29170            + ext/threads/t/problems.t
29171 ____________________________________________________________________________
29172 [ 18432] By: jhi                                   on 2003/01/04  04:48:30
29173         Log: One more (or, rather, less) //.
29174      Branch: perl
29175            ! ext/threads/threads.xs
29176 ____________________________________________________________________________
29177 [ 18431] By: jhi                                   on 2003/01/04  04:39:01
29178         Log: Integrate from maintperl:
29179              [ 18430]
29180              // is still not portable C commentary.
29181      Branch: perl
29182           !> ext/threads/threads.xs
29183 ____________________________________________________________________________
29184 [ 18425] By: jhi                                   on 2003/01/04  03:37:04
29185         Log: Until Arthur really adds the problems.t.
29186      Branch: perl
29187            ! MANIFEST
29188 ____________________________________________________________________________
29189 [ 18421] By: sky                                   on 2003/01/04  01:27:55
29190         Log: Fix long standing memory leak with pop and shift!
29191      Branch: perl
29192            ! ext/threads/shared/shared.xs
29193 ____________________________________________________________________________
29194 [ 18419] By: sky                                   on 2003/01/03  23:45:34
29195         Log: Fixes bug #15273, the return of the object caused
29196              the stash of the object to be cloned, cloning the entire syntax
29197              tree and all lexicals in there creating danglning copies to the
29198              object. (Pararell but unlinked STASH tree).
29199              This adds a new flag, when set it will use STASHES from the
29200              thread we are joining into avoiding the problem.
29201      Branch: perl
29202            ! MANIFEST ext/threads/threads.xs sv.c sv.h
29203 ____________________________________________________________________________
29204 [ 18417] By: sky                                   on 2003/01/03  18:16:46
29205         Log: Fake what context we are running in for CLONE and DESTROY so
29206              threads->tid() returns the correct value.
29207              This is reported as bug #10046
29208      Branch: perl
29209            ! ext/threads/t/basic.t ext/threads/threads.xs
29210 ____________________________________________________________________________
29211 [ 18413] By: sky                                   on 2003/01/03  15:15:14
29212         Log: Change pp_lock to take a reference instead of a
29213              scalar since it wouldn't fork for the HELEM/AELEM
29214              case. This was reported in bug #10045
29215      Branch: perl
29216            ! ext/threads/shared/t/hv_refs.t opcode.h opcode.pl opnames.h
29217 ____________________________________________________________________________
29218 [ 18412] By: hv                                    on 2003/01/03  11:14:51
29219         Log: Integrate from maint-5.8 #18348:
29220              Make Math::Trig a little bit more better behaved module citizen.
29221      Branch: perl
29222           !> lib/Math/Trig.pm
29223 ____________________________________________________________________________
29224 [ 18411] By: hv                                    on 2003/01/03  11:11:09
29225         Log: Subject: Re: [perl #19061] 'goto' confuses 'redo'
29226              From: Stephen McCamant <smcc@mit.edu>
29227              Date: Sun, 22 Dec 2002 22:09:51 -0500
29228              Message-ID: <15878.32383.94274.950128@syllepsis.MIT.EDU>
29229      Branch: perl
29230            ! pp_ctl.c
29231 ____________________________________________________________________________
29232 [ 18410] By: hv                                    on 2003/01/03  11:06:40
29233         Log: Subject: new flag SvPADSTALE
29234              From: Dave Mitchell <davem@fdgroup.com>
29235              Date: Thu, 19 Dec 2002 19:00:21 +0000
29236              Message-ID: <20021219190021.D9530@fdgroup.com>
29237      Branch: perl
29238            ! dump.c scope.c sv.h
29239 ____________________________________________________________________________
29240 [ 18409] By: hv                                    on 2003/01/03  11:05:09
29241         Log: Subject: remove flag SvPADBUSY
29242              From: Dave Mitchell <davem@fdgroup.com>
29243              Date: Thu, 19 Dec 2002 18:55:43 +0000
29244              Message-ID: <20021219185543.C9530@fdgroup.com>
29245      Branch: perl
29246            ! dump.c ext/Devel/Peek/Peek.t pad.c scope.c sv.h
29247 ____________________________________________________________________________
29248 [ 18408] By: hv                                    on 2003/01/03  10:56:54
29249         Log: Subject: win32_msgwait() problem
29250              From: Gurusamy Sarathy <gsar@ActiveState.com>
29251              Date: Fri, 13 Dec 2002 17:31:59 -0800
29252              Message-Id: <200212140132.gBE1Vxp02090@smtp3.ActiveState.com>
29253      Branch: perl
29254            ! win32/win32.c
29255 ____________________________________________________________________________
29256 [ 18407] By: hv                                    on 2003/01/03  10:30:05
29257         Log: Subject: Re: [perl #18257] Attempt to free unreferenced scalar (in 5 lines)
29258              From: hv@crypt.org
29259              Date: Thu, 02 Jan 2003 17:16:04 +0000
29260              Message-Id: <200301021716.h02HG5809404@crypt.compulink.co.uk>
29261      Branch: perl
29262            ! sv.c
29263 ____________________________________________________________________________
29264 [ 18406] By: sky                                   on 2003/01/03  08:23:16
29265         Log: Under darwin 6.0+ (MacOSX 10.2) we have threadsafe
29266              libc_r functions.
29267      Branch: perl
29268            ! hints/darwin.sh
29269 ____________________________________________________________________________
29270 [ 18393] By: merijn                                on 2003/01/02  19:41:29
29271         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)
29272              Date: Thu, 2 Jan 2003 19:02:21 +0100
29273              Message-ID: <200301021902.22444.abe@ztreet.demon.nl>
29274              From: abe@ztreet.demon.nl (Abe Timmerman)
29275      Branch: perl
29276            ! win32/makefile.mk
29277 ____________________________________________________________________________
29278 [ 18390] By: merijn                                on 2003/01/02  07:32:00
29279         Log: Use a more likely location for the perl binary
29280      Branch: perl
29281            ! Porting/genlog
29282 ____________________________________________________________________________
29283 [ 18378] By: gsar                                  on 2002/12/31  04:07:56
29284         Log: integrate change#18377 from maint-5.6 branch
29285
29286              change#17566 needs to be more defensive about win32_dup2()
29287              itself calling SetStdHandle() (at least MSVCRT does this)
29288      Branch: perl
29289           !> win32/win32.c
29290 ____________________________________________________________________________
29291 [ 18376] By: hv                                    on 2002/12/31  02:02:17
29292         Log: Update Changes
29293      Branch: perl
29294            ! Changes patchlevel.h
29295 ____________________________________________________________________________
29296 [ 18374] By: hv                                    on 2002/12/30  03:32:22
29297         Log: Remove duplicate entry
29298      Branch: perl
29299            ! MANIFEST
29300 ____________________________________________________________________________
29301 [ 18373] By: hv                                    on 2002/12/30  03:19:17
29302         Log: Subject: [perl #19343] perlfunc.pod patch for stat() and lstat()
29303              From: Dave Paris (via RT) <perlbug-followup@perl.org>
29304              Date: 22 Dec 2002 05:15:14 -0000
29305              Message-Id: <rt-19343-46041.7.82970696202895@bugs6.perl.org>
29306      Branch: perl
29307            ! pod/perlfunc.pod
29308 ____________________________________________________________________________
29309 [ 18372] By: hv                                    on 2002/12/30  03:13:42
29310         Log: Subject: [PATCH lib/AutoSplit.pm] Holding filehandle open
29311              From: Michael G Schwern <schwern@pobox.com>
29312              Date: Sat, 21 Dec 2002 19:29:41 -0800
29313              Message-ID: <20021222032941.GD24887@blackrider.schwern.org>
29314      Branch: perl
29315            ! lib/AutoSplit.pm
29316 ____________________________________________________________________________
29317 [ 18371] By: hv                                    on 2002/12/30  03:08:12
29318         Log: Subject: [PATCH] Re: [perl #19330] Uneffective increment of $\
29319              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
29320              Date: Fri, 27 Dec 2002 16:14:24 +0100
29321              Message-Id: <20021227161424.17234e3c.rgarciasuarez@free.fr>
29322      Branch: perl
29323            ! mg.c t/op/magic.t
29324 ____________________________________________________________________________
29325 [ 18358] By: gsar                                  on 2002/12/28  03:30:49
29326         Log: save_re_context() was not saving many regexec.c state
29327              variables, resulting in various reentrancy problems when
29328              the swatches were autoloaded by perl in the midst of a
29329              match
29330      Branch: perl
29331            ! regcomp.c
29332 ____________________________________________________________________________
29333 [ 18357] By: gsar                                  on 2002/12/28  02:16:51
29334         Log: silence another signed/unsigned mismatch warning
29335      Branch: perl
29336            ! op.c
29337 ____________________________________________________________________________
29338 [ 18356] By: gsar                                  on 2002/12/28  02:08:23
29339         Log: fix signed/unsigned mismatch warning from change#18266
29340      Branch: perl
29341            ! regcomp.c
29342 ____________________________________________________________________________
29343 [ 18355] By: gsar                                  on 2002/12/28  02:05:14
29344         Log: these variables are not in use anywhere since 5.8.0
29345      Branch: perl
29346            ! embedvar.h perlapi.h sv.c thrdvar.h
29347 ____________________________________________________________________________
29348 [ 18354] By: ams                                   on 2002/12/26  03:54:09
29349         Log: Subject: [PATCH] docpatch for cv.h
29350              From: Nicholas Clark <nick@unfortu.net>
29351              Date: Wed, 25 Dec 2002 21:01:04 +0000
29352              Message-Id: <20021225210102.GA284@Bagpuss.unfortu.net>
29353      Branch: perl
29354            ! cv.h
29355 ____________________________________________________________________________
29356 [ 18351] By: hv                                    on 2002/12/25  02:29:17
29357         Log: #18345 was still broken; should be fixed now.
29358      Branch: perl
29359            ! sv.c
29360 ____________________________________________________________________________
29361 [ 18350] By: merijn                                on 2002/12/24  05:26:40
29362         Log: Removal of duplicate comment block
29363
29364              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
29365              Subject: Re: [perl #19306] Sys::Syslog issues.
29366              Date: Mon, 23 Dec 2002 15:25:51 -0800
29367              Message-ID: </t5B+gzkg6DR092yn@efn.org>
29368      Branch: perl
29369            ! ext/Sys/Syslog/Syslog.pm
29370 ____________________________________________________________________________
29371 [ 18346] By: hv                                    on 2002/12/23  06:14:22
29372         Log: integrate maint-5.8 #18301
29373      Branch: perl
29374           !> lib/perl5db.pl
29375 ____________________________________________________________________________
29376 [ 18345] By: hv                                    on 2002/12/23  06:01:17
29377         Log: more on #18344.
29378      Branch: perl
29379            ! sv.c
29380 ____________________________________________________________________________
29381 [ 18344] By: hv                                    on 2002/12/23  05:56:43
29382         Log: more on #18312: sv.c:ss_dup()
29383      Branch: perl
29384            ! sv.c
29385 ____________________________________________________________________________
29386 [ 18343] By: hv                                    on 2002/12/23  05:47:17
29387         Log: Subject: [perl #19153] Term::Complete (the argument of stty)
29388              From: OKAIE Yutaka (via RT) <perlbug-followup@perl.org>
29389              Date: 15 Dec 2002 13:45:23 -0000
29390              Message-Id: <rt-19153-45441.1.2145712923207@bugs6.perl.org>
29391      Branch: perl
29392            ! lib/Term/Complete.pm
29393 ____________________________________________________________________________
29394 [ 18342] By: hv                                    on 2002/12/23  05:27:25
29395         Log: Subject: [perl #18544] Patch included to fix problem.
29396              From: Richard Kandarian <richard.kandarian@lanl.gov>
29397              Date: Thu, 21 Nov 2002 08:00:20 -0700
29398              (from RT)
29399      Branch: perl
29400            ! regexec.c
29401 ____________________________________________________________________________
29402 [ 18341] By: hv                                    on 2002/12/23  05:08:49
29403         Log: Subject: [PATCH] operation on `PL_na' may be undefined
29404              From: Nicholas Clark <nick@unfortu.net>
29405              Date: Tue, 10 Dec 2002 19:59:18 +0000
29406              Message-ID: <20021210195917.GJ288@Bagpuss.unfortu.net>
29407      Branch: perl
29408            ! universal.c
29409 ____________________________________________________________________________
29410 [ 18340] By: hv                                    on 2002/12/23  05:04:29
29411         Log: Subject: [PATCH] 2% speedup (pp_entersub needs to go on a diet)
29412              From: Nicholas Clark <nick@unfortu.net>
29413              Date: Tue, 10 Dec 2002 18:55:28 +0000
29414              Message-ID: <20021210185527.GG288@Bagpuss.unfortu.net>
29415      Branch: perl
29416            ! pp_hot.c
29417 ____________________________________________________________________________
29418 [ 18339] By: hv                                    on 2002/12/23  04:39:48
29419         Log: Integrate Time::HiRes v1.39 (for VMS build tweak)
29420      Branch: perl
29421            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
29422            ! ext/Time/HiRes/Makefile.PL
29423 ____________________________________________________________________________
29424 [ 18338] By: hv                                    on 2002/12/23  03:43:09
29425         Log: Subject: [PATCH] read permissions for h2ph-generated files
29426              From: Slaven Rezic <slaven.rezic@berlin.de>
29427              Date: Fri, 22 Nov 2002 14:49:14 +0100 (CET)
29428              Message-Id: <200211221349.gAMDnEAK014033@vran.herceg.de>
29429      Branch: perl
29430            ! utils/h2ph.PL
29431 ____________________________________________________________________________
29432 [ 18337] By: hv                                    on 2002/12/23  03:38:59
29433         Log: handy hint: getting a perforce change as a usable patch
29434      Branch: perl
29435            ! Porting/repository.pod
29436 ____________________________________________________________________________
29437 [ 18336] By: hv                                    on 2002/12/23  03:36:26
29438         Log: Reverse #18285, for reasons given in:
29439              Subject: Re: Precedence of ? :
29440              From: hv@crypt.org
29441              Date: Fri, 20 Dec 2002 00:35:27 +0000
29442              Message-Id: <200212200035.gBK0ZRm29309@crypt.compulink.co.uk>
29443      Branch: perl
29444            ! perly.c perly.y perly_c.diff pod/perldelta.pod t/op/cond.t
29445            ! vms/perly_c.vms
29446 ____________________________________________________________________________
29447 [ 18335] By: gsar                                  on 2002/12/18  23:12:14
29448         Log: my_fflush_all() wasn't doing the right thing under useperlio
29449              on many platforms
29450      Branch: perl
29451            ! util.c
29452 ____________________________________________________________________________
29453 [ 18334] By: merijn                                on 2002/12/18  06:48:11
29454         Log: AIX compiler version updates
29455      Branch: perl
29456            ! README.aix
29457 ____________________________________________________________________________
29458 [ 18332] By: gsar                                  on 2002/12/18  03:20:27
29459         Log: $Config{prefixexp} was set incorrectly on windows
29460      Branch: perl
29461            ! win32/config.bc win32/config.gc win32/config.vc
29462            ! win32/config.vc64
29463 ____________________________________________________________________________
29464 [ 18330] By: gsar                                  on 2002/12/18  02:32:20
29465         Log: remove CRs from a couple of files (these show up as CRCRLF
29466              on windows)
29467      Branch: perl
29468            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
29469 ____________________________________________________________________________
29470 [ 18328] By: gsar                                  on 2002/12/18  02:27:10
29471         Log: fix for GPF in C<print Win32::GetFullPathName('\\\\host\share')>
29472      Branch: perl
29473            ! win32/win32.c
29474 ____________________________________________________________________________
29475 [ 18327] By: gsar                                  on 2002/12/18  02:08:12
29476         Log: windows: support for large files
29477
29478              note that this change will break binary compatibility with the
29479              default 5.8.0 build options; nevertheless I think it is worth
29480              having in 5.8.1 (people who want the compatibility can disable
29481              the option in the makefile)
29482      Branch: perl
29483            ! ext/Devel/DProf/DProf.xs ext/POSIX/POSIX.xs
29484            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/via/via.xs iperlsys.h
29485            ! pp_sys.c win32/Makefile win32/config.bc win32/config.gc
29486            ! win32/config.vc win32/config.vc64 win32/config_H.bc
29487            ! win32/config_H.gc win32/config_H.vc win32/config_H.vc64
29488            ! win32/config_sh.PL win32/makefile.mk win32/perlhost.h
29489            ! win32/win32.c win32/win32iop.h
29490 ____________________________________________________________________________
29491 [ 18326] By: gsar                                  on 2002/12/18  00:57:46
29492         Log: Win32.pod update
29493      Branch: perl
29494            ! lib/Win32.pod
29495 ____________________________________________________________________________
29496 [ 18325] By: gsar                                  on 2002/12/18  00:42:45
29497         Log: PerlIO_{stdoutf,vprintf} don't exist, should be PerlSIO_*
29498      Branch: perl
29499            ! XSUB.h
29500 ____________________________________________________________________________
29501 [ 18324] By: gsar                                  on 2002/12/18  00:34:08
29502         Log: windows: avoid prompting under some shells during $(MAKE) distclean
29503      Branch: perl
29504            ! win32/Makefile win32/makefile.mk
29505 ____________________________________________________________________________
29506 [ 18323] By: gsar                                  on 2002/12/18  00:17:29
29507         Log: PerlSIO_stderr et al are not functions
29508      Branch: perl
29509            ! XSUB.h
29510 ____________________________________________________________________________
29511 [ 18321] By: gsar                                  on 2002/12/17  22:56:25
29512         Log: integrate change#18320 from maint-5.6 branch
29513
29514              C<require '\foo\bar.pm'> fails on windows if not running
29515              from the root directory; for a test case, see:
29516
29517              http://bugs.activestate.com/show_bug.cgi?id=19317
29518
29519              this was due to not recognizing \foo\bar.pm as an absolute
29520              path name
29521      Branch: perl
29522           !> util.h
29523 ____________________________________________________________________________
29524 [ 18319] By: hv                                    on 2002/12/17  10:08:24
29525         Log: Whoops, these are the changes supposed to be in #18318.
29526      Branch: perl
29527            ! pad.c t/op/eval.t
29528 ____________________________________________________________________________
29529 [ 18318] By: hv                                    on 2002/12/17  03:12:18
29530         Log: Subject: Re: [PATCH] Re: [perl #19022] POSIX failures in bleadperl
29531              From: Nicholas Clark <nick@unfortu.net>
29532              Date: Sat, 14 Dec 2002 23:13:37 +0000
29533              Message-ID: <20021214231337.GF306@Bagpuss.unfortu.net>
29534      Branch: perl
29535            ! pad.c t/op/eval.t
29536 ____________________________________________________________________________
29537 [ 18317] By: hv                                    on 2002/12/17  02:58:12
29538         Log: Integrate Net::Ping v2.26. (lib/Net/Ping/t/450_service.t should work now)
29539      Branch: perl
29540            + lib/Net/Ping/t/410_syn_host.t
29541            ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/t/400_ping_syn.t
29542            ! lib/Net/Ping/t/450_service.t
29543 ____________________________________________________________________________
29544 [ 18316] By: hv                                    on 2002/12/17  02:17:16
29545         Log: Subject: [PATCH 5.8.1 @oldish-18156] build
29546              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
29547              Date: Fri, 13 Dec 2002 13:54:05 -0800
29548              Message-ID: <20021213215404.GA2597@math.berkeley.edu>
29549      Branch: perl
29550            ! os2/os2.c t/run/runenv.t
29551 ____________________________________________________________________________
29552 [ 18315] By: hv                                    on 2002/12/17  02:03:58
29553         Log: Subject: [PATCH 5.8.1 @oldish-18156] deprecated warnings
29554              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
29555              Date: Fri, 13 Dec 2002 13:47:08 -0800
29556              Message-ID: <20021213214707.GA2588@math.berkeley.edu>
29557      Branch: perl
29558            ! lib/constant.t lib/fields.t
29559 ____________________________________________________________________________
29560 [ 18314] By: hv                                    on 2002/12/17  01:58:32
29561         Log: Subject: [PATCH 5.8.1 @oldish-18156] Morphing to PM on OS/2
29562              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
29563              Date: Fri, 13 Dec 2002 14:00:48 -0800
29564              Message-ID: <20021213220048.GA2606@math.berkeley.edu>
29565      Branch: perl
29566            ! os2/OS2/Process/t/os2_process.t os2/os2.c
29567 ____________________________________________________________________________
29568 [ 18313] By: hv                                    on 2002/12/17  01:54:19
29569         Log: Subject: [PATCH 5.8.1 @oldish-18156] OS/2 REXX interface assuming Object REXX
29570              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
29571              Date: Fri, 13 Dec 2002 14:08:00 -0800
29572              Message-ID: <20021213220800.GA2625@math.berkeley.edu>
29573      Branch: perl
29574            ! os2/OS2/REXX/REXX.xs
29575 ____________________________________________________________________________
29576 [ 18312] By: hv                                    on 2002/12/17  01:43:28
29577         Log: Subject: [Fwd: Patch for perl utf8-related bug]
29578              From: Richard Hitt <rbh00@utsglobal.com>
29579              Date: Fri, 06 Dec 2002 16:47:42 -0800
29580              [perl #18932]
29581      Branch: perl
29582            ! embed.fnc embed.h global.sym perl.h proto.h regcomp.c scope.c
29583            ! scope.h
29584 ____________________________________________________________________________
29585 [ 18311] By: hv                                    on 2002/12/17  00:52:05
29586         Log: Subject: [PATCH] Re: [jhi@iki.fi: enums are not nums]
29587              From: Dave Mitchell <davem@fdgroup.com>
29588              Date: Sat, 14 Dec 2002 19:16:49 +0000
29589              Message-ID: <20021214191649.B3992@fdgroup.com>
29590      Branch: perl
29591            ! embed.fnc pad.c pad.h pod/perlintern.pod proto.h
29592 ____________________________________________________________________________
29593 [ 18310] By: hv                                    on 2002/12/17  00:51:46
29594         Log: regen-headers to get new API docs from #18306
29595      Branch: perl
29596            ! pod/perlapi.pod
29597 ____________________________________________________________________________
29598 [ 18308] By: rgs                                   on 2002/12/16  22:06:23
29599         Log: Subject: [PATCH] Re: [perl #19017] lexical "my" variables not visible in debugger "x" command
29600              From: peter@PSDT.com (Peter Scott)
29601              Date: 12 Dec 2002 18:13:17 -0000
29602              Message-ID: <20021212181317.50538.qmail@onion.perl.org>
29603              (fix bug [perl #19058])
29604      Branch: perl
29605            ! lib/perl5db.pl
29606 ____________________________________________________________________________
29607 [ 18307] By: rgs                                   on 2002/12/16  22:01:14
29608         Log: Subject: [PATCH] Re: [perl #19017] lexical "my" variables not visible in debugger "x" command
29609              From: Dave Mitchell <davem@fdgroup.com>
29610              Date: Thu, 12 Dec 2002 23:42:35 +0000
29611              Message-ID: <20021212234235.A29245@fdgroup.com>
29612              and
29613              Date: Sat, 14 Dec 2002 19:16:38 +0000
29614              Message-ID: <20021214191638.A3992@fdgroup.com>
29615      Branch: perl
29616            ! embed.fnc embed.h pod/perlfunc.pod pod/perlintern.pod pp_ctl.c
29617            ! proto.h t/op/eval.t
29618 ____________________________________________________________________________
29619 [ 18306] By: sky                                   on 2002/12/16  21:41:40
29620         Log: More documentation of obscure flags is good, even if the
29621              documentation might be not so good. Atleast it's not false!
29622              Documents the flags one can give to perl_clone
29623      Branch: perl
29624            ! sv.c
29625 ____________________________________________________________________________
29626 [ 18305] By: merijn                                on 2002/12/16  10:53:19
29627         Log: Enough changes to Configure and metaunits warrant an update.
29628              Several small changes and three additions
29629      Branch: perl
29630            ! Porting/Glossary
29631 ____________________________________________________________________________
29632 [ 18304] By: merijn                                on 2002/12/16  10:44:57
29633         Log: Redone #18011 from metaunits
29634      Branch: perl
29635            ! Configure
29636 ____________________________________________________________________________
29637 [ 18302] By: rgs                                   on 2002/12/14  22:34:25
29638         Log: Subject: Proper fix for CvOUTSIDE weak refcounting
29639              From: Dave Mitchell <davem@fdgroup.com>
29640              Date: Tue, 10 Dec 2002 01:26:44 +0000
29641              Message-ID: <20021210012644.A7843@fdgroup.com>
29642      Branch: perl
29643            ! cv.h dump.c embed.fnc ext/B/B/Deparse.pm ext/B/defsubs_h.PL
29644            ! ext/Devel/Peek/Peek.t op.c pad.c pod/perlapi.pod
29645            ! pod/perlintern.pod pp_ctl.c sv.c t/op/closure.t
29646 ____________________________________________________________________________
29647 [ 18300] By: rgs                                   on 2002/12/12  20:40:22
29648         Log: Subject: [patch] typo in perlop
29649              From: andreas.koenig@anima.de (Andreas J. Koenig)
29650              Date: Wed, 11 Dec 2002 21:31:14 +0100
29651              Message-ID: <m3k7igjo19.fsf@k242.linux.bogus>
29652      Branch: perl
29653            ! pod/perlop.pod
29654 ____________________________________________________________________________
29655 [ 18299] By: rgs                                   on 2002/12/12  20:35:29
29656         Log: Integrate from maint-5.8 : changes 18290-1, 18293-5, 18297
29657      Branch: perl
29658           !> ext/POSIX/POSIX.pod ext/POSIX/t/is.t ext/POSIX/t/posix.t
29659           !> pod/perlre.pod pod/perlretut.pod regexec.c t/op/pat.t
29660           !> t/op/subst.t
29661 ____________________________________________________________________________
29662 [ 18298] By: rgs                                   on 2002/12/12  20:00:36
29663         Log: Whitespace and indentation fix in the output of B::Debug.
29664      Branch: perl
29665            ! ext/B/B/Debug.pm
29666 ____________________________________________________________________________
29667 [ 18292] By: gbarr                                 on 2002/12/12  09:23:04
29668         Log: Update to Scalar-List-Utils 1.09
29669      Branch: perl
29670            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
29671            ! ext/List/Util/lib/List/Util.pm
29672 ____________________________________________________________________________
29673 [ 18287] By: gsar                                  on 2002/12/11  18:53:07
29674         Log: this has been incorrect for a while now, and has changed
29675              again recently
29676      Branch: perl
29677            ! Porting/repository.pod
29678 ____________________________________________________________________________
29679 [ 18285] By: hv                                    on 2002/12/11  10:35:01
29680         Log: Subject: [PATCH] Re: Precedence of ? :
29681              From: Stephen McCamant <smcc@mit.edu>
29682              Date: Tue, 10 Dec 2002 00:57:07 -0500 (EST)
29683              Message-Id: <20021210055707.974F073CCC@syllepsis>
29684      Branch: perl
29685            ! perly.c perly.y perly_c.diff pod/perldelta.pod t/op/cond.t
29686            ! vms/perly_c.vms
29687 ____________________________________________________________________________
29688 [ 18284] By: hv                                    on 2002/12/11  10:21:12
29689         Log: One more email address for #18282
29690      Branch: perl
29691            ! lib/Pod/Perldoc.pm
29692 ____________________________________________________________________________
29693 [ 18283] By: hv                                    on 2002/12/11  10:18:07
29694         Log: More email addresses for #18282
29695      Branch: perl
29696            ! hints/aix.sh hints/apollo.sh hints/epix.sh hints/freebsd.sh
29697            ! hints/irix_6.sh hints/isc.sh hints/isc_2.sh hints/machten.sh
29698            ! hints/machten_2.sh hints/openbsd.sh hints/os2.sh
29699            ! hints/os390.sh hints/sunos_4_1.sh hints/titanos.sh
29700            ! hints/ultrix_4.sh hints/umips.sh hints/utekv.sh
29701 ____________________________________________________________________________
29702 [ 18282] By: hv                                    on 2002/12/11  10:16:05
29703         Log: Subject: Remove stale e-mail addresses
29704              From: Andy Dougherty <doughera@lafayette.edu>
29705              Date: Wed, 20 Nov 2002 09:40:33 -0500 (EST)
29706              Message-ID: <Pine.SOL.4.10.10211200938110.19608-100000@maxwell.phys.lafayette.edu>
29707      Branch: perl
29708            ! Porting/pumpkin.pod configure.gnu
29709            ! ext/ODBM_File/hints/dec_osf.pl ext/ODBM_File/hints/hpux.pl
29710            ! ext/ODBM_File/hints/ultrix.pl ext/SDBM_File/sdbm/README.too
29711            ! lib/File/Spec.pm perly.fixer pod/checkpods.PL
29712 ____________________________________________________________________________
29713 [ 18281] By: hv                                    on 2002/12/11  09:59:31
29714         Log: Integrate from maint-5.8 #18156, #18218.
29715      Branch: perl
29716           !> lib/Unicode/UCD.t lib/unicore/Category.pl
29717           !> lib/unicore/SpecialCasing.txt lib/unicore/UnicodeData.txt
29718           !> lib/unicore/lib/C.pl lib/unicore/lib/Cf.pl
29719           !> lib/unicore/lib/Cntrl.pl lib/unicore/lib/Graph.pl
29720           !> lib/unicore/lib/P.pl lib/unicore/lib/Pd.pl
29721           !> lib/unicore/lib/Print.pl lib/unicore/lib/Punct.pl t/op/pack.t
29722 ____________________________________________________________________________
29723 [ 18280] By: rgs                                   on 2002/12/10  21:30:10
29724         Log: Integrate from the maint-5.8/ branch :
29725              changes 18219, 18236, 18242-3, 18247-8,
29726              18253-5, 18257, 18273-6
29727      Branch: perl
29728           +> t/op/lc_user.t
29729           !> MANIFEST hints/irix_6.sh lib/File/Copy.pm lib/utf8_heavy.pl
29730           !> pod/perldiag.pod pod/perlguts.pod pod/perlsec.pod
29731           !> pod/perlunicode.pod pp.c t/op/lc.t t/op/pat.t t/op/split.t
29732           !> t/uni/tr_utf8.t
29733 ____________________________________________________________________________
29734 [ 18279] By: merijn                                on 2002/12/10  14:10:03
29735         Log: Subject: Re: ANSIColor 1.06 released
29736              Version bump only after typo fix to sync with CPAN
29737      Branch: perl
29738            ! lib/Term/ANSIColor.pm
29739 ____________________________________________________________________________
29740 [ 18277] By: merijn                                on 2002/12/10  08:46:05
29741         Log: Subject: [PATCH perl@18251] VMS build update
29742              Message-ID: <3DF56BE2.9000300@mac.com>
29743              Date: Mon, 09 Dec 2002 22:21:54 -0600
29744              From: "Craig A. Berry" <craigberry@mac.com>
29745      Branch: perl
29746            ! configure.com ext/Time/HiRes/Makefile.PL
29747            ! vms/descrip_mms.template
29748 ____________________________________________________________________________
29749 [ 18272] By: merijn                                on 2002/12/09  15:31:28
29750         Log: RT#15950
29751
29752              Subject: [PATCH] Typo in Term::ANSIColor
29753              Date: Fri, 2 Aug 2002 14:13:19 -0700 (PDT)
29754              From: "Mr. Nobody" <mrnobo1024  at  yahoo.com>
29755      Branch: perl
29756            ! lib/Term/ANSIColor.pm
29757 ____________________________________________________________________________
29758 [ 18270] By: hv                                    on 2002/12/09  00:25:26
29759         Log: Subject: [perl #18256] xsubpp can make nested comments in C code
29760              From: Nicholas Clark (via RT) <perlbug@perl.org>
29761              Date: 7 Nov 2002 14:58:14 -0000
29762              Message-Id: <rt-18256-41218.19.7625495305233@bugs6.perl.org>
29763      Branch: perl
29764            ! lib/ExtUtils/xsubpp
29765 ____________________________________________________________________________
29766 [ 18269] By: hv                                    on 2002/12/09  00:19:33
29767         Log: Subject: Re: Bug in Filter::Simple
29768              From: Slaven Rezic <slaven.rezic@berlin.de>
29769              Date: 07 Nov 2002 10:01:41 +0100
29770              Message-ID: <87of91u51m.fsf@vran.herceg.de>
29771      Branch: perl
29772            ! ext/Filter/Util/Call/Call.xs ext/Filter/t/call.t
29773 ____________________________________________________________________________
29774 [ 18268] By: hv                                    on 2002/12/09  00:14:58
29775         Log: fix #18266 sprintf format mismatch
29776      Branch: perl
29777            ! regcomp.c
29778 ____________________________________________________________________________
29779 [ 18267] By: hv                                    on 2002/12/09  00:10:09
29780         Log: Subject: Re: [perl #18238] timezone and gmt offset as output by POSIX::strftime()  are sometimes wrong
29781              From: Slaven Rezic <slaven.rezic@berlin.de>
29782              Date: 09 Nov 2002 23:21:16 +0100
29783              Message-ID: <874raqz8o3.fsf@vran.herceg.de>
29784      Branch: perl
29785            ! config_h.SH ext/POSIX/t/posix.t util.c
29786 ____________________________________________________________________________
29787 [ 18266] By: hv                                    on 2002/12/09  00:02:57
29788         Log: Subject: Re: [perl #18107] lc(), uc() and ucfirst() broken inside utf8 regex
29789              From: Abhijit Menon-Sen <ams@wiw.org>
29790              Date: Wed, 6 Nov 2002 19:38:11 +0530
29791              Message-ID: <20021106193811.E20858@lustre.dyn.wiw.org>
29792      Branch: perl
29793            ! regcomp.c t/op/lc.t
29794 ____________________________________________________________________________
29795 [ 18265] By: rgs                                   on 2002/12/08  22:10:45
29796         Log: Subject: Re: [perl #18927] barewords with no errors
29797              From: Abe Timmerman <abe@ztreet.demon.nl>
29798              Date: Sun, 8 Dec 2002 17:12:56 +0100
29799              Message-Id: <200212081712.56102.abe@ztreet.demon.nl>
29800      Branch: perl
29801            ! t/lib/strict/subs
29802 ____________________________________________________________________________
29803 [ 18264] By: rgs                                   on 2002/12/08  22:04:39
29804         Log: Subject: Re: [perl #18165] "0" fails as right-hand argument to ..
29805              From: Slaven Rezic <slaven.rezic@berlin.de>
29806              Date: 30 Nov 2002 00:07:05 +0100
29807              Message-ID: <8765ugnffq.fsf@vran.herceg.de>
29808      Branch: perl
29809            ! pp_ctl.c t/cmd/for.t
29810 ____________________________________________________________________________
29811 [ 18263] By: rgs                                   on 2002/12/08  21:56:13
29812         Log: Subject: Re: [perl #18888] $Exporter::Verbose=1 does not work for testing, $Heavy::Verbose is not setting the value to $Exporter::Verbose
29813              From: Slaven Rezic <slaven.rezic@berlin.de>
29814              Date: 08 Dec 2002 01:31:45 +0100
29815              Message-ID: <874r9pmjv2.fsf@vran.herceg.de>
29816      Branch: perl
29817            ! lib/Exporter/Heavy.pm
29818 ____________________________________________________________________________
29819 [ 18262] By: rgs                                   on 2002/12/08  20:31:42
29820         Log: getservbyport() should accept an empty string as its
29821              proto argument (as does getservbyname()).
29822
29823              Subject: Re: Is this a bug or am I being stupid?
29824              From: Slaven Rezic <slaven.rezic@berlin.de>
29825              Date: 08 Dec 2002 01:54:37 +0100
29826              Message-ID: <87znrhl48i.fsf@vran.herceg.de>
29827      Branch: perl
29828            ! pp_sys.c
29829 ____________________________________________________________________________
29830 [ 18261] By: rgs                                   on 2002/12/08  20:17:37
29831         Log: Change the set of characters that are considered to be
29832              safe in $ENV{TERM} for taint checkings.
29833      Branch: perl
29834            ! taint.c
29835 ____________________________________________________________________________
29836 [ 18260] By: rgs                                   on 2002/12/08  20:14:57
29837         Log: Document that $ENV{TERM} may produce taint failures.
29838              Subject: Re: [perl #18717] spurious failures in regression test
29839              From: Slaven Rezic <slaven.rezic@berlin.de>
29840              Date: 29 Nov 2002 22:11:46 +0100
29841              Message-ID: <87hee0nkrx.fsf@vran.herceg.de>
29842      Branch: perl
29843            ! pod/perldiag.pod
29844 ____________________________________________________________________________
29845 [ 18259] By: rgs                                   on 2002/12/08  19:34:34
29846         Log: Subject: [PATCH] Re: [perl #18651] Hash::Util's lock_key() breaks hash
29847              From: Nicholas Clark <nick@unfortu.net>
29848              Date: Mon, 2 Dec 2002 21:48:29 +0000
29849              Message-ID: <20021202214828.GA284@Bagpuss.unfortu.net>
29850      Branch: perl
29851            ! hv.c lib/Hash/Util.t
29852 ____________________________________________________________________________
29853 [ 18251] By: rgs                                   on 2002/12/06  21:27:55
29854         Log: Fix two cases of buffer overflow in the lexer.
29855      Branch: perl
29856            ! t/comp/parser.t toke.c
29857 ____________________________________________________________________________
29858 [ 18250] By: rgs                                   on 2002/12/06  20:44:26
29859         Log: Fix bug #18874, essentially by reverting change #11890.
29860              Add a regression test for it.
29861      Branch: perl
29862            ! lib/English.pm lib/English.t
29863 ____________________________________________________________________________
29864 [ 18249] By: rgs                                   on 2002/12/06  20:42:01
29865         Log: Suppress a compilation warning reported by Jarkko
29866              (variable initialization skipped by goto).
29867      Branch: perl
29868            ! toke.c
29869 ____________________________________________________________________________
29870 [ 18239] By: jhi                                   on 2002/12/03  12:49:01
29871         Log: Fix up #18229.
29872      Branch: perl
29873            ! embedvar.h ext/threads/t/join.t perl.c perlapi.h perlvars.h
29874            ! pod/perlintern.pod
29875 ____________________________________________________________________________
29876 [ 18233] By: rgs                                   on 2002/12/02  20:03:09
29877         Log: Fix bug #18573 : in a double-quoted string, a \c not followed
29878              by any character may corrupt memory due to reading past the
29879              end of the input buffer. Add a new error message corresponding
29880              to this case.
29881      Branch: perl
29882            ! pod/perldiag.pod t/comp/parser.t toke.c
29883 ____________________________________________________________________________
29884 [ 18232] By: rgs                                   on 2002/12/02  19:59:07
29885         Log: Skip test #17 of lib/open.t when useperlio is not defined.
29886      Branch: perl
29887            ! lib/open.t
29888 ____________________________________________________________________________
29889 [ 18231] By: merijn                                on 2002/12/02  16:00:12
29890         Log: Subject: Re: [perl #15129] building a dynamically linked Perl 5.6.1 on HPUX 11.0
29891              Date: Mon, 2 Dec 2002 12:04:40 -0500 (EST)
29892              From: Andy Dougherty <doughera@lafayette.edu>
29893              Message-ID: <Pine.SOL.4.10.10212021200050.24023-100000@maxwell.phys.lafayette.edu>
29894      Branch: perl
29895            ! README.hpux
29896 ____________________________________________________________________________
29897 [ 18230] By: merijn                                on 2002/12/02  15:45:31
29898         Log: $0 modifying part II (HP-UX only)
29899
29900              Date: Sat, 30 Nov 2002 20:16:51 +0200
29901              From: Jarkko Hietaniemi <jhi@iki.fi>
29902              Subject: [PATCH] $0 modifying
29903              Message-ID: <20021130181651.GA5876@kosh.hut.fi>
29904      Branch: perl
29905            ! mg.c
29906 ____________________________________________________________________________
29907 [ 18229] By: merijn                                on 2002/12/02  15:43:16
29908         Log: $0 mofifying part I
29909
29910              Date: Sat, 30 Nov 2002 20:16:51 +0200
29911              From: Jarkko Hietaniemi <jhi@iki.fi>
29912              Subject: [PATCH] $0 modifying
29913              Message-ID: <20021130181651.GA5876@kosh.hut.fi>
29914      Branch: perl
29915            ! ext/threads/t/join.t makedef.pl mg.c perl.c pod/perlvar.pod
29916            ! sv.c t/op/magic.t thread.h
29917 ____________________________________________________________________________
29918 [ 18228] By: hv                                    on 2002/12/02  13:37:59
29919         Log: integrate Pod-Perldoc-3.07. This replaces the original inline perldoc
29920              with a module-driven version, and separates out its docs.
29921      Branch: perl
29922            + lib/Pod/Perldoc.pm lib/Pod/Perldoc/BaseTo.pm
29923            + lib/Pod/Perldoc/GetOptsOO.pm lib/Pod/Perldoc/ToChecker.pm
29924            + lib/Pod/Perldoc/ToMan.pm lib/Pod/Perldoc/ToNroff.pm
29925            + lib/Pod/Perldoc/ToPod.pm lib/Pod/Perldoc/ToRtf.pm
29926            + lib/Pod/Perldoc/ToText.pm lib/Pod/Perldoc/ToTk.pm
29927            + lib/Pod/Perldoc/ToXml.pm lib/Pod/Perldoc/t/checkerbasic.t
29928            + lib/Pod/Perldoc/t/perldocbasic.t lib/Pod/Perldoc/t/textbasic.t
29929            + pod/perldoc.pod
29930            ! MANIFEST utils/perldoc.PL
29931 ____________________________________________________________________________
29932 [ 18226] By: hv                                    on 2002/12/02  12:44:35
29933         Log: missed the new file from #18224
29934      Branch: perl
29935            + lib/Pod/PlainText.pm
29936            ! MANIFEST
29937 ____________________________________________________________________________
29938 [ 18225] By: hv                                    on 2002/12/02  03:09:42
29939         Log: integrate util.c fragment from #18200 to undef SA_RESTART on MacOS
29940      Branch: perl
29941            ! util.c
29942 ____________________________________________________________________________
29943 [ 18224] By: hv                                    on 2002/12/02  02:59:02
29944         Log: Integrate PodParser-1.20, with matching tweaks to lib/Pod/t/latex.t
29945              and lib/Pod/t/utils.t to cater for simpler output text.
29946      Branch: perl
29947            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm lib/Pod/Usage.pm
29948            ! lib/Pod/t/latex.t lib/Pod/t/utils.t pod/podselect.PL
29949            ! t/pod/emptycmd.t t/pod/for.t t/pod/headings.t t/pod/include.t
29950            ! t/pod/included.t t/pod/lref.t t/pod/lref.xr
29951            ! t/pod/multiline_items.t t/pod/multiline_items.xr
29952            ! t/pod/nested_items.t t/pod/nested_seqs.t t/pod/oneline_cmds.t
29953            ! t/pod/pod2usage.t t/pod/pod2usage.xr t/pod/poderrs.t
29954            ! t/pod/poderrs.xr t/pod/podselect.t t/pod/podselect.xr
29955            ! t/pod/special_seqs.t t/pod/special_seqs.xr t/pod/testp2pt.pl
29956 ____________________________________________________________________________
29957 [ 18223] By: hv                                    on 2002/12/02  02:46:17
29958         Log: Subject: [PATCH] SvFAKE lexicals in scope for all of the sub
29959              From: Dave Mitchell <davem@fdgroup.com>
29960              Date: Mon, 25 Nov 2002 21:25:33 +0000
29961              Message-ID: <20021125212533.B29157@fdgroup.com>
29962      Branch: perl
29963            ! ext/Devel/Peek/Peek.t pad.c t/op/closure.t
29964 ____________________________________________________________________________
29965 [ 18222] By: hv                                    on 2002/12/02  02:23:28
29966         Log: #18221 broke t/op/eval.t
29967      Branch: perl
29968            ! t/op/eval.t
29969 ____________________________________________________________________________
29970 [ 18221] By: hv                                    on 2002/12/02  02:18:19
29971         Log: integrate 5.8-maint: changes #18174 18187 18189-92 18202 18209 18214-5
29972      Branch: perl
29973           +> ext/POSIX/t/is.t
29974           !> INSTALL MANIFEST README.os2 ext/Fcntl/t/syslfs.t
29975           !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/Makefile.PL
29976           !> lib/Unicode/UCD.pm lib/Unicode/UCD.t pod/perldiag.pod
29977           !> t/op/eval.t t/op/grep.t t/op/lfs.t t/op/subst.t
29978 ____________________________________________________________________________
29979 [ 18220] By: hv                                    on 2002/12/02  00:58:54
29980         Log: Subject: [PATCH 2nd attempt] allow evals to see the full lexical scope
29981              From: Dave Mitchell <davem@fdgroup.com>
29982              Date: Sun, 24 Nov 2002 22:19:06 +0000
29983              Message-ID: <20021124221906.A25386@fdgroup.com>
29984      Branch: perl
29985            ! cop.h cv.h dump.c embed.fnc embed.h ext/B/B.pm ext/B/B.xs
29986            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Debug.pm
29987            ! ext/Devel/Peek/Peek.t op.c pad.c pod/perlintern.pod pp_ctl.c
29988            ! pp_hot.c proto.h sv.c sv.h t/op/eval.t toke.c
29989 ____________________________________________________________________________
29990 [ 18217] By: rgs                                   on 2002/11/29  12:11:28
29991         Log: Document the hint constants and where they're used.
29992      Branch: perl
29993            ! ext/re/re.pm lib/File/Basename.pm lib/charnames.pm
29994            ! lib/filetest.pm lib/open.pm lib/overload.pm lib/vmsish.pm
29995            ! perl.h
29996 ____________________________________________________________________________
29997 [ 18216] By: merijn                                on 2002/11/29  10:00:54
29998         Log: 64bit Peek failure on HP-UX 11.00
29999
30000              Subject: Re: Smoke 18188
30001              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
30002              From: Slaven Rezic <slaven.rezic@berlin.de>
30003              Date: 28 Nov 2002 19:25:25 +0100
30004              Message-ID: <877kexsga2.fsf@vran.herceg.de>
30005      Branch: perl
30006            ! ext/Devel/Peek/Peek.t
30007 ____________________________________________________________________________
30008 [ 18203] By: jhi                                   on 2002/11/28  14:54:34
30009         Log: Slight beauty tweak.
30010      Branch: perl
30011            ! intrpvar.h
30012 ____________________________________________________________________________
30013 [ 18188] By: hv                                    on 2002/11/27  01:32:52
30014         Log: Subject: Re: [perl #18203] Recursive call in PerlIO_find_layer
30015              From: Slaven Rezic <slaven.rezic@berlin.de>
30016              Date: 03 Nov 2002 10:59:43 +0100
30017              Message-ID: <877kfvnfcg.fsf@vran.herceg.de>
30018      Branch: perl
30019            ! embedvar.h intrpvar.h lib/open.t perlapi.h perlio.c
30020 ____________________________________________________________________________
30021 [ 18186] By: hv                                    on 2002/11/27  00:57:18
30022         Log: Subject: DESTROY called in scalar context ?
30023              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
30024              Date: Tue, 29 Oct 2002 22:04:23 +0100
30025              Message-Id: <20021029220423.6f8e6600.rgarciasuarez@free.fr>
30026      Branch: perl
30027            ! sv.c
30028 ____________________________________________________________________________
30029 [ 18185] By: rgs                                   on 2002/11/26  21:06:48
30030         Log: PerlFAQ sync.
30031      Branch: perl
30032            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
30033            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
30034            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
30035            ! pod/perlfaq9.pod
30036 ____________________________________________________________________________
30037 [ 18184] By: rgs                                   on 2002/11/26  20:42:25
30038         Log: Subject: [PATCH] 2 Pod errors in perlop.pod
30039              From: andreas.koenig@anima.de (Andreas J. Koenig)
30040              Date: Mon, 25 Nov 2002 10:21:08 +0100
30041              Message-ID: <m31y5admyj.fsf@k242.linux.bogus>
30042
30043              Plus a few similar POD fixes
30044      Branch: perl
30045            ! pod/perl570delta.pod pod/perl572delta.pod pod/perlop.pod
30046            ! pod/perltie.pod
30047 ____________________________________________________________________________
30048 [ 18183] By: rgs                                   on 2002/11/26  19:53:26
30049         Log: Subject: Re: [perl #18626] bug in perlipc man page
30050              From: Slaven Rezic <slaven.rezic@berlin.de>
30051              Date: 23 Nov 2002 21:23:20 +0100
30052              Message-ID: <87bs4gdohz.fsf@vran.herceg.de>
30053      Branch: perl
30054            ! pod/perlipc.pod
30055 ____________________________________________________________________________
30056 [ 18182] By: merijn                                on 2002/11/26  08:44:39
30057         Log: Subject: #17171: ld flag for shrplib on OpenBSD
30058              Date: Wed, 11 Sep 2002 13:44:12 -0600 (MDT)
30059              From: "Todd C. Miller" <Todd.Miller  at  courtesan.com>
30060      Branch: perl
30061            ! Configure
30062 ____________________________________________________________________________
30063 [ 18180] By: hv                                    on 2002/11/25  03:10:03
30064         Log: integrate #18144 updates to pod/perlport.pod
30065      Branch: perl
30066            ! pod/perlport.pod
30067 ____________________________________________________________________________
30068 [ 18179] By: hv                                    on 2002/11/25  03:06:44
30069         Log: Subject: [PATCH] UTF8 regexp {n} bug
30070              From: Inaba Hiroto <inaba@st.rim.or.jp>
30071              Date: Sat, 16 Nov 2002 19:23:00 +0900
30072              Message-ID: <3DD61C83.62FF9887@st.rim.or.jp>
30073      Branch: perl
30074            ! regcomp.c t/op/pat.t
30075 ____________________________________________________________________________
30076 [ 18178] By: hv                                    on 2002/11/25  02:43:40
30077         Log: Subject: Re: Storable bug #1698
30078              From: Slaven Rezic <slaven.rezic@berlin.de>
30079              Date: 18 Nov 2002 10:41:36 +0100
30080              Message-ID: <87ptt343lb.fsf@vran.herceg.de>
30081      Branch: perl
30082            ! ext/Storable/Storable.xs ext/Storable/t/blessed.t
30083            ! ext/Storable/t/forgive.t
30084 ____________________________________________________________________________
30085 [ 18177] By: hv                                    on 2002/11/25  02:37:07
30086         Log: add support for STASH and MAGIC information for REFs to sv_dump().
30087              Subject: [PATCH]
30088              From: Slaven Rezic <slaven.rezic@berlin.de>
30089              Date: Mon, 18 Nov 2002 11:09:51 +0100 (CET)
30090              Message-Id: <200211181009.gAIA9pFG034877@vran.herceg.de>
30091      Branch: perl
30092            ! dump.c ext/Devel/Peek/Peek.t
30093 ____________________________________________________________________________
30094 [ 18176] By: hv                                    on 2002/11/25  02:31:10
30095         Log: Subject: Re: [perl #18479] Error when no strict refs in effect
30096              From: Slaven Rezic <slaven.rezic@berlin.de>
30097              Date: 18 Nov 2002 22:50:04 +0100
30098              Message-ID: <87smxya6pf.fsf@vran.herceg.de>
30099      Branch: perl
30100            ! pp_ctl.c
30101 ____________________________________________________________________________
30102 [ 18175] By: hv                                    on 2002/11/25  02:20:48
30103         Log: Subject: [Encode] 1.83 + bleedperl patch released
30104              From: Dan Kogai <dankogai@dan.co.jp>
30105              Date: Tue, 19 Nov 2002 03:18:44 +0900
30106              Message-Id: <2C132F6D-FB22-11D6-87FC-0003939A104C@dan.co.jp>
30107      Branch: perl
30108            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
30109            ! ext/Encode/Encode.xs ext/Encode/MANIFEST ext/Encode/bin/enc2xs
30110            ! ext/Encode/lib/Encode/JP/JIS7.pm ext/Encode/t/rt.pl
30111            ! t/uni/tr_7jis.t t/uni/tr_sjis.t t/uni/tr_utf8.t
30112 ____________________________________________________________________________
30113 [ 18172] By: rgs                                   on 2002/11/22  21:44:09
30114         Log: Subject: [PATCH] Historic version labels
30115              From: andreas.koenig@anima.de (Andreas J. Koenig)
30116              Date: Fri, 22 Nov 2002 14:39:41 +0100
30117              Message-ID: <m3lm3loh9e.fsf@k242.linux.bogus>
30118      Branch: perl
30119            ! Changes5.005 Changes5.6
30120 ____________________________________________________________________________
30121 [ 18171] By: rgs                                   on 2002/11/22  21:15:54
30122         Log: A new test for $^S, based on a patch by Iain 'Spoon' Truskett.
30123              Fix the existing tests that didn't checked the difference
30124              between 0 and undef.
30125      Branch: perl
30126            ! t/op/magic.t
30127 ____________________________________________________________________________
30128 [ 18170] By: rgs                                   on 2002/11/22  20:49:12
30129         Log: Move some tests from t/run/fresh_perl.t
30130              to the new t/comp/parser.t. The goal being to
30131              get rid of fresh_perl.t at some point.
30132      Branch: perl
30133            ! t/comp/parser.t t/run/fresh_perl.t
30134 ____________________________________________________________________________
30135 [ 18169] By: rgs                                   on 2002/11/21  20:49:36
30136         Log: Add a test for bug #17920, and a new test file for it.
30137      Branch: perl
30138            + t/comp/parser.t
30139            ! MANIFEST
30140 ____________________________________________________________________________
30141 [ 18168] By: merijn                                on 2002/11/21  13:59:12
30142         Log: Subject: [PATCH] hires sleeping wants libs
30143              Date: Wed, 20 Nov 2002 17:18:31 +0200
30144              From: Jarkko Hietaniemi <jhi@iki.fi>
30145              Message-ID: <20021120151830.GC127060@lyta.hut.fi>
30146      Branch: perl
30147            ! Configure hints/irix_6.sh
30148 ____________________________________________________________________________
30149 [ 18166] By: rgs                                   on 2002/11/19  23:02:31
30150         Log: Fix perl bug #17920 : a case of parser coredump.
30151              The fix is to disable Perl_block_start and Perl_block_end
30152              when the yacc parser has encountered errors. This prevents
30153              corruption of the internal stack, at the expense of correctness,
30154              but this doesn't matter as the code is unparseable anyway.
30155      Branch: perl
30156            ! op.c
30157 ____________________________________________________________________________
30158 [ 18165] By: rgs                                   on 2002/11/19  22:45:36
30159         Log: Subject: Re: [PATCH] UTF-8 enabling via locale (was: Re: Redhat 8 issue?)
30160              From: Jarkko Hietaniemi <jhi@iki.fi>
30161              Date: Sun, 3 Nov 2002 17:50:08 +0200
30162              Message-ID: <20021103155008.GA382682@lyta.hut.fi>
30163      Branch: perl
30164            ! lib/open.pm locale.c pod/perl58delta.pod
30165 ____________________________________________________________________________
30166 [ 18164] By: rgs                                   on 2002/11/19  22:32:52
30167         Log: t/io/crlf.t failed with miniperl.
30168      Branch: perl
30169            ! t/io/crlf.t
30170 ____________________________________________________________________________
30171 [ 18163] By: rgs                                   on 2002/11/19  22:11:24
30172         Log: Subject: Re: [PATCH] AutoLoader gives wrong message
30173              From: Peter Scott <Peter@PSDT.com>
30174              Date: Thu, 07 Nov 2002 19:04:27 -0800
30175              Message-id: <4.3.2.7.2.20021107185902.00b93ec0@shell2.webquarry.com>
30176
30177              With a tweak to the END cleanup block to fully remove the
30178              temporary test directory
30179      Branch: perl
30180            ! lib/AutoLoader.t
30181 ____________________________________________________________________________
30182 [ 18162] By: rgs                                   on 2002/11/19  21:29:25
30183         Log: Subject: [PATCH ext/threads/threads.xs] trivial typo
30184              From: Dave Mitchell <davem@fdgroup.com>
30185              Date: Thu, 14 Nov 2002 22:55:39 +0000
30186              Message-ID: <20021114225539.A18614@fdgroup.com>
30187      Branch: perl
30188            ! ext/threads/threads.xs
30189 ____________________________________________________________________________
30190 [ 18161] By: rgs                                   on 2002/11/19  21:26:21
30191         Log: Subject: [PATCH Win32] Document wperl.exe
30192              From: "Brent Dax" <brentdax@cpan.org>
30193              Date: Fri, 15 Nov 2002 23:02:01 -0800
30194              Message-ID: <034e01c28d3e$0fed1680$6501a8c0@deepblue>
30195      Branch: perl
30196            ! README.win32
30197 ____________________________________________________________________________
30198 [ 18160] By: hv                                    on 2002/11/19  12:07:25
30199         Log: Subject: [PATCH] regen_headers outside Makefile (was Re: [PATCH] embed.pl doc)
30200              From: Nicholas Clark <nick@unfortu.net>
30201              Date: Tue, 29 Oct 2002 23:00:05 +0000
30202              Message-ID: <20021029230003.GF287@Bagpuss.unfortu.net>
30203      Branch: perl
30204            + regen.pl regen_headers.pl
30205            ! MANIFEST Makefile.SH autodoc.pl bytecode.pl embed.pl
30206            ! keywords.pl opcode.pl regcomp.pl
30207 ____________________________________________________________________________
30208 [ 18159] By: hv                                    on 2002/11/19  11:48:30
30209         Log: Subject: Re: [perl #18113] UNIVERSAL::AUTOLOAD doesn't work if the stash doesn't exist yet
30210              From: Gurusamy Sarathy <gsar@ActiveState.com>
30211              Date: Wed, 30 Oct 2002 20:58:15 -0800
30212              Message-Id: <200210310458.g9V4wFK00513@smtp3.ActiveState.com>
30213              Date: Wed, 30 Oct 2002 21:56:22 -0800
30214              Message-Id: <200210310556.g9V5uMK05748@smtp3.ActiveState.com>
30215              Date: Wed, 30 Oct 2002 22:55:30 -0800
30216              Message-Id: <200210310655.g9V6tUK10959@smtp3.ActiveState.com>
30217      Branch: perl
30218            ! gv.c pp_hot.c t/op/method.t
30219 ____________________________________________________________________________
30220 [ 18158] By: hv                                    on 2002/11/19  11:35:16
30221         Log: Remove duplicate my() declaration giving warnings from change #18105.
30222      Branch: perl
30223            ! lib/Class/Struct.t
30224 ____________________________________________________________________________
30225 [ 18154] By: rgs                                   on 2002/11/16  22:08:44
30226         Log: Correction to change #18152, by Dave Mitchell.
30227      Branch: perl
30228            ! pod/perlhack.pod
30229 ____________________________________________________________________________
30230 [ 18152] By: rgs                                   on 2002/11/16  21:23:15
30231         Log: Subject: Re: [PATCH] optional code for debugging leaking scalars
30232              From: Dave Mitchell <davem@fdgroup.com>
30233              Date: Sat, 16 Nov 2002 22:18:23 +0000
30234              Message-ID: <20021116221823.A23614@fdgroup.com>
30235              Documentation for change #18150.
30236      Branch: perl
30237            ! pod/perlhack.pod
30238 ____________________________________________________________________________
30239 [ 18151] By: rgs                                   on 2002/11/16  20:45:26
30240         Log: Document PRIVSHIFT.
30241              Subject: [PATCH] two small doc patches
30242              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
30243              Date: Thu, 14 Nov 2002 15:07:35 -0800
30244              Message-ID: <3yC19gzkguTO092yn@efn.org>
30245      Branch: perl
30246            ! sv.h
30247 ____________________________________________________________________________
30248 [ 18150] By: rgs                                   on 2002/11/16  20:25:57
30249         Log: Subject: [PATCH] optional code for debugging leaking scalars
30250              From: Dave Mitchell <davem@fdgroup.com>
30251              Date: Thu, 14 Nov 2002 23:03:00 +0000
30252              Message-ID: <20021114230300.B18614@fdgroup.com>
30253      Branch: perl
30254            ! perl.c sv.c
30255 ____________________________________________________________________________
30256 [ 18149] By: rgs                                   on 2002/11/16  20:10:50
30257         Log: New B::Lint option, bare-subs, that checks for implicitely
30258              quoted barewords that are also subroutines, from
30259              Ian Phillipps <ip@tarragon-et.co.uk>.
30260              Message-ID: <20021107122909.A11199@bob.tarragon-et.co.uk>
30261              With a few tweaks to the implementation and tests.
30262              (previous change was empty)
30263      Branch: perl
30264            ! ext/B/B/Lint.pm ext/B/t/lint.t
30265 ____________________________________________________________________________
30266 [ 18148] By: rgs                                   on 2002/11/16  20:05:34
30267         Log: New B::Lint option, bare-subs, that checks for implicitely
30268              quoted barewords that are also subroutines, from
30269              Ian Phillipps <ip@tarragon-et.co.uk>.
30270              Message-ID: <20021107122909.A11199@bob.tarragon-et.co.uk>
30271              With a few tweaks to the implementation and tests.
30272      Branch: perl
30273            ! ext/B/B/Lint.pm ext/B/t/lint.t
30274 ____________________________________________________________________________
30275 [ 18147] By: rgs                                   on 2002/11/16  19:52:54
30276         Log: Subject: [PATCH] Typo in perl58delta
30277              From: andreas.koenig@anima.de (Andreas J. Koenig)
30278              Date: Sat, 16 Nov 2002 16:29:14 +0100
30279              Message-ID: <m3u1ihjzxx.fsf@k242.linux.bogus>
30280      Branch: perl
30281            ! pod/perl58delta.pod
30282 ____________________________________________________________________________
30283 [ 18142] By: rgs                                   on 2002/11/12  22:09:39
30284         Log: Subject: [PATCH] Re: threads and Win2000 (Smoke 18064 FAIL(F) MSWin32 5.0 W2000Pro)
30285              From: Dave Mitchell <davem@fdgroup.com>
30286              Date: Thu, 7 Nov 2002 16:38:02 +0000
30287              Message-ID: <20021107163802.C25337@fdgroup.com>
30288      Branch: perl
30289            ! pad.h
30290 ____________________________________________________________________________
30291 [ 18141] By: merijn                                on 2002/11/12  16:15:30
30292         Log: repair 18139 (missing awk command)
30293      Branch: perl
30294            ! Configure
30295 ____________________________________________________________________________
30296 [ 18139] By: merijn                                on 2002/11/12  14:20:36
30297         Log: Date: Tue, 12 Nov 2002 16:49:22 +0200
30298              From: Jarkko Hietaniemi <jhi@iki.fi>
30299              Subject: [PATCH] Tru64 osvers
30300              Message-ID: <20021112144922.GI511825@lyta.hut.fi>
30301      Branch: perl
30302            ! Configure
30303 ____________________________________________________________________________
30304 [ 18137] By: rgs                                   on 2002/11/10  21:57:04
30305         Log: Subject: [PATCH] warning fix in SYNOPSIS example of Term::ReadLine pod
30306              From: Slaven Rezic <slaven.rezic@berlin.de>
30307              Date: Sat, 9 Nov 2002 22:31:31 +0100 (CET)
30308              Message-Id: <200211092131.gA9LVVAV007663@vran.herceg.de>
30309      Branch: perl
30310            ! lib/Term/ReadLine.pm
30311 ____________________________________________________________________________
30312 [ 18136] By: rgs                                   on 2002/11/10  21:38:44
30313         Log: Subject: t/run/runenv.t bug
30314              From: Salvador "Fandiño" <sfandino@yahoo.com>
30315              Date: Fri, 8 Nov 2002 08:07:13 -0800 (PST)
30316              Message-ID: <20021108160713.78109.qmail@web13409.mail.yahoo.com>
30317      Branch: perl
30318            ! t/run/runenv.t
30319 ____________________________________________________________________________
30320 [ 18135] By: rgs                                   on 2002/11/10  21:30:36
30321         Log: Subject: [PATCH] perlopentut and PerlIO documentation
30322              From: Slaven Rezic <slaven.rezic@berlin.de>
30323              Date: 08 Nov 2002 22:22:19 +0100
30324              Message-ID: <8765v7kb90.fsf@vran.herceg.de>
30325      Branch: perl
30326            ! lib/PerlIO.pm pod/perlopentut.pod
30327 ____________________________________________________________________________
30328 [ 18125] By: hv                                    on 2002/11/07  14:01:57
30329         Log: Subject: Re: The Inaba patch for tr/// vs. use encoding
30330              From: Dan Kogai <dankogai@dan.co.jp>
30331              Date: Fri, 25 Oct 2002 13:04:00 +0900
30332              Message-Id: <CAC896FE-E7CE-11D6-9228-0003939A104C@dan.co.jp>
30333      Branch: perl
30334            + t/uni/tr_7jis.t t/uni/tr_eucjp.t t/uni/tr_sjis.t
30335            + t/uni/tr_utf8.t
30336            ! MANIFEST
30337 ____________________________________________________________________________
30338 [ 18124] By: hv                                    on 2002/11/07  13:51:39
30339         Log: Subject: [PATCH] File::Temp documentation fix
30340              From: Slaven Rezic <slaven.rezic@berlin.de>
30341              Date: Thu, 24 Oct 2002 19:04:20 +0200 (CEST)
30342              Message-Id: <200210241704.g9OH4KlR030883@vran.herceg.de>
30343      Branch: perl
30344            ! lib/File/Temp.pm
30345 ____________________________________________________________________________
30346 [ 18123] By: hv                                    on 2002/11/07  13:46:59
30347         Log: Subject: PATCH x2p/find2perl.PL
30348              From: "Newton, Philip" <Philip.Newton@datenrevision.de>
30349              Date: Thu, 24 Oct 2002 10:05:19 +0200
30350              Message-ID: <C9A98F2128EDD411B0920008C7B337A13DCF41@hamsem01.de.gedas.vwg>
30351      Branch: perl
30352            ! x2p/find2perl.PL
30353 ____________________________________________________________________________
30354 [ 18122] By: hv                                    on 2002/11/07  13:40:25
30355         Log: Subject: [perl #18065] LFS related bug in perl-5.8.0 testsuite
30356              From: "david@dhaller.de (via RT)" <perlbug@perl.org>
30357              Date: 23 Oct 2002 18:42:51 -0000
30358              Message-Id: <rt-18065-40384.14.044473925414@bugs6.perl.org>
30359      Branch: perl
30360            ! ext/Fcntl/t/syslfs.t t/op/lfs.t
30361 ____________________________________________________________________________
30362 [ 18121] By: hv                                    on 2002/11/07  13:21:15
30363         Log: Subject: Re: [perl #18038] DESTROY change in 5.8.0?
30364              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
30365              Date: Sun, 03 Nov 2002 15:48:18 -0800
30366              Message-ID: <CXbx9gzkgS8W092yn@efn.org>
30367      Branch: perl
30368            ! sv.c t/op/tie.t
30369 ____________________________________________________________________________
30370 [ 18120] By: hv                                    on 2002/11/07  13:14:21
30371         Log: Subject: Re: Is this true that Perl 5.8 uses :crlf as default DISCIPLINE on so ckets?
30372              From: Gurusamy Sarathy <gsar@ActiveState.com>
30373              Date: Sat, 19 Oct 2002 12:11:43 -0700
30374              Message-Id: <200210191911.g9JJBhK02618@smtp3.ActiveState.com>
30375      Branch: perl
30376            ! doio.c ext/DB_File/t/db-recno.t perl.h pp_sys.c win32/win32.h
30377 ____________________________________________________________________________
30378 [ 18119] By: hv                                    on 2002/11/07  12:13:28
30379         Log: Subject: [perl #18154] Problem found in calculating offsets in regex
30380              From: Mark Pease (via RT) <perlbug@perl.org>
30381              Date: 29 Oct 2002 20:23:54 -0000
30382              Message-Id: <rt-18154-40762.0.46361502706489@bugs6.perl.org>
30383      Branch: perl
30384            ! regcomp.c
30385 ____________________________________________________________________________
30386 [ 18118] By: hv                                    on 2002/11/07  11:33:38
30387         Log: Subject: Re: [perl #17605] strange behaviour (difference between perl 5.6 and perl 5.8.0) in the regexp
30388              From: hv@crypt.org
30389              Date: Sun, 03 Nov 2002 16:41:24 +0000
30390              Message-Id: <200211031641.gA3GfOm08609@crypt.compulink.co.uk>
30391      Branch: perl
30392            ! ext/B/B/Concise.pm op.c pp_hot.c t/op/closure.t
30393            ! t/op/sub_lval.t
30394 ____________________________________________________________________________
30395 [ 18117] By: rgs                                   on 2002/11/06  22:15:36
30396         Log: "make distclean" should remove the generated file lib/Config.pod.
30397      Branch: perl
30398            ! Makefile.SH
30399 ____________________________________________________________________________
30400 [ 18116] By: rgs                                   on 2002/11/06  22:11:06
30401         Log: The new test introduced in #18114 failed with threads
30402      Branch: perl
30403            ! ext/B/t/concise.t
30404 ____________________________________________________________________________
30405 [ 18115] By: rgs                                   on 2002/11/06  20:43:14
30406         Log: Subject: Re: [perl #18048] read \*FH, ... returns undef but doesn' t set $! if \*FH not open
30407              From: Slaven Rezic <slaven.rezic@berlin.de>
30408              Date: 24 Oct 2002 00:44:35 +0200
30409              Message-ID: <87vg3sixm4.fsf@vran.herceg.de>
30410      Branch: perl
30411            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c t/io/binmode.t
30412            ! t/io/print.t t/io/read.t t/lib/warnings/pp_sys
30413 ____________________________________________________________________________
30414 [ 18114] By: rgs                                   on 2002/11/06  20:08:53
30415         Log: Subject: Re: [PATCH] [perl #18175] B::Concise,-exec doesn't handle // operator well
30416              From: Stephen McCamant <smcc@mit.edu>
30417              Date: Thu, 31 Oct 2002 01:35:29 -0500
30418              Message-ID: <15808.53041.181907.308803@syllepsis.MIT.EDU>
30419
30420              plus a test case in ext/B/t/concise.t
30421              plus a (less intrusive, but less future-proof) fix for a
30422              similar problem in B::walkoptree_exec().
30423      Branch: perl
30424            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/t/concise.t
30425 ____________________________________________________________________________
30426 [ 18113] By: rgs                                   on 2002/11/05  20:11:55
30427         Log: make regen_headers.
30428              Backport change #18078 to warnings.pl.
30429      Branch: perl
30430            ! global.sym perlapi.c perlapi.h proto.h warnings.pl
30431 ____________________________________________________________________________
30432 [ 18109] By: ams                                   on 2002/11/05  13:03:34
30433         Log: Subject: Re: [perl #18107] lc(), uc() and ucfirst() broken inside utf8 regex
30434              From: hv@crypt.org
30435              Date: Tue, 05 Nov 2002 13:30:00 +0000
30436              Message-Id: <200211051330.gA5DU0p00718@crypt.compulink.co.uk>
30437
30438              This is half of the fix for #18107. The swash_init() problems
30439              described in <20021105143646.M18101@lustre.dyn.wiw.org> remain,
30440              but can now be seen only with UTF-8 test cases.
30441      Branch: perl
30442            ! pp.c
30443 ____________________________________________________________________________
30444 [ 18108] By: merijn                                on 2002/11/05  07:52:08
30445         Log: Put back the DO NOT EDIT headers in proto.h and global.sym
30446
30447              Subject: Re: [perl #18066] Bug in -I when path has double colons?
30448              From: Slaven Rezic <slaven.rezic@berlin.de>
30449              Date: 03 Nov 2002 10:25:10 +0100
30450              Message-ID: <87adkrngy1.fsf@vran.herceg.de>
30451      Branch: perl
30452            ! embed.pl
30453 ____________________________________________________________________________
30454 [ 18107] By: ams                                   on 2002/11/05  03:43:46
30455         Log: 1. Update pp_ucfirst to enter the UTF-8 branch only if the first
30456              character is UTF-8. (Copied from pp_lcfirst.)
30457              2. sv_dump() should display FLAGS=...,UTF8 for both POK and pPOK.
30458      Branch: perl
30459            ! dump.c pp.c
30460 ____________________________________________________________________________
30461 [ 18106] By: hv                                    on 2002/11/05  01:43:27
30462         Log: new test based on:
30463              Subject: [TEST] for [PATCH] bug in utf8.c(?)
30464              From: Marty Pauley <marty+p5p@kasei.com>
30465              Date: Fri, 18 Oct 2002 21:02:38 +0100
30466              Message-ID: <20021018200238.GY3764@soto.kasei.com>
30467      Branch: perl
30468            ! lib/utf8.t
30469 ____________________________________________________________________________
30470 [ 18105] By: hv                                    on 2002/11/05  00:59:30
30471         Log: Subject: Re: Class::Struct, simple patch, tests
30472              From: Marty Pauley <marty+p5p@kasei.com>
30473              Date: Fri, 18 Oct 2002 22:26:38 +0100
30474              Message-ID: <20021018212638.GB3764@soto.kasei.com>
30475      Branch: perl
30476            ! lib/Class/Struct.pm lib/Class/Struct.t
30477 ____________________________________________________________________________
30478 [ 18102] By: rgs                                   on 2002/11/04  21:43:53
30479         Log: Subject: Re: [perl #18066] Bug in -I when path has double colons?
30480              From: Slaven Rezic <slaven.rezic@berlin.de>
30481              Date: 30 Oct 2002 11:18:47 +0100
30482              Message-ID: <87of9c2prs.fsf@vran.herceg.de>
30483
30484              With the corresponding change to embed.fnc
30485      Branch: perl
30486            + t/run/switchI.t
30487            ! MANIFEST embed.fnc embed.h embedvar.h global.sym perl.c
30488            ! proto.h t/run/runenv.t
30489 ____________________________________________________________________________
30490 [ 18094] By: merijn                                on 2002/11/04  16:08:22
30491         Log: Changed the warning detection pattern because of:
30492
30493              Subject: ccache gcc3.2 doesn't work
30494              From: Nicholas Clark <nick@ccl4.org>
30495              Date: Tue, 29 Oct 2002 15:01:39
30496              Message-ID: <20021029150139.J82080@plum.flirble.org>
30497      Branch: perl
30498            ! Configure
30499 ____________________________________________________________________________
30500 [ 18093] By: jhi                                   on 2002/11/04  16:06:39
30501         Log: s/Perlf/Perl/ (thanks rgs)
30502      Branch: perl
30503            ! pod/perldiag.pod
30504 ____________________________________________________________________________
30505 [ 18091] By: jhi                                   on 2002/11/04  15:50:07
30506         Log: How pre-5.9.0 Perl can be fooled by a defined-or.
30507      Branch: perl
30508            ! pod/perldiag.pod
30509 ____________________________________________________________________________
30510 [ 18090] By: hv                                    on 2002/11/04  15:49:29
30511         Log: extend #13786 to cover the other four identical chunks of code
30512              to avoid looping under overload.
30513      Branch: perl
30514            ! sv.c
30515 ____________________________________________________________________________
30516 [ 18088] By: merijn                                on 2002/11/04  15:37:06
30517         Log: Charnames take 4
30518              Mon, 04 Nov 2002; H.Merijn Brand <h.m.brand@hccnet.nl>
30519      Branch: perl
30520            ! lib/charnames.pm lib/charnames.t
30521 ____________________________________________________________________________
30522 [ 18086] By: hv                                    on 2002/11/04  15:16:34
30523         Log: integrate from perlio: changes #17709, #17795, #17796, #18032
30524      Branch: perl
30525           !> Porting/apply ext/PerlIO/t/encoding.t ext/PerlIO/t/via.t
30526           !> ext/PerlIO/via/via.xs perlio.c t/io/crlf.t
30527 ____________________________________________________________________________
30528 [ 18085] By: hv                                    on 2002/11/04  12:17:12
30529         Log: Subject: Re: [perl #17064] illegal legal unicode character
30530              From: hv@crypt.org
30531              Date: Mon, 04 Nov 2002 13:23:49 +0000
30532              Message-Id: <200211041323.gA4DNn313132@crypt.compulink.co.uk>
30533      Branch: perl
30534            ! regexec.c t/op/split.t
30535 ____________________________________________________________________________
30536 [ 18084] By: merijn                                on 2002/11/04  11:04:45
30537         Log: Tru64, gcc -O3, datasize
30538              Sun, 3 Nov 2002; Jarkko Hietaniemi <jhi@iki.fi>
30539      Branch: perl
30540            ! README.tru64 hints/dec_osf.sh
30541 ____________________________________________________________________________
30542 [ 18083] By: merijn                                on 2002/11/04  10:58:52
30543         Log: Typo configpm
30544              Mon, 4 Nov 2002; Rafael Garcia-Suarez <rgarciasuarez@free.fr>
30545      Branch: perl
30546            ! configpm
30547 ____________________________________________________________________________
30548 [ 18078] By: hv                                    on 2002/11/03  13:20:50
30549         Log: avoid reliance on croak() prototype
30550      Branch: perl
30551            ! lib/warnings.pm
30552 ____________________________________________________________________________
30553 [ 18077] By: hv                                    on 2002/11/03  13:18:17
30554         Log: Subject: [PATCH lib/Config.*] Document and test Config::config_re().
30555              (with tweaks)
30556              From: Michael G Schwern <schwern@pobox.com>
30557              Date: Wed, 4 Sep 2002 12:06:08 -0700
30558              Message-ID: <20020904190607.GG8367@ool-18b93024.dyn.optonline.net>
30559      Branch: perl
30560            ! configpm lib/Config.t
30561 ____________________________________________________________________________
30562 [ 18076] By: gbarr                                 on 2002/11/03  10:11:18
30563         Log: Update to Scalar-List-Utils 1.08
30564      Branch: perl
30565            + ext/List/Util/t/isvstring.t ext/List/Util/t/refaddr.t
30566            ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/README
30567            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
30568            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/first.t
30569            ! ext/List/Util/t/reduce.t
30570 ____________________________________________________________________________
30571 [ 18075] By: rgs                                   on 2002/10/31  20:58:12
30572         Log: Adjust the number of tests in t/op/range.t
30573      Branch: perl
30574            ! t/op/range.t
30575 ____________________________________________________________________________
30576 [ 18074] By: ams                                   on 2002/10/30  22:30:32
30577         Log: Subject: Re: [perl #18114] [no subject] BUG: "-4\n".."0\n" is not DWIM
30578              but "-4\n".."-0\n" is!
30579              From: Slaven Rezic <slaven.rezic@berlin.de>
30580              Date: 30 Oct 2002 16:22:36 +0100
30581              Message-Id: <87n0ow0x4z.fsf@vran.herceg.de>
30582
30583              Subject: RE: [perl #18114] [no subject] [TEST PATCH]BUG: "-4\n".."0\n"
30584              is not DWIM but "-4\n".."-0\n" is!
30585              From: "Orton, Yves" <yves.orton@mciworldcom.de>
30586              Date: Wed, 30 Oct 2002 11:59:31 -0000
30587              Message-Id: <71B318898201D311845C0008C75DAD1C07B78BF7@defra1ex2>
30588
30589              (Applied over previous fix.)
30590      Branch: perl
30591            ! pp_ctl.c t/op/range.t
30592 ____________________________________________________________________________
30593 [ 18073] By: ams                                   on 2002/10/30  19:47:12
30594         Log: Subject: [perl #18165] "0" fails as right-hand argument to ..
30595              From: Mark-Jason Dominus (via RT) <perlbug@perl.org>
30596              Date: 30 Oct 2002 17:27:53 -0000
30597              Message-Id: <rt-18165-40816.6.86096008382222@bugs6.perl.org>
30598
30599              (Fixed by making an exception for .."0" in pp_flop.)
30600      Branch: perl
30601            ! pp_ctl.c t/op/range.t
30602 ____________________________________________________________________________
30603 [ 18072] By: rgs                                   on 2002/10/29  20:37:31
30604         Log: Partial fix of bug [perl #17589] : prevent the parser to
30605              segfault when encountering the erroneous construct "sub;".
30606      Branch: perl
30607            ! pod/perldiag.pod t/op/anonsub.t toke.c
30608 ____________________________________________________________________________
30609 [ 18071] By: rgs                                   on 2002/10/28  21:57:25
30610         Log: Subject: RE: [PATCH] Warning on pararameterless 'use IO' and doc update
30611              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
30612              Date: Mon, 28 Oct 2002 12:53:52 -0000
30613              Message-ID: <AIEAJICLCBDNAAOLLOKLAEOEFLAA.Paul.Marquess@btinternet.com>
30614      Branch: perl
30615            ! ext/IO/IO.pm ext/IO/lib/IO/t/IO.t
30616 ____________________________________________________________________________
30617 [ 18070] By: rgs                                   on 2002/10/28  20:46:33
30618         Log: Subject: [PATCH] Re: Not OK: perl v5.9.0 +DEVEL17881 on i386-freebsd 4.6-release (UNINSTALLED)
30619              From: Nicholas Clark <nick@unfortu.net>
30620              Date: Sun, 27 Oct 2002 18:39:03 +0000
30621              Message-ID: <20021027183902.GJ292@Bagpuss.unfortu.net>
30622      Branch: perl
30623            ! util.c
30624 ____________________________________________________________________________
30625 [ 18069] By: rgs                                   on 2002/10/28  20:44:12
30626         Log: Subject: [PATCH] Re: [PATCH] Re: [perl #17772] pack "w" /* this cannot happen ;-) */ is fallacious
30627              From: Nicholas Clark <nick@unfortu.net>
30628              Date: Sun, 27 Oct 2002 22:31:08 +0000
30629              Message-ID: <20021027223108.GK292@Bagpuss.unfortu.net>
30630      Branch: perl
30631            ! t/op/pack.t
30632 ____________________________________________________________________________
30633 [ 18068] By: merijn                                on 2002/10/27  17:57:15
30634         Log: Repair broken previous patch. I don't like it, but not repairing it
30635              breaks each and every build. Will teach me to test on the same
30636              machine where I patched it. Sorry.
30637      Branch: perl
30638            ! embed.pl
30639 ____________________________________________________________________________
30640 [ 18067] By: merijn                                on 2002/10/27  06:02:21
30641         Log: embed.pl doc. (embed.pl reorganization for doc headers)
30642              Wed, 23 Oct 2002; Jarkko Hietaniemi <jhi@iki.fi>
30643              With some additional modifications
30644      Branch: perl
30645            ! embed.pl
30646 ____________________________________________________________________________
30647 [ 18064] By: merijn                                on 2002/10/25  11:47:07
30648         Log: The 5005thread todo list; 2 down 25 to go
30649      Branch: perl
30650            ! README.irix README.tru64
30651 ____________________________________________________________________________
30652 [ 18063] By: hv                                    on 2002/10/25  00:28:48
30653         Log: change #18038 gives too many problems on t/450_service.t; disable
30654              it for now
30655      Branch: perl
30656            ! lib/Net/Ping/t/450_service.t
30657 ____________________________________________________________________________
30658 [ 18062] By: hv                                    on 2002/10/25  00:21:17
30659         Log: Subject: [PATCH] DB_File 1.806
30660              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
30661              Date: Tue, 22 Oct 2002 11:16:21 +0100
30662              Message-ID: <AIEAJICLCBDNAAOLLOKLCEDMFLAA.Paul.Marquess@btinternet.com>
30663      Branch: perl
30664            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
30665            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
30666            ! ext/DB_File/t/db-hash.t ext/DB_File/t/db-recno.t
30667 ____________________________________________________________________________
30668 [ 18061] By: hv                                    on 2002/10/25  00:13:07
30669         Log: Subject: [PATCH lib/IO.t] Add tests for IO.pm
30670              From: chromatic <chromatic@wgz.org>
30671              Date: Mon, 21 Oct 2002 20:27:43 -0700
30672              Message-ID: <20021022033253.57952.qmail@onion.perl.org>
30673      Branch: perl
30674            + ext/IO/lib/IO/t/IO.t
30675            ! MANIFEST lib/Net/Ping/t/450_service.t
30676 ____________________________________________________________________________
30677 [ 18060] By: hv                                    on 2002/10/24  23:54:50
30678         Log: 2 lines of change #18039 had several problems
30679      Branch: perl
30680            ! ext/IO/IO.pm
30681 ____________________________________________________________________________
30682 [ 18059] By: hv                                    on 2002/10/24  23:46:29
30683         Log: Subject: [perl #18036] perldoc refuses to run on BeOS
30684              From: "mauzo@csv.warwick.ac.uk (via RT)" <perlbug@perl.org>
30685              Date: 21 Oct 2002 10:18:50 -0000
30686              Message-Id: <rt-18036-40246.15.4017814246886@bugs6.perl.org>
30687      Branch: perl
30688            ! utils/perldoc.PL
30689 ____________________________________________________________________________
30690 [ 18058] By: hv                                    on 2002/10/24  23:36:48
30691         Log: Subject: The Inaba patch for tr/// vs. use encoding
30692              From: Dan Kogai <dankogai@dan.co.jp>
30693              Date: Mon, 21 Oct 2002 17:36:02 +0900
30694              Message-Id: <218B4434-E4D0-11D6-A668-0003939A104C@dan.co.jp>
30695      Branch: perl
30696            ! mg.c regcomp.c sv.c toke.c
30697 ____________________________________________________________________________
30698 [ 18057] By: hv                                    on 2002/10/24  23:16:15
30699         Log: Subject: [Encode] 1.80 released
30700              From: Dan Kogai <dankogai@dan.co.jp>
30701              Date: Tue, 22 Oct 2002 05:47:16 +0900
30702              Message-Id: <48F1B85D-E536-11D6-A87D-0003939A104C@dan.co.jp>
30703      Branch: perl
30704            + ext/Encode/bin/ucmsort ext/Encode/t/rt.pl
30705            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Changes
30706            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
30707            ! ext/Encode/lib/Encode/MIME/Header.pm
30708            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/CJKT.t
30709            ! ext/Encode/t/jperl.t ext/Encode/t/mime-header.t
30710            ! ext/Encode/ucm/cp932.ucm ext/Encode/ucm/cp936.ucm
30711            ! ext/Encode/ucm/cp949.ucm ext/Encode/ucm/cp950.ucm
30712 ____________________________________________________________________________
30713 [ 18056] By: hv                                    on 2002/10/24  22:48:06
30714         Log: Subject: [PATCH] B/C.pm: make $0 to argv[0] again
30715              From: Autrijus Tang <autrijus@autrijus.org>
30716              Date: Sat, 19 Oct 2002 17:51:57 +0800
30717              Message-ID: <20021019095157.GA430@not.autrijus.org>
30718      Branch: perl
30719            ! ext/B/B/C.pm
30720 ____________________________________________________________________________
30721 [ 18055] By: hv                                    on 2002/10/24  22:34:10
30722         Log: Reverse change #8066 and sense of test, to satisfy [perl #17763]
30723      Branch: perl
30724            ! pp_sys.c t/run/fresh_perl.t
30725 ____________________________________________________________________________
30726 [ 18054] By: hv                                    on 2002/10/24  22:17:40
30727         Log: change #18030 needs the removal of ext/Thread/thr5005.t
30728      Branch: perl
30729            - ext/Thread/thr5005.t
30730 ____________________________________________________________________________
30731 [ 18053] By: merijn                                on 2002/10/24  08:20:09
30732         Log: charnames pragma extended with :alias for customized
30733              unicode naming aliases
30734              Mon, 21 Oct 2002; "H.Merijn Brand" <h.m.brand@hccnet.nl>
30735      Branch: perl
30736            ! lib/charnames.pm lib/charnames.t
30737 ____________________________________________________________________________
30738 [ 18052] By: rgs                                   on 2002/10/23  19:16:50
30739         Log: Further tweaks to perlmodlib.pod.
30740              Add a note about perllocal.pod, which wasn't documented.
30741      Branch: perl
30742            ! pod/perlmodlib.PL pod/perlmodlib.pod
30743 ____________________________________________________________________________
30744 [ 18051] By: rgs                                   on 2002/10/23  18:56:08
30745         Log: Further tweaks to perluniintro.pod
30746      Branch: perl
30747            ! pod/perluniintro.pod
30748 ____________________________________________________________________________
30749 [ 18050] By: rgs                                   on 2002/10/22  19:11:12
30750         Log: perlmodlib.pod nit suggested by David Dyck (bug #18055)
30751              Regenerate perlmodlib.pod
30752      Branch: perl
30753            ! pod/perlmodlib.PL pod/perlmodlib.pod
30754 ____________________________________________________________________________
30755 [ 18049] By: rgs                                   on 2002/10/22  18:48:00
30756         Log: Subject: [PATCH] perluniintro
30757              From: Jarkko Hietaniemi <jhi@iki.fi>
30758              Date: Sun, 20 Oct 2002 15:48:09 +0300
30759              Message-ID: <20021020124809.GE444369@lyta.hut.fi>
30760      Branch: perl
30761            ! pod/perluniintro.pod
30762 ____________________________________________________________________________
30763 [ 18048] By: hv                                    on 2002/10/22  17:04:26
30764         Log: Subject: [PATCH] PL_curpad == AvARRAY(PL_comppad) always
30765              From: Dave Mitchell <davem@fdgroup.com>
30766              Date: Fri, 18 Oct 2002 13:36:40 +0100
30767              Message-ID: <20021018133640.A19172@fdgroup.com>
30768      Branch: perl
30769            ! cop.h embed.fnc ext/List/Util/Util.xs global.sym op.c pad.c
30770            ! pad.h perl.c perlapi.h pod/perlintern.pod pp_ctl.c proto.h
30771            ! regcomp.c regexec.c scope.c scope.h sv.c t/op/closure.t
30772 ____________________________________________________________________________
30773 [ 18047] By: hv                                    on 2002/10/22  16:20:18
30774         Log: Subject: [PATCH] AutoLoader gives wrong message
30775              From: Peter Scott <peter@psdt.com>
30776              Date: Thu, 17 Oct 2002 19:54:56 -0700
30777              Message-id: <4.3.2.7.2.20021017192450.00b3dce0@shell2.webquarry.com>
30778      Branch: perl
30779            ! lib/AutoLoader.pm
30780 ____________________________________________________________________________
30781 [ 18046] By: hv                                    on 2002/10/22  15:52:40
30782         Log: Subject: Re: Smoke 18027 FAIL(F) MSWin32 5.0 Win2000Pro (MSWin32-x86)
30783              From: Alain Barbet <alian@alianwebserver.com>
30784              Date: Fri, 18 Oct 2002 15:29:29 +0200
30785              Message-ID: <3DB00CB9.70708@alianwebserver.com>
30786      Branch: perl
30787            ! README.win32 win32/makefile.mk win32/win32.c
30788 ____________________________________________________________________________
30789 [ 18045] By: hv                                    on 2002/10/22  15:47:21
30790         Log: improve 'atomicity' wording
30791      Branch: perl
30792            ! lib/filetest.pm
30793 ____________________________________________________________________________
30794 [ 18044] By: hv                                    on 2002/10/22  15:43:55
30795         Log: Subject: [PATCH] Shell.pm object methods broken
30796              From: Dan Brook <dbrook@easyspace.com>
30797              Date: Thu, 17 Oct 2002 16:05:04 +0100
30798              Message-Id: <20021017160504.63926a1b.dbrook@easyspace.com>
30799      Branch: perl
30800            ! lib/Shell.pm lib/Shell.t
30801 ____________________________________________________________________________
30802 [ 18042] By: hv                                    on 2002/10/21  09:20:54
30803         Log: Subject: Re: [perl #16184] Unexpected warning when using C<< open FH => >>
30804              From: hv@crypt.org
30805              Date: Mon, 21 Oct 2002 11:27:40 +0100
30806              Message-Id: <200210211027.g9LARef05722@crypt.compulink.co.uk>
30807      Branch: perl
30808            ! t/lib/warnings/toke toke.c
30809 ____________________________________________________________________________
30810 [ 18041] By: hv                                    on 2002/10/21  01:14:48
30811         Log: Subject: Re: [perl #18019] regex overoptimization
30812              From: hv@crypt.org
30813              Date: Mon, 21 Oct 2002 03:21:54 +0100
30814              Message-Id: <200210210221.g9L2LsU32598@crypt.compulink.co.uk>
30815      Branch: perl
30816            ! regcomp.c t/op/re_tests
30817 ____________________________________________________________________________
30818 [ 18039] By: hv                                    on 2002/10/20  14:33:16
30819         Log: Subject: Re: [PATCH] Warning on pararameterless 'use IO' and doc update
30820              From: =?iso-8859-1?Q?St=E9phane?= Payrard <s.payrard@wanadoo.fr>
30821              Date: Tue, 15 Oct 2002 02:17:03 +0200
30822              Message-ID: <20021015001703.GG7914@stefp.dyndns.org>
30823      Branch: perl
30824            ! ext/IO/IO.pm
30825 ____________________________________________________________________________
30826 [ 18038] By: hv                                    on 2002/10/20  14:23:06
30827         Log: Update to Net::Ping v2.23
30828      Branch: perl
30829            + lib/Net/Ping/t/150_syn_inst.t lib/Net/Ping/t/400_ping_syn.t
30830            + lib/Net/Ping/t/450_service.t
30831            ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/t/110_icmp_inst.t
30832            ! lib/Net/Ping/t/200_ping_tcp.t
30833 ____________________________________________________________________________
30834 [ 18037] By: hv                                    on 2002/10/20  13:57:06
30835         Log: Subject: [PATCH] t/op/pack.t: Tru64 5.1A gcc 3.2.1 no inf
30836              From: Jarkko Hietaniemi <jhi@iki.fi>
30837              Date: Mon, 14 Oct 2002 14:49:54 +0300
30838              Message-ID: <20021014114954.GB80937@lyta.hut.fi>
30839      Branch: perl
30840            ! t/op/pack.t
30841 ____________________________________________________________________________
30842 [ 18036] By: hv                                    on 2002/10/20  13:43:56
30843         Log: Subject: Re: [perl #17892] Perl's mkdir() doesn't remove trailing slashes
30844              From: Slaven Rezic <slaven.rezic@berlin.de>
30845              Date: 14 Oct 2002 09:37:18 +0200
30846              Message-ID: <8765w5wjwx.fsf@vran.herceg.de>
30847      Branch: perl
30848            ! pp_sys.c t/op/mkdir.t
30849 ____________________________________________________________________________
30850 [ 18035] By: hv                                    on 2002/10/20  13:39:09
30851         Log: Subject: Re: [perl #17951] Strange UTF error
30852              From: Jarkko Hietaniemi <jhi@iki.fi>
30853              Date: Wed, 16 Oct 2002 18:50:51 +0300
30854              Message-ID: <20021016155051.GB268437@lyta.hut.fi>
30855      Branch: perl
30856            ! lib/utf8_heavy.pl t/run/fresh_perl.t
30857 ____________________________________________________________________________
30858 [ 18034] By: hv                                    on 2002/10/20  13:23:16
30859         Log: Update to Time::HiRes v1.38
30860      Branch: perl
30861            + ext/Time/HiRes/typemap
30862            ! MANIFEST ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
30863            ! ext/Time/HiRes/HiRes.t ext/Time/HiRes/HiRes.xs
30864            ! ext/Time/HiRes/Makefile.PL
30865 ____________________________________________________________________________
30866 [ 18033] By: hv                                    on 2002/10/20  13:12:25
30867         Log: Upgrade to Test.pm v1.23
30868      Branch: perl
30869            ! lib/Test.pm
30870 ____________________________________________________________________________
30871 [ 18030] By: merijn                                on 2002/10/19  14:10:21
30872         Log: Happy chainsaw stories; The removal of the 5005 threads
30873              Still imcomplete. Configure will follow
30874      Branch: perl
30875            ! MANIFEST NetWare/Makefile NetWare/config.wc
30876            ! NetWare/config_H.wc NetWare/nw5thread.c NetWare/nw5thread.h
30877            ! Porting/Glossary Porting/config.sh Porting/config_H
30878            ! config_h.SH cop.h cv.h deb.c dosish.h dump.c embed.fnc embed.h
30879            ! embed.pl embedvar.h epoc/config.sh ext/B/B.xs ext/B/B/C.pm
30880            ! ext/B/ramblings/runtime.porting ext/B/t/lint.t
30881            ! ext/DynaLoader/dl_aix.xs ext/Thread/README.threads
30882            ! ext/Thread/Thread.xs ext/Thread/thr5005.t gv.c hints/darwin.sh
30883            ! installperl intrpvar.h makedef.pl mg.c miniperlmain.c
30884            ! myconfig.SH op.c os2/os2.c os2/os2ish.h pad.c perl.c perl.h
30885            ! perlvars.h pod/perltoc.pod pp.c pp.h pp_ctl.c pp_hot.c
30886            ! pp_sort.c proto.h scope.c sv.c sv.h thrdvar.h thread.h toke.c
30887            ! uconfig.h uconfig.sh util.c vms/vms.c win32/Makefile
30888            ! win32/config.bc win32/config.gc win32/config.vc
30889            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
30890            ! win32/config_H.vc win32/config_H.vc64 win32/config_sh.PL
30891            ! win32/makefile.mk win32/perllib.c win32/win32.c win32/win32.h
30892            ! win32/win32sck.c win32/win32thread.c win32/win32thread.h
30893            ! wince/Makefile.ce wince/config.ce wince/config_H.ce
30894            ! wince/config_sh.PL wince/win32.h wince/win32thread.c
30895            ! wince/win32thread.h wince/wincesck.c
30896 ____________________________________________________________________________
30897 [ 18029] By: merijn                                on 2002/10/18  07:28:21
30898         Log: minor tweaks in Porting/pumpkin.pod
30899              Fri, 18 Oct 2002; Philip Newton <Philip.Newton@gmx.net>
30900      Branch: perl
30901            ! Porting/pumpkin.pod
30902 ____________________________________________________________________________
30903 [ 18028] By: rgs                                   on 2002/10/17  20:33:32
30904         Log: Subject: [PATCH t/run/switches.t] Re: Smoke 18027 FAIL(F) MSWin32 5.0 Win2000Pro (MSWin32-x86)
30905              From: Abe Timmerman <abe@ztreet.demon.nl>
30906              Date: Thu, 17 Oct 2002 23:38:34 +0200
30907              Message-Id: <200210172338.34728.abe@ztreet.demon.nl>
30908      Branch: perl
30909            ! t/run/switches.t
30910 ____________________________________________________________________________
30911 [ 18027] By: hv                                    on 2002/10/17  14:39:27
30912         Log: Subject: Re: versions too accurate
30913              From: John Peacock <jpeacock@rowman.com>
30914              Date: Mon, 14 Oct 2002 22:36:48 -0400
30915              Message-ID: <3DAB7F40.1050200@rowman.com>
30916      Branch: perl
30917            ! lib/version.pm util.c
30918 ____________________________________________________________________________
30919 [ 18026] By: hv                                    on 2002/10/17  14:29:41
30920         Log: Subject: Re: [PATCH] Version object combined patch
30921              From: John Peacock <jpeacock@rowman.com>
30922              Date: Thu, 10 Oct 2002 21:23:01 -0400
30923              Message-ID: <3DA627F5.5050907@rowman.com>
30924      Branch: perl
30925            ! lib/version.pm lib/version.t pod/perldiag.pod util.c
30926 ____________________________________________________________________________
30927 [ 18025] By: hv                                    on 2002/10/17  13:37:04
30928         Log: definition of MAXPATHLEN
30929              Subject: [PATCH] standard lawyerism
30930              From: Jarkko Hietaniemi <jhi@iki.fi>
30931              Date: Fri, 11 Oct 2002 02:48:26 +0300
30932              Message-ID: <20021010234825.GM292305@lyta.hut.fi>
30933      Branch: perl
30934            ! perl.h
30935 ____________________________________________________________________________
30936 [ 18024] By: hv                                    on 2002/10/17  13:34:01
30937         Log: Subject: Re: [perl #17061] no strict 'garbage'
30938              From: Slaven Rezic <slaven.rezic@berlin.de>
30939              Date: 10 Oct 2002 16:23:22 +0200
30940              Message-ID: <87ptui5q5h.fsf@vran.herceg.de>
30941      Branch: perl
30942            ! ext/Storable/Storable.pm
30943 ____________________________________________________________________________
30944 [ 18023] By: hv                                    on 2002/10/17  12:56:28
30945         Log: Subject: Re: [perl #17830] open FH, "<&", $fd
30946              From: Steve Grazzini <grazz@nyc.rr.com>
30947              Date: 11 Oct 2002 22:28:58 -0000
30948              Message-ID: <20021011222858.452.qmail@onion.perl.org>
30949      Branch: perl
30950            ! doio.c t/io/open.t
30951 ____________________________________________________________________________
30952 [ 18022] By: hv                                    on 2002/10/17  12:24:42
30953         Log: Subject: Re: [perl #17809] Different warning behaviour between normal and tied hashes
30954              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
30955              Date: Tue, 15 Oct 2002 17:01:43 -0700
30956              Message-ID: <nxKr9gzkgmBO092yn@efn.org>
30957      Branch: perl
30958            ! t/op/assignwarn.t
30959 ____________________________________________________________________________
30960 [ 18021] By: hv                                    on 2002/10/17  11:28:38
30961         Log: Subject: [PATCH] minor tweaks in Porting/pumpkin.pod
30962              From: Slaven Rezic <slaven.rezic@berlin.de>
30963              Date: Thu, 3 Oct 2002 21:54:22 +0200 (CEST)
30964              Message-Id: <200210031954.g93JsMiZ034457@vran.herceg.de>
30965      Branch: perl
30966            ! Porting/pumpkin.pod
30967 ____________________________________________________________________________
30968 [ 18020] By: rgs                                   on 2002/10/16  18:43:21
30969         Log: prototype() didn't warn when used in void context.
30970      Branch: perl
30971            ! op.c t/lib/warnings/op
30972 ____________________________________________________________________________
30973 [ 18019] By: ams                                   on 2002/10/15  20:54:53
30974         Log: Subject: Japanese translation of Storable
30975              From: "KAWAI,Takanori" <GCD00051@nifty.ne.jp>
30976              Date: Tue, 15 Oct 2002 06:31:01 +0900
30977              Message-Id: <003801c273c9$05888910$1401a8c0@hipposam>
30978      Branch: perl
30979            ! ext/Storable/README
30980 ____________________________________________________________________________
30981 [ 18018] By: rgs                                   on 2002/10/15  19:08:20
30982         Log: Subject: Re: [PATCH] cv.h: Comment update
30983              From: Paul Johnson <paul@pjcj.net>
30984              Date: Mon, 14 Oct 2002 20:00:50 +0200
30985              Message-ID: <20021014180050.GC7333@pjcj.net>
30986      Branch: perl
30987            ! cv.h
30988 ____________________________________________________________________________
30989 [ 18017] By: rgs                                   on 2002/10/14  20:37:06
30990         Log: Subject: [PATCH] perlipc.pod
30991              From: Slaven Rezic <slaven.rezic@berlin.de>
30992              Date: Sun, 13 Oct 2002 14:26:26 +0200 (CEST)
30993              Message-Id: <200210131226.g9DCQQLN014591@vran.herceg.de>
30994      Branch: perl
30995            ! pod/perlipc.pod
30996 ____________________________________________________________________________
30997 [ 18016] By: rgs                                   on 2002/10/14  20:30:03
30998         Log: Subject: [PATCH] minor typos in perlhist.pod and perlunicode.pod
30999              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
31000              Date: Sun, 13 Oct 2002 09:02:36 +0900
31001              Message-Id: <20021013090227.FFCD.BQW10602@nifty.com>
31002      Branch: perl
31003            ! pod/perlunicode.pod
31004 ____________________________________________________________________________
31005 [ 18015] By: rgs                                   on 2002/10/12  20:22:37
31006         Log: The -0 command-line switch wasn't setting $/ at compile-time.
31007              Move the initialization of $/ just after switch parsing
31008              (it was done after yyparse().)
31009      Branch: perl
31010            ! perl.c t/run/switches.t
31011 ____________________________________________________________________________
31012 [ 18014] By: rgs                                   on 2002/10/12  20:18:55
31013         Log: Subject: Re: [PATCH] perl573delta delinting
31014              From: Philip Newton <Philip.Newton@gmx.net>
31015              Date: Sat, 12 Oct 2002 21:25:49 +0200
31016              Message-ID: <iotgqucnbttvvc43o0j7kv55p5dstui4oc@4ax.com>
31017      Branch: perl
31018            ! pod/perl573delta.pod
31019 ____________________________________________________________________________
31020 [ 18013] By: hv                                    on 2002/10/12  15:41:50
31021         Log: Subject: [PATCH] for -Dm
31022              From: Slaven Rezic <slaven.rezic@berlin.de>
31023              Date: Wed, 9 Oct 2002 00:49:33 +0200 (CEST)
31024              Message-Id: <200210082249.g98MnXqM076566@vran.herceg.de>
31025      Branch: perl
31026            ! malloc.c
31027 ____________________________________________________________________________
31028 [ 18012] By: hv                                    on 2002/10/12  15:39:49
31029         Log: #18005 was not enough
31030              Subject: [PATCH win32/makefile.mk] (Was Re: Building bleadperl (minperl) fails completely under VC7)
31031              From: Abe Timmerman <abeltje@cpan.org>
31032              Date: Sat, 12 Oct 2002 17:56:39 +0200
31033              Message-Id: <200210121756.39803.abeltje@cpan.org>
31034      Branch: perl
31035            ! win32/makefile.mk
31036 ____________________________________________________________________________
31037 [ 18011] By: hv                                    on 2002/10/12  15:36:43
31038         Log: Subject: [perl #17805] BUG: Grammar bug during Configure
31039              From: Richard Hitt (via RT) <perlbug@perl.org>
31040              Date: 8 Oct 2002 21:04:30 -0000
31041              Message-Id: <rt-17805-39395.9.0319493317925@bugs6.perl.org>
31042      Branch: perl
31043            ! Configure
31044 ____________________________________________________________________________
31045 [ 18010] By: hv                                    on 2002/10/12  15:31:06
31046         Log: Subject: [PATCH] Re: [perl #17772] pack "w" /* this cannot happen ;-) */ is fallacious
31047              From: Nicholas Clark <nick@unfortu.net>
31048              Date: Tue, 8 Oct 2002 21:52:53 +0100
31049              Message-ID: <20021008205253.GA283@Bagpuss.unfortu.net>
31050      Branch: perl
31051            ! pod/perldiag.pod pp_pack.c t/op/pack.t
31052 ____________________________________________________________________________
31053 [ 18009] By: hv                                    on 2002/10/12  15:12:18
31054         Log: Subject: [PATCH perldoc] For screaming hell's sake
31055              From: Simon Cozens <simon@netthink.co.uk>
31056              Date: Tue, 8 Oct 2002 11:13:07 +0100
31057              Message-ID: <20021008101307.GA8175@netthink.co.uk>
31058      Branch: perl
31059            ! utils/perldoc.PL
31060 ____________________________________________________________________________
31061 [ 18008] By: hv                                    on 2002/10/12  14:38:19
31062         Log: Subject: [PATCH] Storable 2.06 (was Re: Bug in ext/Storable/t/integer.t)
31063              From: Nicholas Clark <nick@unfortu.net>
31064              Date: Mon, 7 Oct 2002 23:35:34 +0100
31065              Message-ID: <20021007223534.GD286@Bagpuss.unfortu.net>
31066      Branch: perl
31067            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
31068            ! ext/Storable/README ext/Storable/Storable.pm
31069            ! ext/Storable/Storable.xs ext/Storable/t/downgrade.t
31070            ! ext/Storable/t/forgive.t ext/Storable/t/integer.t
31071            ! ext/Storable/t/malice.t ext/Storable/t/restrict.t
31072 ____________________________________________________________________________
31073 [ 18007] By: hv                                    on 2002/10/12  14:22:36
31074         Log: Subject: [perl #17773] errors in c2ph(1) man page
31075              From: Eric Melville (via RT) <perlbug@perl.org>
31076              Date: 7 Oct 2002 02:58:34 -0000
31077              Message-Id: <rt-17773-39313.12.4820309875481@bugs6.perl.org>
31078      Branch: perl
31079            ! utils/c2ph.PL
31080 ____________________________________________________________________________
31081 [ 18006] By: hv                                    on 2002/10/12  14:19:55
31082         Log: Subject: [PATCH pad.c] Re: closure failures
31083              From: Dave Mitchell <davem@fdgroup.com>
31084              Date: Mon, 7 Oct 2002 02:42:13 +0100
31085              Message-ID: <20021007024213.B29760@fdgroup.com>
31086      Branch: perl
31087            ! pad.c
31088 ____________________________________________________________________________
31089 [ 18005] By: hv                                    on 2002/10/12  14:17:07
31090         Log: Subject: Re: Building bleadperl (minperl) fails completely under VC7
31091              From: Abe Timmerman <abeltje@cpan.org>
31092              Date: Tue, 8 Oct 2002 14:16:56 +0200
31093              Message-Id: <200210081416.56942.abeltje@cpan.org>
31094      Branch: perl
31095            ! win32/Makefile
31096 ____________________________________________________________________________
31097 [ 18004] By: hv                                    on 2002/10/12  14:06:59
31098         Log: updated hints for Darwin from Wilfredo Sanchez <wsanchez@mit.edu>
31099      Branch: perl
31100            ! hints/darwin.sh
31101 ____________________________________________________________________________
31102 [ 18003] By: hv                                    on 2002/10/12  13:48:34
31103         Log: Second attempt to fix Devel::Peek test of $ENV{PATH}, after #17956
31104              and #18001.
31105      Branch: perl
31106            ! ext/Devel/Peek/Peek.t
31107 ____________________________________________________________________________
31108 [ 18002] By: hv                                    on 2002/10/11  23:22:56
31109         Log: Subject: [Encode] 1.77 Released
31110              From: Dan Kogai <dankogai@dan.co.jp>
31111              Date: Sun, 6 Oct 2002 12:52:52 +0900
31112              Message-Id: <16D4C6C9-D8DF-11D6-A5EA-0003939A104C@dan.co.jp>
31113      Branch: perl
31114            ! ext/Encode/Changes ext/Encode/Encode.pm
31115            ! ext/Encode/Unicode/Unicode.pm ext/Encode/encoding.pm
31116            ! ext/Encode/lib/Encode/Alias.pm
31117            ! ext/Encode/lib/Encode/Encoding.pm ext/Encode/t/jperl.t
31118            ! ext/Encode/ucm/big5-eten.ucm
31119 ____________________________________________________________________________
31120 [ 18001] By: hv                                    on 2002/10/11  22:52:43
31121         Log: Subject: Re: Smoke 17977 FAIL(F) MSWin32 5.0 W2000Pro (MSWin32-x86)
31122              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
31123              Date: Thu, 10 Oct 2002 14:28:55 -0700
31124              Message-ID: <XEfp9gzkgquV092yn@efn.org>
31125      Branch: perl
31126            ! ext/Devel/Peek/Peek.t
31127 ____________________________________________________________________________
31128 [ 18000] By: hv                                    on 2002/10/11  22:30:36
31129         Log: Subject: [PATCH] perl573delta delinting
31130              From: Jarkko Hietaniemi <jhi@iki.fi>
31131              Date: Fri, 4 Oct 2002 16:19:31 +0300
31132              Message-ID: <20021004131931.GE278184@lyta.hut.fi>
31133      Branch: perl
31134            ! pod/perl573delta.pod
31135 ____________________________________________________________________________
31136 [ 17999] By: hv                                    on 2002/10/11  22:28:36
31137         Log: Subject: [PATCH] No warn, just ERANGE (Was: Re: [PATCH] reentrant buffers)
31138              From: Jarkko Hietaniemi <jhi@iki.fi>
31139              Date: Fri, 4 Oct 2002 16:11:57 +0300
31140              Message-ID: <20021004131157.GD278184@lyta.hut.fi>
31141      Branch: perl
31142            ! pod/perldiag.pod reentr.c reentr.pl
31143 ____________________________________________________________________________
31144 [ 17998] By: rgs                                   on 2002/10/11  19:53:05
31145         Log: Fix bug #17771 : segfault with the 'for' statement modifier
31146              used inside a map or a grep.
31147      Branch: perl
31148            ! pp_ctl.c t/op/grep.t
31149 ____________________________________________________________________________
31150 [ 17997] By: hv                                    on 2002/10/11  12:10:39
31151         Log: Subject: [perl #17751] File::Spec::Win32::canonpath patch try#3
31152              From: Information Service <info@lingo.kiev.ua>
31153              Date: Wed, 09 Oct 2002 07:17:00 +0400
31154              Message-ID: <3DA39FAC.85471200@lingo.kiev.ua>
31155      Branch: perl
31156            ! lib/File/Spec/Win32.pm lib/File/Spec/t/Spec.t
31157 ____________________________________________________________________________
31158 [ 17996] By: hv                                    on 2002/10/11  11:55:53
31159         Log: Subject: [PROPOSED PATCH lib/AutoLoader.t lib/AutoLoader.pm] Test and Improve unimport()
31160              From: chromatic <chromatic@wgz.org>
31161              Date: Thu, 03 Oct 2002 22:56:54 -0700
31162              Message-ID: <20021004060120.33329.qmail@onion.perl.org>
31163      Branch: perl
31164            ! lib/AutoLoader.pm lib/AutoLoader.t
31165 ____________________________________________________________________________
31166 [ 17995] By: ams                                   on 2002/10/11  05:24:20
31167         Log: Subject: [perl #17819] Typo in perltooc?
31168              From: Bob Wilkinson (via RT) <perlbug@perl.org>
31169              Date: 9 Oct 2002 09:50:40 -0000
31170              Message-Id: <rt-17819-39445.14.7484532089852@bugs6.perl.org>
31171
31172              Subject: [perl #17821] Typo in perltooc
31173              From: Bob Wilkinson (via RT) <perlbug@perl.org>
31174              Date: 9 Oct 2002 10:12:51 -0000
31175              Message-Id: <rt-17821-39458.9.41452851965508@bugs6.perl.org>
31176      Branch: perl
31177            ! pod/perltooc.pod
31178 ____________________________________________________________________________
31179 [ 17994] By: rgs                                   on 2002/10/10  20:19:27
31180         Log: Fix bug #17776 : memory corruption in qr/##/x
31181      Branch: perl
31182            ! sv.c t/op/pat.t
31183 ____________________________________________________________________________
31184 [ 17993] By: rgs                                   on 2002/10/10  19:52:00
31185         Log: croak() is better written Perl_croak() in C code.
31186      Branch: perl
31187            ! util.c
31188 ____________________________________________________________________________
31189 [ 17992] By: hv                                    on 2002/10/10  11:29:12
31190         Log: Subject: Re: Hash::Util::lock_keys inhibits bless
31191              From: andreas.koenig@anima.de (Andreas J. Koenig)
31192              Date: Fri, 04 Oct 2002 06:38:57 +0200
31193              Message-ID: <m3bs6astr2.fsf@k242.linux.bogus>
31194      Branch: perl
31195            ! lib/Hash/Util.pm
31196 ____________________________________________________________________________
31197 [ 17991] By: hv                                    on 2002/10/10  11:20:41
31198         Log: new files lib/version.pm and lib/version.t for change #17990.
31199      Branch: perl
31200            + lib/version.pm lib/version.t
31201 ____________________________________________________________________________
31202 [ 17990] By: hv                                    on 2002/10/10  11:19:57
31203         Log: Subject: [PATCH] Version object combined patch
31204              From: John Peacock <jpeacock@rowman.com>
31205              Date: Fri, 04 Oct 2002 23:15:10 -0400
31206              Message-ID: <3D9E593E.1060605@rowman.com>
31207      Branch: perl
31208            ! MANIFEST embed.fnc embed.h global.sym pod/perlapi.pod
31209            ! pod/perlintern.pod proto.h t/comp/use.t universal.c util.c
31210 ____________________________________________________________________________
31211 [ 17989] By: hv                                    on 2002/10/10  10:48:42
31212         Log: Subject: PATCH: lib/ExtUtils/typemap
31213              From: Brian Ingerson <ingy@ttul.org>
31214              Date: Sat, 28 Sep 2002 13:03:24 -0700
31215              Message-ID: <20020928130324.A16900@ttul.org>
31216      Branch: perl
31217            ! lib/ExtUtils/typemap
31218 ____________________________________________________________________________
31219 [ 17988] By: hv                                    on 2002/10/10  10:45:19
31220         Log: Subject: [PATCH] Make Exporter cope with changing EXPORT_OK (was Re: Recent changes to Exporter::Heavy break Math::Pari)
31221              From: Nicholas Clark <nick@unfortu.net>
31222              Date: Sat, 28 Sep 2002 18:52:00 +0100
31223              Message-ID: <20020928175159.GC403@Bagpuss.unfortu.net>
31224      Branch: perl
31225            ! lib/Exporter.t lib/Exporter/Heavy.pm
31226 ____________________________________________________________________________
31227 [ 17987] By: hv                                    on 2002/10/10  10:27:40
31228         Log: Subject: Re: [perl #17075] sprintf: '%.[num](g|G)' documentation incorrect
31229              From: "Allen Smith" <easmith@beatrice.rutgers.edu>
31230              Date: Mon, 9 Sep 2002 17:36:55 -0400
31231              Message-Id: <10209091736.ZM1631710@puck2.rutgers.edu>
31232      Branch: perl
31233            ! pod/perlfunc.pod
31234 ____________________________________________________________________________
31235 [ 17986] By: hv                                    on 2002/10/10  09:51:24
31236         Log: Remove use of caller() in strict.pm, and tighten Safe compartment
31237              for Storable tests to match.
31238      Branch: perl
31239            ! ext/Storable/t/code.t lib/strict.pm lib/strict.t
31240 ____________________________________________________________________________
31241 [ 17985] By: hv                                    on 2002/10/10  09:27:00
31242         Log: Subject: Re: README.cygwin draft update
31243              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
31244              Date: Mon, 07 Oct 2002 17:15:09 -0700
31245              Message-ID: <NOio9gzkg6oR092yn@efn.org>
31246      Branch: perl
31247            ! README.cygwin pod/perl58delta.pod
31248 ____________________________________________________________________________
31249 [ 17984] By: rgs                                   on 2002/10/09  19:17:08
31250         Log: Fix bug #17823 : non-modifying tr/// stringifies references
31251      Branch: perl
31252            ! doop.c t/op/tr.t
31253 ____________________________________________________________________________
31254 [ 17983] By: merijn                                on 2002/10/09  12:22:26
31255         Log: Tru64 and gcc and threads
31256              Sat, 5 Oct 2002; Jarkko Hietaniemi <jhi@iki.fi>
31257      Branch: perl
31258            ! thread.h
31259 ____________________________________________________________________________
31260 [ 17982] By: merijn                                on 2002/10/09  10:34:40
31261         Log: Correct mailing list archive URL
31262              Wed, 9 Oct 2002; Slaven Rezic <slaven.rezic@berlin.de>
31263      Branch: perl
31264            ! Porting/pumpkin.pod
31265 ____________________________________________________________________________
31266 [ 17981] By: merijn                                on 2002/10/09  04:49:06
31267         Log: Try #3 for Porting/pumpkin.pod APPLLIB_EXP quoting
31268              Tue, 8 Oct 2002; Andy Dougherty <doughera@lafayette.edu>
31269      Branch: perl
31270            ! Porting/pumpkin.pod
31271 ____________________________________________________________________________
31272 [ 17980] By: sky                                   on 2002/10/06  15:40:56
31273         Log: Upgrade Safe.pm to 2.09 after CPAN backport.
31274              Fix testcases to run properly outside perl core build enviroment.
31275      Branch: perl
31276            ! ext/Opcode/Safe.pm ext/Safe/safe1.t ext/Safe/safe2.t
31277            ! ext/Safe/safe3.t
31278 ____________________________________________________________________________
31279 [ 17979] By: sky                                   on 2002/10/06  07:03:19
31280         Log: Subject: [PATCH] fix typo in Tie::Array
31281              From: "Jos I. Boumans" <kane@cpan.org>
31282              Date: sat okt 5, 2002  20:39:17 Europe/Stockholm
31283              Message-Id: <20021005183920.14746.qmail@onion.perl.org>
31284      Branch: perl
31285            ! lib/Tie/Array.pm
31286 ____________________________________________________________________________
31287 [ 17978] By: sky                                   on 2002/10/05  04:44:10
31288         Log: Upgrade to Attribute::Handlers 0.78
31289      Branch: perl
31290            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
31291            ! lib/Attribute/Handlers/README
31292 ____________________________________________________________________________
31293 [ 17977] By: rgs                                   on 2002/10/04  20:01:54
31294         Log: Complement to change #17976 :
31295              there was a similar bug on rdo().
31296              Increment $Safe::VERSION.
31297      Branch: perl
31298            ! ext/Opcode/Safe.pm ext/Safe/safe3.t
31299 ____________________________________________________________________________
31300 [ 17976] By: rgs                                   on 2002/10/04  19:44:48
31301         Log: Fix bug #17744, suggested by Andreas Jurenda,
31302              tweaked by rgs (security hole in Safe).
31303      Branch: perl
31304            + ext/Safe/safe3.t
31305            ! MANIFEST ext/Opcode/Safe.pm
31306 ____________________________________________________________________________
31307 [ 17975] By: merijn                                on 2002/10/04  13:30:17
31308         Log: Non ANSI feature detection in enum
31309      Branch: perl
31310            ! pad.h
31311 ____________________________________________________________________________
31312 [ 17974] By: rgs                                   on 2002/10/03  21:00:50
31313         Log: Fix a precedence problem.
31314      Branch: perl
31315            ! ext/Storable/t/integer.t
31316 ____________________________________________________________________________
31317 [ 17973] By: rgs                                   on 2002/10/03  20:34:13
31318         Log: Change the warning message "%s trapped by operation mask"
31319              to include '' around the op name. Document it in perldiag.
31320      Branch: perl
31321            ! ext/Opcode/Opcode.t ext/Opcode/Safe.pm ext/Safe/safe2.t op.c
31322            ! pod/perldiag.pod
31323 ____________________________________________________________________________
31324 [ 17972] By: rgs                                   on 2002/10/03  20:26:54
31325         Log: Add a new warning, "Possible precedence problem on bitwise
31326              %c operator", triggerred when a bitwise op has a numeric
31327              comparison op as child.
31328      Branch: perl
31329            ! op.c pod/perldiag.pod t/lib/warnings/op
31330 ____________________________________________________________________________
31331 [ 17971] By: ams                                   on 2002/10/03  11:03:41
31332         Log: Subject: Re: Not OK 17969
31333              From: Slaven Rezic <slaven.rezic@berlin.de>
31334              Date: 03 Oct 2002 13:12:58 +0200
31335              Message-Id: <87lm5fn5c5.fsf@vran.herceg.de>
31336      Branch: perl
31337            ! ext/Storable/Storable.pm ext/Storable/t/code.t
31338            ! ext/Storable/t/downgrade.t ext/Storable/t/forgive.t
31339            ! ext/Storable/t/malice.t
31340 ____________________________________________________________________________
31341 [ 17970] By: ams                                   on 2002/10/03  02:21:15
31342         Log: Add a line about 2.05.
31343      Branch: perl
31344            ! ext/Storable/ChangeLog
31345 ____________________________________________________________________________
31346 [ 17969] By: ams                                   on 2002/10/03  02:12:27
31347         Log: Subject: [PATCH] Storable and code serialization: documentation
31348              From: Slaven Rezic <slaven.rezic@berlin.de>
31349              Date: Wed, 2 Oct 2002 10:21:37 +0200 (CEST)
31350              Message-Id: <200210020821.g928Lb2i003767@vran.herceg.de>
31351      Branch: perl
31352            ! ext/Storable/MANIFEST ext/Storable/Storable.pm
31353            ! ext/Storable/t/code.t
31354 ____________________________________________________________________________
31355 [ 17968] By: ams                                   on 2002/10/03  01:40:51
31356         Log: Subject: [PATCH] Re: speed of my
31357              From: Stephen McCamant <smcc@mit.edu>
31358              Date: Wed, 2 Oct 2002 21:48:59 -0400
31359              Message-Id: <15771.41483.524281.299958@syllepsis.MIT.EDU>
31360      Branch: perl
31361            ! pp.c
31362 ____________________________________________________________________________
31363 [ 17967] By: hv                                    on 2002/10/02  15:04:57
31364         Log: Subject: [PATCH] reentrant buffers
31365              From: Jarkko Hietaniemi <jhi@iki.fi>
31366              Date: Fri, 27 Sep 2002 01:08:56 +0300
31367              Message-ID: <20020926220856.GA339120@lyta.hut.fi>
31368      Branch: perl
31369            ! INSTALL pod/perldiag.pod pod/perlthrtut.pod reentr.c reentr.pl
31370 ____________________________________________________________________________
31371 [ 17966] By: hv                                    on 2002/10/02  14:46:52
31372         Log: Subject: [PATCH] retropatch
31373              From: Jarkko Hietaniemi <jhi@iki.fi>
31374              Date: Fri, 27 Sep 2002 03:51:34 +0300
31375              Message-ID: <20020927005134.GB339120@lyta.hut.fi>
31376      Branch: perl
31377            + pod/perl573delta.pod
31378            ! MANIFEST pod/buildtoc.PL pod/perl.pod
31379 ____________________________________________________________________________
31380 [ 17965] By: hv                                    on 2002/10/02  14:42:21
31381         Log: op/tr.t test is affected by #17962
31382      Branch: perl
31383            ! t/op/tr.t
31384 ____________________________________________________________________________
31385 [ 17964] By: hv                                    on 2002/10/02  14:38:59
31386         Log: Subject: Re: [PATCH] Re: builtin die parsed differently to CORE::GLOBAL::die
31387              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
31388              Date: Tue, 1 Oct 2002 23:34:35 +0200
31389              Message-Id: <20021001233435.318514f3.rgarciasuarez@free.fr>
31390      Branch: perl
31391            ! t/op/override.t toke.c
31392 ____________________________________________________________________________
31393 [ 17963] By: hv                                    on 2002/10/02  14:15:22
31394         Log: Subject: Re: [perl #17376] Bug Report - our(%)
31395              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
31396              Date: Tue, 01 Oct 2002 09:54:30 -0700
31397              Message-ID: <GNdm9gzkgWOS092yn@efn.org>
31398      Branch: perl
31399            ! op.c pp_hot.c t/comp/our.t
31400 ____________________________________________________________________________
31401 [ 17962] By: ams                                   on 2002/10/02  14:10:07
31402         Log: Subject: [PATCH] no [] in tr///
31403              From: Jarkko Hietaniemi <jhi@iki.fi>
31404              Date: Wed, 2 Oct 2002 17:09:11 +0300
31405              Message-Id: <20021002140911.GH278184@lyta.hut.fi>
31406      Branch: perl
31407            ! pod/perldiag.pod toke.c
31408 ____________________________________________________________________________
31409 [ 17961] By: hv                                    on 2002/10/02  14:09:11
31410         Log: Subject: Re: Hash::Util::lock_keys inhibits bless
31411              From: andreas.koenig@anima.de (Andreas J. Koenig)
31412              Date: Mon, 30 Sep 2002 17:24:06 +0200
31413              Message-ID: <m3zntzwlex.fsf@k242.linux.bogus>
31414      Branch: perl
31415            ! lib/Hash/Util.pm
31416 ____________________________________________________________________________
31417 [ 17959] By: hv                                    on 2002/10/02  14:06:29
31418         Log: Subject: [DOCPATCH] Unicode porting advice
31419              From: andreas.koenig@anima.de (Andreas J. Koenig)
31420              Date: Fri, 27 Sep 2002 15:30:16 +0200
31421              Message-ID: <m3znu3zhjr.fsf@k242.linux.bogus>
31422      Branch: perl
31423            ! pod/perlunicode.pod
31424 ____________________________________________________________________________
31425 [ 17958] By: hv                                    on 2002/10/02  13:57:06
31426         Log: missing quote from #17957
31427      Branch: perl
31428            ! Porting/pumpkin.pod
31429 ____________________________________________________________________________
31430 [ 17957] By: hv                                    on 2002/10/02  13:55:56
31431         Log: document how to set APPLLIB_EXP
31432              Subject: Re: [perl #15957] error installing perl 5.8.0
31433              From: Andy Dougherty <doughera@lafayette.edu>
31434              Date: Fri, 27 Sep 2002 09:13:29 -0400 (EDT)
31435              Message-ID: <Pine.SOL.4.10.10209270902210.6800-100000@maxwell.phys.lafayette.edu>
31436      Branch: perl
31437            ! Porting/pumpkin.pod
31438 ____________________________________________________________________________
31439 [ 17956] By: hv                                    on 2002/10/02  13:51:12
31440         Log: Devel::Peek tests from:
31441              Subject: [PATCH] MGf_TAINTEDDIR and MGf_MINMATCH reuse unknown to dump.c
31442              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
31443              Date: Thu, 26 Sep 2002 22:16:39 -0700
31444              Message-ID: <3m+k9gzkgqnP092yn@efn.org>
31445      Branch: perl
31446            ! ext/Devel/Peek/Peek.t
31447 ____________________________________________________________________________
31448 [ 17955] By: hv                                    on 2002/10/02  13:43:26
31449         Log: add precedence warning for bitwise docs
31450              Subject: [PATCH] Bug in ARM's floating point emulation - Need someone, really...
31451              From: Mike Guy <mjtg@cam.ac.uk>
31452              Date: Thu, 26 Sep 2002 13:20:45 +0100
31453              Message-Id: <E17uXdN-0003ko-00@libra.cus.cam.ac.uk>
31454      Branch: perl
31455            ! pod/perlop.pod
31456 ____________________________________________________________________________
31457 [ 17954] By: hv                                    on 2002/10/02  13:18:01
31458         Log: Subject: [PATCH] Re: perlio bug?
31459              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
31460              Date: Wed, 25 Sep 2002 21:58:12 +0200
31461              Message-Id: <20020925215812.3b7adb0d.rgarciasuarez@free.fr>
31462      Branch: perl
31463            ! doio.c pod/perldiag.pod t/lib/warnings/doio
31464 ____________________________________________________________________________
31465 [ 17953] By: hv                                    on 2002/10/02  12:55:29
31466         Log: Subject: [PATCH pad.c,h] move all pad-related code to its own src file
31467              From: Dave Mitchell <davem@fdgroup.com>
31468              Date: Wed, 25 Sep 2002 23:40:23 +0100
31469              Message-ID: <20020925234023.A20044@fdgroup.com>
31470      Branch: perl
31471            + pad.c pad.h
31472            ! MANIFEST Makefile.SH Makefile.micro cop.h cv.h dump.c
31473            ! embed.fnc embed.h embedvar.h ext/B/B.xs ext/Devel/Peek/Peek.t
31474            ! op.c op.h perl.c perl.h perlapi.h pod/perlapi.pod
31475            ! pod/perlintern.pod pp.c pp_ctl.c pp_hot.c pp_sort.c pp_sys.c
31476            ! proto.h scope.c sv.c toke.c
31477 ____________________________________________________________________________
31478 [ 17952] By: hv                                    on 2002/10/02  11:23:38
31479         Log: better handling of whitespace in autodoc declarations; fragment from:
31480              Subject: [PATCH pad.c,h] move all pad-related code to its own src file
31481              From: Dave Mitchell <davem@fdgroup.com>
31482              Date: Wed, 25 Sep 2002 23:40:23 +0100
31483              Message-ID: <20020925234023.A20044@fdgroup.com>
31484      Branch: perl
31485            ! autodoc.pl
31486 ____________________________________________________________________________
31487 [ 17951] By: merijn                                on 2002/10/02  09:15:18
31488         Log: MakeMaker's INSTALLSITEMANXDIR Configure's counterpart
31489              Thu, 25 Jul 2002, Andy Dougherty
31490      Branch: perl
31491            ! Configure Policy_sh.SH
31492 ____________________________________________________________________________
31493 [ 17950] By: ams                                   on 2002/10/02  03:43:41
31494         Log: Add silly bandaid to stop segfaults on subsequent accesses to
31495              the Nullgv returned by gv_fetchpv() in S_scan_inputsymbol()
31496              (<$fred>).
31497      Branch: perl
31498            ! op.c
31499 ____________________________________________________________________________
31500 [ 17949] By: hv                                    on 2002/10/01  08:49:02
31501         Log: patch based on:
31502              Subject: Re: [perl #17376] Bug Report - our(%)
31503              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
31504              Date: Mon, 30 Sep 2002 15:22:18 -0700
31505              Message-ID: <a6Mm9gzkgK0P092yn@efn.org>
31506      Branch: perl
31507            ! op.c
31508 ____________________________________________________________________________
31509 [ 17948] By: hv                                    on 2002/10/01  08:26:44
31510         Log: Subject: [REPATCH lib/AutoLoader.pm] Remove Dependency on Exporter (take 2 or 3)
31511              From: chromatic <chromatic@wgz.org>
31512              Date: Fri, 13 Sep 2002 14:26:08 -0700
31513              Message-Id: <200209131426.08116.chromatic@wgz.org>
31514      Branch: perl
31515            ! lib/AutoLoader.pm
31516 ____________________________________________________________________________
31517 [ 17947] By: hv                                    on 2002/10/01  08:10:21
31518         Log: Subject: Re: sv_2pv_flags and ROK and UTF8 flags
31519              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
31520              Date: Wed, 11 Sep 2002 22:22:45 -0700
31521              Message-ID: <lSCg9gzkgymX092yn@efn.org>
31522      Branch: perl
31523            ! dump.c mg.h regexec.c sv.c t/op/pat.t
31524 ____________________________________________________________________________
31525 [ 17946] By: merijn                                on 2002/09/30  15:19:36
31526         Log: nanosleep on VMS not present
31527      Branch: perl
31528            ! configure.com
31529 ____________________________________________________________________________
31530 [ 17945] By: merijn                                on 2002/09/30  09:51:40
31531         Log: -Dgccansipedantic only for gcc 3+
31532              Mon, 30 Sep 2002, Jarkko Hietaniemi <jhi@iki.fi>
31533      Branch: perl
31534            ! Porting/pumpkin.pod cflags.SH
31535 ____________________________________________________________________________
31536 [ 17944] By: merijn                                on 2002/09/30  08:29:33
31537         Log: nanosleep probes as per Jarkko's request
31538      Branch: perl
31539            ! Configure NetWare/config_H.wc Porting/config.sh
31540            ! Porting/config_H config_h.SH epoc/config.sh perl.h
31541            ! win32/config.bc win32/config.gc win32/config.vc
31542            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
31543            ! win32/config_H.vc win32/config_H.vc64 wince/config.ce
31544            ! wince/config_H.ce
31545 ____________________________________________________________________________
31546 [ 17942] By: ams                                   on 2002/09/29  22:26:37
31547         Log: Remove package; (Heh heh.)
31548      Branch: perl
31549            ! gv.c intrpvar.h op.c perl.c perly.c perly.h perly.y
31550            ! perly_c.diff sv.c t/lib/warnings/op t/op/anonsub.t
31551            ! vms/perly_c.vms vms/perly_h.vms
31552 ____________________________________________________________________________
31553 [ 17941] By: hv                                    on 2002/09/29  12:11:06
31554         Log: Subject: [perl #16796] Configure script buglet
31555              From: "Amick, Eric" (via RT) <perlbug@perl.org>
31556              Date: 27 Aug 2002 20:09:29 -0000
31557              Message-Id: <rt-16796-35837.19.7072355819815@bugs6.perl.org>
31558      Branch: perl
31559            ! Configure
31560 ____________________________________________________________________________
31561 [ 17940] By: hv                                    on 2002/09/29  11:59:28
31562         Log: Subject: Re: [perl #17587] Attribute::Handlers and Config in 5.9.0
31563              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
31564              Date: Fri, 27 Sep 2002 13:52:18 +0200
31565              Message-Id: <20020927135218.3a20dd68.rgarciasuarez@free.fr>
31566      Branch: perl
31567            ! lib/Attribute/Handlers.pm
31568 ____________________________________________________________________________
31569 [ 17939] By: hv                                    on 2002/09/29  11:55:17
31570         Log: Subject: [perl #17222] [PATCH] h2ph and Fortran, other wacky headers on IRIX
31571              From: Allen Smith (via RT) <perlbug@perl.org>
31572              Date: 13 Sep 2002 03:01:30 -0000
31573              Message-Id: <rt-17222-37356.6.04859798196188@bugs6.perl.org>
31574      Branch: perl
31575            ! t/lib/h2ph.pht utils/h2ph.PL
31576 ____________________________________________________________________________
31577 [ 17938] By: rgs                                   on 2002/09/28  20:42:59
31578         Log: Email address change for Stéphane Payrard
31579      Branch: perl
31580            ! AUTHORS
31581 ____________________________________________________________________________
31582 [ 17937] By: hv                                    on 2002/09/27  10:05:42
31583         Log: Subject: Re: [REVISED PATCH] Magic v-strings
31584              From: John Peacock <jpeacock@rowman.com>
31585              Date: Thu, 19 Sep 2002 22:30:58 -0400
31586              Message-ID: <3D8A8862.3000602@rowman.com>
31587      Branch: perl
31588            ! sv.c util.c
31589 ____________________________________________________________________________
31590 [ 17936] By: hv                                    on 2002/09/27  10:00:42
31591         Log: Subject: [PATCH] configure.com -- don't exclude threads::shared
31592              From: "Craig A. Berry" <craigberry@mac.com>
31593              Date: Wed, 25 Sep 2002 17:14:33 -0500
31594              Message-ID: <3D923549.6050809@mac.com>
31595      Branch: perl
31596            ! configure.com
31597 ____________________________________________________________________________
31598 [ 17935] By: hv                                    on 2002/09/27  09:48:19
31599         Log: Subject: [PATCH 5.8.0 DOC] perlopentut.pod, #3: The last of the content changes.
31600              From: Andy Lester <andy@petdance.com>
31601              Date: Fri, 20 Sep 2002 12:23:41 -0500
31602              Message-ID: <20020920172341.GA15672@petdance.com>
31603      Branch: perl
31604            ! pod/perlopentut.pod
31605 ____________________________________________________________________________
31606 [ 17934] By: hv                                    on 2002/09/26  18:50:02
31607         Log: missing '.' in test from #17932
31608      Branch: perl
31609            ! t/lib/strict/subs
31610 ____________________________________________________________________________
31611 [ 17933] By: hv                                    on 2002/09/26  17:01:11
31612         Log: Subject: [PATCH] perl #17453
31613              From: Jarkko Hietaniemi <jhi@iki.fi>
31614              Date: Fri, 20 Sep 2002 17:22:45 +0300
31615              Message-ID: <20020920142245.GG280265@lyta.hut.fi>
31616      Branch: perl
31617            ! lib/utf8_heavy.pl t/op/pat.t
31618 ____________________________________________________________________________
31619 [ 17932] By: hv                                    on 2002/09/26  16:47:32
31620         Log: #17931 checked for wrong constant
31621      Branch: perl
31622            ! op.c
31623 ____________________________________________________________________________
31624 [ 17931] By: hv                                    on 2002/09/26  16:29:26
31625         Log: Subject: [PATCH] [perl #10021] Fixing bareword usage under strict.pm
31626              From: Kay_Röpke <kay@dolphin-services.de>
31627              Date: Fri, 20 Sep 2002 16:09:08 +0200
31628              Message-Id: <8775B355-CCA2-11D6-AADE-000393414688@dolphin-services.de>
31629      Branch: perl
31630            ! op.c t/lib/strict/subs
31631 ____________________________________________________________________________
31632 [ 17930] By: hv                                    on 2002/09/26  15:56:07
31633         Log: Subject: [perl #17445] Class::Struct patch: version number, examples
31634              From: Ken Neighbors (via RT) <perlbug@perl.org>
31635              Date: 19 Sep 2002 18:48:22 -0000
31636              Message-Id: <rt-17445-38150.7.26118647008619@bugs6.perl.org>
31637      Branch: perl
31638            ! lib/Class/Struct.pm
31639 ____________________________________________________________________________
31640 [ 17928] By: hv                                    on 2002/09/26  09:54:05
31641         Log: Subject: [PATCH] bug in utf8.c(?)
31642              From: Marty Pauley <marty+p5p@kasei.com>
31643              Date: Fri, 20 Sep 2002 10:55:33 +0100
31644              Subject: [PATCH] bug in utf8.c(?)
31645      Branch: perl
31646            ! utf8.c
31647 ____________________________________________________________________________
31648 [ 17927] By: hv                                    on 2002/09/26  09:37:19
31649         Log: Subject: [PATCH] Re: [perl #17439] broken Locale::Language in a UTF environment
31650              From: Marty Pauley <marty+p5p@kasei.com>
31651              Date: Fri, 20 Sep 2002 09:52:16 +0100
31652              Message-Id: 20020920085216.GC10512@soto.kasei.com
31653      Branch: perl
31654            ! lib/Locale/Codes/t/languages.t lib/Locale/Language.pm
31655 ____________________________________________________________________________
31656 [ 17926] By: hv                                    on 2002/09/26  09:28:06
31657         Log: Subject: [PATCH] defuse installusrbinperl
31658              From: Jarkko Hietaniemi <jhi@iki.fi>
31659              Date: Thu, 19 Sep 2002 18:01:03 +0300
31660              Message-ID: <20020919150103.GI208696@lyta.hut.fi>
31661      Branch: perl
31662            ! Configure
31663 ____________________________________________________________________________
31664 [ 17925] By: hv                                    on 2002/09/26  09:15:55
31665         Log: Subject: [PATCH v2] enable -ansi -pedantic
31666              From: Jarkko Hietaniemi <jhi@iki.fi>
31667              Date: Wed, 18 Sep 2002 01:19:25 +0300
31668              Message-ID: <20020917221925.GF85044@lyta.hut.fi>
31669      Branch: perl
31670            ! Configure Porting/pumpkin.pod cflags.SH doio.c mg.c perl.c
31671            ! perl.h perlio.c pp_ctl.c pp_hot.c pp_sys.c sv.h toke.c util.c
31672 ____________________________________________________________________________
31673 [ 17924] By: hv                                    on 2002/09/26  08:44:16
31674         Log: Subject: [PATCH] ANSI-clean? (was Re: [PATCH] COW for ithreads)
31675              From: Nicholas Clark <nick@unfortu.net>
31676              Date: Sat, 14 Sep 2002 18:49:10 +0100
31677              Message-ID: <20020914174909.GG285@Bagpuss.unfortu.net>
31678      Branch: perl
31679            ! sv.c
31680 ____________________________________________________________________________
31681 [ 17923] By: hv                                    on 2002/09/26  08:33:54
31682         Log: Subject: [PATCH] Re: Advice on coredump
31683              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
31684              Date: Wed, 18 Sep 2002 22:14:57 +0200
31685              Message-Id: <20020918221457.16cb1b43.rgarciasuarez@free.fr>
31686      Branch: perl
31687            ! op.c t/op/closure.t
31688 ____________________________________________________________________________
31689 [ 17922] By: hv                                    on 2002/09/26  08:25:28
31690         Log: Subject: Re: [PATCH] spurious t/auto directory appears
31691              From: Michael G Schwern <schwern@pobox.com>
31692              Date: Fri, 13 Sep 2002 23:56:05 -0400
31693              Message-ID: <20020914035605.GF18928@ool-18b93024.dyn.optonline.net>
31694      Branch: perl
31695            ! lib/ExtUtils/t/Installed.t
31696 ____________________________________________________________________________
31697 [ 17921] By: hv                                    on 2002/09/26  08:21:59
31698         Log: add TODO tests for slow our() declaration
31699              Subject: Re: [perl #17376] Bug Report - our(%)
31700              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
31701              Date: Thu, 19 Sep 2002 22:34:01 -0700
31702              Message-ID: <JNri9gzkgSBB092yn@efn.org>
31703      Branch: perl
31704            + t/comp/our.t
31705            ! MANIFEST
31706 ____________________________________________________________________________
31707 [ 17920] By: hv                                    on 2002/09/26  08:16:43
31708         Log: LEAKTEST is dead, RIP
31709              Subject: Re: [perl #17197] SIGSEGV in perl 5.8.0 multithread build with -DLEAKTEST
31710              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
31711              Date: Mon, 23 Sep 2002 18:33:12 +0200
31712              Message-Id: <20020923182824.C7B6.H.M.BRAND@hccnet.nl>
31713      Branch: perl
31714            ! av.c embed.fnc embed.h ext/GDBM_File/GDBM_File.xs global.sym
31715            ! handy.h perl.c perl.h pod/perlrun.pod proto.h sv.c util.c
31716 ____________________________________________________________________________
31717 [ 17919] By: hv                                    on 2002/09/26  07:59:42
31718         Log: Subject: [PATCH] AIX hints missinga  >&4
31719              From: Jarkko Hietaniemi <jhi@iki.fi>
31720              Date: Fri, 13 Sep 2002 16:48:42 +0300
31721              Message-ID: <20020913134842.GD8929@lyta.hut.fi>
31722      Branch: perl
31723            ! hints/aix.sh
31724 ____________________________________________________________________________
31725 [ 17918] By: hv                                    on 2002/09/26  07:51:10
31726         Log: Subject: [PATCH] perldoc -f stat (perlfunc.pod)
31727              From: "Brendan O'Dea" <bod@debian.org>
31728              Date: Mon, 23 Sep 2002 22:45:40 +1000
31729              Message-ID: <20020923124540.GB28031@londo.odea.dropbear.id.au>
31730      Branch: perl
31731            ! pod/perlfunc.pod
31732 ____________________________________________________________________________
31733 [ 17917] By: hv                                    on 2002/09/26  07:46:43
31734         Log: Subject: Re: [perl #17141] Text::Wrap "this should not happen" message
31735              From: Slaven Rezic <slaven.rezic@berlin.de>
31736              Date: 11 Sep 2002 19:37:09 +0200
31737              Message-ID: <871y80a0my.fsf@vran.herceg.de>
31738      Branch: perl
31739            ! lib/Text/TabsWrap/t/wrap.t lib/Text/Wrap.pm
31740 ____________________________________________________________________________
31741 [ 17916] By: hv                                    on 2002/09/26  07:31:42
31742         Log: Subject: [PATCH 5.8.0] perlembed.pod: make some examples work with multiplicity
31743              From: "Brendan O'Dea" <bod@debian.org>
31744              Date: Tue, 10 Sep 2002 09:19:05 +1000
31745              Message-ID: <20020909231905.GA31868@londo.odea.dropbear.id.au>
31746      Branch: perl
31747            ! pod/perlembed.pod
31748 ____________________________________________________________________________
31749 [ 17915] By: rgs                                   on 2002/09/24  20:19:22
31750         Log: Patch #17914 was empty ; this should have been applied instead.
31751      Branch: perl
31752            ! hints/aix.sh
31753 ____________________________________________________________________________
31754 [ 17914] By: rgs                                   on 2002/09/21  19:58:57
31755         Log: Subject: [PATCH] PASE saga continues
31756              From: Jarkko Hietaniemi <jhi@iki.fi>
31757              Date: Thu, 19 Sep 2002 23:30:20 +0300
31758              Message-ID: <20020919203020.GB274453@lyta.hut.fi>
31759      Branch: perl
31760            ! hints/aix.sh
31761 ____________________________________________________________________________
31762 [ 17913] By: rgs                                   on 2002/09/21  19:46:56
31763         Log: Subject: [PATCH perl@17882] file spec tweaks for VMS
31764              From: "Craig A. Berry" <craigberry@mac.com>
31765              Date: Wed, 18 Sep 2002 16:57:02 -0500
31766              Message-ID: <3D88F6AE.3020708@mac.com>
31767      Branch: perl
31768            ! lib/File/Spec/VMS.pm vms/ext/filespec.t
31769 ____________________________________________________________________________
31770 [ 17912] By: ams                                   on 2002/09/19  17:21:24
31771         Log: Subject: [PATCH] AIX test shouldn't trip OS/400 PASE
31772              From: Jarkko Hietaniemi <jhi@iki.fi>
31773              Date: Thu, 19 Sep 2002 18:59:48 +0300
31774              Message-Id: <20020919155948.GU208696@lyta.hut.fi>
31775
31776              Subject: [PATCH] more PASE tweakage
31777              From: Jarkko Hietaniemi <jhi@iki.fi>
31778              Date: Thu, 19 Sep 2002 18:01:44 +0300
31779              Message-Id: <20020919150144.GJ208696@lyta.hut.fi>
31780      Branch: perl
31781            ! README.os400 hints/aix.sh
31782 ____________________________________________________________________________
31783 [ 17911] By: ams                                   on 2002/09/17  19:29:53
31784         Log: Typo fix.
31785      Branch: perl
31786            ! ext/POSIX/POSIX.pod
31787 ____________________________________________________________________________
31788 [ 17910] By: ams                                   on 2002/09/17  18:09:32
31789         Log: Fix #17375 (rcatline didn't work on a formerly-defined undef) by
31790              checking for SvOK in do_readline().
31791      Branch: perl
31792            ! pp_hot.c t/op/gv.t
31793 ____________________________________________________________________________
31794 [ 17909] By: rgs                                   on 2002/09/16  21:49:27
31795         Log: Pod formatting nit, found by Merijn and Jos Boumans.
31796      Branch: perl
31797            ! pod/perlunicode.pod
31798 ____________________________________________________________________________
31799 [ 17908] By: rgs                                   on 2002/09/16  21:34:55
31800         Log: Subject: [perl #17340] When used/requied Locale::*** modules unexpectedly modify $_
31801              From: (Ilya Martynov) (via RT) <perlbug@perl.org>
31802              Date: 15 Sep 2002 19:06:56 -0000
31803              Message-Id: <rt-17340-37749.5.67862754668525@bugs6.perl.org>
31804      Branch: perl
31805            ! lib/Locale/Country.pm lib/Locale/Currency.pm
31806            ! lib/Locale/Language.pm lib/Locale/Script.pm
31807 ____________________________________________________________________________
31808 [ 17907] By: rgs                                   on 2002/09/16  20:33:51
31809         Log: Subject: Re: [perl #17174] perl 5.8.0 fails tests on NetBSD/Alpha
31810              From: Jarkko Hietaniemi <jhi@iki.fi>
31811              Date: Sun, 15 Sep 2002 18:02:17 +0300
31812              Message-ID: <20020915150217.GB21300@lyta.hut.fi>
31813      Branch: perl
31814            ! hints/netbsd.sh
31815 ____________________________________________________________________________
31816 [ 17906] By: rgs                                   on 2002/09/15  11:30:38
31817         Log: Fix pod/perlmodlib.PL (it wasn't generating a complete list
31818              of modules.) Regenerate pod/perlmodlib.pod. Add a warning :
31819              not all modules listed in perlmodlib are necessarily installed.
31820              Plus some corrections by Vincent Lefevre.
31821      Branch: perl
31822            ! lib/Term/ReadLine.pm pod/perlmodlib.PL pod/perlmodlib.pod
31823 ____________________________________________________________________________
31824 [ 17904] By: merijn                                on 2002/09/13  14:02:18
31825         Log: Tabs erroneusly expanded to spaces, causing AIX to fail
31826              in building DProf
31827      Branch: perl
31828            ! Configure
31829 ____________________________________________________________________________
31830 [ 17902] By: merijn                                on 2002/09/13  07:47:29
31831         Log: configure.com needs d_modflproto
31832              Thu 12 Sep 2002 23:19, "Craig A. Berry"
31833      Branch: perl
31834            ! configure.com
31835 ____________________________________________________________________________
31836 [ 17901] By: rgs                                   on 2002/09/12  20:19:55
31837         Log: Subject: [PATCH] more PASE wisdom
31838              From: Jarkko Hietaniemi <jhi@iki.fi>
31839              Date: Fri, 13 Sep 2002 00:17:39 +0300
31840              Message-ID: <20020912211739.GB6980@lyta.hut.fi>
31841      Branch: perl
31842            ! README.os400
31843 ____________________________________________________________________________
31844 [ 17900] By: rgs                                   on 2002/09/12  19:33:06
31845         Log: Fix a syntax incompatibility introduced by the // operator.
31846              (Note that C<print $fh //> is still a syntax error, it
31847              wasn't with perl 5.8.0.)
31848      Branch: perl
31849            ! t/op/dor.t toke.c
31850 ____________________________________________________________________________
31851 [ 17898] By: rgs                                   on 2002/09/11  20:58:46
31852         Log: Fix bug #17006 : remove spurious do{} in the deparsing
31853              of s/.../.../e.
31854      Branch: perl
31855            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
31856 ____________________________________________________________________________
31857 [ 17897] By: rgs                                   on 2002/09/11  20:56:21
31858         Log: Subject: [perl #17119] typo in utils/dprofpp.PL
31859              From: "Todd C. Miller" (via RT) <perlbug@perl.org>
31860              Date: 10 Sep 2002 18:49:56 -0000
31861              Message-ID: <rt-17119-37126.4.55444095171472@bugs6.perl.org>
31862      Branch: perl
31863            ! utils/dprofpp.PL
31864 ____________________________________________________________________________
31865 [ 17896] By: merijn                                on 2002/09/11  08:31:45
31866         Log: re-synced Configure to backported metaunits
31867      Branch: perl
31868            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
31869            ! config_h.SH
31870 ____________________________________________________________________________
31871 [ 17892] By: merijn                                on 2002/09/10  15:43:53
31872         Log: Callback behaviour in hints
31873              Mon, 9 Sep 2002, Allen Smith
31874      Branch: perl
31875            ! hints/README.hints
31876 ____________________________________________________________________________
31877 [ 17888] By: merijn                                on 2002/09/10  09:20:52
31878         Log: New low-price HP servers
31879      Branch: perl
31880            ! README.hpux
31881 ____________________________________________________________________________
31882 [ 17887] By: rgs                                   on 2002/09/09  21:00:08
31883         Log: Subject: Re: [PATCH] Quieten warnings in Deparse.pm
31884              From: Paul Johnson <paul@pjcj.net>
31885              Date: Mon, 9 Sep 2002 23:37:33 +0200
31886              Message-ID: <20020909213733.GD879@pjcj.net>
31887      Branch: perl
31888            ! ext/B/B/Deparse.pm
31889 ____________________________________________________________________________
31890 [ 17886] By: rgs                                   on 2002/09/09  20:38:01
31891         Log: Subject: [PATCH] Re: [PATCH] Attempt at speeding up Config.pm.  Didn't work.
31892              From: Nicholas Clark <nick@unfortu.net>
31893              Date: Sun, 8 Sep 2002 23:05:54 +0100
31894              Message-ID: <20020908220553.GO286@Bagpuss.unfortu.net>
31895      Branch: perl
31896            ! configpm
31897 ____________________________________________________________________________
31898 [ 17885] By: rgs                                   on 2002/09/09  20:35:34
31899         Log: Subject: [PATCH] strict.pm pod at __END__
31900              From: Nicholas Clark <nick@unfortu.net>
31901              Date: Sun, 8 Sep 2002 22:36:09 +0100
31902              Message-ID: <20020908213608.GM286@Bagpuss.unfortu.net>
31903      Branch: perl
31904            ! lib/strict.pm
31905 ____________________________________________________________________________
31906 [ 17884] By: rgs                                   on 2002/09/09  19:33:11
31907         Log: Subject: [PATCH] File/Find/t/find.t tests 1 and 2 (was Re: [perl #17061] no strict 'garbage')
31908              From: Nicholas Clark <nick@unfortu.net>
31909              Date: Sun, 8 Sep 2002 19:45:52 +0100
31910              Message-ID: <20020908184551.GH286@Bagpuss.unfortu.net>
31911      Branch: perl
31912            ! lib/File/Find/t/find.t
31913 ____________________________________________________________________________
31914 [ 17883] By: rgs                                   on 2002/09/09  19:10:08
31915         Log: Subject: [PATCH] Quieten warnings in Deparse.pm
31916              From: Paul Johnson <paul@pjcj.net>
31917              Date: Sun, 8 Sep 2002 23:50:11 +0200
31918              Message-ID: <20020908215011.GA879@pjcj.net>
31919      Branch: perl
31920            ! ext/B/B/Deparse.pm
31921 ____________________________________________________________________________
31922 [ 17882] By: hv                                    on 2002/09/09  10:33:58
31923         Log: Update Changes
31924      Branch: perl
31925            ! Changes patchlevel.h
31926 ____________________________________________________________________________
31927 [ 17881] By: hv                                    on 2002/09/09  09:54:55
31928         Log: Subject: Re: [PATCH: perl #17849] (corrected) Long double bugs - sprintf.t _and_ num.t
31929              From: "Allen Smith" <easmith@beatrice.rutgers.edu>
31930              Date: Mon, 9 Sep 2002 01:48:08 -0400
31931              Message-Id: <10209090148.ZM1555835@puck2.rutgers.edu>
31932      Branch: perl
31933            ! perl.h sv.c
31934 ____________________________________________________________________________
31935 [ 17880] By: hv                                    on 2002/09/09  09:33:55
31936         Log: integrate Math::BigInt-1.63
31937              Subject: Re: [perl #16997] Math::BigFloat hang on bsqrt [ANNOUNCE v1.63
31938              From: Tels <perl_dummy@bloodgate.com>
31939              Date: Mon, 09 Sep 2002 00:23:01 +0200 (CEST)
31940              Message-Id: <200209082022.g88KMGY20194@crypt.org>
31941      Branch: perl
31942            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
31943            ! lib/Math/BigInt/t/bare_mif.t lib/Math/BigInt/t/constant.t
31944            ! lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/mbimbf.t
31945            ! lib/Math/BigInt/t/sub_mif.t
31946 ____________________________________________________________________________
31947 [ 17879] By: hv                                    on 2002/09/09  09:23:53
31948         Log: Subject: [PATCH] Configure locincpth vs Jaguar gcc 3
31949              From: Jarkko Hietaniemi <jhi@iki.fi>
31950              Date: Mon, 9 Sep 2002 00:07:46 +0300
31951              Message-ID: <20020908210746.GB4136@lyta.hut.fi>
31952      Branch: perl
31953            ! Configure
31954 ____________________________________________________________________________
31955 [ 17878] By: hv                                    on 2002/09/09  09:11:57
31956         Log: small grammar fix in Benchmark docs
31957      Branch: perl
31958            ! lib/Benchmark.pm
31959 ____________________________________________________________________________
31960 [ 17877] By: hv                                    on 2002/09/09  09:09:30
31961         Log: Subject: [PATCH] configpm
31962              From: Abe Timmerman <abe@ztreet.demon.nl>
31963              Date: Sun, 8 Sep 2002 17:21:19 +0200
31964              Message-Id: <200209081721.19233.abe@ztreet.demon.nl>
31965      Branch: perl
31966            ! configpm
31967 ____________________________________________________________________________
31968 [ 17876] By: hv                                    on 2002/09/09  08:48:35
31969         Log: Subject: Re: Smoke 17849 MSWin32 (w2k/GCC)
31970              From: Abe Timmerman <abe@ztreet.demon.nl>
31971              Date: Mon, 9 Sep 2002 01:32:19 +0200
31972              Message-Id: <200209090132.19891.abe@ztreet.demon.nl>
31973      Branch: perl
31974            ! makedef.pl
31975 ____________________________________________________________________________
31976 [ 17875] By: rgs                                   on 2002/09/08  18:55:01
31977         Log: Subject: [PATCH] cleanup temp files (was Re: Smoke 17805 irix 6.5 6.5.16m IP32 r5000 /usr/share/src/cpan-current-benedick)
31978              From: Nicholas Clark <nick@unfortu.net>
31979              Date: Sun, 8 Sep 2002 15:46:44 +0100
31980              Message-ID: <20020908144643.GC286@Bagpuss.unfortu.net>
31981
31982              Plus two other similar tweaks
31983      Branch: perl
31984            ! ext/SDBM_File/sdbm.t
31985 ____________________________________________________________________________
31986 [ 17874] By: hv                                    on 2002/09/08  17:10:38
31987         Log: Subject: Re: [PATCH: perl #17849] (corrected) Long double bugs - sprintf.t _and_ num.t
31988              From: "Allen Smith" <easmith@beatrice.rutgers.edu>
31989              Date: Sat, 7 Sep 2002 05:25:45 -0400
31990              Message-Id: <10209070525.ZM1584639@puck2.rutgers.edu>
31991      Branch: perl
31992            ! hints/irix_6.sh numeric.c perl.h sv.c t/base/num.t
31993            ! t/op/sprintf.t
31994 ____________________________________________________________________________
31995 [ 17873] By: hv                                    on 2002/09/08  16:48:54
31996         Log: Subject: [PATCH] COW for ithreads (was Re: what copies scalars in ithreads?)
31997              From: Nicholas Clark <nick@unfortu.net>
31998              Date: Sat, 7 Sep 2002 00:20:53 +0100
31999              Message-ID: <20020906232052.GB901@Bagpuss.unfortu.net>
32000      Branch: perl
32001            ! op.c sv.c
32002 ____________________________________________________________________________
32003 [ 17872] By: hv                                    on 2002/09/08  16:35:46
32004         Log: temporarily skip failing Storable tests caused by #17869
32005      Branch: perl
32006            ! ext/Storable/t/code.t
32007 ____________________________________________________________________________
32008 [ 17871] By: hv                                    on 2002/09/08  16:23:49
32009         Log: Subject: [PATCH] tiddly tidy up for util.c
32010              From: Nicholas Clark <nick@unfortu.net>
32011              Date: Fri, 6 Sep 2002 23:00:14 +0100
32012              Message-ID: <20020906220013.GD428@Bagpuss.unfortu.net>
32013      Branch: perl
32014            ! util.c
32015 ____________________________________________________________________________
32016 [ 17870] By: hv                                    on 2002/09/08  16:21:23
32017         Log: regularise whitespace and formatting in util.c
32018      Branch: perl
32019            ! util.c
32020 ____________________________________________________________________________
32021 [ 17869] By: hv                                    on 2002/09/08  15:46:08
32022         Log: Subject: [perl #17061] no strict 'garbage'
32023              From: Elizabeth Mattijsen (via RT) <perlbug@perl.org>
32024              Date: 6 Sep 2002 19:31:02 -0000
32025              Message-Id: <rt-17061-36808.6.19994322284541@bugs6.perl.org>
32026              Date: Sat, 07 Sep 2002 13:40:22 +0200
32027              Message-Id: <4.2.0.58.20020907133846.02476d40@mickey.dijkmat.nl>
32028      Branch: perl
32029            ! lib/strict.pm lib/strict.t
32030 ____________________________________________________________________________
32031 [ 17868] By: hv                                    on 2002/09/08  15:24:08
32032         Log: small fix to perl58delta for MIME::QuotedPrint, from Jarkko
32033      Branch: perl
32034            ! pod/perl58delta.pod
32035 ____________________________________________________________________________
32036 [ 17867] By: hv                                    on 2002/09/08  15:10:46
32037         Log: Subject: [PATCH] allow using hires time() in Benchmark
32038              From: Jarkko Hietaniemi <jhi@iki.fi>
32039              Date: Fri, 6 Sep 2002 00:38:11 +0300
32040              Message-ID: <20020905213811.GA23771@lyta.hut.fi>
32041      Branch: perl
32042            ! lib/Benchmark.pm
32043 ____________________________________________________________________________
32044 [ 17866] By: hv                                    on 2002/09/08  15:06:05
32045         Log: Subject: [PATCH] OS/400 PASE symbol scan tweak
32046              From: Jarkko Hietaniemi <jhi@kosh.hut.fi>
32047              Date: Thu, 5 Sep 2002 21:46:20 +0300 (EET DST)
32048              Message-Id: <200209051846.g85IkKOk013697@kosh.hut.fi>
32049      Branch: perl
32050            ! Configure
32051 ____________________________________________________________________________
32052 [ 17865] By: hv                                    on 2002/09/08  15:03:23
32053         Log: Subject: Unicode::Collate 0.23 Released
32054              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
32055              Date: Thu, 05 Sep 2002 23:28:32 +0900
32056              Message-Id: <20020905232316.8151.BQW10602@nifty.com>
32057      Branch: perl
32058            + lib/Unicode/Collate/t/index.t
32059            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
32060            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
32061 ____________________________________________________________________________
32062 [ 17864] By: hv                                    on 2002/09/08  14:55:31
32063         Log: Subject: sv_2pv_flags and ROK and UTF8 flags
32064              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
32065              Date: Wed, 04 Sep 2002 21:09:01 -0700
32066              Message-ID: <djtd9gzkgyLd092yn@efn.org>
32067              Date: Fri, 06 Sep 2002 09:23:03 -0700
32068              Message-ID: <nZNe9gzkgKdH092yn@efn.org>
32069      Branch: perl
32070            ! lib/overload.t sv.c sv.h t/op/pat.t
32071 ____________________________________________________________________________
32072 [ 17863] By: hv                                    on 2002/09/08  14:11:54
32073         Log: setting PERL_CORE as in #17861 violates assumptions made by taint tests
32074      Branch: perl
32075            ! t/op/taint.t
32076 ____________________________________________________________________________
32077 [ 17862] By: hv                                    on 2002/09/08  14:01:07
32078         Log: Subject: [PATCH t/TestInit.pm] Set env PERL_CORE
32079              From: Michael G Schwern <schwern@pobox.com>
32080              Date: Wed, 4 Sep 2002 11:38:01 -0700
32081              Message-ID: <20020904183801.GF8367@ool-18b93024.dyn.optonline.net>
32082      Branch: perl
32083            ! t/TestInit.pm
32084 ____________________________________________________________________________
32085 [ 17861] By: hv                                    on 2002/09/08  13:58:10
32086         Log: Subject: Re: [PATCH t/test.pl] Let is/isnt() handle undef without warnings
32087              From: Michael G Schwern <schwern@pobox.com>
32088              Date: Fri, 6 Sep 2002 14:03:16 -0700
32089              Message-ID: <20020906210315.GC808@ool-18b93024.dyn.optonline.net>
32090      Branch: perl
32091            ! t/test.pl
32092 ____________________________________________________________________________
32093 [ 17860] By: hv                                    on 2002/09/08  13:48:49
32094         Log: #17859 misuses s/// return values
32095      Branch: perl
32096            ! configpm
32097 ____________________________________________________________________________
32098 [ 17859] By: hv                                    on 2002/09/08  13:17:46
32099         Log: Subject: Re: [PATCH] Attempt at speeding up Config.pm.  Didn't work.
32100              From: Nicholas Clark <nick@unfortu.net>
32101              Date: Mon, 2 Sep 2002 23:22:32 +0100
32102              Message-ID: <20020902222231.GG284@Bagpuss.unfortu.net>
32103      Branch: perl
32104            ! configpm
32105 ____________________________________________________________________________
32106 [ 17850] By: ams                                   on 2002/09/06  03:31:32
32107         Log: Subject: [PATCH] (mostly (Unicode)) pod nits
32108              From: Jarkko Hietaniemi <jhi@iki.fi>
32109              Date: Fri, 6 Sep 2002 06:01:57 +0300
32110              Message-Id: <20020906030157.GA28252@lyta.hut.fi>
32111      Branch: perl
32112            ! pod/perl.pod pod/perlunicode.pod pod/perluniintro.pod
32113 ____________________________________________________________________________
32114 [ 17849] By: gsar                                  on 2002/09/05  06:28:36
32115         Log: document setting the email address
32116      Branch: perl
32117            ! Porting/repository.pod
32118 ____________________________________________________________________________
32119 [ 17848] By: hv                                    on 2002/09/04  23:12:15
32120         Log: AUTHORS: preferred address for Allen Smith
32121      Branch: perl
32122            ! AUTHORS
32123 ____________________________________________________________________________
32124 [ 17847] By: hv                                    on 2002/09/04  23:10:37
32125         Log: copy on write: fixes and debugging
32126              Subject: what copies scalars in ithreads?
32127              From: Nicholas Clark <nick@unfortu.net>
32128              Date: Wed, 4 Sep 2002 21:52:47 +0100
32129              Message-ID: <20020904205247.GA280@Bagpuss.unfortu.net>
32130      Branch: perl
32131            ! sv.c
32132 ____________________________________________________________________________
32133 [ 17846] By: hv                                    on 2002/09/04  23:02:43
32134         Log: Subject: Re: [PATCH] A variety of README nitpicks.
32135              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
32136              Date: Wed, 04 Sep 2002 09:10:05 +0200
32137              Message-Id: <20020904090853.F13D.H.M.BRAND@hccnet.nl>
32138      Branch: perl
32139            ! README.hpux
32140 ____________________________________________________________________________
32141 [ 17845] By: hv                                    on 2002/09/04  15:06:33
32142         Log: Avoid 'unportable' warnings for lib/Math/BigInt/t/constant.t
32143      Branch: perl
32144            ! lib/Math/BigInt/t/constant.t
32145 ____________________________________________________________________________
32146 [ 17844] By: hv                                    on 2002/09/04  14:32:19
32147         Log: #17836 (DB_File-1.805) misses a couple of dTHX declarations
32148      Branch: perl
32149            ! ext/DB_File/DB_File.xs
32150 ____________________________________________________________________________
32151 [ 17843] By: hv                                    on 2002/09/04  14:09:13
32152         Log: #17842 was only half the story
32153              Subject: [PATCH deb.c] Re: HiRes failure is success?
32154              From: Dave Mitchell <davem@fdgroup.com>
32155              Date: Wed, 4 Sep 2002 16:11:15 +0100
32156              Message-ID: <20020904161115.E27603@fdgroup.com>
32157      Branch: perl
32158            ! deb.c
32159 ____________________________________________________________________________
32160 [ 17842] By: hv                                    on 2002/09/04  14:04:40
32161         Log: printf argument mismatch in Perl_deb_stack_all() from change #17718
32162      Branch: perl
32163            ! deb.c
32164 ____________________________________________________________________________
32165 [ 17841] By: hv                                    on 2002/09/04  13:57:27
32166         Log: Subject: [PATCH] op/getpid.t failure
32167              From: Michael G Schwern <schwern@pobox.com>
32168              Date: Tue, 3 Sep 2002 17:48:24 -0700
32169              Message-ID: <20020904004824.GG2701@ool-18b93024.dyn.optonline.net>
32170      Branch: perl
32171            ! t/op/getpid.t
32172 ____________________________________________________________________________
32173 [ 17840] By: hv                                    on 2002/09/04  13:55:20
32174         Log: Subject: [PATCH] File::Basename doesn't lazy load Carp right.
32175              and Subject: [PATCH] More modules that don't lazy load Carp right.
32176              From: Michael G Schwern <schwern@pobox.com>
32177              Date: Tue, 3 Sep 2002 17:21:57 -0700
32178              Message-ID: <20020904002157.GD2701@ool-18b93024.dyn.optonline.net>
32179              and Message-ID: <20020904003857.GE2701@ool-18b93024.dyn.optonline.net>
32180      Branch: perl
32181            ! ext/Encode/Unicode/Unicode.pm
32182            ! ext/Encode/lib/Encode/Encoding.pm ext/Sys/Hostname/Hostname.pm
32183            ! lib/File/Basename.pm
32184 ____________________________________________________________________________
32185 [ 17839] By: hv                                    on 2002/09/04  13:47:12
32186         Log: Subject: Re: [PATCH 5.8.0] add accessors for POSIX::SigAction
32187              From: "Brendan O'Dea" <bod@debian.org>
32188              Date: Wed, 4 Sep 2002 02:36:10 +1000
32189              Message-ID: <20020903163610.GA14595@londo.odea.dropbear.id.au>
32190      Branch: perl
32191            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
32192 ____________________________________________________________________________
32193 [ 17838] By: hv                                    on 2002/09/04  13:41:27
32194         Log: Subject: [PATCHes] Still no working Berkeley DB in OS X 10.2
32195              From: =?ISO-8859-1?Q?Kay_R=F6pke?= <kay@dolphin-services.de>
32196              Date: Tue, 3 Sep 2002 13:46:18 +0200
32197              Message-Id: <C287A20E-BF32-11D6-A454-000393414688@dolphin-services.de>
32198      Branch: perl
32199            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-recno.t
32200 ____________________________________________________________________________
32201 [ 17837] By: hv                                    on 2002/09/04  13:38:27
32202         Log: Subject: [PATCH lib/Config.t] test grandfathered Config variables
32203              From: Michael G Schwern <schwern@pobox.com>
32204              Date: Mon, 2 Sep 2002 22:29:07 -0700
32205              Message-ID: <20020903052907.GR8061@ool-18b93024.dyn.optonline.net>
32206      Branch: perl
32207            ! lib/Config.t
32208 ____________________________________________________________________________
32209 [ 17836] By: hv                                    on 2002/09/04  13:35:36
32210         Log: Subject: [PATCH] DB_File 1.805
32211              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
32212              Date: Mon, 2 Sep 2002 23:56:40 +0100
32213              Message-ID: <AIEAJICLCBDNAAOLLOKLAEMCFFAA.Paul.Marquess@btinternet.com>
32214      Branch: perl
32215            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
32216            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
32217            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
32218            ! ext/DB_File/t/db-recno.t ext/DB_File/typemap
32219 ____________________________________________________________________________
32220 [ 17835] By: hv                                    on 2002/09/04  13:23:17
32221         Log: fix coredump after 64k-deep recursion
32222              Subject: Re: debugging coredump with -DD
32223              From: hv@crypt.org
32224              Date: Tue, 03 Sep 2002 14:34:20 +0100
32225              Message-Id: <200209031334.g83DYLN09709@crypt.compulink.co.uk>
32226      Branch: perl
32227            ! cop.h t/op/recurse.t
32228 ____________________________________________________________________________
32229 [ 17834] By: hv                                    on 2002/09/04  13:08:36
32230         Log: perldoc: allow arguments for pager
32231              Subject: perldoc patch for better $Config{pager} support, mandir patch, fhs patch
32232              From: Chip Turner <cturner@redhat.com>
32233              Date: 02 Sep 2002 01:17:23 -0400
32234              Message-ID: <vzku1l9x95o.fsf@minbar.devel.redhat.com>
32235      Branch: perl
32236            ! utils/perldoc.PL
32237 ____________________________________________________________________________
32238 [ 17833] By: hv                                    on 2002/09/04  12:55:54
32239         Log: Subject: [PATCH] use sysconf(_SC_CLK_TCK) for times()
32240              From: Jarkko Hietaniemi <jhi@iki.fi>
32241              Date: Sun, 1 Sep 2002 19:23:55 +0300
32242              Message-ID: <20020901162355.GH12536@lyta.hut.fi>
32243      Branch: perl
32244            ! embedvar.h intrpvar.h perl.c perlapi.h pp_sys.c
32245 ____________________________________________________________________________
32246 [ 17832] By: hv                                    on 2002/09/04  12:39:42
32247         Log: Subject: Re: [PATCH] Correct/completes Overloading in XS mods
32248              From: John Peacock <jpeacock@rowman.com>
32249              Date: Sun, 01 Sep 2002 15:00:12 -0400
32250              Message-ID: <3D7263BC.9020608@rowman.com>
32251      Branch: perl
32252            ! lib/ExtUtils/xsubpp pod/perlxs.pod
32253 ____________________________________________________________________________
32254 [ 17831] By: hv                                    on 2002/09/04  11:47:10
32255         Log: #17827 misses some win32 tweaks
32256      Branch: perl
32257            ! win32/Makefile win32/makefile.mk
32258 ____________________________________________________________________________
32259 [ 17830] By: hv                                    on 2002/09/04  11:41:22
32260         Log: update email address for Paul Marquess
32261      Branch: perl
32262            ! AUTHORS
32263 ____________________________________________________________________________
32264 [ 17829] By: hv                                    on 2002/09/04  11:38:39
32265         Log: Subject: Correction for AUTHORS.html
32266              From: Sean Davis <dive@ender.com>
32267              Date: Fri, 30 Aug 2002 03:51:16 -0700
32268              Message-ID: <20020830035116.A18739@endersgame.net>
32269      Branch: perl
32270            ! AUTHORS
32271 ____________________________________________________________________________
32272 [ 17828] By: hv                                    on 2002/09/04  11:31:42
32273         Log: Subject: [PATCH] File::Spec->catfile not canonicalizing consistently
32274              From: Michael G Schwern <schwern@pobox.com>
32275              Date: Fri, 30 Aug 2002 03:40:45 -0700
32276              Message-ID: <20020830104044.GF859@ool-18b93024.dyn.optonline.net>
32277      Branch: perl
32278            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
32279            ! lib/File/Spec/t/Spec.t
32280 ____________________________________________________________________________
32281 [ 17827] By: hv                                    on 2002/09/04  11:21:57
32282         Log: Subject: [PATCH] OS/400 PASE port
32283              From: Jarkko Hietaniemi <jhi@iki.fi>
32284              Date: Thu, 29 Aug 2002 22:22:51 +0300
32285              Message-ID: <20020829192251.GA27102@lyta.hut.fi>
32286      Branch: perl
32287            + README.os400 hints/os400.sh
32288            ! Configure MANIFEST hints/aix.sh lib/Cwd.pm pod/buildtoc.PL
32289            ! pod/perl.pod pod/perlebcdic.pod pod/perlport.pod
32290 ____________________________________________________________________________
32291 [ 17826] By: hv                                    on 2002/09/04  11:10:54
32292         Log: Subject: [PATCH 5.8.0] allow Sys::Syslog test to fail gracefully
32293              From: "Brendan O'Dea" <bod@debian.org>
32294              Date: Thu, 29 Aug 2002 22:42:39 +1000
32295              Message-ID: <20020829124239.GA31934@londo.odea.dropbear.id.au>
32296      Branch: perl
32297            ! ext/Sys/Syslog/syslog.t
32298 ____________________________________________________________________________
32299 [ 17825] By: hv                                    on 2002/09/04  10:53:59
32300         Log: Subject: Re: Possible bug in IPC/Semaphore.pm [PATCH]
32301              From: "John P. Linderman" <jpl@research.att.com>
32302              Date: Wed, 28 Aug 2002 08:04:29 -0400 (EDT)
32303              Message-Id: <200208271900.PAA98096@raptor.research.att.com>
32304      Branch: perl
32305            ! ext/IPC/SysV/Semaphore.pm
32306 ____________________________________________________________________________
32307 [ 17824] By: rgs                                   on 2002/09/03  20:02:36
32308         Log: Subject: [perl #16971] [PATCH] Fix a couple of URLs that changed recently.
32309              From: Richard Soderberg (via RT) <perlbug@perl.org>
32310              Date: 3 Sep 2002 18:48:54 -0000
32311              Message-ID: <rt-16971-36426.15.5276119194873@bugs6.perl.org>
32312
32313              Subject: [PATCH] A variety of README nitpicks.
32314              From: Richard Soderberg <rs@crystalflame.net>
32315              Date: Tue, 3 Sep 2002 11:54:39 -0700 (PDT)
32316              Message-ID: <Pine.LNX.4.33.0209031148280.32671-200000@oregonnet.com>
32317      Branch: perl
32318            ! README.amiga README.dgux README.dos README.epoc README.hpux
32319            ! README.mint README.netware README.vmesa
32320 ____________________________________________________________________________
32321 [ 17823] By: rgs                                   on 2002/09/03  19:47:05
32322         Log: Fix bug #16828.
32323              Add a few tests to ext/B/t/b.t, make it use Test::More.
32324      Branch: perl
32325            ! ext/B/B.xs ext/B/t/b.t
32326 ____________________________________________________________________________
32327 [ 17822] By: rgs                                   on 2002/09/02  19:29:52
32328         Log: Some simple tests for the POSIX::isXXX() functions.
32329      Branch: perl
32330            ! ext/POSIX/t/posix.t
32331 ____________________________________________________________________________
32332 [ 17821] By: rgs                                   on 2002/08/30  19:56:53
32333         Log: Advertise Linux::Pid.
32334      Branch: perl
32335            ! pod/perlfunc.pod pod/perlvar.pod
32336 ____________________________________________________________________________
32337 [ 17819] By: hv                                    on 2002/08/30  13:42:02
32338         Log: Subject: [PATCH] Tweaks to Bleadperl Version Object Support
32339              From: John Peacock <jpeacock@rowman.com>
32340              Date: Wed, 28 Aug 2002 22:13:48 -0400
32341              Message-ID: <3D6D835C.50809@rowman.com>
32342      Branch: perl
32343            ! universal.c util.c
32344 ____________________________________________________________________________
32345 [ 17818] By: hv                                    on 2002/08/30  13:16:05
32346         Log: add test related to change #17799:
32347              Subject: Re: if.pm bug.
32348              From: "Steffen Mueller" <kjx9zthh3001@sneakemail.com>
32349              Date: Thu, 29 Aug 2002 19:39:58 +0200
32350              Message-ID: <20020829173358.34731.qmail@onion.perl.org>
32351      Branch: perl
32352            ! lib/if.t
32353 ____________________________________________________________________________
32354 [ 17817] By: hv                                    on 2002/08/30  13:12:20
32355         Log: Subject: [PATCH] AUTHORS
32356              From: "Brendan O'Dea" <bod@debian.org>
32357              Date: Thu, 29 Aug 2002 22:49:34 +1000
32358              Message-ID: <20020829124934.GA1984@londo.odea.dropbear.id.au>
32359      Branch: perl
32360            ! AUTHORS
32361 ____________________________________________________________________________
32362 [ 17816] By: hv                                    on 2002/08/30  13:10:45
32363         Log: Subject: [PATCH 5.8.0] Term::Cap allow # comments in infcocmp output
32364              From: "Brendan O'Dea" <bod@debian.org>
32365              Date: Thu, 29 Aug 2002 22:46:47 +1000
32366              Message-ID: <20020829124647.GA1498@londo.odea.dropbear.id.au>
32367      Branch: perl
32368            ! lib/Term/Cap.pm
32369 ____________________________________________________________________________
32370 [ 17815] By: hv                                    on 2002/08/30  13:02:41
32371         Log: formatting cleanup and:
32372              Subject: Re: perl-5.8.0 on HP porting center
32373              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
32374              Date: Thu, 29 Aug 2002 12:23:31 +0200
32375              Message-Id: <20020829122221.0CA3.H.M.BRAND@hccnet.nl>
32376      Branch: perl
32377            ! installperl
32378 ____________________________________________________________________________
32379 [ 17814] By: hv                                    on 2002/08/30  12:23:33
32380         Log: Subject: [PATCH] perlmod.pod nit
32381              From: Autrijus Tang <autrijus@autrijus.org>
32382              Date: Thu, 29 Aug 2002 03:49:34 +0800
32383              Message-ID: <20020828194934.GA12244@not.autrijus.org>
32384      Branch: perl
32385            ! pod/perlmod.pod
32386 ____________________________________________________________________________
32387 [ 17813] By: hv                                    on 2002/08/30  12:19:15
32388         Log: Subject: [PATCH] Re: glob names and Regexp type introspection
32389              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
32390              Date: Thu, 29 Aug 2002 17:31:31 -0700
32391              Message-ID: <jzrb9gzkgO7W092yn@efn.org>
32392      Branch: perl
32393            ! sv.c t/op/pat.t
32394 ____________________________________________________________________________
32395 [ 17812] By: hv                                    on 2002/08/30  12:06:20
32396         Log: Subject: [PATCH] typos in Hash::Util documentation
32397              From: Slaven Rezic <slaven.rezic@berlin.de>
32398              Date: Wed, 28 Aug 2002 17:08:50 +0200 (CEST)
32399              Message-Id: <200208281508.g7SF8o9Z015197@vran.herceg.de>
32400      Branch: perl
32401            ! lib/Hash/Util.pm
32402 ____________________________________________________________________________
32403 [ 17811] By: hv                                    on 2002/08/30  12:02:59
32404         Log: Subject: Re: Recent changes on the HP porting center
32405              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
32406              Date: Wed, 28 Aug 2002 17:39:27 +0200
32407              Message-Id: <20020828173024.3E95.H.M.BRAND@hccnet.nl>
32408      Branch: perl
32409            ! README.hpux
32410 ____________________________________________________________________________
32411 [ 17810] By: hv                                    on 2002/08/30  11:58:18
32412         Log: Subject: [PATCH] Fixes to threads::shared when disabled
32413              From: Michael G Schwern <schwern@pobox.com>
32414              Date: Wed, 28 Aug 2002 06:04:18 -0700
32415              Message-ID: <20020828130418.GG773@ool-18b93024.dyn.optonline.net>
32416      Branch: perl
32417            + ext/threads/shared/t/disabled.t
32418            ! MANIFEST ext/threads/shared/shared.pm
32419            ! ext/threads/shared/t/hv_refs.t
32420 ____________________________________________________________________________
32421 [ 17808] By: ams                                   on 2002/08/30  02:59:31
32422         Log: Subject: [PATCH] Tru64 vs Berkeley DB
32423              From: Jarkko Hietaniemi <jhi@iki.fi>
32424              Date: Fri, 30 Aug 2002 06:56:38 +0300
32425              Message-Id: <20020830035638.GB874@lyta.hut.fi>
32426      Branch: perl
32427            ! README.tru64 hints/dec_osf.sh
32428 ____________________________________________________________________________
32429 [ 17807] By: ams                                   on 2002/08/30  02:32:30
32430         Log: Subject: [PATCH] IRIX + INSTALL
32431              From: Jarkko Hietaniemi <jhi@iki.fi>
32432              Date: Fri, 30 Aug 2002 06:31:48 +0300
32433              Message-Id: <20020830033148.GA874@lyta.hut.fi>
32434      Branch: perl
32435            ! INSTALL hints/irix_6.sh
32436 ____________________________________________________________________________
32437 [ 17806] By: hv                                    on 2002/08/29  22:56:45
32438         Log: #17449 failed to apply the actual patch. This is it.
32439      Branch: perl
32440            ! lib/Exporter.pm lib/Exporter/Heavy.pm
32441 ____________________________________________________________________________
32442 [ 17805] By: hv                                    on 2002/08/29  13:49:04
32443         Log: Fix based on:
32444              Subject: [perl #16799] Perl 5.8.0 breaks POSIX::isprint() (and other POSIX::xxx)
32445              From: "esm@pobox.com (via RT)" <perlbug@perl.org>
32446              Date: 27 Aug 2002 22:10:16 -0000
32447              Message-Id: <rt-16799-35846.14.4842888832041@bugs6.perl.org>
32448      Branch: perl
32449            ! ext/POSIX/POSIX.xs
32450 ____________________________________________________________________________
32451 [ 17804] By: hv                                    on 2002/08/29  13:29:43
32452         Log: Subject: [PATCH] B::check_av() ; B::Deparse for CHECK blocks
32453              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
32454              Date: Tue, 27 Aug 2002 23:36:53 +0200
32455              Message-Id: <20020827233653.535bc211.rgarciasuarez@free.fr>
32456      Branch: perl
32457            ! embedvar.h ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm intrpvar.h
32458            ! perl.c perlapi.h sv.c
32459 ____________________________________________________________________________
32460 [ 17803] By: ams                                   on 2002/08/29  13:09:47
32461         Log: Subject: [PATCH] AIX compiler setup sanity checking
32462              From: Jarkko Hietaniemi <jhi@iki.fi>
32463              Date: Thu, 29 Aug 2002 16:43:51 +0300
32464              Message-Id: <20020829134351.GG5219@lyta.hut.fi>
32465      Branch: perl
32466            ! hints/aix.sh
32467 ____________________________________________________________________________
32468 [ 17802] By: hv                                    on 2002/08/29  12:32:51
32469         Log: Subject: [perl #16769] Documention bug
32470              From: "dformosa@dformosa.zeta.org.au (via RT)" <perlbug@perl.org>
32471              Date: 26 Aug 2002 10:01:04 -0000
32472              Message-Id: <rt-16769-35720.17.1057454913803@bugs6.perl.org>
32473      Branch: perl
32474            ! pod/perl58delta.pod
32475 ____________________________________________________________________________
32476 [ 17801] By: hv                                    on 2002/08/29  12:19:30
32477         Log: Subject: [PATCH] ExtUtils::Constant 0.14
32478              From: Nicholas Clark <nick@unfortu.net>
32479              Date: Sun, 25 Aug 2002 18:06:00 +0100
32480              Message-ID: <20020825170600.GE322@Bagpuss.unfortu.net>
32481      Branch: perl
32482            ! lib/ExtUtils/Constant.pm lib/ExtUtils/t/Constant.t
32483 ____________________________________________________________________________
32484 [ 17800] By: hv                                    on 2002/08/29  12:08:59
32485         Log: Subject: Patch: Put local($^I, @ARGV) = ... trick back into perlfaq5
32486              From: Mark-Jason Dominus <mjd@plover.com>
32487              Date: Sun, 25 Aug 2002 12:09:53 -0400
32488              Message-ID: <20020825160953.15987.qmail@plover.com>
32489      Branch: perl
32490            ! pod/perlfaq5.pod
32491 ____________________________________________________________________________
32492 [ 17799] By: hv                                    on 2002/08/29  11:48:39
32493         Log: Subject: Re: if.pm bug.
32494              From: "Steffen Mueller" <kjx9zthh3001@sneakemail.com>
32495              Date: Sun, 25 Aug 2002 00:27:59 +0200
32496              Message-ID: <20020824222210.16387.qmail@onion.perl.org>
32497      Branch: perl
32498            ! lib/if.pm
32499 ____________________________________________________________________________
32500 [ 17798] By: hv                                    on 2002/08/29  11:44:00
32501         Log: Subject: [PATCH] posixify getppid on linux-multithread
32502              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
32503              Date: Tue, 6 Aug 2002 21:56:46 +0200
32504              Message-Id: <20020806215646.3f6852bb.rgarciasuarez@free.fr>
32505      Branch: perl
32506            + t/op/getpid.t
32507            ! MANIFEST embedvar.h hints/linux.sh perl.c perlapi.h perlvars.h
32508            ! pod/perlfunc.pod pod/perlvar.pod pp_sys.c util.c
32509 ____________________________________________________________________________
32510 [ 17797] By: hv                                    on 2002/08/29  10:55:41
32511         Log: Subject: Re: [perl #16677] B::SV::FLAGS dumps core
32512              From: Mark-Jason Dominus <mjd@plover.com>
32513              Date: Sun, 25 Aug 2002 22:31:54 -0400
32514              Message-ID: <20020826023154.22986.qmail@plover.com>
32515      Branch: perl
32516            ! ext/B/B.pm
32517 ____________________________________________________________________________
32518 [ 17791] By: hv                                    on 2002/08/27  11:28:32
32519         Log: Missing MANIFEST files for #17783.
32520      Branch: perl
32521            ! MANIFEST
32522 ____________________________________________________________________________
32523 [ 17790] By: hv                                    on 2002/08/27  11:22:36
32524         Log: #17783 introduced an outdated test module, causing failure in
32525              lib/ExtUtils/t/problems.t. This grabs a more recent copy from
32526              ExtUtils::MakeMaker.
32527      Branch: perl
32528            ! t/lib/TieOut.pm
32529 ____________________________________________________________________________
32530 [ 17789] By: ams                                   on 2002/08/27  04:04:48
32531         Log: Subject: Patch perlvar.pod
32532              From: mjd@plover.com
32533              Date: 27 Aug 2002 03:03:01 -0000
32534              Message-Id: <20020827030301.32481.qmail@plover.com>
32535      Branch: perl
32536            ! pod/perlvar.pod
32537 ____________________________________________________________________________
32538 [ 17788] By: hv                                    on 2002/08/26  23:59:47
32539         Log: Update Changes
32540      Branch: perl
32541            ! Changes patchlevel.h
32542 ____________________________________________________________________________
32543 [ 17787] By: hv                                    on 2002/08/26  19:22:27
32544         Log: fix for:
32545              Subject: [perl #16773] "abc" =~ /(ab)()(c)??/ broken
32546              From: (Randal L. Schwartz) (via RT) <perlbug@perl.org>
32547              Date: 26 Aug 2002 15:01:36 -0000
32548              Message-Id: <rt-16773-35748.5.13188490159294@bugs6.perl.org>
32549      Branch: perl
32550            ! regexec.c t/op/re_tests
32551 ____________________________________________________________________________
32552 [ 17786] By: hv                                    on 2002/08/26  15:34:25
32553         Log: Subject: CPAN Upload: S/SB/SBURKE/Test-1.21.tar.gz
32554              From: "Sean M. Burke" <sburke@cpan.org>
32555              Date: Mon, 26 Aug 2002 04:38:19 -0600
32556              Message-Id: <5.1.0.14.1.20020826043702.022ca320@mail.spinn.net>
32557      Branch: perl
32558            ! lib/Test.pm lib/Test/t/fail.t lib/Test/t/mix.t
32559            ! lib/Test/t/todo.t
32560 ____________________________________________________________________________
32561 [ 17785] By: hv                                    on 2002/08/26  15:18:41
32562         Log: fix non-ANSI C++-style comment
32563              Subject: [ PATCH ]  Smoke 17780 /pro/3gl/CPAN/perl-current
32564              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
32565              Date: Mon, 26 Aug 2002 09:15:18 +0200
32566              Message-Id: <20020826090145.6975.H.M.BRAND@hccnet.nl>
32567      Branch: perl
32568            ! ext/Storable/Storable.xs
32569 ____________________________________________________________________________
32570 [ 17784] By: hv                                    on 2002/08/26  15:15:19
32571         Log: #17780 relies on unixy paths to locate own directory for bignum tests.
32572      Branch: perl
32573            ! lib/bignum/t/biinfnan.t lib/bignum/t/bninfnan.t
32574            ! lib/bignum/t/brinfnan.t
32575 ____________________________________________________________________________
32576 [ 17783] By: hv                                    on 2002/08/26  15:07:21
32577         Log: Subject: [ANNOUNCE] Test::Simple 0.47
32578              From: Michael G Schwern <schwern@pobox.com>
32579              Date: Mon, 26 Aug 2002 04:13:03 -0700
32580              Message-ID: <20020826111303.GJ758@ool-18b93024.dyn.optonline.net>
32581      Branch: perl
32582            + lib/Test/Simple/t/details.t lib/Test/Simple/t/fork.t
32583            + lib/Test/Simple/t/has_plan.t lib/Test/Simple/t/has_plan2.t
32584            + lib/Test/Simple/t/ok_obj.t
32585            + t/lib/Test/Simple/sample_tests/pre_plan_death.plx
32586            ! lib/Test/Builder.pm lib/Test/More.pm lib/Test/Simple.pm
32587            ! lib/Test/Simple/Changes lib/Test/Simple/t/exit.t
32588            ! lib/Test/Simple/t/plan.t lib/Test/Simple/t/threads.t
32589            ! lib/Test/Tutorial.pod t/lib/TieOut.pm
32590 ____________________________________________________________________________
32591 [ 17782] By: hv                                    on 2002/08/26  15:00:55
32592         Log: new test for change #17773
32593              Subject: lib/Pod/t/htmlview.t and lib/Pod/t/htmlview.pod patch (to account for the Pod::Html patch)
32594              From: DH <crazyinsomniac@yahoo.com>
32595              Date: Mon, 26 Aug 2002 01:36:27 -0700 (PDT)
32596              Message-ID: <20020826083627.46199.qmail@web40207.mail.yahoo.com>
32597      Branch: perl
32598            ! lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
32599 ____________________________________________________________________________
32600 [ 17781] By: hv                                    on 2002/08/26  14:48:35
32601         Log: #17775 changed reentr.c instead of reentr.pl, which generates it
32602      Branch: perl
32603            ! reentr.pl
32604 ____________________________________________________________________________
32605 [ 17780] By: hv                                    on 2002/08/25  19:03:50
32606         Log: fix bignum test failures
32607      Branch: perl
32608            ! lib/bignum/t/biinfnan.t lib/bignum/t/bninfnan.t
32609            ! lib/bignum/t/brinfnan.t
32610 ____________________________________________________________________________
32611 [ 17779] By: hv                                    on 2002/08/25  18:56:29
32612         Log: upgrade bignum to v0.13: fix test failures and update docs
32613      Branch: perl
32614            ! lib/bignum.pm lib/bignum/t/bignum.t lib/bignum/t/bninfnan.t
32615 ____________________________________________________________________________
32616 [ 17778] By: hv                                    on 2002/08/25  18:43:06
32617         Log: Subject: Encode 1.76 Released
32618              From: Dan Kogai <dankogai@dan.co.jp>
32619              Date: su elo 25, 2002  11:27:07 US/Eastern
32620              Message-Id: <1DE68466-B83F-11D6-8805-0003939A104C@dan.co.jp>
32621      Branch: perl
32622            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/bin/piconv
32623            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
32624            ! ext/Encode/lib/Encode/MIME/Header.pm
32625            ! ext/Encode/t/big5-eten.utf ext/Encode/ucm/big5-eten.ucm
32626 ____________________________________________________________________________
32627 [ 17777] By: rgs                                   on 2002/08/25  18:42:46
32628         Log: Fix parsing problems with the // operator.
32629              Make // able to follow various unary operators used without
32630              arguments or parens (shift, pop, getc, pos, readline,
32631              readlink, undef, umask, and the filetest operators), as
32632              well as the <FH> operator.
32633      Branch: perl
32634            ! perl.h t/op/dor.t toke.c
32635 ____________________________________________________________________________
32636 [ 17776] By: hv                                    on 2002/08/25  15:56:37
32637         Log: Subject: [PATCH] ExtUtils::Constant 0.13
32638              From: Nicholas Clark <nick@unfortu.net>
32639              Date: Fri, 23 Aug 2002 19:21:12 +0100
32640              Message-ID: <20020823182111.GA281@Bagpuss.unfortu.net>
32641      Branch: perl
32642            ! lib/ExtUtils/Constant.pm lib/ExtUtils/t/Constant.t
32643 ____________________________________________________________________________
32644 [ 17775] By: hv                                    on 2002/08/25  15:46:28
32645         Log: Subject: [perl #16729] crypt() doesn't work in multithreaded perl
32646              From: "mls@suse.de (via RT)" <perlbug@perl.org>
32647              Date: 23 Aug 2002 15:24:39 -0000
32648              Message-Id: <rt-16729-35555.9.25145891475907@bugs6.perl.org>
32649      Branch: perl
32650            ! reentr.c
32651 ____________________________________________________________________________
32652 [ 17774] By: hv                                    on 2002/08/25  15:29:42
32653         Log: Subject: [PATCH lib/Benchmark.(pm|t)]  Make cmpthese work as documented.
32654              From: Abigail <abigail@foad.org>
32655              Date: Thu, 22 Aug 2002 04:10:39 -0700
32656              Message-ID: <20020822041039.A2089@ucan.foad.org>
32657      Branch: perl
32658            ! lib/Benchmark.pm lib/Benchmark.t
32659 ____________________________________________________________________________
32660 [ 17773] By: hv                                    on 2002/08/25  15:17:16
32661         Log: Subject: Re: a bugfix for Pod::Html (in diff -u format)
32662              From: DH <crazyinsomniac@yahoo.com>
32663              Date: Thu, 22 Aug 2002 02:32:50 -0700 (PDT)
32664              Message-ID: <20020822093250.30523.qmail@web40205.mail.yahoo.com>
32665      Branch: perl
32666            ! lib/Pod/Html.pm
32667 ____________________________________________________________________________
32668 [ 17772] By: hv                                    on 2002/08/25  14:49:37
32669         Log: Subject: Re: p5p patches
32670              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
32671              Date: Fri, 23 Aug 2002 15:27:48 +0200
32672              Message-Id: <20020823152535.D3EA.H.M.BRAND@hccnet.nl>
32673      Branch: perl
32674            ! Porting/patching.pod
32675 ____________________________________________________________________________
32676 [ 17771] By: hv                                    on 2002/08/25  14:45:46
32677         Log: Subject: Newdated info for HP-UX
32678              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
32679              Date: Wed, 21 Aug 2002 20:20:17 +0200
32680              Message-Id: <20020821201737.697B.H.M.BRAND@hccnet.nl>
32681      Branch: perl
32682            ! README.hpux
32683 ____________________________________________________________________________
32684 [ 17770] By: hv                                    on 2002/08/25  14:26:36
32685         Log: Subject: [PATCH] let perlfaq1.pod mention 5.8 as the current stable release
32686              From: "Jos I. Boumans" <kane@cpan.org>
32687              Date: Wed, 21 Aug 2002 14:55:51 +0200
32688              Message-ID: <20020821124817.34761.qmail@onion.perl.org>
32689      Branch: perl
32690            ! pod/perlfaq1.pod
32691 ____________________________________________________________________________
32692 [ 17769] By: hv                                    on 2002/08/25  14:16:50
32693         Log: Subject: bit more for WinCE
32694              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
32695              Date: Wed, 21 Aug 2002 01:31:52 +0400
32696              Message-ID: <000f01c24891$045c4990$2b5ec3d9@vad>
32697      Branch: perl
32698            ! wince/Makefile.ce wince/compile.bat wince/win32io.c
32699            ! wince/wince.c
32700 ____________________________________________________________________________
32701 [ 17768] By: hv                                    on 2002/08/25  14:02:47
32702         Log: Subject: [PATCH] fix lib.pm's import() to accept readonly parameters
32703              From: Anton Berezin <tobez@tobez.org>
32704              Date: Tue, 20 Aug 2002 23:44:25 +0200
32705              Message-ID: <20020820214425.GG16178@heechee.tobez.org>
32706      Branch: perl
32707            ! lib/lib.t lib/lib_pm.PL
32708 ____________________________________________________________________________
32709 [ 17767] By: hv                                    on 2002/08/25  13:52:08
32710         Log: Subject: [perl #16281] patch to enable perldoc -n for MSWin32 (perl-5.8.0)
32711              From: "Randy W. Sims" (via RT) <perlbug@perl.org>
32712              Date: 18 Aug 2002 13:27:12 -0000
32713              Message-Id: <rt-16281-34264.3.49471192322156@bugs6.perl.org>
32714      Branch: perl
32715            ! utils/perldoc.PL
32716 ____________________________________________________________________________
32717 [ 17766] By: rgs                                   on 2002/08/24  20:33:05
32718         Log: Subject: [perl #16737] [PATCH] Perl5.8.0 two simple typos in perlxstut
32719              From: Peter BARABAS (via RT) <perlbug@perl.org>
32720              Date: 24 Aug 2002 08:16:19 -0000
32721              Message-ID: <rt-16737-35573.3.51579548306248@bugs6.perl.org>
32722      Branch: perl
32723            ! pod/perlxstut.pod
32724 ____________________________________________________________________________
32725 [ 17765] By: rgs                                   on 2002/08/24  19:03:52
32726         Log: Subject: [PATCH] remove 2 unit warnings from lib/Net/t/hostname.t
32727              From: Nicholas Clark <nick@unfortu.net>
32728              Date: Sat, 24 Aug 2002 17:01:08 +0100
32729              Message-ID: <20020824160107.GI280@Bagpuss.unfortu.net>
32730              (plus a typo fix)
32731      Branch: perl
32732            ! lib/Net/t/hostname.t
32733 ____________________________________________________________________________
32734 [ 17764] By: rgs                                   on 2002/08/24  12:29:27
32735         Log: a2p wasn't installed with -Dversiononly
32736      Branch: perl
32737            ! installperl
32738 ____________________________________________________________________________
32739 [ 17763] By: hv                                    on 2002/08/23  12:23:31
32740         Log: #17747 caused bad free()s with PERL_DESTRUCT by calling newXS()
32741              with a NULL subaddr. Fix that, and stop it happening again.
32742      Branch: perl
32743            ! op.c universal.c
32744 ____________________________________________________________________________
32745 [ 17762] By: hv                                    on 2002/08/23  11:02:35
32746         Log: fixup threaded build for vstring changes
32747      Branch: perl
32748            ! universal.c util.c
32749 ____________________________________________________________________________
32750 [ 17761] By: ams                                   on 2002/08/23  02:54:09
32751         Log: Incorporate fix from JHI at:
32752              http://rt.perl.org/rt2/Ticket/Display.html?id=16708
32753      Branch: perl
32754            ! ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
32755 ____________________________________________________________________________
32756 [ 17760] By: ams                                   on 2002/08/23  01:30:46
32757         Log: Subject: [PATCH] PPPort IVSIZE and SvPV_nolen
32758              From: Jarkko Hietaniemi <jhi@iki.fi>
32759              Date: Fri, 23 Aug 2002 05:29:09 +0300
32760              Message-Id: <20020823022909.GC9135@lyta.hut.fi>
32761      Branch: perl
32762            ! ext/Devel/PPPort/PPPort.pm
32763 ____________________________________________________________________________
32764 [ 17759] By: ams                                   on 2002/08/23  01:27:23
32765         Log: Subject: [PATCH] x2p/str.c signedness nits
32766              From: Jarkko Hietaniemi <jhi@iki.fi>
32767              Date: Fri, 23 Aug 2002 02:43:30 +0300
32768              Message-Id: <20020822234330.GC31624@lyta.hut.fi>
32769      Branch: perl
32770            ! x2p/str.c
32771 ____________________________________________________________________________
32772 [ 17758] By: hv                                    on 2002/08/22  22:29:45
32773         Log: bignum-0.12 updates from:
32774              Subject: [ANNOUCNE] Big Math::Big* update
32775              From: Tels <perl_dummy@bloodgate.com>
32776              Date: Tue, 13 Aug 2002 22:02:09 +0200 (CEST)
32777              Message-Id: <200208132121.g7DLLRV21408@crypt.org>
32778      Branch: perl
32779            + lib/bignum/t/biinfnan.t lib/bignum/t/bn_lite.t
32780            + lib/bignum/t/bninfnan.t lib/bignum/t/br_lite.t
32781            + lib/bignum/t/brinfnan.t lib/bignum/t/infnan.inc
32782            ! MANIFEST lib/bigint.pm lib/bignum.pm lib/bignum/t/bignum.t
32783            ! lib/bigrat.pm
32784 ____________________________________________________________________________
32785 [ 17757] By: hv                                    on 2002/08/22  22:19:42
32786         Log: new file for #17756
32787      Branch: perl
32788            ! MANIFEST
32789 ____________________________________________________________________________
32790 [ 17756] By: hv                                    on 2002/08/22  22:16:41
32791         Log: Subject: ANNOUCNE: Math::BigRat v0.09
32792              From: Tels <perl_dummy@bloodgate.com>
32793              Date: Wed, 14 Aug 2002 20:12:03 +0200 (CEST)
32794              Message-Id: <200208141812.g7EICrV23771@crypt.org>
32795      Branch: perl
32796            + lib/Math/BigRat/t/big_ap.t
32797            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigrat.t
32798            ! lib/Math/BigRat/t/bigratpm.inc
32799 ____________________________________________________________________________
32800 [ 17755] By: hv                                    on 2002/08/22  19:44:03
32801         Log: new files from #17754
32802      Branch: perl
32803            + lib/Math/BigInt/Scalar.pm lib/Math/BigInt/t/bigints.t
32804 ____________________________________________________________________________
32805 [ 17754] By: hv                                    on 2002/08/22  19:42:58
32806         Log: Subject: ANNOUNCE: Math-BigInt v1.62
32807              From: Tels <perl_dummy@bloodgate.com>
32808              Date: Wed, 21 Aug 2002 19:12:59 +0200 (CEST)
32809              Message-Id: <200208211513.g7LFDUs02512@crypt.org>
32810      Branch: perl
32811            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
32812            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
32813            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bare_mif.t
32814            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
32815            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
32816            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/calling.t
32817            ! lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/mbimbf.inc
32818            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/sub_mbf.t
32819            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/sub_mif.t
32820            ! lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
32821            ! lib/Math/BigInt/t/with_sub.t t/lib/Math/BigFloat/Subclass.pm
32822 ____________________________________________________________________________
32823 [ 17753] By: hv                                    on 2002/08/22  12:05:57
32824         Log: Subject: podlators 1.24 released
32825              From: Russ Allbery <rra@stanford.edu>
32826              Date: Sat, 03 Aug 2002 20:56:42 -0700
32827              Message-ID: <ylbs8jff9h.fsf@windlord.stanford.edu>
32828      Branch: perl
32829            + lib/Pod/t/text-options.t
32830            ! MANIFEST lib/Pod/Text.pm lib/Pod/Text/Overstrike.pm
32831            ! lib/Pod/t/basic.t pod/pod2text.PL
32832 ____________________________________________________________________________
32833 [ 17752] By: hv                                    on 2002/08/22  11:13:17
32834         Log: Subject: [Announce] Unicode::Collate 0.20 -> UCA version 9
32835              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
32836              Date: Fri, 26 Jul 2002 02:59:12 +0900
32837              Message-Id: <20020726025828.B5E9.BQW10602@nifty.com>
32838      Branch: perl
32839            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
32840            ! lib/Unicode/Collate/README lib/Unicode/Collate/keys.txt
32841            ! lib/Unicode/Collate/t/test.t
32842 ____________________________________________________________________________
32843 [ 17751] By: hv                                    on 2002/08/22  11:08:35
32844         Log: fix test failure from #17747
32845      Branch: perl
32846            ! ext/B/t/stash.t
32847 ____________________________________________________________________________
32848 [ 17750] By: hv                                    on 2002/08/22  10:46:19
32849         Log: Subject: [PATCH] Fix DBM filters
32850              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
32851              Date: Wed, 21 Aug 2002 11:40:49 +0100
32852              Message-ID: <AIEAJICLCBDNAAOLLOKLAEHCFEAA.Paul.Marquess@btinternet.com>
32853      Branch: perl
32854            ! XSUB.h ext/DB_File/DB_File.xs ext/DB_File/typemap
32855            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/gdbm.t
32856            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.xs
32857            ! ext/NDBM_File/ndbm.t ext/NDBM_File/typemap
32858            ! ext/ODBM_File/ODBM_File.xs ext/ODBM_File/odbm.t
32859            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.xs
32860            ! ext/SDBM_File/sdbm.t ext/SDBM_File/typemap
32861 ____________________________________________________________________________
32862 [ 17749] By: hv                                    on 2002/08/22  01:04:32
32863         Log: avoid use of %caller::EXPORT
32864              Subject: [PATCH] Re: question about Exporter::import
32865              From: Nicholas Clark <nick@unfortu.net>
32866              Date: Wed, 14 Aug 2002 21:33:12 +0100
32867              Message-id: <20020814203311.GD278@Bagpuss.unfortu.net>
32868      Branch: perl
32869            ! lib/Exporter.pm lib/Exporter/Heavy.pm
32870 ____________________________________________________________________________
32871 [ 17748] By: hv                                    on 2002/08/22  00:54:03
32872         Log: todo test for linux $0 modification
32873              Subject: Re: [perl #16206] $0 in 5.8
32874              From: Slaven Rezic <slaven.rezic@berlin.de>
32875              Date: 17 Aug 2002 21:32:37 +0200
32876              Message-id: <87elcx2sdm.fsf@vran.herceg.de>
32877      Branch: perl
32878            ! t/op/magic.t
32879 ____________________________________________________________________________
32880 [ 17747] By: hv                                    on 2002/08/22  00:11:34
32881         Log: Subject: Re: [PATCH] Version object patch #1
32882              From: John Peacock <jpeacock@rowman.com>
32883              Date: Tue, 20 Aug 2002 22:51:46 -0400 (Wed 03:51 BST)
32884              Message-id: <3D630042.6020407@rowman.com>
32885
32886              Subject: Re: [REVISED PATCH] Magic v-strings
32887              From: John Peacock <jpeacock@rowman.com>
32888              Date: Wed, 21 Aug 2002 15:08:34 -0400 (20:08 BST)
32889              Message-id: <3D63E532.7020305@rowman.com>
32890      Branch: perl
32891            ! sv.c t/op/ver.t universal.c util.c
32892 ____________________________________________________________________________
32893 [ 17746] By: hv                                    on 2002/08/20  16:48:05
32894         Log: Subject: [PATCH] Version object patch #1
32895              From: John Peacock <jpeacock@rowman.com>
32896              Date: Thu, 15 Aug 2002 10:06:21 -0400 (15:06 BST)
32897              Message-id: <3D5BB55D.6090603@rowman.com>
32898              and Message-id: <3D627D1A.4050607@rowman.com>
32899              and t/lib/warnings/universal tweak to skip
32900      Branch: perl
32901            ! embed.fnc embed.h global.sym pod/perlapi.pod proto.h sv.h
32902            ! t/lib/warnings/universal toke.c util.c
32903 ____________________________________________________________________________
32904 [ 17745] By: hv                                    on 2002/08/20  16:27:01
32905         Log: perldelta for #17727
32906      Branch: perl
32907            ! pod/perldelta.pod
32908 ____________________________________________________________________________
32909 [ 17744] By: hv                                    on 2002/08/20  15:34:36
32910         Log: Subject: typo in perfunc.pod
32911              From: "John P. Linderman" <jpl@research.att.com>
32912              Date: Mon, 19 Aug 2002 08:45:31 -0400 (EDT) (13:45 BST)
32913              Message-id: <200208191245.IAA20072@raptor.research.att.com>
32914      Branch: perl
32915            ! pod/perlfunc.pod
32916 ____________________________________________________________________________
32917 [ 17743] By: hv                                    on 2002/08/20  15:31:40
32918         Log: Subject: Re: [PATCH] fix typos in perlpacktut
32919              From: "Mr. Nobody" <mrnobo1024@yahoo.com>
32920              Date: Fri, 16 Aug 2002 20:40:58 -0700 (PDT) (Sat 04:40 BST)
32921              Message-id: <20020817034058.45633.qmail@web20802.mail.yahoo.com>
32922      Branch: perl
32923            ! pod/perlpacktut.pod
32924 ____________________________________________________________________________
32925 [ 17742] By: hv                                    on 2002/08/20  14:51:16
32926         Log: Subject: [REVISED PATCH] Magic v-strings
32927              From: John Peacock <jpeacock@rowman.com>
32928              Date: Sat, 10 Aug 2002 15:56:22 -0400 (20:56 BST)
32929              Message-id: <3D556FE6.6000404@rowman.com>
32930              plus a bit of cleanup
32931      Branch: perl
32932            ! dump.c perl.h pod/perlguts.pod sv.c sv.h util.c
32933 ____________________________________________________________________________
32934 [ 17741] By: hv                                    on 2002/08/20  14:20:16
32935         Log: Subject: Re: [PATCH] Storable and CODE references
32936              From: Slaven Rezic <slaven.rezic@berlin.de>
32937              Date: 17 Aug 2002 21:58:03 +0200
32938              Message-id: <87bs812r78.fsf@vran.herceg.de>
32939      Branch: perl
32940            + ext/Storable/t/code.t
32941            ! MANIFEST ext/Storable/Storable.xs ext/Storable/t/forgive.t
32942            ! ext/Storable/t/malice.t
32943 ____________________________________________________________________________
32944 [ 17740] By: hv                                    on 2002/08/20  14:07:56
32945         Log: Clean up copy-on-write macros and debug facilities (new flag 'C').
32946              Handle CoW in hashes:
32947              Subject: Re: why would tr/// be performing hash copies?
32948              From: Nicholas Clark <nick@unfortu.net>
32949              Date: Sun, 18 Aug 2002 23:17:01 +0100
32950              Message-id: <20020818221700.GD294@Bagpuss.unfortu.net>
32951      Branch: perl
32952            ! hv.c perl.c perl.h pod/perlrun.pod sv.c sv.h
32953 ____________________________________________________________________________
32954 [ 17739] By: hv                                    on 2002/08/20  13:52:18
32955         Log: Subject: Re: [perl #15326] Not OK: perl v5.8.0 on i686-linux-64int-ld 2.4.5
32956              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
32957              Date: Tue, 23 Jul 2002 09:21:10 +0200
32958              Message-id: <20020723092051.184C.H.M.BRAND@hccnet.nl>
32959      Branch: perl
32960            ! Configure
32961 ____________________________________________________________________________
32962 [ 17737] By: ams                                   on 2002/08/19  07:48:39
32963         Log: Effect a speedy recovery from POD affected by (ahem, Australian)
32964              negligence.
32965      Branch: perl
32966            ! pod/perlrun.pod
32967 ____________________________________________________________________________
32968 [ 17736] By: hv                                    on 2002/08/18  18:27:28
32969         Log: Subject: [PATCH] Re: 5.8.0 sprintf (?) problem with floats?
32970              From: Dave Mitchell <davem@fdgroup.com>
32971              Date: Fri, 16 Aug 2002 23:31:07 +0100
32972              Message-id: <20020816233107.E9388@fdgroup.com>
32973      Branch: perl
32974            ! numeric.c t/base/num.t
32975 ____________________________________________________________________________
32976 [ 17735] By: hv                                    on 2002/08/18  02:22:21
32977         Log: Subject: Re: [perl #16198] pod tpyo in hostent.pm
32978              From: Mark-Jason Dominus <mjd@plover.com>
32979              Date: Tue, 13 Aug 2002 21:19:08 -0400 (Wed 02:19 BST)
32980              Message-id: <20020814011909.22744.qmail@plover.com>
32981      Branch: perl
32982            ! lib/Net/hostent.pm
32983 ____________________________________________________________________________
32984 [ 17734] By: hv                                    on 2002/08/18  02:20:05
32985         Log: Subject: [PATCH] Re: Pod::Functions tpyo
32986              From: Abe Timmerman <abe@ztreet.demon.nl>
32987              Date: Tue, 13 Aug 2002 23:47:00 +0200
32988              Message-id: <200208132347.00782.abe@ztreet.demon.nl>
32989      Branch: perl
32990            ! lib/Pod/Functions.pm
32991 ____________________________________________________________________________
32992 [ 17733] By: hv                                    on 2002/08/18  02:17:18
32993         Log: Subject: Server rename revisited
32994              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
32995              Date: Tue, 13 Aug 2002 19:19:03 +0200
32996              Message-id: <20020813191821.DC98.H.M.BRAND@hccnet.nl>
32997      Branch: perl
32998            ! README.hpux
32999 ____________________________________________________________________________
33000 [ 17732] By: hv                                    on 2002/08/18  02:11:49
33001         Log: Subject: [PATCH] Remove old VOS build methods
33002              From: Paul_GreenVOS@vos.stratus.com
33003              Date: Tue, 13 Aug 02 10:25 edt (15:25 BST)
33004              Message-id: <200208131426.KAA01012@mailhub1.stratus.com>
33005      Branch: perl
33006            - vos/Makefile vos/build.cm vos/compile_perl.cm
33007            - vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
33008            - vos/config.ga.h vos/config.pl vos/configure_perl.cm
33009            - vos/install_perl.cm vos/perl.bind vos/test_vos_dummies.c
33010            - vos/vos_dummies.c
33011            ! MANIFEST README.vos pod/perlport.pod vos/Changes
33012 ____________________________________________________________________________
33013 [ 17731] By: hv                                    on 2002/08/18  01:57:12
33014         Log: Subject: [PATCH] Configure missing d_modflproto=''
33015              From: "Gerrit P. Haase" <gp@familiehaase.de>
33016              Date: Tue, 13 Aug 2002 15:11:05 +0200
33017              Message-id: <11417599086.20020813151105@familiehaase.de>
33018      Branch: perl
33019            ! Configure
33020 ____________________________________________________________________________
33021 [ 17730] By: hv                                    on 2002/08/18  01:41:33
33022         Log: missing chunk from #17725 causes lib/constant.t test failures
33023      Branch: perl
33024            ! lib/constant.t
33025 ____________________________________________________________________________
33026 [ 17729] By: hv                                    on 2002/08/17  02:33:15
33027         Log: Subject: [PATCH] Safe.pm documentation
33028              From: Slaven Rezic <slaven.rezic@berlin.de>
33029              Date: Sat, 10 Aug 2002 19:30:38 +0200 (CEST)
33030              Message-id: <200208101730.g7AHUc9p001668@vran.herceg.de>
33031      Branch: perl
33032            ! ext/Opcode/Safe.pm pod/perlre.pod
33033 ____________________________________________________________________________
33034 [ 17728] By: hv                                    on 2002/08/17  02:07:24
33035         Log: Subject: Copy On Write
33036              From: Nicholas Clark <nick@ccl4.org>
33037              Date: Thu, 15 Aug 2002 00:10:35 +0100
33038              Message-id: <20020815001035.A69079@plum.flirble.org>
33039              specify "-Accflags='-DPERL_COPY_ON_WRITE'" to use
33040      Branch: perl
33041            ! doop.c dump.c embed.fnc embed.h mg.c pod/perlapi.pod pp.c
33042            ! pp_hot.c proto.h sv.c sv.h
33043 ____________________________________________________________________________
33044 [ 17727] By: hv                                    on 2002/08/17  01:20:05
33045         Log: Subject: [PATCH 5.7.3] Negative subscripts optionally passed to tied array methods
33046              From: Mark-Jason Dominus <mjd@plover.com>
33047              Date: Sun, 14 Apr 2002 23:38:55 -0400 (Mon 04:38 BST)
33048              Message-id: <20020415033855.6343.qmail@plover.com>
33049      Branch: perl
33050            ! av.c av.h pod/perltie.pod t/op/tiearray.t
33051 ____________________________________________________________________________
33052 [ 17726] By: hv                                    on 2002/08/17  01:17:09
33053         Log: pp.c warns that sv may be used uninitialised in pp_delete()
33054      Branch: perl
33055            ! pp.c
33056 ____________________________________________________________________________
33057 [ 17725] By: hv                                    on 2002/08/17  00:51:19
33058         Log: Subject: [PATCH] Remove pseudo-hashes (complete)
33059              From: Michael G Schwern <schwern@pobox.com>
33060              Date: Tue, 6 Aug 2002 13:05:10 -0700 (21:05 BST)
33061              Message-id: <20020806200510.GC31473@ool-18b93024.dyn.optonline.net>
33062      Branch: perl
33063            ! av.c doop.c dump.c embed.fnc embed.h ext/B/B/Concise.pm
33064            ! global.sym lib/fields.pm lib/fields.t lib/overload.pm mg.c
33065            ! op.c op.h pod/perldiag.pod pod/perlfunc.pod pod/perlref.pod
33066            ! pp.c pp_hot.c proto.h t/op/avhv.t t/op/hashwarn.t
33067 ____________________________________________________________________________
33068 [ 17724] By: hv                                    on 2002/08/17  00:27:33
33069         Log: ext/B/defsubs.h also depends on the program that builds it
33070      Branch: perl
33071            ! ext/B/Makefile.PL
33072 ____________________________________________________________________________
33073 [ 17723] By: hv                                    on 2002/08/17  00:10:24
33074         Log: Subject: Re: deb.c compile time error (patchlevel 17721)
33075              From: Dave Mitchell <davem@fdgroup.com>
33076              Date: Tue, 13 Aug 2002 14:42:15 +0100
33077              Message-ID: <20020813144215.G11939@fdgroup.com>
33078      Branch: perl
33079            ! embed.fnc embed.h global.sym proto.h
33080 ____________________________________________________________________________
33081 [ 17722] By: ams                                   on 2002/08/16  05:20:22
33082         Log: Subject: Minor perlrun.pod patch
33083              From: Iain Truskett <spoon@cpan.org>
33084              Date: Fri, 16 Aug 2002 16:20:27 +1000
33085              Message-Id: <20020816162027.D17196@eh.org>
33086      Branch: perl
33087            ! pod/perlrun.pod
33088 ____________________________________________________________________________
33089 [ 17721] By: hv                                    on 2002/08/12  12:17:19
33090         Log: #17717 needed tests fixing up
33091      Branch: perl
33092            ! t/op/chop.t
33093 ____________________________________________________________________________
33094 [ 17720] By: hv                                    on 2002/08/12  12:10:07
33095         Log: Subject: Re: [PATCH] Re: taint news
33096              From: Rick Delaney <rick.delaney@rogers.com>
33097              Date: 04 Aug 2002 00:28:58 EDT
33098              Message-ID: <m3heibs0vp.fsf@cs839290-a.mtth.phub.net.cable.rogers.com>
33099              missed patch fragment from Change #17676
33100      Branch: perl
33101            ! pod/perlsec.pod
33102 ____________________________________________________________________________
33103 [ 17719] By: hv                                    on 2002/08/12  12:03:53
33104         Log: Subject: [perl #15987] Tests fail when sources are under CVS control
33105              From: Warren Jones (via RT) <perlbug@perl.org>
33106              Date: 5 Aug 2002 19:08:50 -0000 (Mon 20:08 BST)
33107              Message-id: <rt-15987-32864.15.6255441902154@bugs6.perl.org>
33108      Branch: perl
33109            ! lib/strict.t lib/warnings.t
33110 ____________________________________________________________________________
33111 [ 17718] By: hv                                    on 2002/08/12  11:57:17
33112         Log: Subject: [PATCH] add verbose stack display option, -Dvs
33113              From: Dave Mitchell <davem@fdgroup.com>
33114              Date: Mon, 5 Aug 2002 00:55:33 +0100
33115              Message-id: <20020805005533.B26111@fdgroup.com>
33116      Branch: perl
33117            ! deb.c dump.c embed.fnc embed.h perl.c perl.h pod/perlapi.pod
33118            ! pod/perlrun.pod proto.h
33119 ____________________________________________________________________________
33120 [ 17717] By: hv                                    on 2002/08/12  11:44:06
33121         Log: Subject: Re: [PATCH@8545] [ID 20000808.005] OP_REFGEN as an lvalue
33122              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
33123              Date: Sat, 27 Jan 2001 19:31:29 -0800 (PST)
33124              Message-ID: <14963.32943.102669.67625@soda.csua.berkeley.edu>
33125      Branch: perl
33126            ! op.c t/op/chop.t t/op/ref.t
33127 ____________________________________________________________________________
33128 [ 17716] By: hv                                    on 2002/08/12  11:29:53
33129         Log: Subject: Re: [ID 20020713.001] chomp($data=<tied_fh>) strangeness.
33130              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
33131              Date: Sat, 13 Jul 2002 17:44:02 +0100
33132              Message-id: <200207131644.g6DGi2214456@crypt.compulink.co.uk>
33133      Branch: perl
33134            ! pp_hot.c t/op/tiehandle.t
33135 ____________________________________________________________________________
33136 [ 17715] By: hv                                    on 2002/08/12  11:28:26
33137         Log: Subject: [PATCH] better modfl detection
33138              From: Nicholas Clark <nick@unfortu.net>
33139              Date: Sun, 11 Aug 2002 20:05:49 +0100
33140              Message-id: <20020811190548.GK300@Bagpuss.unfortu.net>
33141      Branch: perl
33142            ! Configure config_h.SH perl.h
33143 ____________________________________________________________________________
33144 [ 17714] By: hv                                    on 2002/08/12  11:26:23
33145         Log: Subject: [PATCH] perltodo.pod
33146              From: Richard.Foley@t-online.de
33147              Date: Sun, 11 Aug 2002 18:26:10 +0200
33148              Message-id: <17dwY1-0spbdoC@fwd06.sul.t-online.com>
33149              perlbug credits
33150      Branch: perl
33151            ! pod/perltodo.pod
33152 ____________________________________________________________________________
33153 [ 17713] By: hv                                    on 2002/08/12  11:24:44
33154         Log: Subject: [PATCH] gv_fullname3 as call to gv_fullname4
33155              From: Nicholas Clark <nick@unfortu.net>
33156              Date: Sun, 11 Aug 2002 16:59:16 +0100
33157              Message-id: <20020811155914.GE300@Bagpuss.unfortu.net>
33158      Branch: perl
33159            ! gv.c
33160 ____________________________________________________________________________
33161 [ 17712] By: hv                                    on 2002/08/12  11:23:06
33162         Log: Subject: Re: Smoke 17703 /pro/3gl/CPAN/perl-current
33163              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
33164              Date: Mon, 12 Aug 2002 10:25:20 +0200
33165              Message-id: <20020812102347.AFB6.H.M.BRAND@hccnet.nl>
33166              gcc bug test needs -lm
33167      Branch: perl
33168            ! hints/hpux.sh
33169 ____________________________________________________________________________
33170 [ 17711] By: hv                                    on 2002/08/12  11:20:49
33171         Log: Subject: [PATCH s2p] Small typo correction
33172              From: "Newton, Philip" <Philip.Newton@datenrevision.de>
33173              Date: Wed, 7 Aug 2002 11:50:51 +0200
33174              Message-id: <C9A98F2128EDD411B0920008C7B337A13DCE2B@hamsem01.de.gedas.vwg>
33175      Branch: perl
33176            ! x2p/s2p.PL
33177 ____________________________________________________________________________
33178 [ 17710] By: hv                                    on 2002/08/12  11:17:21
33179         Log: Subject: [PATCH] pod/perlfaq4.pod
33180              From: Abigail <abigail@foad.org>
33181              Date: Tue, 30 Jul 2002 09:52:02 -0700 (17:52 BST)
33182              Message-id: <20020730095202.A6462@ucan.foad.org>
33183              Add references to Regexp::Common.
33184      Branch: perl
33185            ! pod/perlfaq4.pod
33186 ____________________________________________________________________________
33187 [ 17707] By: rgs                                   on 2002/08/09  21:23:20
33188         Log: Subject: New HP-UX itanium servers
33189              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
33190              Date: Wed, 07 Aug 2002 13:25:57 +0200
33191              Message-ID: <20020807132518.FCBF.H.M.BRAND@hccnet.nl>
33192      Branch: perl
33193            ! README.hpux
33194 ____________________________________________________________________________
33195 [ 17706] By: rgs                                   on 2002/08/09  21:00:41
33196         Log: Subject: Re: missing lower range in {} regex
33197              From: "John P. Linderman" <jpl@research.att.com>
33198              Date: Fri, 09 Aug 2002 12:48:55 -0400
33199              Message-ID: <200208091648.MAA77577@raptor.research.att.com>
33200      Branch: perl
33201            ! pod/perlre.pod
33202 ____________________________________________________________________________
33203 [ 17705] By: rgs                                   on 2002/08/08  20:57:59
33204         Log: More tests for the attribute syntax, from the
33205              attributes manpage.
33206      Branch: perl
33207            ! t/op/attrs.t
33208 ____________________________________________________________________________
33209 [ 17704] By: rgs                                   on 2002/08/08  19:47:44
33210         Log: Fix bug #16080 : an attribute list should end at '}'
33211      Branch: perl
33212            ! t/op/attrs.t toke.c
33213 ____________________________________________________________________________
33214 [ 17703] By: hv                                    on 2002/08/08  15:30:12
33215         Log: Update Changes
33216      Branch: perl
33217            ! Changes patchlevel.h
33218 ____________________________________________________________________________
33219 [ 17702] By: hv                                    on 2002/08/08  15:08:57
33220         Log: Subject: Re: README.aix
33221              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
33222              Date: Tue, 30 Jul 2002 13:30:29 +0200
33223              Message-id: <20020730130812.48B9.H.M.BRAND@hccnet.nl>
33224      Branch: perl
33225            ! README.aix
33226 ____________________________________________________________________________
33227 [ 17701] By: hv                                    on 2002/08/08  15:06:01
33228         Log: Subject: [PATCH] Re: pp_sys.c compile failed..
33229              From: Andy Dougherty <doughera@lafayette.edu>
33230              Date: Tue, 6 Aug 2002 10:42:07 -0400 (EDT) (15:42 BST)
33231              Message-id: <Pine.SOL.4.10.10208061024250.5315-100000@maxwell.phys.lafayette.edu>
33232      Branch: perl
33233            ! hints/aix.sh
33234 ____________________________________________________________________________
33235 [ 17700] By: hv                                    on 2002/08/08  15:02:57
33236         Log: Subject: [DOC PATCH] perlipc.pod
33237              From: Arjen Laarhoven <arjen@nl.demon.net>
33238              Date: Tue, 6 Aug 2002 14:16:01 +0200
33239              Message-id: <20020806121601.GK40785@aragorn.noc.nl.demon.net>
33240      Branch: perl
33241            ! pod/perlipc.pod
33242 ____________________________________________________________________________
33243 [ 17699] By: hv                                    on 2002/08/08  14:56:56
33244         Log: Subject: [PATCH] Re: [perl #15898] coredump with variable our
33245              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
33246              Date: Fri, 2 Aug 2002 23:44:21 +0200
33247              Message-id: <20020802234421.11c62fe6.rgarciasuarez@free.fr>
33248      Branch: perl
33249            ! op.c t/op/attrs.t
33250 ____________________________________________________________________________
33251 [ 17698] By: hv                                    on 2002/08/08  14:52:45
33252         Log: Subject: [perl #16000] Configure -Dstatic_ext=foo builds foo as both static and dynamic
33253              From: Yitzchak Scott-Thoennes (via RT) <perlbug@perl.org>
33254              Date: 6 Aug 2002 04:28:15 -0000 (Tue 05:28 BST)
33255              Message-id: <rt-16000-32913.8.41582281961522@bugs6.perl.org>
33256      Branch: perl
33257            ! Configure
33258 ____________________________________________________________________________
33259 [ 17697] By: hv                                    on 2002/08/08  14:49:00
33260         Log: Subject: Doc patch for Class::Struct under 5.8.0
33261              From: Damian Conway <damian@conway.org>
33262              Date: Tue, 30 Jul 2002 23:03:14 +1000
33263              Message-id: <3D471FCF.1C7C6E6B@conway.org>
33264      Branch: perl
33265            ! lib/Class/Struct.pm
33266 ____________________________________________________________________________
33267 [ 17696] By: hv                                    on 2002/08/08  14:44:21
33268         Log: Subject: Re: [perl #15523] Memory Leak in split with trailing empty elements
33269              From: Slaven Rezic <slaven.rezic@berlin.de>
33270              Date: 31 Jul 2002 09:50:06 +0200
33271              Message-id: <87ado85ob5.fsf@vran.herceg.de>
33272      Branch: perl
33273            ! pp.c
33274 ____________________________________________________________________________
33275 [ 17695] By: hv                                    on 2002/08/08  14:40:41
33276         Log: Subject: [PATCH] Re: [perl #15479] perl 5.8.0 segfault
33277              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
33278              Date: Fri, 2 Aug 2002 00:13:10 +0200
33279              Message-id: <20020802001310.7e1dc694.rgarciasuarez@free.fr>
33280      Branch: perl
33281            + t/op/stash.t
33282            ! MANIFEST perl.h
33283 ____________________________________________________________________________
33284 [ 17694] By: hv                                    on 2002/08/08  14:31:55
33285         Log: Subject: Re: [RE-PATCH] Not OK: perl v5.8.0 on PA-RISC2.0 11.00
33286              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
33287              Date: Wed, 31 Jul 2002 16:04:02 +0200
33288              Message-id: <20020731155005.4915.H.M.BRAND@hccnet.nl>
33289      Branch: perl
33290            ! hints/hpux.sh
33291 ____________________________________________________________________________
33292 [ 17693] By: hv                                    on 2002/08/08  14:25:16
33293         Log: Subject: [PATCH: lib/ExtUtils/MM_Unix.pm] Be less strict about what's POD.
33294              From: Abigail <abigail@foad.org>
33295              Date: Thu, 25 Jul 2002 08:52:52 -0700 (16:52 BST)
33296              Message-id: <20020725085252.A2703@ucan.foad.org>
33297      Branch: perl
33298            ! lib/ExtUtils/MM_Unix.pm
33299 ____________________________________________________________________________
33300 [ 17692] By: hv                                    on 2002/08/08  14:20:05
33301         Log: Subject: [PATCH] README.jp and README.cn
33302              From: Autrijus Tang <autrijus@autrijus.org>
33303              Date: Thu, 25 Jul 2002 07:05:11 +0800
33304              Message-id: <20020724230511.GA1327@not.autrijus.org>
33305      Branch: perl
33306            ! README.cn README.jp
33307 ____________________________________________________________________________
33308 [ 17691] By: hv                                    on 2002/08/08  14:01:50
33309         Log: Subject: [perl #15398] Usage::pod2usage looks for perldoc in $Config{bin} and not in $Config{scriptdir}
33310              From: Henrik Tougaard (via RT) <perlbug@perl.org>
33311              Date: 23 Jul 2002 13:45:49 -0000 (Tue 14:45 BST)
33312              Message-id: <rt-15398-31095.6.30466042998663@perl>
33313      Branch: perl
33314            ! lib/Pod/Usage.pm
33315 ____________________________________________________________________________
33316 [ 17690] By: rgs                                   on 2002/08/07  19:56:42
33317         Log: Doc fix : the symbol for COPs wasn't documented.
33318      Branch: perl
33319            ! opcode.pl
33320 ____________________________________________________________________________
33321 [ 17689] By: rgs                                   on 2002/08/06  20:45:30
33322         Log: Subject: Re: no warnings 'io';
33323              From: Nicholas Clark <nick@unfortu.net>
33324              Date: Sat, 27 Jul 2002 21:49:55 +0100
33325              Message-ID: <20020727204954.GB5117@Bagpuss.unfortu.net>
33326
33327              Plus a little bit of regression tests.
33328      Branch: perl
33329            ! t/lib/warnings/pp_hot util.c
33330 ____________________________________________________________________________
33331 [ 17688] By: rgs                                   on 2002/08/06  20:04:19
33332         Log: Subject: [PATCH] XS build fix for VMS
33333              From: "Craig A. Berry" <craigberry@mac.com>
33334              Date: Sun, 4 Aug 2002 12:13:06 -0500
33335              Message-ID: <a05111b07b97256e1c335@[172.16.52.1]>
33336      Branch: perl
33337            ! vms/descrip_mms.template
33338 ____________________________________________________________________________
33339 [ 17687] By: rgs                                   on 2002/08/06  19:50:12
33340         Log: PerlIO::scalar wasn't able to read from non-string
33341              scalar ; now stringifies its argument.
33342      Branch: perl
33343            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
33344 ____________________________________________________________________________
33345 [ 17686] By: rgs                                   on 2002/08/06  19:10:51
33346         Log: More regression tests for $^H and %^H.
33347              Add a TODO test for eval "" preserving %^H.
33348      Branch: perl
33349            ! t/comp/hints.t
33350 ____________________________________________________________________________
33351 [ 17685] By: hv                                    on 2002/08/05  22:42:09
33352         Log: Subject: Re: mention of "use sort" botched in perlfunc? + PATCH
33353              From: "John P. Linderman" <jpl@research.att.com>
33354              Date: Sun, 21 Jul 2002 12:13:32 -0400 (17:13 BST)
33355              Message-id: <200207211613.MAA69505@raptor.research.att.com>
33356      Branch: perl
33357            ! lib/sort.pm lib/sort.t
33358 ____________________________________________________________________________
33359 [ 17684] By: hv                                    on 2002/08/05  22:35:22
33360         Log: Integrate from perlio: change #17653 fixes bug RT15283
33361      Branch: perl
33362           !> ext/PerlIO/via/via.xs
33363 ____________________________________________________________________________
33364 [ 17683] By: hv                                    on 2002/08/05  22:26:45
33365         Log: Integrate from maint-5.6/macperl via macperl
33366              Changes 17660, 17661, 17662, 17663, 17664
33367      Branch: perl
33368           !> perl.c
33369 ____________________________________________________________________________
33370 [ 17682] By: hv                                    on 2002/08/05  15:04:54
33371         Log: Subject: Defined-or patch (cleaned up)
33372              From: "Brent Dax" <brentdax@cpan.org>
33373              Date: Fri, 26 Jul 2002 05:41:52 -0700 (13:41 BST)
33374              Message-id: <000001c234a1$d1ca72c0$6501a8c0@deepblue>
33375      Branch: perl
33376            + t/op/dor.t
33377            ! MANIFEST embed.h ext/B/B/Deparse.pm ext/Opcode/Opcode.pm
33378            ! keywords.h keywords.pl op.c opcode.h opcode.pl opnames.h
33379            ! perly.c perly.h perly.y perly_c.diff pod/perlop.pod pp.sym
33380            ! pp_ctl.c pp_hot.c pp_proto.h toke.c vms/perly_c.vms
33381            ! vms/perly_h.vms
33382 ____________________________________________________________________________
33383 [ 17681] By: hv                                    on 2002/08/05  14:41:23
33384         Log: typo
33385      Branch: perl
33386            ! keywords.h keywords.pl
33387 ____________________________________________________________________________
33388 [ 17680] By: hv                                    on 2002/08/05  14:33:39
33389         Log: warn that keywords.h is generated
33390      Branch: perl
33391            ! keywords.h keywords.pl
33392 ____________________________________________________________________________
33393 [ 17679] By: hv                                    on 2002/08/04  23:40:22
33394         Log: again: #17678 caused test failures in pod2html,
33395              in which $1 could leak from previous regexp
33396      Branch: perl
33397            ! mg.c
33398 ____________________________________________________________________________
33399 [ 17678] By: hv                                    on 2002/08/04  15:34:19
33400         Log: Subject: Re: [ID 20020704.001] my $foo = $1 won't taint $foo (with use re 'taint')
33401              From: hv@crypt.org
33402              Date: Sun, 04 Aug 2002 17:40:30 +0100
33403              Message-id: <200208041640.g74GeUU25061@crypt.compulink.co.uk>
33404      Branch: perl
33405            ! mg.c t/op/taint.t
33406 ____________________________________________________________________________
33407 [ 17677] By: hv                                    on 2002/08/04  15:25:25
33408         Log: Main branch no longer needs op/taint.t version check.
33409      Branch: perl
33410            ! t/op/taint.t
33411 ____________________________________________________________________________
33412 [ 17676] By: hv                                    on 2002/08/04  15:14:09
33413         Log: Subject: Re: [PATCH] Re: taint news
33414              From: Rick Delaney <rick.delaney@rogers.com>
33415              Date: 04 Aug 2002 00:28:58 EDT
33416              Message-ID: <m3heibs0vp.fsf@cs839290-a.mtth.phub.net.cable.rogers.com>
33417              Ref: 20020208.005
33418      Branch: perl
33419            ! pp_sys.c
33420 ____________________________________________________________________________
33421 [ 17675] By: hv                                    on 2002/08/04  01:48:36
33422         Log: Fix email address for Kragen Sitaker <kragen@pobox.com>.
33423      Branch: perl
33424            ! AUTHORS
33425 ____________________________________________________________________________
33426 [ 17674] By: hv                                    on 2002/08/04  01:30:11
33427         Log: Subject: [PATCH] AUTHORS
33428              From: Colin Watson <colinw@zeus.com>
33429              Date: Thu, 25 Jul 2002 15:54:37 +0100
33430              Message-id: <20020725145437.GC4921@zeus.com>
33431      Branch: perl
33432            ! AUTHORS
33433 ____________________________________________________________________________
33434 [ 17673] By: hv                                    on 2002/08/04  01:27:36
33435         Log: Subject: [PATCH] AUTHORS
33436              From: Walt Mankowski <waltman@pobox.com>
33437              Date: Sat, 20 Jul 2002 22:56:12 -0400 (Sun 03:56 BST)
33438              Message-id: <20020721025612.GB15958@pobox.com>
33439      Branch: perl
33440            ! AUTHORS
33441 ____________________________________________________________________________
33442 [ 17672] By: hv                                    on 2002/08/04  01:25:14
33443         Log: Subject: Re: mention of "use sort" botched in perlfunc?
33444              From: Michael G Schwern <schwern@pobox.com>
33445              Date: Sat, 20 Jul 2002 13:49:58 -0400 (18:49 BST)
33446              Message-id: <20020720174958.GL362@ool-18b93024.dyn.optonline.net>
33447      Branch: perl
33448            ! pod/perlfunc.pod
33449 ____________________________________________________________________________
33450 [ 17671] By: hv                                    on 2002/08/04  01:11:32
33451         Log: Change version from 5.8.0 to 5.9.0.
33452      Branch: perl
33453            ! Configure NetWare/Makefile NetWare/config_H.wc
33454            ! Porting/config.sh Porting/config_H README.win32 config_h.SH
33455            ! cygwin/perlld.in epoc/config.sh epoc/createpkg.pl
33456            ! hints/dgux.sh installperl lib/ExtUtils/MM_NW5.pm makedef.pl
33457            ! patchlevel.h win32/Makefile win32/makefile.mk
33458            ! wince/Makefile.ce
33459 ____________________________________________________________________________
33460 [ 17656] By: ams                                   on 2002/07/28  06:12:33
33461         Log: Subject: [PATCH] Typo in regcomp.c
33462              From: Chris Ball <chris@cpan.org>
33463              Date: 26 Jul 2002 17:49:35 +0100
33464              Message-Id: <868z3yzb6o.fsf@void.printf.net>
33465              (With additional tweak to s_reginclasslen.)
33466      Branch: perl
33467            ! regcomp.c
33468 ____________________________________________________________________________
33469 [ 17655] By: jhi                                   on 2002/07/25  20:37:16
33470         Log: Upgrade to Unicode::Collate 0.20.
33471      Branch: perl
33472            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
33473            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
33474 ____________________________________________________________________________
33475 [ 17654] By: jhi                                   on 2002/07/23  16:33:52
33476         Log: Commas, schcommas.
33477      Branch: perl
33478            ! patchlevel.h
33479 ____________________________________________________________________________
33480 [ 17644] By: jhi                                   on 2002/07/19  18:55:18
33481         Log: Copy perldelta as perl58delta, purge the perldelta.
33482      Branch: perl
33483            + pod/perl58delta.pod
33484            ! MANIFEST pod/perldelta.pod
33485 ____________________________________________________________________________
33486 [ 17642] By: jhi                                   on 2002/07/19  16:37:39
33487         Log: Update Changes; mainly to get the DEVELNNNNN stamp back in business.
33488      Branch: perl
33489            ! Changes patchlevel.h
33490 ____________________________________________________________________________
33491 [ 17641] By: jhi                                   on 2002/07/19  16:31:08
33492         Log: Integrate perlio (no changes, but that's fine).
33493      Branch: perl
33494           !> embed.fnc perl.h
33495 ____________________________________________________________________________
33496 [ 17639] By: jhi                                   on 2002/07/19  00:47:18
33497         Log: It's all yours, Hugo.
33498      Branch: perl
33499            + Changes5.8
33500            ! Changes MANIFEST