Upgrade to Text-Tabs+Wrap-2006.0711. Keep the local changes from
[p5sagit/p5-mst-13.2.git] / Changes
1 Please note: This file provides a complete, temporally ordered log of
2 changes that went into every version of Perl.  If you'd like more
3 detailed information, please consult the comments in the individual
4 patches posted to the perl5-porters mailing list.  Patches for each
5 individual change may also be obtained through ftp and rsync--see
6 pod/perlhack.pod for the details.
7
8 For information on what's new in this release, see pod/perldelta.pod.
9
10 [The "CAST AND CREW" list has been moved to AUTHORS.]
11
12 NOTE: Each change entry shows the change number; who checked it into the
13 repository; when; description of the change; which branch the change
14 happened in; and the affected files.  The file lists have a short symbolic
15 indicator:
16
17             !       modified
18             +       added
19             -       deleted
20             +>      branched (from elsewhere)
21             !>      merged changes (from elsewhere)
22
23 The Message-Ids in the change entries refer to the email messages sent
24 to the perl5-porters mailing list.  You can retrieve the messages for
25 example from http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/
26
27 --------------
28 Version v5.9.X          Development release working toward v5.10
29 --------------
30
31 ____________________________________________________________________________
32 [ 28537] By: stevep                                on 2006/07/10  19:28:54
33         Log: Subject: [PATCH] perlhack: argh...
34              From: Jarkko Hietaniemi <jhi@iki.fi>
35              Date: Mon, 10 Jul 2006 21:07:35 +0300
36              Message-ID: <44B29767.4040606@iki.fi>
37      Branch: perl
38            ! pod/perlhack.pod
39 ____________________________________________________________________________
40 [ 28536] By: stevep                                on 2006/07/10  19:12:07
41         Log: Restoring change #28523 accidentilly reverted with change #28528.
42      Branch: perl
43            ! doio.c
44 ____________________________________________________________________________
45 [ 28535] By: stevep                                on 2006/07/10  18:26:25
46         Log: Fix another empty if-statement warning
47      Branch: perl
48            ! sv.c
49 ____________________________________________________________________________
50 [ 28534] By: stevep                                on 2006/07/10  18:17:30
51         Log: Silence empty if-statement warning.
52      Branch: perl
53            ! universal.c
54 ____________________________________________________________________________
55 [ 28533] By: stevep                                on 2006/07/10  17:23:02
56         Log: Convert some low hanging fruit to my_strlcpy/my_strlcat.
57      Branch: perl
58            ! doio.c mg.c pp_sys.c toke.c util.c
59 ____________________________________________________________________________
60 [ 28532] By: rgs                                   on 2006/07/10  17:09:38
61         Log: POD fixes in perlhack
62      Branch: perl
63            ! pod/perlhack.pod
64 ____________________________________________________________________________
65 [ 28531] By: rgs                                   on 2006/07/10  17:07:43
66         Log: Typo found by Craig Berry
67      Branch: perl
68            ! pod/perlhack.pod
69 ____________________________________________________________________________
70 [ 28530] By: rgs                                   on 2006/07/10  17:05:12
71         Log: More perlhack portability additions by Jarkko
72      Branch: perl
73            ! pod/perlhack.pod
74 ____________________________________________________________________________
75 [ 28529] By: rgs                                   on 2006/07/10  14:04:00
76         Log: Subject: [PATCH] threads 1.35 - Borland compiler fix
77              From: "Jerry D. Hedden" <jerry@hedden.us>
78              Date: Mon, 10 Jul 2006 06:49:34 -0700
79              Message-ID: <20060710064934.fb30e530d17747c2b054d625b8945d88.384e3b280c.wbe@email.secureserver.net>
80      Branch: perl
81            ! ext/threads/Changes ext/threads/README ext/threads/t/thread.t
82            ! ext/threads/threads.pm ext/threads/threads.xs
83 ____________________________________________________________________________
84 [ 28528] By: stevep                                on 2006/07/10  13:55:39
85         Log: Change existing uses of strlcpy()/strlcat() to use new my_strlcpy()/
86              my_strlcat() API.  Convert ext/File/Glob/bsd_glob.c to use 
87              my_strlcat().  Add to the strlcy()/strlcat() todo entry.
88      Branch: perl
89            ! doio.c ext/File/Glob/bsd_glob.c pod/perltodo.pod pp_ctl.c
90            ! util.c
91 ____________________________________________________________________________
92 [ 28527] By: rgs                                   on 2006/07/10  12:46:41
93         Log: Subject: [PATCH] perlhack: more portability musings
94              From: Jarkko Hietaniemi <jhi@iki.fi>
95              Date: Mon, 10 Jul 2006 15:41:10 +0300
96              Message-ID: <44B24AE6.6030708@iki.fi>
97      Branch: perl
98            ! pod/perlhack.pod
99 ____________________________________________________________________________
100 [ 28526] By: rgs                                   on 2006/07/10  12:01:20
101         Log: Subject: examples in the core documentation
102              From: "Gabor Szabo" <szabgab@gmail.com>
103              Date: Sun, 9 Jul 2006 15:44:47 +0200
104              Message-ID: <d8a74af10607090644o5c1ee3b2p98f6aa9301898b44@mail.gmail.com>
105      Branch: perl
106            ! pod/perlfunc.pod
107 ____________________________________________________________________________
108 [ 28525] By: stevep                                on 2006/07/10  11:28:24
109         Log: Add Russ Allbery's public domain implementations of strlcat and
110              strlcpy as Perl_my_strlcat and Perl_my_strlcpy to the Perl core.
111              Thanks Russ!
112      Branch: perl
113            ! embed.fnc embed.h global.sym perl.h proto.h util.c
114 ____________________________________________________________________________
115 [ 28524] By: rgs                                   on 2006/07/10  10:16:53
116         Log: Add a macro to remove duplicated code
117              
118              Subject: Re: cut-and-paste findings for blead 28504
119              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
120              Date: Sun, 09 Jul 2006 13:47:04 +0900
121              Message-Id: <20060709134236.E51A.BQW10602@nifty.com>
122      Branch: perl
123            ! pp_sort.c
124 ____________________________________________________________________________
125 [ 28523] By: rgs                                   on 2006/07/10  10:11:22
126         Log: Fix a signed/unsigned warning
127      Branch: perl
128            ! doio.c
129 ____________________________________________________________________________
130 [ 28522] By: rgs                                   on 2006/07/10  09:53:33
131         Log: Pod cleanup in Shell.pm
132      Branch: perl
133            ! lib/Shell.pm
134 ____________________________________________________________________________
135 [ 28521] By: merijn                                on 2006/07/10  07:41:25
136         Log: Even Jarkko's patches should go in only once
137              Subject: [PATCH] undouble Jarkko's patch
138              From: andy@petdance.com (Andy Lester)
139              Date: Mon, 10 Jul 2006 00:22:18 -0500
140              Message-ID: <20060710052218.GA7477@petdance.com>
141      Branch: perl
142            ! pod/perlhack.pod
143 ____________________________________________________________________________
144 [ 28520] By: stevep                                on 2006/07/10  03:07:59
145         Log: Subject: [PATCH] Skip tests of a POSIX constant on Mac OS X because saved IDs are borked
146              From: Dominic Dunlop <shouldbedomo@mac.com>
147              Date: Sun, 9 Jul 2006 22:22:14 +0200
148              Message-Id: <F1942C06-CDE3-47C6-AC5A-4358960E0F6E@mac.com>
149      Branch: perl
150            ! ext/POSIX/t/sysconf.t
151 ____________________________________________________________________________
152 [ 28519] By: stevep                                on 2006/07/10  00:29:02
153         Log: Clear up test based on line number differences between the core and the
154              Test-Simple version.
155      Branch: perl
156            ! lib/Test/Simple/t/tbt_01basic.t
157 ____________________________________________________________________________
158 [ 28518] By: nicholas                              on 2006/07/09  21:56:18
159         Log: Tweak for Jarkko's addition to perlhack, suggested by Yves.
160      Branch: perl
161            ! pod/perlhack.pod
162 ____________________________________________________________________________
163 [ 28517] By: stevep                                on 2006/07/09  20:51:48
164         Log: Hmmm...patch didn't warn about rejects in tbt_01basic.t.
165      Branch: perl
166            ! lib/Test/Simple/t/tbt_01basic.t
167 ____________________________________________________________________________
168 [ 28516] By: merijn                                on 2006/07/09  18:50:01
169         Log: Subject: [PATCH] some coding guidelines/tips to perlhack (+ one perltodo)
170              From: Jarkko Hietaniemi <jhi@iki.fi>
171              Date: Sun, 09 Jul 2006 19:42:10 +0300
172              Message-ID: <44B131E2.8050805@iki.fi>
173      Branch: perl
174            ! pod/perlhack.pod pod/perltodo.pod
175 ____________________________________________________________________________
176 [ 28515] By: stevep                                on 2006/07/09  13:57:25
177         Log: Subject: [PATCH] perlhack.pod
178              From: Jarkko Hietaniemi <jhi@iki.fi>
179              Date: Sun, 09 Jul 2006 14:55:20 +0300
180              Message-ID: <44B0EEA8.4080003@iki.fi>
181      Branch: perl
182            ! pod/perlhack.pod
183 ____________________________________________________________________________
184 [ 28514] By: stevep                                on 2006/07/09  13:51:37
185         Log: Upgrade to Test-Simple-0.63
186      Branch: perl
187            ! lib/Test/Builder.pm lib/Test/Builder/Tester.pm
188            ! lib/Test/More.pm lib/Test/Simple.pm lib/Test/Simple/Changes
189            ! lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/tbt_01basic.t
190            ! lib/Test/Simple/t/tbt_05faildiag.t
191 ____________________________________________________________________________
192 [ 28513] By: mhx                                   on 2006/07/09  08:19:33
193         Log: Integrate mkppport. All ppport.h files in the core will now
194              be autogenerated at build time (and removed during cleanup).
195      Branch: perl
196            + mkppport mkppport.lst
197            - ext/Compress/Raw/Zlib/ppport.h ext/Cwd/ppport.h
198            - ext/Digest/SHA/ppport.h ext/Sys/Syslog/ppport.h
199            - ext/Time/HiRes/ppport.h win32/ext/Win32API/File/ppport.h
200            ! MANIFEST Makefile.SH vms/descrip_mms.template win32/Makefile
201            ! win32/Makefile.ce win32/makefile.mk
202 ____________________________________________________________________________
203 [ 28512] By: stevep                                on 2006/07/08  18:08:07
204         Log: Subject: [PATCH] Macroize vast tracks of duplicated code in regexec.c
205              From: demerphq <demerphq@gmail.com>
206              Date: Sat, 8 Jul 2006 17:48:34 +0200
207              Message-ID: <9b18b3110607080848u663b114ag86f76ac5c9c9d5e@mail.gmail.com>
208              
209              Removing duplicated regexp trie-related code.
210      Branch: perl
211            ! regexec.c
212 ____________________________________________________________________________
213 [ 28511] By: stevep                                on 2006/07/08  18:00:17
214         Log: Subject: [PATCH] optimisation for File::Spec::abs2rel where both args are relative
215              From: Brendan O'Dea <bod@debian.org>
216              Date: Thu, 6 Jul 2006 01:02:41 +1000
217              Message-ID: <20060705150241.GA2244@londo.c47.org>
218      Branch: perl
219            ! lib/File/Spec/Unix.pm
220 ____________________________________________________________________________
221 [ 28510] By: stevep                                on 2006/07/08  17:51:43
222         Log: Subject: [PATCH] perl5db.pl: read full lines from remote socket
223              From: Brendan O'Dea <bod@debian.org>
224              Date: Sat, 8 Jul 2006 13:27:50 +1000
225              Message-ID: <20060708032750.GA20454@londo.c47.org>
226      Branch: perl
227            ! lib/perl5db.pl
228 ____________________________________________________________________________
229 [ 28509] By: stevep                                on 2006/07/08  17:47:24
230         Log: Making encoding::warnings lexical is to-done.
231      Branch: perl
232            ! pod/perltodo.pod
233 ____________________________________________________________________________
234 [ 28508] By: stevep                                on 2006/07/08  17:28:36
235         Log: Subject: Skip some POSIX tests when the thing they are testing is unimplemented
236              From: demerphq <demerphq@gmail.com>
237              Date: Sat, 8 Jul 2006 17:55:09 +0200
238              Message-ID: <9b18b3110607080855g73407c4fx41a578815c2a6da2@mail.gmail.com>
239      Branch: perl
240            ! ext/POSIX/t/sysconf.t ext/POSIX/t/termios.t
241 ____________________________________________________________________________
242 [ 28507] By: mhx                                   on 2006/07/08  16:27:10
243         Log: Upgrade to Devel::PPPort 3.09
244      Branch: perl
245            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/HACKERS
246            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort_pm.PL
247            ! ext/Devel/PPPort/parts/apidoc.fnc
248            ! ext/Devel/PPPort/parts/base/5009004
249            ! ext/Devel/PPPort/parts/embed.fnc
250            ! ext/Devel/PPPort/parts/inc/podtest
251            ! ext/Devel/PPPort/parts/todo/5009004 ext/Devel/PPPort/soak
252            ! ext/Devel/PPPort/t/podtest.t
253 ____________________________________________________________________________
254 [ 28506] By: stevep                                on 2006/07/08  14:50:33
255         Log: Update Audrey Tang's email throughout various files.
256      Branch: perl
257            ! AUTHORS Porting/Maintainers.pl Porting/checkAUTHORS.pl
258 ____________________________________________________________________________
259 [ 28505] By: merijn                                on 2006/07/08  09:04:56
260         Log: POSIX test improvements on True64
261              Subject: [PATCH] the new POSIX tests
262              From: Jarkko Hietaniemi <jhi@iki.fi>
263              Date: Sat, 08 Jul 2006 11:43:05 +0300
264              Message-ID: <44AF7019.3070509@iki.fi>
265      Branch: perl
266            ! ext/POSIX/POSIX.pod ext/POSIX/t/sysconf.t
267            ! ext/POSIX/t/termios.t
268 ____________________________________________________________________________
269 [ 28504] By: stevep                                on 2006/07/08  01:14:28
270         Log: Upgrade to encoding-warnings-0.10
271      Branch: perl
272            + lib/encoding/warnings/t/4-lexical.t
273            ! MANIFEST lib/encoding/warnings.pm
274            ! lib/encoding/warnings/t/3-normal.t
275 ____________________________________________________________________________
276 [ 28503] By: stevep                                on 2006/07/07  18:38:01
277         Log: Subject: [PATCH] Test scripts for I18N::Langinfo and POSIX
278              From: Sébastien Aperghis-Tramoni <maddingue@free.fr>
279              Date: Fri, 07 Jul 2006 11:02:31 +0200
280              Message-ID: <1152262951.44ae23272ffa0@imp3-g19.free.fr>
281              
282              Only includes changes to:
283              * ext/I18N/Langinfo/t/Langinfo.t
284              * ext/POSIX/t/sysconf.t
285              * ext/POSIX/t/termios.t
286      Branch: perl
287            + ext/POSIX/t/sysconf.t ext/POSIX/t/termios.t
288            ! MANIFEST ext/I18N/Langinfo/t/Langinfo.t
289 ____________________________________________________________________________
290 [ 28502] By: rgs                                   on 2006/07/07  14:52:15
291         Log: Subject: Re: Dual life for Shell.pm
292              From: "Adriano Ferreira" <a.r.ferreira@gmail.com>
293              Date: Thu, 6 Jul 2006 13:02:23 -0300
294              Message-ID: <73ddeb6c0607060902tc471f84sf1bb841b6e9ecddf@mail.gmail.com>
295      Branch: perl
296            ! lib/Shell.pm lib/Shell.t
297 ____________________________________________________________________________
298 [ 28501] By: rgs                                   on 2006/07/07  14:12:59
299         Log: Subject: [PATCH] threads 1.34 - state methods
300              From: "Jerry D. Hedden" <jerry@hedden.us>
301              Date: Thu, 06 Jul 2006 07:33:13 -0700
302              Message-ID: <20060706073313.fb30e530d17747c2b054d625b8945d88.baa39d91bc.wbe@email.secureserver.net>
303      Branch: perl
304            + ext/threads/t/state.t
305            ! MANIFEST ext/threads/Changes ext/threads/README
306            ! ext/threads/t/context.t ext/threads/t/thread.t
307            ! ext/threads/threads.pm ext/threads/threads.xs
308 ____________________________________________________________________________
309 [ 28500] By: rgs                                   on 2006/07/07  13:23:45
310         Log: Subject: More escaping in the RE
311              From: demerphq <demerphq@gmail.com>
312              Date: Fri, 7 Jul 2006 10:40:40 +0200
313              Message-ID: <9b18b3110607070140p5cb2c58ftcadbcd113a58c3af@mail.gmail.com>
314              
315              (with tweaks)
316      Branch: perl
317            ! regcomp.c regcomp.h regexec.c
318 ____________________________________________________________________________
319 [ 28499] By: rgs                                   on 2006/07/07  09:50:35
320         Log: Fix the implementation of list assignment to state().
321      Branch: perl
322            ! op.c t/lib/warnings/op t/op/state.t
323 ____________________________________________________________________________
324 [ 28498] By: rgs                                   on 2006/07/06  16:55:57
325         Log: The state() implementation is not yet perfect. Check in a new todo test
326      Branch: perl
327            ! t/op/state.t
328 ____________________________________________________________________________
329 [ 28497] By: rgs                                   on 2006/07/06  16:35:37
330         Log: Error in the formulation of the new warning, spotted by Dominic Dunlop
331      Branch: perl
332            ! pod/perldiag.pod
333 ____________________________________________________________________________
334 [ 28496] By: rgs                                   on 2006/07/06  15:49:30
335         Log: Add a new warning, "State variable %s will be reinitialized"
336      Branch: perl
337            ! op.c pod/perldiag.pod t/lib/warnings/op
338 ____________________________________________________________________________
339 [ 28495] By: stevep                                on 2006/07/06  15:38:51
340         Log: Upgrade to Module-Build-0.2801.
341      Branch: perl
342            ! lib/Module/Build.pm lib/Module/Build/Base.pm
343            ! lib/Module/Build/Changes lib/Module/Build/Compat.pm
344            ! lib/Module/Build/Cookbook.pm lib/Module/Build/Platform/Unix.pm
345            ! lib/Module/Build/Platform/Windows.pm lib/Module/Build/YAML.pm
346            ! lib/Module/Build/t/extend.t lib/Module/Build/t/lib/MBTest.pm
347            ! lib/Module/Build/t/mbyaml.t lib/Module/Build/t/runthrough.t
348 ____________________________________________________________________________
349 [ 28494] By: stevep                                on 2006/07/06  15:18:58
350         Log: Math-Complex now dual-lived with Jarkko Hietaniemi as the maintainer.
351              Also, sync'ing up with the CPAN version of the module.
352      Branch: perl
353            ! Porting/Maintainers.pl lib/Math/Complex.pm lib/Math/Complex.t
354            ! lib/Math/Trig.pm lib/Math/Trig.t
355 ____________________________________________________________________________
356 [ 28493] By: rgs                                   on 2006/07/06  14:31:55
357         Log: Document state() variables in perlsub
358      Branch: perl
359            ! pod/perlsub.pod
360 ____________________________________________________________________________
361 [ 28492] By: stevep                                on 2006/07/06  14:12:56
362         Log: Alphabetizing function names in perlfunc lists. 
363      Branch: perl
364            ! pod/perlfunc.pod
365 ____________________________________________________________________________
366 [ 28491] By: rgs                                   on 2006/07/06  13:36:57
367         Log: Mention state variables in perldiag. Add switch-related keywords
368              in the keyword listing section in perlfunc. Add a summary of
369              C<state> in perlfunc. Fix a typo in the synopsis for C<our>.
370              Don't say that C<my $_> is illegal in perlsub.
371      Branch: perl
372            ! pod/perldiag.pod pod/perlfunc.pod pod/perlsub.pod
373 ____________________________________________________________________________
374 [ 28490] By: rgs                                   on 2006/07/06  09:01:16
375         Log: Introduce a new function, pv_escape(), to display contents of PVs
376              that might contain non printable chars.
377              
378              Subject: Re: [PATCH]: fix: [perl #39583] Pattern Match fails for specific length string
379              From: demerphq <demerphq@gmail.com>
380              Date: Wed, 5 Jul 2006 20:40:58 +0200
381              Message-ID: <9b18b3110607051140n10c211a1jf17d3b7914d6f68b@mail.gmail.com>
382      Branch: perl
383            ! dump.c embed.fnc embed.h global.sym perl.h pod/perlapi.pod
384            ! proto.h reentr.c regexec.c t/lib/warnings/9uninit
385 ____________________________________________________________________________
386 [ 28489] By: rgs                                   on 2006/07/05  21:00:31
387         Log: Implement handling of state variables in list assignment
388      Branch: perl
389            ! ext/B/B/Concise.pm op.c pp_hot.c t/op/state.t
390 ____________________________________________________________________________
391 [ 28488] By: rgs                                   on 2006/07/05  20:00:10
392         Log: Fix a bug on setting OPpASSIGN_COMMON on a AASSIGN op when the left
393              side is made out a list declared with our(). In this case OPpLVAL_INTRO
394              isn't set on the left op, so we just remove that check. Add new tests.
395      Branch: perl
396            ! op.c t/op/array.t
397 ____________________________________________________________________________
398 [ 28487] By: rgs                                   on 2006/07/05  19:49:36
399         Log: Adjust test count after introducing new constants in POSIX
400      Branch: perl
401            ! ext/B/t/concise-xs.t
402 ____________________________________________________________________________
403 [ 28486] By: stevep                                on 2006/07/05  16:27:16
404         Log: Add constants needed for recvmsg()/sendmsg() support.
405      Branch: perl
406            ! ext/POSIX/Makefile.PL
407 ____________________________________________________________________________
408 [ 28485] By: stevep                                on 2006/07/05  15:40:05
409         Log: Skip lib/Memoize/t/tie_ndbm.t if $TMP is not writable.
410      Branch: perl
411            ! lib/Memoize/t/tie_ndbm.t
412 ____________________________________________________________________________
413 [ 28484] By: rgs                                   on 2006/07/05  14:10:18
414         Log: Add a TODO test for list assignment to a list of state variables.
415              Not sure yet how to encode in the optree the information that
416              state($x, $y) and (state $x, state $y) must be treated differently.
417      Branch: perl
418            ! t/op/state.t
419 ____________________________________________________________________________
420 [ 28483] By: rgs                                   on 2006/07/05  12:48:57
421         Log: Don't add extra warning flags for gcc versions < 3.
422      Branch: perl
423            ! cflags.SH
424 ____________________________________________________________________________
425 [ 28482] By: rgs                                   on 2006/07/05  08:53:56
426         Log: Make the distclean target remove lib/Hash correctly
427      Branch: perl
428            ! Makefile.SH
429 ____________________________________________________________________________
430 [ 28481] By: craigb                                on 2006/07/05  02:31:06
431         Log: Subject: [PATCH] RE: [PATCH] threads 1.33
432         From: "Jerry D. Hedden" <jdhedden@cpan.org>
433         Message-id: <20060704171845.fb30e530d17747c2b054d625b8945d88.f0db2cab53.wbe@email.secureserver.net>
434              Date: Tue, 04 Jul 2006 17:18:45 -0700
435              
436              exiting from threads works differently on VMS
437      Branch: perl
438            ! ext/threads/t/exit.t
439 ____________________________________________________________________________
440 [ 28480] By: craigb                                on 2006/07/04  21:27:42
441         Log: fix signed/unsigned nit in reentr.c
442      Branch: perl
443            ! reentr.c
444 ____________________________________________________________________________
445 [ 28479] By: craigb                                on 2006/07/04  19:08:16
446         Log: fix type mismatch warning caused by return statement lurking in DIE macro
447      Branch: perl
448            ! doio.c
449 ____________________________________________________________________________
450 [ 28478] By: nicholas                              on 2006/07/04  18:58:10
451         Log: Subject: [PATCH] more warning-silencing in FieldHash
452              From: Anno Siegel <anno4000@mailbox.tu-berlin.de>
453              Message-Id: <CE8BC13E-8BE5-4743-803C-6DF0D1FB2010@mailbox.tu-berlin.de>
454              Date: Tue, 4 Jul 2006 19:42:12 +0200
455      Branch: perl
456            ! ext/Hash/Util/FieldHash/FieldHash.xs
457            ! ext/Hash/Util/FieldHash/t/02_function.t
458            ! ext/Hash/Util/FieldHash/t/05_perlhook.t
459 ____________________________________________________________________________
460 [ 28477] By: rgs                                   on 2006/07/04  12:04:58
461         Log: Subject: [PATCH] consting and localizing in universal.c
462              From: andy@petdance.com (Andy Lester)
463              Date: Mon, 3 Jul 2006 17:41:48 -0500
464              Message-ID: <20060703224148.GA14449@petdance.com>
465      Branch: perl
466            ! embed.fnc proto.h universal.c
467 ____________________________________________________________________________
468 [ 28476] By: rgs                                   on 2006/07/04  09:42:12
469         Log: Subject: [PATCH] toke.c consting and localizing
470              From: andy@petdance.com (Andy Lester)
471              Date: Mon, 3 Jul 2006 17:42:50 -0500
472              Message-ID: <20060703224250.GA14481@petdance.com>
473      Branch: perl
474            ! toke.c
475 ____________________________________________________________________________
476 [ 28475] By: rgs                                   on 2006/07/04  09:37:10
477         Log: Subject: [PATCH] threads 1.33
478              From: "Jerry D. Hedden" <jdhedden@cpan.org>
479              Date: Mon, 03 Jul 2006 09:01:53 -0700
480              Message-ID: <20060703090153.fb30e530d17747c2b054d625b8945d88.b26e047e0f.wbe@email.secureserver.net>
481      Branch: perl
482            + ext/threads/t/exit.t
483            ! MANIFEST ext/threads/Changes ext/threads/README
484            ! ext/threads/t/blocks.t ext/threads/t/context.t
485            ! ext/threads/t/end.t ext/threads/t/free.t ext/threads/t/free2.t
486            ! ext/threads/t/join.t ext/threads/t/thread.t
487            ! ext/threads/threads.pm ext/threads/threads.xs
488 ____________________________________________________________________________
489 [ 28474] By: mhx                                   on 2006/07/03  21:40:58
490         Log: Upgrade to Devel::PPPort 3.08_07
491      Branch: perl
492            + ext/Devel/PPPort/PPPort.xs
493            ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/Makefile.PL
494            ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/PPPort_xs.PL
495            ! ext/Devel/PPPort/parts/inc/ppphbin
496            ! ext/Devel/PPPort/parts/inc/ppphdoc
497            ! ext/Devel/PPPort/parts/inc/ppphtest ext/Devel/PPPort/soak
498            ! ext/Devel/PPPort/t/ppphtest.t
499 ____________________________________________________________________________
500 [ 28473] By: stevep                                on 2006/07/03  18:09:01
501         Log: Allow stat() and -X file tests work on dirhandles.
502      Branch: perl
503            ! doio.c pod/perlfunc.pod pp_sys.c t/op/stat.t
504 ____________________________________________________________________________
505 [ 28472] By: rgs                                   on 2006/07/03  16:51:05
506         Log: Subject: [PATCH] embed.pl enhancements
507              From: andy@petdance.com (Andy Lester)
508              Date: Sun, 2 Jul 2006 12:11:39 -0500
509              Message-ID: <20060702171139.GA20266@petdance.com>
510              
511              Add experimental (and optional) splint support
512      Branch: perl
513            ! embed.pl perlapi.c
514 ____________________________________________________________________________
515 [ 28471] By: rgs                                   on 2006/07/03  16:40:19
516         Log: Subject: [PATCH] Makefile splint support
517              From: andy@petdance.com (Andy Lester)
518              Date: Sun, 2 Jul 2006 12:19:08 -0500
519              Message-ID: <20060702171908.GA20443@petdance.com>
520      Branch: perl
521            ! Makefile.SH
522 ____________________________________________________________________________
523 [ 28470] By: rgs                                   on 2006/07/03  16:36:14
524         Log: Subject: [PATCH] DProf.xs patch
525              From: andy@petdance.com (Andy Lester)
526              Date: Sun, 2 Jul 2006 12:17:08 -0500
527              Message-ID: <20060702171708.GA20392@petdance.com>
528      Branch: perl
529            ! ext/Devel/DProf/DProf.xs
530 ____________________________________________________________________________
531 [ 28469] By: rgs                                   on 2006/07/03  09:39:42
532         Log: Subject: [PATCH] mg.c cleanups
533              From: andy@petdance.com (Andy Lester)
534              Date: Sun, 2 Jul 2006 12:33:36 -0500
535              Message-ID: <20060702173336.GA20641@petdance.com>
536      Branch: perl
537            ! mg.c
538 ____________________________________________________________________________
539 [ 28468] By: rgs                                   on 2006/07/03  09:34:44
540         Log: Subject: [PATCH] Clean up mathoms.c
541              From: andy@petdance.com (Andy Lester)
542              Date: Sun, 2 Jul 2006 12:24:45 -0500
543              Message-ID: <20060702172445.GA20521@petdance.com>
544      Branch: perl
545            ! mathoms.c
546 ____________________________________________________________________________
547 [ 28467] By: steveh                                on 2006/07/03  08:23:03
548         Log: Subject: Re: Win32API::File now in core
549              From: demerphq <demerphq@gmail.com>
550              Date: Sun, 2 Jul 2006 15:19:58 +0200
551              Message-ID: <9b18b3110607020619s4c4480d8ra3e681aee69a8d7@mail.gmail.com>
552              
553              Sync blead with Win32API-File-0.1001
554              (plus change to sync README too)
555      Branch: perl
556            ! win32/ext/Win32API/File/Changes
557            ! win32/ext/Win32API/File/File.pm win32/ext/Win32API/File/README
558 ____________________________________________________________________________
559 [ 28466] By: davem                                 on 2006/07/02  22:47:24
560         Log: silence a compiler warning
561      Branch: perl
562            ! regexec.c
563 ____________________________________________________________________________
564 [ 28465] By: davem                                 on 2006/07/02  19:30:49
565         Log: remove some unnecessary uses of WITH_THR
566      Branch: perl
567            ! mg.c op.c
568 ____________________________________________________________________________
569 [ 28464] By: craigb                                on 2006/07/02  18:06:36
570         Log: s/have a more/have more/ typo fix in perlfaq4
571      Branch: perl
572            ! pod/perlfaq4.pod
573 ____________________________________________________________________________
574 [ 28463] By: davem                                 on 2006/07/02  16:31:10
575         Log: Subject:  [PATCH] Synchronize ExtUtils::Instal 1.41
576              From:  demerphq <demerphq@gmail.com>
577              Date:  Sun, 2 Jul 2006 16:23:21 +0200
578              Message-Id:  <9b18b3110607020723h1765f051hda802b6682a99df0@mail.gmail.com>
579              
580              Sync ExtUtils::Install with CPAN (just trivially change version nos)
581      Branch: perl
582            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
583            ! lib/ExtUtils/Packlist.pm
584 ____________________________________________________________________________
585 [ 28462] By: davem                                 on 2006/07/02  15:34:23
586         Log: 
587              From: demerphq <demerphq@gmail.com>
588              Date: Sun, 2 Jul 2006 15:13:20 +0200
589              Subject: Re: [PATCH]: fix: [perl #39583] Pattern Match fails for specific length string
590              Message-ID: <9b18b3110607020613u1ab782dam2c425da61deb1876@mail.gmail.com>
591              
592              add test for patch #28417
593      Branch: perl
594            ! t/op/pat.t
595 ____________________________________________________________________________
596 [ 28461] By: rgs                                   on 2006/06/30  16:33:57
597         Log: Must not forget that.
598      Branch: perl
599            ! pod/perltodo.pod
600 ____________________________________________________________________________
601 [ 28460] By: steveh                                on 2006/06/30  13:46:06
602         Log: Add Win32API::File to the core
603              
604              For discussions, see the thread starting here:
605              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-06/msg00710.html
606      Branch: perl
607            + win32/ext/Win32API/File/Changes
608            + win32/ext/Win32API/File/ExtUtils/Myconst2perl.pm
609            + win32/ext/Win32API/File/File.pm
610            + win32/ext/Win32API/File/File.xs
611            + win32/ext/Win32API/File/Makefile.PL
612            + win32/ext/Win32API/File/README
613            + win32/ext/Win32API/File/buffers.h
614            + win32/ext/Win32API/File/cFile.h
615            + win32/ext/Win32API/File/cFile.pc
616            + win32/ext/Win32API/File/const2perl.h
617            + win32/ext/Win32API/File/ppport.h
618            + win32/ext/Win32API/File/t/file.t
619            + win32/ext/Win32API/File/t/tie.t
620            + win32/ext/Win32API/File/typemap
621            ! MANIFEST Porting/Maintainers.pl t/TEST t/harness
622            ! win32/Makefile win32/config_sh.PL win32/makefile.mk
623 ____________________________________________________________________________
624 [ 28459] By: rgs                                   on 2006/06/30  13:28:46
625         Log: Fix casting warnings related to snprintf/vsnprintf
626      Branch: perl
627            ! perl.h util.c
628 ____________________________________________________________________________
629 [ 28458] By: merijn                                on 2006/06/30  13:17:59
630         Log: Solaris' sh doesn't like empty if's
631      Branch: perl
632            ! hints/solaris_2.sh
633 ____________________________________________________________________________
634 [ 28457] By: rgs                                   on 2006/06/30  13:09:40
635         Log: PERL_UNUSED_CONTEXT is not enough to silence warnings when pTHXx
636              is used.
637      Branch: perl
638            ! perl.c
639 ____________________________________________________________________________
640 [ 28456] By: rgs                                   on 2006/06/30  12:56:59
641         Log: Fix a couple of compilation warnings
642      Branch: perl
643            ! regcomp.c toke.c
644 ____________________________________________________________________________
645 [ 28455] By: davem                                 on 2006/06/30  12:07:01
646         Log: migrate CURLY/PLUS/STAR branch in regmatch() to new FSM-esque paradigm
647      Branch: perl
648            ! regexec.c regexp.h
649 ____________________________________________________________________________
650 [ 28454] By: rgs                                   on 2006/06/30  08:13:24
651         Log: Small adjustment to the Plan
652      Branch: perl
653            ! pod/perltodo.pod
654 ____________________________________________________________________________
655 [ 28453] By: merijn                                on 2006/06/30  05:00:22
656         Log: HASATTRIBUTE_UNUSED works for gcc-3.3, but not for g++-3.3
657              Subject: Re: [PATCH] Re: [perl #39634] gcc 3.3 has problems with __attribute__((unused))
658              From: Andrew Dougherty <doughera@lafayette.edu>
659              Date: Thu, 29 Jun 2006 13:41:28 -0400 (EDT)
660              Message-ID: <Pine.LNX.4.62.0606291327130.16718@fractal.phys.lafayette.edu>
661      Branch: perl
662            ! perl.h
663 ____________________________________________________________________________
664 [ 28452] By: rgs                                   on 2006/06/29  16:47:32
665         Log: Another typo fix.
666      Branch: perl
667            ! pod/perlre.pod
668 ____________________________________________________________________________
669 [ 28451] By: rgs                                   on 2006/06/29  16:12:05
670         Log: Typo fix.
671      Branch: perl
672            ! pod/perlre.pod
673 ____________________________________________________________________________
674 [ 28450] By: rgs                                   on 2006/06/29  15:53:43
675         Log: Subject: [PATCH] Small precision about \Q \E inside m//x
676              From: Sébastien Aperghis-Tramoni <maddingue@free.fr>
677              Date: Thu, 29 Jun 2006 17:46:57 +0200
678              Message-ID: <1151596017.44a3f5f105205@imp1-g19.free.fr>
679      Branch: perl
680            ! pod/perlre.pod
681 ____________________________________________________________________________
682 [ 28449] By: rgs                                   on 2006/06/29  14:53:38
683         Log: Subject: [PATCH] Cleanup in Hash::Util::FieldHash
684              From: Anno Siegel <anno4000@mailbox.tu-berlin.de>
685              Date: Wed, 28 Jun 2006 19:20:14 +0200
686              Message-Id: <B45A1CCD-ECCA-44EB-97A6-1DA9F5E4DE81@mailbox.tu-berlin.de>
687      Branch: perl
688            ! ext/Hash/Util/FieldHash/FieldHash.xs
689            ! ext/Hash/Util/FieldHash/Makefile.PL
690            ! ext/Hash/Util/FieldHash/t/01_load.t
691 ____________________________________________________________________________
692 [ 28448] By: craigb                                on 2006/06/29  14:21:35
693         Log: Updated handling of signal names and signals for VMS
694      Branch: perl
695            ! configure.com vms/vms.c
696 ____________________________________________________________________________
697 [ 28447] By: rgs                                   on 2006/06/29  12:12:00
698         Log: Some CPP macro sanitization by Sadahiro Tomoyuki
699      Branch: perl
700            ! utfebcdic.h
701 ____________________________________________________________________________
702 [ 28446] By: merijn                                on 2006/06/28  17:51:28
703         Log: Solaris hints: gcc flags confuse Configure
704              Subject: [PATCH] (Was Re: [perl #39636] Configure fails)
705              From: Andy Dougherty <doughera@lafayette.edu>
706              Date: Wed, 28 Jun 2006 13:37:54 -0400 (EDT)
707              Message-ID: <Pine.LNX.4.62.0606281331350.3867@fractal.phys.lafayette.edu>
708      Branch: perl
709            ! hints/solaris_2.sh
710 ____________________________________________________________________________
711 [ 28445] By: rgs                                   on 2006/06/28  14:37:03
712         Log: Subject: [PATCH] Update for IO::Uncompress::Base
713              From: "Paul Marquess" <paul.marquess@ntlworld.com>
714              Date: Wed, 28 Jun 2006 14:22:46 +0100
715              Message-ID: <001701c69ab5$f4d5d3d0$2405140a@myopwv.com>
716      Branch: perl
717            ! ext/Compress/IO/Base/lib/IO/Uncompress/AnyUncompress.pm
718            ! ext/Compress/IO/Base/lib/IO/Uncompress/Base.pm
719            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/AnyInflate.pm
720            ! t/lib/compress/CompTestUtils.pm t/lib/compress/any.pl
721            ! t/lib/compress/anyunc.pl t/lib/compress/multi.pl
722            ! t/lib/compress/oneshot.pl
723 ____________________________________________________________________________
724 [ 28444] By: rgs                                   on 2006/06/28  08:42:09
725         Log: Subject: [perl #39639] perldoc -f waitpid has wrong code example 
726              From: Alexander_Gernler@genua.de (via RT) <perlbug-followup@perl.org>
727              Date: Tue, 27 Jun 2006 07:23:59 -0700
728              Message-ID: <rt-3.0.11-39639-135396.19.0765391798804@perl.org>
729      Branch: perl
730            ! pod/perlfunc.pod
731 ____________________________________________________________________________
732 [ 28435] By: rgs                                   on 2006/06/27  14:01:30
733         Log: Nits in the perlpragma manpage
734      Branch: perl
735            ! pod/perlpragma.pod
736 ____________________________________________________________________________
737 [ 28434] By: rgs                                   on 2006/06/27  08:48:45
738         Log: Subject: [PATCH] cflags.SH: scan the gcc warning flags only once, during .SH expansion
739              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
740              Date: Mon, 26 Jun 2006 22:12:37 +0300 (EEST)
741              Message-Id: <20060626191237.8A0936CF04@seth.hut.fi>
742      Branch: perl
743            ! cflags.SH
744 ____________________________________________________________________________
745 [ 28433] By: rgs                                   on 2006/06/26  17:17:57
746         Log: Adjust test preamble for Hash::Util tests too.
747      Branch: perl
748            ! ext/Hash/Util/t/Util.t
749 ____________________________________________________________________________
750 [ 28432] By: rgs                                   on 2006/06/26  16:50:58
751         Log: Adjust test preambles for Hash::Util::FieldHash tests to change
752              the @INC path only when testing inside the core
753      Branch: perl
754            ! ext/Hash/Util/FieldHash/t/01_load.t
755            ! ext/Hash/Util/FieldHash/t/02_function.t
756            ! ext/Hash/Util/FieldHash/t/03_class.t
757            ! ext/Hash/Util/FieldHash/t/04_thread.t
758            ! ext/Hash/Util/FieldHash/t/05_perlhook.t
759            ! ext/Hash/Util/FieldHash/t/10_hash.t
760            ! ext/Hash/Util/FieldHash/t/11_hashassign.t
761            ! ext/Hash/Util/FieldHash/t/12_hashwarn.t
762 ____________________________________________________________________________
763 [ 28431] By: rgs                                   on 2006/06/26  16:32:16
764         Log: Subject: Re: [PATCH] Hash::Util::FieldHash
765              From: Anno Siegel <anno4000@mailbox.tu-berlin.de>
766              Date: Mon, 26 Jun 2006 18:05:53 +0200
767              Message-Id: <133195AB-599D-49EC-8CFE-D67299D947EB@mailbox.tu-berlin.de>
768      Branch: perl
769            ! ext/Hash/Util/FieldHash/Changes
770            ! ext/Hash/Util/FieldHash/FieldHash.xs
771            ! ext/Hash/Util/FieldHash/Makefile.PL
772 ____________________________________________________________________________
773 [ 28430] By: rgs                                   on 2006/06/26  16:29:06
774         Log: Remove notes about removed 5005-threads from perlguts.
775      Branch: perl
776            ! pod/perlguts.pod
777 ____________________________________________________________________________
778 [ 28429] By: rgs                                   on 2006/06/26  12:31:19
779         Log: Subject: [patch@28427] vms.c - null termination of string missing.
780              From: "John E. Malmberg" <wb8tyw@qsl.net>
781              Date: Mon, 26 Jun 2006 08:24:57 -0400
782              Message-ID: <449FD219.5060900@qsl.net>
783      Branch: perl
784            ! vms/vms.c
785 ____________________________________________________________________________
786 [ 28428] By: rgs                                   on 2006/06/26  08:55:56
787         Log: More perlreguts nits by Dominic Dunlop,
788              plus fix a broken internal POD link
789      Branch: perl
790            ! pod/perlreguts.pod
791 ____________________________________________________________________________
792 [ 28427] By: rgs                                   on 2006/06/25  22:23:46
793         Log: Nits about lock() in perlthrtut by Daniel Frederick Crisman,
794              plus other nits by rgs
795      Branch: perl
796            ! pod/perlthrtut.pod
797 ____________________________________________________________________________
798 [ 28426] By: rgs                                   on 2006/06/25  21:57:30
799         Log: Compilation fixes for VMS by John E. Malmberg
800      Branch: perl
801            ! ext/Hash/Util/FieldHash/FieldHash.xs
802 ____________________________________________________________________________
803 [ 28425] By: rgs                                   on 2006/06/25  21:12:06
804         Log: Nits to perlreguts.pod by Dominic Dunlop
805      Branch: perl
806            ! pod/perlreguts.pod
807 ____________________________________________________________________________
808 [ 28424] By: mhx                                   on 2006/06/25  08:13:33
809         Log: Upgrade to Devel::PPPort 3.08_06
810      Branch: perl
811            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/Makefile.PL
812            ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/mktests.PL
813            ! ext/Devel/PPPort/ppport_h.PL ext/Devel/PPPort/soak
814            ! ext/Devel/PPPort/t/MY_CXT.t ext/Devel/PPPort/t/SvPV.t
815            ! ext/Devel/PPPort/t/SvREFCNT.t ext/Devel/PPPort/t/Sv_set.t
816            ! ext/Devel/PPPort/t/call.t ext/Devel/PPPort/t/cop.t
817            ! ext/Devel/PPPort/t/exception.t ext/Devel/PPPort/t/grok.t
818            ! ext/Devel/PPPort/t/limits.t ext/Devel/PPPort/t/mPUSH.t
819            ! ext/Devel/PPPort/t/magic.t ext/Devel/PPPort/t/memory.t
820            ! ext/Devel/PPPort/t/misc.t ext/Devel/PPPort/t/newCONSTSUB.t
821            ! ext/Devel/PPPort/t/newRV.t ext/Devel/PPPort/t/podtest.t
822            ! ext/Devel/PPPort/t/ppphtest.t ext/Devel/PPPort/t/pvs.t
823            ! ext/Devel/PPPort/t/snprintf.t ext/Devel/PPPort/t/sv_xpvf.t
824            ! ext/Devel/PPPort/t/threads.t ext/Devel/PPPort/t/uv.t
825            ! ext/Devel/PPPort/t/variables.t ext/Devel/PPPort/t/warn.t
826 ____________________________________________________________________________
827 [ 28423] By: stevep                                on 2006/06/25  01:45:51
828         Log: Re: [PATCH] Hash::Util::FieldHash
829              From: demerphq <demerphq@gmail.com>
830              Date: Sat, 24 Jun 2006 13:19:35 +0200
831              Message-ID: <9b18b3110606240419p1b5a2072t3867306925a3ce46@mail.gmail.com>
832      Branch: perl
833            ! ext/Hash/Util/FieldHash/Makefile.PL
834 ____________________________________________________________________________
835 [ 28422] By: davem                                 on 2006/06/24  23:31:33
836         Log: quieten warning by avoiding a comment-within-a-comment
837      Branch: perl
838            ! regcomp.c
839 ____________________________________________________________________________
840 [ 28421] By: davem                                 on 2006/06/23  22:26:02
841         Log: migrate TRIE branch in regmatch() to new FSM-esque paradigm
842      Branch: perl
843            ! regexec.c regexp.h
844 ____________________________________________________________________________
845 [ 28420] By: mhx                                   on 2006/06/23  19:06:43
846         Log: Upgrade to Devel::PPPort 3.08_05
847      Branch: perl
848            - ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort.xs
849            ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/Makefile.PL
850            ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/soak
851 ____________________________________________________________________________
852 [ 28419] By: rgs                                   on 2006/06/23  16:28:03
853         Log: Subject: Re: [PATCH] Hash::Util::FieldHash
854              From: Anno Siegel <anno4000@mailbox.tu-berlin.de>
855              Date: Wed, 21 Jun 2006 22:39:51 +0200
856              Message-Id: <974A5B4B-7614-4F3F-BA7C-828960D82C55@mailbox.tu-berlin.de>
857      Branch: perl
858            + ext/Hash/Util/FieldHash/Changes
859            + ext/Hash/Util/FieldHash/FieldHash.xs
860            + ext/Hash/Util/FieldHash/Makefile.PL
861            + ext/Hash/Util/FieldHash/lib/Hash/Util/FieldHash.pm
862            + ext/Hash/Util/FieldHash/t/01_load.t
863            + ext/Hash/Util/FieldHash/t/02_function.t
864            + ext/Hash/Util/FieldHash/t/03_class.t
865            + ext/Hash/Util/FieldHash/t/04_thread.t
866            + ext/Hash/Util/FieldHash/t/05_perlhook.t
867            + ext/Hash/Util/FieldHash/t/10_hash.t
868            + ext/Hash/Util/FieldHash/t/11_hashassign.t
869            + ext/Hash/Util/FieldHash/t/12_hashwarn.t
870            ! MANIFEST embed.fnc embed.h ext/Hash/Util/Changes
871            ! ext/Hash/Util/Makefile.PL ext/Hash/Util/lib/Hash/Util.pm hv.c
872            ! mg.c pod/perlapi.pod pod/perlguts.pod proto.h sv.c
873 ____________________________________________________________________________
874 [ 28418] By: rgs                                   on 2006/06/23  14:00:59
875         Log: Subject: Re: [PATCH] perlhack.pod
876              From: "Dr.Ruud" <rvtol+news@isolution.nl>
877              Date: Thu, 22 Jun 2006 23:42:53 +0200
878              Message-ID: <20060622215407.9605.qmail@lists.develooper.com>
879      Branch: perl
880            ! pod/perlhack.pod
881 ____________________________________________________________________________
882 [ 28417] By: rgs                                   on 2006/06/23  10:50:29
883         Log: Subject: [PATCH]: fix: [perl #39583] Pattern Match fails for specific length string
884              From: demerphq <demerphq@gmail.com>
885              Date: Fri, 23 Jun 2006 11:54:19 +0200
886              Message-ID: <9b18b3110606230254m6afd620bjde6322aefda6f199@mail.gmail.com>
887      Branch: perl
888            ! regexec.c
889 ____________________________________________________________________________
890 [ 28416] By: rgs                                   on 2006/06/23  09:41:36
891         Log: perltodo additions by Vadim Konovalov
892      Branch: perl
893            ! pod/perltodo.pod
894 ____________________________________________________________________________
895 [ 28415] By: stevep                                on 2006/06/22  11:34:20
896         Log: Subject: [PATCH] IO::Compress::Base
897              From: "Paul Marquess" <paul.marquess@ntlworld.com>
898              Date: Thu, 22 Jun 2006 11:40:10 +0100
899              Message-ID: <01f701c695e8$3d035e20$2405140a@myopwv.com>
900      Branch: perl
901            ! ext/Compress/IO/Base/lib/IO/Compress/Base.pm
902            ! t/lib/compress/merge.pl
903 ____________________________________________________________________________
904 [ 28414] By: steveh                                on 2006/06/22  08:05:14
905         Log: Subject: Re: Smoke [5.9.4] 28410 FAIL(Fm) MSWin32 WinXP/.Net SP2 (x86/2 cpu)
906              From: demerphq <demerphq@gmail.com>
907              Date: Wed, 21 Jun 2006 22:51:03 +0200
908              Message-ID: <9b18b3110606211351v5b052103i4d727ad464a162e@mail.gmail.com>
909      Branch: perl
910            ! regcomp.c
911 ____________________________________________________________________________
912 [ 28413] By: rgs                                   on 2006/06/21  08:15:38
913         Log: Subject: [PATCH] <toke.c> isALNUM(*s) && *s != '_'
914              From: "Dr.Ruud" <rvtol+news@isolution.nl>
915              Date: Wed, 21 Jun 2006 01:58:19 +0200
916              Message-ID: <20060621000237.24398.qmail@lists.develooper.com>
917      Branch: perl
918            ! toke.c
919 ____________________________________________________________________________
920 [ 28412] By: steveh                                on 2006/06/21  08:07:21
921         Log: Fix code before declaration error introduced by #28405
922      Branch: perl
923            ! regcomp.c
924 ____________________________________________________________________________
925 [ 28411] By: rgs                                   on 2006/06/21  07:44:24
926         Log: Subject: [PATCH] Re: [PATCH] Re: [perl #39530] printf: bad formatting of hexadecimal conversion of binary string using vector flag
927              From: Dominic Dunlop <shouldbedomo@mac.com>
928              Date: Tue, 20 Jun 2006 21:49:07 +0200
929              Message-Id: <C48A3CD4-DDA5-43AD-8DDC-20375A187EFD@mac.com>
930      Branch: perl
931            ! t/op/sprintf.t
932 ____________________________________________________________________________
933 [ 28410] By: rgs                                   on 2006/06/20  22:01:16
934         Log: Upgrade to Sys::Syslog 0.16
935      Branch: perl
936            ! ext/Sys/Syslog/Changes ext/Sys/Syslog/Syslog.pm
937            ! ext/Sys/Syslog/t/syslog.t
938 ____________________________________________________________________________
939 [ 28409] By: rgs                                   on 2006/06/20  17:22:15
940         Log: Change 28404 broke the construct s/foo/<<BAR/e. So, try to be more
941              clever. If the right hand side of s///e contains a #, then maybe
942              it's a comment, so add a \n after it. Obviously, this is fast, but
943              won't cover all possible cases.
944      Branch: perl
945            ! toke.c
946 ____________________________________________________________________________
947 [ 28408] By: rgs                                   on 2006/06/20  14:18:28
948         Log: Subject: [PATCH] Re: [perl #39530] printf: bad formatting of hexadecimal conversion of binary string using vector flag
949              From: Dominic Dunlop <shouldbedomo@mac.com>
950              Date: Tue, 20 Jun 2006 16:02:38 +0200
951              Message-Id: <D223CF35-9AC3-4351-A0C9-F4E224AAC19E@mac.com>
952      Branch: perl
953            ! sv.c t/op/sprintf.t
954 ____________________________________________________________________________
955 [ 28407] By: rgs                                   on 2006/06/20  12:51:31
956         Log: Subject: [PATCH] IO::Compress::* 2.000_13
957              From: "Paul Marquess" <paul.marquess@ntlworld.com>
958              Date: Tue, 20 Jun 2006 13:40:47 +0100
959              Message-ID: <00b101c69466$c18f0af0$2405140a@myopwv.com>
960      Branch: perl
961            ! ext/Compress/IO/Base/Changes ext/Compress/IO/Base/README
962            ! ext/Compress/IO/Base/lib/IO/Compress/Base.pm
963            ! ext/Compress/IO/Base/lib/IO/Compress/Base/Common.pm
964            ! ext/Compress/IO/Base/lib/IO/Uncompress/AnyUncompress.pm
965            ! ext/Compress/IO/Base/lib/IO/Uncompress/Base.pm
966            ! ext/Compress/IO/Base/t/01misc.t ext/Compress/IO/Zlib/Changes
967            ! ext/Compress/IO/Zlib/README
968            ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Deflate.pm
969            ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Identity.pm
970            ! ext/Compress/IO/Zlib/lib/IO/Compress/Deflate.pm
971            ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip.pm
972            ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip/Constants.pm
973            ! ext/Compress/IO/Zlib/lib/IO/Compress/RawDeflate.pm
974            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip.pm
975            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip/Constants.pm
976            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zlib/Constants.pm
977            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zlib/Extra.pm
978            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Identity.pm
979            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Inflate.pm
980            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/AnyInflate.pm
981            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Gunzip.pm
982            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Inflate.pm
983            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/RawInflate.pm
984            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Unzip.pm
985            ! ext/Compress/IO/Zlib/t/105oneshot-zip-only.t
986            ! ext/Compress/Raw/Zlib/README
987            ! ext/Compress/Raw/Zlib/lib/Compress/Raw/Zlib.pm
988            ! ext/Compress/Zlib/Changes ext/Compress/Zlib/README
989            ! ext/Compress/Zlib/lib/Compress/Zlib.pm t/lib/compress/multi.pl
990            ! t/lib/compress/oneshot.pl
991 ____________________________________________________________________________
992 [ 28406] By: rgs                                   on 2006/06/20  12:44:27
993         Log: Upgrade to Unicode::Normalize 1.01
994      Branch: perl
995            + ext/Unicode/Normalize/t/tie.t
996            ! MANIFEST ext/Unicode/Normalize/Changes
997            ! ext/Unicode/Normalize/Normalize.pm
998            ! ext/Unicode/Normalize/Normalize.xs
999            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/t/func.t
1000            ! ext/Unicode/Normalize/t/illegal.t
1001 ____________________________________________________________________________
1002 [ 28405] By: stevep                                on 2006/06/20  12:14:27
1003         Log: Clean up a few warnings in regcomp.c under -Dgccansipedantic.
1004      Branch: perl
1005            ! regcomp.c
1006 ____________________________________________________________________________
1007 [ 28404] By: rgs                                   on 2006/06/20  08:52:12
1008         Log: Subject: [perl #39365] Bug in toke.c (eval in subst) 
1009              From: bcarter@gumdrop.flyinganvil.org (via RT) <perlbug-followup@perl.org>
1010              Date: Fri, 09 Jun 2006 02:08:44 -0700
1011              Message-ID: <rt-3.0.11-39365-134716.18.9775670722527@perl.org>
1012              
1013              plus a regression test.
1014      Branch: perl
1015            ! t/comp/parser.t toke.c
1016 ____________________________________________________________________________
1017 [ 28403] By: rgs                                   on 2006/06/20  08:16:58
1018         Log: Subject: [PATCH lib/UNIVERSAL.pm] Add Documentation for DOES()
1019              From: chromatic <chromatic@wgz.org>
1020              Date: Sat, 17 Jun 2006 17:24:03 -0700
1021              Message-Id: <200606171724.04302.chromatic@wgz.org>
1022      Branch: perl
1023            ! lib/UNIVERSAL.pm
1024 ____________________________________________________________________________
1025 [ 28402] By: rgs                                   on 2006/06/19  11:27:03
1026         Log: Subject: RE: [PATCH] cflags.SH: rework the gcc warnings selection
1027              From: "Green, Paul" <Paul.Green@stratus.com>
1028              Date: Sun, 18 Jun 2006 19:41:50 -0400
1029              Message-ID: <F5F42E77A43DD944B6D664B00A5401CB02026106@EXNA.corp.stratus.com>
1030      Branch: perl
1031            ! cflags.SH
1032 ____________________________________________________________________________
1033 [ 28401] By: davem                                 on 2006/06/18  09:58:08
1034         Log: Subject:  [PATCH] Re: blead trie problems in tru64 with -DDEBUGGING
1035              From:  Jarkko Hietaniemi <jhi@iki.fi>
1036              Date:  Sun, 18 Jun 2006 01:04:46 +0300
1037              Message-Id:  <44947C7E.7090100@iki.fi>
1038      Branch: perl
1039            ! regexec.c
1040 ____________________________________________________________________________
1041 [ 28400] By: davem                                 on 2006/06/17  20:01:38
1042         Log: Subject:  [PATCH] Comply with the 0x80th commandment
1043              From:  demerphq <demerphq@gmail.com>
1044              Date:  Sat, 17 Jun 2006 16:44:17 +0200
1045              Message-Id:  <9b18b3110606170744x60f4074bg11bf0f4c87eeb6c1@mail.gmail.com>
1046              
1047              add some (U8) casts
1048      Branch: perl
1049            ! regcomp.h
1050 ____________________________________________________________________________
1051 [ 28399] By: davem                                 on 2006/06/17  16:39:53
1052         Log: dont warn at exit of detatched threads still running
1053      Branch: perl
1054            ! ext/threads/t/blocks.t ext/threads/threads.xs
1055 ____________________________________________________________________________
1056 [ 28398] By: davem                                 on 2006/06/16  23:25:51
1057         Log: start turning regmatch() main loop into a FSM
1058              also make BRANCH use the state stack rather than its own unwind struct
1059      Branch: perl
1060            ! regcomp.pl regexec.c regexp.h regnodes.h t/op/re_tests
1061 ____________________________________________________________________________
1062 [ 28397] By: rgs                                   on 2006/06/15  10:01:14
1063         Log: Subject: [PATCH] cflags.SH: rework the gcc warnings selection
1064              From: Jarkko Hietaniemi <jhi@iki.fi>
1065              Date: Thu, 15 Jun 2006 09:12:53 +0300
1066              Message-ID: <4490FA65.70006@iki.fi>
1067      Branch: perl
1068            ! cflags.SH
1069 ____________________________________________________________________________
1070 [ 28396] By: craigb                                on 2006/06/15  03:20:48
1071         Log: only use NAML$M_OPEN_SPECIAL where it exists
1072      Branch: perl
1073            ! vms/vms.c
1074 ____________________________________________________________________________
1075 [ 28395] By: craigb                                on 2006/06/15  03:16:34
1076         Log: signedness nit in Unicode::Normalize::decompose
1077      Branch: perl
1078            ! ext/Unicode/Normalize/Normalize.xs
1079 ____________________________________________________________________________
1080 [ 28394] By: rgs                                   on 2006/06/14  14:58:14
1081         Log: Subject: Re: [PATCH] fix re debug segvs in global destruction, and a tweak to Benchmark to prevent infinite loops. (Re: ext/re/t/regop.pl SEGV)
1082              From: demerphq <demerphq@gmail.com>
1083              Date: Wed, 14 Jun 2006 14:33:24 +0200
1084              Message-ID: <9b18b3110606140533k583fdd3bh6c4b292e7ff4cf13@mail.gmail.com>
1085      Branch: perl
1086            ! regcomp.c regcomp.h
1087 ____________________________________________________________________________
1088 [ 28393] By: rgs                                   on 2006/06/14  12:11:13
1089         Log: Subject: [PATCH] fix re debug segvs in global destruction, and a tweak to Benchmark to prevent infinite loops. (Re: ext/re/t/regop.pl SEGV)
1090              From: demerphq <demerphq@gmail.com>
1091              Date: Wed, 14 Jun 2006 13:54:04 +0200
1092              Message-ID: <9b18b3110606140454p19f4241exae6528f1c7bb32d7@mail.gmail.com>
1093      Branch: perl
1094            ! ext/re/t/regop.pl lib/Benchmark.pm regcomp.c regcomp.h
1095            ! regexec.c
1096 ____________________________________________________________________________
1097 [ 28392] By: rgs                                   on 2006/06/13  09:23:23
1098         Log: I thought I had fixed the spelling of DOES() in universal.t, but
1099              apparently no.
1100      Branch: perl
1101            ! t/op/universal.t
1102 ____________________________________________________________________________
1103 [ 28391] By: rgs                                   on 2006/06/13  08:32:04
1104         Log: Subject: Guard clause should happen first, otherwise its not a guard clause.
1105              From: demerphq <demerphq@gmail.com>
1106              Date: Tue, 13 Jun 2006 09:39:42 +0200
1107              Message-ID: <9b18b3110606130039v1c6a3fe6s448e92ab2a05888a@mail.gmail.com>
1108      Branch: perl
1109            ! regcomp.c regexec.c
1110 ____________________________________________________________________________
1111 [ 28390] By: stevep                                on 2006/06/13  01:15:21
1112         Log: Upgrade to Digest-SHA-5.41
1113      Branch: perl
1114            ! ext/Digest/SHA/Changes ext/Digest/SHA/README
1115            ! ext/Digest/SHA/SHA.pm ext/Digest/SHA/bin/shasum
1116            ! ext/Digest/SHA/src/hmac.c ext/Digest/SHA/src/hmac.h
1117            ! ext/Digest/SHA/src/sha.c ext/Digest/SHA/src/sha.h
1118            ! ext/Digest/SHA/t/2-nist-sha-oo.t
1119 ____________________________________________________________________________
1120 [ 28389] By: stevep                                on 2006/06/13  01:00:02
1121         Log: Upgrade to Unicode-Normalize-1.00
1122      Branch: perl
1123            ! ext/Unicode/Normalize/Changes
1124            ! ext/Unicode/Normalize/Normalize.pm
1125            ! ext/Unicode/Normalize/Normalize.xs
1126            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
1127            ! ext/Unicode/Normalize/t/fcdc.t ext/Unicode/Normalize/t/func.t
1128            ! ext/Unicode/Normalize/t/norm.t ext/Unicode/Normalize/t/null.t
1129            ! ext/Unicode/Normalize/t/test.t
1130 ____________________________________________________________________________
1131 [ 28388] By: rgs                                   on 2006/06/12  17:21:22
1132         Log: Subject: Re: Segv from new regex code when under threads.
1133              From: demerphq <demerphq@gmail.com>
1134              Date: Mon, 12 Jun 2006 19:17:30 +0200
1135              Message-ID: <9b18b3110606121017t3af81484t4fb13015fac74592@mail.gmail.com>
1136      Branch: perl
1137            ! regcomp.c win32/vmem.h
1138 ____________________________________________________________________________
1139 [ 28387] By: rgs                                   on 2006/06/12  16:41:44
1140         Log: Add the new method UNIVERSAL::DOES() and the API function sv_does()
1141              
1142              Subject: Re: [PROPOSED PATCH: universal.c, t/op/universal.t] Add does()
1143              From: chromatic <chromatic@wgz.org>
1144              Date: Tue, 30 May 2006 17:41:08 -0700
1145              Message-Id: <200605301741.08363.chromatic@wgz.org>
1146      Branch: perl
1147            ! embed.fnc embed.h global.sym pod/perlapi.pod proto.h
1148            ! t/op/universal.t universal.c
1149 ____________________________________________________________________________
1150 [ 28386] By: rgs                                   on 2006/06/12  14:35:22
1151         Log: Adapt the new Test::Harness test to the core
1152      Branch: perl
1153            ! lib/Test/Harness/t/failure.t
1154 ____________________________________________________________________________
1155 [ 28385] By: rgs                                   on 2006/06/12  14:12:18
1156         Log: Subject: [PATCH] Static cleanup in pp_sort.c
1157              From: andy@petdance.com (Andy Lester)
1158              Date: Mon, 12 Jun 2006 08:59:34 -0500
1159              Message-ID: <20060612135934.GA2202@petdance.com>
1160      Branch: perl
1161            ! embed.fnc embed.h pp_sort.c proto.h
1162 ____________________________________________________________________________
1163 [ 28384] By: rgs                                   on 2006/06/12  14:08:09
1164         Log: Upgrade to Test::Harness 2.62
1165      Branch: perl
1166            + lib/Test/Harness/t/failure.t
1167            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
1168 ____________________________________________________________________________
1169 [ 28383] By: rgs                                   on 2006/06/12  13:01:43
1170         Log: Subject: Fw: CPAN Upload: S/SA/SAPER/Sys-Syslog-0.15.tar.gz
1171              From: Sébastien Aperghis-Tramoni <maddingue@free.fr>
1172              Date: Sun, 11 Jun 2006 02:30:54 +0200
1173              Message-ID: <1149985854.448b643e27a1f@imp5-g19.free.fr>
1174      Branch: perl
1175            + ext/Sys/Syslog/ppport.h
1176            ! MANIFEST ext/Sys/Syslog/Changes ext/Sys/Syslog/README
1177            ! ext/Sys/Syslog/Syslog.pm ext/Sys/Syslog/Syslog.xs
1178            ! ext/Sys/Syslog/t/syslog.t
1179 ____________________________________________________________________________
1180 [ 28382] By: rgs                                   on 2006/06/12  12:08:54
1181         Log: Subject: Re: [PATCH DOC] Three minor fixes related to perlop
1182              From: Daniel Frederick Crisman <daniel@crisman.org>
1183              Date: Sat, 10 Jun 2006 10:49:29 -0400
1184              Message-ID: <20060610144929.GA10201@fury.crisman.org>
1185      Branch: perl
1186            ! pod/perldiag.pod pod/perlop.pod
1187 ____________________________________________________________________________
1188 [ 28381] By: rgs                                   on 2006/06/12  10:07:18
1189         Log: Subject: [PATCH] Proper use of enums
1190              From: andy@petdance.com (Andy Lester)
1191              Date: Sun, 11 Jun 2006 22:44:34 -0500
1192              Message-ID: <20060612034434.GA21588@petdance.com>
1193      Branch: perl
1194            ! embed.fnc gv.c op.c perlio.c pod/perlapi.pod pp.c proto.h sv.c
1195            ! sv.h
1196 ____________________________________________________________________________
1197 [ 28380] By: rgs                                   on 2006/06/11  23:08:32
1198         Log: Subject: Re: [PATCH] regexec/regcomp.c cleanups
1199              From: demerphq <demerphq@gmail.com>
1200              Date: Sun, 11 Jun 2006 23:01:14 +0200
1201              Message-ID: <9b18b3110606111401o143b2f57rd17bf117979853e7@mail.gmail.com>
1202      Branch: perl
1203            ! ext/re/re.pm pod/perlreguts.pod regcomp.c regcomp.h regexec.c
1204            ! regexp.h sv.c
1205 ____________________________________________________________________________
1206 [ 28379] By: rgs                                   on 2006/06/11  22:00:03
1207         Log: Subject: Re: [PATCH] Better version of the Aho-Corasick patch and lots of benchmarks.
1208              From: demerphq <demerphq@gmail.com>
1209              Date: Fri, 9 Jun 2006 19:48:11 +0200
1210              Message-ID: <9b18b3110606091048n4d1f3b17vc608943044d4532a@mail.gmail.com>
1211      Branch: perl
1212            ! ext/re/re.pm regcomp.c regexec.c regexp.h
1213 ____________________________________________________________________________
1214 [ 28378] By: nicholas                              on 2006/06/11  20:52:36
1215         Log: A little more work needed to get ext/re/t/re.t test 14 (no segv) passing
1216              with PERL_DESTRUCT_LEVEL=2.
1217      Branch: perl
1218            ! gv.c regcomp.h
1219 ____________________________________________________________________________
1220 [ 28377] By: rgs                                   on 2006/06/09  16:40:52
1221         Log: Mark the 1st argument to S_exec_failed as non null
1222      Branch: perl
1223            ! embed.fnc proto.h
1224 ____________________________________________________________________________
1225 [ 28376] By: rgs                                   on 2006/06/09  16:15:08
1226         Log: Subject: [PATCH] Add error checks after execing PL_cshname or PL_sh_path
1227              From: "Jan Dubois" <jand@activestate.com>
1228              Date: Wed, 7 Jun 2006 15:53:02 -0700
1229              Message-ID: <002301c68a85$21aa7320$d045a8c0@candy>
1230      Branch: perl
1231            ! doio.c embed.fnc embed.h proto.h
1232 ____________________________________________________________________________
1233 [ 28375] By: rgs                                   on 2006/06/09  16:03:03
1234         Log: Subject: [patch] Fwd: CPAN Upload: J/JP/JPEACOCK/version-0.64.tar.gz
1235              From: John Peacock <jpeacock@rowman.com>
1236              Date: Thu, 08 Jun 2006 21:14:04 -0400
1237              Message-ID: <4488CB5C.4070702@rowman.com>
1238      Branch: perl
1239            ! lib/version.pm lib/version.pod lib/version.t universal.c
1240            ! util.c
1241 ____________________________________________________________________________
1242 [ 28374] By: rgs                                   on 2006/06/09  14:39:31
1243         Log: Subject: [PATCH] sv_dup
1244              From: andy@petdance.com (Andy Lester)
1245              Date: Fri, 9 Jun 2006 00:39:25 -0500
1246              Message-ID: <20060609053925.GA30698@petdance.com>
1247      Branch: perl
1248            ! sv.c
1249 ____________________________________________________________________________
1250 [ 28373] By: rgs                                   on 2006/06/09  14:06:24
1251         Log: Subject: Re: [PATCH] Better version of the Aho-Corasick patch and lots of benchmarks.
1252              From: demerphq <demerphq@gmail.com>
1253              Date: Fri, 9 Jun 2006 00:56:37 +0200
1254              Message-ID: <9b18b3110606081556t779de698r82f361d82a05fbc8@mail.gmail.com>
1255              
1256              (with tweaks)
1257      Branch: perl
1258            ! embed.fnc embed.h ext/re/t/re.t ext/re/t/regop.pl
1259            ! ext/re/t/regop.t proto.h regcomp.c regcomp.h regexec.c sv.c
1260 ____________________________________________________________________________
1261 [ 28372] By: rgs                                   on 2006/06/08  14:11:29
1262         Log: Add the perlreguts manpage, by Yves Orton
1263      Branch: perl
1264            + pod/perlreguts.pod
1265            ! MANIFEST pod.lst pod/perl.pod pod/perltoc.pod
1266            ! vms/descrip_mms.template win32/pod.mak
1267 ____________________________________________________________________________
1268 [ 28371] By: rgs                                   on 2006/06/08  13:00:18
1269         Log: Subject: [PATCH] Re: range operator vs. unicode
1270              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
1271              Date: Thu, 8 Jun 2006 02:33:43 -0700
1272              Message-ID: <20060608093343.GD2676@efn.org>
1273              
1274              with tweaks
1275      Branch: perl
1276            ! pod/perlop.pod
1277 ____________________________________________________________________________
1278 [ 28370] By: rgs                                   on 2006/06/07  20:47:20
1279         Log: Revert change #20462 (except the regression test),
1280              since the bug has been really fixed by change #22074,
1281              as explained in :
1282              Subject: Re: [perl #39247] defined-ness of substrings disappear over repeated calls
1283              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
1284              Date: Thu, 01 Jun 2006 08:16:51 +0900
1285              Message-Id: <20060601081304.7A39.BQW10602@nifty.com>
1286      Branch: perl
1287            ! pp.c
1288 ____________________________________________________________________________
1289 [ 28369] By: nicholas                              on 2006/06/07  17:36:32
1290         Log: The binmode in t/iop/utf8.t doesn't need to be conditional on ${^OPEN}
1291      Branch: perl
1292            ! t/io/utf8.t
1293 ____________________________________________________________________________
1294 [ 28368] By: craigb                                on 2006/06/07  12:29:32
1295         Log: autosplit one level deeper so we don't miss anything
1296              on a second pass (where lib/auto already exists)
1297      Branch: perl
1298            ! vms/descrip_mms.template
1299 ____________________________________________________________________________
1300 [ 28367] By: craigb                                on 2006/06/07  12:14:39
1301         Log: Subject: [patch@28349] vmsify - full EFS charset support
1302         From: "John E. Malmberg" <wb8tyw@qsl.net>
1303         Date: Mon, 05 Jun 2006 23:39:32 -0400
1304              Message-id: <4484F8F4.7040902@qsl.net>
1305
1306      Branch: perl
1307            ! vms/vms.c vms/vmsish.h
1308 ____________________________________________________________________________
1309 [ 28366] By: rgs                                   on 2006/06/07  09:13:51
1310         Log: Add a regression test to ensure that charnames pragma
1311              is propagated to eval("")
1312      Branch: perl
1313            ! lib/charnames.t
1314 ____________________________________________________________________________
1315 [ 28365] By: rgs                                   on 2006/06/07  08:47:49
1316         Log: Make "use feature 'dor'" an alias for "use feature 'err'"
1317      Branch: perl
1318            ! lib/feature.pm
1319 ____________________________________________________________________________
1320 [ 28364] By: rgs                                   on 2006/06/07  08:33:35
1321         Log: Subject: [PATCH] exhausting <> in BEGIN{} gets ARGVOUT used only once warning
1322              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
1323              Date: Tue, 6 Jun 2006 22:24:46 -0700
1324              Message-ID: <20060607052446.GA3240@efn.org>
1325      Branch: perl
1326            ! gv.c t/op/readline.t
1327 ____________________________________________________________________________
1328 [ 28363] By: rgs                                   on 2006/06/07  08:30:03
1329         Log: Subject: [PATCH] dump.c patches
1330              From: andy@petdance.com (Andy Lester)
1331              Date: Tue, 6 Jun 2006 10:01:37 -0500
1332              Message-ID: <20060606150137.GA4434@petdance.com>
1333      Branch: perl
1334            ! doop.c dump.c
1335 ____________________________________________________________________________
1336 [ 28362] By: merijn                                on 2006/06/06  18:33:52
1337         Log: Subject: [PATCH]Teach Configure that icc is not gcc
1338              From: Steve Peters <steve@fisharerojo.org>
1339              Date: Tue, 6 Jun 2006 10:33:12 -0500
1340              Message-ID: <20060606153312.GA5542@fisharerojo.org>
1341      Branch: perl
1342            ! Configure
1343 ____________________________________________________________________________
1344 [ 28360] By: rgs                                   on 2006/06/06  16:30:36
1345         Log: Upgrade to Module::CoreList 2.05
1346              (contains a patch by Adriano Ferreira to make corelist accept
1347              regexps as arguments)
1348      Branch: perl
1349            + lib/Module/CoreList/t/find_modules.t
1350            ! MANIFEST lib/Module/CoreList.pm
1351            ! lib/Module/CoreList/bin/corelist
1352 ____________________________________________________________________________
1353 [ 28359] By: rgs                                   on 2006/06/06  12:37:34
1354         Log: Upgrade to Encode 2.18
1355      Branch: perl
1356            ! ext/Encode/Byte/Byte.pm ext/Encode/CN/CN.pm ext/Encode/Changes
1357            ! ext/Encode/EBCDIC/EBCDIC.pm ext/Encode/Encode.pm
1358            ! ext/Encode/Encode.xs ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm
1359            ! ext/Encode/Symbol/Symbol.pm ext/Encode/TW/TW.pm
1360            ! ext/Encode/bin/enc2xs ext/Encode/encoding.pm
1361            ! ext/Encode/lib/Encode/Alias.pm
1362            ! ext/Encode/lib/Encode/CJKConstants.pm
1363            ! ext/Encode/lib/Encode/CN/HZ.pm ext/Encode/lib/Encode/Config.pm
1364            ! ext/Encode/lib/Encode/Encoding.pm
1365            ! ext/Encode/lib/Encode/Guess.pm ext/Encode/lib/Encode/JP/H2Z.pm
1366            ! ext/Encode/lib/Encode/JP/JIS7.pm
1367            ! ext/Encode/lib/Encode/KR/2022_KR.pm
1368            ! ext/Encode/lib/Encode/MIME/Header.pm
1369            ! ext/Encode/lib/Encode/MIME/Header/ISO_2022_JP.pm
1370            ! ext/Encode/lib/Encode/Unicode/UTF7.pm
1371 ____________________________________________________________________________
1372 [ 28358] By: rgs                                   on 2006/06/06  11:27:19
1373         Log: Subject: [PATCH] more accumulated cleanups
1374              From: andy@petdance.com (Andy Lester)
1375              Date: Tue, 6 Jun 2006 00:25:01 -0500
1376              Message-ID: <20060606052501.GA30469@petdance.com>
1377      Branch: perl
1378            ! av.c doio.c utf8.c util.c
1379 ____________________________________________________________________________
1380 [ 28357] By: rgs                                   on 2006/06/06  11:17:22
1381         Log: Subject: [PATCH] Accumulated toke.c cleanups
1382              From: andy@petdance.com (Andy Lester)
1383              Date: Tue, 6 Jun 2006 00:07:36 -0500
1384              Message-ID: <20060606050736.GA30291@petdance.com>
1385      Branch: perl
1386            ! toke.c
1387 ____________________________________________________________________________
1388 [ 28356] By: rgs                                   on 2006/06/06  11:05:46
1389         Log: Subject: [PATCH] random thread test failure
1390              From: "Jerry D. Hedden" <jerry@hedden.us>
1391              Date: Mon, 05 Jun 2006 13:28:51 -0700
1392              Message-ID: <20060605132851.fb30e530d17747c2b054d625b8945d88.65486bb40b.wbe@email.secureserver.net>
1393      Branch: perl
1394            ! ext/threads/t/thread.t
1395 ____________________________________________________________________________
1396 [ 28355] By: rgs                                   on 2006/06/06  11:02:14
1397         Log: Subject: [PATCH] threads 1.32
1398              From: "Jerry D. Hedden" <jerry@hedden.us>
1399              Date: Mon, 05 Jun 2006 06:34:56 -0700
1400              Message-ID: <20060605063456.fb30e530d17747c2b054d625b8945d88.21396dde59.wbe@email.secureserver.net>
1401      Branch: perl
1402            + ext/threads/hints/hpux.pl
1403            ! MANIFEST ext/threads/Changes ext/threads/README
1404            ! ext/threads/t/blocks.t ext/threads/t/context.t
1405            ! ext/threads/t/end.t ext/threads/t/free.t ext/threads/t/free2.t
1406            ! ext/threads/t/join.t ext/threads/t/kill.t ext/threads/t/libc.t
1407            ! ext/threads/t/problems.t ext/threads/t/thread.t
1408            ! ext/threads/threads.pm ext/threads/threads.xs
1409 ____________________________________________________________________________
1410 [ 28354] By: nicholas                              on 2006/06/05  21:39:40
1411         Log: Eliminate most of the UTF-8 black smoke by skipping optree tests when
1412              ${^OPEN} is set, and tweaking hints.t to understand that $^H is
1413              different when -C has been used.
1414      Branch: perl
1415            ! ext/B/t/optree_check.t ext/B/t/optree_concise.t
1416            ! ext/B/t/optree_constants.t ext/B/t/optree_misc.t
1417            ! ext/B/t/optree_samples.t ext/B/t/optree_sort.t
1418            ! ext/B/t/optree_specials.t ext/B/t/optree_varinit.t
1419            ! t/comp/hints.t
1420 ____________________________________________________________________________
1421 [ 28353] By: nicholas                              on 2006/06/05  21:38:38
1422         Log: Add the missing ${^OPEN} hints flag to B::Concise
1423      Branch: perl
1424            ! ext/B/B/Concise.pm
1425 ____________________________________________________________________________
1426 [ 28352] By: rgs                                   on 2006/06/05  16:22:46
1427         Log: Subject: [DOCPATCH perlunicode.pod] paragraphing nit
1428              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
1429              Date: Sun, 04 Jun 2006 15:52:54 +0900
1430              Message-Id: <20060604155149.0913.BQW10602@nifty.com>
1431      Branch: perl
1432            ! pod/perlunicode.pod
1433 ____________________________________________________________________________
1434 [ 28351] By: rgs                                   on 2006/06/05  08:35:45
1435         Log: Subject: [PATCH] mg.c: using #ifdef inside a macro call ENONPORTABLE (causes e.g. AIX to barf)
1436              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
1437              Date: Sun, 4 Jun 2006 11:21:30 +0300 (EEST)
1438              Message-Id: <200606040821.k548LUYu010965@vipunen.hut.fi>
1439      Branch: perl
1440            ! mg.c
1441 ____________________________________________________________________________
1442 [ 28350] By: rgs                                   on 2006/06/05  07:50:12
1443         Log: Use POSIX::_exit instead of exit in IPC::Open when exiting after an
1444              exec() failure, as suggested by Salvador Fandino after change #28347
1445      Branch: perl
1446            ! lib/IPC/Open3.pm
1447 ____________________________________________________________________________
1448 [ 28349] By: rgs                                   on 2006/06/04  22:32:50
1449         Log: The smart match table was duplicated in source code and in perlsyn,
1450              so remove the one in the source code
1451      Branch: perl
1452            ! pod/perlsyn.pod pp_ctl.c
1453 ____________________________________________________________________________
1454 [ 28348] By: craigb                                on 2006/06/02  23:18:08
1455         Log: It's all relative -- better handling of tainted directories
1456              in PATH on VMS (and scrubbing them in t/test.pl).
1457      Branch: perl
1458            ! mg.c t/test.pl
1459 ____________________________________________________________________________
1460 [ 28347] By: davem                                 on 2006/06/02  19:53:52
1461         Log: IPC::Open3 handled exec failure badly
1462              When you're in the child, don't croak - you may get trapped by
1463              eval. Also clarify the documentation
1464      Branch: perl
1465            ! lib/IPC/Open3.pm
1466 ____________________________________________________________________________
1467 [ 28346] By: stevep                                on 2006/06/01  19:11:38
1468         Log: Subject: [perl #39178] IO::Socket::connect returns wrong errno on timeout
1469              From: "mlelstv@serpens.de (via RT)" <perlbug-followup@perl.org>
1470              Date: Sun, 21 May 2006 04:23:38 -0700
1471              Message-ID: <rt-3.0.11-39178-133695.13.7935957232893@perl.org>
1472      Branch: perl
1473            ! ext/IO/lib/IO/Socket.pm
1474 ____________________________________________________________________________
1475 [ 28345] By: rgs                                   on 2006/06/01  14:50:50
1476         Log: Add the perlunitut manpage, by Juerd Waalboer
1477      Branch: perl
1478            + pod/perlunitut.pod
1479            ! MANIFEST pod.lst pod/perl.pod pod/perltoc.pod
1480            ! vms/descrip_mms.template win32/pod.mak
1481 ____________________________________________________________________________
1482 [ 28344] By: rgs                                   on 2006/06/01  12:16:09
1483         Log: Subject: [PATCH: installperl] Was: Bug#369481: perl-base: 5.8.4-8sarge4 seemed to trigger "weak references not implemented"
1484              From: Brendan O'Dea <bod@debian.org>
1485              Date: Wed, 31 May 2006 22:51:48 +1000
1486              Message-ID: <20060531125148.GA20658@londo.c47.org>
1487      Branch: perl
1488            ! installperl
1489 ____________________________________________________________________________
1490 [ 28343] By: rgs                                   on 2006/06/01  11:40:34
1491         Log: Add a few more built-in types in perlfunc/ref()
1492      Branch: perl
1493            ! pod/perlfunc.pod
1494 ____________________________________________________________________________
1495 [ 28342] By: rgs                                   on 2006/06/01  07:08:36
1496         Log: Remove duplicate file in manifest
1497      Branch: perl
1498            ! MANIFEST
1499 ____________________________________________________________________________
1500 [ 28341] By: rgs                                   on 2006/06/01  07:07:43
1501         Log: Add missing file to MANIFEST
1502      Branch: perl
1503            ! MANIFEST
1504 ____________________________________________________________________________
1505 [ 28340] By: craigb                                on 2006/05/31  03:31:54
1506         Log: Teach incfilter.t some DCL.
1507      Branch: perl
1508            ! t/op/incfilter.t
1509 ____________________________________________________________________________
1510 [ 28339] By: craigb                                on 2006/05/31  03:19:27
1511         Log: Make VMS-specific device name encoding routine say no more politely.
1512      Branch: perl
1513            ! vms/vms.c
1514 ____________________________________________________________________________
1515 [ 28338] By: rgs                                   on 2006/05/30  12:21:17
1516         Log: Subject: Re: B::Lint changes
1517              From: "Joshua ben Jore" <twists@gmail.com>
1518              Date: Thu, 18 May 2006 08:45:30 -0500
1519              Message-ID: <dc5c751d0605180645q63ddba5fga354d2660a4877f5@mail.gmail.com>
1520      Branch: perl
1521            ! ext/B/B/Lint.pm ext/B/t/lint.t
1522 ____________________________________________________________________________
1523 [ 28337] By: nicholas                              on 2006/05/30  11:59:26
1524         Log: Fix bugs in the bytecode system caused by the abolition of cop_io.
1525      Branch: perl
1526            ! ext/B/B.xs ext/B/B/Bytecode.pm
1527 ____________________________________________________________________________
1528 [ 28336] By: rgs                                   on 2006/05/30  08:32:00
1529         Log: Subject: C is not perl, AV's dont just magically free themselves...
1530              From: demerphq <demerphq@gmail.com>
1531              Date: Tue, 30 May 2006 10:23:19 +0200
1532              Message-ID: <9b18b3110605300123t467f14eerf30a149f253be281@mail.gmail.com>
1533      Branch: perl
1534            ! regcomp.c
1535 ____________________________________________________________________________
1536 [ 28335] By: nicholas                              on 2006/05/29  22:58:46
1537         Log: Comprehensive regression tests for Perl_refcounted_he_fetch().
1538              Fix a bug due to the fact that Perl's typedef'd "bool" type isn't
1539              actually boolean.
1540      Branch: perl
1541            + ext/XS/APItest/t/op.t t/op/caller.pl
1542            ! MANIFEST ext/XS/APItest/APItest.xs hv.c t/op/caller.t
1543 ____________________________________________________________________________
1544 [ 28334] By: craigb                                on 2006/05/29  22:34:23
1545         Log: Subject: [PATCH] redo part of change 27374
1546         From: Abe Timmerman <abe@ztreet.demon.nl>
1547         Date: Mon, 29 May 2006 23:24:51 +0200
1548         Message-id: <200605292324.51714.abe@ztreet.demon.nl>
1549
1550      Branch: perl
1551            ! configure.com
1552 ____________________________________________________________________________
1553 [ 28333] By: craigb                                on 2006/05/29  19:37:41
1554         Log: And some more DynaLoader things that should not be tested on
1555              VMS since they are not part of the implementation.
1556      Branch: perl
1557            ! ext/DynaLoader/t/DynaLoader.t
1558 ____________________________________________________________________________
1559 [ 28332] By: mhx                                   on 2006/05/29  17:50:48
1560         Log: Upgrade to Devel::PPPort 3.08_04
1561      Branch: perl
1562            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/HACKERS
1563            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
1564            ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/TODO
1565            ! ext/Devel/PPPort/apicheck_c.PL
1566            ! ext/Devel/PPPort/devel/buildperl.pl
1567            ! ext/Devel/PPPort/devel/devtools.pl
1568            ! ext/Devel/PPPort/devel/mktodo ext/Devel/PPPort/devel/mktodo.pl
1569            ! ext/Devel/PPPort/devel/regenerate
1570            ! ext/Devel/PPPort/parts/apicheck.pl
1571            ! ext/Devel/PPPort/parts/base/5004000
1572            ! ext/Devel/PPPort/parts/base/5004050
1573            ! ext/Devel/PPPort/parts/base/5005000
1574            ! ext/Devel/PPPort/parts/base/5005030
1575            ! ext/Devel/PPPort/parts/base/5006000
1576            ! ext/Devel/PPPort/parts/base/5006001
1577            ! ext/Devel/PPPort/parts/base/5007001
1578            ! ext/Devel/PPPort/parts/base/5007002
1579            ! ext/Devel/PPPort/parts/base/5007003
1580            ! ext/Devel/PPPort/parts/base/5008000
1581            ! ext/Devel/PPPort/parts/base/5008001
1582            ! ext/Devel/PPPort/parts/base/5009000
1583            ! ext/Devel/PPPort/parts/base/5009001
1584            ! ext/Devel/PPPort/parts/base/5009002
1585            ! ext/Devel/PPPort/parts/base/5009003
1586            ! ext/Devel/PPPort/parts/base/5009004
1587            ! ext/Devel/PPPort/parts/inc/podtest
1588            ! ext/Devel/PPPort/parts/todo/5004000
1589            ! ext/Devel/PPPort/parts/todo/5005000
1590            ! ext/Devel/PPPort/parts/todo/5005030
1591            ! ext/Devel/PPPort/parts/todo/5006000
1592            ! ext/Devel/PPPort/parts/todo/5006001
1593            ! ext/Devel/PPPort/parts/todo/5007001
1594            ! ext/Devel/PPPort/parts/todo/5007002
1595            ! ext/Devel/PPPort/parts/todo/5007003
1596            ! ext/Devel/PPPort/parts/todo/5008000
1597            ! ext/Devel/PPPort/parts/todo/5008001
1598            ! ext/Devel/PPPort/parts/todo/5009000
1599            ! ext/Devel/PPPort/parts/todo/5009001
1600            ! ext/Devel/PPPort/parts/todo/5009002
1601            ! ext/Devel/PPPort/parts/todo/5009003
1602            ! ext/Devel/PPPort/parts/todo/5009004 ext/Devel/PPPort/soak
1603            ! ext/Devel/PPPort/t/podtest.t
1604 ____________________________________________________________________________
1605 [ 28331] By: davem                                 on 2006/05/29  15:27:02
1606         Log: make require report too many open files error
1607              ie don't continue searching the rest of @INC
1608      Branch: perl
1609            ! pp_ctl.c
1610 ____________________________________________________________________________
1611 [ 28330] By: davem                                 on 2006/05/29  14:12:13
1612         Log: ensure failure to load Carp::Heavy gets reported
1613      Branch: perl
1614            ! lib/Carp.pm
1615 ____________________________________________________________________________
1616 [ 28329] By: rgs                                   on 2006/05/29  14:08:42
1617         Log: Revert change 28322, which makes ithreads panic
1618      Branch: perl
1619            ! perlio.c
1620 ____________________________________________________________________________
1621 [ 28328] By: rgs                                   on 2006/05/29  13:41:24
1622         Log: Subject: Re: [perl #39126] possible memory related bug when using sprintf with an utf-8 encoded format-string and iso-8859-1 encoded string variables. 
1623              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
1624              Date: Sun, 21 May 2006 19:33:21 +0900
1625              Message-Id: <20060521193259.81E5.BQW10602@nifty.com>
1626              
1627              with test tweaks further suggested by the same
1628      Branch: perl
1629            ! sv.c t/op/sprintf2.t
1630 ____________________________________________________________________________
1631 [ 28327] By: rgs                                   on 2006/05/29  13:10:45
1632         Log: Silence a warning
1633      Branch: perl
1634            ! regcomp.c
1635 ____________________________________________________________________________
1636 [ 28326] By: rgs                                   on 2006/05/29  12:40:15
1637         Log: Regen headers following change 28325. Also, make it compile
1638              with gcc by forward-declaring struct _reg_trie_data; and
1639              tweak the new re test to use test.pl, in order to portably
1640              run a new interpreter
1641      Branch: perl
1642            ! embed.h ext/re/t/regop.t perl.h proto.h regcomp.c regcomp.h
1643            ! regexec.c regnodes.h
1644 ____________________________________________________________________________
1645 [ 28325] By: rgs                                   on 2006/05/29  12:38:09
1646         Log: Subject: Re: [PATCH] More regex optimisations and debug enhancements (including Andys stuff too)
1647              From: demerphq <demerphq@gmail.com>
1648              Date: Sun, 28 May 2006 16:24:59 +0200
1649              Message-ID: <9b18b3110605280724u54a9c53bn3b20692b6fe4f1c3@mail.gmail.com>
1650      Branch: perl
1651            + ext/re/t/regop.pl ext/re/t/regop.t
1652            ! MANIFEST embed.fnc ext/re/re.pm regcomp.c regcomp.h regcomp.pl
1653            ! regcomp.sym regexec.c t/op/re_tests
1654 ____________________________________________________________________________
1655 [ 28324] By: rgs                                   on 2006/05/29  09:39:06
1656         Log: Subject: [PATCH] skip t/op/incfilter.t for "make clean;make miniperl;make minitest"
1657              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
1658              Date: Sun, 28 May 2006 14:11:02 +0300 (EEST)
1659              Message-Id: <200605281111.k4SBB2jc133843@kosh.hut.fi>
1660      Branch: perl
1661            ! t/op/incfilter.t
1662 ____________________________________________________________________________
1663 [ 28323] By: rgs                                   on 2006/05/29  08:20:36
1664         Log: Subject: [PATCH] gv.c consting
1665              From: andy@petdance.com (Andy Lester)
1666              Date: Sun, 28 May 2006 12:24:25 -0500
1667              Message-ID: <20060528172425.GA8291@petdance.com>
1668              
1669              Subject: [PATCH] mg.c consting
1670              From: andy@petdance.com (Andy Lester)
1671              Date: Sun, 28 May 2006 11:34:33 -0500
1672              Message-ID: <20060528163433.GA5518@petdance.com>
1673      Branch: perl
1674            ! embed.fnc gv.c mg.c proto.h
1675 ____________________________________________________________________________
1676 [ 28322] By: rgs                                   on 2006/05/29  08:00:04
1677         Log: Subject: [PATCH] perlio.c: nobody was freeing PL_perlio_fd_refcnt, now PerlIO_cleanup() is
1678              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
1679              Date: Sun, 28 May 2006 18:15:35 +0300 (EEST)
1680              Message-Id: <20060528151535.BEA3E6D08C@seth.hut.fi>
1681      Branch: perl
1682            ! perlio.c
1683 ____________________________________________________________________________
1684 [ 28321] By: nicholas                              on 2006/05/28  10:55:17
1685         Log: Subject: [PATCH] DynaLoader.t: less assumptions
1686              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
1687              Message-ID: <44796AF2.8060903@gmail.com>
1688              Date: Sun, 28 May 2006 12:18:42 +0300
1689      Branch: perl
1690            ! ext/DynaLoader/t/DynaLoader.t
1691 ____________________________________________________________________________
1692 [ 28320] By: nicholas                              on 2006/05/28  10:40:48
1693         Log: Perl_refcounted_he_chain_2hv()'s code to skip duplicate keys was far
1694              too lax.
1695      Branch: perl
1696            ! hv.c t/op/caller.t
1697 ____________________________________________________________________________
1698 [ 28319] By: davem                                 on 2006/05/27  21:16:30
1699         Log: fix eval qw(BEGIN{die}) style leaks.
1700              death while exdcuting code while parsing meant that the current
1701              parse stack got quiety abandonded, thus leaking a bunch of OPs.
1702              Register a destructor to be called when this happens.
1703      Branch: perl
1704            ! perly.c
1705 ____________________________________________________________________________
1706 [ 28318] By: craigb                                on 2006/05/27  18:00:31
1707         Log: use the same arg names everyone else does and handle undef filename
1708      Branch: perl
1709            ! ext/DynaLoader/dl_vms.xs
1710 ____________________________________________________________________________
1711 [ 28317] By: davem                                 on 2006/05/27  15:05:30
1712         Log: Subject:  RE: perlhack.pod confused about POPSTACK
1713              From:  "Jan Dubois" <jand@activestate.com>
1714              Date:  Thu, 25 May 2006 18:20:25 -0700
1715              Message-Id:  <059101c68062$9143d550$2217a8c0@candy>
1716              
1717              more fixing of the PUSHMARK example
1718      Branch: perl
1719            ! pod/perlhack.pod
1720 ____________________________________________________________________________
1721 [ 28316] By: davem                                 on 2006/05/27  00:54:18
1722         Log: make -Dpv display OP names ons the parser stack
1723      Branch: perl
1724            ! perly.c
1725 ____________________________________________________________________________
1726 [ 28315] By: davem                                 on 2006/05/27  00:31:33
1727         Log: stop OPs leaking in eval "syntax error"
1728              When bison pops states during error recovery, any states holding
1729              an OP would leak the OP. Create an extra YY table that tells us
1730              which states are of type opval, and when popping one of those,
1731              free the op.
1732      Branch: perl
1733            ! madly.tab perly.c perly.tab regen_perly.pl
1734 ____________________________________________________________________________
1735 [ 28314] By: davem                                 on 2006/05/26  18:50:34
1736         Log: stop eval "sub{" leaking
1737      Branch: perl
1738            ! madly.act madly.h madly.tab madly.y perly.act perly.h
1739            ! perly.tab perly.y
1740 ____________________________________________________________________________
1741 [ 28313] By: stevep                                on 2006/05/26  15:03:12
1742         Log: Subject: [PATCH] SysV IPC
1743              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
1744              Date: Thu, 25 May 2006 18:49:33 +0300
1745              Message-ID: <4475D20D.9010600@gmail.com>
1746      Branch: perl
1747            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
1748            ! ext/IPC/SysV/SysV.pm pod/perlipc.pod
1749 ____________________________________________________________________________
1750 [ 28312] By: stevep                                on 2006/05/26  14:45:01
1751         Log: Upgrade to Sys-Syslog-0.14
1752      Branch: perl
1753            ! ext/Sys/Syslog/Changes ext/Sys/Syslog/Makefile.PL
1754            ! ext/Sys/Syslog/Syslog.pm ext/Sys/Syslog/fallback/const-c.inc
1755            ! ext/Sys/Syslog/t/constants.t ext/Sys/Syslog/t/syslog.t
1756 ____________________________________________________________________________
1757 [ 28311] By: stevep                                on 2006/05/26  13:39:06
1758         Log: Fix pod nit in perltodo.
1759      Branch: perl
1760            ! pod/perltodo.pod
1761 ____________________________________________________________________________
1762 [ 28310] By: stevep                                on 2006/05/26  13:38:16
1763         Log: Stop a warning generated from thread's Makefile.PL
1764      Branch: perl
1765            ! ext/threads/Makefile.PL
1766 ____________________________________________________________________________
1767 [ 28309] By: stevep                                on 2006/05/26  13:33:54
1768         Log: Sun C on Linux doesn't complain about the attributes sprinkled 
1769              through the code in all cases, even though attributes are not
1770              supported.  In some cases, however, it does.  
1771      Branch: perl
1772            ! hints/linux.sh
1773 ____________________________________________________________________________
1774 [ 28308] By: rgs                                   on 2006/05/26  13:01:35
1775         Log: Subject: Re: [PATCH] Test script for DynaLoader
1776              From: demerphq <demerphq@gmail.com>
1777              Date: Thu, 25 May 2006 13:20:53 +0200
1778              Message-ID: <9b18b3110605250420m7431bfbeve44aada2025264f7@mail.gmail.com>
1779      Branch: perl
1780            ! ext/DynaLoader/t/DynaLoader.t
1781 ____________________________________________________________________________
1782 [ 28307] By: mhx                                   on 2006/05/25  15:52:02
1783         Log: Upgrade to Devel::PPPort 3.08_03
1784      Branch: perl
1785            + ext/Devel/PPPort/devel/devtools.pl
1786            + ext/Devel/PPPort/devel/regenerate
1787            ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/HACKERS
1788            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort_pm.PL
1789            ! ext/Devel/PPPort/TODO ext/Devel/PPPort/apicheck_c.PL
1790            ! ext/Devel/PPPort/devel/mktodo ext/Devel/PPPort/devel/mktodo.pl
1791            ! ext/Devel/PPPort/parts/apicheck.pl
1792            ! ext/Devel/PPPort/parts/apidoc.fnc
1793            ! ext/Devel/PPPort/parts/base/5006000
1794            ! ext/Devel/PPPort/parts/base/5009003
1795            ! ext/Devel/PPPort/parts/base/5009004
1796            ! ext/Devel/PPPort/parts/embed.fnc
1797            ! ext/Devel/PPPort/parts/inc/podtest
1798            ! ext/Devel/PPPort/parts/inc/ppphtest
1799            ! ext/Devel/PPPort/parts/todo/5009003
1800            ! ext/Devel/PPPort/parts/todo/5009004 ext/Devel/PPPort/soak
1801            ! ext/Devel/PPPort/t/podtest.t ext/Devel/PPPort/t/ppphtest.t
1802 ____________________________________________________________________________
1803 [ 28306] By: stevep                                on 2006/05/25  13:48:56
1804         Log: Upgrade to Digest-SHA-5.38.
1805      Branch: perl
1806            ! ext/Digest/SHA/Changes ext/Digest/SHA/README
1807            ! ext/Digest/SHA/SHA.pm ext/Digest/SHA/bin/shasum
1808            ! ext/Digest/SHA/src/hmac.c ext/Digest/SHA/src/hmac.h
1809            ! ext/Digest/SHA/src/sha.c ext/Digest/SHA/src/sha.h
1810            ! ext/Digest/SHA/t/2-nist-sha-oo.t
1811 ____________________________________________________________________________
1812 [ 28305] By: gisle                                 on 2006/05/25  07:09:15
1813         Log: Subject: Pod::Html should not convert "foo" in `foo''
1814              From: Gisle Aas <gisle@ActiveState.com>
1815              Date: 24 May 2006 14:09:49 -0700
1816              Message-ID: <lr1wujqgde.fsf@caliper.activestate.com>
1817      Branch: perl
1818            ! lib/Pod/Html.pm
1819 ____________________________________________________________________________
1820 [ 28304] By: stevep                                on 2006/05/25  02:17:21
1821         Log: Upgrade to Test-Harness-2.60
1822      Branch: perl
1823            ! lib/Test/Harness.pm lib/Test/Harness/Changes
1824 ____________________________________________________________________________
1825 [ 28303] By: davem                                 on 2006/05/25  00:21:21
1826         Log: Subject:  RE: perlhack.pod confused about POPSTACK
1827              From:  "Jan Dubois" <jand@activestate.com>
1828              Date:  Wed, 24 May 2006 16:35:14 -0700
1829              Message-Id:  <03ee01c67f8a$b4d6aca0$2217a8c0@candy>
1830              
1831              clean up davem's doc thinko of change #28292
1832      Branch: perl
1833            ! pod/perlhack.pod
1834 ____________________________________________________________________________
1835 [ 28302] By: mhx                                   on 2006/05/24  17:44:20
1836         Log: Run 'make regen' for changes 28299, 28300, 28301.
1837      Branch: perl
1838            ! pod/perlapi.pod proto.h
1839 ____________________________________________________________________________
1840 [ 28301] By: mhx                                   on 2006/05/24  17:40:01
1841         Log: The sv_catpvs() and sv_setpvs() macros also return void.
1842      Branch: perl
1843            ! handy.h
1844 ____________________________________________________________________________
1845 [ 28300] By: mhx                                   on 2006/05/24  17:38:08
1846         Log: The SvREFCNT_*void* macros return void, not SV*.
1847      Branch: perl
1848            ! sv.h
1849 ____________________________________________________________________________
1850 [ 28299] By: mhx                                   on 2006/05/24  17:31:28
1851         Log: The 'f' flag was missing for my_snprintf().
1852      Branch: perl
1853            ! embed.fnc
1854 ____________________________________________________________________________
1855 [ 28298] By: rgs                                   on 2006/05/24  13:34:45
1856         Log: Fix segfault in SDBM_File when the destructor is called multiple times
1857      Branch: perl
1858            ! ext/SDBM_File/SDBM_File.pm ext/SDBM_File/SDBM_File.xs
1859 ____________________________________________________________________________
1860 [ 28297] By: rgs                                   on 2006/05/24  12:39:31
1861         Log: Subject: [PATCH] Stop harness from printing summary table header for each row in table
1862              From: demerphq <demerphq@gmail.com>
1863              Date: Tue, 23 May 2006 22:27:40 +0200
1864              Message-ID: <9b18b3110605231327t316104caoce301668178ee442@mail.gmail.com>
1865      Branch: perl
1866            ! lib/Test/Harness.pm
1867 ____________________________________________________________________________
1868 [ 28296] By: rgs                                   on 2006/05/24  12:24:27
1869         Log: Subject: [PATCH] Refactoring in av.c
1870              From: andy@petdance.com (Andy Lester)
1871              Date: Wed, 24 May 2006 00:16:40 -0500
1872              Message-ID: <20060524051640.GA4713@petdance.com>
1873      Branch: perl
1874            ! av.c cop.h
1875 ____________________________________________________________________________
1876 [ 28295] By: rgs                                   on 2006/05/24  07:27:47
1877         Log: Subject: [PATCH lib/AutoLoader.pm lib/AutoLoader.t] Export can() with AUTOLOAD()
1878              From: chromatic <chromatic@wgz.org>
1879              Date: Sat, 20 May 2006 11:40:27 -0700
1880              Message-Id: <200605201140.27789.chromatic@wgz.org>
1881              
1882              With tweaks: use built-in ref() instead of Scalar::Util::blessed
1883      Branch: perl
1884            ! lib/AutoLoader.pm lib/AutoLoader.t
1885 ____________________________________________________________________________
1886 [ 28294] By: stevep                                on 2006/05/24  02:56:23
1887         Log: Subject: [PATCH] Make t/TEST more helpful
1888              From: andy@petdance.com (Andy Lester)
1889              Date: Tue, 23 May 2006 21:07:48 -0500
1890              Message-ID: <20060524020748.GA16729@petdance.com>
1891      Branch: perl
1892            ! t/TEST
1893 ____________________________________________________________________________
1894 [ 28293] By: stevep                                on 2006/05/24  02:53:38
1895         Log: Subject: Re: [patch] win32/buildext.pl to handle inclusions and not just exclusions
1896              From: demerphq <demerphq@gmail.com>
1897              Date: Sun, 21 May 2006 12:20:12 +0200
1898              Message-ID: <9b18b3110605210320h5adc9df4hbee2302722b3dd6e@mail.gmail.com>
1899      Branch: perl
1900            ! win32/Makefile win32/buildext.pl
1901 ____________________________________________________________________________
1902 [ 28292] By: davem                                 on 2006/05/23  22:16:28
1903         Log: correct POPSTACK/POPMARK confusion in perlhack.pod
1904      Branch: perl
1905            ! pod/perlhack.pod
1906 ____________________________________________________________________________
1907 [ 28291] By: rgs                                   on 2006/05/23  08:05:56
1908         Log: Typo fix
1909      Branch: perl
1910            ! ext/threads/threads.pm
1911 ____________________________________________________________________________
1912 [ 28290] By: rgs                                   on 2006/05/23  08:03:08
1913         Log: Subject: [PATCH] Explicit thread context
1914              From: "Jerry D. Hedden" <jerry@hedden.us>
1915              Date: Fri, 19 May 2006 13:42:50 -0700
1916              Message-ID: <20060519134250.fb30e530d17747c2b054d625b8945d88.933b701674.wbe@email.secureserver.net>
1917      Branch: perl
1918            + ext/threads/t/context.t
1919            ! MANIFEST ext/threads/Changes ext/threads/README
1920            ! ext/threads/threads.pm ext/threads/threads.xs
1921 ____________________________________________________________________________
1922 [ 28289] By: rgs                                   on 2006/05/23  07:27:11
1923         Log: Subject: [PATCH] clean some lint findings
1924              From: andy@petdance.com (Andy Lester)
1925              Date: Sun, 21 May 2006 00:02:40 -0500
1926              Message-ID: <20060521050240.GA21051@petdance.com>
1927      Branch: perl
1928            ! embed.fnc embed.h hv.c perlio.c pp_pack.c proto.h
1929 ____________________________________________________________________________
1930 [ 28288] By: rgs                                   on 2006/05/23  07:23:48
1931         Log: Subject: Re: [PATCH - DUH] Synchronize bleadperl with version-0.60
1932              From: John Peacock <jpeacock@rowman.com>
1933              Date: Mon, 22 May 2006 19:08:03 -0400
1934              Message-ID: <44724453.5090606@rowman.com>
1935      Branch: perl
1936            ! lib/version.pm lib/version.t
1937 ____________________________________________________________________________
1938 [ 28287] By: rgs                                   on 2006/05/23  07:20:15
1939         Log: Fix a syntax error in test
1940      Branch: perl
1941            ! lib/Text/Balanced/t/00-load.t
1942 ____________________________________________________________________________
1943 [ 28286] By: merijn                                on 2006/05/23  06:17:26
1944         Log: HAS_HAS WAS NOW HAS
1945      Branch: perl
1946            ! handy.h
1947 ____________________________________________________________________________
1948 [ 28285] By: stevep                                on 2006/05/22  20:30:14
1949         Log: Subject: [PATCH] IO::Compress::Base::Common
1950              From: "Paul Marquess" <paul.marquess@openwave.com>
1951              Date: Sat, 20 May 2006 11:55:21 +0100
1952              Message-ID: <3F2DD0FCF1E2EA4D974C6195B482FD8801C339EF@bfs-exch-prd1.myopwv.com>
1953      Branch: perl
1954            ! ext/Compress/IO/Base/lib/IO/Compress/Base/Common.pm
1955 ____________________________________________________________________________
1956 [ 28284] By: merijn                                on 2006/05/22  17:39:47
1957         Log: If I needed this now, I'll probably need it next time too :)
1958      Branch: perl
1959            ! handy.h
1960 ____________________________________________________________________________
1961 [ 28283] By: merijn                                on 2006/05/22  17:37:33
1962         Log: Re-generation after backports of
1963              #28188 Only ask about MAD for 5.9.0 and greater. Otherwise silently
1964              #28189 A Configure probe for C99 variadic macros, based on code from
1965              #28202 Take advantage of the bug that binexp ignores the Configure
1966              #28263 Oops. Fix bad #! lines when not using userelocatableinc
1967              One small cleanup fix added. Some small re-ordering. Some whitespace.
1968      Branch: perl
1969            ! Configure Porting/Glossary Porting/config.sh config_h.SH
1970 ____________________________________________________________________________
1971 [ 28280] By: rgs                                   on 2006/05/22  16:51:36
1972         Log: Amend version.pm so it correctly loads the XS version of qv()
1973      Branch: perl
1974            ! lib/version.pm
1975 ____________________________________________________________________________
1976 [ 28279] By: rgs                                   on 2006/05/22  16:41:56
1977         Log: Subject: [PATCH] pp_sys cleanup again
1978              From: andy@petdance.com (Andy Lester)
1979              Date: Sat, 20 May 2006 16:20:20 -0500
1980              Message-ID: <20060520212020.GA30688@petdance.com>
1981      Branch: perl
1982            ! pp_sys.c
1983 ____________________________________________________________________________
1984 [ 28277] By: steveh                                on 2006/05/22  15:18:33
1985         Log: Fix Win32 linker error
1986              
1987              See:
1988              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-05/msg00758.html
1989      Branch: perl
1990            ! embed.fnc embed.h global.sym
1991 ____________________________________________________________________________
1992 [ 28276] By: rgs                                   on 2006/05/22  15:02:08
1993         Log: Upgrade to version.pm 0.60
1994      Branch: perl
1995            ! lib/version.pm lib/version.t universal.c util.c
1996 ____________________________________________________________________________
1997 [ 28275] By: rgs                                   on 2006/05/22  14:49:05
1998         Log: Subject: Perl_PerlIO_context_layers and PerlIO_apply_layers, as well as other unexported/undefined entities... (patch 28258/28264 incomplete?)
1999              From: demerphq <demerphq@gmail.com>
2000              Date: Sun, 21 May 2006 15:06:20 +0200
2001              Message-ID: <9b18b3110605210606l441b69b3lf6934a15d9a26e4b@mail.gmail.com>
2002              
2003              (only the makedef.pl and perlio.c patches)
2004      Branch: perl
2005            ! makedef.pl perlio.c
2006 ____________________________________________________________________________
2007 [ 28274] By: merijn                                on 2006/05/22  14:42:47
2008         Log: Better handling for error-checking
2009              From: IRC/#p5p/Maddingue (Sebastien Aperghis-Tramoni)
2010      Branch: perl
2011            ! ext/DynaLoader/t/DynaLoader.t
2012 ____________________________________________________________________________
2013 [ 28273] By: rgs                                   on 2006/05/22  13:58:45
2014         Log: Subject: [PATCH] literal string macros
2015              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
2016              Date: Mon, 22 May 2006 13:39:33 +0200
2017              Message-ID: <20060522133933.65ea93ce@r2d2>
2018      Branch: perl
2019            ! handy.h pod/perlapi.pod
2020 ____________________________________________________________________________
2021 [ 28272] By: stevep                                on 2006/05/22  13:57:54
2022         Log: Additional perlpragma.pod nits.
2023      Branch: perl
2024            ! pod/perlpragma.pod
2025 ____________________________________________________________________________
2026 [ 28271] By: rgs                                   on 2006/05/22  13:47:19
2027         Log: More nits in perlpragma, and remove the warning about %^H being
2028              strictly internal in perlvar.
2029      Branch: perl
2030            ! pod/perlpragma.pod pod/perlvar.pod
2031 ____________________________________________________________________________
2032 [ 28270] By: stevep                                on 2006/05/22  13:46:30
2033         Log: Silence Text::Balanced's 00-load.t when PERL_CORE is defined.
2034      Branch: perl
2035            ! lib/Text/Balanced/t/00-load.t
2036 ____________________________________________________________________________
2037 [ 28269] By: rgs                                   on 2006/05/22  13:09:12
2038         Log: Subject: Re: [PATCH] optimize /[x]/ to /x/.
2039              From: demerphq <demerphq@gmail.com>
2040              Date: Sun, 21 May 2006 19:32:15 +0200
2041              Message-ID: <9b18b3110605211032n5035d2cfne703514d8271e181@mail.gmail.com>
2042              
2043              New tests.
2044      Branch: perl
2045            ! t/op/re_tests
2046 ____________________________________________________________________________
2047 [ 28268] By: rgs                                   on 2006/05/22  12:55:13
2048         Log: Fix two nits in perlpragma.pod
2049      Branch: perl
2050            ! pod/perlpragma.pod
2051 ____________________________________________________________________________
2052 [ 28267] By: mhx                                   on 2006/05/22  11:31:57
2053         Log: Upgrade to Devel::PPPort 3.08_02
2054      Branch: perl
2055            + ext/Devel/PPPort/parts/inc/SvREFCNT
2056            + ext/Devel/PPPort/parts/inc/podtest
2057            + ext/Devel/PPPort/t/SvREFCNT.t ext/Devel/PPPort/t/podtest.t
2058            ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
2059            ! ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/PPPort_pm.PL
2060            ! ext/Devel/PPPort/TODO ext/Devel/PPPort/mktests.PL
2061            ! ext/Devel/PPPort/parts/apidoc.fnc
2062            ! ext/Devel/PPPort/parts/base/5009004
2063            ! ext/Devel/PPPort/parts/embed.fnc
2064            ! ext/Devel/PPPort/parts/inc/memory
2065            ! ext/Devel/PPPort/parts/inc/misc
2066            ! ext/Devel/PPPort/parts/inc/ppphbin
2067            ! ext/Devel/PPPort/parts/inc/ppphdoc
2068            ! ext/Devel/PPPort/parts/inc/pvs
2069            ! ext/Devel/PPPort/parts/todo/5009004 ext/Devel/PPPort/soak
2070            ! ext/Devel/PPPort/t/MY_CXT.t ext/Devel/PPPort/t/SvPV.t
2071            ! ext/Devel/PPPort/t/Sv_set.t ext/Devel/PPPort/t/call.t
2072            ! ext/Devel/PPPort/t/cop.t ext/Devel/PPPort/t/exception.t
2073            ! ext/Devel/PPPort/t/grok.t ext/Devel/PPPort/t/limits.t
2074            ! ext/Devel/PPPort/t/mPUSH.t ext/Devel/PPPort/t/magic.t
2075            ! ext/Devel/PPPort/t/memory.t ext/Devel/PPPort/t/misc.t
2076            ! ext/Devel/PPPort/t/newCONSTSUB.t ext/Devel/PPPort/t/newRV.t
2077            ! ext/Devel/PPPort/t/ppphtest.t ext/Devel/PPPort/t/pvs.t
2078            ! ext/Devel/PPPort/t/snprintf.t ext/Devel/PPPort/t/sv_xpvf.t
2079            ! ext/Devel/PPPort/t/testutil.pl ext/Devel/PPPort/t/threads.t
2080            ! ext/Devel/PPPort/t/uv.t ext/Devel/PPPort/t/variables.t
2081            ! ext/Devel/PPPort/t/warn.t
2082 ____________________________________________________________________________
2083 [ 28266] By: mhx                                   on 2006/05/21  22:34:29
2084         Log: Remove duplicate documentation for SvREFCNT_inc().
2085              Add documentation for SvREFCNT_inc_simple_void_NN().
2086              Wrap SvREFCNT_inc_simple_void() in STMT_START/STMT_END.
2087      Branch: perl
2088            ! sv.h
2089 ____________________________________________________________________________
2090 [ 28265] By: mhx                                   on 2006/05/21  22:20:48
2091         Log: Document PoisonFree() instead of documenting Poison() twice.
2092      Branch: perl
2093            ! handy.h
2094 ____________________________________________________________________________
2095 [ 28264] By: stevep                                on 2006/05/21  03:47:18
2096         Log: Add Perl_PerlIO_context_layers() to the public API to fix Win32 builds.
2097              Also, picked up a missed change for pod/perlapi.pod.
2098      Branch: perl
2099            ! embed.fnc embed.h global.sym pod/perlapi.pod
2100 ____________________________________________________________________________
2101 [ 28263] By: nicholas                              on 2006/05/20  23:08:40
2102         Log: Oops. Fix bad #! lines when not using userelocatableinc
2103      Branch: perl
2104            ! Configure
2105 ____________________________________________________________________________
2106 [ 28262] By: davem                                 on 2006/05/20  22:23:21
2107         Log: Subject:  [PATCH] optimize /[x]/ to /x/.
2108              From:  demerphq <demerphq@gmail.com>
2109              Date:  Sat, 20 May 2006 23:16:33 +0200
2110              Message-Id:  <9b18b3110605201416i3dc44c39k86cd9b2f47f5cda0@mail.gmail.com>
2111      Branch: perl
2112            ! regcomp.c
2113 ____________________________________________________________________________
2114 [ 28261] By: nicholas                              on 2006/05/20  22:17:07
2115         Log: Fix bug in change 28258. So how come I thought I'd passed all tests?
2116      Branch: perl
2117            ! ext/B/B.xs
2118 ____________________________________________________________________________
2119 [ 28260] By: davem                                 on 2006/05/20  21:07:34
2120         Log: don't try to dump GVish parts of an LV if it hasn't got GVish parts
2121      Branch: perl
2122            ! dump.c
2123 ____________________________________________________________________________
2124 [ 28259] By: mhx                                   on 2006/05/20  18:22:00
2125         Log: Upgrade to Devel::PPPort 3.08_01
2126      Branch: perl
2127            + ext/Devel/PPPort/parts/base/5008008
2128            + ext/Devel/PPPort/parts/base/5009004
2129            + ext/Devel/PPPort/parts/inc/pvs
2130            + ext/Devel/PPPort/parts/inc/snprintf
2131            + ext/Devel/PPPort/parts/inc/warn
2132            + ext/Devel/PPPort/parts/todo/5008008
2133            + ext/Devel/PPPort/parts/todo/5009004 ext/Devel/PPPort/t/pvs.t
2134            + ext/Devel/PPPort/t/snprintf.t ext/Devel/PPPort/t/warn.t
2135            - ext/Devel/PPPort/MANIFEST
2136            ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/HACKERS
2137            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort.xs
2138            ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/TODO
2139            ! ext/Devel/PPPort/parts/apicheck.pl
2140            ! ext/Devel/PPPort/parts/apidoc.fnc
2141            ! ext/Devel/PPPort/parts/base/5004050
2142            ! ext/Devel/PPPort/parts/base/5006000
2143            ! ext/Devel/PPPort/parts/base/5006001
2144            ! ext/Devel/PPPort/parts/base/5007002
2145            ! ext/Devel/PPPort/parts/base/5007003
2146            ! ext/Devel/PPPort/parts/base/5008000
2147            ! ext/Devel/PPPort/parts/base/5008001
2148            ! ext/Devel/PPPort/parts/base/5009000
2149            ! ext/Devel/PPPort/parts/base/5009003
2150            ! ext/Devel/PPPort/parts/embed.fnc
2151            ! ext/Devel/PPPort/parts/inc/Sv_set
2152            ! ext/Devel/PPPort/parts/inc/magic
2153            ! ext/Devel/PPPort/parts/inc/misc
2154            ! ext/Devel/PPPort/parts/todo/5004000
2155            ! ext/Devel/PPPort/parts/todo/5005000
2156            ! ext/Devel/PPPort/parts/todo/5006000
2157            ! ext/Devel/PPPort/parts/todo/5006001
2158            ! ext/Devel/PPPort/parts/todo/5007003
2159            ! ext/Devel/PPPort/parts/todo/5009003 ext/Devel/PPPort/soak
2160            ! ext/Devel/PPPort/t/Sv_set.t ext/Devel/PPPort/t/magic.t
2161            ! ext/Devel/PPPort/t/misc.t
2162 ____________________________________________________________________________
2163 [ 28258] By: nicholas                              on 2006/05/20  17:29:52
2164         Log: Abolish cop_io (the simple way) by storing the value in cop_hints_hash.
2165              Todo - store the in and out values under 2 keys, and avoid the need to
2166              create a temporary mortal SV while checking it.
2167      Branch: perl
2168            ! bytecode.pl cop.h embed.fnc embed.h ext/B/B.xs
2169            ! ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
2170            ! ext/ByteLoader/byterun.h mg.c op.c perl.c perl.h perlio.c
2171            ! perlio.h pp_ctl.c pp_sys.c proto.h sv.c
2172 ____________________________________________________________________________
2173 [ 28257] By: nicholas                              on 2006/05/20  15:27:28
2174         Log: Move the hints from op_private into cop_hints. This allows all 32 bits
2175              to be stored. Make B::Concise display the new hints field, and modify
2176              B::Deparse to use it.
2177      Branch: perl
2178            ! cop.h ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm
2179            ! ext/B/B/Deparse.pm ext/B/t/f_map.t ext/B/t/f_sort.t
2180            ! ext/B/t/optree_check.t ext/B/t/optree_concise.t
2181            ! ext/B/t/optree_constants.t ext/B/t/optree_misc.t
2182            ! ext/B/t/optree_samples.t ext/B/t/optree_sort.t
2183            ! ext/B/t/optree_specials.t ext/B/t/optree_varinit.t
2184            ! ext/ByteLoader/bytecode.h op.c perl.h
2185 ____________________________________________________________________________
2186 [ 28255] By: merijn                                on 2006/05/20  15:16:29
2187         Log: Small typo correction
2188      Branch: perl
2189            ! INSTALL
2190 ____________________________________________________________________________
2191 [ 28254] By: davem                                 on 2006/05/20  14:30:50
2192         Log: eval { s/$foo/die/e } leaked a scalar
2193      Branch: perl
2194            ! pp_ctl.c pp_hot.c
2195 ____________________________________________________________________________
2196 [ 28253] By: merijn                                on 2006/05/20  13:26:51
2197         Log: Subject: Re: Over-pious message from Configure?
2198              From: Dominic Dunlop <shouldbedomo@mac.com>
2199              Date: Thu, 18 May 2006 15:47:27 +0200
2200              Message-Id: <90C6E6BF-D1B1-4346-A893-1708E8E50534@mac.com>
2201      Branch: perl
2202            ! INSTALL
2203 ____________________________________________________________________________
2204 [ 28252] By: nicholas                              on 2006/05/20  12:31:09
2205         Log: Rename cop_hints to cop_hints_hash
2206      Branch: perl
2207            ! cop.h mg.c op.c perl.c pod/perlintern.pod pp_ctl.c scope.c
2208            ! scope.h sv.c
2209 ____________________________________________________________________________
2210 [ 28251] By: davem                                 on 2006/05/20  11:58:07
2211         Log: Perl segfaults; test case available
2212              sub f { s/$var/f()/e } could free the wrong RE
2213      Branch: perl
2214            ! cop.h pp_ctl.c pp_hot.c
2215 ____________________________________________________________________________
2216 [ 28250] By: nicholas                              on 2006/05/20  11:29:26
2217         Log: Abolish cop_arybase. Signal a non zero $[ with a hint flag, and store
2218              the value in the hints structure used for %^H.
2219      Branch: perl
2220            ! cop.h embed.fnc embed.h global.sym hv.c op.c perl.h proto.h
2221 ____________________________________________________________________________
2222 [ 28249] By: nicholas                              on 2006/05/20  10:27:23
2223         Log: Solaris was happy, but change 28247 removed the wrong dTHX as far as
2224              some other operating systems were concerned.
2225      Branch: perl
2226            ! perlio.c
2227 ____________________________________________________________________________
2228 [ 28248] By: davem                                 on 2006/05/20  00:43:42
2229         Log: SEGV with complicated regexp and long string
2230              PL_reg_maxiter was wrapping to a negative value
2231      Branch: perl
2232            ! op.c regexec.c
2233 ____________________________________________________________________________
2234 [ 28247] By: nicholas                              on 2006/05/19  22:48:38
2235         Log: Perl_croak() needs an aTHX_ in PerlIO_vsprintf().
2236      Branch: perl
2237            ! perlio.c
2238 ____________________________________________________________________________
2239 [ 28246] By: mhx                                   on 2006/05/19  22:11:44
2240         Log: There is no STASH type.
2241      Branch: perl
2242            ! sv.h
2243 ____________________________________________________________________________
2244 [ 28245] By: nicholas                              on 2006/05/19  21:44:14
2245         Log: Correct Perl_refcounted_he_chain_2hv() and its caller - it doesn't
2246              store a reference to the value, so don't pass it in a new SV.
2247      Branch: perl
2248            ! hv.c mg.c pod/perlintern.pod
2249 ____________________________________________________________________________
2250 [ 28244] By: stevep                                on 2006/05/19  20:15:10
2251         Log: Grrr...Perforce decided not to add the MANIFEST changes for change
2252              #28243.  Hateful indeed!
2253      Branch: perl
2254            ! MANIFEST
2255 ____________________________________________________________________________
2256 [ 28243] By: stevep                                on 2006/05/19  20:12:23
2257         Log: Shortening name of a Pod::Simple test case to allow the test to be 
2258              run on the VOS operating system.  Fixes "RT #38645: Test case name
2259              is too long".
2260      Branch: perl
2261           +> lib/Pod/Simple/t/search_25_glob_squaa.t
2262            - lib/Pod/Simple/t/search_25_glob_squaa_coloncolon_kleene.t
2263 ____________________________________________________________________________
2264 [ 28242] By: nicholas                              on 2006/05/19  20:11:57
2265         Log: Rebuild perltoc.pod.
2266      Branch: perl
2267            ! pod/perltoc.pod
2268 ____________________________________________________________________________
2269 [ 28241] By: nicholas                              on 2006/05/19  20:10:47
2270         Log: Add perlpragma.pod, which describes how to implement user pragmata.
2271      Branch: perl
2272            + pod/perlpragma.pod
2273            ! MANIFEST pod.lst pod/perl.pod vms/descrip_mms.template
2274            ! win32/pod.mak
2275 ____________________________________________________________________________
2276 [ 28239] By: nicholas                              on 2006/05/19  20:08:46
2277         Log: Add README.riscos to pod.lst
2278      Branch: perl
2279            ! pod.lst pod/perl.pod vms/descrip_mms.template win32/Makefile
2280            ! win32/makefile.mk
2281 ____________________________________________________________________________
2282 [ 28238] By: nicholas                              on 2006/05/19  20:08:21
2283         Log: pod/buildtoc has fussy ideas about the order of MANIFEST
2284      Branch: perl
2285            ! MANIFEST
2286 ____________________________________________________________________________
2287 [ 28237] By: stevep                                on 2006/05/19  18:36:13
2288         Log: Subject: [PATCH] strlcat aaargh
2289              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
2290              Date: Fri, 19 May 2006 20:44:46 +0300
2291              Message-ID: <446E040E.8030205@gmail.com>
2292      Branch: perl
2293            ! doio.c
2294 ____________________________________________________________________________
2295 [ 28236] By: nicholas                              on 2006/05/19  16:31:35
2296         Log: strlen(foo) rather than strchr(foo, 0) makes simpler code, and is
2297              likely to be a more efficient implementation.
2298      Branch: perl
2299            ! perlio.c
2300 ____________________________________________________________________________
2301 [ 28235] By: davem                                 on 2006/05/19  16:06:58
2302         Log: give a more useful example for $^V
2303      Branch: perl
2304            ! pod/perlvar.pod
2305 ____________________________________________________________________________
2306 [ 28234] By: rgs                                   on 2006/05/19  15:17:00
2307         Log: Subject: [PATCH] Re: [PATCH] Re: Change 28183 has broken 64-bit builds?
2308              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
2309              Date: Thu, 18 May 2006 22:44:14 +0300
2310              Message-ID: <446CCE8E.8010407@gmail.com>
2311      Branch: perl
2312            ! perl.h perlio.c util.c
2313 ____________________________________________________________________________
2314 [ 28232] By: rgs                                   on 2006/05/19  08:46:09
2315         Log: Adjust test following change #28225
2316      Branch: perl
2317            ! t/lib/h2ph.pht
2318 ____________________________________________________________________________
2319 [ 28231] By: davem                                 on 2006/05/19  00:14:15
2320         Log: lots of warnings with diagnostics and (warn or die)
2321              stop C<use diagnostics; warn "\n">  outputing lots of 'uninit'
2322              warnings.
2323      Branch: perl
2324            ! lib/diagnostics.pm
2325 ____________________________________________________________________________
2326 [ 28230] By: davem                                 on 2006/05/18  23:50:51
2327         Log: test some die codepaths in pp_enterwrite
2328      Branch: perl
2329            ! t/op/write.t
2330 ____________________________________________________________________________
2331 [ 28229] By: davem                                 on 2006/05/18  23:16:16
2332         Log: Subject:  [PATCH] threads core dump in BEGIN
2333              From:  "Jerry D. Hedden" <jerry@hedden.us>
2334              Date:  Thu, 18 May 2006 13:22:20 -0700
2335              Message-Id:  <20060518132220.fb30e530d17747c2b054d625b8945d88.f45de90925.wbe@email.secureserver.net>
2336      Branch: perl
2337            + ext/threads/t/blocks.t
2338            ! MANIFEST ext/threads/Changes ext/threads/README
2339            ! ext/threads/threads.pm ext/threads/threads.xs
2340 ____________________________________________________________________________
2341 [ 28228] By: rgs                                   on 2006/05/18  15:45:49
2342         Log: We can now remove DynaLoader from 1_compile.t
2343      Branch: perl
2344            ! t/lib/1_compile.t
2345 ____________________________________________________________________________
2346 [ 28227] By: rgs                                   on 2006/05/18  15:43:25
2347         Log: Nits in the DynaLoader test: make it warning-clean,
2348              and avoid checking OS- and locale-specific messages
2349      Branch: perl
2350            ! ext/DynaLoader/t/DynaLoader.t
2351 ____________________________________________________________________________
2352 [ 28226] By: stevep                                on 2006/05/18  15:16:40
2353         Log: Subject: [PATCH] Test script for DynaLoader
2354              From: Sébastien Aperghis-Tramoni <maddingue@free.fr>
2355              Date: Thu, 18 May 2006 16:46:00 +0200
2356              Message-ID: <1147963560.446c88a8891e1@imp1-g19.free.fr>
2357      Branch: perl
2358            + ext/DynaLoader/t/DynaLoader.t
2359            ! MANIFEST
2360 ____________________________________________________________________________
2361 [ 28225] By: rgs                                   on 2006/05/18  12:52:34
2362         Log: Subject: [perl #39130] h2ph generates incorrect code for '#if defined A || defined B' 
2363              From: Jason Vas Dias (via RT) <perlbug-followup@perl.org>
2364              Date: Thu, 11 May 2006 11:00:42 -0700
2365              Message-ID: <rt-3.0.11-39130-133411.1.91055283125046@perl.org>
2366      Branch: perl
2367            ! utils/h2ph.PL
2368 ____________________________________________________________________________
2369 [ 28224] By: rgs                                   on 2006/05/18  12:34:35
2370         Log: Subject: Re: [perl #39152] diagnostics.pm: "-traceonly" vs "-trace"
2371              From: "Fergal Daly" <fergal@esatclear.ie>
2372              Date: Wed, 17 May 2006 18:59:50 +0100
2373              Message-ID: <875029960605171059y286fe449nd39d6830ef2b229a@mail.gmail.com>
2374      Branch: perl
2375            ! lib/diagnostics.pm
2376 ____________________________________________________________________________
2377 [ 28223] By: rgs                                   on 2006/05/18  11:38:00
2378         Log: Subject: [PATCH] threads 1.28
2379              From: "Jerry D. Hedden" <jerry@hedden.us>
2380              Date: Wed, 17 May 2006 11:45:32 -0700
2381              Message-ID: <20060517114532.fb30e530d17747c2b054d625b8945d88.ca725822fc.wbe@email.secureserver.net>
2382      Branch: perl
2383            ! ext/threads/Changes ext/threads/README ext/threads/t/kill.t
2384            ! ext/threads/threads.pm ext/threads/threads.xs
2385 ____________________________________________________________________________
2386 [ 28222] By: rgs                                   on 2006/05/18  06:30:09
2387         Log: Adjust calling of Perl_va_copy(), noticed by Jarkko
2388      Branch: perl
2389            ! util.c
2390 ____________________________________________________________________________
2391 [ 28221] By: nicholas                              on 2006/05/17  23:13:51
2392         Log: Another SvVOK(). I believe that this is the last.
2393      Branch: perl
2394            ! util.c
2395 ____________________________________________________________________________
2396 [ 28219] By: rgs                                   on 2006/05/17  21:01:54
2397         Log: Oops, missed a SvVOK.
2398      Branch: perl
2399            ! util.c
2400 ____________________________________________________________________________
2401 [ 28218] By: rgs                                   on 2006/05/17  20:54:23
2402         Log: Add a new macro SvVSTRING_mg that returns vstring magic, if any.
2403              SvVOK used to do that, in stealth mode, but now it returns a
2404              boolean like it used to. Patch suggested by John Peacock.
2405      Branch: perl
2406            ! sv.c sv.h
2407 ____________________________________________________________________________
2408 [ 28217] By: rgs                                   on 2006/05/17  19:55:30
2409         Log: Parenthesize uses of macro arguments
2410      Branch: perl
2411            ! perl.h
2412 ____________________________________________________________________________
2413 [ 28216] By: rgs                                   on 2006/05/17  19:50:54
2414         Log: Subject: Re: Change 28183 has broken 64-bit builds?
2415              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
2416              Date: Wed, 17 May 2006 22:19:51 +0300
2417              Message-ID: <446B7757.8030301@gmail.com>
2418      Branch: perl
2419            ! perl.h perlio.c pod/perlapi.pod util.c
2420 ____________________________________________________________________________
2421 [ 28215] By: steveh                                on 2006/05/17  17:06:26
2422         Log: Subject: Re: [perl #39145] win32, @_ and fork crashing in dounwind
2423              From: Dave Mitchell <davem@iabyn.com>
2424              Date: Wed, 17 May 2006 17:38:16 +0100
2425              Message-ID: <20060517163816.GN17109@iabyn.com>
2426              
2427              (Dave's fix, plus a test taken from [perl #39145])
2428      Branch: perl
2429            ! sv.c t/op/fork.t
2430 ____________________________________________________________________________
2431 [ 28214] By: stevep                                on 2006/05/17  15:02:45
2432         Log: Subject: [PATCH] IO::Compress* 2.000_12
2433              From: "Paul Marquess" <paul.marquess@ntlworld.com>
2434              Date: Wed, 17 May 2006 13:45:16 +0100
2435              Message-ID: <00c101c679af$c0305af0$2405140a@myopwv.com>
2436      Branch: perl
2437            + ext/Compress/IO/Zlib/lib/IO/Compress/Zlib/Extra.pm
2438            + ext/Compress/Raw/Zlib/Changes
2439            ! MANIFEST ext/Compress/IO/Base/README
2440            ! ext/Compress/IO/Base/lib/IO/Compress/Base.pm
2441            ! ext/Compress/IO/Base/lib/IO/Compress/Base/Common.pm
2442            ! ext/Compress/IO/Base/lib/IO/Uncompress/AnyUncompress.pm
2443            ! ext/Compress/IO/Base/lib/IO/Uncompress/Base.pm
2444            ! ext/Compress/IO/Base/t/01misc.t ext/Compress/IO/Zlib/Changes
2445            ! ext/Compress/IO/Zlib/README
2446            ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Deflate.pm
2447            ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Identity.pm
2448            ! ext/Compress/IO/Zlib/lib/IO/Compress/Deflate.pm
2449            ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip.pm
2450            ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip/Constants.pm
2451            ! ext/Compress/IO/Zlib/lib/IO/Compress/RawDeflate.pm
2452            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip.pm
2453            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip/Constants.pm
2454            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zlib/Constants.pm
2455            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Identity.pm
2456            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Inflate.pm
2457            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/AnyInflate.pm
2458            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Gunzip.pm
2459            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Inflate.pm
2460            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/RawInflate.pm
2461            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Unzip.pm
2462            ! ext/Compress/IO/Zlib/t/004gziphdr.t
2463            ! ext/Compress/IO/Zlib/t/101truncate-zip.t
2464            ! ext/Compress/Raw/Zlib/README
2465            ! ext/Compress/Raw/Zlib/lib/Compress/Raw/Zlib.pm
2466            ! ext/Compress/Zlib/Changes ext/Compress/Zlib/README
2467            ! ext/Compress/Zlib/lib/Compress/Zlib.pm
2468            ! t/lib/compress/CompTestUtils.pm x2p/find2perl.PL
2469 ____________________________________________________________________________
2470 [ 28210] By: nicholas                              on 2006/05/16  16:41:45
2471         Log: Revert change 27513
2472              [Make the original versions of relocated paths available from
2473              %Config::Config with the prefix "raw_". Not sure if "raw_" is the
2474              best choice.]
2475      Branch: perl
2476            ! configpm
2477 ____________________________________________________________________________
2478 [ 28209] By: rgs                                   on 2006/05/16  16:14:46
2479         Log: Subject: Re: [PATCH]  upgrade bytes_to_uni
2480              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
2481              Date: Mon, 15 May 2006 22:39:58 +0900
2482              Message-Id: <20060515223901.F3B0.BQW10602@nifty.com>
2483      Branch: perl
2484            ! pp_pack.c
2485 ____________________________________________________________________________
2486 [ 28206] By: rgs                                   on 2006/05/16  13:14:12
2487         Log: Subject: [PATCH] Refactoring reghops
2488              From: andy@petdance.com (Andy Lester)
2489              Date: Mon, 15 May 2006 08:54:24 -0500
2490              Message-ID: <20060515135424.GA31585@petdance.com>
2491      Branch: perl
2492            ! embed.fnc proto.h regexec.c
2493 ____________________________________________________________________________
2494 [ 28205] By: rgs                                   on 2006/05/16  13:09:17
2495         Log: Subject: [PATCH] refactoring out S_regoptail
2496              From: andy@petdance.com (Andy Lester)
2497              Date: Sun, 14 May 2006 23:15:18 -0500
2498              Message-ID: <20060515041518.GA15745@petdance.com>
2499      Branch: perl
2500            ! embed.fnc embed.h proto.h regcomp.c
2501 ____________________________________________________________________________
2502 [ 28202] By: nicholas                              on 2006/05/16  10:00:55
2503         Log: Take advantage of the bug that binexp ignores the Configure
2504              installprefix, by using initialinstalllocation rather than binexp
2505              to determine the #! line for installed scripts. This way they are at
2506              least correct initially for a relocatable @INC perl, rather than
2507              starting as .../../bin/perl
2508      Branch: perl
2509            ! Configure
2510 ____________________________________________________________________________
2511 [ 28200] By: stevep                                on 2006/05/15  16:43:44
2512         Log: Clarification on what Perl does to floating points in the modulus 
2513              operation.
2514      Branch: perl
2515            ! pod/perlop.pod
2516 ____________________________________________________________________________
2517 [ 28198] By: nicholas                              on 2006/05/15  15:11:15
2518         Log: Encode run-time relocation of file names in packlist with a relocate_as
2519              attribute. With this, unmodified instmodsh correctly verifies installed
2520              modules even after relocation.
2521      Branch: perl
2522            ! lib/ExtUtils/Packlist.pm
2523 ____________________________________________________________________________
2524 [ 28197] By: stevep                                on 2006/05/15  14:13:46
2525         Log: Upgrade to Digest-SHA-5.37
2526      Branch: perl
2527            ! ext/Digest/SHA/Changes ext/Digest/SHA/README
2528            ! ext/Digest/SHA/SHA.pm ext/Digest/SHA/bin/shasum
2529            ! ext/Digest/SHA/src/hmac.c ext/Digest/SHA/src/hmac.h
2530            ! ext/Digest/SHA/src/sha.c ext/Digest/SHA/src/sha.h
2531 ____________________________________________________________________________
2532 [ 28196] By: nicholas                              on 2006/05/15  13:57:25
2533         Log: Simplify the implementation in ExtUtils::Packlist::read.
2534      Branch: perl
2535            ! lib/ExtUtils/Packlist.pm
2536 ____________________________________________________________________________
2537 [ 28195] By: rgs                                   on 2006/05/15  11:29:59
2538         Log: Subject: [REPATCH universal.c] Make sv_derived_from Documentation Clearer
2539              From: chromatic <chromatic@wgz.org>
2540              Date: Sun, 14 May 2006 16:51:36 -0700
2541              Message-Id: <200605141651.37181.chromatic@wgz.org>
2542      Branch: perl
2543            ! pod/perlapi.pod universal.c
2544 ____________________________________________________________________________
2545 [ 28194] By: rgs                                   on 2006/05/15  09:43:02
2546         Log: Subject: [PATCH] S_reguni should return its length
2547              From: andy@petdance.com (Andy Lester)
2548              Date: Sun, 14 May 2006 09:46:32 -0500
2549              Message-ID: <20060514144632.GA20935@petdance.com>
2550      Branch: perl
2551            ! embed.fnc embed.h proto.h regcomp.c
2552 ____________________________________________________________________________
2553 [ 28193] By: rgs                                   on 2006/05/15  08:33:53
2554         Log: Subject: [PATCH] strange encodings upsets pp_chr
2555              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
2556              Date: Sun, 14 May 2006 19:57:28 +0900
2557              Message-Id: <20060514195532.5422.BQW10602@nifty.com>
2558      Branch: perl
2559            + t/uni/chr.t
2560            ! MANIFEST pp.c t/op/chr.t t/op/ord.t
2561 ____________________________________________________________________________
2562 [ 28192] By: nicholas                              on 2006/05/14  12:27:19
2563         Log: TEST needs to binmode the file handle that is reading the TAP, else it
2564              can get killed if TEST's environment has made it default all opens to
2565              UTF-8 but the TAP is not UTF-8.
2566      Branch: perl
2567            ! t/TEST
2568 ____________________________________________________________________________
2569 [ 28190] By: nicholas                              on 2006/05/14  10:33:39
2570         Log: Upgrade to Test::Harness 2.58.
2571      Branch: perl
2572            ! lib/Test/Harness.pm
2573 ____________________________________________________________________________
2574 [ 28189] By: nicholas                              on 2006/05/13  15:48:24
2575         Log: A Configure probe for C99 variadic macros, based on code from Jarkko.
2576      Branch: perl
2577            ! Configure Cross/config.sh-arm-linux NetWare/config.wc
2578            ! Porting/Glossary config_h.SH configure.com epoc/config.sh
2579            ! plan9/config_sh.sample symbian/config.sh uconfig.sh
2580            ! win32/config.bc win32/config.gc win32/config.vc
2581            ! win32/config.vc64
2582 ____________________________________________________________________________
2583 [ 28188] By: nicholas                              on 2006/05/13  12:57:50
2584         Log: Only ask about MAD for 5.9.0 and greater. Otherwise silently select
2585              'n'.
2586      Branch: perl
2587            ! Configure
2588 ____________________________________________________________________________
2589 [ 28187] By: nicholas                              on 2006/05/13  11:26:04
2590         Log: Subject: t/uni/overload.t
2591              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
2592              Message-ID: <4465988C.9080407@gmail.com>
2593              Date: Sat, 13 May 2006 11:27:56 +0300
2594      Branch: perl
2595            ! t/uni/overload.t
2596 ____________________________________________________________________________
2597 [ 28186] By: nicholas                              on 2006/05/13  10:36:49
2598         Log: Subject: [PATCH] sv.c: printf %d wants int not size_t
2599              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
2600              Message-Id: <200605130715.k4D7FWg3089581@kosh.hut.fi>
2601              Date: Sat, 13 May 2006 10:15:32 +0300 (EEST)
2602      Branch: perl
2603            ! sv.c
2604 ____________________________________________________________________________
2605 [ 28185] By: nicholas                              on 2006/05/13  10:36:18
2606         Log: Can't do require Foo if $tainted; because taint tunnels.
2607              (Documented, but I regard this as a serious practical deficiency in
2608              tainting) 
2609      Branch: perl
2610            ! lib/Tie/RefHash.pm
2611 ____________________________________________________________________________
2612 [ 28183] By: rgs                                   on 2006/05/12  20:57:07
2613         Log: Subject: Re: [PATCH] my_snprintf
2614              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
2615              Date: Fri, 12 May 2006 22:28:49 +0300
2616              Message-ID: <4464E1F1.9010706@gmail.com>
2617      Branch: perl
2618            ! embed.fnc global.sym perl.h perlio.c pod/perlapi.pod pp_ctl.c
2619            ! proto.h regcomp.c sv.c toke.c universal.c util.c
2620 ____________________________________________________________________________
2621 [ 28181] By: rgs                                   on 2006/05/12  16:55:36
2622         Log: Subject: AW: question on "len item/string item" with unpack()
2623              From: "Dintelmann, Peter" <Peter.Dintelmann@Dresdner-Bank.com>
2624              Date: Fri, 5 May 2006 13:20:24 +0200 
2625              Message-ID: <E9A2605289D8D7468B1A21EC24E59D2104979424@naimucx5.muc.allianz>
2626      Branch: perl
2627            ! pod/perlfunc.pod
2628 ____________________________________________________________________________
2629 [ 28180] By: rgs                                   on 2006/05/12  15:48:43
2630         Log: Subject: [PATCH]  upgrade bytes_to_uni
2631              From: andy@petdance.com (Andy Lester)
2632              Date: Fri, 12 May 2006 00:21:23 -0500
2633              Message-ID: <20060512052123.GA21648@petdance.com>
2634      Branch: perl
2635            ! embed.fnc embed.h pp_pack.c proto.h
2636 ____________________________________________________________________________
2637 [ 28179] By: rgs                                   on 2006/05/12  14:33:40
2638         Log: Subject: [PATCH] Proper use of static funcs in toke.c and pp_sys.c
2639              From: andy@petdance.com (Andy Lester)
2640              Date: Tue, 9 May 2006 12:27:30 -0500
2641              Message-ID: <20060509172730.GA5272@petdance.com>
2642      Branch: perl
2643            ! embed.fnc embed.h pp_sys.c proto.h toke.c
2644 ____________________________________________________________________________
2645 [ 28178] By: nicholas                              on 2006/05/12  14:08:45
2646         Log: The upgrade/croak order in Perl_sv_utf8_encode() seemed utterly
2647              backwards. It now checks for readonly *first*.
2648      Branch: perl
2649            ! sv.c
2650 ____________________________________________________________________________
2651 [ 28177] By: rgs                                   on 2006/05/12  13:09:29
2652         Log: Upgrade to Tie::RefHash 1.34, by Yuval Kogman
2653      Branch: perl
2654            + lib/Tie/RefHash/rebless.t lib/Tie/RefHash/storable.t
2655            ! MANIFEST lib/Tie/RefHash.pm lib/Tie/RefHash/refhash.t
2656            ! lib/Tie/RefHash/threaded.t
2657 ____________________________________________________________________________
2658 [ 28176] By: rgs                                   on 2006/05/12  12:23:03
2659         Log: Subject: [PATCH] Speed up utf8.c a bit
2660              From: andy@petdance.com (Andy Lester)
2661              Date: Thu, 11 May 2006 22:41:01 -0500
2662              Message-ID: <20060512034101.GA10709@petdance.com>
2663      Branch: perl
2664            ! utf8.c
2665 ____________________________________________________________________________
2666 [ 28175] By: rgs                                   on 2006/05/12  12:13:03
2667         Log: Subject: [PATCH] Fixing embed.fnc
2668              From: andy@petdance.com (Andy Lester)
2669              Date: Thu, 11 May 2006 21:54:10 -0500
2670              Message-ID: <20060512025410.GA32709@petdance.com>
2671      Branch: perl
2672            ! embed.fnc proto.h
2673 ____________________________________________________________________________
2674 [ 28174] By: nicholas                              on 2006/05/12  11:47:40
2675         Log: Threads and signals. Delicious. Tweak change 28168 to add a local
2676              signal handler in the sleeping thread, because some operating systems
2677              deliver the SIGINT to that thread rather than the signalling thread.
2678      Branch: perl
2679            ! ext/threads/t/kill.t
2680 ____________________________________________________________________________
2681 [ 28173] By: rgs                                   on 2006/05/12  11:40:51
2682         Log: Subject: [PATCH] Better unsafe signals info in threads.pm
2683              From: "Jerry D. Hedden" <jerry@hedden.us>
2684              Date: Thu, 11 May 2006 11:50:15 -0700
2685              Message-ID: <20060511115015.fb30e530d17747c2b054d625b8945d88.8b4855700b.wbe@email.secureserver.net>
2686      Branch: perl
2687            ! ext/threads/threads.pm
2688 ____________________________________________________________________________
2689 [ 28172] By: nicholas                              on 2006/05/12  09:47:29
2690         Log: Fix concise-xs.t following the changes to B::Deparse.
2691      Branch: perl
2692            ! ext/B/t/concise-xs.t
2693 ____________________________________________________________________________
2694 [ 28171] By: nicholas                              on 2006/05/11  21:44:06
2695         Log: Tk spots that S_glob_2pv might be called from *_nolen, so we need to
2696              check that len is non-NULL before assigning to it.
2697      Branch: perl
2698            ! sv.c
2699 ____________________________________________________________________________
2700 [ 28168] By: rgs                                   on 2006/05/11  16:47:33
2701         Log: Subject: [PATCH] Thread signalling [REVISED]
2702              From: "Jerry D. Hedden" <jerry@hedden.us>
2703              Date: Thu, 11 May 2006 08:55:39 -0700
2704              Message-ID: <20060511085539.fb30e530d17747c2b054d625b8945d88.a90037f085.wbe@email.secureserver.net>
2705      Branch: perl
2706            + ext/threads/t/kill.t
2707            ! MANIFEST ext/threads/Changes ext/threads/Makefile.PL
2708            ! ext/threads/threads.pm ext/threads/threads.xs
2709 ____________________________________________________________________________
2710 [ 28166] By: rgs                                   on 2006/05/11  16:06:06
2711         Log: Deparse state variables.
2712      Branch: perl
2713            ! ext/B/B/Deparse.pm
2714 ____________________________________________________________________________
2715 [ 28156] By: stevep                                on 2006/05/11  00:09:53
2716         Log: Adding a mention of STDIN processing by qx// as requested by 
2717              RT #34288: perlop: qx/STRING/: mention STDIN
2718      Branch: perl
2719            ! pod/perlop.pod
2720 ____________________________________________________________________________
2721 [ 28155] By: stevep                                on 2006/05/10  23:02:20
2722         Log: Add -fno-delete-null-pointer-checks to ccflags on Itaniums when 
2723              compiling with gcc's 3.2, 3.3, or 3.4.  This fixes RT #37156.
2724      Branch: perl
2725            ! hints/linux.sh
2726 ____________________________________________________________________________
2727 [ 28152] By: stevep                                on 2006/05/10  15:03:03
2728         Log: Upgrade to Encode-2.17
2729      Branch: perl
2730            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/encoding.pm
2731 ____________________________________________________________________________
2732 [ 28150] By: nicholas                              on 2006/05/10  14:08:43
2733         Log: no 5.9.4; should fail in version 5.9.4.
2734              Improve the diagnostics and test names in t/comp/use.t
2735      Branch: perl
2736            ! pp_ctl.c t/comp/use.t
2737 ____________________________________________________________________________
2738 [ 28149] By: nicholas                              on 2006/05/10  13:08:49
2739         Log: Convert use.t to an inlined is/isnt/like implementation, to give better
2740              diagnostics.
2741      Branch: perl
2742            ! t/comp/use.t
2743 ____________________________________________________________________________
2744 [ 28148] By: davem                                 on 2006/05/10  01:32:10
2745         Log: disable WARN and DIE hooks during constant folding
2746      Branch: perl
2747            ! op.c t/comp/fold.t util.c warnings.h warnings.pl
2748 ____________________________________________________________________________
2749 [ 28146] By: nicholas                              on 2006/05/09  21:42:18
2750         Log: Change 28145 means that Perl_allocmy() can take a const char *name.
2751      Branch: perl
2752            ! embed.fnc op.c proto.h
2753 ____________________________________________________________________________
2754 [ 28145] By: nicholas                              on 2006/05/09  20:42:03
2755         Log: Simplify the non-printable name error reporting code in Perl_allocmy().
2756      Branch: perl
2757            ! op.c
2758 ____________________________________________________________________________
2759 [ 28144] By: nicholas                              on 2006/05/09  20:10:12
2760         Log: In Perl_Gv_AMupdate(), there's no need to call sv_unmagic() if we know
2761              the magic isn't there.
2762      Branch: perl
2763            ! gv.c
2764 ____________________________________________________________________________
2765 [ 28143] By: nicholas                              on 2006/05/09  19:31:04
2766         Log: Gv_AMupdate() always creates magic, so mg can never be NULL.
2767      Branch: perl
2768            ! gv.c
2769 ____________________________________________________________________________
2770 [ 28142] By: nicholas                              on 2006/05/09  16:35:25
2771         Log: Two signed array indicies that Coverity spots should be unsigned.
2772      Branch: perl
2773            ! ext/POSIX/POSIX.xs
2774 ____________________________________________________________________________
2775 [ 28141] By: nicholas                              on 2006/05/09  16:04:25
2776         Log: Ressurect change 27824, which plugs a resource leak in uncalled code.
2777      Branch: perl
2778            ! ext/Encode/Encode.xs
2779 ____________________________________________________________________________
2780 [ 28140] By: rgs                                   on 2006/05/09  15:23:55
2781         Log: Subject: wince crosscompile patch for 28132
2782              From: Vadim <vadim@vkonovalov.ru>
2783              Date: Tue, 09 May 2006 15:09:43 +0400
2784              Message-ID: <44607877.90603@vkonovalov.ru>
2785      Branch: perl
2786            ! INSTALL perl.h perlio.c win32/Makefile.ce win32/config.ce
2787            ! win32/config_H.ce
2788 ____________________________________________________________________________
2789 [ 28139] By: rgs                                   on 2006/05/09  14:03:30
2790         Log: POD fixes
2791      Branch: perl
2792            ! lib/DBM_Filter/compress.pm lib/DBM_Filter/encode.pm
2793            ! lib/DBM_Filter/int32.pm lib/DBM_Filter/null.pm
2794            ! lib/DBM_Filter/utf8.pm
2795 ____________________________________________________________________________
2796 [ 28138] By: rgs                                   on 2006/05/09  13:45:43
2797         Log: Subject: Re: [PATCH] ext/IPC/SysV/t/ipcsysv.t using test.pl
2798              From: David Landgren <david@landgren.net>
2799              Date: Tue, 09 May 2006 13:03:22 +0200
2800              Message-ID: <446076FA.6010409@landgren.net>
2801      Branch: perl
2802            ! ext/IPC/SysV/t/sem.t
2803 ____________________________________________________________________________
2804 [ 28137] By: rgs                                   on 2006/05/09  13:18:34
2805         Log: Fix another Coverity problem by adding an assert that says that
2806              some string we got from the lexer is null-terminated
2807      Branch: perl
2808            ! op.c
2809 ____________________________________________________________________________
2810 [ 28136] By: rgs                                   on 2006/05/09  13:10:01
2811         Log: Fix a logic error in conditional found by Coverity
2812      Branch: perl
2813            ! op.c
2814 ____________________________________________________________________________
2815 [ 28135] By: davem                                 on 2006/05/09  11:43:55
2816         Log: allow exit during fold_constants
2817              eg BEGIN { $SIG{__WARN__} = sub{exit};} "a" == "b" 
2818      Branch: perl
2819            ! op.c
2820 ____________________________________________________________________________
2821 [ 28134] By: steveh                                on 2006/05/09  08:04:29
2822         Log: Subject: [PATCH] 'threads' patch to fix threaded build on Win32
2823              From: "Jerry D. Hedden" <jerry@hedden.us>
2824              Date: Mon, 08 May 2006 10:23:33 -0700
2825              Message-ID: <20060508102333.fb30e530d17747c2b054d625b8945d88.1e447744fc.wbe@email.secureserver.net>
2826      Branch: perl
2827            ! ext/threads/Changes ext/threads/README ext/threads/threads.pm
2828            ! ext/threads/threads.xs
2829 ____________________________________________________________________________
2830 [ 28133] By: rgs                                   on 2006/05/09  07:27:37
2831         Log: Subject: perlop.pod doc patch: I/O operators
2832              From: Ash Berlin <ash@cpan.org>
2833              Date: Sat, 06 May 2006 14:16:00 +0100
2834              Message-ID: <445CA190.1070105@cpan.org>
2835      Branch: perl
2836            ! pod/perlop.pod
2837 ____________________________________________________________________________
2838 [ 28132] By: stevep                                on 2006/05/09  02:16:18
2839         Log: Subject: [PATCH] PERL_MEM_LOG enhancements
2840              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
2841              Date: Sat, 06 May 2006 11:21:02 +0300
2842              Message-ID: <445C5C6E.6070201@gmail.com>
2843      Branch: perl
2844            ! util.c
2845 ____________________________________________________________________________
2846 [ 28131] By: nicholas                              on 2006/05/08  21:11:37
2847         Log: Subject: [PATCH] ext/IPC/SysV/t/ipcsysv.t using test.pl
2848              From: David Landgren <david@landgren.net>
2849              Message-ID: <445B694B.8060901@landgren.net>
2850              Date: Fri, 05 May 2006 17:03:39 +0200
2851              
2852              Subject: Re: [PATCH] ext/IPC/SysV/t/sem.t using test.pl
2853              From: David Landgren <david@landgren.net>
2854              Message-ID: <445B75EF.3000100@landgren.net>
2855              Date: Fri, 05 May 2006 17:57:35 +0200
2856      Branch: perl
2857            ! ext/IPC/SysV/t/ipcsysv.t ext/IPC/SysV/t/sem.t
2858 ____________________________________________________________________________
2859 [ 28127] By: stevep                                on 2006/05/08  19:01:56
2860         Log: Rename lib/Text/Balanced/t/00.load.t to 
2861              lib/Text/Balanced/t/00-load.t and restore a test to 
2862              lib/Text/Balanced/t/extmul.t.
2863      Branch: perl
2864           +> lib/Text/Balanced/t/00-load.t
2865            - lib/Text/Balanced/t/00.load.t
2866            ! MANIFEST lib/Text/Balanced/t/extmul.t
2867 ____________________________________________________________________________
2868 [ 28126] By: stevep                                on 2006/05/08  18:46:16
2869         Log: Version bump and typo fix from change #28125.
2870      Branch: perl
2871            ! lib/Text/Balanced.pm
2872 ____________________________________________________________________________
2873 [ 28125] By: stevep                                on 2006/05/08  18:37:47
2874         Log: Rollback two changes in Text::Balanced which cause test failures in the
2875              CPAN and bleadperl version of the tests.  Also, the previous bleadperl
2876              version of one test file is a bit more comprehensive than what was in
2877              CPAN, so it has been completely restored.
2878      Branch: perl
2879            ! lib/Text/Balanced.pm lib/Text/Balanced/t/extqlk.t
2880 ____________________________________________________________________________
2881 [ 28122] By: stevep                                on 2006/05/08  16:47:39
2882         Log: Upgrade to Digest-SHA-5.36.  Actually bumped to 5.36_01 as
2883              change #27352 has not yet been applied to the CPAN version.
2884      Branch: perl
2885            ! ext/Digest/SHA/Changes ext/Digest/SHA/Makefile.PL
2886            ! ext/Digest/SHA/README ext/Digest/SHA/SHA.pm
2887            ! ext/Digest/SHA/bin/shasum ext/Digest/SHA/src/hmac.c
2888            ! ext/Digest/SHA/src/hmac.h ext/Digest/SHA/src/sha.c
2889            ! ext/Digest/SHA/src/sha.h ext/Digest/SHA/t/nist/Readme.txt
2890            ! ext/Digest/SHA/t/nist/bit-hashes.sha1
2891            ! ext/Digest/SHA/t/nist/bit-messages.sha1
2892            ! ext/Digest/SHA/t/nist/byte-hashes.sha1
2893            ! ext/Digest/SHA/t/nist/byte-messages.sha1
2894 ____________________________________________________________________________
2895 [ 28118] By: nicholas                              on 2006/05/08  11:23:15
2896         Log: Tie::RefHash is now dual life, maintained by Yuval Kogman.
2897      Branch: perl
2898            ! Porting/Maintainers.pl
2899 ____________________________________________________________________________
2900 [ 28116] By: merijn                                on 2006/05/07  14:18:45
2901         Log: Remvove code that gets undone in the next line.
2902              Keep the documentation part.
2903      Branch: perl
2904            ! hints/hpux.sh
2905 ____________________________________________________________________________
2906 [ 28108] By: stevep                                on 2006/05/05  16:26:48
2907         Log: These Module::Build tests depended on STDIN.  Unfortunately, cron
2908              closes STDIN, so these build failures were only seen while 
2909              running smokes through cron.
2910      Branch: perl
2911            ! lib/Module/Build/t/extend.t
2912 ____________________________________________________________________________
2913 [ 28106] By: rgs                                   on 2006/05/05  12:48:19
2914         Log: Implement state array and state hashes. Initialisation assignment
2915              to state arrays or hashes is not implemented yet.
2916      Branch: perl
2917            ! ext/B/B/Concise.pm pp.c t/op/state.t
2918 ____________________________________________________________________________
2919 [ 28105] By: stevep                                on 2006/05/05  12:40:41
2920         Log: Upgrade to Text-Balanced-1.98
2921      Branch: perl
2922            + lib/Text/Balanced/t/00.load.t
2923            + lib/Text/Balanced/t/pod-coverage.t lib/Text/Balanced/t/pod.t
2924            ! MANIFEST lib/Text/Balanced.pm lib/Text/Balanced/Changes
2925            ! lib/Text/Balanced/t/extcbk.t lib/Text/Balanced/t/extmul.t
2926            ! lib/Text/Balanced/t/extqlk.t lib/Text/Balanced/t/exttag.t
2927            ! lib/Text/Balanced/t/extvar.t lib/Text/Balanced/t/gentag.t
2928 ____________________________________________________________________________
2929 [ 28104] By: rgs                                   on 2006/05/05  11:32:36
2930         Log: Subject: [PATCH] threads - stack size support
2931              From: "Jerry D. Hedden" <jerry@hedden.us>
2932              Date: Thu, 04 May 2006 10:07:58 -0700
2933              Message-ID: <20060504100758.fb30e530d17747c2b054d625b8945d88.1ee893a99c.wbe@email.secureserver.net>
2934      Branch: perl
2935            + ext/threads/t/stack.t ext/threads/t/stack_env.t
2936            ! MANIFEST ext/threads/Changes ext/threads/README
2937            ! ext/threads/threads.pm ext/threads/threads.xs
2938 ____________________________________________________________________________
2939 [ 28103] By: stevep                                on 2006/05/05  01:26:08
2940         Log: Teach checkAUTHORS.pl about Sarathy's new email address.
2941      Branch: perl
2942            ! Porting/checkAUTHORS.pl
2943 ____________________________________________________________________________
2944 [ 28102] By: stevep                                on 2006/05/05  01:12:41
2945         Log: Subject: [PATCH] Email address changes
2946              From: "Jan Dubois" <jand@activestate.com>
2947              Date: Thu, 4 May 2006 15:28:19 -0700
2948              Message-ID: <007101c66fca$0b651a50$2217a8c0@candy>
2949      Branch: perl
2950            ! AUTHORS
2951 ____________________________________________________________________________
2952 [ 28101] By: stevep                                on 2006/05/04  20:03:42
2953         Log: Upgrade to ExtUtils-Install-1.40
2954      Branch: perl
2955            ! lib/ExtUtils/Install.pm
2956 ____________________________________________________________________________
2957 [ 28100] By: rgs                                   on 2006/05/04  16:37:28
2958         Log: Subject: RE: [PATCH-for-28089] wince yet another step
2959              From: "Konovalov, Vadim Vladimirovich (Vadim)** CTR **" <vkonovalov@Lucent.com>
2960              Date: Thu, 4 May 2006 17:32:12 +0200 
2961              Message-ID: <E3FB32585BF1D411B9E900805FF51A0801BCB454@ru0022exch001u.ru.lucent.com>
2962      Branch: perl
2963            ! README.ce win32/perllib.c win32/vmem.h win32/win32.h
2964 ____________________________________________________________________________
2965 [ 28099] By: rgs                                   on 2006/05/04  12:51:51
2966         Log: Subject: [PATCH] threads - formatting [REVISED]
2967              From: "Jerry D. Hedden" <jerry@hedden.us>
2968              Date: Wed, 03 May 2006 12:34:34 -0700
2969              Message-ID: <20060503123433.fb30e530d17747c2b054d625b8945d88.d352e5da51.wbe@email.secureserver.net>
2970      Branch: perl
2971            ! ext/threads/README ext/threads/t/basic.t ext/threads/t/end.t
2972            ! ext/threads/t/join.t ext/threads/t/libc.t ext/threads/t/list.t
2973            ! ext/threads/t/problems.t ext/threads/t/stress_cv.t
2974            ! ext/threads/t/stress_re.t ext/threads/t/stress_string.t
2975            ! ext/threads/t/thread.t ext/threads/threads.pm
2976            ! ext/threads/threads.xs
2977 ____________________________________________________________________________
2978 [ 28098] By: rgs                                   on 2006/05/04  12:06:33
2979         Log: Upgrade to Encode 2.16
2980      Branch: perl
2981            ! ext/Encode/Byte/Byte.pm ext/Encode/Byte/Makefile.PL
2982            ! ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
2983            ! ext/Encode/Changes ext/Encode/EBCDIC/EBCDIC.pm
2984            ! ext/Encode/EBCDIC/Makefile.PL ext/Encode/Encode.pm
2985            ! ext/Encode/Encode.xs ext/Encode/Encode/Makefile_PL.e2x
2986            ! ext/Encode/Encode/encode.h ext/Encode/JP/JP.pm
2987            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/KR.pm
2988            ! ext/Encode/KR/Makefile.PL ext/Encode/Makefile.PL
2989            ! ext/Encode/Symbol/Makefile.PL ext/Encode/Symbol/Symbol.pm
2990            ! ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
2991            ! ext/Encode/Unicode/Makefile.PL ext/Encode/Unicode/Unicode.pm
2992            ! ext/Encode/Unicode/Unicode.xs ext/Encode/bin/enc2xs
2993            ! ext/Encode/bin/piconv ext/Encode/bin/ucm2table
2994            ! ext/Encode/bin/ucmlint ext/Encode/bin/ucmsort
2995            ! ext/Encode/bin/unidump ext/Encode/encengine.c
2996            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
2997            ! ext/Encode/lib/Encode/CJKConstants.pm
2998            ! ext/Encode/lib/Encode/CN/HZ.pm ext/Encode/lib/Encode/Config.pm
2999            ! ext/Encode/lib/Encode/Encoder.pm
3000            ! ext/Encode/lib/Encode/Encoding.pm
3001            ! ext/Encode/lib/Encode/Guess.pm ext/Encode/lib/Encode/JP/H2Z.pm
3002            ! ext/Encode/lib/Encode/JP/JIS7.pm
3003            ! ext/Encode/lib/Encode/KR/2022_KR.pm
3004            ! ext/Encode/lib/Encode/MIME/Header.pm
3005            ! ext/Encode/lib/Encode/MIME/Header/ISO_2022_JP.pm
3006            ! ext/Encode/lib/Encode/PerlIO.pod
3007            ! ext/Encode/lib/Encode/Unicode/UTF7.pm ext/Encode/t/Aliases.t
3008            ! ext/Encode/t/CJKT.t ext/Encode/t/Encode.t
3009            ! ext/Encode/t/Unicode.t ext/Encode/t/at-cn.t
3010            ! ext/Encode/t/at-tw.t ext/Encode/t/enc_data.t
3011            ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_module.t
3012            ! ext/Encode/t/enc_utf8.t ext/Encode/t/encoding.t
3013            ! ext/Encode/t/fallback.t ext/Encode/t/guess.t
3014            ! ext/Encode/t/jperl.t ext/Encode/t/mime-header.t
3015            ! ext/Encode/t/mime_header_iso2022jp.t ext/Encode/t/perlio.t
3016            ! ext/Encode/t/rt.pl ext/Encode/t/unibench.pl
3017            ! ext/Encode/t/utf8strict.t
3018 ____________________________________________________________________________
3019 [ 28097] By: rgs                                   on 2006/05/04  11:32:05
3020         Log: Resubmit change #28095
3021      Branch: perl
3022            ! t/op/grep.t
3023 ____________________________________________________________________________
3024 [ 28096] By: steveh                                on 2006/05/04  11:22:04
3025         Log: Subject: [PATCH-for-28089] wince yet another step
3026              From: "Konovalov, Vadim Vladimirovich (Vadim)** CTR **" <vkonovalov@Lucent.com>
3027              Date: Thu, 4 May 2006 13:04:45 +0200 
3028              Message-ID: <E3FB32585BF1D411B9E900805FF51A0801BCB1EE@ru0022exch001u.ru.lucent.com>
3029      Branch: perl
3030            ! win32/Makefile.ce
3031 ____________________________________________________________________________
3032 [ 28095] By: rgs                                   on 2006/05/04  10:00:14
3033         Log: Subject: [PATCH] t/op/grep.t using test.pl
3034              From: David Landgren <david@landgren.net>
3035              Date: Wed, 03 May 2006 15:53:38 +0200
3036              Message-ID: <4458B5E2.7090103@landgren.net>
3037      Branch: perl
3038            ! t/op/grep.t
3039 ____________________________________________________________________________
3040 [ 28094] By: rgs                                   on 2006/05/04  09:58:28
3041         Log: Subject: [PATCH] t/op/context.t using test.pl
3042              From: David Landgren <david@landgren.net>
3043              Date: Wed, 03 May 2006 16:20:40 +0200
3044              Message-ID: <4458BC38.6050600@landgren.net>
3045      Branch: perl
3046            ! t/op/context.t
3047 ____________________________________________________________________________
3048 [ 28093] By: rgs                                   on 2006/05/04  09:56:56
3049         Log: Subject: [PATCH] t/op/list.t using test.pl
3050              From: David Landgren <david@landgren.net>
3051              Date: Wed, 03 May 2006 19:40:40 +0200
3052              Message-ID: <4458EB18.8070904@landgren.net>
3053      Branch: perl
3054            ! t/op/list.t
3055 ____________________________________________________________________________
3056 [ 28092] By: rgs                                   on 2006/05/04  09:43:51
3057         Log: Document order of evaluation for the comma operator
3058              
3059              Subject: [PATCH] Re: Kill select((select(OUTPUT_HANDLE), $| = 1)[0]);
3060              From: Paul Johnson <paul@pjcj.net>
3061              Date: Wed, 26 Apr 2006 22:38:43 +0200
3062              Message-ID: <20060426203843.GE21543@pjcj.net>
3063      Branch: perl
3064            ! pod/perlop.pod
3065 ____________________________________________________________________________
3066 [ 28091] By: steveh                                on 2006/05/04  08:24:06
3067         Log: Subject: RE: [PATCH] Implement ${^WIN32_SLOPPY_STAT}
3068              From: "Jan Dubois" <jand@activestate.com>
3069              Date: Wed, 3 May 2006 12:41:23 -0700
3070              Message-ID: <013f01c66ee9$8f1437a0$d045a8c0@candy>
3071      Branch: perl
3072            ! pod/perlport.pod
3073 ____________________________________________________________________________
3074 [ 28090] By: rgs                                   on 2006/05/04  07:42:27
3075         Log: Another test for state variables and closures,
3076              adapted from a Perl 6 example, pointed out by
3077              Joshua "Limbic_Region" Gatcomb
3078      Branch: perl
3079            ! t/op/state.t
3080 ____________________________________________________________________________
3081 [ 28089] By: rgs                                   on 2006/05/03  22:49:14
3082         Log: Ensure that C<(state $x) = $y> is not a state assignment
3083              (due to the parentheses that make it a regular assignment
3084              to a variable declared inside a list)
3085      Branch: perl
3086            ! t/op/state.t
3087 ____________________________________________________________________________
3088 [ 28088] By: rgs                                   on 2006/05/03  22:40:28
3089         Log: New test case for state variables with ties, suggested by Nicholas
3090      Branch: perl
3091            ! t/op/state.t
3092 ____________________________________________________________________________
3093 [ 28087] By: rgs                                   on 2006/05/03  22:01:41
3094         Log: Add "state" feature
3095      Branch: perl
3096            ! lib/feature.pm perl_keyword.pl t/op/state.t toke.c
3097 ____________________________________________________________________________
3098 [ 28086] By: rgs                                   on 2006/05/03  21:46:02
3099         Log: Introduce a new keyword, state, for state variables.
3100      Branch: perl
3101            + t/op/state.t
3102            ! MANIFEST dump.c embed.fnc embed.h ext/B/B/Concise.pm
3103            ! ext/B/t/concise-xs.t keywords.h keywords.pl op.c op.h pad.c
3104            ! perl.h perl_keyword.pl pod/perlintern.pod pp_hot.c proto.h
3105            ! sv.h toke.c
3106 ____________________________________________________________________________
3107 [ 28085] By: rgs                                   on 2006/05/03  19:15:00
3108         Log: Subject: [PATCH] wince another step
3109              From: "Konovalov, Vadim Vladimirovich (Vadim)** CTR **"
3110              Date: Wed, 3 May 2006 20:11:11 +0200 
3111              Message-ID: <E3FB32585BF1D411B9E900805FF51A0801BCAE1F@ru0022exch001u.ru.lucent.com>
3112      Branch: perl
3113            - win32/xconfig.h
3114            ! MANIFEST win32/Makefile.ce
3115 ____________________________________________________________________________
3116 [ 28084] By: rgs                                   on 2006/05/03  19:10:29
3117         Log: Subject: [PATCH] Clarify hard link support on Windows
3118              From: "Jan Dubois" <jand@activestate.com>
3119              Date: Wed, 3 May 2006 11:30:03 -0700
3120              Message-ID: <013a01c66edf$982ebcc0$d045a8c0@candy>
3121      Branch: perl
3122            ! pod/perlport.pod
3123 ____________________________________________________________________________
3124 [ 28083] By: rgs                                   on 2006/05/03  19:06:26
3125         Log: Subject: RE: [PATCH] Implement ${^WIN32_SLOPPY_STAT}
3126              From: "Jan Dubois" <jand@activestate.com>
3127              Date: Wed, 3 May 2006 11:18:30 -0700
3128              Message-ID: <013901c66edd$fb8ae750$d045a8c0@candy>
3129      Branch: perl
3130            ! pod/perlvar.pod
3131 ____________________________________________________________________________
3132 [ 28082] By: stevep                                on 2006/05/03  17:56:37
3133         Log: Upgrade to CGI-3.20
3134      Branch: perl
3135            ! lib/CGI.pm lib/CGI/Changes lib/CGI/Cookie.pm
3136            ! lib/CGI/t/cookie.t lib/CGI/t/function.t
3137 ____________________________________________________________________________
3138 [ 28081] By: rgs                                   on 2006/05/03  16:24:04
3139         Log: Subject: [PATCH] more logic localizations
3140              From: andy@petdance.com (Andy Lester)
3141              Date: Tue, 11 Apr 2006 14:14:45 -0500
3142              Message-ID: <20060411191445.GA4938@petdance.com>
3143      Branch: perl
3144            ! mg.c
3145 ____________________________________________________________________________
3146 [ 28080] By: rgs                                   on 2006/05/03  16:09:48
3147         Log: Subject: -Dmad breaks a few tests
3148              From: Sébastien Aperghis-Tramoni <maddingue@free.fr>
3149              Date: Tue, 2 May 2006 01:37:03 +0200
3150              Message-Id: <64F8ECEA-D96B-11DA-AA80-000502F3279F@free.fr>
3151              
3152              (part of, with tweaks)
3153      Branch: perl
3154            ! t/op/incfilter.t
3155 ____________________________________________________________________________
3156 [ 28079] By: rgs                                   on 2006/05/03  09:04:30
3157         Log: Subject: [PATCH] Remove an unnecessary goto
3158              From: andy@petdance.com (Andy Lester)
3159              Date: Wed, 3 May 2006 00:54:30 -0500
3160              Message-ID: <20060503055430.GA4922@petdance.com>
3161      Branch: perl
3162            ! op.c
3163 ____________________________________________________________________________
3164 [ 28078] By: rgs                                   on 2006/05/03  09:00:39
3165         Log: Subject: [PATCH] optimize S_find_array_subscript
3166              From: andy@petdance.com (Andy Lester)
3167              Date: Tue, 2 May 2006 21:09:08 -0500
3168              Message-ID: <20060503020908.GA2234@petdance.com>
3169      Branch: perl
3170            ! sv.c
3171 ____________________________________________________________________________
3172 [ 28077] By: rgs                                   on 2006/05/03  08:57:45
3173         Log: Subject: [PATCH] clean up loops in doio.c and dump.c
3174              From: andy@petdance.com (Andy Lester)
3175              Date: Tue, 2 May 2006 13:38:15 -0500
3176              Message-ID: <20060502183815.GA7979@petdance.com>
3177      Branch: perl
3178            ! doio.c dump.c embed.fnc embed.h proto.h
3179 ____________________________________________________________________________
3180 [ 28076] By: rgs                                   on 2006/05/03  08:52:01
3181         Log: Subject: [PATCH] pp_sys.c: U8* cast
3182              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
3183              Date: Tue, 2 May 2006 20:04:33 +0300 (EEST)
3184              Message-Id: <200605021704.k42H4XIh255652@kosh.hut.fi>
3185      Branch: perl
3186            ! pp_sys.c
3187 ____________________________________________________________________________
3188 [ 28075] By: rgs                                   on 2006/05/03  08:51:14
3189         Log: Subject: [PATCH] hv.c: do zeroing via mem wrap check
3190              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
3191              Date: Tue, 2 May 2006 20:03:01 +0300 (EEST)
3192              Message-Id: <200605021703.k42H31PF216868@kosh.hut.fi>
3193      Branch: perl
3194            ! hv.c
3195 ____________________________________________________________________________
3196 [ 28074] By: rgs                                   on 2006/05/03  08:38:39
3197         Log: Subject: [PATCH] microperl update
3198              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
3199              Date: Wed, 03 May 2006 08:20:31 +0300
3200              Message-ID: <44583D9F.8060401@gmail.com>
3201      Branch: perl
3202            ! Makefile.micro README.micro uconfig.h uconfig.sh
3203 ____________________________________________________________________________
3204 [ 28073] By: steveh                                on 2006/05/03  08:25:27
3205         Log: Make Perl_unshare_hek visible to core extensions without being public
3206              
3207              See the comments in:
3208              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-04/msg00480.html
3209              (which were put into practice in changes #27800 and #27848)
3210      Branch: perl
3211            ! embed.fnc embed.h
3212 ____________________________________________________________________________
3213 [ 28072] By: steveh                                on 2006/05/03  08:03:50
3214         Log: Subject: Re: Smoke [5.9.4] 28069 FAIL(M) MSWin32 WinXP/.Net SP2 (x86/2 cpu)
3215              From: Vadim <vadim@vkonovalov.ru>
3216              Date: Wed, 03 May 2006 06:10:59 +0400
3217              Message-ID: <44581133.8080100@vkonovalov.ru>
3218      Branch: perl
3219           +> win32/perlmaince.c
3220            - win32/perlmain.c
3221            ! MANIFEST
3222 ____________________________________________________________________________
3223 [ 28071] By: stevep                                on 2006/05/03  01:46:27
3224         Log: Subject: Re: Smoke [5.9.4] 28069 FAIL(M) MSWin32 WinXP/.Net SP2 (x86/2 cpu)
3225              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
3226              Date: Wed, 03 May 2006 10:00:03 +0900
3227              Message-Id: <20060503095420.0357.BQW10602@nifty.com>
3228      Branch: perl
3229            ! embed.fnc embed.h global.sym
3230 ____________________________________________________________________________
3231 [ 28070] By: nicholas                              on 2006/05/02  22:38:52
3232         Log: Remove a variable left unused since change 28065.
3233      Branch: perl
3234            ! sv.c
3235 ____________________________________________________________________________
3236 [ 28069] By: nicholas                              on 2006/05/02  22:19:56
3237         Log: Add a new hash key flag HVhek_UNSHARED, to mark all unshared hash keys.
3238              Otherwise Perl_newSVhek(), called by Perl_hv_iterkeysv(), naively
3239              assumes that it can share any hash key directly.
3240      Branch: perl
3241            ! hv.c hv.h sv.c
3242 ____________________________________________________________________________
3243 [ 28068] By: nicholas                              on 2006/05/02  22:16:25
3244         Log: cumulative totals and list reverse for checkAUTHORS.pl
3245      Branch: perl
3246            ! Porting/checkAUTHORS.pl
3247 ____________________________________________________________________________
3248 [ 28067] By: stevep                                on 2006/05/02  18:03:57
3249         Log: Another place where Intel C++ pretending to be gcc is a really
3250              bad thing.
3251      Branch: perl
3252            ! gv.h
3253 ____________________________________________________________________________
3254 [ 28066] By: nicholas                              on 2006/05/02  17:46:38
3255         Log: *static* pointers to newXSUB(), dammit!
3256      Branch: perl
3257            ! writemain.SH xsutils.c
3258 ____________________________________________________________________________
3259 [ 28065] By: nicholas                              on 2006/05/02  17:00:56
3260         Log: Assert that SvMAGIC() isn't being called on PVMGs which are using the
3261              same union to store the stash for our.
3262      Branch: perl
3263            ! sv.c sv.h
3264 ____________________________________________________________________________
3265 [ 28064] By: nicholas                              on 2006/05/02  16:24:14
3266         Log: Change 28063 forgot 1 key line - acutally use the correct filename
3267              storage.
3268      Branch: perl
3269            ! op.c
3270 ____________________________________________________________________________
3271 [ 28063] By: nicholas                              on 2006/05/02  15:55:25
3272         Log: Fix bug in DynaLoader, which has been passing a filename in dynamic
3273              storage to newXS() seemingly forever. This involves creating
3274              newXS_flags(), with the first flag being "arrange to copy the 
3275              filename and free it at the right time".
3276      Branch: perl
3277            ! XSUB.h cv.h embed.fnc embed.h ext/DynaLoader/dl_aix.xs
3278            ! ext/DynaLoader/dl_beos.xs ext/DynaLoader/dl_dld.xs
3279            ! ext/DynaLoader/dl_dllload.xs ext/DynaLoader/dl_dlopen.xs
3280            ! ext/DynaLoader/dl_dyld.xs ext/DynaLoader/dl_hpux.xs
3281            ! ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_mpeix.xs
3282            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_symbian.xs
3283            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs op.c
3284            ! pod/perlapi.pod proto.h
3285 ____________________________________________________________________________
3286 [ 28062] By: rgs                                   on 2006/05/02  15:37:35
3287         Log: Move some scripts under win32/ce-helpers.
3288              
3289              Subject: RE: Merge WinCE into Win32 directory and remove the the WinCE dir ectory
3290              From: "Konovalov, Vadim Vladimirovich (Vadim)** CTR **" <vkonovalov@Lucent.com>
3291              Date: Tue, 2 May 2006 17:30:59 +0200 
3292              Message-ID: <E3FB32585BF1D411B9E900805FF51A0801BB3F03@ru0022exch001u.ru.lucent.com>
3293      Branch: perl
3294           +> win32/ce-helpers/cecopy-lib.pl win32/ce-helpers/comp.pl
3295           +> win32/ce-helpers/compile-all.bat win32/ce-helpers/compile.bat
3296           +> win32/ce-helpers/makedist.pl win32/ce-helpers/registry.bat
3297            - win32/cecopy-lib.pl win32/comp.pl win32/compile-all.bat
3298            - win32/compile.bat win32/makedist.pl win32/registry.bat
3299            - win32/win32-d.h
3300            ! MANIFEST win32/Makefile.ce
3301 ____________________________________________________________________________
3302 [ 28061] By: rgs                                   on 2006/05/02  14:28:31
3303         Log: Subject: Re: Merge WinCE into Win32 directory and remove the the WinCE directory
3304              From: demerphq <demerphq@gmail.com>
3305              Date: Mon, 1 May 2006 19:02:09 +0200
3306              Message-ID: <9b18b3110605011002m56c0db99n169ae677efb6d059@mail.gmail.com>
3307              
3308              Plus adjustements to MANIFEST. Also, perlmain.c seemed to be missing
3309              from the patch.
3310      Branch: perl
3311            + win32/Makefile.ce win32/cecopy-lib.pl win32/comp.pl
3312            + win32/compile-all.bat win32/compile.bat win32/config.ce
3313            + win32/config_H.ce win32/makedist.pl win32/perl.rc
3314            + win32/perlmain.c win32/registry.bat win32/win32-d.h
3315            + win32/win32ceio.c win32/win32iop-o.h win32/wince.c
3316            + win32/wince.h win32/wincesck.c win32/xconfig.h
3317            - wince/Makefile.ce wince/bin/exetype.pl wince/bin/perlglob.pl
3318            - wince/bin/pl2bat.pl wince/bin/runperl.pl wince/bin/search.pl
3319            - wince/cecopy-lib.pl wince/comp.pl wince/compile-all.bat
3320            - wince/compile.bat wince/config.ce wince/config_H.ce
3321            - wince/config_h.PL wince/config_sh.PL wince/dl_win32.xs
3322            - wince/include/arpa/inet.h wince/include/sys/socket.h
3323            - wince/makedist.pl wince/makeico.pl wince/perl.rc
3324            - wince/perlhost.h wince/perllib.c wince/perlmain.c
3325            - wince/registry.bat wince/runperl.c wince/splittree.pl
3326            - wince/vdir.h wince/vmem.h wince/win32.h wince/win32io.c
3327            - wince/win32iop.h wince/win32thread.c wince/win32thread.h
3328            - wince/wince.c wince/wince.h wince/wincesck.c
3329            ! MANIFEST win32/include/sys/socket.h win32/win32.h
3330            ! win32/win32thread.h
3331 ____________________________________________________________________________
3332 [ 28060] By: nicholas                              on 2006/05/02  12:41:43
3333         Log: GvFILE() cannot be a pointer to the memory owned by the COP, because
3334              COPs created by use can be freed along this memory, but the GP
3335              remains. Given that several GVs may refer to the same file, use a
3336              shared string rather than an individual allocation per GP.
3337      Branch: perl
3338            ! bytecode.pl ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
3339            ! gv.c gv.h sv.c
3340 ____________________________________________________________________________
3341 [ 28059] By: nicholas                              on 2006/05/02  12:02:32
3342         Log: Change 28037 broke t/op/each.t when running with TEST.
3343      Branch: perl
3344            ! t/test.pl
3345 ____________________________________________________________________________
3346 [ 28058] By: nicholas                              on 2006/05/02  11:15:26
3347         Log: De-duplicate the code that creates new GPs into Perl_newGP().
3348      Branch: perl
3349            ! embed.fnc embed.h gv.c proto.h scope.c
3350 ____________________________________________________________________________
3351 [ 28057] By: rgs                                   on 2006/05/02  10:39:01
3352         Log: Subject: Re: [PATCH] t/op/glob.t using test.pl
3353              From: David Landgren <david@landgren.net>
3354              Date: Sat, 29 Apr 2006 15:32:07 +0200
3355              Message-ID: <44536AD7.4060608@landgren.net>
3356      Branch: perl
3357            ! t/op/glob.t
3358 ____________________________________________________________________________
3359 [ 28056] By: rgs                                   on 2006/05/02  10:36:39
3360         Log: Subject: [PATCH] t/op/hashwarn.t using test.pl
3361              From: David Landgren <david@landgren.net>
3362              Date: Sat, 29 Apr 2006 17:51:28 +0200
3363              Message-ID: <44538B80.2060503@landgren.net>
3364      Branch: perl
3365            ! t/op/hashwarn.t
3366 ____________________________________________________________________________
3367 [ 28055] By: rgs                                   on 2006/05/02  10:16:23
3368         Log: Subject: [PATCH] toke.c: function pointer to data pointer
3369              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
3370              Date: Tue, 2 May 2006 08:25:55 +0300 (EEST)
3371              Message-Id: <200605020525.k425Ptik165705@kosh.hut.fi>
3372      Branch: perl
3373            ! toke.c
3374 ____________________________________________________________________________
3375 [ 28054] By: rgs                                   on 2006/05/02  10:11:10
3376         Log: Subject: [DOC PATCH] chop warning in perlport
3377              From: Xavier Noria <fxn@hashref.com>
3378              Date: Tue, 2 May 2006 12:08:34 +0200
3379              Message-Id: <E06C0594-CAF6-4822-8EB4-8E06EAD4A889@hashref.com>
3380      Branch: perl
3381            ! pod/perlport.pod
3382 ____________________________________________________________________________
3383 [ 28053] By: steveh                                on 2006/05/02  09:59:23
3384         Log: Sigh. Third time lucky.
3385      Branch: perl
3386            ! win32/win32.h
3387 ____________________________________________________________________________
3388 [ 28052] By: steveh                                on 2006/05/02  09:46:41
3389         Log: Ahem. And here's the rest of #28051...
3390      Branch: perl
3391            ! win32/win32.h
3392 ____________________________________________________________________________
3393 [ 28051] By: steveh                                on 2006/05/02  09:39:01
3394         Log: Subject: RE: [PATCH] fix 27987 for MSVC (was Re: Smoke [5.9.4] 28020 FAIL(m) MSWin32 Win2000 SP4 (x86/1 cpu))
3395              From: "Jan Dubois" <jand@ActiveState.com>
3396              Date: Mon, 1 May 2006 18:55:11 -0700
3397              Message-ID: <08ff01c66d8b$7282e320$2217a8c0@candy>
3398              
3399              Subject: Re: [PATCH] fix 27987 for MSVC (was Re: Smoke [5.9.4] 28020 FAIL(m)
3400              From: "H.Merijn Brand" <h.m.brand@xs4all.nl>
3401              Date: Tue, 2 May 2006 09:23:51 +0200
3402              Message-ID: <20060502092351.7bae0896@pc09>
3403      Branch: perl
3404            ! win32/config.vc win32/config.vc64 win32/config_H.vc
3405            ! win32/config_H.vc64
3406 ____________________________________________________________________________
3407 [ 28050] By: rgs                                   on 2006/05/02  09:13:19
3408         Log: Subject: [PATCH] pp.c casting, take two
3409              From: andy@petdance.com (Andy Lester)
3410              Date: Sun, 30 Apr 2006 19:48:26 -0500
3411              Message-ID: <20060501004826.GA4744@petdance.com>
3412              
3413              (with adjustements, some of the code has already
3414              been touched since)
3415      Branch: perl
3416            ! pp.c
3417 ____________________________________________________________________________
3418 [ 28049] By: rgs                                   on 2006/05/02  08:50:05
3419         Log: Subject: [PATCH] Some more SvREFCNT_inc updates
3420              From: andy@petdance.com (Andy Lester)
3421              Date: Sun, 30 Apr 2006 13:24:14 -0500
3422              Message-ID: <20060430182414.GA18094@petdance.com>
3423      Branch: perl
3424            ! cop.h pp_ctl.c
3425 ____________________________________________________________________________
3426 [ 28048] By: rgs                                   on 2006/05/02  08:48:04
3427         Log: Subject: [PATCH] quiet some perlio.c warnings
3428              From: andy@petdance.com (Andy Lester)
3429              Date: Sun, 30 Apr 2006 13:23:22 -0500
3430              Message-ID: <20060430182322.GA18064@petdance.com>
3431      Branch: perl
3432            ! perlio.c
3433 ____________________________________________________________________________
3434 [ 28047] By: rgs                                   on 2006/05/02  08:45:26
3435         Log: Subject: [PATCH] More tweaking of SvREFCNT_inc calls
3436              From: andy@petdance.com (Andy Lester)
3437              Date: Sun, 30 Apr 2006 12:06:21 -0500
3438              Message-ID: <20060430170621.GA4054@petdance.com>
3439      Branch: perl
3440            ! mg.c
3441 ____________________________________________________________________________
3442 [ 28046] By: stevep                                on 2006/05/02  02:50:33
3443         Log: One too many ('s in change #28043. 
3444      Branch: perl
3445            ! ext/Errno/Errno_pm.PL
3446 ____________________________________________________________________________
3447 [ 28045] By: stevep                                on 2006/05/02  02:47:43
3448         Log: Escape prompts with #'s to avoid causing tests to fail from
3449              the unexpected output.
3450      Branch: perl
3451            ! lib/Module/Build/t/extend.t
3452 ____________________________________________________________________________
3453 [ 28044] By: stevep                                on 2006/05/02  01:55:53
3454         Log: Fix for RT #25366: h2xs 1.23 from "Aaron Kaplan".
3455      Branch: perl
3456            ! utils/h2xs.PL
3457 ____________________________________________________________________________
3458 [ 28043] By: stevep                                on 2006/05/02  00:23:05
3459         Log: Fix for RT #7916: perl 5.6.1 with Intel's icc on RedHat 
3460              Linux 7.2.  The original fix, change #13053, added a check
3461              for $Config{gccversion} which is now populated by newer
3462              Intel compilers.  This additional change checks to see
3463              if Intel is in $Config{gccversion}.  If it is, its not
3464              a gcc.
3465      Branch: perl
3466            ! ext/Errno/Errno_pm.PL
3467 ____________________________________________________________________________
3468 [ 28042] By: stevep                                on 2006/05/01  23:30:59
3469         Log: Subject: [PATCH] signed vs unsigned char * nit
3470              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
3471              Date: Sat, 29 Apr 2006 20:59:29 +0300 (EEST)
3472              Message-Id: <200604291759.k3THxTji032009@kosh.hut.fi>
3473      Branch: perl
3474            ! pp.c
3475 ____________________________________________________________________________
3476 [ 28041] By: stevep                                on 2006/05/01  23:25:30
3477         Log: Reverting context removal from change #27992.  This should
3478              clear up threaded builds on Win32 and VMS. 
3479      Branch: perl
3480            ! embed.fnc embed.h pp_ctl.c proto.h
3481 ____________________________________________________________________________
3482 [ 28040] By: rgs                                   on 2006/05/01  20:25:17
3483         Log: Add a BUGS section to Fatal.pm, see bug #38790
3484      Branch: perl
3485            ! lib/Fatal.pm
3486 ____________________________________________________________________________
3487 [ 28039] By: nicholas                              on 2006/05/01  19:07:06
3488         Log: Disable SIGRTMAX and SIGRTMIN in POSIX if Configure's probes found that
3489              they aren't viable. (Certain glibcs are "interesting")
3490      Branch: perl
3491            ! ext/POSIX/Makefile.PL
3492 ____________________________________________________________________________
3493 [ 28038] By: nicholas                              on 2006/05/01  17:28:43
3494         Log: Allow a macro of "0" to mean "#if 0" for convenient elimination of
3495              constants.
3496      Branch: perl
3497            ! lib/ExtUtils/Constant/Base.pm
3498 ____________________________________________________________________________
3499 [ 28037] By: merijn                                on 2006/05/01  14:18:16
3500         Log: Subject: Re: [PATCH] provide diag() and don't use ++ in test.pl
3501              From: David Landgren <david@landgren.net>
3502              Date: Mon, 01 May 2006 15:50:03 +0200
3503              Message-ID: <4456120B.3000302@landgren.net>
3504              
3505              Plus some additional comment (also from David) about WHY not to
3506              use ++ in test.pl
3507      Branch: perl
3508            ! t/test.pl
3509 ____________________________________________________________________________
3510 [ 28036] By: merijn                                on 2006/05/01  12:56:54
3511         Log: Subject: Re: [PATCH] fix 27987 for MSVC (was Re: Smoke [5.9.4] 28020 FAIL(m) MSWin32 Win2000 SP4 (x86/1 cpu))
3512              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
3513              Date: Mon, 01 May 2006 21:34:33 +0900
3514              Message-Id: <20060501213249.814E.BQW10602@nifty.com>
3515      Branch: perl
3516            ! win32/config.vc64
3517 ____________________________________________________________________________
3518 [ 28035] By: nicholas                              on 2006/05/01  11:16:13
3519         Log: Re-order one DO_UTF8 to be after the SvPV.
3520      Branch: perl
3521            ! ext/Data/Dumper/Dumper.xs
3522 ____________________________________________________________________________
3523 [ 28034] By: nicholas                              on 2006/04/30  23:08:17
3524         Log: Fix two errors found by Coverity.
3525      Branch: perl
3526            ! pp_sys.c
3527 ____________________________________________________________________________
3528 [ 28033] By: nicholas                              on 2006/04/30  23:02:46
3529         Log: Add a --percentage option to checkAUTHORS.pl to show rankings as
3530              percentages.
3531      Branch: perl
3532            ! Porting/checkAUTHORS.pl
3533 ____________________________________________________________________________
3534 [ 28032] By: nicholas                              on 2006/04/30  22:00:34
3535         Log: Replace a STRLEN no_len; with a _nolen macro call.
3536      Branch: perl
3537            ! pp_pack.c
3538 ____________________________________________________________________________
3539 [ 28031] By: nicholas                              on 2006/04/30  21:27:20
3540         Log: Perl_pack_cat() is a mathom too!
3541      Branch: perl
3542            ! mathoms.c pod/perlapi.pod pp_pack.c
3543 ____________________________________________________________________________
3544 [ 28030] By: nicholas                              on 2006/04/30  20:41:29
3545         Log: One part of pp_pack couldn't correctly handle surprises from UTF-8
3546              overloading.
3547      Branch: perl
3548            ! pp_pack.c t/uni/overload.t
3549 ____________________________________________________________________________
3550 [ 28029] By: nicholas                              on 2006/04/30  19:07:43
3551         Log: do_vop() couldn't correctly handle surprises from UTF-8 overloading.
3552      Branch: perl
3553            ! doop.c t/uni/overload.t
3554 ____________________________________________________________________________
3555 [ 28028] By: nicholas                              on 2006/04/30  17:58:53
3556         Log: We had no tests that covered the grow paths in pp_uc and pp_lc.
3557      Branch: perl
3558            ! t/op/lc.t
3559 ____________________________________________________________________________
3560 [ 28027] By: nicholas                              on 2006/04/30  17:23:44
3561         Log: Dave noticed that change 28022 was wrong - should read is_index
3562              rather than just index.
3563      Branch: perl
3564            ! pp.c
3565 ____________________________________________________________________________
3566 [ 28026] By: merijn                                on 2006/04/30  15:22:12
3567         Log: Subject: [PATCH] fix 27987 for MSVC (was Re: Smoke [5.9.4] 28020 FAIL(m) MSWin32 Win2000 SP4 (x86/1 cpu))
3568              From: Abe Timmerman <abe@ztreet.demon.nl>
3569              Date: Sun, 30 Apr 2006 15:15:24 +0200
3570              Message-Id: <200604301515.24580.abe@ztreet.demon.nl>
3571      Branch: perl
3572            ! win32/config.vc win32/config_H.vc
3573 ____________________________________________________________________________
3574 [ 28025] By: stevep                                on 2006/04/30  14:27:08
3575         Log: I was mistaken.  Borland and gcc do have snprintf() and vsnprintf()
3576              on Win32.
3577      Branch: perl
3578            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
3579            ! win32/config_H.vc64
3580 ____________________________________________________________________________
3581 [ 28024] By: stevep                                on 2006/04/30  13:14:25
3582         Log: OK, Win32 must no have snprintf()/vsnprintf 
3583      Branch: perl
3584            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
3585            ! win32/config_H.vc64
3586 ____________________________________________________________________________
3587 [ 28023] By: davem                                 on 2006/04/30  12:32:09
3588         Log: remove a compiler warning by making HOPBACKc only hop *back*
3589      Branch: perl
3590            ! regexec.c
3591 ____________________________________________________________________________
3592 [ 28022] By: nicholas                              on 2006/04/30  11:14:04
3593         Log: index and rindex couldn't correctly handle surprises from UTF-8
3594              overloading.
3595      Branch: perl
3596            ! pp.c t/lib/warnings/9uninit t/uni/overload.t
3597 ____________________________________________________________________________
3598 [ 28021] By: nicholas                              on 2006/04/30  10:58:11
3599         Log: Document SvGAMAGIC(), and its significance w.r.t. the side effects of
3600              inadvertently calling magic and overloading too often.
3601      Branch: perl
3602            ! pod/perlapi.pod sv.h
3603 ____________________________________________________________________________
3604 [ 28020] By: nicholas                              on 2006/04/29  23:35:52
3605         Log: Coverity disliked us passing a negative length to vsnprintf().
3606      Branch: perl
3607            ! perlio.c
3608 ____________________________________________________________________________
3609 [ 28019] By: nicholas                              on 2006/04/29  23:33:36
3610         Log: syswrite couldn't correctly handle surprises from UTF-8 overloading.
3611              As part of fixing this, syswrite now tries to take advantage of the
3612              UTF-8 cache logic for lengths and offsets on regular scalars.
3613      Branch: perl
3614            ! pp_sys.c t/lib/warnings/9uninit t/uni/overload.t
3615 ____________________________________________________________________________
3616 [ 28018] By: nicholas                              on 2006/04/29  23:32:06
3617         Log: More tests for syswrite with UTF-8 data.
3618      Branch: perl
3619            ! lib/open.t
3620 ____________________________________________________________________________
3621 [ 28017] By: nicholas                              on 2006/04/29  21:54:38
3622         Log: It should never be possible for SvGMAGICAL() to be true on SVt_IV.
3623      Branch: perl
3624            ! doio.c
3625 ____________________________________________________________________________
3626 [ 28016] By: nicholas                              on 2006/04/29  17:38:08
3627         Log: print couldn't correctly handle surprises from UTF-8 overloading.
3628      Branch: perl
3629            ! doio.c t/uni/overload.t
3630 ____________________________________________________________________________
3631 [ 28015] By: nicholas                              on 2006/04/29  17:31:27
3632         Log: Add a cross reference to bytes_from_utf8() in the documentation for
3633              utf8_to_bytes(). Regenerate perlapi.pod.
3634      Branch: perl
3635            ! pod/perlapi.pod utf8.c
3636 ____________________________________________________________________________
3637 [ 28014] By: nicholas                              on 2006/04/29  16:07:31
3638         Log: There were more ways to break uc/lc/ucfirst/lcfirst even without
3639              use 'locale'; so test for them too. Correct the skip count.
3640      Branch: perl
3641            ! t/uni/overload.t
3642 ____________________________________________________________________________
3643 [ 28013] By: nicholas                              on 2006/04/29  15:55:51
3644         Log: lcfirst/ucfist plus an 8 bit locale could mangle UTF-8 values
3645              returned by overloaded stringification.
3646      Branch: perl
3647            ! pp.c t/uni/overload.t
3648 ____________________________________________________________________________
3649 [ 28012] By: nicholas                              on 2006/04/29  14:05:55
3650         Log: uc plus an 8 bit locale could get confused by UTF-8 values returned by
3651              overloaded stringification.
3652      Branch: perl
3653            ! pp.c t/uni/overload.t
3654 ____________________________________________________________________________
3655 [ 28011] By: nicholas                              on 2006/04/29  13:43:26
3656         Log: lc plus an 8 bit locale could mangle UTF-8 values returned by
3657              overloaded stringification.
3658      Branch: perl
3659            ! pp.c t/uni/overload.t
3660 ____________________________________________________________________________
3661 [ 28010] By: stevep                                on 2006/04/29  13:09:18
3662         Log: Subject: [PATCH] more -ansi -pedantic cleanliness
3663              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
3664              Date: Sat, 29 Apr 2006 11:13:24 +0300
3665              Message-ID: <44532024.9070303@gmail.com>
3666      Branch: perl
3667            ! cop.h gv.c regcomp.c regexec.c sv.c toke.c
3668 ____________________________________________________________________________
3669 [ 28009] By: stevep                                on 2006/04/28  20:53:07
3670         Log: Subject: Re: [ANNOUNCE] Module::Build 0.28 -> CPAN
3671              From: "Randy W. Sims" <ml-perl@thepierianspring.org>
3672              Date: Fri, 28 Apr 2006 15:31:55 -0400
3673              Message-ID: <44526DAB.8070408@thepierianspring.org>
3674      Branch: perl
3675            ! lib/Module/Build/ConfigData.pm
3676 ____________________________________________________________________________
3677 [ 28008] By: stevep                                on 2006/04/28  20:40:41
3678         Log: Subject: [PATCH] reduce gcc -ansi -pedantic noise plus a suggestion
3679              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
3680              Date: Fri, 28 Apr 2006 22:58:58 +0300
3681              Message-ID: <44527402.8000506@gmail.com>
3682      Branch: perl
3683            ! doio.c gv.c hv.c op.c pad.c perl.c perl.h perlio.c pp.c
3684            ! pp_ctl.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c sv.c toke.c
3685            ! universal.c utf8.c
3686 ____________________________________________________________________________
3687 [ 28007] By: stevep                                on 2006/04/28  19:14:22
3688         Log: Subject: two [PATCH]es: dVAR for malloc.c, and a signed/unsigned char*
3689              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
3690              Date: Fri, 28 Apr 2006 21:04:59 +0300
3691              Message-ID: <4452594B.4040609@gmail.com>
3692      Branch: perl
3693            ! malloc.c pp.c
3694 ____________________________________________________________________________
3695 [ 28006] By: nicholas                              on 2006/04/28  16:34:14
3696         Log: Fix bug 34297 (length of overloaded UTF-8 strings)
3697      Branch: perl
3698            + t/uni/overload.t
3699            ! MANIFEST pp.c
3700 ____________________________________________________________________________
3701 [ 28005] By: stevep                                on 2006/04/28  16:15:25
3702         Log: Typo in MANIFEST from change #27997.  Mustn't touch Perl before coffee.
3703      Branch: perl
3704            ! MANIFEST
3705 ____________________________________________________________________________
3706 [ 28004] By: stevep                                on 2006/04/28  15:35:37
3707         Log: Added Changes file left out from change #28001.
3708      Branch: perl
3709            ! ext/Cwd/Changes
3710 ____________________________________________________________________________
3711 [ 28003] By: rgs                                   on 2006/04/28  15:29:30
3712         Log: Subject: Merge WinCE and Win32 directories -- Initial patch
3713              From: demerphq <demerphq@gmail.com>
3714              Date: 27-Apr-2006 23:30
3715              Message-ID: <9b18b3110604271430k4de84685jec6535ded195ed94@mail.gmail.com>
3716      Branch: perl
3717            ! win32/config_h.PL win32/dl_win32.xs win32/include/sys/socket.h
3718            ! win32/makeico.pl win32/perlhost.h win32/perllib.c win32/vdir.h
3719            ! win32/vmem.h win32/win32.h
3720 ____________________________________________________________________________
3721 [ 28001] By: stevep                                on 2006/04/28  13:34:39
3722         Log: Upgrade to Pathtools-3.18
3723      Branch: perl
3724            ! ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm
3725            ! lib/File/Spec/VMS.pm lib/File/Spec/t/Spec.t
3726 ____________________________________________________________________________
3727 [ 28000] By: rgs                                   on 2006/04/28  13:33:37
3728         Log: Subject: [PATCH] t/op/defins.pl using test.pl
3729              From: David Landgren <david@landgren.net>
3730              Date: Fri, 28 Apr 2006 14:27:39 +0200
3731              Message-ID: <44520A3B.1080707@landgren.net>
3732      Branch: perl
3733            ! t/op/defins.t
3734 ____________________________________________________________________________
3735 [ 27999] By: rgs                                   on 2006/04/28  13:33:11
3736         Log: Subject: [PATCH] t/op/delete.t using test.pl
3737              From: David Landgren <david@landgren.net>
3738              Date: Fri, 28 Apr 2006 15:03:39 +0200
3739              Message-ID: <445212AB.4080404@landgren.net>
3740      Branch: perl
3741            ! t/op/delete.t
3742 ____________________________________________________________________________
3743 [ 27998] By: rgs                                   on 2006/04/28  13:32:53
3744         Log: Subject: [PATCH] t/op/auto.pl using test.pl
3745              From: David Landgren <david@landgren.net>
3746              Date: Fri, 28 Apr 2006 13:56:30 +0200
3747              Message-ID: <445202EE.6000604@landgren.net>
3748      Branch: perl
3749            ! t/op/auto.t
3750 ____________________________________________________________________________
3751 [ 27997] By: stevep                                on 2006/04/28  13:29:41
3752         Log: Upgrade to Module-Build-0.28
3753      Branch: perl
3754            + lib/Module/Build/API.pod
3755            ! MANIFEST lib/Module/Build.pm lib/Module/Build/Authoring.pod
3756            ! lib/Module/Build/Base.pm lib/Module/Build/Changes
3757            ! lib/Module/Build/Compat.pm lib/Module/Build/Cookbook.pm
3758            ! lib/Module/Build/ModuleInfo.pm
3759            ! lib/Module/Build/Platform/MacOS.pm
3760            ! lib/Module/Build/Platform/VMS.pm
3761            ! lib/Module/Build/Platform/Windows.pm
3762            ! lib/Module/Build/Platform/os2.pm lib/Module/Build/YAML.pm
3763            ! lib/Module/Build/t/bundled/Tie/CPHash.pm
3764            ! lib/Module/Build/t/destinations.t lib/Module/Build/t/extend.t
3765            ! lib/Module/Build/t/mbyaml.t
3766 ____________________________________________________________________________
3767 [ 27995] By: nicholas                              on 2006/04/28  12:48:27
3768         Log: Anton Berezin says that on FreeBSD we're wrong to be using -lc_r, and
3769              should just be using -pthread on the linker line.
3770              This stops the new taint tests looping infinitely. It also seems to
3771              cure the TODO test in posix.t - masked SIGINT is now received.
3772      Branch: perl
3773            ! hints/freebsd.sh
3774 ____________________________________________________________________________
3775 [ 27994] By: rgs                                   on 2006/04/28  12:10:24
3776         Log: Subject: [PATCH] threads - miscellaneous
3777              From: "Jerry D. Hedden" <jerry@hedden.us>
3778              Date: Wed, 26 Apr 2006 11:24:05 -0700
3779              Message-ID: <20060426112405.fb30e530d17747c2b054d625b8945d88.4331e666e7.wbe@email.secureserver.net>
3780      Branch: perl
3781            ! ext/threads/Changes ext/threads/Makefile.PL
3782            ! ext/threads/t/end.t ext/threads/t/join.t ext/threads/t/libc.t
3783            ! ext/threads/t/problems.t ext/threads/threads.xs
3784 ____________________________________________________________________________
3785 [ 27993] By: rgs                                   on 2006/04/28  09:14:17
3786         Log: Subject: [PATCH] t/op/sort.t using test.pl
3787              From: David Landgren <david@landgren.net>
3788              Date: Thu, 27 Apr 2006 18:25:56 +0200
3789              Message-ID: <4450F094.2010907@landgren.net>
3790      Branch: perl
3791            ! t/op/sort.t
3792 ____________________________________________________________________________
3793 [ 27992] By: rgs                                   on 2006/04/28  09:04:36
3794         Log: Subject: [PATCH] Removing another context parm
3795              From: andy@petdance.com (Andy Lester)
3796              Date: Thu, 27 Apr 2006 10:31:56 -0500
3797              Message-ID: <20060427153156.GA11445@petdance.com>
3798      Branch: perl
3799            ! embed.fnc embed.h pp_ctl.c proto.h
3800 ____________________________________________________________________________
3801 [ 27991] By: rgs                                   on 2006/04/28  08:53:51
3802         Log: Subject: [PATCH] t/op/loopctl.t using test.pl
3803              From: David Landgren <david@landgren.net>
3804              Date: Thu, 27 Apr 2006 19:13:28 +0200
3805              Message-ID: <4450FBB8.8070203@landgren.net>
3806      Branch: perl
3807            ! t/op/loopctl.t
3808 ____________________________________________________________________________
3809 [ 27990] By: rgs                                   on 2006/04/28  08:51:09
3810         Log: Subject: [PATCH] dVAR (-DPERL_GLOBAL_STRUCT_PRIVATE) update
3811              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
3812              Date: Thu, 27 Apr 2006 21:18:30 +0300
3813              Message-ID: <44510AF6.6040603@gmail.com>
3814      Branch: perl
3815            ! hv.c perl.h perlio.c sv.c
3816 ____________________________________________________________________________
3817 [ 27989] By: rgs                                   on 2006/04/28  08:41:25
3818         Log: Typo fix in perlretut by Simon Taylor
3819      Branch: perl
3820            ! pod/perlretut.pod
3821 ____________________________________________________________________________
3822 [ 27988] By: rgs                                   on 2006/04/28  07:58:16
3823         Log: Fix typo in function call
3824      Branch: perl
3825            ! perlio.c
3826 ____________________________________________________________________________
3827 [ 27987] By: stevep                                on 2006/04/28  02:12:03
3828         Log: Subject: Re: [PATCH] use snprintf/strlcpy/strlcat when useful
3829              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
3830              Date: Tue, 25 Apr 2006 18:23:39 +0300
3831              Message-ID: <444E3EFB.8020503@gmail.com>
3832      Branch: perl
3833            ! op.c perl.h perlio.c pp_ctl.c regcomp.c sv.c toke.c
3834            ! universal.c util.c
3835 ____________________________________________________________________________
3836 [ 27986] By: davem                                 on 2006/04/27  23:15:02
3837         Log: another REIFY bug
3838      Branch: perl
3839            ! scope.c t/op/local.t
3840 ____________________________________________________________________________
3841 [ 27983] By: stevep                                on 2006/04/27  18:06:12
3842         Log: Upgrade to ExtUtils-Install-1.39
3843      Branch: perl
3844            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
3845            ! lib/ExtUtils/Packlist.pm lib/ExtUtils/t/Install.t
3846            ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/Packlist.t
3847 ____________________________________________________________________________
3848 [ 27982] By: stevep                                on 2006/04/27  17:53:11
3849         Log: Upgrade to Encode-2.15
3850      Branch: perl
3851            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
3852            ! ext/Encode/Unicode/Unicode.xs
3853            ! ext/Encode/lib/Encode/Unicode/UTF7.pm
3854 ____________________________________________________________________________
3855 [ 27976] By: rgs                                   on 2006/04/27  12:29:47
3856         Log: Subject: [PATCH] Removing unused context
3857              From: andy@petdance.com (Andy Lester)
3858              Date: Thu, 27 Apr 2006 00:32:15 -0500
3859              Message-ID: <20060427053215.GA31445@petdance.com>
3860      Branch: perl
3861            ! embed.fnc embed.h proto.h sv.c
3862 ____________________________________________________________________________
3863 [ 27968] By: mhx                                   on 2006/04/26  19:18:09
3864         Log: Change type of temporary padoff_du used in dUNDERBAR
3865              from I32 to PADOFFSET, which is more correct (and fixes
3866              a warning in Devel::PPPort).
3867      Branch: perl
3868            ! XSUB.h
3869 ____________________________________________________________________________
3870 [ 27962] By: rgs                                   on 2006/04/26  07:53:36
3871         Log: Subject: Re: [PATCH] cleanup 212 warnings emitted by gcc-4.2
3872              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
3873              Date: Mon, 24 Apr 2006 23:20:38 +0200
3874              Message-ID: <20060424232038.7550f9b6@r2d2>
3875      Branch: perl
3876            ! deb.c doio.c doop.c dump.c gv.c handy.h
3877            ! lib/ExtUtils/Constant/ProxySubs.pm mg.c op.c patchlevel.h
3878            ! perl.c perlio.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
3879            ! regexec.c scope.h sv.c toke.c util.c
3880 ____________________________________________________________________________
3881 [ 27961] By: rgs                                   on 2006/04/26  07:38:38
3882         Log: Subject: [PATCH] threads - consolidate XS functions
3883              From: "Jerry D. Hedden" <jerry@hedden.us>
3884              Date: Tue, 25 Apr 2006 07:50:05 -0700
3885              Message-ID: <20060425075005.fb30e530d17747c2b054d625b8945d88.e23f2fed42.wbe@email.secureserver.net>
3886      Branch: perl
3887            ! ext/threads/threads.pm ext/threads/threads.xs
3888 ____________________________________________________________________________
3889 [ 27960] By: steveh                                on 2006/04/25  16:23:38
3890         Log: Make Module-Build aware of new Test-Harness output
3891              
3892              See also:
3893              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-04/msg00755.html
3894      Branch: perl
3895            ! lib/Module/Build/t/compat.t
3896 ____________________________________________________________________________
3897 [ 27959] By: nicholas                              on 2006/04/25  12:51:40
3898         Log: Coverity has started to notice another inconsistency in our NULL
3899              pointer checking.
3900      Branch: perl
3901            ! pp_ctl.c
3902 ____________________________________________________________________________
3903 [ 27958] By: rgs                                   on 2006/04/25  08:41:38
3904         Log: Subject: [PATCH] use NOOP macro
3905              From: andy@petdance.com (Andy Lester)
3906              Date: Mon, 24 Apr 2006 13:44:51 -0500
3907              Message-ID: <20060424184451.GA1479@petdance.com>
3908      Branch: perl
3909            ! gv.c gv.h hv.c op.c pad.c perl.h perlio.c pp.c pp_ctl.c
3910            ! pp_hot.c regcomp.c regexec.c sv.c toke.c utf8.c
3911 ____________________________________________________________________________
3912 [ 27957] By: rgs                                   on 2006/04/25  08:35:22
3913         Log: Subject: [PATCH] Continuing threads sync
3914              From: "Jerry D. Hedden" <jerry@hedden.us>
3915              Date: Mon, 24 Apr 2006 13:00:23 -0700
3916              Message-ID: <20060424130023.fb30e530d17747c2b054d625b8945d88.969ed54130.wbe@email.secureserver.net>
3917      Branch: perl
3918            ! ext/threads/t/free.t ext/threads/threads.pm
3919            ! ext/threads/threads.xs
3920 ____________________________________________________________________________
3921 [ 27956] By: nicholas                              on 2006/04/24  16:38:09
3922         Log: Perl_unpack_str() is a mathom!
3923      Branch: perl
3924            ! mathoms.c pp_pack.c
3925 ____________________________________________________________________________
3926 [ 27955] By: stevep                                on 2006/04/24  16:31:24
3927         Log: Really bump the version of File::Find.
3928      Branch: perl
3929            ! lib/File/Find.pm
3930 ____________________________________________________________________________
3931 [ 27954] By: stevep                                on 2006/04/24  16:29:59
3932         Log: Reverting change #27953, as it appears that File::Find has 
3933              localized the C<$_> usable by the wanted function since 
3934              version 1.04 (change #18501, to be exact).  Update the 
3935              docs to express this change.  Finally, bump the version.
3936      Branch: perl
3937            ! lib/File/Find.pm
3938 ____________________________________________________________________________
3939 [ 27953] By: stevep                                on 2006/04/24  15:27:39
3940         Log: Subject: Re: [perl #38965] File::Find documentation - is "Don't modify thesevariables" still valid?
3941              From: David Landgren <david@landgren.net>
3942              Date: Mon, 24 Apr 2006 13:02:02 +0200
3943              Message-ID: <444CB02A.2000604@landgren.net>
3944      Branch: perl
3945            ! lib/File/Find.pm
3946 ____________________________________________________________________________
3947 [ 27952] By: nicholas                              on 2006/04/24  13:21:09
3948         Log: Subject: Re: recursion now removed from the regex engine
3949              From: demerphq <demerphq@gmail.com>
3950              Message-ID: <9b18b3110604231210w5deff59el3a1a79c98f34e0fd@mail.gmail.com>
3951              Date: Sun, 23 Apr 2006 21:10:34 +0200
3952      Branch: perl
3953            ! regcomp.sym regnodes.h
3954 ____________________________________________________________________________
3955 [ 27951] By: rgs                                   on 2006/04/24  12:15:58
3956         Log: Subject: [perl #38709] Opening '|-' triggers unjustified taint check 
3957              From: mhasch@cpan.org (via RT) <perlbug-followup@perl.org>
3958              Date: Fri, 10 Mar 2006 20:10:49 -0800
3959              Message-ID: <rt-3.0.11-38709-130993.2.89182805885773@perl.org>
3960      Branch: perl
3961            ! doio.c t/op/taint.t
3962 ____________________________________________________________________________
3963 [ 27950] By: rgs                                   on 2006/04/24  11:59:25
3964         Log: Add regression test for bug #38475
3965      Branch: perl
3966            + t/op/attrhand.t
3967            ! MANIFEST
3968 ____________________________________________________________________________
3969 [ 27949] By: nicholas                              on 2006/04/24  10:52:09
3970         Log: Change 27947 forgot to remove one now-unneeded cast.
3971      Branch: perl
3972            ! sv.c
3973 ____________________________________________________________________________
3974 [ 27948] By: rgs                                   on 2006/04/24  10:33:34
3975         Log: Subject: [perl #38475] attribute multiline fix (in tokenizer) 
3976              From: bas@quarantainenet.nl (via RT) <perlbug-followup@perl.org>
3977              Date: Thu, 09 Feb 2006 06:33:51 -0800
3978              Message-ID: <rt-3.0.11-38475-129844.11.5904582303176@perl.org>
3979      Branch: perl
3980            ! toke.c
3981 ____________________________________________________________________________
3982 [ 27947] By: nicholas                              on 2006/04/24  09:40:58
3983         Log: Following change 27942 it's clear that the return type of
3984              glob_2inpuv_number() should change. Rename it and glob_2inpuv() to
3985              reflect what they do.
3986      Branch: perl
3987            ! embed.fnc embed.h proto.h sv.c
3988 ____________________________________________________________________________
3989 [ 27946] By: rgs                                   on 2006/04/24  08:08:03
3990         Log: Cleanup some gcc warnings
3991              Third and fourth patches from:
3992              Subject: Re: [PATCH] cleanup 212 warnings emitted by gcc-4.2
3993              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
3994              Date: Sun, 23 Apr 2006 04:47:04 +0200
3995              Message-ID: <20060423044704.6a383ee8@r2d2>
3996      Branch: perl
3997            ! mg.c perl.h toke.c
3998 ____________________________________________________________________________
3999 [ 27945] By: rgs                                   on 2006/04/24  08:04:11
4000         Log: A couple of casts to PADOFFSET.
4001              2nd patch from :
4002              Subject: Re: [PATCH] cleanup 212 warnings emitted by gcc-4.2
4003              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
4004              Date: Sun, 23 Apr 2006 04:47:04 +0200
4005              Message-ID: <20060423044704.6a383ee8@r2d2>
4006      Branch: perl
4007            ! op.c pad.c pp.c toke.c
4008 ____________________________________________________________________________
4009 [ 27944] By: rgs                                   on 2006/04/24  08:01:32
4010         Log: Ensure GvNAME doesn't return NULL
4011              First patch from :
4012              Subject: Re: [PATCH] cleanup 212 warnings emitted by gcc-4.2
4013              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
4014              Date: Sun, 23 Apr 2006 04:47:04 +0200
4015              Message-ID: <20060423044704.6a383ee8@r2d2>
4016      Branch: perl
4017            ! embed.fnc gv.c gv.h proto.h
4018 ____________________________________________________________________________
4019 [ 27943] By: rgs                                   on 2006/04/24  07:39:23
4020         Log: Subject: [PATCH] doop.c consting, take 2
4021              From: andy@petdance.com (Andy Lester)
4022              Date: Sun, 23 Apr 2006 20:45:09 -0500
4023              Message-ID: <20060424014509.GA29642@petdance.com>
4024      Branch: perl
4025            ! doop.c embed.fnc proto.h
4026 ____________________________________________________________________________
4027 [ 27942] By: rgs                                   on 2006/04/24  07:27:33
4028         Log: Subject: [PATCH] Refactor S_glob_2inpuv
4029              From: andy@petdance.com (Andy Lester)
4030              Date: Sun, 23 Apr 2006 21:12:39 -0500
4031              Message-ID: <20060424021239.GA5449@petdance.com>
4032      Branch: perl
4033            ! embed.fnc embed.h proto.h sv.c
4034 ____________________________________________________________________________
4035 [ 27941] By: rgs                                   on 2006/04/24  07:14:49
4036         Log: Subject: [PATCH] Inlining static funcs in perl.c
4037              From: andy@petdance.com (Andy Lester)
4038              Date: Sun, 23 Apr 2006 21:50:27 -0500
4039              Message-ID: <20060424025027.GA25998@petdance.com>
4040      Branch: perl
4041            ! embed.fnc embed.h perl.c proto.h
4042 ____________________________________________________________________________
4043 [ 27940] By: nicholas                              on 2006/04/23  20:48:25
4044         Log: Assimilate Test::Harness 2.57_06
4045      Branch: perl
4046            ! lib/Test/Harness.pm lib/Test/Harness/Changes
4047            ! lib/Test/Harness/Straps.pm lib/Test/Harness/bin/prove
4048            ! lib/Test/Harness/t/version.t
4049 ____________________________________________________________________________
4050 [ 27939] By: stevep                                on 2006/04/22  23:08:50
4051         Log: Subject: Update to AUTHORS file
4052              From: Joshua Rodd <joshua@rodd.us>
4053              Date: Sat, 22 Apr 2006 14:39:11 -0400
4054              Message-ID: <20060422183911.GA19435@rodd.us>
4055      Branch: perl
4056            ! AUTHORS
4057 ____________________________________________________________________________
4058 [ 27938] By: nicholas                              on 2006/04/22  09:31:16
4059         Log: "Don't Repeat Yourself" on the "We *really* need to overwrite these
4060              symbols" section.
4061              Minor tweaks to make it possible to use the code unchanged with 5.8.x
4062      Branch: perl
4063            + ext/re/re_comp.h ext/re/re_top.h
4064            ! MANIFEST regcomp.c regexec.c
4065 ____________________________________________________________________________
4066 [ 27937] By: nicholas                              on 2006/04/21  23:08:59
4067         Log: Remove the enable_debugging member from the structure, and instead
4068              decree that state & 1 indicates debugging. This is simpler.
4069      Branch: perl
4070            ! ext/re/re.xs
4071 ____________________________________________________________________________
4072 [ 27936] By: nicholas                              on 2006/04/21  21:40:49
4073         Log: Use a struct to hold the regexp engine state information, to make
4074              swapping possible between more two alternatives.
4075      Branch: perl
4076            ! ext/re/re.xs
4077 ____________________________________________________________________________
4078 [ 27935] By: nicholas                              on 2006/04/21  21:01:42
4079         Log: Merge the install and uninstall routines.
4080      Branch: perl
4081            ! ext/re/re.pm ext/re/re.xs
4082 ____________________________________________________________________________
4083 [ 27934] By: nicholas                              on 2006/04/21  20:38:15
4084         Log: Refactor re.pm slightly. This has no change to documented behaviour,
4085              but anyone mad enought to set ${^RE_DEBUG_FLAGS} and then do
4086              no re 'Debug'; will now find that it will load the debuging version of
4087              the regexp engine.
4088      Branch: perl
4089            ! ext/re/re.pm
4090 ____________________________________________________________________________
4091 [ 27933] By: rgs                                   on 2006/04/21  15:55:38
4092         Log: Subject: [PATCH] Rework threads destruct call
4093              From: "Jerry D. Hedden" <jerry@hedden.us>
4094              Date: Thu, 20 Apr 2006 13:53:20 -0700
4095              Message-ID: <20060420135320.fb30e530d17747c2b054d625b8945d88.ef565d84db.wbe@email.secureserver.net>
4096      Branch: perl
4097            + ext/threads/t/free.t ext/threads/t/free2.t
4098            ! MANIFEST ext/threads/threads.xs
4099 ____________________________________________________________________________
4100 [ 27932] By: rgs                                   on 2006/04/21  13:01:09
4101         Log: Subject: Re: [perl #38904] Text::ParseWords doesn't always handle backslashes correctly 
4102              From: Alexey Toptygin <alexeyt@freeshell.org>
4103              Date: Thu, 20 Apr 2006 15:42:20 +0000 (UTC)
4104              Message-ID: <Pine.NEB.4.62.0604201539380.20332@otaku.freeshell.org>
4105      Branch: perl
4106            ! lib/Text/ParseWords.pm lib/Text/ParseWords.t
4107 ____________________________________________________________________________
4108 [ 27931] By: nicholas                              on 2006/04/21  12:46:43
4109         Log: Why hide functions (and duplicate them) when you can just avoid
4110              compiling them in the first place?
4111      Branch: perl
4112            ! regcomp.c regexec.c
4113 ____________________________________________________________________________
4114 [ 27930] By: nicholas                              on 2006/04/21  11:38:24
4115         Log: Given that use re 'debug' can turn on DEBUGGING even on a non-DEBUGGING
4116              build, we cannot assume that PL_reg_starttry isn't needed. So copy it
4117              in Perl_ss_dup.
4118      Branch: perl
4119            ! sv.c
4120 ____________________________________________________________________________
4121 [ 27927] By: nicholas                              on 2006/04/20  21:27:21
4122         Log: Remove the last traces of explicitly setting HINT_LOCALIZE_HH from
4123              perl modules.
4124      Branch: perl
4125            ! lib/charnames.pm lib/open.pm lib/open.t lib/overload.pm
4126 ____________________________________________________________________________
4127 [ 27925] By: stevep                                on 2006/04/20  20:55:09
4128         Log: Subject: Re: TODO tests and test::harness
4129              From: demerphq <demerphq@gmail.com>
4130              Date: Thu, 20 Apr 2006 22:36:08 +0200
4131              Message-ID: <9b18b3110604201336k5a974f28h732a2819853b995@mail.gmail.com>
4132      Branch: perl
4133            ! lib/Test/Harness.pm lib/Test/Harness/t/version.t
4134 ____________________________________________________________________________
4135 [ 27923] By: rgs                                   on 2006/04/20  20:24:46
4136         Log: Add test boilerplate and use test.pl instead of Test::More
4137      Branch: perl
4138            ! t/op/rxcode.t
4139 ____________________________________________________________________________
4140 [ 27922] By: rgs                                   on 2006/04/20  20:22:23
4141         Log: Add new tests for bug #32840 provided by David Landgren,
4142              as a new file rxcode.t (they mostly test $^R for now)
4143      Branch: perl
4144            + t/op/rxcode.t
4145            ! MANIFEST
4146 ____________________________________________________________________________
4147 [ 27919] By: nicholas                              on 2006/04/20  18:51:02
4148         Log: Tweak change 23256 to continue passing on 5.8.x
4149      Branch: perl
4150            ! lib/base/t/fields.t
4151 ____________________________________________________________________________
4152 [ 27918] By: nicholas                              on 2006/04/20  17:37:31
4153         Log: Convert two ok()s to better constructions.
4154      Branch: perl
4155            ! lib/base/t/fields.t
4156 ____________________________________________________________________________
4157 [ 27917] By: rgs                                   on 2006/04/20  17:25:43
4158         Log: Subject: [REPOST] [PATCH] Remove superfluous counter in threads
4159              From: "Jerry D. Hedden" <jerry@hedden.us>
4160              Date: Wed, 19 Apr 2006 05:32:14 -0700
4161              Message-ID: <20060419053214.fb30e530d17747c2b054d625b8945d88.4606123135.wbe@email.secureserver.net>
4162      Branch: perl
4163            ! ext/threads/threads.pm ext/threads/threads.xs
4164 ____________________________________________________________________________
4165 [ 27913] By: nicholas                              on 2006/04/20  13:54:45
4166         Log: Fix typo in the description of change 21323.
4167      Branch: perl
4168            ! Changes
4169 ____________________________________________________________________________
4170 [ 27912] By: rgs                                   on 2006/04/20  12:59:50
4171         Log: New test for the "Assignment to both a list and a scalar" error,
4172              suggested by Stephen McCamant
4173      Branch: perl
4174            ! t/comp/parser.t
4175 ____________________________________________________________________________
4176 [ 27911] By: davem                                 on 2006/04/20  12:33:09
4177         Log: regmatch(): raplace magic value -1000 with symbolic CHRTEST_VOID
4178      Branch: perl
4179            ! regexec.c
4180 ____________________________________________________________________________
4181 [ 27910] By: rgs                                   on 2006/04/20  10:02:25
4182         Log: Subject: [PATCH] op_type shrinking
4183              From: andy@petdance.com (Andy Lester)
4184              Date: Wed, 19 Apr 2006 23:16:53 -0500
4185              Message-ID: <20060420041653.GA28523@petdance.com>
4186      Branch: perl
4187            ! dump.c sv.c
4188 ____________________________________________________________________________
4189 [ 27909] By: rgs                                   on 2006/04/20  09:35:00
4190         Log: Subject: [PATCH] regexec consting & localizing
4191              From: andy@petdance.com (Andy Lester)
4192              Date: Wed, 19 Apr 2006 12:35:43 -0500
4193              Message-ID: <20060419173543.GA8268@petdance.com>
4194      Branch: perl
4195            ! regexec.c
4196 ____________________________________________________________________________
4197 [ 27908] By: rgs                                   on 2006/04/20  09:04:46
4198         Log: Subject: [PATCH] Localizing vars
4199              From: andy@petdance.com (Andy Lester)
4200              Date: Wed, 19 Apr 2006 23:44:01 -0500
4201              Message-ID: <20060420044401.GA2792@petdance.com>
4202      Branch: perl
4203            ! util.c
4204 ____________________________________________________________________________
4205 [ 27907] By: davem                                 on 2006/04/20  00:30:53
4206         Log: regmatch: merge the greedy and non-greedy branches of CURLYM
4207      Branch: perl
4208            ! regexec.c regexp.h
4209 ____________________________________________________________________________
4210 [ 27906] By: stevep                                on 2006/04/19  16:40:56
4211         Log: Subject: [perl #38892] PATCH: remove spurious warning from Benchmark.pm
4212              From: Linda Walsh (via RT) <perlbug-followup@perl.org>
4213              Date: Mon, 10 Apr 2006 18:53:46 -0700
4214              Message-ID: <rt-3.0.11-38892-132143.0.516271519365361@perl.org>
4215      Branch: perl
4216            ! lib/Benchmark.pm
4217 ____________________________________________________________________________
4218 [ 27905] By: stevep                                on 2006/04/19  16:32:26
4219         Log: Changes to perlfaq8 "How do I find out if I'm running interactively 
4220              or not?" suggested by Slaven Rezic in RT #38901: perlfaq8 correction
4221      Branch: perl
4222            ! pod/perlfaq8.pod
4223 ____________________________________________________________________________
4224 [ 27904] By: stevep                                on 2006/04/19  14:57:36
4225         Log: Add a TODO test for RT #1085: "what should be output of perl -we
4226              'print do { foreach (1, 2) { 1; } }'"
4227      Branch: perl
4228            ! t/cmd/for.t
4229 ____________________________________________________________________________
4230 [ 27903] By: davem                                 on 2006/04/19  13:56:07
4231         Log: regmatch(): make IFMATCH use PUSH_STACK rather than fake recursion
4232      Branch: perl
4233            ! regexec.c regexp.h t/op/re_tests
4234 ____________________________________________________________________________
4235 [ 27902] By: rgs                                   on 2006/04/19  11:38:11
4236         Log: Upgrade to Test::Harness 2.57_05
4237      Branch: perl
4238            + lib/Test/Harness/Util.pm
4239            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Assert.pm
4240            ! lib/Test/Harness/Changes lib/Test/Harness/Point.pm
4241            ! lib/Test/Harness/Straps.pm lib/Test/Harness/TAP.pod
4242            ! lib/Test/Harness/bin/prove lib/Test/Harness/t/inc_taint.t
4243            ! lib/Test/Harness/t/prove-globbing.t
4244            ! lib/Test/Harness/t/prove-switches.t lib/Test/Harness/t/strap.t
4245            ! lib/Test/Harness/t/test-harness.t
4246 ____________________________________________________________________________
4247 [ 27901] By: nicholas                              on 2006/04/19  11:20:08
4248         Log: newCONSTSUB needs to be robust in case CopFILE is NULL.
4249      Branch: perl
4250            ! op.c
4251 ____________________________________________________________________________
4252 [ 27900] By: nicholas                              on 2006/04/19  09:58:19
4253         Log: Oops. Need a macro to convert cv_ckproto() to cv_ckproto_len().
4254      Branch: perl
4255            ! op.h
4256 ____________________________________________________________________________
4257 [ 27899] By: rgs                                   on 2006/04/19  09:34:48
4258         Log: There's a macro to get ${^RE_DEBUG_FLAGS} when debugging,
4259              so use it (and this fixes a valgrind memory access error)
4260      Branch: perl
4261            ! regcomp.c
4262 ____________________________________________________________________________
4263 [ 27898] By: nicholas                              on 2006/04/19  09:22:03
4264         Log: Avoid temporarily writing over the prototype when reporting an error.
4265              (And beef up the relevant tests to really check that it all works).
4266      Branch: perl
4267            ! op.c t/comp/proto.t
4268 ____________________________________________________________________________
4269 [ 27897] By: rgs                                   on 2006/04/19  09:09:14
4270         Log: Replace some Copy() by Move() calls, because valgrind reports
4271              we can have overlapping memory areas here
4272      Branch: perl
4273            ! doop.c
4274 ____________________________________________________________________________
4275 [ 27896] By: nicholas                              on 2006/04/19  08:42:18
4276         Log: Calling cv_undef() on the CV created by newCONSTSUB() would leak like
4277              a Jumblie's preferred maritime craft. To free CvFILE for this case,
4278              take advantage of the 0 length prototype that will also be there,
4279              and hang it from the prototype. To do this properly means changing
4280              code to actually pay attention to SvCUR() on prototypes. It turns out
4281              that we always know the length of the prototype string, so this may
4282              be faster. Certainly, it's a memory saving (even ignoring the leak).
4283      Branch: perl
4284            ! dump.c embed.fnc embed.h global.sym mathoms.c op.c
4285            ! pod/perlapi.pod proto.h sv.c util.c
4286 ____________________________________________________________________________
4287 [ 27895] By: nicholas                              on 2006/04/19  07:55:18
4288         Log: Fix compilation of microperl, which doesn't have INT_MAX.
4289      Branch: perl
4290            ! toke.c
4291 ____________________________________________________________________________
4292 [ 27894] By: nicholas                              on 2006/04/18  19:52:19
4293         Log: Revert 27869 at Jarkko's request.
4294      Branch: perl
4295            ! regcomp.c
4296 ____________________________________________________________________________
4297 [ 27893] By: davem                                 on 2006/04/18  17:03:15
4298         Log: regmatch: fix a || vs | typo in CACHEsayYES and add a test from Hugo.
4299              Also defer altering the cache bit until CACHEsayYES/NO is called
4300      Branch: perl
4301            ! regexec.c t/op/re_tests
4302 ____________________________________________________________________________
4303 [ 27892] By: stevep                                on 2006/04/18  16:47:58
4304         Log: Add a TODO regarding merging the win32 and wince codebases.
4305      Branch: perl
4306            ! pod/perltodo.pod
4307 ____________________________________________________________________________
4308 [ 27891] By: rgs                                   on 2006/04/18  16:05:15
4309         Log: When checking whether perl is built with -g in optimisation
4310              flags, use a more tolerant regexp, because we can now have
4311              things like '-O2 -g'.
4312      Branch: perl
4313            ! Makefile.SH
4314 ____________________________________________________________________________
4315 [ 27890] By: nicholas                              on 2006/04/18  16:03:10
4316         Log: Expand "am I hot or not" into a more general "Profile Perl" section.
4317      Branch: perl
4318            ! pod/perltodo.pod
4319 ____________________________________________________________________________
4320 [ 27889] By: stevep                                on 2006/04/18  15:47:48
4321         Log: A fix to change #27845 to get it to compile with -DPERL_MAD.
4322      Branch: perl
4323            ! dump.c
4324 ____________________________________________________________________________
4325 [ 27888] By: steveh                                on 2006/04/18  15:17:52
4326         Log: Subject: [PATCH] win32/Makefile changes for Windows 64 bit
4327              From: "Jan Dubois" <jand@ActiveState.com>
4328              Date: Mon, 17 Apr 2006 01:48:34 -0700
4329              Message-ID: <036401c661fb$bc7a1200$2217a8c0@candy>
4330              
4331              and make similar changes to win32/makefile.mk
4332              and delete a spurious extra line from that file
4333      Branch: perl
4334            ! win32/Makefile win32/makefile.mk
4335 ____________________________________________________________________________
4336 [ 27887] By: rgs                                   on 2006/04/18  14:02:23
4337         Log: Addition to README.riscos suggested by Nicholas
4338      Branch: perl
4339            ! README.riscos
4340 ____________________________________________________________________________
4341 [ 27886] By: nicholas                              on 2006/04/18  13:18:27
4342         Log: Note that Rafael has done the first cut of state variables.
4343              Document that UTF-8 cleansing the tokeniser and the pads is TODO.
4344      Branch: perl
4345            ! pod/perltodo.pod
4346 ____________________________________________________________________________
4347 [ 27885] By: nicholas                              on 2006/04/18  13:10:35
4348         Log: Relocatable @INC and parallel builds pretty much work now.
4349      Branch: perl
4350            ! pod/perltodo.pod
4351 ____________________________________________________________________________
4352 [ 27884] By: rgs                                   on 2006/04/18  12:48:31
4353         Log: Subject: [PATCH] Support compiling for RISC OS
4354              From: Alex Waugh <alex@alexwaugh.com>
4355              Date: Mon, 17 Apr 2006 00:14:26 +0100
4356              Message-ID: <2498b2184e.ajw498@caramel.cp15.org>
4357      Branch: perl
4358            + README.riscos hints/riscos.sh
4359            ! MANIFEST ext/Errno/Errno_pm.PL hv.c util.c
4360 ____________________________________________________________________________
4361 [ 27883] By: nicholas                              on 2006/04/18  11:18:12
4362         Log: Coverity still thinks that there is a route through do_vop that can
4363              leak resources. I believe that it's spotted that you can skip all the
4364              cases in the switch. Plug that hole.
4365      Branch: perl
4366            ! doop.c
4367 ____________________________________________________________________________
4368 [ 27882] By: nicholas                              on 2006/04/18  10:54:15
4369         Log: Coverity insists that if we deference a pointer without checking, and
4370              subsequently check that same pointer before deferencing it, something
4371              in our code or our logic is bogus. So assert() that it's safe the
4372              first time and remove the second check.
4373      Branch: perl
4374            ! regcomp.c
4375 ____________________________________________________________________________
4376 [ 27881] By: nicholas                              on 2006/04/17  20:50:34
4377         Log: Fix an error, spotted by Tim Bunce.
4378      Branch: perl
4379            ! pod/perlfunc.pod
4380 ____________________________________________________________________________
4381 [ 27880] By: nicholas                              on 2006/04/17  20:41:00
4382         Log: Coderefs in @INC are done and documented.
4383      Branch: perl
4384            ! pod/perltodo.pod
4385 ____________________________________________________________________________
4386 [ 27879] By: nicholas                              on 2006/04/17  20:35:52
4387         Log: Document all the return values that code references in @INC can return.
4388      Branch: perl
4389            ! pod/perlfunc.pod
4390 ____________________________________________________________________________
4391 [ 27878] By: stevep                                on 2006/04/17  20:05:03
4392         Log: Patch to fix RT #31227: perldoc -f, -q ignores extra arguments with no notice.
4393              Never made it to the mailing list though, so, was never found.  Patch
4394              previously provided to the Pod-Perldoc CPAN RT queue.
4395      Branch: perl
4396            ! lib/Pod/Perldoc.pm
4397 ____________________________________________________________________________
4398 [ 27877] By: nicholas                              on 2006/04/17  19:12:23
4399         Log: Coverity is upset about a signed int in ext/Filter/Util/Call/Call.xs,
4400              but the real problem is down in Perl_filter_read() in toke.c.
4401      Branch: perl
4402            ! toke.c
4403 ____________________________________________________________________________
4404 [ 27876] By: nicholas                              on 2006/04/17  18:30:59
4405         Log: Coverity is a persistent beast. Hot on the tails of fixing one leak,
4406              it notices a slightly earlier leak.
4407              (Which also suggests that marking bugs as RESOLVED isn't a great plan,
4408              as it's not clear whether that calls off the dogs of war. I'd much
4409              prefer it to be forced to scan again, and give a positve "all clear"
4410              (or more accurately "nowt wrong I can see with that"))
4411      Branch: perl
4412            ! ext/Storable/Storable.xs
4413 ____________________________________________________________________________
4414 [ 27875] By: nicholas                              on 2006/04/17  16:52:54
4415         Log: Turn on UTF8 cache assertions with -Ca
4416      Branch: perl
4417            ! locale.c perl.c perl.h pod/perlrun.pod util.c
4418 ____________________________________________________________________________
4419 [ 27874] By: nicholas                              on 2006/04/17  16:52:07
4420         Log: Oops. Change 27826 had an error in the definition of BGET_PADOFFSET().
4421      Branch: perl
4422            ! ext/ByteLoader/bytecode.h
4423 ____________________________________________________________________________
4424 [ 27873] By: stevep                                on 2006/04/17  16:49:51
4425         Log: Upgrade to CGI.pm-3.19.
4426      Branch: perl
4427            ! lib/CGI.pm lib/CGI/Changes
4428 ____________________________________________________________________________
4429 [ 27872] By: nicholas                              on 2006/04/17  15:33:21
4430         Log: Note that PVIOs probably aren't worth shrinking. Note 3 possible
4431              subflags for -C if the two Unicode TODOs are done.
4432      Branch: perl
4433            ! pod/perlrun.pod pod/perltodo.pod
4434 ____________________________________________________________________________
4435 [ 27871] By: nicholas                              on 2006/04/17  15:11:03
4436         Log: Subject: Re: [PATCH] update to pp_complement() via Coverity
4437              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
4438              Message-Id: <20060416184044.4ADB.BQW10602@nifty.com>
4439              Date: Sun, 16 Apr 2006 18:45:37 +0900
4440              
4441              Subject: Re: [PATCH] update to pp_complement() via Coverity
4442              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
4443              Message-Id: <20060417230614.20A5.BQW10602@nifty.com>
4444              Date: Mon, 17 Apr 2006 23:06:21 +0900
4445      Branch: perl
4446            ! pp.c t/op/bop.t
4447 ____________________________________________________________________________
4448 [ 27870] By: nicholas                              on 2006/04/17  14:48:13
4449         Log: In Change 27764 I forgot to at PL_hints_mutex to the list of symbols to
4450              exclude when not compiling with ithreads. It would be good to automate
4451              the processing of this.
4452      Branch: perl
4453            ! makedef.pl
4454 ____________________________________________________________________________
4455 [ 27869] By: nicholas                              on 2006/04/17  13:38:30
4456         Log: Subject: [PATCH] (tentative) regcomp.c: try convincing Coverity that data ptr in study_chunk is non-NULL when needed
4457              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
4458              Message-Id: <20060416092648.812D36CF2D@aprikoosi.hut.fi>
4459              Date: Sun, 16 Apr 2006 12:26:48 +0300 (EEST)
4460      Branch: perl
4461            ! regcomp.c
4462 ____________________________________________________________________________
4463 [ 27868] By: nicholas                              on 2006/04/17  13:15:34
4464         Log: Note in av_store() that S_regclass relies on being able to pass NULL.
4465      Branch: perl
4466            ! av.c
4467 ____________________________________________________________________________
4468 [ 27867] By: nicholas                              on 2006/04/17  13:14:55
4469         Log: Add assertions to cover cases where the Coverity scanner thinks we
4470              could are deferencing a NULL pointer, but we think it missed something
4471              it should have been capable of figuring out.
4472      Branch: perl
4473            ! hv.c op.c
4474 ____________________________________________________________________________
4475 [ 27866] By: nicholas                              on 2006/04/17  12:48:43
4476         Log: Add Dave's explainations of why certain pointers are always non-NULL,
4477              and assert() that it is true.
4478      Branch: perl
4479            ! regexec.c
4480 ____________________________________________________________________________
4481 [ 27865] By: stevep                                on 2006/04/17  12:30:08
4482         Log: Subject: [PATCH] fix cygwin build
4483              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
4484              Date: Sun, 16 Apr 2006 18:05:20 -0700
4485              Message-ID: <20060417010520.GA2888@efn.org>
4486      Branch: perl
4487            ! cygwin/Makefile.SHs
4488 ____________________________________________________________________________
4489 [ 27863] By: merijn                                on 2006/04/17  12:18:07
4490         Log: Support for -DDEBUGGING and its alias -DEBUGGING
4491      Branch: perl
4492            ! Configure INSTALL config_h.SH
4493 ____________________________________________________________________________
4494 [ 27862] By: nicholas                              on 2006/04/17  12:07:23
4495         Log: Revert change 27818, as change 27853 fixes the real bug.
4496      Branch: perl
4497            ! sv.c
4498 ____________________________________________________________________________
4499 [ 27861] By: stevep                                on 2006/04/17  11:53:04
4500         Log: Subject: [PATCH] Compress::Zlib
4501              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
4502              Date: Mon, 17 Apr 2006 10:58:30 +0100
4503              Message-ID: <019b01c66205$7dc7ea50$6601a8c0@myopwv.com>
4504      Branch: perl
4505            ! ext/Compress/Zlib/lib/Compress/Zlib.pm
4506            ! ext/Compress/Zlib/t/14gzopen.t
4507 ____________________________________________________________________________
4508 [ 27860] By: nicholas                              on 2006/04/17  11:39:27
4509         Log: Subject: [PATCH] pp_ctl.c caching
4510              From: andy@petdance.com (Andy Lester)
4511              Message-ID: <20060417044035.GA28818@petdance.com>
4512              Date: Sun, 16 Apr 2006 23:40:35 -0500
4513      Branch: perl
4514            ! pp_ctl.c
4515 ____________________________________________________________________________
4516 [ 27859] By: nicholas                              on 2006/04/17  11:37:38
4517         Log: Subject: [PATCH] dooop.c: the strong asserts in Sv* macros could cause memory leakage -- move the macro calls earlier (Coverity CID 84)
4518              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
4519              Message-Id: <20060417071937.C13346CF2D@aprikoosi.hut.fi>
4520              Date: Mon, 17 Apr 2006 10:19:37 +0300 (EEST)
4521      Branch: perl
4522            ! doop.c
4523 ____________________________________________________________________________
4524 [ 27857] By: nicholas                              on 2006/04/17  10:28:40
4525         Log: Revert 27856.
4526      Branch: perl
4527            ! doop.c
4528 ____________________________________________________________________________
4529 [ 27856] By: nicholas                              on 2006/04/17  10:24:58
4530         Log: The danger of piping an mbox to patch is that it contains more than
4531              one message. So both:
4532              
4533              Subject: [PATCH] doop.c: one more code path where memory could leak (Coverity)
4534              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
4535              Message-Id: <20060416081925.680336CF2D@aprikoosi.hut.fi>
4536              Date: Sun, 16 Apr 2006 11:19:25 +0300 (EEST)
4537              
4538              and
4539              
4540              Subject: [PATCH] doop.c: one more code path where memory could leak (Coverity)
4541              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
4542              Message-Id: <20060416081925.680336CF2D@aprikoosi.hut.fi>
4543              Date: Sun, 16 Apr 2006 11:19:25 +0300 (EEST)
4544      Branch: perl
4545            ! doop.c
4546 ____________________________________________________________________________
4547 [ 27855] By: davem                                 on 2006/04/16  23:30:36
4548         Log: generalize the 'continue on success' mechanism of deferred REs
4549      Branch: perl
4550            ! regexec.c regexp.h
4551 ____________________________________________________________________________
4552 [ 27854] By: davem                                 on 2006/04/16  23:12:31
4553         Log: abstract regmatch slab access with SLAB_FIRST and SLAB_LAST macros
4554      Branch: perl
4555            ! regexec.c
4556 ____________________________________________________________________________
4557 [ 27853] By: davem                                 on 2006/04/16  23:07:13
4558         Log: stop PL_op and PL_curpad referring to different pads at start of doeval
4559              (this could make find_uninit_var do Bad Things)
4560      Branch: perl
4561            ! pp_ctl.c
4562 ____________________________________________________________________________
4563 [ 27852] By: nicholas                              on 2006/04/16  21:44:59
4564         Log: Fix bug introduced with change 27841. (len + 1, not just len).
4565      Branch: perl
4566            ! sv.c
4567 ____________________________________________________________________________
4568 [ 27851] By: nicholas                              on 2006/04/16  19:06:19
4569         Log: Coverity is flagging a potential problem because it sees a check for
4570              NULL and assumes that this means that the variable host could be
4571              NULL. It can't, and the check added in change 13291 was a little bit
4572              more than the minimal solution needed for the bug report
4573              [ID 20011126.148]
4574              Hence remove the NULL check.
4575      Branch: perl
4576            ! ext/Socket/Socket.xs
4577 ____________________________________________________________________________
4578 [ 27850] By: nicholas                              on 2006/04/16  18:09:33
4579         Log: Subject: [PATCH] op.c patch, 2nd version
4580              From: andy@petdance.com (Andy Lester)
4581              Message-ID: <20060415042924.GA1786@petdance.com>
4582              Date: Fri, 14 Apr 2006 23:29:24 -0500
4583      Branch: perl
4584            ! op.c
4585 ____________________________________________________________________________
4586 [ 27849] By: nicholas                              on 2006/04/16  15:04:36
4587         Log: A scalar reference returned from a coderef in @INC is treated as the
4588              initial "content" of the file. When it is exhausted input is taken
4589              from a real file handle, or a generator sub, if either exists.
4590      Branch: perl
4591            ! pp_ctl.c t/op/incfilter.t
4592 ____________________________________________________________________________
4593 [ 27848] By: stevep                                on 2006/04/16  14:03:59
4594         Log: Subject: [PATCH] remove some cruft from makedef.pl
4595              From: "Jan Dubois" <jand@ActiveState.com>
4596              Date: Sun, 16 Apr 2006 02:05:00 -0700
4597              Message-ID: <022e01c66134$d7a8dec0$2217a8c0@candy>
4598      Branch: perl
4599            ! embed.fnc global.sym makedef.pl
4600 ____________________________________________________________________________
4601 [ 27847] By: stevep                                on 2006/04/16  13:52:47
4602         Log: Subject: [PATCH] testcase for change #27832
4603              From: "Jan Dubois" <jand@ActiveState.com>
4604              Date: Sun, 16 Apr 2006 00:57:00 -0700
4605              Message-ID: <022a01c6612b$575cb7e0$2217a8c0@candy>
4606      Branch: perl
4607            ! lib/Pod/Html.pm lib/Pod/t/htmllink.pod
4608 ____________________________________________________________________________
4609 [ 27846] By: stevep                                on 2006/04/16  13:44:47
4610         Log: Stray pod/perlapi.pod change found after a regen.
4611      Branch: perl
4612            ! pod/perlapi.pod
4613 ____________________________________________________________________________
4614 [ 27845] By: stevep                                on 2006/04/16  13:43:01
4615         Log: Subject: [PATCH] dump.c patch redux
4616              From: andy@petdance.com (Andy Lester)
4617              Date: Sun, 16 Apr 2006 00:29:36 -0500
4618              Message-ID: <20060416052936.GA19143@petdance.com>
4619      Branch: perl
4620            ! dump.c embed.fnc embed.h proto.h
4621 ____________________________________________________________________________
4622 [ 27843] By: nicholas                              on 2006/04/16  13:25:18
4623         Log: Perl_do_vop can profitably use Perl_sv_usepvn_flags, as it has
4624              allocated space for an initialised a trailing NUL.
4625      Branch: perl
4626            ! doop.c
4627 ____________________________________________________________________________
4628 [ 27842] By: nicholas                              on 2006/04/16  12:06:57
4629         Log: In Perl_sv_usepvn_flags, assert() that the caller has RTFM.
4630      Branch: perl
4631            ! sv.c
4632 ____________________________________________________________________________
4633 [ 27841] By: nicholas                              on 2006/04/16  11:35:38
4634         Log: Provide a new flag for sv_usepvn_flags, SV_HAS_TRAILING_NUL, which
4635              signals that the buffer passed in is already well-formed for use as
4636              SvPVX (i.e. it is followed by a trailing NUL), and hence the realloc()
4637              to add a NUL can be skipped.
4638      Branch: perl
4639            ! pp.c sv.c sv.h
4640 ____________________________________________________________________________
4641 [ 27840] By: nicholas                              on 2006/04/16  11:03:28
4642         Log: Merge sv_usepvn and sv_usepvn_mg into sv_usepvn_flags. "Promote" the
4643              other two to mathoms.c
4644      Branch: perl
4645            ! embed.fnc embed.h global.sym mathoms.c proto.h sv.c sv.h
4646 ____________________________________________________________________________
4647 [ 27839] By: nicholas                              on 2006/04/16  10:37:46
4648         Log: In Perl_sv_usepvn(), force a move under DEBUGGING to shake out caller
4649              bugs.
4650      Branch: perl
4651            ! sv.c
4652 ____________________________________________________________________________
4653 [ 27838] By: nicholas                              on 2006/04/16  10:37:04
4654         Log: Fix htmllink.t to cater for the case where perladmin isn't an empty
4655              string.
4656      Branch: perl
4657            ! lib/Pod/t/htmllink.t
4658 ____________________________________________________________________________
4659 [ 27837] By: nicholas                              on 2006/04/16  09:36:18
4660         Log: Coverity notes that we might be dereferencing fgv before a check that
4661              it's not NULL. In fact, the code ordering meant that one "if (fgv)"
4662              would always be true. So fix this.
4663      Branch: perl
4664            ! pp_sys.c
4665 ____________________________________________________________________________
4666 [ 27836] By: stevep                                on 2006/04/16  05:24:04
4667         Log: Subject: [PATCH] update to pp_complement() via Coverity
4668              From: andy@petdance.com (Andy Lester)
4669              Date: Sun, 16 Apr 2006 00:14:23 -0500
4670              Message-ID: <20060416051423.GA17063@petdance.com>
4671      Branch: perl
4672            ! pp.c
4673 ____________________________________________________________________________
4674 [ 27835] By: stevep                                on 2006/04/16  05:17:57
4675         Log: Subject: [PATCH] clean up hv_assert()
4676              From: andy@petdance.com (Andy Lester)
4677              Date: Sat, 15 Apr 2006 23:18:27 -0500
4678              Message-ID: <20060416041827.GA3031@petdance.com>
4679      Branch: perl
4680            ! hv.c
4681 ____________________________________________________________________________
4682 [ 27834] By: stevep                                on 2006/04/16  05:12:56
4683         Log: Subject: [PATCH] Removed unused var in a macro
4684              From: andy@petdance.com (Andy Lester)
4685              Date: Sat, 15 Apr 2006 23:32:53 -0500
4686              Message-ID: <20060416043253.GA3438@petdance.com>
4687      Branch: perl
4688            ! thread.h
4689 ____________________________________________________________________________
4690 [ 27833] By: stevep                                on 2006/04/16  04:59:19
4691         Log: Subject: [PATCH] Change anchor generation in Pod::Html for "=item item 2"
4692              From: "Jan Dubois" <jand@ActiveState.com>
4693              Date: Fri, 14 Apr 2006 13:13:20 -0700
4694              Message-ID: <017a01c65fff$dfd0f370$2217a8c0@candy>
4695      Branch: perl
4696            ! lib/Pod/Html.pm lib/Pod/t/htmllink.t
4697 ____________________________________________________________________________
4698 [ 27832] By: stevep                                on 2006/04/16  04:50:15
4699         Log: Subject: [PATCH] Pod::Html::depod() doesn't work correctly for multi-line strings
4700              From: "Jan Dubois" <jand@ActiveState.com>
4701              Date: Mon, 10 Apr 2006 15:32:23 -0700
4702              Message-ID: <017b01c65cee$a2f5fe00$6062a8c0@candy>
4703      Branch: perl
4704            ! lib/Pod/Html.pm
4705 ____________________________________________________________________________
4706 [ 27831] By: stevep                                on 2006/04/16  04:41:34
4707         Log: Subject: [PATCH] Missing part of change 25186
4708              From: "Jan Dubois" <jand@ActiveState.com>
4709              Date: Thu, 13 Apr 2006 18:26:29 -0700
4710              Message-ID: <009401c65f62$74fded70$2217a8c0@candy>
4711      Branch: perl
4712            ! lib/Pod/t/htmllink.t
4713 ____________________________________________________________________________
4714 [ 27830] By: stevep                                on 2006/04/16  04:37:46
4715         Log: Subject: [PATCH] Missing part of change 25676
4716              From: "Jan Dubois" <jand@ActiveState.com>
4717              Date: Thu, 13 Apr 2006 18:19:26 -0700
4718              Message-ID: <009001c65f61$78866d60$2217a8c0@candy>
4719      Branch: perl
4720            ! lib/Pod/t/htmllink.t
4721 ____________________________________________________________________________
4722 [ 27829] By: nicholas                              on 2006/04/15  23:51:10
4723         Log: Subject: [PATCH] Handle null io in leavewrite (not possible?) (Coverity)
4724              From: bah@longitude.com
4725              Message-ID: <1661.38.96.138.153.1145124821.squirrel@mail.longitude.com>
4726              Date: Sat, 15 Apr 2006 14:13:41 -0400 (EDT)
4727      Branch: perl
4728            ! pp_sys.c
4729 ____________________________________________________________________________
4730 [ 27828] By: nicholas                              on 2006/04/15  23:41:23
4731         Log: Subject: [PATCH] Potential (?) memory leak in Storable.xs (Coverity)
4732              From: bah@longitude.com
4733              Message-ID: <1561.38.96.138.153.1145123650.squirrel@mail.longitude.com>
4734              Date: Sat, 15 Apr 2006 13:54:10 -0400 (EDT)
4735      Branch: perl
4736            ! ext/Storable/Storable.xs
4737 ____________________________________________________________________________
4738 [ 27827] By: nicholas                              on 2006/04/15  22:44:30
4739         Log: Teach Perl_do_sv_dump how to cope with IOs that have bogus things in
4740              GV slots. (Which source filters are prone to do to them).
4741      Branch: perl
4742            ! dump.c
4743 ____________________________________________________________________________
4744 [ 27826] By: nicholas                              on 2006/04/15  21:50:12
4745         Log: Coverity was getting upset about an assignment from a function
4746              returning int to a U8 variable. Curiously it was only getting upset
4747              about the first of many.
4748              However, we are doing NO ERROR CHECKING on whether we read in the
4749              requested number of bytes of bytecode. All except BGET_op_tr_array
4750              will now croak on a short read.
4751      Branch: perl
4752            ! ext/ByteLoader/bytecode.h
4753 ____________________________________________________________________________
4754 [ 27825] By: nicholas                              on 2006/04/15  21:43:13
4755         Log: Coverity reports that Storable can potentially cause a NULL pointer
4756              dereference while iterating a hash. This should never happen unless
4757              the hash lies about how many keys it has, so croak if a fib is spotted.
4758      Branch: perl
4759            ! ext/Storable/Storable.xs
4760 ____________________________________________________________________________
4761 [ 27824] By: nicholas                              on 2006/04/15  21:11:44
4762         Log: Coverity notes that resource are leaked in the unfinished and never
4763              called function _utf8_to_bytes.
4764      Branch: perl
4765            ! ext/Encode/Encode.xs
4766 ____________________________________________________________________________
4767 [ 27823] By: nicholas                              on 2006/04/15  20:55:20
4768         Log: Coverity correctly reports that gv might (just) be NULL. So don't
4769              derefernece it if it is.
4770      Branch: perl
4771            ! ext/IO/IO.pm ext/IO/IO.xs
4772 ____________________________________________________________________________
4773 [ 27822] By: nicholas                              on 2006/04/15  20:54:44
4774         Log: Update the assertion to a croak "Out of range special SV number"
4775              to give ByteLoader more meaningful failure diagnostics.
4776      Branch: perl
4777            ! ext/ByteLoader/bytecode.h
4778 ____________________________________________________________________________
4779 [ 27821] By: nicholas                              on 2006/04/15  20:19:22
4780         Log: I believe that it makes little sense for the simple user filters
4781              provided by coderefs to be run in block mode. Hence always read from
4782              the upstream filter in line mode, and always call the user's filter
4783              with 1 line.
4784      Branch: perl
4785            ! pp_ctl.c
4786 ____________________________________________________________________________
4787 [ 27820] By: nicholas                              on 2006/04/15  20:01:58
4788         Log: Fix a bug - the introduction of the caching code means that we should
4789              initialise the SV upstream after it.
4790              assert that filter_sub is always non-null now.
4791      Branch: perl
4792            ! pp_ctl.c
4793 ____________________________________________________________________________
4794 [ 27819] By: nicholas                              on 2006/04/15  19:37:32
4795         Log: Augment the user filter caching code so that if the user filter returns
4796              multiple lines, only one line at a time is returned.
4797              Rename the variable len to status, as it is the status value.
4798      Branch: perl
4799            ! pp_ctl.c t/op/incfilter.t
4800 ____________________________________________________________________________
4801 [ 27818] By: nicholas                              on 2006/04/15  19:17:51
4802         Log: Deep in the bowels of creating new and exciting bugs, I managed to
4803              segfault the uninitialised value reporting code. This protects against
4804              the segfault.
4805      Branch: perl
4806            ! sv.c
4807 ____________________________________________________________________________
4808 [ 27817] By: nicholas                              on 2006/04/15  18:08:04
4809         Log: $foo .= $bar doesn't warn if $foo is undefined, so simplify code.
4810      Branch: perl
4811            ! t/op/incfilter.t
4812 ____________________________________________________________________________
4813 [ 27816] By: nicholas                              on 2006/04/15  18:05:12
4814         Log: If the downstream caller wants block mode, and we're in line mode,
4815              then don't return more bytes than they asked for. Hold bytes over
4816              until next time if necessary.
4817      Branch: perl
4818            ! pp_ctl.c t/op/incfilter.t
4819 ____________________________________________________________________________
4820 [ 27815] By: nicholas                              on 2006/04/15  17:00:54
4821         Log: Eliminate the filter_child_proc hack from pp_require.
4822      Branch: perl
4823            ! pp_ctl.c
4824 ____________________________________________________________________________
4825 [ 27814] By: nicholas                              on 2006/04/15  16:43:22
4826         Log: If you return void from a filter subroutine, the caller's status is
4827              used. If not, your last statement is the return value, and if it keeps
4828              being +ve you'll never hit EOF.
4829              The probably should be a sanity check for this in toke.c, but I'm not
4830              sure how.
4831      Branch: perl
4832            ! t/op/incfilter.t
4833 ____________________________________________________________________________
4834 [ 27813] By: nicholas                              on 2006/04/15  16:42:23
4835         Log: Tests for having multiple pipes open simultaneously.
4836              (See comment added in change 3771 about this apparently being buggy)
4837      Branch: perl
4838            ! t/op/inccode.t
4839 ____________________________________________________________________________
4840 [ 27812] By: nicholas                              on 2006/04/15  13:45:13
4841         Log: Add more tests for the builtin source filter implementation, and fix
4842              two bugs - it would loop infinitely if data were already in the read
4843              buffer, and it would process those data twice.
4844      Branch: perl
4845            ! pp_ctl.c t/op/incfilter.t
4846 ____________________________________________________________________________
4847 [ 27811] By: nicholas                              on 2006/04/15  11:59:26
4848         Log: Add a test for source filters returned from code references in @INC.
4849      Branch: perl
4850            + t/op/incfilter.t
4851            ! MANIFEST
4852 ____________________________________________________________________________
4853 [ 27810] By: nicholas                              on 2006/04/15  11:22:29
4854         Log: Bump the expect file count in readdir.t. We keep writing more tests.
4855      Branch: perl
4856            ! t/op/readdir.t
4857 ____________________________________________________________________________
4858 [ 27809] By: nicholas                              on 2006/04/15  10:51:48
4859         Log: Subject: [PATCH] perlio.c: layer data might be allocated and unused (Coverity)
4860              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
4861              Message-Id: <20060415082417.24F0A6D08C@ugli.hut.fi>
4862              Date: Sat, 15 Apr 2006 11:24:17 +0300 (EEST)
4863              
4864              (with a correction)
4865      Branch: perl
4866            ! perlio.c
4867 ____________________________________________________________________________
4868 [ 27808] By: craigb                                on 2006/04/15  06:05:44
4869         Log: Fix bug in prime_env_iter where the terms of a comparison were reversed
4870              so we thought we didn't have a logical name table when we did.  Reported as:
4871              Subject: LWP::Simple crashes on VMSperl
4872              From: "juna" <ggl.20.jj...@spamgourmet.com>
4873              Date: 24 Mar 2006 13:52:41 -0800
4874              Newsgroups: comp.os.vms,comp.lang.perl.misc
4875              Message-ID: <1143237161.931669.48370@t31g2000cwb.googlegroups.com>
4876      Branch: perl
4877            ! vms/vms.c
4878 ____________________________________________________________________________
4879 [ 27807] By: craigb                                on 2006/04/15  00:45:26
4880         Log: Honor READALL privilege in cando_by_name (from Scott
4881              Lepage of HP OpenVMS Engineering)
4882      Branch: perl
4883            ! vms/vms.c
4884 ____________________________________________________________________________
4885 [ 27806] By: craigb                                on 2006/04/15  00:42:41
4886         Log: Don't die after SS$_NOPRIV in Perl_vmssetenv, courtesy
4887              of Scott Lepage at HP.
4888      Branch: perl
4889            ! vms/vms.c
4890 ____________________________________________________________________________
4891 [ 27805] By: nicholas                              on 2006/04/14  20:44:27
4892         Log: Change SAVECOPWARNINGS(c) to SAVECOMPILEWARNINGS() - it's only used to
4893              save the warnings on PL_compiling, so constraining its use to what we
4894              can test seems to make sense. Particularly as testing Perl_ss_dup is
4895              tricky.
4896      Branch: perl
4897            ! op.c pp_ctl.c scope.c scope.h sv.c
4898 ____________________________________________________________________________
4899 [ 27804] By: nicholas                              on 2006/04/14  19:44:34
4900         Log: In the description of require, clarify the file handle return and why
4901              C<INC> must be qualified.
4902      Branch: perl
4903            ! pod/perlfunc.pod
4904 ____________________________________________________________________________
4905 [ 27803] By: nicholas                              on 2006/04/14  16:43:03
4906         Log: S_glob_2inpuv() did not check if lenp was NULL. Oops.
4907      Branch: perl
4908            ! sv.c
4909 ____________________________________________________________________________
4910 [ 27802] By: nicholas                              on 2006/04/14  16:18:30
4911         Log: Replace explict "/dev/null" with BIT_BUCKET, which varies by platform.
4912      Branch: perl
4913            ! pp_ctl.c
4914 ____________________________________________________________________________
4915 [ 27801] By: rgs                                   on 2006/04/14  16:11:19
4916         Log: Subject: [PATCH] doop.c: (Coverity) found a bug but not quite what Coverity thought it did (try valgrind on the new bop.t without the doop.c patch)
4917              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
4918              Date: Thu, 13 Apr 2006 19:20:46 +0300 (EEST)
4919              Message-Id: <20060413162046.5F9636D08C@ugli.hut.fi>
4920      Branch: perl
4921            ! doop.c pod/perlapi.pod sv.c t/op/bop.t
4922 ____________________________________________________________________________
4923 [ 27800] By: nicholas                              on 2006/04/14  14:45:04
4924         Log: Mark new_warnings_bitfield as XE, and add it to __DATA__ in makedef.pl
4925              Remove a reference to the deleted function Perl_refcounted_he_dup.
4926      Branch: perl
4927            ! embed.fnc embed.h global.sym makedef.pl
4928 ____________________________________________________________________________
4929 [ 27799] By: stevep                                on 2006/04/14  12:16:01
4930         Log: Subject: [PATCH] IO::Compress::*
4931              From: Paul Marquess <paul.marquess@ntlworld.com>
4932              Date: Fri, 14 Apr 2006 09:05:39 +0100
4933              Message-ID: <004f01c65f9a$3871eb30$2405140a@myopwv.com>
4934      Branch: perl
4935            ! ext/Compress/IO/Base/Changes
4936            ! ext/Compress/IO/Base/lib/IO/Compress/Base.pm
4937            ! ext/Compress/IO/Base/lib/IO/Compress/Base/Common.pm
4938            ! ext/Compress/IO/Base/lib/IO/Uncompress/AnyUncompress.pm
4939            ! ext/Compress/IO/Base/lib/IO/Uncompress/Base.pm
4940            ! ext/Compress/IO/Zlib/Changes ext/Compress/IO/Zlib/README
4941            ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Deflate.pm
4942            ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Identity.pm
4943            ! ext/Compress/IO/Zlib/lib/IO/Compress/Deflate.pm
4944            ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip.pm
4945            ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip/Constants.pm
4946            ! ext/Compress/IO/Zlib/lib/IO/Compress/RawDeflate.pm
4947            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip.pm
4948            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip/Constants.pm
4949            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zlib/Constants.pm
4950            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Identity.pm
4951            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Inflate.pm
4952            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/AnyInflate.pm
4953            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Gunzip.pm
4954            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Inflate.pm
4955            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/RawInflate.pm
4956            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Unzip.pm
4957            ! ext/Compress/IO/Zlib/t/105oneshot-zip-only.t
4958            ! ext/Compress/Raw/Zlib/README
4959            ! ext/Compress/Raw/Zlib/lib/Compress/Raw/Zlib.pm
4960            ! ext/Compress/Zlib/README
4961            ! ext/Compress/Zlib/lib/Compress/Zlib.pm
4962            ! t/lib/compress/generic.pl
4963 ____________________________________________________________________________
4964 [ 27798] By: nicholas                              on 2006/04/14  11:50:56
4965         Log: Subject: [PATCH] perlio.c: (Coverity) eliminate temp ptr that confuses Coverity into thinking there is a resource leak
4966              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
4967              Message-Id: <20060414085644.94A076D08C@ugli.hut.fi>
4968              Date: Fri, 14 Apr 2006 11:56:44 +0300 (EEST)
4969      Branch: perl
4970            ! perlio.c
4971 ____________________________________________________________________________
4972 [ 27797] By: stevep                                on 2006/04/14  11:26:59
4973         Log: Reverting change #27791 which may cause corruption addition corruption
4974              within a regular expression.
4975      Branch: perl
4976            ! regexec.c
4977 ____________________________________________________________________________
4978 [ 27796] By: rgs                                   on 2006/04/14  08:42:27
4979         Log: Fix implementation of threads->_handle on unixes.
4980              See :
4981              Subject: RE: [PATCH] 2nd patch to sync blead 'threads' with CPAN [REPOST]
4982              From: "Jerry D. Hedden" <jerry@hedden.us>
4983              Date: Tue, 04 Apr 2006 09:25:20 -0700
4984              Message-ID: <20060404092520.fb30e530d17747c2b054d625b8945d88.4a8a6b16c9.wbe@email.email.secureserver.net>
4985      Branch: perl
4986            ! ext/threads/threads.xs
4987 ____________________________________________________________________________
4988 [ 27795] By: nicholas                              on 2006/04/13  21:59:52
4989         Log: (Hopefully) fix coredumps in ByteLoader, which were a side effect of
4990              fixing a bug in B, and non-robust autogenerated code. When
4991              autogenerating initialiser statements for an array, it's a bad plan to
4992              have the size of that array hard coded.
4993      Branch: perl
4994            ! bytecode.pl ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
4995 ____________________________________________________________________________
4996 [ 27794] By: davem                                 on 2006/04/13  18:31:54
4997         Log: eliminate PL_regbol PL_regtill PL_regnarrate PL_reg_ganch PL_reg_sv
4998              (only another 434 to go ...)
4999      Branch: perl
5000            ! embed.fnc proto.h regexec.c regexp.h sv.c
5001 ____________________________________________________________________________
5002 [ 27793] By: davem                                 on 2006/04/13  17:16:41
5003         Log: disable 'split /(?{ split "" })/' test until recursive split is fixed
5004      Branch: perl
5005            ! t/op/pat.t
5006 ____________________________________________________________________________
5007 [ 27792] By: nicholas                              on 2006/04/13  16:14:23
5008         Log: Remove SAVEt_FREESHAREDPV, as nothing is using it, and it isn't catered
5009              for in Perl_ss_dup, hence nothing is testing it and nothing will alert
5010              us if it breaks.
5011      Branch: perl
5012            ! scope.c scope.h
5013 ____________________________________________________________________________
5014 [ 27791] By: stevep                                on 2006/04/13  15:08:04
5015         Log: Add another NULL check thanks to Coverity.
5016      Branch: perl
5017            ! regexec.c
5018 ____________________________________________________________________________
5019 [ 27790] By: nicholas                              on 2006/04/13  14:14:57
5020         Log: For duping SAVEHINTS it rather helps if you pay attention to what is
5021              actually being pushed onto the save stack.
5022      Branch: perl
5023            ! sv.c
5024 ____________________________________________________________________________
5025 [ 27789] By: nicholas                              on 2006/04/13  13:53:55
5026         Log: Subject: [PATCH] regexec.c: (Coverity) add NULL check
5027              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
5028              Message-Id: <200604131252.k3DCqFUL497781@kosh.hut.fi>
5029              Date: Thu, 13 Apr 2006 15:52:15 +0300 (EEST)
5030      Branch: perl
5031            ! regexec.c
5032 ____________________________________________________________________________
5033 [ 27788] By: nicholas                              on 2006/04/13  13:28:50
5034         Log: Subject: [PATCH] regexec.c: (Coverity) move NULL check even earlier
5035              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
5036              Message-Id: <200604131239.k3DCdXhe124107@kosh.hut.fi>
5037              Date: Thu, 13 Apr 2006 15:39:33 +0300 (EEST)
5038      Branch: perl
5039            ! regexec.c
5040 ____________________________________________________________________________
5041 [ 27787] By: nicholas                              on 2006/04/13  13:02:30
5042         Log: Add a break; to the end of the SAVEt_COP_WARNINGS case, and don't try
5043              to dereference cop_hints if it's NULL.
5044      Branch: perl
5045            ! sv.c
5046 ____________________________________________________________________________
5047 [ 27786] By: nicholas                              on 2006/04/13  12:40:24
5048         Log: Fix B and ByteLoader to cope with cop_warnings no longer being an SV.
5049      Branch: perl
5050            ! bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
5051            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
5052 ____________________________________________________________________________
5053 [ 27785] By: nicholas                              on 2006/04/13  10:46:32
5054         Log: Add SAVEt_COP_WARNINGS to ss_dup.
5055      Branch: perl
5056            ! sv.c
5057 ____________________________________________________________________________
5058 [ 27784] By: nicholas                              on 2006/04/13  10:09:20
5059         Log: Subject: Re: [PATCH] add pTHX_ parameter to new_warnings_bitfield()
5060              From: Steve Hay <steve.hay@uk.radan.com>
5061              Message-ID: <443E1998.9090909@uk.radan.com>
5062              Date: Thu, 13 Apr 2006 10:27:52 +0100
5063      Branch: perl
5064            ! embed.fnc mg.c perl.c pp_ctl.c proto.h util.c
5065 ____________________________________________________________________________
5066 [ 27783] By: davem                                 on 2006/04/13  02:20:33
5067         Log: eliminate PL_reg_re
5068              (only another 439 to go ...)
5069      Branch: perl
5070            ! embed.fnc embed.h pod/perlintern.pod proto.h regcomp.c
5071            ! regexec.c regexp.h sv.c
5072 ____________________________________________________________________________
5073 [ 27782] By: davem                                 on 2006/04/12  23:51:57
5074         Log: Subject: [perl #38906] Regex engine does not release MINMOD
5075              From: "Animator via RT" <perlbug-followup@perl.org>
5076              Message-ID: <rt-3.0.11-38906-132222.3.24032491323436@perl.org>
5077              Date: Wed, 12 Apr 2006 15:27:41 -0700
5078              
5079              zero-length minimum matches that failed could leak into a following
5080              maximal match
5081      Branch: perl
5082            ! regexec.c t/op/re_tests
5083 ____________________________________________________________________________
5084 [ 27781] By: nicholas                              on 2006/04/12  23:17:18
5085         Log: D'oh! Don't try to do #ifdefs inside "functions" that are actually
5086              macros.
5087      Branch: perl
5088            ! hv.c
5089 ____________________________________________________________________________
5090 [ 27780] By: nicholas                              on 2006/04/12  22:49:58
5091         Log: Add tests for all the other types that %^H serialisation is supposed
5092              to support. In the process, found and corrected a bug.
5093              Tests are good, m'kay.
5094      Branch: perl
5095            ! hv.c t/op/caller.t
5096 ____________________________________________________________________________
5097 [ 27779] By: nicholas                              on 2006/04/12  22:45:12
5098         Log: Change cop_warnings from an SV holding the warnings bitmask to a
5099              directly (shared) malloc()ed buffer holding the warnings bitmask.
5100              This avoids bugs/crashes when the interpreter that created an optree
5101              is freed but the optree remains in use by other interpreters.
5102      Branch: perl
5103            ! cop.h embed.fnc embed.h mg.c op.c perl.c pp_ctl.c proto.h
5104            ! scope.c scope.h sv.c util.c warnings.h warnings.pl
5105 ____________________________________________________________________________
5106 [ 27778] By: davem                                 on 2006/04/12  22:43:03
5107         Log: Remove the final recursion path from S_regmatch:  (??{...})
5108              Also put PUSH/POP_STATE infastructure in place
5109              Also eliminate PL_reg_call_cc
5110              (only another 440 global vars to go ...)
5111      Branch: perl
5112            ! regexec.c regexp.h sv.c
5113 ____________________________________________________________________________
5114 [ 27777] By: nicholas                              on 2006/04/12  16:18:30
5115         Log: Test that we can do embedded 0 bytes in hints.
5116      Branch: perl
5117            ! t/op/caller.t
5118 ____________________________________________________________________________
5119 [ 27776] By: nicholas                              on 2006/04/12  16:01:08
5120         Log: Store cop_hints as a shared structure without using any SVs (on
5121              ithreads).
5122      Branch: perl
5123            ! hv.c hv.h
5124 ____________________________________________________________________________
5125 [ 27775] By: nicholas                              on 2006/04/12  14:14:50
5126         Log: Remove Perl_refcounted_he_copy and Perl_refcounted_he_dup.
5127      Branch: perl
5128            ! embed.fnc embed.h hv.c proto.h
5129 ____________________________________________________________________________
5130 [ 27774] By: nicholas                              on 2006/04/12  12:31:29
5131         Log: Newxz() can use calloc() rather than malloc(), as the implementation
5132              of calloc() may know that it has fresh pages from the OS, and so
5133              doesn't need to zero them itself. Plus our object code should be
5134              slightly smaller.
5135      Branch: perl
5136            ! handy.h
5137 ____________________________________________________________________________
5138 [ 27773] By: nicholas                              on 2006/04/12  12:01:38
5139         Log: As OPs are shared between threads, they should be using
5140              PerlMemShared_*alloc functions, rather than per-thread *alloc()s.
5141      Branch: perl
5142            ! op.c op.h
5143 ____________________________________________________________________________
5144 [ 27772] By: nicholas                              on 2006/04/11  22:17:25
5145         Log: Subject: [PATCH] regexec.c: move NULL check earlier to make Coverity happier
5146              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
5147              Message-Id: <200604112004.k3BK4mV3097400@kosh.hut.fi>
5148              Date: Tue, 11 Apr 2006 23:04:48 +0300 (EEST)
5149      Branch: perl
5150            ! regexec.c
5151 ____________________________________________________________________________
5152 [ 27771] By: nicholas                              on 2006/04/11  21:53:33
5153         Log: Subject: [PATCH] regcomp.c (try II): use &PL_sv_undef for listsv as suggested by Nick
5154              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
5155              Message-Id: <200604112053.k3BKrPgk310001@kosh.hut.fi>
5156              Date: Tue, 11 Apr 2006 23:53:25 +0300 (EEST)
5157      Branch: perl
5158            ! regcomp.c
5159 ____________________________________________________________________________
5160 [ 27770] By: nicholas                              on 2006/04/11  21:03:48
5161         Log: Subject: [PATCH] perlio.c: false Coverity finding (it cannot see that two pointers are the same): but help Coverity by removing the temp ptr
5162              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
5163              Message-Id: <200604112039.k3BKdWix334525@kosh.hut.fi>
5164              Date: Tue, 11 Apr 2006 23:39:32 +0300 (EEST)
5165      Branch: perl
5166            ! perlio.c
5167 ____________________________________________________________________________
5168 [ 27769] By: nicholas                              on 2006/04/11  19:47:15
5169         Log: Subject: [PATCH] locale.c: more Safefree() (Coverity finding)
5170              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
5171              Message-Id: <200604111908.k3BJ8ewn030950@kosh.hut.fi>
5172              Date: Tue, 11 Apr 2006 22:08:40 +0300 (EEST)
5173      Branch: perl
5174            ! locale.c
5175 ____________________________________________________________________________
5176 [ 27768] By: nicholas                              on 2006/04/11  19:26:48
5177         Log: First stab at using the pad to store the serialised hints data.
5178              This approach is almost certainly not only wrong, but also doomed.
5179              But it's needed to build a correct solution.
5180      Branch: perl
5181            ! hv.c hv.h op.c pp_ctl.c scope.h sv.c
5182 ____________________________________________________________________________
5183 [ 27767] By: nicholas                              on 2006/04/11  18:06:30
5184         Log: Within Perl_newSVhek, inline most of newSVpvn_share(), because
5185              share_hek_hek() is far more efficient than sharepvn().
5186      Branch: perl
5187            ! sv.c
5188 ____________________________________________________________________________
5189 [ 27766] By: nicholas                              on 2006/04/11  16:17:13
5190         Log: Stop Perl_newSVpvn_share() potentially leaking the return result from
5191              bytes_from_utf8().
5192      Branch: perl
5193            ! sv.c
5194 ____________________________________________________________________________
5195 [ 27764] By: nicholas                              on 2006/04/11  13:47:05
5196         Log: Need to migrate the refcounted_he structure to be properly shared.
5197              Add a mutex for manipulated their reference counts.
5198              Unwrap the structure, so that for ithreads it can store SVs in pads.
5199      Branch: perl
5200            ! dosish.h embedvar.h hv.c hv.h perl.c perlapi.h perlvars.h
5201            ! symbian/symbianish.h unixish.h vms/vmsish.h win32/win32.c
5202            ! wince/wince.c
5203 ____________________________________________________________________________
5204 [ 27763] By: rgs                                   on 2006/04/11  07:54:23
5205         Log: Subject: [PATCH] Quiet a coverity problem
5206              From: andy@petdance.com (Andy Lester)
5207              Date: Mon, 10 Apr 2006 23:51:50 -0500
5208              Message-ID: <20060411045150.GA1422@petdance.com>
5209      Branch: perl
5210            ! pp.c
5211 ____________________________________________________________________________
5212 [ 27762] By: nicholas                              on 2006/04/10  19:55:49
5213         Log: All S_dumpuntil()'s regnode pointer arguments can be const.
5214      Branch: perl
5215            ! embed.fnc proto.h regcomp.c
5216 ____________________________________________________________________________
5217 [ 27761] By: nicholas                              on 2006/04/10  17:48:04
5218         Log: Perl_unsharepvn() was no longer being used in core, and changes to
5219              S_unshare_hek_or_pvn() had broken it. Now fixed and tested.
5220      Branch: perl
5221            ! ext/XS/APItest/APItest.xs ext/XS/APItest/t/hash.t hv.c
5222 ____________________________________________________________________________
5223 [ 27760] By: merijn                                on 2006/04/10  16:35:30
5224         Log: config_H being the last part of my mkglossary work
5225      Branch: perl
5226            ! Porting/config_H
5227 ____________________________________________________________________________
5228 [ 27758] By: merijn                                on 2006/04/10  16:14:32
5229         Log: Regeneration of Glossary and the underlying tools.
5230      Branch: perl
5231            ! Porting/Glossary Porting/config.sh
5232 ____________________________________________________________________________
5233 [ 27757] By: rgs                                   on 2006/04/10  15:46:27
5234         Log: Subject: [PATCH] Fix coverity warning in utf8.c
5235              From: Andy Dougherty <doughera@lafayette.edu>
5236              Date: Mon, 10 Apr 2006 11:18:35 -0400 (EDT)
5237              Message-ID: <Pine.SOC.4.62.0604101117450.22851@maxwell.phys.lafayette.edu>
5238      Branch: perl
5239            ! utf8.c
5240 ____________________________________________________________________________
5241 [ 27756] By: nicholas                              on 2006/04/10  12:21:34
5242         Log: Subject: [PATCH] pp_sys.c: some Coverity findings: NULL guards for format cv
5243              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
5244              Message-Id: <20060408155541.46B796D08C@ugli.hut.fi>
5245              Date: Sat,  8 Apr 2006 18:55:41 +0300 (EEST)
5246      Branch: perl
5247            ! pp_sys.c t/op/write.t
5248 ____________________________________________________________________________
5249 [ 27755] By: nicholas                              on 2006/04/10  11:56:21
5250         Log: Subject: [PATCH] pp_sys.c: some Coverity findings: NULL guards for io pointers
5251              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
5252              Message-Id: <20060408155232.4C9726D08C@ugli.hut.fi>
5253              Date: Sat,  8 Apr 2006 18:52:32 +0300 (EEST)
5254      Branch: perl
5255            ! pp_sys.c
5256 ____________________________________________________________________________
5257 [ 27754] By: nicholas                              on 2006/04/10  11:12:26
5258         Log: Subject: [PATCH]es: quiet some warnings (with a free AIX cpp insanity avoidance tip)
5259              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
5260              Message-ID: <44375F23.6030900@gmail.com>
5261              Date: Sat, 08 Apr 2006 09:58:43 +0300
5262      Branch: perl
5263            ! op.c pad.h pp_sys.c
5264 ____________________________________________________________________________
5265 [ 27753] By: davem                                 on 2006/04/10  09:10:37
5266         Log: Subject:  [PATCH] True consting goodness in regexes
5267              From:  andy@petdance.com (Andy Lester)
5268              Date:  Mon, 10 Apr 2006 02:15:58 -0500
5269              Message-Id:  <20060410071558.GA24756@petdance.com>
5270      Branch: perl
5271            ! embed.fnc proto.h regcomp.c regexec.c
5272 ____________________________________________________________________________
5273 [ 27752] By: nicholas                              on 2006/04/09  21:07:48
5274         Log: Fix pointer error in change 27741, spotted by John E. Malmberg.
5275      Branch: perl
5276            ! sv.c
5277 ____________________________________________________________________________
5278 [ 27751] By: stevep                                on 2006/04/09  19:28:35
5279         Log: Subject: Re: [PATCH] perlio.c: Coverity finding: finding false (Coverity notable to follow vtable logic) but adding an assert
5280              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
5281              Date: Sun, 09 Apr 2006 10:18:52 +0300
5282              Message-ID: <4438B55C.9010604@gmail.com>
5283      Branch: perl
5284            ! perlio.c
5285 ____________________________________________________________________________
5286 [ 27750] By: stevep                                on 2006/04/09  18:55:07
5287         Log: Subject: Re: [PATCH] locale.c: Coverity finding
5288              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
5289              Date: Sun, 09 Apr 2006 10:31:32 +0300
5290              Message-ID: <4438B854.6040301@gmail.com>
5291      Branch: perl
5292            ! locale.c
5293 ____________________________________________________________________________
5294 [ 27749] By: stevep                                on 2006/04/09  18:44:17
5295         Log: Subject: [PATCH] Rename variables in some mg_* funcs
5296              From: andy@petdance.com (Andy Lester)
5297              Date: Sun, 9 Apr 2006 00:20:12 -0500
5298              Message-ID: <20060409052012.GA15887@petdance.com>
5299      Branch: perl
5300            ! mg.c
5301 ____________________________________________________________________________
5302 [ 27746] By: davem                                 on 2006/04/08  23:58:51
5303         Log: fix potential null deref introduced by change #27716
5304      Branch: perl
5305            ! regexec.c
5306 ____________________________________________________________________________
5307 [ 27745] By: nicholas                              on 2006/04/08  22:37:29
5308         Log: Subject: [PATCH] perlio.c: Coverity finding: finding false (Coverity not able to follow vtable logic) but adding an assert
5309              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
5310              Message-Id: <20060408161136.CEAC86D08C@ugli.hut.fi>
5311              Date: Sat,  8 Apr 2006 19:11:36 +0300 (EEST)
5312      Branch: perl
5313            ! perlio.c
5314 ____________________________________________________________________________
5315 [ 27744] By: nicholas                              on 2006/04/08  22:23:26
5316         Log: Subject: [PATCH] sv.c, rs.t, perlvar.pod (Coverity finding: did you know what happens with $/=\0?)
5317              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
5318              Message-Id: <20060408152533.C4D5F6D08C@ugli.hut.fi>
5319              Date: Sat,  8 Apr 2006 18:25:33 +0300 (EEST)
5320              
5321              (although I should add that this version of Coverity is actually
5322              raising a false positive here, albeit something still interesting)
5323      Branch: perl
5324            ! pod/perlvar.pod sv.c t/base/rs.t
5325 ____________________________________________________________________________
5326 [ 27741] By: nicholas                              on 2006/04/08  15:14:13
5327         Log: As av_dup, gv_dup and hv_dup are the same as sv_dup, code in various
5328              branches of Perl_ss_dup() is actually duplicated, so can be merged.
5329      Branch: perl
5330            ! sv.c
5331 ____________________________________________________________________________
5332 [ 27740] By: nicholas                              on 2006/04/08  14:46:53
5333         Log: By swapping the order of pushes onto the save stack for
5334              SAVEt_GENERIC_PVREF, we can merge it with SAVEt_PPTR in Perl_ss_dup().
5335      Branch: perl
5336            ! scope.c sv.c
5337 ____________________________________________________________________________
5338 [ 27739] By: nicholas                              on 2006/04/08  13:43:46
5339         Log: Teach ss_dup about SAVEt_RE_STATE. (As correctly as it ever was before)
5340      Branch: perl
5341            ! sv.c
5342 ____________________________________________________________________________
5343 [ 27738] By: nicholas                              on 2006/04/08  12:50:13
5344         Log: ss_dup of SAVEt_COP_ARYBASE can use the same code as SAVEt_I8.
5345      Branch: perl
5346            ! sv.c
5347 ____________________________________________________________________________
5348 [ 27737] By: nicholas                              on 2006/04/07  21:24:35
5349         Log: Give more information in the panic in ss_dup. (Although I'm not sure
5350              if croak() works at this point, given PerlIO's dependency on a
5351              functional interpreter.)
5352      Branch: perl
5353            ! sv.c
5354 ____________________________________________________________________________
5355 [ 27736] By: gisle                                 on 2006/04/07  16:08:26
5356         Log: Make perl_fini() run when compiling perl with
5357              the Sun WorkShop compiler.
5358      Branch: perl
5359            ! perl.c
5360 ____________________________________________________________________________
5361 [ 27735] By: steveh                                on 2006/04/07  14:55:41
5362         Log: Patch from Jarkko to fix breakage caused by change #27649
5363              see: http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-04/msg00144.html
5364      Branch: perl
5365            ! malloc.c perl.h
5366 ____________________________________________________________________________
5367 [ 27734] By: nicholas                              on 2006/04/07  12:49:11
5368         Log: Oops. Being too terse for my own good - it's not a great idea to chain
5369              assignment of char * to struct pmop *, even when the value is NULL.
5370      Branch: perl
5371            ! perl.c
5372 ____________________________________________________________________________
5373 [ 27733] By: craigb                                on 2006/04/07  02:53:52
5374         Log: Subject: [patch@27694] VMS RMSEXPAND/PERL_CANDO fixes
5375         From: "John E. Malmberg" <wb8tyw@qsl.net>
5376         Date: Mon, 03 Apr 2006 07:39:10 -0400
5377         Message-id: <4431095E.8030003@qsl.net>
5378      Branch: perl
5379            ! vms/vms.c vms/vmsish.h
5380 ____________________________________________________________________________
5381 [ 27732] By: nicholas                              on 2006/04/06  15:52:37
5382         Log: Move all the regexp state variables into a single structure.
5383              This allows it to be saved, restored and cloned with a single Copy()
5384              (but inevitably still some fixup)
5385      Branch: perl
5386            ! embedvar.h perl.c perlapi.h regcomp.c regexp.h scope.c sv.c
5387            ! thrdvar.h
5388 ____________________________________________________________________________
5389 [ 27731] By: steveh                                on 2006/04/06  14:55:40
5390         Log: Subject: Re: Smoke [5.9.4] 27728 FAIL(F) MSWin32 WinXP/.Net SP2 (x86/2 cpu)
5391              From: Rafael Garcia-Suarez <rgarciasuarez@mandriva.com>
5392              Date: Thu, 6 Apr 2006 14:32:50 +0200
5393              Message-ID: <20060406143250.5a7de4b8@grubert.mandriva.com>
5394      Branch: perl
5395            ! mg.c
5396 ____________________________________________________________________________
5397 [ 27729] By: steveh                                on 2006/04/06  12:16:53
5398         Log: Fix skip count in ext\B\t\lint.t
5399      Branch: perl
5400            ! ext/B/t/lint.t
5401 ____________________________________________________________________________
5402 [ 27728] By: nicholas                              on 2006/04/05  21:40:11
5403         Log: Save the regexp engine state as 1 block on the save stack.
5404      Branch: perl
5405            ! regcomp.c regexp.h scope.c scope.h
5406 ____________________________________________________________________________
5407 [ 27727] By: rgs                                   on 2006/04/05  20:59:53
5408         Log: Subject: Re: expr foreach (...) isn't a B::Lint warning anymore
5409              From: "Joshua ben Jore" <twists@gmail.com>
5410              Date: Wed, 5 Apr 2006 01:11:11 -0500
5411              Message-ID: <dc5c751d0604042311v354547aanf482b3259e56ebb8@mail.gmail.com>
5412      Branch: perl
5413            ! ext/B/B/Lint.pm ext/B/t/lint.t
5414 ____________________________________________________________________________
5415 [ 27726] By: nicholas                              on 2006/04/05  20:19:34
5416         Log: Perl_save_alloc can use the new(er) SSGROW rather than looping.
5417      Branch: perl
5418            ! scope.c
5419 ____________________________________________________________________________
5420 [ 27725] By: rgs                                   on 2006/04/05  19:45:42
5421         Log: Assigning undef to an entry in %ENV shouldn't produce warnings, even
5422              though it's silently converted to ""
5423      Branch: perl
5424            ! mg.c t/lib/warnings/mg
5425 ____________________________________________________________________________
5426 [ 27724] By: stevep                                on 2006/04/05  16:15:41
5427         Log: Try not to use negative values when accessing arrays in C.  Yet another
5428              Coverity catch.
5429      Branch: perl
5430            ! util.c
5431 ____________________________________________________________________________
5432 [ 27723] By: stevep                                on 2006/04/05  15:31:18
5433         Log: Initializing variables is good.  This is another Coverity catch.
5434      Branch: perl
5435            ! gv.c
5436 ____________________________________________________________________________
5437 [ 27722] By: rgs                                   on 2006/04/05  14:44:11
5438         Log: Subject: perlio.c breaks on Solaris/gcc when > 256 FDs are available
5439              From: Alan Burlison <Alan.Burlison@sun.com>
5440              Date: Wed, 05 Apr 2006 15:52:14 +0100
5441              Message-ID: <4433D99E.40800@sun.com>
5442      Branch: perl
5443            ! perlio.c
5444 ____________________________________________________________________________
5445 [ 27721] By: rgs                                   on 2006/04/05  12:56:10
5446         Log: There should be only one META.yml file
5447      Branch: perl
5448            - ext/Devel/PPPort/META.yml ext/Encode/META.yml
5449            ! MANIFEST
5450 ____________________________________________________________________________
5451 [ 27720] By: rgs                                   on 2006/04/05  12:19:11
5452         Log: Fix test portability on non-ASCII platforms
5453              
5454              Subject: Re: lib/ExtUtils/t/Constant.t problem on z/OS
5455              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
5456              Date: Wed, 05 Apr 2006 21:13:02 +0900
5457              Message-Id: <20060405210426.F99D.BQW10602@nifty.com>
5458      Branch: perl
5459            ! lib/ExtUtils/t/Constant.t
5460 ____________________________________________________________________________
5461 [ 27719] By: stevep                                on 2006/04/05  11:49:23
5462         Log: Document the functions htmlify() and anchorify() in Pod::Html.
5463      Branch: perl
5464            ! lib/Pod/Html.pm
5465 ____________________________________________________________________________
5466 [ 27718] By: steveh                                on 2006/04/05  10:35:58
5467         Log: Simplify tests for fork() capabilities
5468              
5469              Jarkko pointed out that change #27710 was causing some
5470              black smoke so makes the tests for fork() simpler, as
5471              per lib\Test\Simple\t\fork.t for now. (Ideally we want
5472              a $Config{d_pseudofork}, as suggested by Andy Dougherty,
5473              but that'll have to wait until I get some more tuits.)
5474      Branch: perl
5475            ! ext/IO/t/io_multihomed.t ext/IO/t/io_pipe.t ext/IO/t/io_sock.t
5476 ____________________________________________________________________________
5477 [ 27717] By: davem                                 on 2006/04/05  03:17:50
5478         Log: (??{...}) didn't always restore PL_reg_re.
5479              Also trie debugging output was using a var that was no longer
5480              valid
5481      Branch: perl
5482            ! regexec.c
5483 ____________________________________________________________________________
5484 [ 27716] By: davem                                 on 2006/04/05  01:50:33
5485         Log: eliminate PL_regprecomp, PL_regprogram, PL_regnpar and PL_regdata
5486              (only another 441 global vars to go ...)
5487      Branch: perl
5488            ! embed.fnc embed.h embedvar.h perlapi.h proto.h regcomp.c
5489            ! regexec.c sv.c thrdvar.h
5490 ____________________________________________________________________________
5491 [ 27715] By: davem                                 on 2006/04/05  01:26:59
5492         Log: restructure the EVAL branch of regmatch() to minimise local var scope
5493              (no changes to functionality)
5494      Branch: perl
5495            ! regexec.c
5496 ____________________________________________________________________________
5497 [ 27714] By: rgs                                   on 2006/04/04  15:15:19
5498         Log: Subject: Re: Making IO::Socket pass test on Win32
5499              From: Jim Cromie <jim.cromie@gmail.com>
5500              Date: Tue, 04 Apr 2006 11:07:03 -0400
5501              Message-ID: <44328B97.2060903@gmail.com>
5502      Branch: perl
5503            ! ext/B/t/concise-xs.t
5504 ____________________________________________________________________________
5505 [ 27713] By: rgs                                   on 2006/04/04  12:42:44
5506         Log: FEATURE_IS_ENABLED takes only one parameter now, so reflect that in
5507              perl_keyword.pl
5508      Branch: perl
5509            ! perl_keyword.pl
5510 ____________________________________________________________________________
5511 [ 27712] By: rgs                                   on 2006/04/04  11:42:05
5512         Log: Subject: [PATCH] threads.pm should overload != operator
5513              From: "Jan Dubois" <jand@ActiveState.com>
5514              Date: Mon, 3 Apr 2006 18:06:24 -0700
5515              Message-ID: <02fc01c65783$fe4820f0$2217a8c0@candy>
5516      Branch: perl
5517            ! ext/threads/t/basic.t ext/threads/threads.pm
5518 ____________________________________________________________________________
5519 [ 27711] By: rgs                                   on 2006/04/04  11:14:27
5520         Log: Fix syntax error in io_pipe test
5521      Branch: perl
5522            ! ext/IO/t/io_pipe.t
5523 ____________________________________________________________________________
5524 [ 27710] By: steveh                                on 2006/04/04  10:34:10
5525         Log: Subject: Re: Making IO::Socket pass test on Win32
5526              From: demerphq <demerphq@gmail.com>
5527              Date: Sun, 2 Apr 2006 11:07:19 +0200
5528              Message-ID: <9b18b3110604020107o6a0b594cwfc2344a172c360b0@mail.gmail.com>
5529              
5530              plus extra $Config{d_fork} changes to io_pipe.t and io_multihomed.t
5531      Branch: perl
5532            ! ext/IO/lib/IO/Socket.pm ext/IO/t/io_multihomed.t
5533            ! ext/IO/t/io_pipe.t ext/IO/t/io_sock.t ext/IO/t/io_unix.t
5534 ____________________________________________________________________________
5535 [ 27709] By: rgs                                   on 2006/04/04  08:54:05
5536         Log: Subject: [PATCH] Move conditional SOCKS5 code into #ifdefs
5537              From: andy@petdance.com (Andy Lester)
5538              Date: Mon, 3 Apr 2006 08:28:18 -0500
5539              Message-ID: <20060403132818.GA7820@petdance.com>
5540      Branch: perl
5541            ! perlio.c
5542 ____________________________________________________________________________
5543 [ 27708] By: gisle                                 on 2006/04/04  08:36:02
5544         Log: Change 27592 disabled the building of manpages for non core-extensions
5545              The init_MAN3PODS method need to be called when no INSTALLMAN3DIR is
5546              present in the first place.
5547      Branch: perl
5548            ! lib/ExtUtils/MM_Unix.pm
5549 ____________________________________________________________________________
5550 [ 27707] By: rgs                                   on 2006/04/04  07:39:59
5551         Log: Subject: [PATCH] "smart match" description in overload.pm is in the middle of "fallback" section
5552              From: "Jan Dubois" <jand@ActiveState.com>
5553              Date: Mon, 3 Apr 2006 18:11:55 -0700
5554              Message-ID: <02fd01c65784$c3f3c430$2217a8c0@candy>
5555      Branch: perl
5556            ! lib/overload.pm
5557 ____________________________________________________________________________
5558 [ 27706] By: craigb                                on 2006/04/04  03:12:34
5559         Log: sort out some utime() issues on VMS
5560      Branch: perl
5561            ! vms/perlvms.pod vms/vms.c
5562 ____________________________________________________________________________
5563 [ 27705] By: rgs                                   on 2006/04/03  16:21:57
5564         Log: Subject: [PATCH] 2nd patch to sync blead 'threads' with CPAN [REPOST]
5565              From: "Jerry D. Hedden" <jerry@hedden.us>
5566              Date: Mon, 03 Apr 2006 06:10:35 -0700
5567              Message-ID: <20060403061035.fb30e530d17747c2b054d625b8945d88.7482c755b8.wbe@email.email.secureserver.net>
5568      Branch: perl
5569            ! ext/threads/Changes ext/threads/README ext/threads/t/basic.t
5570            ! ext/threads/t/join.t ext/threads/t/list.t
5571            ! ext/threads/t/problems.t ext/threads/t/thread.t
5572            ! ext/threads/threads.pm ext/threads/threads.xs
5573 ____________________________________________________________________________
5574 [ 27704] By: nicholas                              on 2006/04/03  11:32:44
5575         Log: Two modules in ext/ have dependencies that are post-miniperl.
5576              Encode this information in the Makefile for now.
5577      Branch: perl
5578            ! Makefile.SH
5579 ____________________________________________________________________________
5580 [ 27703] By: merijn                                on 2006/04/03  10:02:37
5581         Log: Regeneration after backports of #27447, #27484, #27485, #27488,
5582              #27489, #27490, #27491, and #27632
5583      Branch: perl
5584            ! Configure config_h.SH
5585 ____________________________________________________________________________
5586 [ 27702] By: davem                                 on 2006/04/03  09:56:29
5587         Log: undo #27700 and add a missing Safefree()
5588      Branch: perl
5589            ! regexec.c
5590 ____________________________________________________________________________
5591 [ 27701] By: rgs                                   on 2006/04/03  09:50:45
5592         Log: Subject: [PATCH] SvREFCNT_inc tweaks
5593              From: andy@petdance.com (Andy Lester)
5594              Date: Sat, 1 Apr 2006 02:01:30 -0600
5595              Message-ID: <20060401080130.GA19372@petdance.com>
5596      Branch: perl
5597            ! op.c pad.c perlio.c
5598 ____________________________________________________________________________
5599 [ 27700] By: rgs                                   on 2006/04/03  09:07:20
5600         Log: Subject: [PATCH] Removed unused code in regexec.c
5601              From: andy@petdance.com (Andy Lester)
5602              Date: Mon, 3 Apr 2006 00:00:50 -0500
5603              Message-ID: <20060403050050.GA19055@petdance.com>
5604      Branch: perl
5605            ! regexec.c
5606 ____________________________________________________________________________
5607 [ 27699] By: rgs                                   on 2006/04/03  08:57:57
5608         Log: Subject: [PATCH] ext/IO/t/io_unix.t
5609              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
5610              Date: Sun, 02 Apr 2006 21:57:19 +0300
5611              Message-ID: <44301E8F.2060503@gmail.com>
5612      Branch: perl
5613            ! ext/IO/t/io_unix.t
5614 ____________________________________________________________________________
5615 [ 27698] By: rgs                                   on 2006/04/03  08:50:28
5616         Log: Subject: revisited: pow.t test failures on AIX 5.1 perl588 with -Duselongdouble
5617              From: "John L. Allen" <allen@grumman.com>
5618              Date: Thu, 30 Mar 2006 17:53:13 -0500 (EST)
5619              Message-ID: <Pine.GSO.4.53.0603301710140.24672@gateway.northropgrumman.com>
5620      Branch: perl
5621            ! pp.c
5622 ____________________________________________________________________________
5623 [ 27697] By: rgs                                   on 2006/04/03  08:30:27
5624         Log: Document that the regexp engine is not currently reentrant
5625              
5626              Subject: Re: [perl #33936] segment fault when using split() in regexp with (??{...})
5627              From: Dominic Dunlop <domo@computer.org>
5628              Date: Sun, 2 Apr 2006 21:13:59 +0200
5629              Message-Id: <AD104FE7-2BD6-49B6-A845-46458179A4B1@computer.org>
5630      Branch: perl
5631            ! pod/perlre.pod
5632 ____________________________________________________________________________
5633 [ 27696] By: rgs                                   on 2006/04/03  08:22:15
5634         Log: Take splint into account for PERL_UNUSED_ARG (patch by Jarkko)
5635      Branch: perl
5636            ! XSUB.h perl.h
5637 ____________________________________________________________________________
5638 [ 27694] By: davem                                 on 2006/04/03  01:31:12
5639         Log: anonymous unions aren't legal ANSI c
5640      Branch: perl
5641            ! regexec.c regexp.h
5642 ____________________________________________________________________________
5643 [ 27693] By: nicholas                              on 2006/04/03  00:25:45
5644         Log: The make_ext script should pass MAKE=$MAKE to submakes it invokes for
5645              extentions, as they in turn may invoke $MAKE, and should invoke the
5646              same $MAKE as at the top level, which may not be $Config{make}
5647      Branch: perl
5648            ! ext/util/make_ext
5649 ____________________________________________________________________________
5650 [ 27692] By: davem                                 on 2006/04/02  23:50:25
5651         Log: whoops, change 27691 blew away the regexec.c changes from 27688
5652      Branch: perl
5653            ! regexec.c
5654 ____________________________________________________________________________
5655 [ 27691] By: davem                                 on 2006/04/02  22:37:57
5656         Log: subsume CURCUR (current curly) struct within the main regmatch_state
5657      Branch: perl
5658            ! regexec.c regexp.h
5659 ____________________________________________________________________________
5660 [ 27690] By: rgs                                   on 2006/04/02  21:41:28
5661         Log: Subject: [PATCH] Removed unnecessary pointers checks
5662              From: andy@petdance.com (Andy Lester)
5663              Date: Sat, 1 Apr 2006 01:01:32 -0600
5664              Message-ID: <20060401070132.GA6616@petdance.com>
5665      Branch: perl
5666            ! gv.c
5667 ____________________________________________________________________________
5668 [ 27689] By: rgs                                   on 2006/04/02  21:13:16
5669         Log: Subject: [PATCH] Prevent "use sort 'stable'" from reversing the order
5670              From: Robin Houston <robin@cpan.org>
5671              Date: Sun, 2 Apr 2006 17:20:24 +0100
5672              Message-ID: <20060402162024.GA3854@rpc142.cs.man.ac.uk>
5673      Branch: perl
5674            ! lib/sort.t pp_sort.c
5675 ____________________________________________________________________________
5676 [ 27688] By: rgs                                   on 2006/04/02  20:58:59
5677         Log: Subject: Re: [perl #38293] chr(65535) should be allowed in regexes
5678              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
5679              Date: Sun, 02 Apr 2006 22:48:44 +0900
5680              Message-Id: <20060402224657.B942.BQW10602@nifty.com>
5681      Branch: perl
5682            ! doop.c op.c regcomp.c regexec.c t/op/pat.t t/op/tr.t utf8.h
5683 ____________________________________________________________________________
5684 [ 27687] By: nicholas                              on 2006/04/02  20:27:24
5685         Log: Change 27677 missed two direct accesses to op_private in COPs.
5686              I believe that all are now found, as redefining CopHINTS_get(c)
5687              to (~(c)->op_private) (with corresponding changes to CopHINTS_set()
5688              and the initialisation of PL_compiling) works.
5689      Branch: perl
5690            ! perl.h pp_ctl.c utf8.h
5691 ____________________________________________________________________________
5692 [ 27686] By: merijn                                on 2006/04/02  19:10:55
5693         Log: First stab at a more reliable Glossary. This now is (again)
5694              mostly generated. (Well, It's a repair to the existing version
5695              "based on" a generated version, which is now well sorted, but
5696              still incomplete for less obvious reasons).
5697      Branch: perl
5698            ! Porting/Glossary
5699 ____________________________________________________________________________
5700 [ 27685] By: davem                                 on 2006/04/02  18:32:32
5701         Log: make parts of struct regmatch_state unions
5702              This reduces its size from 120 to 72 bytes
5703      Branch: perl
5704            ! regexec.c regexp.h
5705 ____________________________________________________________________________
5706 [ 27681] By: nicholas                              on 2006/04/02  17:05:34
5707         Log: Better failure diagnostics from switch.t.
5708      Branch: perl
5709            ! t/op/switch.t
5710 ____________________________________________________________________________
5711 [ 27680] By: nicholas                              on 2006/04/02  16:51:53
5712         Log: Subject: Re: recent changes have some unmatching of parameters and types
5713              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
5714              Message-Id: <20060402122547.0037.BQW10602@nifty.com>
5715              Date: Sun, 02 Apr 2006 12:32:53 +0900
5716      Branch: perl
5717            ! embed.fnc pod/perlintern.pod proto.h
5718 ____________________________________________________________________________
5719 [ 27679] By: davem                                 on 2006/04/02  16:32:10
5720         Log: use slabs to allocate save state space in regmatch() 
5721      Branch: perl
5722            ! embedvar.h perl.c perl.h perlapi.h regcomp.h regexec.c
5723            ! regexp.h sv.c thrdvar.h
5724 ____________________________________________________________________________
5725 [ 27677] By: nicholas                              on 2006/04/02  11:17:58
5726         Log: Abstract all reads/writes of the hints in COPs with 2 new macros,
5727              CopHINTS_get() and CopHINTS_set().
5728      Branch: perl
5729            ! cop.h op.c pp_ctl.c utf8.c
5730 ____________________________________________________________________________
5731 [ 27676] By: nicholas                              on 2006/04/02  10:55:36
5732         Log: 'SvIOK(sv) ? SvIVX(sv) : sv_2iv(sv)' is 'SvIV(sv)' so write it as such.
5733      Branch: perl
5734            ! mg.c
5735 ____________________________________________________________________________
5736 [ 27674] By: nicholas                              on 2006/04/02  10:41:30
5737         Log: Convert ByteLoader to use CopARYBASE_set().
5738      Branch: perl
5739            ! bytecode.pl ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
5740 ____________________________________________________________________________
5741 [ 27671] By: nicholas                              on 2006/04/02  10:08:04
5742         Log: Abstract all the accesses to cop_arybase (apart from ByteLoader)
5743      Branch: perl
5744            ! cop.h ext/B/B.xs mg.c op.c pp.c pp_ctl.c pp_hot.c scope.c
5745            ! scope.h toke.c
5746 ____________________________________________________________________________
5747 [ 27669] By: craigb                                on 2006/04/02  01:09:38
5748         Log: fix typo in vms/gen_shrfls.pl itanium detector
5749      Branch: perl
5750            ! vms/gen_shrfls.pl
5751 ____________________________________________________________________________
5752 [ 27668] By: nicholas                              on 2006/04/01  23:34:10
5753         Log: If the passed in target rv for Perl_newSVrv() was already a reference
5754              to something, it would leak the reference count on that thing.
5755      Branch: perl
5756            ! sv.c
5757 ____________________________________________________________________________
5758 [ 27667] By: nicholas                              on 2006/04/01  23:09:34
5759         Log: Test no mypragma;
5760      Branch: perl
5761            ! t/lib/mypragma.t
5762 ____________________________________________________________________________
5763 [ 27666] By: nicholas                              on 2006/04/01  21:17:46
5764         Log: Automatically set HINT_LOCALIZE_HH whenever %^H is modified.
5765      Branch: perl
5766            ! embed.fnc embed.h hv.c lib/feature.pm lib/sort.pm mg.c op.c
5767            ! proto.h scope.c scope.h t/lib/mypragma.pm
5768 ____________________________________________________________________________
5769 [ 27665] By: nicholas                              on 2006/04/01  19:38:31
5770         Log: The call to Perl_hv_assert(aTHX_ hv) should be wrapped in a DEBUG_A().
5771      Branch: perl
5772            ! hv.c
5773 ____________________________________________________________________________
5774 [ 27664] By: nicholas                              on 2006/04/01  15:26:48
5775         Log: Test that user pragmas work inside string eval.
5776      Branch: perl
5777            ! t/lib/mypragma.t
5778 ____________________________________________________________________________
5779 [ 27663] By: nicholas                              on 2006/04/01  15:22:54
5780         Log: Add Rafael's example user pragma, and convert his demo to a test.
5781      Branch: perl
5782            + t/lib/mypragma.pm t/lib/mypragma.t
5783            ! MANIFEST
5784 ____________________________________________________________________________
5785 [ 27662] By: nicholas                              on 2006/04/01  15:21:56
5786         Log: If the comment says "(and not ours)" then it should be tested.
5787      Branch: perl
5788            ! t/op/getppid.t
5789 ____________________________________________________________________________
5790 [ 27660] By: nicholas                              on 2006/04/01  15:11:11
5791         Log: Rewrite t/op/getppid.t to remove the assumption that init has PID of 1.
5792      Branch: perl
5793            ! t/op/getppid.t
5794 ____________________________________________________________________________
5795 [ 27659] By: nicholas                              on 2006/04/01  14:31:37
5796         Log: Propagate cop_hints inside string evals. For the unthreaded case this
5797              is easy. For the threaded case it's not, because the current OP may
5798              be shared with another thread, so solve this by copying the hints
5799              chain.
5800      Branch: perl
5801            ! embed.fnc embed.h hv.c pod/perlintern.pod pp_ctl.c proto.h
5802            ! t/op/caller.t
5803 ____________________________________________________________________________
5804 [ 27657] By: nicholas                              on 2006/04/01  12:32:23
5805         Log: Inconsistencies in paramter const-ness noticed by SADAHIRO Tomoyuki.
5806      Branch: perl
5807            ! embed.fnc proto.h sv.c
5808 ____________________________________________________________________________
5809 [ 27656] By: rgs                                   on 2006/03/31  21:53:22
5810         Log: Subject: [PATCH] Re: recursion now removed from the regex engine
5811              From: Dominic Dunlop <shouldbedomo@mac.com>
5812              Date: Thu, 30 Mar 2006 10:31:55 +0200
5813              Message-Id: <C4D69F9F-FB90-4564-8C46-E51765EB0440@mac.com>
5814      Branch: perl
5815            ! t/op/pat.t
5816 ____________________________________________________________________________
5817 [ 27653] By: rgs                                   on 2006/03/31  20:02:40
5818         Log: Updated version of the grumpy comment deleted by change #27649,
5819              by Jarkko
5820      Branch: perl
5821            ! perl.h
5822 ____________________________________________________________________________
5823 [ 27652] By: merijn                                on 2006/03/31  19:36:44
5824         Log: Glossary part for #27447 (madlyh, madlyobj, madlysrc)
5825      Branch: perl
5826            ! Porting/Glossary
5827 ____________________________________________________________________________
5828 [ 27650] By: nicholas                              on 2006/03/31  19:30:09
5829         Log: Need to dup any hints HV stored on the save stack.
5830      Branch: perl
5831            ! sv.c
5832 ____________________________________________________________________________
5833 [ 27649] By: rgs                                   on 2006/03/31  16:59:53
5834         Log: Subject: [PATCH] Redo PERL_UNUSED_DECL
5835              From: andy@petdance.com (Andy Lester)
5836              Date: Fri, 31 Mar 2006 00:54:58 -0600
5837              Message-ID: <20060331065458.GA28571@petdance.com>
5838      Branch: perl
5839            ! malloc.c perl.h
5840 ____________________________________________________________________________
5841 [ 27648] By: craigb                                on 2006/03/31  16:31:28
5842         Log: Subject: [patch@27638] Enable standard stat for VMS >=8.2
5843         From: "John E. Malmberg" <wb8tyw@qsl.net>
5844         Date: Fri, 31 Mar 2006 00:39:23 -0500
5845         Message-id: <442CC08A.30409@qsl.net>
5846      Branch: perl
5847            ! configure.com vms/vms.c vms/vmsish.h
5848 ____________________________________________________________________________
5849 [ 27647] By: nicholas                              on 2006/03/31  16:22:13
5850         Log: Note future possible flexibility for Perl_magic_sethint().
5851      Branch: perl
5852            ! mg.c
5853 ____________________________________________________________________________
5854 [ 27646] By: nicholas                              on 2006/03/31  16:19:38
5855         Log: Test that entries in %^H are actually independant.
5856      Branch: perl
5857            ! t/op/caller.t
5858 ____________________________________________________________________________
5859 [ 27645] By: nicholas                              on 2006/03/31  14:10:39
5860         Log: I can't spell.
5861      Branch: perl
5862            ! op.c
5863 ____________________________________________________________________________
5864 [ 27644] By: rgs                                   on 2006/03/31  14:08:12
5865         Log: Document new magic types in perlguts. Fix a comment about sort hints.
5866      Branch: perl
5867            ! perl.h pod/perlguts.pod
5868 ____________________________________________________________________________
5869 [ 27643] By: nicholas                              on 2006/03/31  13:45:57
5870         Log: Serialise changes to %^H onto the current COP. Return the compile time
5871              state of %^H as an eleventh value from caller. This allows users to
5872              write pragmas.
5873      Branch: perl
5874            ! cop.h dump.c embed.fnc embed.h gv.c hv.c hv.h makedef.pl mg.c
5875            ! op.c perl.c perl.h pod/perlfunc.pod pod/perlintern.pod
5876            ! pp_ctl.c proto.h scope.c scope.h sv.c t/op/caller.t
5877 ____________________________________________________________________________
5878 [ 27642] By: rgs                                   on 2006/03/31  13:22:00
5879         Log: Upgrade to Time::Local 1.12_01
5880      Branch: perl
5881            ! lib/Time/Local.pm lib/Time/Local.t
5882 ____________________________________________________________________________
5883 [ 27641] By: rgs                                   on 2006/03/31  12:30:31
5884         Log: Subject: [PATCH] Random accumulated patches
5885              From: andy@petdance.com (Andy Lester)
5886              Date: Thu, 30 Mar 2006 23:42:28 -0600
5887              Message-ID: <20060331054228.GA18940@petdance.com>
5888      Branch: perl
5889            ! cop.h doio.c dump.c embed.fnc gv.c gv.h hv.c mg.c op.c perl.c
5890            ! perl.h pp.c pp_ctl.c pp_hot.c pp_sort.c proto.h regcomp.c sv.c
5891            ! sv.h toke.c utf8.c
5892 ____________________________________________________________________________
5893 [ 27640] By: rgs                                   on 2006/03/31  12:10:57
5894         Log: Subject: [PATCH] IO::Compress::Zip
5895              From: "Paul Marquess" <paul.marquess@ntlworld.com>
5896              Date: Fri, 31 Mar 2006 09:48:36 +0100
5897              Message-ID: <005201c6549f$e7374490$2405140a@myopwv.com>
5898      Branch: perl
5899            ! ext/Compress/IO/Zlib/t/105oneshot-zip-only.t
5900 ____________________________________________________________________________
5901 [ 27639] By: rgs                                   on 2006/03/31  08:00:08
5902         Log: Test for fileno definedness instead of truth
5903              Don't load Config.pm, which isn't used
5904      Branch: perl
5905            ! lib/FileCache.pm
5906 ____________________________________________________________________________
5907 [ 27638] By: nicholas                              on 2006/03/30  20:55:17
5908         Log: Localising hash slices with UTF-8 encoded keys was also buggy.
5909              (See also change 27637)
5910      Branch: perl
5911            ! pp.c t/op/local.t
5912 ____________________________________________________________________________
5913 [ 27637] By: nicholas                              on 2006/03/30  20:37:03
5914         Log: Fix bug #38815 (localising keys which are UTF-8 encoded didn't delete
5915              them correctly on scope exit)
5916      Branch: perl
5917            ! pp_hot.c scope.c t/op/local.t
5918 ____________________________________________________________________________
5919 [ 27636] By: nicholas                              on 2006/03/30  18:18:27
5920         Log: Fix bug 36267 - assigning to a tied hash shouldn't change the
5921              underlying hash. (It used to, if the underlying hash had had storage
5922              allocated). This has the side effect of changing the return value from
5923              hv_store and hv_store_ent for some tied hash scenarios. But *to*
5924              something consistent (ly crazy)
5925      Branch: perl
5926            ! ext/XS/APItest/t/hash.t hv.c t/op/tie.t
5927 ____________________________________________________________________________
5928 [ 27635] By: stevep                                on 2006/03/30  12:49:28
5929         Log: Pod nit mentioned in Debian bug #358455.
5930      Branch: perl
5931            ! pod/perlsec.pod
5932 ____________________________________________________________________________
5933 [ 27634] By: gisle                                 on 2006/03/30  12:31:26
5934         Log: Populate pre-canned config.sh files with
5935              d_archlib and d_inc_version_list.
5936              Ref change 27632.
5937      Branch: perl
5938            ! configure.com symbian/config.sh win32/config.bc
5939            ! win32/config.gc win32/config.vc win32/config.vc64
5940            ! wince/config.ce
5941 ____________________________________________________________________________
5942 [ 27633] By: rgs                                   on 2006/03/30  12:15:35
5943         Log: Subject: PATCH t/op/tie.t
5944              From: Robin Barker <Robin.Barker@npl.co.uk>
5945              Date: Thu, 30 Mar 2006 13:07:47 +0100
5946              Message-ID: <533D273D4014D411AB1D00062938C4D90849C9CA@hotel.npl.ad.local>
5947      Branch: perl
5948            ! t/op/tie.t
5949 ____________________________________________________________________________
5950 [ 27632] By: gisle                                 on 2006/03/30  12:13:54
5951         Log: Introduce d_sitearch and d_inc_version_list config.sh variables.
5952              These allow me to set sitearch and sitelib to be the same without
5953              ending up with duplicate entries in @INC.
5954              
5955              Basically the same way the old d_archlib variable is used.
5956      Branch: perl
5957            ! Configure Porting/Glossary config_h.SH perl.c
5958 ____________________________________________________________________________
5959 [ 27631] By: rgs                                   on 2006/03/30  08:28:38
5960         Log: Subject: Re: New Module::Build released
5961              From: "Randy W. Sims" <ml-perl@thepierianspring.org>
5962              Date: Wed, 29 Mar 2006 14:10:32 -0500
5963              Message-ID: <442ADBA8.4000203@thepierianspring.org>
5964      Branch: perl
5965            + lib/Module/Build/YAML.pm lib/Module/Build/t/mbyaml.t
5966            ! MANIFEST lib/ExtUtils/CBuilder.pm
5967            ! lib/ExtUtils/CBuilder/Changes
5968            ! lib/ExtUtils/CBuilder/Platform/VMS.pm lib/Module/Build.pm
5969            ! lib/Module/Build/Authoring.pod lib/Module/Build/Base.pm
5970            ! lib/Module/Build/Changes lib/Module/Build/Platform/MacOS.pm
5971            ! lib/Module/Build/Platform/VMS.pm
5972            ! lib/Module/Build/Platform/Windows.pm
5973            ! lib/Module/Build/Platform/os2.pm
5974            ! lib/Module/Build/t/bundled/Tie/CPHash.pm
5975            ! lib/Module/Build/t/lib/DistGen.pm
5976            ! lib/Module/Build/t/metadata.t
5977 ____________________________________________________________________________
5978 [ 27630] By: rgs                                   on 2006/03/30  08:17:12
5979         Log: Subject: [PATCH] Clean up regexec.c, and remove two functions
5980              From: andy@petdance.com (Andy Lester)
5981              Date: Wed, 29 Mar 2006 10:13:36 -0600
5982              Message-ID: <20060329161336.GA12456@petdance.com>
5983      Branch: perl
5984            ! embed.fnc embed.h proto.h regexec.c
5985 ____________________________________________________________________________
5986 [ 27629] By: rgs                                   on 2006/03/29  12:30:56
5987         Log: Subject: child's processor time
5988              From: hv@crypt.org <hv@crypt.org>
5989              Date: Mar 29, 2006 2:34 PM
5990              Message-Id: <200603291234.k2TCY6r29535@zen.crypt.org>
5991      Branch: perl
5992            ! pod/perlfunc.pod
5993 ____________________________________________________________________________
5994 [ 27628] By: rgs                                   on 2006/03/29  09:26:01
5995         Log: Subject: CLONE for Tie::RefHash
5996              From: Yuval Kogman <nothingmuch@woobling.org>
5997              Date: Mon, 27 Mar 2006 15:34:07 +0200
5998              Message-ID: <20060327133407.GA16901@woobling.org>
5999              
6000              (also rename old Tie::RefHash test, so several test files
6001              are allowed.)
6002      Branch: perl
6003            + lib/Tie/RefHash/threaded.t
6004           +> lib/Tie/RefHash/refhash.t
6005            - lib/Tie/RefHash.t
6006            ! MANIFEST lib/Tie/RefHash.pm
6007 ____________________________________________________________________________
6008 [ 27627] By: rgs                                   on 2006/03/29  09:01:21
6009         Log: Subject: [PATCH] Devel::DProf consting
6010              From: andy@petdance.com (Andy Lester)
6011              Date: Sat, 25 Mar 2006 23:32:13 -0600
6012              Message-ID: <20060326053213.GA10401@petdance.com>
6013      Branch: perl
6014            ! ext/Devel/DProf/DProf.xs
6015 ____________________________________________________________________________
6016 [ 27626] By: rgs                                   on 2006/03/29  08:55:21
6017         Log: Subject: re-[PATCH] Re: [PATCH] Poison now in two different flavours!
6018              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
6019              Date: Sun, 26 Mar 2006 14:53:56 +0300
6020              Message-ID: <442680D4.3000809@gmail.com>
6021      Branch: perl
6022            ! handy.h pod/perlapi.pod pod/perlclib.pod pod/perlhack.pod
6023            ! pp_ctl.c scope.c sv.c util.c
6024 ____________________________________________________________________________
6025 [ 27625] By: rgs                                   on 2006/03/29  08:42:28
6026         Log: Subject: [doc-patch] clarify -Accflags in INSTALL
6027              From: Jim Cromie <jim.cromie@gmail.com>
6028              Date: Sun, 26 Mar 2006 20:33:23 -0500
6029              Message-ID: <442740E3.8030006@gmail.com>
6030      Branch: perl
6031            ! INSTALL
6032 ____________________________________________________________________________
6033 [ 27622] By: nicholas                              on 2006/03/28  15:43:59
6034         Log: Only compile Perl_hv_assert with DEBUGGING.
6035      Branch: perl
6036            ! hv.c makedef.pl
6037 ____________________________________________________________________________
6038 [ 27621] By: nicholas                              on 2006/03/28  15:17:06
6039         Log: Having tested IPv6 support in all builtins for TCP and UDP, it all
6040              seem to work perfectly. So remove from perltodo.pod.
6041      Branch: perl
6042            ! pod/perltodo.pod
6043 ____________________________________________________________________________
6044 [ 27620] By: gisle                                 on 2006/03/28  11:18:52
6045         Log: Improved description of the tmon.out format.
6046              The / lines where undocumented.
6047      Branch: perl
6048            ! ext/Devel/DProf/DProf.pm
6049 ____________________________________________________________________________
6050 [ 27619] By: steveh                                on 2006/03/28  10:38:52
6051         Log: Subject: [PATCH lib/Term/ReadLine] Re: [cpan #17773] Bug in Term::ReadKey being trigger by a bug in Term::ReadLine
6052              From: Jonathan Stowe <jns@gellyfish.com>
6053              Date: Mon, 13 Mar 2006 16:09:44 +0000
6054              Message-Id: <1142266184.5811.141.camel@orpheus.gellyfish.com>
6055      Branch: perl
6056            ! lib/Term/ReadLine.pm
6057 ____________________________________________________________________________
6058 [ 27618] By: craigb                                on 2006/03/28  04:01:21
6059         Log: Subject: [patch@27613] VMS long file path support active.
6060         From: "John E. Malmberg" <wb8tyw@qsl.net>
6061         Date: Mon, 27 Mar 2006 08:05:33 -0500
6062         Message-id: <4427E31D.2030801@qsl.net>
6063
6064      Branch: perl
6065            ! vms/vms.c vms/vmsish.h
6066 ____________________________________________________________________________
6067 [ 27617] By: nicholas                              on 2006/03/27  21:04:58
6068         Log: Merge the cut & paste code from Perl_call_sv/Perl_fold_constants with
6069              the near identical code in pp_entertry into Perl_create_eval_scope.
6070              Move the cut & paste code from Perl_call_sv/Perl_fold_constants into
6071              Perl_delete_eval_scope.
6072      Branch: perl
6073            ! cop.h embed.fnc embed.h ext/B/t/concise-xs.t op.c perl.c
6074            ! pp_ctl.c proto.h
6075 ____________________________________________________________________________
6076 [ 27616] By: nicholas                              on 2006/03/27  20:31:52
6077         Log: It helps to actually add the files you add to MANIFEST. (Thanks Dave
6078              for spotting my mistake).
6079      Branch: perl
6080            + t/comp/fold.t
6081 ____________________________________________________________________________
6082 [ 27615] By: nicholas                              on 2006/03/27  19:25:02
6083         Log: If constant folding fails, don't fold constants, rather than reporting
6084              the error at compile time. This allows illegal constant expressions in
6085              dead code to be ignored.
6086      Branch: perl
6087            ! MANIFEST op.c pod/perldiag.pod pod/perltodo.pod
6088 ____________________________________________________________________________
6089 [ 27613] By: craigb                                on 2006/03/27  00:04:10
6090         Log: EU::MM::MM_VMS::one_liner must quote "--" argument
6091      Branch: perl
6092            ! lib/ExtUtils/MM_VMS.pm
6093 ____________________________________________________________________________
6094 [ 27612] By: nicholas                              on 2006/03/26  22:12:57
6095         Log: Replace all sv_mortalcopy(&PL_sv_no); sv_set*(...) with
6096              sv2mortal(newSV*(...)) to avoid needless upgrades to PVNV and needless
6097              allocation of a copy of "".
6098      Branch: perl
6099            ! pp_sys.c
6100 ____________________________________________________________________________
6101 [ 27611] By: craigb                                on 2006/03/26  21:58:49
6102         Log: Subject: [patch@27609] vms pool corruption fix for _NLA0:
6103         From: "John E. Malmberg" <wb8tyw@qsl.net>
6104         Date: Sun, 26 Mar 2006 14:32:30 -0500
6105         Message-id: <4426EC4E.8030801@qsl.net>
6106      Branch: perl
6107            ! vms/vms.c
6108 ____________________________________________________________________________
6109 [ 27610] By: gisle                                 on 2006/03/26  09:15:01
6110         Log: REXEC_ML is unused.
6111      Branch: perl
6112            ! regexp.h
6113 ____________________________________________________________________________
6114 [ 27609] By: gbarr                                 on 2006/03/26  02:49:11
6115         Log: Update to IO-1.23
6116      Branch: perl
6117            ! ext/IO/ChangeLog ext/IO/IO.pm ext/IO/lib/IO/Dir.pm
6118            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
6119            ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
6120            ! ext/IO/lib/IO/Socket/UNIX.pm ext/IO/t/io_multihomed.t
6121            ! ext/IO/t/io_pipe.t ext/IO/t/io_sock.t ext/IO/t/io_taint.t
6122            ! ext/IO/t/io_tell.t ext/IO/t/io_udp.t ext/IO/t/io_unix.t
6123 ____________________________________________________________________________
6124 [ 27608] By: nicholas                              on 2006/03/25  22:45:34
6125         Log: Add S_space_join_names_mortal() which joins a char** array with " "s,
6126              replacing 5 instances of the same code.
6127      Branch: perl
6128            ! embed.fnc embed.h pp_sys.c proto.h
6129 ____________________________________________________________________________
6130 [ 27607] By: nicholas                              on 2006/03/25  22:10:27
6131         Log: Silence 3 (spurious) gcc warnings about "maybe used uninitialized".
6132      Branch: perl
6133            ! regexec.c sv.c
6134 ____________________________________________________________________________
6135 [ 27603] By: davem                                 on 2006/03/25  14:57:19
6136         Log: make configpm only update Config.pm, Config_heavy.pl if changed.
6137              Should stop spurious rebuilding of extensions.
6138              Also add documentation and copyright to top of file.
6139      Branch: perl
6140            ! configpm
6141 ____________________________________________________________________________
6142 [ 27602] By: nicholas                              on 2006/03/25  14:46:09
6143         Log: PL_multiline isn't referenced, and can be removed.
6144      Branch: perl
6145            ! embedvar.h intrpvar.h perl.c perlapi.h sv.c
6146 ____________________________________________________________________________
6147 [ 27601] By: rgs                                   on 2006/03/25  13:42:38
6148         Log: Subject: [PATCH] ext/Compress/IO/Zlib/t/050interop-gzip.t
6149              From: "Paul Marquess" <paul.marquess@ntlworld.com>
6150              Date: Fri, 24 Mar 2006 16:19:05 -0000
6151              Message-ID: <001b01c64f5e$ad8284d0$6b65140a@myopwv.com>
6152      Branch: perl
6153            ! ext/Compress/IO/Zlib/t/050interop-gzip.t
6154 ____________________________________________________________________________
6155 [ 27600] By: nicholas                              on 2006/03/25  11:35:33
6156         Log: Free the regexp state when exiting "recursion".
6157      Branch: perl
6158            ! regexec.c
6159 ____________________________________________________________________________
6160 [ 27599] By: davem                                 on 2006/03/24  23:21:52
6161         Log: remove unused PL_regcc variable
6162      Branch: perl
6163            ! embedvar.h perlapi.h regcomp.c sv.c thrdvar.h
6164 ____________________________________________________________________________
6165 [ 27598] By: davem                                 on 2006/03/24  23:05:11
6166         Log: make S_regmatch() iterative rather than recursive.
6167              Goodbye stack-bustng regexes!
6168      Branch: perl
6169            ! regexec.c
6170 ____________________________________________________________________________
6171 [ 27597] By: craigb                                on 2006/03/24  21:05:45
6172         Log: restore EU::MM test fixes from 26079, 26813, and 26919
6173              that were lost in 27590
6174      Branch: perl
6175            ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/FIRST_MAKEFILE.t
6176            ! lib/ExtUtils/t/Manifest.t lib/ExtUtils/t/basic.t
6177 ____________________________________________________________________________
6178 [ 27596] By: rgs                                   on 2006/03/24  13:51:15
6179         Log: Bump version number of ExtUtils::MM_Win32
6180      Branch: perl
6181            ! lib/ExtUtils/MM_Win32.pm
6182 ____________________________________________________________________________
6183 [ 27595] By: steveh                                on 2006/03/24  13:01:32
6184         Log: Fix broken MM_Win32.t tests following 27590
6185              
6186              Test 31 was failing because 27590 had undone part of 25627.
6187              Test 41 was failing because the change to pasthru() in MM_Win32.pm
6188              means that $self->{MAKE} now needs to be initialized.
6189      Branch: perl
6190            ! lib/ExtUtils/t/MM_Win32.t
6191 ____________________________________________________________________________
6192 [ 27594] By: rgs                                   on 2006/03/24  11:01:01
6193         Log: Subject: [PATCH] (2nd revised) 1st patch to sync blead 'threads' with CPAN
6194              From: "Jerry D. Hedden" <jerry@hedden.us>
6195              Date: Thu, 23 Mar 2006 09:19:54 -0700
6196              Message-ID: <20060323091954.fb30e530d17747c2b054d625b8945d88.884826707f.wbe@email.email.secureserver.net>
6197      Branch: perl
6198            ! ext/threads/Changes ext/threads/Makefile.PL ext/threads/README
6199            ! ext/threads/t/basic.t ext/threads/t/end.t ext/threads/t/join.t
6200            ! ext/threads/t/libc.t ext/threads/t/list.t
6201            ! ext/threads/t/problems.t ext/threads/t/stress_cv.t
6202            ! ext/threads/t/stress_re.t ext/threads/t/stress_string.t
6203            ! ext/threads/t/thread.t ext/threads/threads.pm
6204            ! ext/threads/threads.xs
6205 ____________________________________________________________________________
6206 [ 27593] By: craigb                                on 2006/03/23  23:19:38
6207         Log: improve thread linking options on VMS
6208      Branch: perl
6209            ! configure.com vms/descrip_mms.template
6210 ____________________________________________________________________________
6211 [ 27592] By: rgs                                   on 2006/03/23  22:13:13
6212         Log: When MAN3PODS is forced to {} in a Makefile.PL, manpages should not be
6213              built from pods. This change fixes bleadperl compilation -- trying to
6214              build manpages with miniperl causes a bootstrapping problem.
6215      Branch: perl
6216            ! lib/ExtUtils/MM_Unix.pm
6217 ____________________________________________________________________________
6218 [ 27591] By: rgs                                   on 2006/03/23  17:50:29
6219         Log: No reason to ship MakeMaker's META.yml
6220      Branch: perl
6221            - lib/ExtUtils/META.yml
6222            ! MANIFEST
6223 ____________________________________________________________________________
6224 [ 27590] By: rgs                                   on 2006/03/23  17:43:26
6225         Log: Merge changes from CPAN's EU:MM 6.30_01.
6226              The modules that have local changes have superior
6227              version numbers than the CPAN counterparts.
6228      Branch: perl
6229            + lib/ExtUtils/t/INSTALL_BASE.t lib/ExtUtils/t/make.t
6230            + lib/ExtUtils/t/revision.t
6231            - lib/ExtUtils/t/installbase.t
6232            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/META.yml
6233            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_NW5.pm
6234            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
6235            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm
6236            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/FAQ.pod
6237            ! lib/ExtUtils/PATCHING lib/ExtUtils/t/Command.t
6238            ! lib/ExtUtils/t/FIRST_MAKEFILE.t lib/ExtUtils/t/MM_NW5.t
6239            ! lib/ExtUtils/t/MM_Win32.t lib/ExtUtils/t/Manifest.t
6240            ! lib/ExtUtils/t/basic.t
6241 ____________________________________________________________________________
6242 [ 27589] By: nicholas                              on 2006/03/23  16:27:42
6243         Log: Document the values for ${^UTF8CACHE}
6244      Branch: perl
6245            ! pod/perlvar.pod
6246 ____________________________________________________________________________
6247 [ 27588] By: nicholas                              on 2006/03/23  16:25:51
6248         Log: Rejig the location of the cache assertion code in Perl_sv_pos_b2u().
6249      Branch: perl
6250            ! sv.c
6251 ____________________________________________________________________________
6252 [ 27587] By: rgs                                   on 2006/03/23  15:27:15
6253         Log: Get version numbers in line with what's in the CPAN
6254              EU::MM 6.30_01 tarball. (ExtUtils::Install has local changes,
6255              so bump its version number.)
6256      Branch: perl
6257            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
6258            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mkbootstrap.pm
6259            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
6260 ____________________________________________________________________________
6261 [ 27586] By: nicholas                              on 2006/03/23  14:31:28
6262         Log: Move orphaned documentation back to its functions
6263              Document the new static functions, and how the cache works.
6264      Branch: perl
6265            ! pod/perltodo.pod sv.c
6266 ____________________________________________________________________________
6267 [ 27585] By: nicholas                              on 2006/03/23  14:09:33
6268         Log: Make S_sv_pos_u2b_cached use both cache pairs.
6269      Branch: perl
6270            ! sv.c
6271 ____________________________________________________________________________
6272 [ 27584] By: nicholas                              on 2006/03/23  13:47:41
6273         Log: Use both cache entries for Perl_sv_pos_b2u().
6274      Branch: perl
6275            ! sv.c
6276 ____________________________________________________________________________
6277 [ 27583] By: nicholas                              on 2006/03/23  13:16:53
6278         Log: Complete the other 2 arms of the cache update code.
6279      Branch: perl
6280            ! sv.c
6281 ____________________________________________________________________________
6282 [ 27582] By: nicholas                              on 2006/03/23  12:44:35
6283         Log: Pass the (byte) length of the entire string into
6284              utf8_mg_pos_cache_update()
6285              Start to use the cache to store two pairs of byte/utf-8 pairs.
6286              Add the first third of the cache update code.
6287      Branch: perl
6288            ! embed.fnc embed.h proto.h sv.c
6289 ____________________________________________________________________________
6290 [ 27581] By: rgs                                   on 2006/03/23  12:30:39
6291         Log: Upgrade to Time::Local 1.12
6292      Branch: perl
6293            ! lib/Time/Local.pm lib/Time/Local.t
6294 ____________________________________________________________________________
6295 [ 27580] By: nicholas                              on 2006/03/23  11:33:48
6296         Log: Add all new static functions to embed.fnc
6297              Remove old unused static functions.
6298              Remove references to cache[2] and cache[3].
6299      Branch: perl
6300            ! embed.fnc embed.h proto.h sv.c
6301 ____________________________________________________________________________
6302 [ 27579] By: nicholas                              on 2006/03/23  11:06:52
6303         Log: Use the cache in S_sv_pos_u2b_cached() when the desired offset is
6304              between the start of the string and the cached location.
6305              Remove unneccesary else from Perl_sv_pos_b2u().
6306      Branch: perl
6307            ! sv.c
6308 ____________________________________________________________________________
6309 [ 27578] By: nicholas                              on 2006/03/23  10:42:26
6310         Log: Use the cache in S_sv_pos_u2b_cached when the sought offset is after
6311              the first cache entry.
6312      Branch: perl
6313            ! sv.c
6314 ____________________________________________________________________________
6315 [ 27577] By: rgs                                   on 2006/03/23  10:01:48
6316         Log: Further adjustement to change #27576 by Jan Dubois
6317              (this change being blead-specific, while #27576 is
6318              integrable to maint)
6319      Branch: perl
6320            ! sv.c
6321 ____________________________________________________________________________
6322 [ 27576] By: rgs                                   on 2006/03/23  09:58:22
6323         Log: Subject: RE: [PATCH, no, really!] Re: [perl #38779] NAN's on Win32
6324              From: "Jan Dubois" <jand@ActiveState.com>
6325              Date: Wed, 22 Mar 2006 22:49:11 -0800
6326              Message-ID: <060201c64e45$e4ca7020$2217a8c0@candy>
6327              
6328              Also, back out change #27567.
6329      Branch: perl
6330            ! README.win32 pp.c pp_hot.c sv.c win32/win32.h
6331 ____________________________________________________________________________
6332 [ 27575] By: nicholas                              on 2006/03/23  00:14:53
6333         Log: Call S_utf8_mg_pos_cache_update() from S_sv_pos_u2b_cached().
6334              S_utf8_mg_pos_cache_update() can't use S_sv_pos_b2u_forwards() in the
6335              cache assertion code as it triggers warnings about surrogates.
6336      Branch: perl
6337            ! sv.c
6338 ____________________________________________________________________________
6339 [ 27574] By: nicholas                              on 2006/03/22  22:49:42
6340         Log: Take advantage of uoffset >= uoffset0, to simplify some logic.
6341      Branch: perl
6342            ! sv.c
6343 ____________________________________________________________________________
6344 [ 27573] By: nicholas                              on 2006/03/22  21:19:50
6345         Log: Add S_sv_pos_u2b_midway for when we know the utf-8/bytes offsets on
6346              both sides of the desired offset, so could count either way.
6347              Use cached utf-8 length in S_sv_pos_u2b_cached.
6348              Check the results if PL_utf8cache < 0.
6349      Branch: perl
6350            ! sv.c
6351 ____________________________________________________________________________
6352 [ 27572] By: nicholas                              on 2006/03/22  20:38:20
6353         Log: Create S_sv_pos_u2b_cached, which abstracts away utf-8 to byte
6354              conversions, hiding the complexity of any cache lookup.
6355      Branch: perl
6356            ! sv.c
6357 ____________________________________________________________________________
6358 [ 27571] By: rgs                                   on 2006/03/22  20:33:56
6359         Log: Subject: Uninitialized value in Archive::Tar
6360              From: "Randy W. Sims" <ml-perl@thepierianspring.org>
6361              Date: Mon, 20 Mar 2006 06:37:31 -0500
6362              Message-ID: <441E93FB.3050906@thepierianspring.org>
6363      Branch: perl
6364            ! lib/Archive/Tar.pm
6365 ____________________________________________________________________________
6366 [ 27570] By: nicholas                              on 2006/03/22  18:13:06
6367         Log: The simplest way to start on Perl_sv_pos_u2b seems to be to take out
6368              all of the caching code.
6369      Branch: perl
6370            ! sv.c
6371 ____________________________________________________________________________
6372 [ 27569] By: davem                                 on 2006/03/22  16:05:16
6373         Log: remove idential code branch from regmatch()
6374      Branch: perl
6375            ! regexec.c
6376 ____________________________________________________________________________
6377 [ 27568] By: stevep                                on 2006/03/22  15:59:07
6378         Log: Fix some test failures in t/op/cmp.t when compiling with the Intel
6379              C++ Compiler on Linux.
6380      Branch: perl
6381            ! hints/linux.sh
6382 ____________________________________________________________________________
6383 [ 27567] By: rgs                                   on 2006/03/22  14:27:21
6384         Log: Subject: [PATCH] Re: [perl #38779] NAN's on Win32
6385              From: Dominic Dunlop <shouldbedomo@mac.com>
6386              Date: Wed, 22 Mar 2006 15:18:33 +0100
6387              Message-Id: <E44A2151-DE7F-4C5D-8A4B-DDA0412229C2@mac.com>
6388      Branch: perl
6389            ! README.win32
6390 ____________________________________________________________________________
6391 [ 27566] By: gisle                                 on 2006/03/22  13:37:19
6392         Log: Adjust docs to reflect that DynaLoader, as of change 27549,
6393              is part of libperl.
6394      Branch: perl
6395            ! lib/ExtUtils/Embed.pm
6396 ____________________________________________________________________________
6397 [ 27565] By: stevep                                on 2006/03/22  02:18:58
6398         Log: Increase the length of content compressed as a kludge to get 
6399              around incompatibilities in OpenBSD's gzip.
6400      Branch: perl
6401            ! ext/Compress/IO/Zlib/t/050interop-gzip.t
6402 ____________________________________________________________________________
6403 [ 27564] By: nicholas                              on 2006/03/21  22:09:51
6404         Log: (Hopefully) make VMS happy.
6405      Branch: perl
6406            ! sv.c
6407 ____________________________________________________________________________
6408 [ 27563] By: craigb                                on 2006/03/21  13:01:47
6409         Log: Subject: [patch@27529] thread.h - VMS needs more stack
6410         From: "John E. Malmberg" <wb8tyw@qsl.net>
6411         Date: Fri, 17 Mar 2006 11:05:33 -0500
6412         Message-id: <441ADE4D.2090207@qsl.net>
6413
6414      Branch: perl
6415            ! thread.h
6416 ____________________________________________________________________________
6417 [ 27562] By: gisle                                 on 2006/03/21  11:34:38
6418         Log: Upgrade to Digest-1.15
6419      Branch: perl
6420            ! lib/Digest.pm lib/Digest/Changes
6421 ____________________________________________________________________________
6422 [ 27561] By: rgs                                   on 2006/03/21  10:49:14
6423         Log: Subject: [patch@27538] utime patch for VMS
6424              From: "John E. Malmberg" <wb8tyw@qsl.net>
6425              Date: Mon, 20 Mar 2006 08:12:19 -0500
6426              Message-ID: <441EAA33.6010603@qsl.net>
6427      Branch: perl
6428            ! configure.com vms/vms.c vms/vmsish.h
6429 ____________________________________________________________________________
6430 [ 27560] By: gisle                                 on 2006/03/21  10:16:43
6431         Log: Test croak(NULL)
6432      Branch: perl
6433            ! ext/XS/APItest/APItest.xs ext/XS/APItest/t/exception.t
6434 ____________________________________________________________________________
6435 [ 27559] By: nicholas                              on 2006/03/20  19:30:48
6436         Log: Extend change 27558 - if we know the character offset of the end, but
6437              don't have a cache for intermediate offsets, we can still use the end
6438              offset.
6439      Branch: perl
6440            ! sv.c
6441 ____________________________________________________________________________
6442 [ 27558] By: nicholas                              on 2006/03/20  18:54:32
6443         Log: In Perl_sv_pos_b2u, if we know the character offset of the end, we
6444              can take advantage of this to count backwards if close.
6445              Remove some now unnecessary casts.
6446      Branch: perl
6447            ! sv.c
6448 ____________________________________________________________________________
6449 [ 27557] By: nicholas                              on 2006/03/20  18:17:39
6450         Log: Abstract the string walking functionality from Perl_sv_pos_b2u into
6451              static functions, and make it respect PL_utf8cache.
6452      Branch: perl
6453            ! sv.c
6454 ____________________________________________________________________________
6455 [ 27556] By: steveh                                on 2006/03/20  17:32:25
6456         Log: Merge some more changes from ActivePerl 5.8.8.816
6457              
6458              See (again):
6459              http://downloads.activestate.com/ActivePerl/src/5.8/AP816_diff.txt
6460              
6461              These changes improve support for the MS 64-bit compiler in
6462              win32/Makefile (and tentatively make the same changes to
6463              win32/makefile.mk), and also switches the now deprecated -Gf switch to
6464              -GF for all flavours of VC++ instead of just the latest ones.
6465              
6466              (See:
6467              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-02/msg00353.html
6468              for a comment on the s/-Gf/-GF/ change.)
6469      Branch: perl
6470            ! win32/Makefile win32/makefile.mk
6471 ____________________________________________________________________________
6472 [ 27555] By: steveh                                on 2006/03/20  17:21:15
6473         Log: Merge some changes from ActivePerl 5.8.8.816
6474              
6475              See:
6476              http://downloads.activestate.com/ActivePerl/src/5.8/AP816_diff.txt
6477              
6478              These changes provide better support for building XS extension modules
6479              using VC++ or MinGW when perl itself was built with the opposite of
6480              those two compilers.
6481      Branch: perl
6482            ! win32/config_H.gc win32/config_H.vc
6483 ____________________________________________________________________________
6484 [ 27554] By: rgs                                   on 2006/03/20  13:03:07
6485         Log: Revert part of change 27546 related to a /dev/null bug
6486              workaround on VMS, as requested by John E. Malmberg
6487      Branch: perl
6488            ! vms/vms.c
6489 ____________________________________________________________________________
6490 [ 27553] By: nicholas                              on 2006/03/20  12:37:22
6491         Log: Perl_utf8_distance can be implemented as a call to Perl_utf8_length.
6492      Branch: perl
6493            ! utf8.c
6494 ____________________________________________________________________________
6495 [ 27552] By: nicholas                              on 2006/03/20  12:13:46
6496         Log: The two loops in Perl_utf8_distance can be merged.
6497      Branch: perl
6498            ! utf8.c
6499 ____________________________________________________________________________
6500 [ 27551] By: gisle                                 on 2006/03/20  10:51:36
6501         Log: Avoid "uninitialized value" warnings during 'make test'.
6502              My system is set up with a few PATH entries I'm not allowed
6503              to access, so stat() fails for these.
6504      Branch: perl
6505            ! t/test.pl
6506 ____________________________________________________________________________
6507 [ 27550] By: gisle                                 on 2006/03/20  10:44:08
6508         Log: Also strip $ENV{PATH} dirs writable by world.
6509              The stripping was introduced in change 27364 to improve taint handling.
6510      Branch: perl
6511            ! t/test.pl
6512 ____________________________________________________________________________
6513 [ 27549] By: gisle                                 on 2006/03/20  10:21:50
6514         Log: Move DynaLoader.o into libperl.so.
6515              
6516              This avoids the need to statically link DynaLoader into the stub perl
6517              executable and make libperl.so provide all the code needed to get a
6518              functional embedded perl interpreter up running.  As a side effect
6519              this also moves DynaLoader into libperl.a for non-useshrplib builds.
6520              
6521              Fixes [perl #32539]
6522      Branch: perl
6523            ! Makefile.SH ext/DynaLoader/Makefile.PL ext/util/make_ext
6524            ! writemain.SH
6525 ____________________________________________________________________________
6526 [ 27548] By: nicholas                              on 2006/03/20  10:13:38
6527         Log: If the scalar has just been upgraded to SVt_RV, there's no way SvPVX
6528              can be non-NULL, so no need to check.
6529      Branch: perl
6530            ! pp.c
6531 ____________________________________________________________________________
6532 [ 27547] By: rgs                                   on 2006/03/20  10:11:21
6533         Log: Subject: [PATCH blead] Re: [perl #38710] localised stash slice
6534              From: Rick Delaney <rick@bort.ca>
6535              Date: Sat, 18 Mar 2006 19:52:11 -0500
6536              Message-ID: <20060319005211.GM25733@localhost.localdomain>
6537              
6538              One can now localize slices.
6539      Branch: perl
6540            ! pp.c t/op/local.t
6541 ____________________________________________________________________________
6542 [ 27546] By: rgs                                   on 2006/03/20  09:53:17
6543         Log: Subject: [patch@27538] Misc vms.c fixes for buffer sizes.
6544              From: "John E. Malmberg" <wb8tyw@qsl.net>
6545              Date: Sun, 19 Mar 2006 20:08:34 -0500
6546              Message-ID: <441E0092.2010405@qsl.net>
6547      Branch: perl
6548            ! vms/vms.c
6549 ____________________________________________________________________________
6550 [ 27545] By: steveh                                on 2006/03/20  09:34:57
6551         Log: Subject: [PATCH] win32_async_check must *always* check for pending signals
6552              From: "Jan Dubois" <jand@ActiveState.com>
6553              Date: Fri, 17 Mar 2006 12:23:01 -0800
6554              Message-ID: <00d401c64a00$96af8ae0$2217a8c0@candy>
6555      Branch: perl
6556            ! win32/win32.c
6557 ____________________________________________________________________________
6558 [ 27544] By: davem                                 on 2006/03/20  00:52:09
6559         Log: merge the TRIEF/TRIEFL and TRIE branches in regmatch(),
6560              expunge a couple of macros, and move some variable declarations
6561              inwards
6562      Branch: perl
6563            ! regexec.c
6564 ____________________________________________________________________________
6565 [ 27543] By: nicholas                              on 2006/03/19  19:26:05
6566         Log: Remove a redundant test on mg->mg_ptr. (It had to be non-NULL to get
6567              into this block).
6568      Branch: perl
6569            ! sv.c
6570 ____________________________________________________________________________
6571 [ 27542] By: stevep                                on 2006/03/19  16:38:11
6572         Log: Subject: [PATCH] Change the semantics of S_isa_lookup
6573              From: Andy Lester <andy@petdance.com>
6574              Date: Sat, 18 Mar 2006 00:28:45 -0600
6575              Message-ID: <20060318062845.GA11607@petdance.com>
6576      Branch: perl
6577            ! embed.fnc proto.h universal.c
6578 ____________________________________________________________________________
6579 [ 27541] By: stevep                                on 2006/03/19  16:32:16
6580         Log: Subject: [PATCH] a bit 'use strict' cleanliness
6581              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
6582              Date: Sun, 19 Mar 2006 13:21:37 +0200
6583              Message-ID: <441D3EC1.20902@gmail.com>
6584      Branch: perl
6585            ! lib/English.pm lib/Text/Tabs.pm lib/Tie/Hash.pm
6586            ! lib/Tie/Scalar.pm
6587 ____________________________________________________________________________
6588 [ 27540] By: stevep                                on 2006/03/19  16:24:22
6589         Log: Subject: [PATCH] Data::Dumper consting
6590              From: Andy Lester <andy@petdance.com>
6591              Date: Sun, 19 Mar 2006 01:22:04 -0600
6592              Message-ID: <20060319072204.GB5596@petdance.com>
6593      Branch: perl
6594            ! ext/Data/Dumper/Dumper.xs
6595 ____________________________________________________________________________
6596 [ 27539] By: stevep                                on 2006/03/19  16:21:29
6597         Log: Subject: [PATCH] Cleanups in op.c
6598              From: Andy Lester <andy@petdance.com>
6599              Date: Sun, 19 Mar 2006 00:30:29 -0600
6600              Message-ID: <20060319063029.GA5077@petdance.com>
6601      Branch: perl
6602            ! op.c
6603 ____________________________________________________________________________
6604 [ 27538] By: nicholas                              on 2006/03/17  22:12:27
6605         Log: Make Perl_sv_len_utf8 honour the new ${^UTF8CACHE}.
6606              If PERL_UTF8_CACHE_ASSERT is defined, default ${^UTF8CACHE} to -1
6607              (assertion mode). Need a way to turn this on with existing command
6608              line flags.
6609      Branch: perl
6610            ! intrpvar.h sv.c
6611 ____________________________________________________________________________
6612 [ 27537] By: nicholas                              on 2006/03/17  20:39:47
6613         Log: Remove a duplicated conditional test by putting everything for the
6614              not readonly case inside one block.
6615      Branch: perl
6616            ! sv.c
6617 ____________________________________________________________________________
6618 [ 27536] By: nicholas                              on 2006/03/17  19:37:41
6619         Log: Properly set/reset the UTF-8 length cache in regcomp.c.
6620      Branch: perl
6621            ! regcomp.c sv.c
6622 ____________________________________________________________________________
6623 [ 27535] By: nicholas                              on 2006/03/17  16:46:44
6624         Log: Restore a bit of change 27533 that change 27534 inadvertently unwound.
6625      Branch: perl
6626            ! regexec.c
6627 ____________________________________________________________________________
6628 [ 27534] By: davem                                 on 2006/03/17  15:58:45
6629         Log: inline, then delete, S_regrepeat_hard()
6630      Branch: perl
6631            ! embed.fnc embed.h proto.h regexec.c
6632 ____________________________________________________________________________
6633 [ 27533] By: nicholas                              on 2006/03/17  13:38:34
6634         Log: sv_find() returning false, followed by sv_magic() to add the magic,
6635              followed immediately by sv_find() to find it, is somewhat wasteful.
6636              So use sv_magicext(). (All cases are also correct w.r.t. SvREADONLY())
6637      Branch: perl
6638            ! mg.c pp_ctl.c pp_hot.c regexec.c sv.c
6639 ____________________________________________________________________________
6640 [ 27532] By: steveh                                on 2006/03/17  13:20:11
6641         Log: Make "distclean" target on Win32 clean up temporary HTML directory
6642              that gets left behind after running the "install" target.
6643              Also clean up a couple of leftover pod2html cache files.
6644      Branch: perl
6645            ! win32/Makefile win32/makefile.mk
6646 ____________________________________________________________________________
6647 [ 27531] By: rgs                                   on 2006/03/17  13:18:38
6648         Log: Upgrade to ExtUtils::CBuilder 0.17
6649      Branch: perl
6650            + lib/ExtUtils/CBuilder/Changes
6651            ! MANIFEST lib/ExtUtils/CBuilder.pm
6652            ! lib/ExtUtils/CBuilder/Base.pm
6653            ! lib/ExtUtils/CBuilder/Platform/VMS.pm
6654            ! lib/ExtUtils/CBuilder/Platform/Windows.pm
6655 ____________________________________________________________________________
6656 [ 27530] By: steveh                                on 2006/03/17  11:10:41
6657         Log: Install POD files into "lib\pods" rather than "lib\pod" on Win32
6658              to avoid clashing with "lib\Pod" (cf. perl change #26363)
6659              
6660              Also remove a couple of unused macros from the makefiles
6661      Branch: perl
6662            ! installperl win32/Makefile win32/makefile.mk
6663 ____________________________________________________________________________
6664 [ 27529] By: stevep                                on 2006/03/17  04:40:24
6665         Log: Subject: [PATCH] threads.xs broken under PERL_IMPLICIT_SYS; 5.8.8 regression 
6666              From: Jan Dubois <jand@ActiveState.com> 
6667              Date: Thu, 16 Mar 2006 19:34:00 -0800
6668              Message-ID: <02e601c64973$a1960cf0$6062a8c0@candy> 
6669              
6670              Also includes a version bump to ext/threads/threads.pm.
6671      Branch: perl
6672            ! ext/threads/threads.pm ext/threads/threads.xs
6673 ____________________________________________________________________________
6674 [ 27528] By: stevep                                on 2006/03/17  04:29:30
6675         Log: Subject: [PATCH] win32_pclose() error exit doesn't unlock mutex
6676              From: Jan Dubois <jand@ActiveState.com>
6677              Date: Thu, 16 Mar 2006 16:30:23 -0800
6678              Message-ID: <02c701c64959$fac63ad0$6062a8c0@candy>
6679      Branch: perl
6680            ! win32/win32.c wince/wince.c
6681 ____________________________________________________________________________
6682 [ 27527] By: stevep                                on 2006/03/17  04:19:01
6683         Log: Subject: [PATCH] win32_async_check() can loop indefinitely; 5.8.8 regression
6684              From: Jan Dubois <jand@ActiveState.com>
6685              Date: Thu, 16 Mar 2006 16:11:48 -0800
6686              Message-ID: <02ab01c64957$62142e70$6062a8c0@candy>
6687      Branch: perl
6688            ! win32/win32.c
6689 ____________________________________________________________________________
6690 [ 27526] By: davem                                 on 2006/03/17  02:57:45
6691         Log: reduce S_regrepeat_hard() callers from 3 to 1
6692      Branch: perl
6693            ! regexec.c
6694 ____________________________________________________________________________
6695 [ 27525] By: nicholas                              on 2006/03/16  23:11:11
6696         Log: Add a new per-interpeter variable PL_utf8cache, which will be used to
6697              control the UTF-8 offset caching code. Make this visible as
6698              ${^UTF8CACHE}
6699      Branch: perl
6700            ! embedvar.h gv.c intrpvar.h mg.c perlapi.h pod/perlvar.pod
6701 ____________________________________________________________________________
6702 [ 27524] By: nicholas                              on 2006/03/16  22:20:57
6703         Log: Note that it's worth looking to downsize variables in the interpreter
6704              structure.
6705      Branch: perl
6706            ! pod/perltodo.pod
6707 ____________________________________________________________________________
6708 [ 27523] By: nicholas                              on 2006/03/16  21:52:49
6709         Log: Correct the macros in the comments in hv.c. Given the improvements in
6710              compiler optimisation, and the almost irrelevance of instructions
6711              executed over cache misses, maybe we should just remove the comments
6712              by putting their code back in place of the o{ptimis,bfuscat}ed version.
6713      Branch: perl
6714            ! hv.c
6715 ____________________________________________________________________________
6716 [ 27522] By: gisle                                 on 2006/03/16  21:27:00
6717         Log: Avoid hardcoded $(OBJ_EXT)
6718      Branch: perl
6719            ! ext/DynaLoader/Makefile.PL
6720 ____________________________________________________________________________
6721 [ 27521] By: gisle                                 on 2006/03/16  21:20:46
6722         Log: Change 27520 was a bit too aggressive.  Let's keep the warning.
6723      Branch: perl
6724            ! ext/util/make_ext
6725 ____________________________________________________________________________
6726 [ 27520] By: gisle                                 on 2006/03/16  21:14:26
6727         Log: Remove unused code. No extension use Makefile.SH any more.
6728      Branch: perl
6729            ! ext/util/make_ext
6730 ____________________________________________________________________________
6731 [ 27519] By: gisle                                 on 2006/03/16  20:32:27
6732         Log: Fix up miniperl dependency.
6733              Depend on $(obj) when we use that to build miniperl.
6734      Branch: perl
6735            ! Makefile.SH
6736 ____________________________________________________________________________
6737 [ 27518] By: gisle                                 on 2006/03/16  20:24:08
6738         Log: Simplify; make perl.o included in $(obj)
6739      Branch: perl
6740            ! Makefile.SH
6741 ____________________________________________________________________________
6742 [ 27517] By: rgs                                   on 2006/03/16  16:17:38
6743         Log: Add a couple of regression tests for the untested
6744              "Bad name after %s" parsing error
6745      Branch: perl
6746            ! t/comp/parser.t
6747 ____________________________________________________________________________
6748 [ 27516] By: rgs                                   on 2006/03/16  15:19:03
6749         Log: Subject: [PATCH] Compress::Raw::Zlib, Compress::Zlib, IO::Compress::Zlib 2.000_10
6750              From: "Paul Marquess" <paul.marquess@ntlworld.com>
6751              Date: Thu, 16 Mar 2006 14:38:52 -0000
6752              Message-ID: <009401c64907$5a6ed710$4c05140a@myopwv.com>
6753      Branch: perl
6754            ! ext/Compress/IO/Base/Changes ext/Compress/IO/Base/README
6755            ! ext/Compress/IO/Base/lib/IO/Compress/Base.pm
6756            ! ext/Compress/IO/Base/lib/IO/Compress/Base/Common.pm
6757            ! ext/Compress/IO/Base/lib/IO/Uncompress/AnyUncompress.pm
6758            ! ext/Compress/IO/Base/lib/IO/Uncompress/Base.pm
6759            ! ext/Compress/IO/Zlib/Changes ext/Compress/IO/Zlib/Makefile.PL
6760            ! ext/Compress/IO/Zlib/README
6761            ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Deflate.pm
6762            ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Identity.pm
6763            ! ext/Compress/IO/Zlib/lib/IO/Compress/Deflate.pm
6764            ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip.pm
6765            ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip/Constants.pm
6766            ! ext/Compress/IO/Zlib/lib/IO/Compress/RawDeflate.pm
6767            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip.pm
6768            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip/Constants.pm
6769            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zlib/Constants.pm
6770            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Identity.pm
6771            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Inflate.pm
6772            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/AnyInflate.pm
6773            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Gunzip.pm
6774            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Inflate.pm
6775            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/RawInflate.pm
6776            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Unzip.pm
6777            ! ext/Compress/IO/Zlib/t/010examples.t
6778            ! ext/Compress/IO/Zlib/t/050interop-gzip.t
6779            ! ext/Compress/Raw/Zlib/Makefile.PL ext/Compress/Raw/Zlib/README
6780            ! ext/Compress/Raw/Zlib/Zlib.xs
6781            ! ext/Compress/Raw/Zlib/lib/Compress/Raw/Zlib.pm
6782            ! ext/Compress/Raw/Zlib/t/02zlib.t ext/Compress/Zlib/Changes
6783            ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/README
6784            ! ext/Compress/Zlib/examples/gzcat
6785            ! ext/Compress/Zlib/examples/gzstream
6786            ! ext/Compress/Zlib/lib/Compress/Zlib.pm
6787            ! ext/Compress/Zlib/t/14gzopen.t t/lib/compress/generic.pl
6788            ! t/lib/compress/tied.pl
6789 ____________________________________________________________________________
6790 [ 27515] By: gisle                                 on 2006/03/16  12:01:10
6791         Log: require should ignore directories found when searching @INC not just
6792              die as soon as it finds one.  It should for instance be possible to
6793              for require "File" to read the file "./File" even if there happens to
6794              be a "File" directory in perl's standard library.
6795              
6796              This fixes the RT #24404 fix in change 26373.
6797      Branch: perl
6798            ! pp_ctl.c t/comp/require.t
6799 ____________________________________________________________________________
6800 [ 27514] By: rgs                                   on 2006/03/16  08:32:28
6801         Log: Make the threads tests silent with regard to the new :unique deprecation warning
6802      Branch: perl
6803            ! ext/threads/t/problems.t
6804 ____________________________________________________________________________
6805 [ 27513] By: nicholas                              on 2006/03/15  23:02:49
6806         Log: Make the original versions of relocated paths available from
6807              %Config::Config with the prefix "raw_". Not sure if "raw_" is the
6808              best choice.
6809      Branch: perl
6810            ! configpm
6811 ____________________________________________________________________________
6812 [ 27511] By: nicholas                              on 2006/03/15  19:47:02
6813         Log: Correct the non gcc-brace-group definition of SvAMAGIC_off
6814      Branch: perl
6815            ! sv.h
6816 ____________________________________________________________________________
6817 [ 27510] By: nicholas                              on 2006/03/15  18:47:32
6818         Log: D'oh! 27508 wasn't quite testing what I wanted it to test. This does.
6819      Branch: perl
6820            ! lib/overload.t
6821 ____________________________________________________________________________
6822 [ 27508] By: nicholas                              on 2006/03/15  17:57:14
6823         Log: Test for reblessing objects with weak references.
6824      Branch: perl
6825            ! lib/overload.t
6826 ____________________________________________________________________________
6827 [ 27507] By: nicholas                              on 2006/03/15  17:21:00
6828         Log: Expunge references to HV_AMAGIC, HV_AMAGICbad and HV_AMAGICmb which
6829              have been unused since revision 1.
6830      Branch: perl
6831            ! hv.h sv.h
6832 ____________________________________________________________________________
6833 [ 27506] By: nicholas                              on 2006/03/15  15:08:49
6834         Log: Moving the overloading flag from the reference to the referant allows
6835              (re)?blessing of overloaded objects to work correctly.
6836      Branch: perl
6837            ! dump.c lib/overload.t sv.c sv.h
6838 ____________________________________________________________________________
6839 [ 27505] By: nicholas                              on 2006/03/15  13:13:19
6840         Log: Finish converting overload.t to Test::More
6841      Branch: perl
6842            ! lib/overload.t
6843 ____________________________________________________________________________
6844 [ 27504] By: nicholas                              on 2006/03/15  12:43:15
6845         Log: Further conversion of overload.t
6846      Branch: perl
6847            ! lib/overload.t
6848 ____________________________________________________________________________
6849 [ 27503] By: stevep                                on 2006/03/15  12:34:10
6850         Log: Additions to README.win32 and win32/Makefile based on comments from
6851              Steve Hay.
6852      Branch: perl
6853            ! README.win32 win32/Makefile
6854 ____________________________________________________________________________
6855 [ 27502] By: nicholas                              on 2006/03/15  12:29:01
6856         Log: Further conversion of overload.t
6857      Branch: perl
6858            ! lib/overload.t
6859 ____________________________________________________________________________
6860 [ 27501] By: nicholas                              on 2006/03/15  12:05:27
6861         Log: Partially convert overload.t to Test::More
6862      Branch: perl
6863            ! lib/overload.t
6864 ____________________________________________________________________________
6865 [ 27500] By: stevep                                on 2006/03/15  11:06:34
6866         Log: The first step in supporting VC++ 8.0.  Added macros for the free .NET 2.0 SDK and Visual Studio
6867              2005.  Added these macros to "if" conditions that were appropriate.  Added a fix to prevent
6868              the .NET 1.1 and 2.0 SDK compilers from attempting to build perlglob.exe (they are both missing
6869              the setargv.obj file necessary to do it).
6870      Branch: perl
6871            ! win32/Makefile
6872 ____________________________________________________________________________
6873 [ 27499] By: rgs                                   on 2006/03/14  17:32:48
6874         Log: Deprecate :unique even with threads
6875      Branch: perl
6876            ! toke.c
6877 ____________________________________________________________________________
6878 [ 27498] By: rgs                                   on 2006/03/14  17:02:38
6879         Log: Make usage of :unique emit a deprecation warning.
6880              Remove its outdated documentation.
6881      Branch: perl
6882            ! cv.h pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/toke
6883            ! toke.c
6884 ____________________________________________________________________________
6885 [ 27497] By: rgs                                   on 2006/03/14  16:02:35
6886         Log: Subject: [PATCH] perl @ 27483 fix lib/Pod/Simple/t/corpustest.t to work on VMS ODS-2
6887              From: Peter Prymmer <PPrymmer@factset.com>
6888              Date: Tue, 14 Mar 2006 10:38:00 -0500
6889              Message-ID: <OF85EC8E5E.4DF3A439-ON85257131.0055870A-85257131.0055E07C@factset.com>
6890      Branch: perl
6891            ! lib/Pod/Simple/t/corpustest.t
6892 ____________________________________________________________________________
6893 [ 27496] By: nicholas                              on 2006/03/14  15:21:54
6894         Log: SVphv_REHASH can use the same flag bit as SVf_FAKE. This allows
6895              0x10000000 (SVf_AMAGIC) to be set on all 16 SV types, which seems to
6896              be necessary to fix subtle bugs involving reblessing and overloading. 
6897      Branch: perl
6898            ! sv.h
6899 ____________________________________________________________________________
6900 [ 27495] By: rgs                                   on 2006/03/14  09:55:17
6901         Log: Subject: [perl #38710] localised stash slice 
6902              From: Hugo van der Sanden (via RT) <perlbug-followup@perl.org>
6903              Date: Sat, 11 Mar 2006 02:47:56 -0800
6904              Message-ID: <rt-3.0.11-38710-131000.18.015529928953@perl.org>
6905              
6906              (new TODO tests)
6907      Branch: perl
6908            ! t/op/local.t
6909 ____________________________________________________________________________
6910 [ 27494] By: rgs                                   on 2006/03/14  08:53:07
6911         Log: threads and threads::shared are now dual-lived modules
6912      Branch: perl
6913            ! Porting/Maintainers.pl
6914 ____________________________________________________________________________
6915 [ 27493] By: rgs                                   on 2006/03/14  08:38:45
6916         Log: Subject: [PATCH] Do nothing in a GCC-friendly way
6917              From: andy@petdance.com (Andy Lester)
6918              Date: Mon, 13 Mar 2006 12:48:50 -0600
6919              Message-ID: <20060313184850.GA16905@petdance.com>
6920      Branch: perl
6921            ! perl.h
6922 ____________________________________________________________________________
6923 [ 27492] By: rgs                                   on 2006/03/14  08:35:24
6924         Log: Subject: [PATCH] looks_like_bool can be const
6925              From: andy@petdance.com (Andy Lester)
6926              Date: Mon, 13 Mar 2006 09:31:52 -0600
6927              Message-ID: <20060313153152.GA13254@petdance.com>
6928      Branch: perl
6929            ! embed.fnc op.c proto.h
6930 ____________________________________________________________________________
6931 [ 27491] By: nicholas                              on 2006/03/13  23:13:23
6932         Log: Somewhat less shaky relocatable @INC support. You can install things
6933              to the current location of the perl tree, move it, install more things,
6934              move it again, lather rinse repeat.
6935              Configure with -Duserelocatableinc
6936      Branch: perl
6937            ! Configure configpm installperl
6938 ____________________________________________________________________________
6939 [ 27490] By: nicholas                              on 2006/03/13  20:49:55
6940         Log: First stab at rather shaky Configure support for relocatable @INC.
6941              Seems to be installing rather more that it's supposed to be.
6942      Branch: perl
6943            ! Configure configpm
6944 ____________________________________________________________________________
6945 [ 27489] By: nicholas                              on 2006/03/13  18:59:27
6946         Log: Split break out the installprefix code from setprefixvar, which allows
6947              the remaining 8 places to call the common prefix conversion code.
6948      Branch: perl
6949            ! Configure
6950 ____________________________________________________________________________
6951 [ 27488] By: nicholas                              on 2006/03/13  18:01:11
6952         Log: Refactor most of the cut & paste for setting prefix/prefixexp variables
6953              and the "Change installation prefix, if necessary" into a new
6954              "function" setprefixvar (which I assume will become Setprefixvar.U)
6955              How many platforms still have Bourne shells that can't do shell
6956              functions? Someone's going to say Irix?
6957      Branch: perl
6958            ! Configure
6959 ____________________________________________________________________________
6960 [ 27487] By: rgs                                   on 2006/03/13  17:35:59
6961         Log: Forgot the ending \. Why did it still compile ?
6962      Branch: perl
6963            ! ext/List/Util/multicall.h
6964 ____________________________________________________________________________
6965 [ 27486] By: rgs                                   on 2006/03/13  17:34:09
6966         Log: Subject: [PATCH] Automatically SPAGAIN in the poor-man's-multicall API
6967              From: Robin Houston <robin@cpan.org>
6968              Date: Mon, 13 Mar 2006 12:48:21 +0000
6969              Message-ID: <20060313124821.GA11203@rpc142.cs.man.ac.uk>
6970      Branch: perl
6971            ! ext/List/Util/multicall.h
6972 ____________________________________________________________________________
6973 [ 27485] By: nicholas                              on 2006/03/13  17:10:14
6974         Log: The existing order of the checks for whether man1dir and man3dir were
6975              ' ' were obviously buggy, because they set installman[13]dir only for
6976              the next if block to set it again. Reordering removes that daftness.
6977      Branch: perl
6978            ! Configure
6979 ____________________________________________________________________________
6980 [ 27484] By: nicholas                              on 2006/03/13  15:50:04
6981         Log: The "Change installation prefix, if necessary." code needs to use
6982              the ~ expanded prefix and installprefix in the substitution.
6983      Branch: perl
6984            ! Configure
6985 ____________________________________________________________________________
6986 [ 27483] By: rgs                                   on 2006/03/12  15:12:29
6987         Log: Load .pmc always, even if they are older than a matching .pm file.
6988              (This trick is going to be used by pugs.)
6989      Branch: perl
6990            ! pod/perlfunc.pod pp_ctl.c
6991 ____________________________________________________________________________
6992 [ 27482] By: stevep                                on 2006/03/12  14:07:17
6993         Log: Subject: [PATCH] Removed unnecessary NULL check in Digest::SHA
6994              From: Andy Lester <andy@petdance.com>
6995              Date: Tue, 7 Mar 2006 12:12:35 -0600
6996              Message-ID: <20060307181235.GA25688@petdance.com>
6997      Branch: perl
6998            ! ext/Digest/SHA/src/hmac.c
6999 ____________________________________________________________________________
7000 [ 27481] By: stevep                                on 2006/03/12  13:48:10
7001         Log: Upgrade to Module-Build-0.27_09
7002      Branch: perl
7003            ! Porting/Maintainers.pl lib/Module/Build.pm
7004            ! lib/Module/Build/Authoring.pod lib/Module/Build/Base.pm
7005            ! lib/Module/Build/Changes lib/Module/Build/Compat.pm
7006            ! lib/Module/Build/Cookbook.pm
7007 ____________________________________________________________________________
7008 [ 27480] By: nicholas                              on 2006/03/11  23:40:34
7009         Log: isSPACE('\0') is false, so can simplify the condition in the for
7010              loop. As the for loop is basically a while loop, write it as one, to
7011              make its intentions clearer.
7012      Branch: perl
7013            ! toke.c
7014 ____________________________________________________________________________
7015 [ 27479] By: nicholas                              on 2006/03/11  22:51:26
7016         Log: Fix the last 2 perly.y specific parts of regen_perly.pl, and make
7017              the regen_perly target call it for both perly.y and madly.y.
7018      Branch: perl
7019            - regen_madly.pl
7020            ! MANIFEST Makefile.SH regen_perly.pl
7021 ____________________________________________________________________________
7022 [ 27478] By: nicholas                              on 2006/03/11  22:29:56
7023         Log: NNs and NULLOKs for MAD's new functions.
7024      Branch: perl
7025            ! embed.fnc proto.h
7026 ____________________________________________________________________________
7027 [ 27477] By: stevep                                on 2006/03/11  22:08:34
7028         Log: Perl_newWHILEOP() had exactly the same lack of a NULL pointer check
7029              that Perl_newLOOPOP() had and fixed in change #27476.  Maybe some 
7030              refactoring is needed?
7031      Branch: perl
7032            ! op.c
7033 ____________________________________________________________________________
7034 [ 27476] By: stevep                                on 2006/03/11  21:41:20
7035         Log: Possible NULL pointer reference found by Coverity checks.
7036      Branch: perl
7037            ! op.c
7038 ____________________________________________________________________________
7039 [ 27475] By: stevep                                on 2006/03/11  20:57:26
7040         Log: Keep from using a variable in S_my_kid() before it is initialized.  This        was introduced with the MAD changes.
7041      Branch: perl
7042            ! op.c
7043 ____________________________________________________________________________
7044 [ 27474] By: craigb                                on 2006/03/11  17:26:00
7045         Log: Subject: [PATCH] perl@27437 fix File::Path::mkpath so that perl installs on VMS
7046              From: Peter Prymmer <PPrymmer@factset.com>
7047         Date: Fri, 10 Mar 2006 15:24:23 -0500
7048         Message-id: <OFBE8F84F1.A708DA4A-ON8525712D.006E4BF7-8525712D.007018C6@factset.com>
7049      Branch: perl
7050            ! lib/File/Path.pm
7051 ____________________________________________________________________________
7052 [ 27473] By: merijn                                on 2006/03/11  11:03:55
7053         Log: Subject: [PATCH] Reapply change 24432
7054              From: "Jan Dubois" <jand@ActiveState.com>
7055              Date: Fri, 10 Mar 2006 18:21:39 -0800
7056              Message-ID: <01b001c644b2$879a1f50$6062a8c0@candy>
7057      Branch: perl
7058            ! config_h.SH
7059 ____________________________________________________________________________
7060 [ 27471] By: nicholas                              on 2006/03/11  10:21:27
7061         Log: Missed the hunk that adds regen_madly.pl to the regen_perl target.
7062      Branch: perl
7063            ! Makefile.SH
7064 ____________________________________________________________________________
7065 [ 27470] By: nicholas                              on 2006/03/11  10:16:04
7066         Log: Subject: [PATCH] Sync up embed.fnc and doio.c
7067              From: andy@petdance.com (Andy Lester)
7068              Message-ID: <20060311071338.GA12490@petdance.com>
7069              Date: Sat, 11 Mar 2006 01:13:38 -0600
7070      Branch: perl
7071            ! embed.fnc proto.h
7072 ____________________________________________________________________________
7073 [ 27469] By: nicholas                              on 2006/03/11  09:55:43
7074         Log: Subject: [PATCH] Localizing some vars in S_checkcomma
7075              From: andy@petdance.com (Andy Lester)
7076              Message-ID: <20060310223100.GA13455@petdance.com>
7077              Date: Fri, 10 Mar 2006 16:31:00 -0600
7078      Branch: perl
7079            ! toke.c
7080 ____________________________________________________________________________
7081 [ 27468] By: nicholas                              on 2006/03/11  09:32:18
7082         Log: Remove the obsolete mad/P5RE.pm
7083      Branch: perl
7084            - mad/P5RE.pm
7085            ! MANIFEST
7086 ____________________________________________________________________________
7087 [ 27467] By: craigb                                on 2006/03/11  01:52:37
7088         Log: null terminate command string -- broken in #27438
7089      Branch: perl
7090            ! vms/vms.c
7091 ____________________________________________________________________________
7092 [ 27466] By: nicholas                              on 2006/03/10  21:54:18
7093         Log: Move the 12 static MAD variables from toke.c into the interpeter
7094              structure.
7095      Branch: perl
7096            ! embedvar.h intrpvar.h makedef.pl perl.c perlapi.h sv.c toke.c
7097 ____________________________________________________________________________
7098 [ 27465] By: nicholas                              on 2006/03/10  20:58:23
7099         Log: Rename the 12 static variables in toke.c to PL_*
7100      Branch: perl
7101            ! toke.c
7102 ____________________________________________________________________________
7103 [ 27464] By: nicholas                              on 2006/03/10  19:47:11
7104         Log: gozer took over from gsar (some time ago).
7105      Branch: perl
7106            ! Porting/repository.pod
7107 ____________________________________________________________________________
7108 [ 27463] By: nicholas                              on 2006/03/10  18:53:01
7109         Log: All the autogenerated files from change 27462.
7110      Branch: perl
7111            ! madly.act madly.h madly.tab
7112 ____________________________________________________________________________
7113 [ 27462] By: nicholas                              on 2006/03/10  18:52:40
7114         Log: Merge perly.y changes from 5.9.2 to now into madly.y.
7115      Branch: perl
7116            ! madly.y
7117 ____________________________________________________________________________
7118 [ 27461] By: nicholas                              on 2006/03/10  12:57:18
7119         Log: Teaching embed.pl about conditional symbols is a TODO.
7120      Branch: perl
7121            ! pod/perltodo.pod
7122 ____________________________________________________________________________
7123 [ 27460] By: nicholas                              on 2006/03/10  12:09:39
7124         Log: Tweak change 27457 - make PL_lasttoke MAD only, but teach makedef.pl
7125              about MADness (and unMADness - maybe there is a special word for that)
7126      Branch: perl
7127            ! intrpvar.h makedef.pl
7128 ____________________________________________________________________________
7129 [ 27459] By: nicholas                              on 2006/03/10  11:31:14
7130         Log: Summon constman! S_checkcomma now has all 3 arguments const char.
7131      Branch: perl
7132            ! embed.fnc proto.h toke.c
7133 ____________________________________________________________________________
7134 [ 27458] By: nicholas                              on 2006/03/10  10:50:29
7135         Log: Tease apart the keyword/subroutine test in S_checkcomma.
7136      Branch: perl
7137            ! toke.c
7138 ____________________________________________________________________________
7139 [ 27457] By: stevep                                on 2006/03/10  02:17:43
7140         Log: Move PL_lasttoke out of its PERL_MAD define in intrpvar.h.
7141              Otherwise, Win32 does not compile.
7142      Branch: perl
7143            ! intrpvar.h
7144 ____________________________________________________________________________
7145 [ 27456] By: nicholas                              on 2006/03/09  23:23:19
7146         Log: Correct another gv_fetchpv() - it takes a bitmask of flags, not simply
7147              TRUE/FALSE.
7148      Branch: perl
7149            ! gv.c
7150 ____________________________________________________________________________
7151 [ 27455] By: nicholas                              on 2006/03/09  22:50:23
7152         Log: Remove two NEWSV()s in the non-ithread dump code that got missed.
7153      Branch: perl
7154            ! dump.c
7155 ____________________________________________________________________________
7156 [ 27454] By: mhx                                   on 2006/03/09  22:07:01
7157         Log: Subject: Re: [PATCH pod/perlfunc.pd] Re: truncate needs seek on filehandle
7158              From: Ronald J Kimball <rjk-perl-p5p@tamias.net>
7159              Date: Thu, 9 Mar 2006 16:29:12 -0500
7160              Message-ID: <20060309212912.GF22682@penkwe.pair.com>
7161      Branch: perl
7162            ! pod/perlfunc.pod
7163 ____________________________________________________________________________
7164 [ 27453] By: nicholas                              on 2006/03/09  22:03:55
7165         Log: Add the Perl 5 to Perl 5 convertor scripts.
7166      Branch: perl
7167            + mad/P5AST.pm mad/P5RE.pm mad/P5re.pm mad/PLXML.pm mad/nomad
7168            + mad/p55
7169            ! MANIFEST
7170 ____________________________________________________________________________
7171 [ 27452] By: nicholas                              on 2006/03/09  22:01:28
7172         Log: Superior *printf-fu lets us avoid modifying source code.
7173      Branch: perl
7174            ! toke.c
7175 ____________________________________________________________________________
7176 [ 27451] By: nicholas                              on 2006/03/09  21:49:20
7177         Log: Avoid scribbling on the passed in command line string for -i in 
7178              moreswitches.
7179      Branch: perl
7180            ! perl.c
7181 ____________________________________________________________________________
7182 [ 27450] By: nicholas                              on 2006/03/09  21:24:04
7183         Log: -Dmad works, albeit with some test failures:
7184              ext/B/t/f_sort.t                       20    5  25.00%  2 4-6 16
7185              ext/B/t/optree_samples.t               20    1   5.00%  18
7186              ext/List/Util/t/weak.t      1   256    22    1   4.55%  22
7187              ext/Safe/t/safeops.t        0   134   354  288  81.36%  211-354
7188              lib/warnings.t                        561    2   0.36%  3 10
7189      Branch: perl
7190            ! toke.c
7191 ____________________________________________________________________________
7192 [ 27449] By: nicholas                              on 2006/03/09  20:53:11
7193         Log: Oops. Failed to add madly.c
7194      Branch: perl
7195            + madly.c
7196 ____________________________________________________________________________
7197 [ 27448] By: stevep                                on 2006/03/09  20:48:50
7198         Log: The Coverity audit is upset that the scream_olds variable is not
7199              directly initialized, although it is likely initialized after 
7200              another variable takes a reference to it.
7201      Branch: perl
7202            ! regexec.c
7203 ____________________________________________________________________________
7204 [ 27447] By: nicholas                              on 2006/03/09  20:48:18
7205         Log: Add the madly parser. I believe that this is all the C code. Now to
7206              find the bugs that stowed away.
7207      Branch: perl
7208            + madly.act madly.h madly.tab madly.y regen_madly.pl
7209            ! Configure MANIFEST Makefile.SH embed.fnc embed.h perly.c
7210            ! proto.h
7211 ____________________________________________________________________________
7212 [ 27446] By: nicholas                              on 2006/03/09  19:53:53
7213         Log: It helps to run embed.pl in the correct directory. (not the symlink
7214              tree)
7215      Branch: perl
7216            ! embed.h embedvar.h perlapi.h proto.h
7217 ____________________________________________________________________________
7218 [ 27445] By: nicholas                              on 2006/03/09  19:22:10
7219         Log: The remainder of the toke.c MAD changes. Now to investigate why MAD
7220              no longer builds.
7221      Branch: perl
7222            ! embed.fnc intrpvar.h sv.c toke.c
7223 ____________________________________________________________________________
7224 [ 27444] By: nicholas                              on 2006/03/09  19:00:26
7225         Log: Another refactoring from Larry implicit in the MAD patch.
7226      Branch: perl
7227            ! toke.c
7228 ____________________________________________________________________________
7229 [ 27443] By: nicholas                              on 2006/03/09  18:08:52
7230         Log: Refactoring from Larry inplicit in the MAD patch.
7231      Branch: perl
7232            ! toke.c
7233 ____________________________________________________________________________
7234 [ 27442] By: nicholas                              on 2006/03/09  17:06:46
7235         Log: Replace PL_nextval[PL_nexttoke].opval with the macro NEXTVAL_NEXTTOKE
7236              as MAD conditionally changes this consistently in 27 places.
7237      Branch: perl
7238            ! toke.c
7239 ____________________________________________________________________________
7240 [ 27441] By: stevep                                on 2006/03/09  16:14:20
7241         Log: Need to update test count from change #27440.
7242      Branch: perl
7243            ! ext/POSIX/t/sigaction.t
7244 ____________________________________________________________________________
7245 [ 27440] By: stevep                                on 2006/03/09  16:03:21
7246         Log: croak in POSIX::sigaction() when passed a negative signal instead
7247              dumping core.
7248      Branch: perl
7249            ! ext/POSIX/POSIX.xs ext/POSIX/t/sigaction.t
7250 ____________________________________________________________________________
7251 [ 27439] By: nicholas                              on 2006/03/09  15:13:49
7252         Log: MAD changes for bare skipspace()
7253      Branch: perl
7254            ! embed.fnc embed.h proto.h toke.c
7255 ____________________________________________________________________________
7256 [ 27438] By: craigb                                on 2006/03/09  14:49:45
7257         Log: Subject: patch@27385 - VMS thread fixes (was: threads and VMS)
7258         From: "John E. Malmberg" <wb8tyw@qsl.net>
7259              Date: Wed, 08 Mar 2006 23:34:05 -0500
7260         Message-id: <440FB03D.8010409@qsl.net>
7261
7262      Branch: perl
7263            ! vms/vms.c
7264 ____________________________________________________________________________
7265 [ 27437] By: nicholas                              on 2006/03/09  13:45:30
7266         Log: Add the MAD change to perly.y, which brings a new PEG token.
7267      Branch: perl
7268            ! perly.act perly.h perly.tab perly.y
7269 ____________________________________________________________________________
7270 [ 27436] By: mhx                                   on 2006/03/09  12:54:19
7271         Log: Fix a memory leak in ck_grep(), spotted by coverity:
7272              perl -e'eval "grep" while 1'
7273      Branch: perl
7274            ! op.c
7275 ____________________________________________________________________________
7276 [ 27435] By: nicholas                              on 2006/03/09  12:41:40
7277         Log: Tweaking the order of op creation/op free in Perl_ck_require to Larry's
7278              order doesn't make tests pass :-(. Nor does it make them fail.
7279      Branch: perl
7280            ! op.c
7281 ____________________________________________________________________________
7282 [ 27434] By: nicholas                              on 2006/03/09  12:17:41
7283         Log: Fix C99ism in dump.c
7284      Branch: perl
7285            ! dump.c
7286 ____________________________________________________________________________
7287 [ 27433] By: nicholas                              on 2006/03/09  12:01:36
7288         Log: Unroll 27425 - keeping Larry's order in op.c means that exactly the
7289              same sequence of pad usage is generated with and without MAD.
7290      Branch: perl
7291            ! ext/B/t/f_map.t op.c
7292 ____________________________________________________________________________
7293 [ 27432] By: nicholas                              on 2006/03/09  11:20:14
7294         Log: Note the weakref.t failure that commenting out this code caused.
7295              Pesky waterbeds.
7296      Branch: perl
7297            ! op.c
7298 ____________________________________________________________________________
7299 [ 27431] By: nicholas                              on 2006/03/09  11:04:23
7300         Log: Note the cause of another MAD test failure - an explicit abort trap
7301              for saving PL_formfeed is being hit.
7302      Branch: perl
7303            ! scope.c
7304 ____________________________________________________________________________
7305 [ 27430] By: nicholas                              on 2006/03/09  10:53:25
7306         Log: Bodge MAD code to get pack.t and ext/Encode/t/Encode.t passing.
7307      Branch: perl
7308            ! op.c
7309 ____________________________________________________________________________
7310 [ 27429] By: nicholas                              on 2006/03/08  23:33:05
7311         Log: Make MAD at least compile and link once more. Although it's now failing
7312              6 regression tests.
7313      Branch: perl
7314            ! op.c perly.c
7315 ____________________________________________________________________________
7316 [ 27428] By: nicholas                              on 2006/03/08  22:36:30
7317         Log: Further MAD changes.
7318      Branch: perl
7319            ! perl.c perly.c pp_ctl.c scope.c
7320 ____________________________________________________________________________
7321 [ 27427] By: nicholas                              on 2006/03/08  21:53:06
7322         Log: Oops. Didn't mean to commit 27426 to maint first. Integrate it:
7323              Avoid writing over the input string in the case 'F' in moreswitches.
7324      Branch: perl
7325           !> perl.c
7326 ____________________________________________________________________________
7327 [ 27425] By: nicholas                              on 2006/03/08  21:18:58
7328         Log: The last MAD change to op.c changes the pad offsets of the test that
7329              ext/B/t/f_map.t is using.
7330      Branch: perl
7331            ! ext/B/t/f_map.t op.c
7332 ____________________________________________________________________________
7333 [ 27424] By: nicholas                              on 2006/03/08  20:34:16
7334         Log: Almost all the MAD changes for op.c
7335      Branch: perl
7336            ! embed.fnc embed.h op.c perl.h proto.h
7337 ____________________________________________________________________________
7338 [ 27423] By: nicholas                              on 2006/03/08  18:17:09
7339         Log: Change from Larry in the MAD code which seems to be unrelated to MAD.
7340      Branch: perl
7341            ! op.c
7342 ____________________________________________________________________________
7343 [ 27422] By: nicholas                              on 2006/03/08  16:29:26
7344         Log: MAD changes to dump.c
7345      Branch: perl
7346            ! dump.c embed.fnc embed.h global.sym makedef.pl proto.h
7347 ____________________________________________________________________________
7348 [ 27421] By: steveh                                on 2006/03/08  16:25:23
7349         Log: Get rid of unnecessary "rmdir /s" calls in Win32 makefiles
7350              
7351              They only existed for the benefit of old shells that didn't
7352              understand "rmdir /s /q", but since change #27195 effectively
7353              drops support for old shells that don't understand "xcopy /y"
7354              it seems unnecessary now.
7355              
7356              Windows NT4, 2000, XP and onwards all support "rmdir /s /q", so
7357              it's probably only the Windows 9x shells that lose out.
7358      Branch: perl
7359            ! win32/Makefile win32/makefile.mk
7360 ____________________________________________________________________________
7361 [ 27420] By: steveh                                on 2006/03/08  15:20:28
7362         Log: Sort the ext/ and lib/ tests when running under t/harness
7363              
7364              Unless they are sorted then they are run in the same order in which
7365              they are listed in MANIFEST, which is not always ideal. In particular,
7366              the ext/Compress/IO/Zlib/t/*.t tests are not run in the correct order,
7367              which causes some files to be left behind afterwards.
7368              
7369              ExtUtils::Command::MM::test_harness() sorts test files, so it seems
7370              sensible for t/harness to do likewise, rather than relying on the
7371              ordering in MANIFEST.
7372      Branch: perl
7373            ! t/harness
7374 ____________________________________________________________________________
7375 [ 27419] By: nicholas                              on 2006/03/08  13:40:48
7376         Log: Add MAD changes to pad code (new function Perl_pad_peg)
7377      Branch: perl
7378            ! embed.fnc embed.h makedef.pl pad.c pad.h proto.h
7379 ____________________________________________________________________________
7380 [ 27418] By: steveh                                on 2006/03/08  13:37:28
7381         Log: Adjust Win32 distclean as per changes #27411 and #27417
7382      Branch: perl
7383            ! win32/Makefile win32/makefile.mk
7384 ____________________________________________________________________________
7385 [ 27417] By: rgs                                   on 2006/03/08  13:29:26
7386         Log: "make distclean" fix noticed by Steve Hay
7387      Branch: perl
7388            ! Makefile.SH
7389 ____________________________________________________________________________
7390 [ 27416] By: steveh                                on 2006/03/08  12:15:04
7391         Log: Cleanup Archive-Tar temporary test files
7392              
7393              I've done this twice before already (changes #25043 and #26785),
7394              but it keeps getting accidentally removed. Third time lucky?
7395      Branch: perl
7396            ! lib/Archive/Tar.pm lib/Archive/Tar/t/02_methods.t
7397 ____________________________________________________________________________
7398 [ 27415] By: rgs                                   on 2006/03/08  10:31:24
7399         Log: Subject: [PATCH] Re: [perl #38684] O::Deparse not working as expected 
7400              From: Stephen McCamant <smcc@mit.edu>
7401              Date: Tue, 7 Mar 2006 20:00:30 -0800
7402              Message-ID: <17422.22238.570532.2771@apocalypse.OCF.Berkeley.EDU>
7403      Branch: perl
7404            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
7405 ____________________________________________________________________________
7406 [ 27414] By: rgs                                   on 2006/03/08  10:25:26
7407         Log: Subject: [PATCH] Removed unused check and assignment in pp_hot.c
7408              From: andy@petdance.com (Andy Lester)
7409              Date: Wed, 8 Mar 2006 00:45:29 -0600
7410              Message-ID: <20060308064529.GA16499@petdance.com>
7411      Branch: perl
7412            ! pp_hot.c
7413 ____________________________________________________________________________
7414 [ 27413] By: steveh                                on 2006/03/08  09:36:50
7415         Log: Don't try to export PL_madskills/PL_xmlfp when they're not defined
7416              (Fixes Win32 linker error introduced by change #27408)
7417      Branch: perl
7418            ! makedef.pl
7419 ____________________________________________________________________________
7420 [ 27412] By: steveh                                on 2006/03/08  08:42:44
7421         Log: Complete change #27407/27410 on Win32 and tidy up change #27372
7422      Branch: perl
7423            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
7424            ! win32/config_H.vc64
7425 ____________________________________________________________________________
7426 [ 27411] By: rgs                                   on 2006/03/08  08:23:54
7427         Log: "make distclean" adjustments for the new Compress modules
7428      Branch: perl
7429            ! Makefile.SH
7430 ____________________________________________________________________________
7431 [ 27410] By: merijn                                on 2006/03/08  08:10:25
7432         Log: Backport #27407
7433              Add a Configure question for mad (Misc Attribute Decoration - Larry's
7434              perl5 to perl[56] convertor), which if set defines PERL_MAD in config.h
7435      Branch: perl
7436            ! Configure Porting/Glossary config_h.SH
7437 ____________________________________________________________________________
7438 [ 27408] By: nicholas                              on 2006/03/07  23:24:55
7439         Log: Some of the MAD structures in headers, plus PL_madskills and PL_xmlfp,
7440              and default definitions for the 2 variables. (Which will save a lot of
7441              conditional complilation, by instead letting the C compiler optimiser
7442              remove dead code.)
7443      Branch: perl
7444            ! XSUB.h embedvar.h intrpvar.h op.h perl.h perlapi.h
7445 ____________________________________________________________________________
7446 [ 27407] By: nicholas                              on 2006/03/07  22:16:55
7447         Log: Add a Configure question for mad (Misc Attribute Decoration - Larry's
7448              perl5 to perl[56] convertor), which if set defines PERL_MAD in config.h
7449      Branch: perl
7450            ! Configure Cross/config.sh-arm-linux NetWare/config.wc
7451            ! Porting/Glossary config_h.SH configure.com epoc/config.sh
7452            ! perl.c plan9/config_sh.sample symbian/config.sh uconfig.sh
7453            ! win32/config.bc win32/config.gc win32/config.vc
7454            ! win32/config.vc64 wince/config.ce
7455 ____________________________________________________________________________
7456 [ 27406] By: nicholas                              on 2006/03/07  19:31:49
7457         Log: Two more TODOs for those with C knowledge.
7458      Branch: perl
7459            ! pod/perltodo.pod
7460 ____________________________________________________________________________
7461 [ 27405] By: nicholas                              on 2006/03/07  19:27:28
7462         Log: Remove the #define - ARENASETS are always on now.
7463      Branch: perl
7464            ! perl.h sv.c
7465 ____________________________________________________________________________
7466 [ 27404] By: nicholas                              on 2006/03/07  19:23:14
7467         Log: TPF++ # http://www.perlfoundation.org/gc/grants/2006-perl5-improve.html
7468              Shrinking PVGVs, PVLVs, PVCVs and PVFMs is TODOne.
7469      Branch: perl
7470            ! pod/perltodo.pod
7471 ____________________________________________________________________________
7472 [ 27403] By: rgs                                   on 2006/03/07  17:09:54
7473         Log: This looks like a memory leak.
7474      Branch: perl
7475            ! op.c
7476 ____________________________________________________________________________
7477 [ 27402] By: rgs                                   on 2006/03/07  16:49:58
7478         Log: $[ = 2 should not warn.
7479      Branch: perl
7480            ! op.c t/lib/warnings/op
7481 ____________________________________________________________________________
7482 [ 27401] By: steveh                                on 2006/03/07  14:58:20
7483         Log: Fix lib/Module/Build/t/compat.t
7484              (e.g. see http://www.nntp.perl.org/group/perl.daily-build.reports/36431)
7485      Branch: perl
7486            ! lib/Module/Build/t/compat.t
7487 ____________________________________________________________________________
7488 [ 27400] By: rgs                                   on 2006/03/07  14:36:00
7489         Log: Make report on bad filenames easier to read
7490      Branch: perl
7491            ! Porting/check83.pl
7492 ____________________________________________________________________________
7493 [ 27399] By: rgs                                   on 2006/03/07  14:15:46
7494         Log: FAQ sync. (FAQ now moved to svn)
7495      Branch: perl
7496            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
7497            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
7498            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
7499            ! pod/perlfaq9.pod
7500 ____________________________________________________________________________
7501 [ 27398] By: stevep                                on 2006/03/07  04:48:29
7502         Log: Upgrade to PathTools-3.17
7503      Branch: perl
7504            ! ext/Cwd/Cwd.xs ext/Cwd/t/cwd.t lib/Cwd.pm lib/File/Spec.pm
7505 ____________________________________________________________________________
7506 [ 27397] By: stevep                                on 2006/03/06  23:31:21
7507         Log: Subject:  Re: [PATCH] Removed a redundant o->op_type
7508              From: Paul Johnson <paul@pjcj.net>
7509              Date: Tue, 28 Feb 2006 20:17:31 +0100
7510              Message-ID: <20060228191731.GD20933@pjcj.net>
7511      Branch: perl
7512            ! op.c
7513 ____________________________________________________________________________
7514 [ 27396] By: mhx                                   on 2006/03/06  22:18:52
7515         Log: Don't free thread memory if PERL_DESTRUCT_LEVEL is set to a non-zero
7516              value as we're probably hunting memory leaks then
7517      Branch: perl
7518            ! perl.c
7519 ____________________________________________________________________________
7520 [ 27393] By: nicholas                              on 2006/03/06  20:44:02
7521         Log: Update David Dyck's e-mail address.
7522      Branch: perl
7523            ! AUTHORS Porting/checkAUTHORS.pl
7524 ____________________________________________________________________________
7525 [ 27390] By: rgs                                   on 2006/03/06  17:26:43
7526         Log: Add all new utilities in the perlutil man page.
7527              Includes lots of work by Zsban Ambrus.
7528      Branch: perl
7529            ! pod/perlutil.pod
7530 ____________________________________________________________________________
7531 [ 27389] By: rgs                                   on 2006/03/06  16:09:50
7532         Log: Subject: [PATCH] add Module::Build 0.27_08
7533              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
7534              Date: Sun, 5 Mar 2006 12:08:30 -0800
7535              Message-ID: <20060305200830.GA2660@efn.org>
7536      Branch: perl
7537            + lib/Module/Build.pm lib/Module/Build/Authoring.pod
7538            + lib/Module/Build/Base.pm lib/Module/Build/Changes
7539            + lib/Module/Build/Compat.pm lib/Module/Build/ConfigData.pm
7540            + lib/Module/Build/Cookbook.pm lib/Module/Build/ModuleInfo.pm
7541            + lib/Module/Build/Notes.pm lib/Module/Build/PPMMaker.pm
7542            + lib/Module/Build/Platform/Amiga.pm
7543            + lib/Module/Build/Platform/Default.pm
7544            + lib/Module/Build/Platform/EBCDIC.pm
7545            + lib/Module/Build/Platform/MPEiX.pm
7546            + lib/Module/Build/Platform/MacOS.pm
7547            + lib/Module/Build/Platform/RiscOS.pm
7548            + lib/Module/Build/Platform/Unix.pm
7549            + lib/Module/Build/Platform/VMS.pm
7550            + lib/Module/Build/Platform/VOS.pm
7551            + lib/Module/Build/Platform/Windows.pm
7552            + lib/Module/Build/Platform/aix.pm
7553            + lib/Module/Build/Platform/cygwin.pm
7554            + lib/Module/Build/Platform/darwin.pm
7555            + lib/Module/Build/Platform/os2.pm lib/Module/Build/PodParser.pm
7556            + lib/Module/Build/scripts/config_data
7557            + lib/Module/Build/t/basic.t
7558            + lib/Module/Build/t/bundled/Tie/CPHash.pm
7559            + lib/Module/Build/t/compat.t lib/Module/Build/t/destinations.t
7560            + lib/Module/Build/t/ext.t lib/Module/Build/t/extend.t
7561            + lib/Module/Build/t/files.t lib/Module/Build/t/install.t
7562            + lib/Module/Build/t/lib/DistGen.pm
7563            + lib/Module/Build/t/lib/MBTest.pm
7564            + lib/Module/Build/t/manifypods.t lib/Module/Build/t/metadata.t
7565            + lib/Module/Build/t/metadata2.t lib/Module/Build/t/moduleinfo.t
7566            + lib/Module/Build/t/notes.t lib/Module/Build/t/parents.t
7567            + lib/Module/Build/t/pod_parser.t lib/Module/Build/t/ppm.t
7568            + lib/Module/Build/t/runthrough.t lib/Module/Build/t/signature.t
7569            + lib/Module/Build/t/tilde.t lib/Module/Build/t/versions.t
7570            + lib/Module/Build/t/xs.t utils/config_data.PL
7571            ! MANIFEST Porting/Maintainers.pl installperl pod/perlutil.pod
7572            ! utils.lst utils/Makefile vms/descrip_mms.template
7573            ! win32/Makefile win32/makefile.mk
7574 ____________________________________________________________________________
7575 [ 27388] By: rgs                                   on 2006/03/06  14:52:48
7576         Log: Upgrade to Archive::Tar 1.29
7577      Branch: perl
7578            ! lib/Archive/Tar.pm lib/Archive/Tar/t/00_setup.t
7579            ! lib/Archive/Tar/t/02_methods.t lib/Archive/Tar/t/99_clean.t
7580 ____________________________________________________________________________
7581 [ 27387] By: rgs                                   on 2006/03/06  10:06:53
7582         Log: Add and remove files forgotten in change #27384
7583      Branch: perl
7584            + ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Identity.pm
7585            + ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Inflate.pm
7586            + ext/Compress/IO/Zlib/lib/IO/Uncompress/AnyInflate.pm
7587            + ext/Compress/IO/Zlib/lib/IO/Uncompress/Gunzip.pm
7588            + ext/Compress/IO/Zlib/lib/IO/Uncompress/Inflate.pm
7589            + ext/Compress/IO/Zlib/lib/IO/Uncompress/RawInflate.pm
7590            + ext/Compress/IO/Zlib/lib/IO/Uncompress/Unzip.pm
7591            - (delete 110 files)
7592            ! MANIFEST
7593 ____________________________________________________________________________
7594 [ 27386] By: craigb                                on 2006/03/06  03:42:19
7595         Log: Subject: PATCH: 2 vms specific build files in perl @ 27383
7596         From: Peter Prymmer <PPrymmer@factset.com>
7597         Date: Sun, 05 Mar 2006 20:30:09 -0500
7598         Message-id: <OFF0B19477.39D9ABEB-ON85257129.00070590-85257129.000840D3@factset.com>
7599      Branch: perl
7600            ! configure.com vms/gen_shrfls.pl
7601 ____________________________________________________________________________
7602 [ 27385] By: craigb                                on 2006/03/06  03:26:39
7603         Log: Subject: Re: threads and VMS
7604         From: "John E. Malmberg" <wb8tyw@qsl.net>
7605              Date: Sun, 05 Mar 2006 00:32:27 -0500
7606         Message-id: <440A77EB.2030205@qsl.net>
7607      Branch: perl
7608            ! vms/vms.c
7609 ____________________________________________________________________________
7610 [ 27384] By: stevep                                on 2006/03/06  02:06:04
7611         Log: Subject: [PATCH] Compress::Zlib
7612              From: "Paul Marquess" <paul.marquess@ntlworld.com>
7613              Date: Fri, 3 Mar 2006 10:25:48 -0000
7614              Message-ID: <007101c63eac$d919c6c0$4c05140a@myopwv.com>
7615      Branch: perl
7616            + (add 129 files)
7617            ! MANIFEST ext/Compress/Zlib/Changes
7618            ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/README
7619            ! ext/Compress/Zlib/examples/filtdef
7620            ! ext/Compress/Zlib/examples/filtinf
7621            ! ext/Compress/Zlib/examples/gzcat
7622            ! ext/Compress/Zlib/examples/gzgrep
7623            ! ext/Compress/Zlib/examples/gzstream
7624            ! ext/Compress/Zlib/t/01version.t
7625            ! ext/Compress/Zlib/t/03zlib-v1.t
7626            ! ext/Compress/Zlib/t/05examples.t
7627            ! ext/Compress/Zlib/t/06gzsetp.t
7628            ! ext/Compress/Zlib/t/08encoding.t
7629            ! ext/Compress/Zlib/t/14gzopen.t ext/Compress/Zlib/t/99pod.t
7630            ! t/lib/compress/any.pl t/lib/compress/anyunc.pl
7631            ! t/lib/compress/destroy.pl t/lib/compress/generic.pl
7632            ! t/lib/compress/merge.pl t/lib/compress/multi.pl
7633            ! t/lib/compress/newtied.pl t/lib/compress/oneshot.pl
7634            ! t/lib/compress/prime.pl t/lib/compress/tied.pl
7635            ! t/lib/compress/truncate.pl t/lib/compress/zlib-generic.pl
7636 ____________________________________________________________________________
7637 [ 27383] By: nicholas                              on 2006/03/05  21:21:10
7638         Log: Change 27380 (HEK into the IV union failed to convert the code in the
7639              non-gcc-debugging ifdef. Whoops. Very lax of me)
7640      Branch: perl
7641            ! gv.h
7642 ____________________________________________________________________________
7643 [ 27382] By: nicholas                              on 2006/03/05  19:07:12
7644         Log: Perl_gv_name_set should not leak the old HEK. Allow the flag GV_ADD
7645              to simplify GV initialisation.
7646      Branch: perl
7647            ! gv.c gv.h sv.c
7648 ____________________________________________________________________________
7649 [ 27381] By: nicholas                              on 2006/03/05  18:40:59
7650         Log: Change hv_name_set to take U32 length and flags parameters.
7651      Branch: perl
7652            ! embed.fnc hv.c proto.h
7653 ____________________________________________________________________________
7654 [ 27380] By: nicholas                              on 2006/03/05  18:13:42
7655         Log: Move the GvNAME HEK into the IV union - every GV is now 1 pointer
7656              smaller.
7657      Branch: perl
7658            ! av.h cv.h gv.c gv.h hv.h sv.h
7659 ____________________________________________________________________________
7660 [ 27379] By: nicholas                              on 2006/03/05  17:47:23
7661         Log: Use a HEK to store the GV's name, rather than a malloc()ed string.
7662              Saves 1 word in each GV (no more strlen), and will also save the memory
7663              used by the string itself, as the HEK will exist already due to the
7664              key used by the symbol table for this GV.
7665      Branch: perl
7666            ! gv.c gv.h sv.c sv.h
7667 ____________________________________________________________________________
7668 [ 27378] By: nicholas                              on 2006/03/05  12:12:56
7669         Log: Only #define PERL_DONT_CREATE_GVSV if it wasn't already defined.
7670      Branch: perl
7671            ! perl.h
7672 ____________________________________________________________________________
7673 [ 27377] By: nicholas                              on 2006/03/05  11:53:55
7674         Log: Provide Perl_gv_name_set to replace LVALUE use of GvNAME and GvNAMESET.
7675      Branch: perl
7676            ! embed.fnc embed.h global.sym gv.c gv.h proto.h sv.c
7677 ____________________________________________________________________________
7678 [ 27376] By: craigb                                on 2006/03/05  00:03:31
7679         Log: Subject: Re: threads and VMS
7680              From: "John E. Malmberg" <wb8tyw@qsl.net>
7681         Date: Sat, 04 Mar 2006 18:29:22 -0500
7682         Message-id: <440A22D2.30009@qsl.net>
7683      Branch: perl
7684            ! doio.c
7685 ____________________________________________________________________________
7686 [ 27375] By: merijn                                on 2006/03/04  06:48:13
7687         Log: Subject: patch@27373 VMS build fix + more long pathname stuff
7688              From: "John E. Malmberg" <wb8tyw@qsl.net>
7689              Date: Sat, 04 Mar 2006 00:36:03 -0500
7690              Message-ID: <44092743.4030607@qsl.net>
7691      Branch: perl
7692            ! vms/vms.c
7693 ____________________________________________________________________________
7694 [ 27374] By: merijn                                on 2006/03/04  06:44:10
7695         Log: Subject: Re: [PATCH] include configure.com in Porting/checkcfgvar.pl
7696              From: Abe Timmerman <abe@ztreet.demon.nl>
7697              Date: Fri, 3 Mar 2006 22:56:47 +0100
7698              Message-Id: <200603032256.47170.abe@ztreet.demon.nl>
7699      Branch: perl
7700            ! Porting/checkcfgvar.pl configure.com
7701 ____________________________________________________________________________
7702 [ 27373] By: stevep                                on 2006/03/03  18:40:22
7703         Log: Add d_builtin_choose_expr and d_builtin_expect to configure.com as
7704              'undef'.
7705      Branch: perl
7706            ! configure.com
7707 ____________________________________________________________________________
7708 [ 27372] By: stevep                                on 2006/03/03  18:34:18
7709         Log: Make Win32 configuration changes for HAS_BUILTIN_CHOOSE_EXPR and
7710              HAS_BUILTIN_EXPECT.
7711      Branch: perl
7712            ! win32/config.bc win32/config.gc win32/config.vc
7713            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
7714            ! win32/config_H.vc win32/config_H.vc64
7715 ____________________________________________________________________________
7716 [ 27371] By: stevep                                on 2006/03/03  17:49:01
7717         Log: Subject: [PATCH] include configure.com in Porting/checkcfgvar.pl
7718              From: Abe Timmerman <abe@ztreet.demon.nl>
7719              Date: Fri, 3 Mar 2006 18:43:24 +0100
7720              Message-Id: <200603031843.24250.abe@ztreet.demon.nl>
7721      Branch: perl
7722            ! Porting/checkcfgvar.pl
7723 ____________________________________________________________________________
7724 [ 27370] By: merijn                                on 2006/03/03  16:40:57
7725         Log: Subject: [PATCH] Support for __builtin_expect and __builtin_choose_expr
7726              From: Andy Lester <andy@petdance.com>
7727              Date: Wed, 28 Dec 2005 15:34:08 -0600
7728              Message-ID: <20051228213408.GB26033@petdance.com>
7729      Branch: perl
7730            ! Configure Porting/Glossary config_h.SH perl.h
7731 ____________________________________________________________________________
7732 [ 27368] By: rgs                                   on 2006/03/03  15:45:32
7733         Log: Subject: [PATCH] Re: [perl #38657] -d:Foo=bar broke in 5.8.8
7734              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
7735              Date: Thu, 02 Mar 2006 20:21:26 +0200
7736              Message-ID: <440737A6.4060606@gmail.com>
7737      Branch: perl
7738            ! t/lib/Devel/switchd.pm t/run/switchd.t
7739 ____________________________________________________________________________
7740 [ 27367] By: merijn                                on 2006/03/03  07:35:51
7741         Log: #27363 broke HP-UX (and others). if [[ ... ]] syntax not supported
7742      Branch: perl
7743            ! Configure
7744 ____________________________________________________________________________
7745 [ 27365] By: stevep                                on 2006/03/03  00:18:40
7746         Log: Subject: Re: [PATCH] Re: [perl #38612] Data::Dumper core dump in 5.8.6, fixed by 5.8.7
7747              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
7748              Date: Thu, 02 Mar 2006 22:46:14 +0200
7749              Message-ID: <44075996.1000002@gmail.com>
7750      Branch: perl
7751            ! ext/Data/Dumper/t/bugs.t
7752 ____________________________________________________________________________
7753 [ 27364] By: merijn                                on 2006/03/02  20:14:50
7754         Log: Taint handling for runperl:
7755              - better taint detection (switch -T in command)
7756              - $ENV{PATH} stripping of writeable directories on unix/linux
7757      Branch: perl
7758            ! t/test.pl
7759 ____________________________________________________________________________
7760 [ 27363] By: merijn                                on 2006/03/02  20:07:51
7761         Log: Subject: [perl #38385] _h2ph_pre.ph / $Config{cppsymbols} omits gcc-3.4+ cpp "predefined macros" 
7762              Date: Tue, 31 Jan 2006 09:50:32 -0800
7763              From: Jason Vas Dias (via RT) <perlbug-followup@perl.org>
7764      Branch: perl
7765            ! Configure utils/h2ph.PL
7766 ____________________________________________________________________________
7767 [ 27361] By: rgs                                   on 2006/03/02  09:11:35
7768         Log: Subject: [PATCH] mgvtbl initialization
7769              From: andy@petdance.com (Andy Lester)
7770              Date: Wed, 1 Mar 2006 22:52:20 -0600
7771              Message-ID: <20060302045220.GA15985@petdance.com>
7772      Branch: perl
7773            ! perl.h
7774 ____________________________________________________________________________
7775 [ 27360] By: rgs                                   on 2006/03/02  09:08:30
7776         Log: Subject: [PATCH] Non-null optimizations
7777              From: andy@petdance.com (Andy Lester)
7778              Date: Wed, 1 Mar 2006 22:13:45 -0600
7779              Message-ID: <20060302041345.GA13731@petdance.com>
7780      Branch: perl
7781            ! embed.fnc pod/perlapi.pod proto.h sv.c
7782 ____________________________________________________________________________
7783 [ 27359] By: rgs                                   on 2006/03/01  22:39:24
7784         Log: Don't put strings with embedded NULs in the environment.
7785              This makes things like -d:Foo=bar work again.
7786      Branch: perl
7787            ! perl.c
7788 ____________________________________________________________________________
7789 [ 27358] By: stevep                                on 2006/03/01  20:15:27
7790         Log: Grammar nit in Locale::Maketext::TPJ13.pod, found by Justin Pryzby.
7791      Branch: perl
7792            ! lib/Locale/Maketext/TPJ13.pod
7793 ____________________________________________________________________________
7794 [ 27357] By: stevep                                on 2006/03/01  16:53:49
7795         Log: Upgrade to podlators-2.04
7796      Branch: perl
7797            + lib/Pod/t/filehandle.t
7798            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text.pm
7799 ____________________________________________________________________________
7800 [ 27356] By: stevep                                on 2006/03/01  16:29:37
7801         Log: Upgrade to assertions-0.03
7802      Branch: perl
7803            ! lib/assertions.pm lib/assertions/activate.pm
7804            ! lib/assertions/compat.pm t/comp/assertions.t
7805            ! t/comp/asstcompat.t
7806 ____________________________________________________________________________
7807 [ 27355] By: rgs                                   on 2006/03/01  16:13:56
7808         Log: Subject: [PATCH] a buglet in fakesdio.h
7809              From: Anton Berezin <tobez@tobez.org>
7810              Date: Wed, 1 Mar 2006 16:56:13 +0100
7811              Message-ID: <20060301155613.GA30368@heechee.tobez.org>
7812      Branch: perl
7813            ! fakesdio.h
7814 ____________________________________________________________________________
7815 [ 27354] By: stevep                                on 2006/03/01  16:08:17
7816         Log: Upgrade to CGI.pm-3.17, but continuing the version bump for 
7817              unintegrated changes.
7818      Branch: perl
7819            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Fast.pm
7820 ____________________________________________________________________________
7821 [ 27353] By: rgs                                   on 2006/03/01  09:08:46
7822         Log: Subject: Re: Patch lint for grep { /.../ } and grep /.../,
7823              From: "Joshua ben Jore" <twists@gmail.com>
7824              Date: Wed, 1 Mar 2006 01:14:14 -0600
7825              Message-ID: <dc5c751d0602282314o19c54a3av92d1a3addbc895fb@mail.gmail.com>
7826      Branch: perl
7827            ! ext/B/B/Lint.pm ext/B/t/lint.t
7828 ____________________________________________________________________________
7829 [ 27352] By: steveh                                on 2006/02/28  12:51:55
7830         Log: Silence another VC++ warning
7831              (signed/unsigned mismatch)
7832      Branch: perl
7833            ! ext/Digest/SHA/SHA.pm ext/Digest/SHA/src/sha.c
7834 ____________________________________________________________________________
7835 [ 27351] By: steveh                                on 2006/02/28  12:40:06
7836         Log: Silence a VC++ warning with DEBUGGING builds
7837              (signed/unsigned mismatch)
7838      Branch: perl
7839            ! sv.c
7840 ____________________________________________________________________________
7841 [ 27350] By: nicholas                              on 2006/02/27  21:41:58
7842         Log: In Perl_sv_setsv_flags, swap the default in the type based switch to
7843              the "Bizarre copy" failure case.
7844      Branch: perl
7845            ! sv.c
7846 ____________________________________________________________________________
7847 [ 27349] By: nicholas                              on 2006/02/27  21:10:21
7848         Log: Subject: [PATCH] Removed a redundant o->op_type
7849              From: andy@petdance.com (Andy Lester)
7850              Message-ID: <20060227202043.GA7783@petdance.com>
7851              Date: Mon, 27 Feb 2006 14:20:43 -0600
7852      Branch: perl
7853            ! op.c
7854 ____________________________________________________________________________
7855 [ 27348] By: steveh                                on 2006/02/27  17:48:55
7856         Log: Silence a GCC warning
7857              (assignment from incompatible pointer type)
7858      Branch: perl
7859            ! sv.h
7860 ____________________________________________________________________________
7861 [ 27347] By: steveh                                on 2006/02/27  17:24:37
7862         Log: Silence a VC++ warning
7863              (conversion from 'long ' to 'char ', possible loss of data)
7864      Branch: perl
7865            ! sv.c
7866 ____________________________________________________________________________
7867 [ 27346] By: rgs                                   on 2006/02/27  17:00:37
7868         Log: Upgrade to CPAN 1.87
7869      Branch: perl
7870            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm
7871            ! lib/CPAN/SIGNATURE lib/CPAN/Tarzip.pm
7872 ____________________________________________________________________________
7873 [ 27345] By: nicholas                              on 2006/02/27  16:13:05
7874         Log: Move all the de-tainting logic for runperl into test.pl.
7875      Branch: perl
7876            ! t/op/utftaint.t t/test.pl
7877 ____________________________________________________________________________
7878 [ 27344] By: rgs                                   on 2006/02/27  15:43:41
7879         Log: Subject: [PATCH] fix up gv.c and gv.h
7880              From: andy@petdance.com (Andy Lester)
7881              Date: Sat, 25 Feb 2006 20:52:16 -0600
7882              Message-ID: <20060226025216.GA12758@petdance.com>
7883      Branch: perl
7884            ! gv.h
7885 ____________________________________________________________________________
7886 [ 27343] By: rgs                                   on 2006/02/27  15:36:46
7887         Log: Subject: [PATCH] PERL_TRACK_MEMPOOL cripples environment after exit()
7888              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
7889              Date: Sun, 26 Feb 2006 20:47:21 +0100
7890              Message-ID: <20060226204721.00be2bff@r2d2>
7891      Branch: perl
7892            ! miniperlmain.c
7893 ____________________________________________________________________________
7894 [ 27342] By: rgs                                   on 2006/02/27  14:45:00
7895         Log: Subject: [patch] dumping tied globs without FILENO method on the debugger fails
7896              From: Salvador Fandino <sfandino@yahoo.com>
7897              Date: Sat, 25 Feb 2006 11:14:20 +0100
7898              Message-ID: <20060225101254.726.qmail@lists.develooper.com>
7899      Branch: perl
7900            ! lib/dumpvar.pl
7901 ____________________________________________________________________________
7902 [ 27341] By: steveh                                on 2006/02/27  14:39:46
7903         Log: Fix op/utftaint.t on Win32 following change #27248
7904              (Don't remove PATH completely because it'll break on Unix if you
7905              have . in the PATH)
7906      Branch: perl
7907            ! t/op/utftaint.t
7908 ____________________________________________________________________________
7909 [ 27340] By: nicholas                              on 2006/02/27  14:19:32
7910         Log: There is now the potential for an upgrade from something without an
7911              offset (PVNV or PVMG) to something with one (PVCV, PVFM). Deal with
7912              this correctly.
7913      Branch: perl
7914            ! sv.c
7915 ____________________________________________________________________________
7916 [ 27339] By: rgs                                   on 2006/02/27  13:40:44
7917         Log: ptr_table_find() is only defined with ithreads
7918      Branch: perl
7919            ! embed.fnc embed.h proto.h sv.c
7920 ____________________________________________________________________________
7921 [ 27338] By: merijn                                on 2006/02/27  13:28:04
7922         Log: Workaround for initialization errors on HP's pre-compiler
7923              Do not ask me to explain. This re-definition works on AIX
7924              and HP-UX. Let's await the smokes.
7925      Branch: perl
7926            ! sv.c
7927 ____________________________________________________________________________
7928 [ 27337] By: steveh                                on 2006/02/27  12:21:14
7929         Log: Fix code-before-declaration error (under VC++) from change #27334
7930      Branch: perl
7931            ! perlio.c
7932 ____________________________________________________________________________
7933 [ 27336] By: nicholas                              on 2006/02/27  12:00:12
7934         Log: Change 27330 failed to decontaminate SvCUR/GvFLAGS when upgrading an
7935              SvPV acting as a prototype placeholder to a full typeglob.
7936      Branch: perl
7937            ! gv.c
7938 ____________________________________________________________________________
7939 [ 27335] By: rgs                                   on 2006/02/27  11:26:58
7940         Log: Subject: Testing hash key stringification
7941              From: Anno Siegel <anno4000@mailbox.tu-berlin.de>
7942              Date: Sun, 26 Feb 2006 23:30:01 +0100
7943              Message-Id: <4871E87D-4B59-40A3-A091-A7A3CFA221CF@mailbox.tu-berlin.de>
7944      Branch: perl
7945            ! t/op/hashassign.t
7946 ____________________________________________________________________________
7947 [ 27334] By: rgs                                   on 2006/02/27  11:06:30
7948         Log: Subject: [PATCH] Speedups and shrinkages of SvREFCNT_inc
7949              From: andy@petdance.com (Andy Lester)
7950              Date: Fri, 24 Feb 2006 14:54:35 -0600
7951              Message-ID: <20060224205434.GA17867@petdance.com>
7952      Branch: perl
7953            ! av.c cop.h doio.c doop.c gv.c hv.c mg.c op.c pad.c perl.c
7954            ! perl.h perlio.c pod/perlapi.pod pod/perlintern.pod pp.c
7955            ! pp_ctl.c pp_hot.c pp_sort.c pp_sys.c regcomp.c scope.c sv.c
7956            ! sv.h toke.c
7957 ____________________________________________________________________________
7958 [ 27333] By: rgs                                   on 2006/02/27  10:33:59
7959         Log: Subject: [PATCH] Suppress System V IPC for 64-bit Darwin builds
7960              From: Dominic Dunlop <shouldbedomo@mac.com>
7961              Date: Fri, 24 Feb 2006 17:22:54 +0100
7962              Message-Id: <A685C5DB-23CE-430E-95F1-CC7A9480DDF9@mac.com>
7963      Branch: perl
7964            ! README.macosx hints/darwin.sh
7965 ____________________________________________________________________________
7966 [ 27332] By: rgs                                   on 2006/02/27  10:30:35
7967         Log: Subject: [perl #38633] doc patch: perlfunc "new" section lacks lock and qr 
7968              From: Zsban Ambrus (via RT) <perlbug-followup@perl.org>
7969              Date: Sat, 25 Feb 2006 05:11:03 -0800
7970              Message-ID: <rt-3.0.11-38633-130596.7.22367548359067@perl.org>
7971      Branch: perl
7972            ! pod/perlfunc.pod
7973 ____________________________________________________________________________
7974 [ 27331] By: rgs                                   on 2006/02/27  07:33:53
7975         Log: Fix argument grouping for some macros
7976      Branch: perl
7977            ! gv.h
7978 ____________________________________________________________________________
7979 [ 27330] By: nicholas                              on 2006/02/25  17:16:24
7980         Log: GvFLAGS can be overlaid with SvCUR.
7981      Branch: perl
7982            ! gv.h sv.h
7983 ____________________________________________________________________________
7984 [ 27329] By: nicholas                              on 2006/02/25  16:51:34
7985         Log: Subject: Re: [perl #38619] Bug in lc and uc (interaction between UTF-8, substr, and lc/uc)
7986              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
7987              Date: Sat, 25 Feb 2006 18:16:45 +0900
7988              Message-Id: <20060225180934.FCC3.BQW10602@nifty.com>
7989      Branch: perl
7990            ! pp.c t/op/lc.t
7991 ____________________________________________________________________________
7992 [ 27328] By: nicholas                              on 2006/02/25  16:50:15
7993         Log: Use xpv_len rather than xpv_cur in GVs to store GvASSIGN_GENERATION.
7994              Assert that GVs do not access SvCUR or SvLEN.
7995      Branch: perl
7996            ! gv.h sv.h
7997 ____________________________________________________________________________
7998 [ 27327] By: nicholas                              on 2006/02/25  16:48:46
7999         Log: Abstract the specific use of SvCUR in GVs for detecting variables on
8000              both sides of an assignment using GvASSIGN_GENERATION() and
8001              GvASSIGN_GENERATION_set().
8002      Branch: perl
8003            ! gv.h op.c
8004 ____________________________________________________________________________
8005 [ 27326] By: nicholas                              on 2006/02/25  15:38:25
8006         Log: xgv_stash can be stored as a union with the NV, reducing the size of
8007              PVGVs by another pointer.
8008      Branch: perl
8009            ! av.h cv.h gv.h hv.h sv.h
8010 ____________________________________________________________________________
8011 [ 27325] By: nicholas                              on 2006/02/25  15:11:28
8012         Log: Curiously none of the macros SvIVX, SvUVX or SvNVX are used on
8013              typeglobs.
8014      Branch: perl
8015            ! dump.c ext/Devel/Peek/t/Peek.t sv.h
8016 ____________________________________________________________________________
8017 [ 27324] By: nicholas                              on 2006/02/25  14:50:38
8018         Log: Amazingly, it seems that none of the other GV specific macros are
8019              accessed unless the GV thinks that it is a GV.
8020      Branch: perl
8021            ! gv.h sv.c
8022 ____________________________________________________________________________
8023 [ 27323] By: nicholas                              on 2006/02/25  00:39:30
8024         Log: Store GvGP in the SV head union. For all the common lookups [eg GvCV()]
8025              this avoids 1 pointer dereference and the associated risk of a CPU
8026              cache miss. Although this patch looks deceptively small, I fear its
8027              CBV(*) might be rather high.
8028              (* Crack By Volume)
8029      Branch: perl
8030            ! dump.c ext/Devel/Peek/t/Peek.t gv.c gv.h pp.c pp_hot.c sv.c
8031            ! sv.h
8032 ____________________________________________________________________________
8033 [ 27322] By: nicholas                              on 2006/02/24  23:30:50
8034         Log: With PERL_DONT_CREATE_GVSV, don't need to create a new GvSV in
8035              Perl_save_scalar.
8036      Branch: perl
8037            ! scope.c
8038 ____________________________________________________________________________
8039 [ 27321] By: nicholas                              on 2006/02/24  22:43:14
8040         Log: Given that SvPV on a typeglob is now irrelevant, really we only need
8041              to store the GvGP.
8042      Branch: perl
8043            ! scope.c
8044 ____________________________________________________________________________
8045 [ 27320] By: nicholas                              on 2006/02/24  21:42:33
8046         Log: Given that Perl_gp_free() is refcount-dec-and-maybe-free for the glob
8047              pointer, it's inconsistent that it only sets this GV's GvGP to 0 if
8048              this GV happened to have the last reference. Why should this GV care if
8049              it had the last reference? So always set it to 0. It's free. Gone.
8050      Branch: perl
8051            ! gv.c
8052 ____________________________________________________________________________
8053 [ 27319] By: nicholas                              on 2006/02/24  19:32:11
8054         Log: Avoid special case SvMAGIC macros just to cope with Perl_sv_unmagic.
8055      Branch: perl
8056            ! sv.c sv.h
8057 ____________________________________________________________________________
8058 [ 27313] By: nicholas                              on 2006/02/24  14:19:37
8059         Log: Use PVMGs rather than PVGVs to store the names of our variables in the
8060              pad.
8061      Branch: perl
8062            ! pad.c sv.c sv.h
8063 ____________________________________________________________________________
8064 [ 27312] By: nicholas                              on 2006/02/24  13:59:57
8065         Log: Store the stash for our in the magic slot. This will allow us to use
8066              PVMGs in pad names where previously PVGVs were used. In turn, this
8067              gives much greater flexibility for the layout of PVGVs.
8068      Branch: perl
8069            ! av.h cv.h hv.h pad.c sv.c sv.h
8070 ____________________________________________________________________________
8071 [ 27311] By: stevep                                on 2006/02/24  13:55:23
8072         Log: Upgrade to CPAN-1.86
8073      Branch: perl
8074            ! lib/CPAN.pm lib/CPAN/SIGNATURE
8075 ____________________________________________________________________________
8076 [ 27309] By: rgs                                   on 2006/02/24  12:52:01
8077         Log: Skip unportable test on VMS
8078      Branch: perl
8079            ! t/comp/opsubs.t
8080 ____________________________________________________________________________
8081 [ 27307] By: nicholas                              on 2006/02/24  11:52:53
8082         Log: Assert that GvSTASH is only called on PVGVs and PVLVs.
8083      Branch: perl
8084            ! gv.h
8085 ____________________________________________________________________________
8086 [ 27306] By: nicholas                              on 2006/02/24  11:52:28
8087         Log: Replace usage of GvSTASH for storing the stash of C<our> with
8088              OURSTASH. Set the stash with OURSTASH_SET.
8089      Branch: perl
8090            ! pad.c pad.h sv.h
8091 ____________________________________________________________________________
8092 [ 27304] By: nicholas                              on 2006/02/24  11:21:06
8093         Log: assert that SvMAGIC is never non-NULL for any PVMG used as a pad name.
8094      Branch: perl
8095            ! sv.h
8096 ____________________________________________________________________________
8097 [ 27302] By: nicholas                              on 2006/02/24  10:56:00
8098         Log: Redo previous sv.h change.
8099      Branch: perl
8100            ! sv.h
8101 ____________________________________________________________________________
8102 [ 27301] By: stevep                                on 2006/02/24  10:54:14
8103         Log: Subject: [PATCH] Perl_save_aelem can't be const
8104              From: Andy Lester <andy@petdance.com>
8105              Date: Thu, 23 Feb 2006 22:53:40 -0600
8106              Message-ID: <20060224045340.GA6318@petdance.com>
8107      Branch: perl
8108            ! embed.fnc proto.h scope.c
8109 ____________________________________________________________________________
8110 [ 27300] By: stevep                                on 2006/02/24  10:41:53
8111         Log: Subject: [PATCH] unused context warnings
8112              From: andy@petdance.com (Andy Lester)
8113              Date: Tue, 21 Feb 2006 00:27:11 -0600
8114              Message-ID: <20060221062711.GA16160@petdance.com>
8115      Branch: perl
8116            ! deb.c embed.pl hv.c locale.c mathoms.c mg.c miniperlmain.c
8117            ! numeric.c op.c perl.c perl.h perlapi.c perlio.c pp_ctl.c
8118            ! regcomp.c scope.c sv.c toke.c universal.c utf8.c util.c
8119 ____________________________________________________________________________
8120 [ 27297] By: nicholas                              on 2006/02/24  10:29:48
8121         Log: As SVs can't both be in a pad, and the name of a variable in the pad,
8122              overlay SVs_PADTMP with SVpad_TYPED and SVs_PADMY with SVpad_OUR.
8123      Branch: perl
8124            ! pad.h
8125 ____________________________________________________________________________
8126 [ 27296] By: stevep                                on 2006/02/24  02:56:02
8127         Log: Revert change #27295, which I thought fixed builds on Win32.
8128              Instead remove &PL_vtbl_glob from globvar.sym.
8129      Branch: perl
8130            ! XSUB.h globvar.sym
8131 ____________________________________________________________________________
8132 [ 27295] By: stevep                                on 2006/02/24  02:02:14
8133         Log: Last instance of PL_vtbl_glob removed.  It was missed change #27289.
8134      Branch: perl
8135            ! XSUB.h
8136 ____________________________________________________________________________
8137 [ 27294] By: nicholas                              on 2006/02/23  23:45:39
8138         Log: Replace direct flags tests & manipulations for SVpad_TYPED and
8139              SVpad_OUR with macros SvPAD_TYPED(), SvPAD_OUR() etc, to abstract
8140              away the flags bits acutally used to store this information.
8141      Branch: perl
8142            ! XSUB.h dump.c op.c pad.c pad.h pp.c sv.c sv.h toke.c
8143 ____________________________________________________________________________
8144 [ 27293] By: nicholas                              on 2006/02/23  22:17:07
8145         Log: Document a sixth use for SVf_FAKE
8146      Branch: perl
8147            ! sv.h
8148 ____________________________________________________________________________
8149 [ 27292] By: nicholas                              on 2006/02/23  20:28:34
8150         Log: We have sufficient spare bits to store the SV type in body_details,
8151              so add a small sanity check to ensure that we have the array in the
8152              correct order.
8153      Branch: perl
8154            ! sv.c
8155 ____________________________________________________________________________
8156 [ 27291] By: nicholas                              on 2006/02/23  19:40:23
8157         Log: Shrink struct body_details and hence sv.o slightly further by using
8158              bitfields.
8159      Branch: perl
8160            ! sv.c
8161 ____________________________________________________________________________
8162 [ 27290] By: nicholas                              on 2006/02/23  19:15:48
8163         Log: Using U8 rather than size type shrinks the body_details table.
8164      Branch: perl
8165            ! sv.c
8166 ____________________________________________________________________________
8167 [ 27289] By: nicholas                              on 2006/02/23  18:00:19
8168         Log: Remove set magic from typeglobs. Remove typeglob magic entirely.
8169              Typeglobs now never access the SvPVX, SvIVX or SvNVX when holding a
8170              valid GvGP().
8171      Branch: perl
8172            ! dump.c ext/Devel/Peek/t/Peek.t gv.c perl.h pod/perlguts.pod
8173            ! sv.c util.c
8174 ____________________________________________________________________________
8175 [ 27288] By: nicholas                              on 2006/02/23  17:45:55
8176         Log: In XS_attributes__guess_stash, attempting to call Gv* on a PVMG is
8177              bad and wrong.
8178      Branch: perl
8179            ! xsutils.c
8180 ____________________________________________________________________________
8181 [ 27287] By: stevep                                on 2006/02/23  17:42:09
8182         Log: Add test for RT #2166: foreach spuriously autovivifies
8183      Branch: perl
8184            ! t/cmd/for.t
8185 ____________________________________________________________________________
8186 [ 27286] By: stevep                                on 2006/02/23  16:24:19
8187         Log: Converted t/op/pos.t to use test.pl and added TODO test for 
8188              RT #1716 - search position reset after 'local' save/restore
8189      Branch: perl
8190            ! t/op/pos.t
8191 ____________________________________________________________________________
8192 [ 27283] By: rgs                                   on 2006/02/23  14:07:13
8193         Log: Subject: [PATCH] Implement ${^WIN32_SLOPPY_STAT}
8194              From: "Jan Dubois" <jand@ActiveState.com>
8195              Date: Tue, 21 Feb 2006 12:36:31 -0800
8196              Message-ID: <019601c63726$7fcca200$6062a8c0@candy>
8197      Branch: perl
8198            ! win32/win32.c
8199 ____________________________________________________________________________
8200 [ 27282] By: nicholas                              on 2006/02/23  13:42:29
8201         Log: Recalculate dstr in Perl_sv_setsv_flags, as dstr may have been upgraded.
8202      Branch: perl
8203            ! sv.c
8204 ____________________________________________________________________________
8205 [ 27279] By: nicholas                              on 2006/02/23  13:07:54
8206         Log: Remove un-needed case in Perl_sv_setsv_flags (sv_upgrade will cover
8207              this one for us).
8208      Branch: perl
8209            ! sv.c
8210 ____________________________________________________________________________
8211 [ 27278] By: nicholas                              on 2006/02/23  11:11:12
8212         Log: Remove get magic from typeglobs. This means that PVGVs holding
8213              typeglobs never need to use SvPVX. This comes at price - typeglobs
8214              were using magic get for their stringificiation, and to pass SvOK(),
8215              so need to make typeglobs SvOK by default (by sucking SVp_SCREAM into
8216              SVf_OK - it's the only flag left), tweak SvSCREAM() to also check
8217              SVp_POK, and teach sv_2[inpu]v how to convert globs.
8218              However, it should free up SvPVX for the next part of the plan to
8219              pointer indirections, and therefore CPU cache pressure.
8220      Branch: perl
8221            ! embed.fnc embed.h ext/Devel/Peek/t/Peek.t gv.c mg.c perl.h
8222            ! proto.h sv.c sv.h
8223 ____________________________________________________________________________
8224 [ 27276] By: nicholas                              on 2006/02/23  00:29:04
8225         Log: Fix the copy sizes for PVFM and PVCV back to sanity.
8226      Branch: perl
8227            ! sv.c
8228 ____________________________________________________________________________
8229 [ 27274] By: nicholas                              on 2006/02/22  23:43:10
8230         Log: Fix typos and a missing bracket.
8231      Branch: perl
8232            ! pp.c t/op/studytied.t
8233 ____________________________________________________________________________
8234 [ 27273] By: nicholas                              on 2006/02/22  22:30:19
8235         Log: Avoid C<study>ing any strings that might change underneath us, such
8236              as tied scalars and scalars with overloaded stringification.
8237      Branch: perl
8238            ! pp.c t/op/studytied.t
8239 ____________________________________________________________________________
8240 [ 27272] By: rgs                                   on 2006/02/22  22:09:41
8241         Log: Mark some new study tests as TODO
8242      Branch: perl
8243            ! t/op/studytied.t
8244 ____________________________________________________________________________
8245 [ 27271] By: rgs                                   on 2006/02/22  21:04:33
8246         Log: Add a test for study() on tied scalars, by Andy Lester after
8247              Rick Delaney
8248      Branch: perl
8249            + t/op/studytied.t
8250            ! MANIFEST
8251 ____________________________________________________________________________
8252 [ 27270] By: rgs                                   on 2006/02/22  20:28:41
8253         Log: Turn on match string copying when /e flag is set on a substitution.
8254              
8255              Subject: [PATCH] dodge a valgrind error (for maint or blead)
8256              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
8257              Date: Feb 22, 2006 8:16 PM
8258              Message-ID: <43FCB896.7060106@gmail.com>
8259      Branch: perl
8260            ! pp_hot.c
8261 ____________________________________________________________________________
8262 [ 27269] By: nicholas                              on 2006/02/22  18:21:30
8263         Log: sv_dump should report the PV for PVGVs, as it can get set.
8264              (Typeglobs stringify via a call to GET magic, which uses the PV slot.)
8265      Branch: perl
8266            ! dump.c ext/Devel/Peek/t/Peek.t
8267 ____________________________________________________________________________
8268 [ 27268] By: nicholas                              on 2006/02/22  16:50:25
8269         Log: Test warnings for converting globs to other forms.
8270      Branch: perl
8271            ! t/op/gv.t
8272 ____________________________________________________________________________
8273 [ 27267] By: nicholas                              on 2006/02/22  00:23:49
8274         Log: Change 24643 made the mistake of assuming that CvCONST can only be true
8275              on XSUBs. Somehow it can also end up on perl subs. Bug spotted by and
8276              test case from Marcus Holland-Moritz.
8277      Branch: perl
8278            ! sv.c t/op/threads.t
8279 ____________________________________________________________________________
8280 [ 27265] By: nicholas                              on 2006/02/21  20:09:25
8281         Log: Can merge the two arms of Perl_magic_getglob to save space.
8282      Branch: perl
8283            ! mg.c
8284 ____________________________________________________________________________
8285 [ 27264] By: nicholas                              on 2006/02/21  19:04:39
8286         Log: Reorder the SV flags so that SVp_?OK and SVf_?OK occupy 8 contiguous
8287              bits (0x0000XX00). This makes perl 3K smaller with -Os on x86 FreeBSD,
8288              and might also help on other architectures (eg with 8 contiguous bits,
8289              the SvOK() test on ARM won't need an intermediate constant).
8290      Branch: perl
8291            ! sv.h
8292 ____________________________________________________________________________
8293 [ 27263] By: stevep                                on 2006/02/21  18:44:21
8294         Log: Additional hints needed to build threaded Perls on NetBSD.
8295      Branch: perl
8296            ! hints/netbsd.sh
8297 ____________________________________________________________________________
8298 [ 27262] By: nicholas                              on 2006/02/21  18:00:57
8299         Log: PL_body_arenas should be set to NULL when the interpreter is cleared.
8300      Branch: perl
8301            ! sv.c
8302 ____________________________________________________________________________
8303 [ 27261] By: nicholas                              on 2006/02/21  16:28:02
8304         Log: Teach B about CVf_ISXSUB
8305      Branch: perl
8306            ! ext/B/defsubs_h.PL ext/B/t/concise-xs.t
8307 ____________________________________________________________________________
8308 [ 27260] By: nicholas                              on 2006/02/21  16:12:37
8309         Log: Goodbye PERL_XSUB_OLDSTYLE.
8310      Branch: perl
8311            ! cv.h ext/B/defsubs_h.PL ext/B/t/concise-xs.t
8312            ! ext/Devel/Peek/t/Peek.t pp_ctl.c pp_hot.c
8313 ____________________________________________________________________________
8314 [ 27259] By: nicholas                              on 2006/02/21  15:40:04
8315         Log: Re-order the definitions of the private bits in SvFLAGS by value, so
8316              that we can see where we're already double-booked.
8317      Branch: perl
8318            ! sv.h
8319 ____________________________________________________________________________
8320 [ 27258] By: nicholas                              on 2006/02/21  15:23:21
8321         Log: Document the many uses of SVf_FAKE.
8322      Branch: perl
8323            ! sv.h
8324 ____________________________________________________________________________
8325 [ 27257] By: stevep                                on 2006/02/21  15:18:58
8326         Log: Add tests for the previously untested Hash::Util::all_keys().
8327      Branch: perl
8328            ! ext/Hash/Util/t/Util.t
8329 ____________________________________________________________________________
8330 [ 27256] By: stevep                                on 2006/02/21  00:43:43
8331         Log: $ExtUtils::MM_Unix::VERSION needs to stay numeric to avoid test
8332              warnings.
8333      Branch: perl
8334            ! lib/ExtUtils/MM_Unix.pm
8335 ____________________________________________________________________________
8336 [ 27255] By: stevep                                on 2006/02/21  00:40:23
8337         Log: Subject: Patches: B, CGI, ExtUtils::MM_Unix
8338              From: "Joshua ben Jore" <twists@gmail.com>
8339              Date: Sun, 19 Feb 2006 02:58:10 -0600
8340              Message-ID: <dc5c751d0602190058t78d915fv78c6318370307b63@mail.gmail.com>
8341      Branch: perl
8342            ! AUTHORS lib/CGI.pm
8343 ____________________________________________________________________________
8344 [ 27254] By: stevep                                on 2006/02/21  00:02:46
8345         Log: Subject: Re: Patches: B, CGI, ExtUtils::MM_Unix
8346              From: "Joshua ben Jore" <twists@gmail.com>
8347              Date: Mon, 20 Feb 2006 09:50:15 -0600
8348              Message-ID: <dc5c751d0602200750j21447031m86ea670b04ac27ed@mail.gmail.com>
8349              
8350              Includes changes to increment test count in ext/B/t/concise-xs.t and
8351              uses "no warnings 'once';" in ext/B/t/b.t rather than kludging to 
8352              avoid the warning.
8353      Branch: perl
8354            ! ext/B/B.pm ext/B/B.xs ext/B/t/b.t ext/B/t/concise-xs.t
8355 ____________________________________________________________________________
8356 [ 27252] By: stevep                                on 2006/02/20  23:01:41
8357         Log: Subject: [PATCH] op/magic failure on cygwin after 1.5.19-4
8358              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
8359              Date: Mon, 20 Feb 2006 11:09:33 -0800
8360              Message-ID: <20060220190933.GA1316@efn.org>
8361      Branch: perl
8362            ! t/op/magic.t
8363 ____________________________________________________________________________
8364 [ 27251] By: nicholas                              on 2006/02/20  20:32:09
8365         Log: Steal code from maint, and use PERL_ARENA_ROOTS_SIZE to size the arena
8366              arrays, rather than SVt_LAST, so that SVt_LAST can truthfully remain
8367              the number of genuine SV types, unclouded by implementation details.
8368      Branch: perl
8369            ! intrpvar.h sv.c sv.h
8370 ____________________________________________________________________________
8371 [ 27250] By: rgs                                   on 2006/02/20  20:03:37
8372         Log: Subject: [PATCH] Make SDBM_File work with -Duse64bitall on Darwin (Mac OS X)
8373              From: Dominic Dunlop <shouldbedomo@mac.com>
8374              Date: Feb 20, 2006 1:46 PM
8375              Message-Id: <B699DDDE-EC4E-495D-AFF5-3D7399332A24@mac.com>
8376      Branch: perl
8377            ! ext/SDBM_File/Makefile.PL hints/darwin.sh
8378 ____________________________________________________________________________
8379 [ 27249] By: nicholas                              on 2006/02/20  19:00:22
8380         Log: PVCVs don't need XNVs either.
8381              (And actually remove xcv_depth)
8382              (And fix the copy lengths in bodies_by_type)
8383      Branch: perl
8384            ! cv.h dump.c ext/B/B/Bytecode.pm ext/Devel/Peek/t/Peek.t sv.c
8385 ____________________________________________________________________________
8386 [ 27248] By: rgs                                   on 2006/02/20  17:59:42
8387         Log: Subject: [PATCH] Trouble with $ENV{CDPATH} after change #27236
8388              From: Dominic Dunlop <shouldbedomo@mac.com>
8389              Date: Feb 20, 2006 2:49 PM
8390              Message-Id: <6393FA5A-6B84-46E9-A557-DED3BB0AD7EE@mac.com>
8391      Branch: perl
8392            ! t/op/utftaint.t
8393 ____________________________________________________________________________
8394 [ 27247] By: nicholas                              on 2006/02/20  17:48:21
8395         Log: PVFMs don't need CvDEPTH, and PVCVs don't use SvIVX, so moving
8396              xcv_depth into the IV union saves 4(ish) bytes per CV and format.
8397              "ish" because it was a long, but has been changed to I32 (along with
8398              the corresponding field in struct block_sub) so as not to enlarge the
8399              IV union on platforms where sizeof(long) > sizeof(IV), or struct
8400              block_sub where sizeof(long) > sizeof(I32)
8401      Branch: perl
8402            ! cop.h cv.h dump.c ext/B/B/Bytecode.pm ext/Devel/Peek/t/Peek.t
8403            ! op.c sv.c sv.h
8404 ____________________________________________________________________________
8405 [ 27245] By: nicholas                              on 2006/02/20  14:01:59
8406         Log: Fix sv_dump to dump formats without the (non-existent) NVX.
8407      Branch: perl
8408            ! dump.c
8409 ____________________________________________________________________________
8410 [ 27244] By: nicholas                              on 2006/02/20  13:42:47
8411         Log: xcv_root and xcv_xsub can also be merged into a union, providing a new
8412              flag is added to denote whether the PVCV is perl or XSUB.
8413      Branch: perl
8414            ! cv.h dump.c ext/B/B.xs ext/Devel/Peek/t/Peek.t op.c sv.c sv.h
8415 ____________________________________________________________________________
8416 [ 27243] By: nicholas                              on 2006/02/20  11:54:38
8417         Log: xcv_start and xcv_xsubany can be merged into a union, as they are never
8418              both needed.
8419      Branch: perl
8420            ! cv.h dump.c ext/B/B.xs ext/Devel/Peek/t/Peek.t sv.h
8421 ____________________________________________________________________________
8422 [ 27242] By: nicholas                              on 2006/02/20  11:54:03
8423         Log: Need to clear CvXSUBANY() too to turn a constant sub into a prototype.
8424      Branch: perl
8425            ! lib/ExtUtils/Constant/ProxySubs.pm
8426 ____________________________________________________________________________
8427 [ 27241] By: nicholas                              on 2006/02/20  10:40:59
8428         Log: Add a new CvISXSUB() macro, for abstracting the test as to whether a
8429              PVCV is perl or XS.
8430      Branch: perl
8431            ! cv.h dump.c ext/Devel/Peek/Peek.xs gv.c op.c pad.c pp_ctl.c
8432            ! pp_hot.c pp_sort.c sv.c
8433 ____________________________________________________________________________
8434 [ 27240] By: nicholas                              on 2006/02/20  10:10:11
8435         Log: Abolish BROKEN_UNION_INIT in B::C, as it works around problems in
8436              pre-ANSI C compilers, but pays in code duplication.
8437      Branch: perl
8438            ! cv.h ext/B/B/C.pm
8439 ____________________________________________________________________________
8440 [ 27239] By: rgs                                   on 2006/02/20  09:31:03
8441         Log: Subject: patch@27236 vms glob/readdir/chdir EFS/long filename support
8442              From: John E. Malmberg <wb8tyw@qsl.net>
8443              Date: Feb 20, 2006 3:43 AM
8444              Message-ID: <43F92CE6.5040704@qsl.net>
8445      Branch: perl
8446            ! doio.c t/io/fs.t vms/vms.c
8447 ____________________________________________________________________________
8448 [ 27238] By: rgs                                   on 2006/02/20  09:26:15
8449         Log: More NullXXX macro removal from Andy Lester
8450      Branch: perl
8451            ! cop.h deb.c doio.c doop.c hv.c intrpvar.h mg.h pad.c pad.h
8452            ! perl.c pp_ctl.c pp_hot.c pp_sys.c scope.c sv.c toke.c
8453            ! universal.c util.c
8454 ____________________________________________________________________________
8455 [ 27237] By: rgs                                   on 2006/02/20  08:54:22
8456         Log: Yitzchak points out that the perldiag entry for "Integer overflow in
8457              division" is no longer useful.
8458      Branch: perl
8459            ! pod/perldiag.pod
8460 ____________________________________________________________________________
8461 [ 27236] By: nicholas                              on 2006/02/20  00:36:34
8462         Log: utftaint.t won't be able to run tests with -T if you have
8463              Insecure directory in $ENV{PATH}
8464              so skip them. (Probably this means you have . in your PATH)
8465      Branch: perl
8466            ! t/op/utftaint.t
8467 ____________________________________________________________________________
8468 [ 27235] By: nicholas                              on 2006/02/20  00:21:09
8469         Log: Remove the last (U16) cast for CV depths, missed by change 17835.
8470      Branch: perl
8471            ! pp_ctl.c
8472 ____________________________________________________________________________
8473 [ 27234] By: nicholas                              on 2006/02/20  00:02:53
8474         Log: Re-order CV flags to bring the 4 CVf_BUILTIN_ATTRS into adjacent bits,
8475              and make other flag bits that are paired in the code adjacent.
8476              Will produce tighter code on ARM; might help on other platforms too.
8477      Branch: perl
8478            ! cv.h ext/Devel/Peek/t/Peek.t
8479 ____________________________________________________________________________
8480 [ 27233] By: nicholas                              on 2006/02/19  23:59:52
8481         Log: Ministry of Truth removes typo in description of Change 26166.
8482              Change 26166 was correct from the start.
8483              Nothing to see. Move along.
8484              We thank Big Brother for raising the chocolate ration to 20g per week.
8485      Branch: perl
8486            ! Changes
8487 ____________________________________________________________________________
8488 [ 27231] By: nicholas                              on 2006/02/19  22:35:24
8489         Log: Shave sizeof(NV) bytes from formats, by using the same offset
8490              manoeuvre as PVs, PVIVs, PVAVs and PVHVs.
8491      Branch: perl
8492            ! sv.c sv.h
8493 ____________________________________________________________________________
8494 [ 27230] By: nicholas                              on 2006/02/19  20:30:24
8495         Log: AVs and HVs don't have IVXs or NVXs, so assert this too.
8496      Branch: perl
8497            ! sv.h
8498 ____________________________________________________________________________
8499 [ 27229] By: nicholas                              on 2006/02/19  20:10:34
8500         Log: Under -DDEBUGGING, assert that SvIVX, SvUVX and SvNVX aren't being
8501              used on scalars that don't have the memory allocated. Correct
8502              SvSTASH and SvMAGIC to only evaluate the sv argument once.
8503      Branch: perl
8504            ! sv.h
8505 ____________________________________________________________________________
8506 [ 27228] By: nicholas                              on 2006/02/19  18:57:35
8507         Log: To make arithmetic on tainted dualvars work properly requires that
8508              sv_2nv uses SvIVX in preference to SvPVX, if SVp_IOK is true.
8509      Branch: perl
8510            ! sv.c t/op/taint.t
8511 ____________________________________________________________________________
8512 [ 27227] By: nicholas                              on 2006/02/19  12:14:15
8513         Log: SvROK(sv) will never be true when SvIOKp() or SvNOKp() is true, so the
8514              code inside the if() test in sv_2pv_flags is dead and can be removed.
8515      Branch: perl
8516            ! sv.c
8517 ____________________________________________________________________________
8518 [ 27223] By: rgs                                   on 2006/02/18  20:13:51
8519         Log: As Anno Siegel points out, mtime/ctime test should be skipped
8520              on OS X on HFS+.
8521      Branch: perl
8522            ! t/op/stat.t
8523 ____________________________________________________________________________
8524 [ 27222] By: nicholas                              on 2006/02/18  19:01:48
8525         Log: save_re_context() and even errsv_save = newSVsv(ERRSV); can turn
8526              PL_tainted back on, so defer turning if off as late as possible.
8527              This gets lib/locale.t working once more.
8528      Branch: perl
8529            ! utf8.c
8530 ____________________________________________________________________________
8531 [ 27221] By: nicholas                              on 2006/02/18  18:23:43
8532         Log: Turn of tainting locally inside swash_init(), as the internal
8533              implementation of the regexp engine has nothing to do with user data,
8534              so when and where it happens to call require is agnostic of the current
8535              expression's taintedness.
8536      Branch: perl
8537            ! t/op/utftaint.t utf8.c
8538 ____________________________________________________________________________
8539 [ 27220] By: nicholas                              on 2006/02/18  18:22:13
8540         Log: Assume that if runperl is called under tainting, that the caller really
8541              really wanted to run perl, so brute force untaint everything.
8542      Branch: perl
8543            ! t/test.pl
8544 ____________________________________________________________________________
8545 [ 27219] By: nicholas                              on 2006/02/18  17:38:38
8546         Log: Convert utftaint.t to test.pl (from Test.pm) and provide it with
8547              tainted() from taint.t to remove the dependency on Scalar::Util.
8548              (So it will now work with miniperl)
8549      Branch: perl
8550            ! t/op/utftaint.t
8551 ____________________________________________________________________________
8552 [ 27218] By: stevep                                on 2006/02/18  12:58:49
8553         Log: Upgrade to Digest-SHA-5.34.
8554      Branch: perl
8555            ! ext/Digest/SHA/Changes ext/Digest/SHA/README
8556            ! ext/Digest/SHA/SHA.pm ext/Digest/SHA/bin/shasum
8557            ! ext/Digest/SHA/ppport.h ext/Digest/SHA/src/hmac.c
8558            ! ext/Digest/SHA/src/hmac.h ext/Digest/SHA/src/sha.c
8559            ! ext/Digest/SHA/src/sha.h ext/Digest/SHA/t/0-pod-coverage.t
8560            ! ext/Digest/SHA/t/0-pod.t ext/Digest/SHA/t/1-exist.t
8561            ! ext/Digest/SHA/t/1-hello-world.t
8562            ! ext/Digest/SHA/t/2-nist-sha-1.t
8563            ! ext/Digest/SHA/t/2-nist-sha-224.t
8564            ! ext/Digest/SHA/t/2-nist-sha-256.t
8565            ! ext/Digest/SHA/t/2-nist-sha-384.t
8566            ! ext/Digest/SHA/t/2-nist-sha-512.t
8567            ! ext/Digest/SHA/t/2-nist-sha-base64.t
8568            ! ext/Digest/SHA/t/2-nist-sha-oo.t
8569            ! ext/Digest/SHA/t/2-nist-vectors-bit.t
8570            ! ext/Digest/SHA/t/2-nist-vectors-byte.t
8571            ! ext/Digest/SHA/t/3-gillogly-easy.t
8572            ! ext/Digest/SHA/t/3-gillogly-hard.t
8573            ! ext/Digest/SHA/t/4-bitstr-increasing.t
8574            ! ext/Digest/SHA/t/4-bitstr-large.t
8575            ! ext/Digest/SHA/t/4-bitstr-random.t
8576            ! ext/Digest/SHA/t/5-hmac-fips198.t
8577            ! ext/Digest/SHA/t/5-hmac-rfc2202.t
8578            ! ext/Digest/SHA/t/5-hmac-sha-256.t
8579            ! ext/Digest/SHA/t/5-hmac-woodbury.t
8580            ! ext/Digest/SHA/t/6-dump-load.t ext/Digest/SHA/t/7-ireland.t
8581 ____________________________________________________________________________
8582 [ 27215] By: nicholas                              on 2006/02/18  00:11:07
8583         Log: Subject: arena-rework : consolidated patch
8584              From: Jim Cromie <jim.cromie@gmail.com>
8585              Message-ID: <43F0F649.9040205@gmail.com>
8586              Date: Mon, 13 Feb 2006 14:12:41 -0700
8587              
8588              Tweaked somewhat to split the arena boolean from the arena_size,
8589              and with the PTE still doubling-up with one of the SV types in the
8590              array.
8591      Branch: perl
8592            ! embed.fnc embed.h hv.c perl.h pod/perlapi.pod proto.h sv.c
8593            ! sv.h
8594 ____________________________________________________________________________
8595 [ 27214] By: nicholas                              on 2006/02/17  23:26:58
8596         Log: Subject: Re: Smoke [5.9.4] 27195 FAIL(m) irix 6.2 (IP22/1 cpu)
8597              From: Abe Timmerman <abe@ztreet.demon.nl>
8598              Message-Id: <200602172358.23977.abe@ztreet.demon.nl>
8599              Date: Fri, 17 Feb 2006 23:58:23 +0100
8600      Branch: perl
8601            ! Makefile.SH
8602 ____________________________________________________________________________
8603 [ 27213] By: nicholas                              on 2006/02/17  22:40:31
8604         Log: The two whitespace changes from
8605              
8606              Subject: arena-rework : consolidated patch
8607              From: Jim Cromie <jim.cromie@gmail.com>
8608              Message-ID: <43F0F649.9040205@gmail.com>
8609              Date: Mon, 13 Feb 2006 14:12:41 -0700
8610      Branch: perl
8611            ! sv.c
8612 ____________________________________________________________________________
8613 [ 27212] By: gisle                                 on 2006/02/17  21:21:05
8614         Log: Don't add -fPIC if already present.
8615              
8616              Subject: [PATCH] 5.8.8: Debian patches
8617              From: "Brendan O'Dea" <bod@debian.org>
8618              Date: Sat, 11 Feb 2006 00:37:15 +1100
8619              Message-ID: <20060210133715.GA6826@londo.c47.org>
8620      Branch: perl
8621            ! hints/linux.sh
8622 ____________________________________________________________________________
8623 [ 27211] By: gisle                                 on 2006/02/17  21:19:03
8624         Log: Fix precedence.
8625              
8626              Subject: [PATCH] 5.8.8: Debian patches
8627              From: "Brendan O'Dea" <bod@debian.org>
8628              Date: Sat, 11 Feb 2006 00:37:15 +1100
8629              Message-ID: <20060210133715.GA6826@londo.c47.org>
8630      Branch: perl
8631            ! lib/Net/NNTP.pm
8632 ____________________________________________________________________________
8633 [ 27210] By: gisle                                 on 2006/02/17  20:54:46
8634         Log: Fix quote typo.
8635              
8636              Subject: [PATCH] 5.8.8: Debian patches
8637              From: "Brendan O'Dea" <bod@debian.org>
8638              Date: Sat, 11 Feb 2006 00:37:15 +1100
8639              Message-ID: <20060210133715.GA6826@londo.c47.org>
8640      Branch: perl
8641            ! utils/c2ph.PL
8642 ____________________________________________________________________________
8643 [ 27209] By: rgs                                   on 2006/02/17  15:48:59
8644         Log: In TODO: make encoding.pm lexical ?
8645      Branch: perl
8646            ! pod/perltodo.pod
8647 ____________________________________________________________________________
8648 [ 27208] By: rgs                                   on 2006/02/17  15:09:11
8649         Log: Subject: [PATCH] cleaning up perly.c
8650              From: andy@petdance.com (Andy Lester)
8651              Date: Sun, 12 Feb 2006 23:04:56 -0600
8652              Message-ID: <20060213050455.GA27993@petdance.com>
8653      Branch: perl
8654            ! perly.c
8655 ____________________________________________________________________________
8656 [ 27207] By: rgs                                   on 2006/02/17  14:27:22
8657         Log: Subject: Re: Perl_sighandler voodoo (was Re: Smoke [5.8.7] 26127 FAIL(XF) MSWin32 WinXP/.Net SP2 (x86/2 cpu))
8658              From: Robin Houston <robin@cpan.org>
8659              Date: Sun, 27 Nov 2005 00:43:13 +0000
8660              Message-ID: <20051127004313.GA7007@rpc142.cs.man.ac.uk>
8661              
8662              Simplification of the code in my_exit_jump() that unwinds context
8663              stacks
8664      Branch: perl
8665            ! perl.c
8666 ____________________________________________________________________________
8667 [ 27205] By: rgs                                   on 2006/02/17  08:50:27
8668         Log: Subject: Re: [perl #38485] use integer; 0x80000000/-1; # coredump
8669              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
8670              Date: Mon, 13 Feb 2006 01:39:25 -0800
8671              Message-ID: <20060213093925.GA3476@efn.org>
8672      Branch: perl
8673            ! lib/integer.t pp.c
8674 ____________________________________________________________________________
8675 [ 27204] By: rgs                                   on 2006/02/16  14:44:10
8676         Log: Subject: Re: how to build with -DPERL_MEM_LOG ?
8677              From: Andy Dougherty <doughera@lafayette.edu>
8678              Date: Fri, 3 Feb 2006 11:55:58 -0500 (EST)
8679              Message-ID: <Pine.SOC.4.62.0602031129530.9630@maxwell.phys.lafayette.edu>
8680      Branch: perl
8681            ! x2p/a2p.h
8682 ____________________________________________________________________________
8683 [ 27203] By: rgs                                   on 2006/02/16  14:15:53
8684         Log: Subject: Problem compiling swigged c++ code with 5.8.8
8685              From: Merijn Broeren <merijnb@iloquent.com>
8686              Date: Wed, 15 Feb 2006 13:51:49 +0100
8687              Message-ID: <20060215125148.GA12535@brugman.iloquent.nl>
8688      Branch: perl
8689            ! XSUB.h perl.h
8690 ____________________________________________________________________________
8691 [ 27202] By: stevep                                on 2006/02/16  12:54:08
8692         Log: Upgrade to CGI-3.16, with version bump on CGI.pm for documentation
8693              fixes not yet integrated.
8694      Branch: perl
8695            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Changes lib/CGI/Cookie.pm
8696            ! lib/CGI/Fast.pm lib/CGI/t/cookie.t lib/CGI/t/function.t
8697            ! lib/CGI/t/html.t
8698 ____________________________________________________________________________
8699 [ 27201] By: rgs                                   on 2006/02/16  12:47:13
8700         Log: Remove lib/Hash directory when doing make distclean
8701      Branch: perl
8702            ! Makefile.SH
8703 ____________________________________________________________________________
8704 [ 27200] By: rgs                                   on 2006/02/16  11:46:51
8705         Log: Subject: [PATCH] stat() on Windows doesn't handle trailing slashes/backslashes correctly
8706              From: "Jan Dubois" <jand@ActiveState.com>
8707              Date: Wed, 15 Feb 2006 17:19:29 -0800
8708              Message-ID: <017901c63297$08e1e3f0$2217a8c0@candy>
8709      Branch: perl
8710            ! win32/win32.c
8711 ____________________________________________________________________________
8712 [ 27199] By: rgs                                   on 2006/02/16  11:43:09
8713         Log: Subject: [patch] t/lib/warnings/pp_sys
8714              From: "Green, Paul" <Paul.Green@stratus.com>
8715              Date: Wed, 15 Feb 2006 11:09:57 -0500
8716              Message-ID: <F5F42E77A43DD944B6D664B00A5401CB011A19AF@EXNA.corp.stratus.com>
8717      Branch: perl
8718            ! t/lib/warnings/pp_sys
8719 ____________________________________________________________________________
8720 [ 27198] By: rgs                                   on 2006/02/16  11:40:42
8721         Log: CPAN::FirstTime can go as well from the untested module list
8722      Branch: perl
8723            ! t/lib/1_compile.t
8724 ____________________________________________________________________________
8725 [ 27197] By: rgs                                   on 2006/02/16  11:38:00
8726         Log: Pod::Plainer is tested, actually (spotted by chromatic)
8727      Branch: perl
8728            ! t/lib/1_compile.t
8729 ____________________________________________________________________________
8730 [ 27195] By: rgs                                   on 2006/02/16  09:10:38
8731         Log: Subject: [PATCH] Make XCOPY not prompt every two seconds when rebuilding on Win32
8732              From: demerphq <demerphq@gmail.com>
8733              Date: Mon, 13 Feb 2006 09:41:37 +0100
8734              Message-ID: <9b18b3110602130041q2d64122am5c83392dd75e0413@mail.gmail.com>
8735      Branch: perl
8736            ! win32/Makefile win32/makefile.mk
8737 ____________________________________________________________________________
8738 [ 27194] By: gisle                                 on 2006/02/15  15:25:36
8739         Log: Get perl_fini() running on HP-UX again.
8740              It was effectively disabled by change 24667 since
8741              __ux_version is only available under DCE threads
8742              which isn't used when perl is built on HP-UX 11
8743              and later.
8744      Branch: perl
8745            ! perl.c
8746 ____________________________________________________________________________
8747 [ 27193] By: rgs                                   on 2006/02/15  13:22:27
8748         Log: Fix to run this test in the core
8749      Branch: perl
8750            ! lib/CPAN/t/03pkgs.t
8751 ____________________________________________________________________________
8752 [ 27192] By: stevep                                on 2006/02/15  13:11:06
8753         Log: Subject:  [PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.84.tar.gz
8754              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
8755              Date: Wed, 15 Feb 2006 09:19:56 +0100
8756              Message-ID: <87oe19owyb.fsf@k75.linux.bogus>
8757      Branch: perl
8758            + lib/CPAN/t/01loadme.t lib/CPAN/t/02nox.t lib/CPAN/t/03pkgs.t
8759            + lib/CPAN/t/10version.t lib/CPAN/t/11mirroredby.t
8760            - lib/CPAN/t/Nox.t lib/CPAN/t/loadme.t lib/CPAN/t/mirroredby.t
8761            - lib/CPAN/t/vcmp.t lib/CPAN/t/version.t
8762            ! MANIFEST lib/CPAN.pm lib/CPAN/Debug.pm lib/CPAN/FirstTime.pm
8763            ! lib/CPAN/HandleConfig.pm lib/CPAN/Nox.pm lib/CPAN/SIGNATURE
8764            ! lib/CPAN/Tarzip.pm lib/CPAN/Version.pm
8765 ____________________________________________________________________________
8766 [ 27190] By: merijn                                on 2006/02/15  09:11:12
8767         Log: Added hints/dragonfly.sh for #27189
8768      Branch: perl
8769            ! MANIFEST
8770 ____________________________________________________________________________
8771 [ 27189] By: merijn                                on 2006/02/15  09:07:43
8772         Log: Subject: Patch for perl to compile/work on DragonFlyBSD
8773              From: Robert Sebastian Gerus <arachnist@gmail.com>
8774              Date: Tue, 14 Feb 2006 17:27:52 +0100
8775              Message-ID: <4a1e16420602140827w17fd6595w@mail.gmail.com>
8776      Branch: perl
8777            + hints/dragonfly.sh
8778            ! Configure Makefile.SH
8779 ____________________________________________________________________________
8780 [ 27187] By: craigb                                on 2006/02/15  04:32:14
8781         Log: Subject: patch@27162 long path name support in readdir / cando_by_name
8782         From: "John E. Malmberg" <wb8tyw@qsl.net>
8783         Date: Sun, 12 Feb 2006 15:24:58 -0500
8784         Message-id: <43EF999A.1020500@qsl.net>
8785      Branch: perl
8786            ! vms/vms.c vms/vmsish.h
8787 ____________________________________________________________________________
8788 [ 27186] By: stevep                                on 2006/02/15  02:55:13
8789         Log: Version bump to go along with change #27185
8790      Branch: perl
8791            ! lib/Getopt/Long.pm
8792 ____________________________________________________________________________
8793 [ 27185] By: stevep                                on 2006/02/15  02:53:10
8794         Log: Subject: Getopt::Long::Configure 'no_getopt_compat'
8795              From: Abigail <abigail@abigail.nl>
8796              Date: Tue, 14 Feb 2006 23:58:07 +0100
8797              Message-ID: <20060214225806.GA4120@abigail.nl>
8798      Branch: perl
8799            ! lib/Getopt/Long.pm
8800 ____________________________________________________________________________
8801 [ 27184] By: nicholas                              on 2006/02/14  23:42:45
8802         Log: Back out change change 10214 (drop SVp_IOK from >> PRIVSHIFT) as it
8803              never felt quite correct, and other parts of the SV conversion
8804              implementation have improved such that the symptoms 10214 covered
8805              over are gone even without it.
8806      Branch: perl
8807            ! mg.c scope.c sv.c
8808 ____________________________________________________________________________
8809 [ 27182] By: stevep                                on 2006/02/14  17:50:06
8810         Log: Upgrade to Time-HiRes-1.87
8811      Branch: perl
8812            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
8813            ! ext/Time/HiRes/t/HiRes.t
8814 ____________________________________________________________________________
8815 [ 27181] By: stevep                                on 2006/02/14  17:41:02
8816         Log: Hash::Util tests should check if Hash::Util has been built, not
8817              List::Util (spotted by Rafael).
8818      Branch: perl
8819            ! ext/Hash/Util/t/Util.t
8820 ____________________________________________________________________________
8821 [ 27180] By: stevep                                on 2006/02/14  17:08:08
8822         Log: Subject: [Patch] Enhance Hash::Util
8823              From: demerphq <demerphq@gmail.com>
8824              Date: Mon, 13 Feb 2006 11:39:33 +0100
8825              Message-ID: <9b18b3110602130239w311d05fcr776ae8333776ca2e@mail.gmail.com>
8826      Branch: perl
8827            + ext/Hash/Util/Changes ext/Hash/Util/Makefile.PL
8828            + ext/Hash/Util/Util.xs ext/Hash/Util/lib/Hash/Util.pm
8829            + ext/Hash/Util/t/Util.t
8830            - lib/Hash/Util.pm lib/Hash/Util.t
8831            ! MANIFEST win32/Makefile win32/makefile.mk
8832 ____________________________________________________________________________
8833 [ 27179] By: rgs                                   on 2006/02/14  13:23:04
8834         Log: One shouldn't be able to dereference a GLOB as a SCALAR.
8835              
8836              Subject: Re: [perl #38484] Data::Dumper only warns on unhandled reference types
8837              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
8838              Date: Sun, 12 Feb 2006 09:18:39 -0800
8839              Message-ID: <20060212171839.GA3604@efn.org>
8840              
8841              plus regression tests.
8842      Branch: perl
8843            ! pp.c t/op/ref.t
8844 ____________________________________________________________________________
8845 [ 27178] By: rgs                                   on 2006/02/14  10:18:48
8846         Log: Remove a my_perl that slipped in
8847      Branch: perl
8848            ! perlio.c
8849 ____________________________________________________________________________
8850 [ 27177] By: rgs                                   on 2006/02/14  10:00:36
8851         Log: Subject: [PATCH] Sun Studio lint patches
8852              From: andy@petdance.com (Andy Lester)
8853              Date: Mon, 13 Feb 2006 23:46:17 -0600
8854              Message-ID: <20060214054617.GA8824@petdance.com>
8855      Branch: perl
8856            ! Makefile.SH gv.c hv.c op.c pad.c perlio.c pp.c pp_ctl.c
8857            ! pp_hot.c regcomp.c sv.c toke.c utf8.c
8858 ____________________________________________________________________________
8859 [ 27176] By: nicholas                              on 2006/02/13  21:46:13
8860         Log: Ensure that public I, N and P flags are off when SvTAINT is called on
8861              something that already has taint magic.
8862      Branch: perl
8863            ! sv.c
8864 ____________________________________________________________________________
8865 [ 27174] By: rgs                                   on 2006/02/13  17:27:59
8866         Log: Subject: [PATCH] perldiag.pod patching re: integer overflow
8867              From: andy@petdance.com (Andy Lester)
8868              Date: Sun, 12 Feb 2006 23:08:48 -0600
8869              Message-ID: <20060213050848.GB27993@petdance.com>
8870      Branch: perl
8871            ! pod/perldiag.pod pod/perlop.pod
8872 ____________________________________________________________________________
8873 [ 27173] By: rgs                                   on 2006/02/13  17:17:40
8874         Log: Subject: [perl #38346] [PATCH] Re: B::Deparse's bug?
8875              From: Stephen McCamant <smcc@mit.edu>
8876              Date: Wed, 8 Feb 2006 17:48:49 -0800
8877              Message-ID: <17386.40833.64309.454938@conquest.OCF.Berkeley.EDU>
8878      Branch: perl
8879            ! ext/B/B/Deparse.pm
8880 ____________________________________________________________________________
8881 [ 27172] By: steveh                                on 2006/02/13  16:46:14
8882         Log: Teach checkAUTHORS.pl about Changelogs with leading tabs
8883              in the log entries, and fix a malformed log entry in Changes5.005
8884      Branch: perl
8885            ! Changes5.005 Porting/checkAUTHORS.pl
8886 ____________________________________________________________________________
8887 [ 27171] By: steveh                                on 2006/02/13  16:03:23
8888         Log: Revert an assert() fix in the light of change #27152
8889              
8890              The MinGW problem described here:
8891              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-01/msg00146.html
8892              was fixed by change #26664. This is no longer relevant in the light of
8893              change #27152, so revert it.
8894              
8895              (The other problems with VC++ 6 and BCC, fixed by change #26634, have
8896              not gone away, however.)
8897      Branch: perl
8898            ! gv.h
8899 ____________________________________________________________________________
8900 [ 27169] By: nicholas                              on 2006/02/13  15:12:58
8901         Log: All the bits of clone_params.flags need to be initialised, not just
8902              CLONEf_JOIN_IN.
8903      Branch: perl
8904            ! ext/threads/threads.xs
8905 ____________________________________________________________________________
8906 [ 27166] By: nicholas                              on 2006/02/12  19:03:47
8907         Log: Fix change 27059 so that it actually works with >16 file descriptors.
8908              With programmers like these, we need Stadler & Waldorf on code review.
8909      Branch: perl
8910            ! perlio.c
8911 ____________________________________________________________________________
8912 [ 27162] By: nicholas                              on 2006/02/11  22:52:40
8913         Log: In perldiag.pod add an entry for the error message that change 27155
8914              introduced.
8915      Branch: perl
8916            ! pod/perldiag.pod
8917 ____________________________________________________________________________
8918 [ 27161] By: nicholas                              on 2006/02/11  16:10:22
8919         Log: Remove SOFT_CAST() as it no longer does anything useful.
8920      Branch: perl
8921            ! perl.h scope.h
8922 ____________________________________________________________________________
8923 [ 27159] By: nicholas                              on 2006/02/11  15:10:32
8924         Log: Coalesce 2 if blocks with duplicated conditions in Perl_sv_dup.
8925      Branch: perl
8926            ! sv.c
8927 ____________________________________________________________________________
8928 [ 27158] By: stevep                                on 2006/02/11  14:16:45
8929         Log: Test to go with change #27155.
8930      Branch: perl
8931            ! lib/integer.t
8932 ____________________________________________________________________________
8933 [ 27155] By: stevep                                on 2006/02/11  06:14:02
8934         Log: Die when integer overflow condition is detected in division under
8935              C<use integer>.  Hopefully fixes RT #38485.
8936      Branch: perl
8937            ! pp.c
8938 ____________________________________________________________________________
8939 [ 27154] By: nicholas                              on 2006/02/11  00:40:04
8940         Log: assert() that we can't reach two unreachable code paths
8941              (in Perl_magic_get and Perl_pp_shift).
8942      Branch: perl
8943            ! mg.c pp.c
8944 ____________________________________________________________________________
8945 [ 27153] By: nicholas                              on 2006/02/10  22:37:23
8946         Log: The return value from S_hv_auxinit can be ignored, as it's also stored
8947              within the passed in hv parameter.
8948      Branch: perl
8949            ! embed.fnc proto.h
8950 ____________________________________________________________________________
8951 [ 27152] By: steveh                                on 2006/02/10  17:46:35
8952         Log: A better fix than 27148
8953              
8954              Subject: Win32 assert (was Re: Smoke [5.9.4] 27145 FAIL(M) MSWin32 WinXP/.Net SP2 (x86/2 cpu))
8955              From: Nicholas Clark <nick@ccl4.org>
8956              Date: Fri, 10 Feb 2006 14:58:47 +0000
8957              Message-ID: <20060210145847.GA85020@plum.flirble.org>
8958              
8959              Subject: RE: Win32 assert (was Re: Smoke [5.9.4] 27145 FAIL(M) MSWin32 WinXP/.Net SP2 (x86/2 cpu))
8960              From: "Jan Dubois" <jand@ActiveState.com>
8961              Date: Fri, 10 Feb 2006 09:03:41 -0800
8962              Message-ID: <024401c62e63$f1e53c10$6062a8c0@candy>
8963      Branch: perl
8964            ! embed.fnc embed.h hv.c perl.h proto.h sv.c
8965 ____________________________________________________________________________
8966 [ 27151] By: nicholas                              on 2006/02/10  14:25:33
8967         Log: With PERL_POISON defined, ensure freshly malloc()ed memory isn't zeros,
8968              and when PERL_TRACK_MEMPOOL is also defined scribble on any extension
8969              added by realloc().
8970      Branch: perl
8971            ! util.c
8972 ____________________________________________________________________________
8973 [ 27148] By: steveh                                on 2006/02/10  11:20:23
8974         Log: Fix the effects of 27136 on Win32 with DEBUGGING and PERL_IMPLICIT_SYS
8975      Branch: perl
8976            ! embed.fnc embed.h hv.c proto.h sv.c
8977 ____________________________________________________________________________
8978 [ 27145] By: nicholas                              on 2006/02/09  23:23:59
8979         Log: Change 27136 seems to have inadvertently upset some compilers,
8980              presumably where NULL was defined as 0, not (void *)0
8981      Branch: perl
8982            ! op.c
8983 ____________________________________________________________________________
8984 [ 27140] By: stevep                                on 2006/02/09  18:25:02
8985         Log: Fix breakage in S_set_csh() from change #27136.
8986      Branch: perl
8987            ! toke.c
8988 ____________________________________________________________________________
8989 [ 27139] By: gisle                                 on 2006/02/09  18:09:01
8990         Log: Document incompatible interpretation of chdir FOO.
8991              Ref change 27125.
8992      Branch: perl
8993            ! pod/perl594delta.pod
8994 ____________________________________________________________________________
8995 [ 27138] By: rgs                                   on 2006/02/09  17:49:18
8996         Log: Really regenerate headers
8997      Branch: perl
8998            ! embed.h proto.h
8999 ____________________________________________________________________________
9000 [ 27137] By: stevep                                on 2006/02/09  17:40:02
9001         Log: Regenerated headers for change #27136.
9002      Branch: perl
9003            ! embed.h proto.h
9004 ____________________________________________________________________________
9005 [ 27136] By: stevep                                on 2006/02/09  16:49:32
9006         Log: Subject: [PATCH] Trying my "remove the pTHXes" patch again
9007              From: Andy Lester <andy@petdance.com>
9008              Date: Thu, 9 Feb 2006 09:40:18 -0600
9009              Message-ID: <20060209154018.GA14610@petdance.com>
9010      Branch: perl
9011            ! Makefile.SH cc_runtime.h cop.h deb.c embed.fnc hv.c mg.c op.c
9012            ! op.h perl.c pp.c pp_ctl.c pp_sort.c regcomp.c regexec.c sv.c
9013            ! toke.c utf8.c util.c
9014 ____________________________________________________________________________
9015 [ 27135] By: rgs                                   on 2006/02/09  12:38:35
9016         Log: Skip new chdir warning test if fchdir is not available
9017      Branch: perl
9018            ! t/lib/warnings/pp_sys
9019 ____________________________________________________________________________
9020 [ 27134] By: nicholas                              on 2006/02/09  12:37:13
9021         Log: Avoid calling all the scanning code in gv_fetchpvn_flags when saving
9022              $1 etc, as we can perfom a hash lookup on %:: directly.
9023      Branch: perl
9024            ! regcomp.c
9025 ____________________________________________________________________________
9026 [ 27133] By: nicholas                              on 2006/02/08  20:57:24
9027         Log: lastparen in the regexp structure is never initialised, and so will
9028              still be uninitialised after a failed match, yet various points in
9029              mg.c read it come what may. Should fix bug 38461.
9030      Branch: perl
9031            ! regcomp.c
9032 ____________________________________________________________________________
9033 [ 27132] By: gisle                                 on 2006/02/08  17:52:16
9034         Log: Bareword file handles not supported for chown/chmod/utime.
9035      Branch: perl
9036            ! pod/perlfunc.pod
9037 ____________________________________________________________________________
9038 [ 27131] By: rgs                                   on 2006/02/08  16:57:48
9039         Log: Wave hands about encoding::warnings
9040      Branch: perl
9041            ! pod/perltodo.pod
9042 ____________________________________________________________________________
9043 [ 27130] By: rgs                                   on 2006/02/08  13:15:51
9044         Log: Subject: [perl #38464] chdir() on closed handles 
9045              From: Peter Dintelmann (via RT) <perlbug-followup@perl.org>
9046              Date: Wed, 08 Feb 2006 01:33:54 -0800
9047              Message-ID: <rt-3.0.11-38464-129771.3.46114092925276@perl.org>
9048              
9049              Plus a regression test.
9050      Branch: perl
9051            ! pp_sys.c t/lib/warnings/pp_sys
9052 ____________________________________________________________________________
9053 [ 27129] By: stevep                                on 2006/02/08  03:23:27
9054         Log: Subject: [PATCH] Handle unused args
9055              From: andy@petdance.com (Andy Lester)
9056              Date: Tue, 7 Feb 2006 16:36:56 -0600
9057              Message-ID: <20060207223656.GA5177@petdance.com>
9058      Branch: perl
9059            ! doio.c pad.c perl.c pp_sys.c
9060 ____________________________________________________________________________
9061 [ 27128] By: stevep                                on 2006/02/08  03:04:05
9062         Log: Subject: [patch] several broken make *.valgrind targets
9063              From: Jim Cromie <jim.cromie@gmail.com>
9064              Date: Tue, 07 Feb 2006 15:11:54 -0700
9065              Message-ID: <43E91B2A.4060700@gmail.com>
9066      Branch: perl
9067            ! Makefile.SH
9068 ____________________________________________________________________________
9069 [ 27127] By: nicholas                              on 2006/02/08  00:05:44
9070         Log: Borland's C compiler warns that the & is unnecessary.
9071      Branch: perl
9072            ! pp.c
9073 ____________________________________________________________________________
9074 [ 27126] By: nicholas                              on 2006/02/07  18:01:26
9075         Log: Merging pp_bit_or and pp_bit_xor shrinks the object code by about .7K.
9076              The overloading tests are not free.
9077      Branch: perl
9078            ! mathoms.c opcode.h opcode.pl pp.c pp.h
9079 ____________________________________________________________________________
9080 [ 27125] By: gisle                                 on 2006/02/07  17:32:50
9081         Log: Allow bareword file handle as argument to chdir().
9082              This copies the mechanism used by truncate().
9083              Fixes bug #38457.
9084      Branch: perl
9085            ! embed.h op.c opcode.h opcode.pl pp.sym pp_proto.h pp_sys.c
9086            ! t/op/chdir.t
9087 ____________________________________________________________________________
9088 [ 27124] By: nicholas                              on 2006/02/07  17:12:08
9089         Log: All the trancendental unary operators can be merged into PP_sin
9090              (cos, exp, log, sqrt)
9091      Branch: perl
9092            ! mathoms.c opcode.h opcode.pl pp.c
9093 ____________________________________________________________________________
9094 [ 27123] By: nicholas                              on 2006/02/07  15:52:18
9095         Log: Avoid gcc warning about possibly uninitialised variables.
9096      Branch: perl
9097            ! pp.c
9098 ____________________________________________________________________________
9099 [ 27122] By: nicholas                              on 2006/02/07  15:28:41
9100         Log: Create new macros AMG_CALLun_var, AMG_CALLun_var and tryAMAGICun_var
9101              which don't do the pre-processor string manipulation internally.
9102      Branch: perl
9103            ! pp.c pp.h
9104 ____________________________________________________________________________
9105 [ 27121] By: nicholas                              on 2006/02/07  14:57:36
9106         Log: pp_pop can be implemented by pp_shift.
9107      Branch: perl
9108            ! mathoms.c opcode.h opcode.pl pp.c
9109 ____________________________________________________________________________
9110 [ 27120] By: rgs                                   on 2006/02/07  14:37:15
9111         Log: Subject: Re: [PATCH] Documentation patch for overload
9112              From: Steffen Mueller <dtr8sin02@sneakemail.com>
9113              Date: Mon, 06 Feb 2006 10:58:44 +0100
9114              Message-ID: <43E71DD4.5010108@sneakemail.com>
9115      Branch: perl
9116            ! lib/overload.pm
9117 ____________________________________________________________________________
9118 [ 27119] By: nicholas                              on 2006/02/07  14:11:42
9119         Log: pp_hex can be implemented trivially by pp_oct, making pp_hex a mathom.
9120      Branch: perl
9121            ! mathoms.c opcode.h opcode.pl pp.c
9122 ____________________________________________________________________________
9123 [ 27118] By: nicholas                              on 2006/02/07  13:13:44
9124         Log: Merge pp_index and pp_rindex - we have another mathom.
9125      Branch: perl
9126            ! mathoms.c opcode.h opcode.pl pp.c
9127 ____________________________________________________________________________
9128 [ 27117] By: nicholas                              on 2006/02/07  12:41:27
9129         Log: Some refactoring to converge pp_index and pp_rindex
9130      Branch: perl
9131            ! pp.c
9132 ____________________________________________________________________________
9133 [ 27116] By: nicholas                              on 2006/02/07  12:19:17
9134         Log: Fix bug 38454 (rindex corrects for $[ on bytes rather than UTF-8)
9135      Branch: perl
9136            ! pp.c t/op/index.t
9137 ____________________________________________________________________________
9138 [ 27115] By: craigb                                on 2006/02/07  04:46:47
9139         Log: Subject: Re: Configure.com issue, more quoting needed.
9140         From: Peter Prymmer <PPrymmer@factset.com>
9141         Date: Mon, 06 Feb 2006 13:27:14 -0500
9142         Message-id:  <OF3536E719.A8B8D167-ON8525710D.0065011E-8525710D.00655ED0@factset.com>
9143      Branch: perl
9144            ! configure.com
9145 ____________________________________________________________________________
9146 [ 27114] By: craigb                                on 2006/02/07  04:39:09
9147         Log: Subject: patch@27082 Allow fatal exceptions to bring up VMS debugger
9148              From: "John E. Malmberg" <wb8tyw@qsl.net>
9149              Date: Sat, 04 Feb 2006 16:04:32 -0500
9150         Message-id: <43E516E0.1000508@qsl.net>
9151
9152      Branch: perl
9153            ! vms/perlvms.pod vms/vms.c
9154 ____________________________________________________________________________
9155 [ 27113] By: nicholas                              on 2006/02/06  22:28:41
9156         Log: Optimise index so that if the big string is ISO-8859-1 but the little
9157              string is UTF-8, it tries to downgrade the little string, rather than
9158              upgrade the big string. For half-meg big strings this is a fourfold
9159              speed gain.
9160      Branch: perl
9161            ! pp.c
9162 ____________________________________________________________________________
9163 [ 27112] By: nicholas                              on 2006/02/06  21:40:57
9164         Log: Given that the memory allocated in Perl_bytes_from_utf8 and
9165              Perl_bytes_to_utf8 will immediately be written to, I see no need to
9166              allocate it zeroed.
9167      Branch: perl
9168            ! utf8.c
9169 ____________________________________________________________________________
9170 [ 27111] By: nicholas                              on 2006/02/06  20:52:41
9171         Log: Rename S_glob_assign to S_glob_assign_glob
9172              Rename S_pvgv_assign to S_glob_assign_ref
9173              
9174              I don't think that they share enough common code to merge them.
9175      Branch: perl
9176            ! sv.c
9177 ____________________________________________________________________________
9178 [ 27110] By: nicholas                              on 2006/02/06  20:12:58
9179         Log: I think that "merge Perl_sv_2[inpu]v" and "reduce duplication in
9180              sv_setsv_flags" are about as done as they can be.
9181      Branch: perl
9182            ! pod/perltodo.pod
9183 ____________________________________________________________________________
9184 [ 27109] By: nicholas                              on 2006/02/06  20:04:35
9185         Log: In Perl_sv_upgrade, the assignment to new_type_details only needs to
9186              be done once.
9187      Branch: perl
9188            ! sv.c
9189 ____________________________________________________________________________
9190 [ 27108] By: stevep                                on 2006/02/06  19:43:17
9191         Log: Document the limitations of calling exit() (instead of _exit()) from
9192              a child process on Solaris.
9193      Branch: perl
9194            ! pod/perlfork.pod
9195 ____________________________________________________________________________
9196 [ 27107] By: nicholas                              on 2006/02/06  18:45:35
9197         Log: Remove a duplicate flag copy line from Perl_sv_setsv_flags.
9198      Branch: perl
9199            ! sv.c
9200 ____________________________________________________________________________
9201 [ 27106] By: nicholas                              on 2006/02/06  18:07:28
9202         Log: Move Perl_save_long, Perl_save_I16, Perl_save_I8, Perl_save_iv,
9203              Perl_save_nogv, Perl_save_list, Perl_save_destructor to mathoms.c
9204              Perl_save_svref can't actually move because it calls a static function.
9205      Branch: perl
9206            ! mathoms.c scope.c
9207 ____________________________________________________________________________
9208 [ 27105] By: nicholas                              on 2006/02/06  16:50:22
9209         Log: Expunge USE_5005THREADS from perl.c
9210      Branch: perl
9211            ! perl.c
9212 ____________________________________________________________________________
9213 [ 27104] By: nicholas                              on 2006/02/06  13:08:34
9214         Log: Fix bug #38439 - reference to typeglob assignment needs to be based
9215              on SvROK(sstr) rather than SvTYPE(sstr) == SVt_RV.
9216      Branch: perl
9217            ! sv.c t/op/gv.t
9218 ____________________________________________________________________________
9219 [ 27103] By: rgs                                   on 2006/02/06  09:42:33
9220         Log: Subject: [PATCH] 5.8.8: Unicos test skip (and for the record: config.sh and harness results)
9221              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
9222              Date: Sun, 05 Feb 2006 12:16:37 +0200
9223              Message-ID: <43E5D085.90400@iki.fi>
9224      Branch: perl
9225            ! lib/Math/BigInt/t/bigintc.t
9226 ____________________________________________________________________________
9227 [ 27102] By: stevep                                on 2006/02/06  04:48:04
9228         Log: Subject: [PATCH] Cleaning up shadowed variables
9229              From: Andy Lester <andy@petdance.com>
9230              Date: Sun, 5 Feb 2006 21:56:43 -0600
9231              Message-Id: <B375E848-FA07-479D-9571-FA3925106D16@petdance.com>
9232      Branch: perl
9233            ! op.c pp_ctl.c
9234 ____________________________________________________________________________
9235 [ 27101] By: nicholas                              on 2006/02/05  23:44:12
9236         Log: Merge the PVCV case into the common code in S_pvgv_assign.
9237      Branch: perl
9238            ! sv.c
9239 ____________________________________________________________________________
9240 [ 27100] By: nicholas                              on 2006/02/05  23:20:21
9241         Log: Merge the PVAV and PVHV clauses into the common code of S_pvgv_assign.
9242      Branch: perl
9243            ! sv.c
9244 ____________________________________________________________________________
9245 [ 27099] By: nicholas                              on 2006/02/05  23:02:58
9246         Log: Merge the default case (GvSV) with the common code in S_pvgv_assign.
9247      Branch: perl
9248            ! sv.c
9249 ____________________________________________________________________________
9250 [ 27098] By: nicholas                              on 2006/02/05  22:41:42
9251         Log: Start to merge the 6 arms of S_pvgv_assign into one.
9252      Branch: perl
9253            ! sv.c
9254 ____________________________________________________________________________
9255 [ 27097] By: nicholas                              on 2006/02/05  22:00:11
9256         Log: Subject: [patch] rework arenas - repair arenasets
9257              From: Jim Cromie <jim.cromie@gmail.com>
9258              Message-ID: <43E5F012.1080203@gmail.com>
9259              Date: Sun, 05 Feb 2006 05:31:14 -0700
9260      Branch: perl
9261            ! hv.c sv.c
9262 ____________________________________________________________________________
9263 [ 27096] By: rgs                                   on 2006/02/05  21:22:03
9264         Log: Subject: [PATCH] Documentation patch for overload
9265              From: Steffen Mueller <dtr8sin02@sneakemail.com>
9266              Date: Feb 5, 2006 12:26 PM
9267              Message-ID: <43E5E0E9.1070707@sneakemail.com>
9268      Branch: perl
9269            ! lib/overload.pm
9270 ____________________________________________________________________________
9271 [ 27095] By: nicholas                              on 2006/02/05  20:51:43
9272         Log: The message "Can't upgrade that kind of scalar" can be far more
9273              informative.
9274      Branch: perl
9275            ! pod/perldiag.pod sv.c
9276 ____________________________________________________________________________
9277 [ 27094] By: nicholas                              on 2006/02/05  20:33:57
9278         Log: new_body_type doesn't need to subtract the offset, that's what
9279              new_body_allocated is for.
9280      Branch: perl
9281            ! sv.c
9282 ____________________________________________________________________________
9283 [ 27093] By: nicholas                              on 2006/02/05  20:26:40
9284         Log: Yes, I broke Win32 with change 27089 by having a { in the wrong place.
9285      Branch: perl
9286            ! perl.c
9287 ____________________________________________________________________________
9288 [ 27092] By: nicholas                              on 2006/02/05  19:52:50
9289         Log: Remove "Can't upgrade to undef" from perldiag, as the corresponding
9290              code is now gone from sv_upgrade.
9291      Branch: perl
9292            ! pod/perldiag.pod
9293 ____________________________________________________________________________
9294 [ 27091] By: nicholas                              on 2006/02/05  19:45:37
9295         Log: Merge and refactor the PVAV and PVHV code in Perl_sv_upgrade, which
9296              reduces the object size by about 80 bytes.
9297      Branch: perl
9298            ! sv.c
9299 ____________________________________________________________________________
9300 [ 27090] By: nicholas                              on 2006/02/05  18:51:17
9301         Log: Eliminate a croak we can't get to.
9302      Branch: perl
9303            ! sv.c
9304 ____________________________________________________________________________
9305 [ 27089] By: nicholas                              on 2006/02/05  11:15:34
9306         Log: Without this Windows and Netware compilers should be complaining 
9307              about perl.c having code before a declaration, *but only if compiling
9308              with PERL_TRACK_MEMPOOL*. So, will it fix the smoke failures? Place
9309              bets now.
9310      Branch: perl
9311            ! perl.c
9312 ____________________________________________________________________________
9313 [ 27088] By: stevep                                on 2006/02/05  05:08:02
9314         Log: Don't export PL_memory_debug_header to Win32 (and others) unless 
9315              PERL_TRACK_MEMPOOL is defined.
9316      Branch: perl
9317            ! makedef.pl
9318 ____________________________________________________________________________
9319 [ 27087] By: stevep                                on 2006/02/05  04:13:27
9320         Log: Fixed embed.fnc entry for S_forbid_setid() and picked up a change in 
9321              pod/perlapi.pod for good measure when regenerating files.
9322      Branch: perl
9323            ! embed.fnc pod/perlapi.pod proto.h
9324 ____________________________________________________________________________
9325 [ 27086] By: nicholas                              on 2006/02/04  22:51:17
9326         Log: bcc was issuing a warning about this line in Perl_sv_2cv, so tweak it
9327              to keep it happy.
9328      Branch: perl
9329            ! sv.c
9330 ____________________________________________________________________________
9331 [ 27085] By: nicholas                              on 2006/02/04  22:13:08
9332         Log: Add regression tests to lib/charnames.t to ensure that unicore/Names.pl
9333              is 100% 7 bit ASCII.
9334      Branch: perl
9335            ! lib/charnames.t
9336 ____________________________________________________________________________
9337 [ 27084] By: nicholas                              on 2006/02/04  19:09:17
9338         Log: Enhance PERL_TRACK_MEMPOOL so that it also emulates the PerlHost
9339              behaviour of freeing up all memory at thread exit. With this and
9340              tools such as valgrind you will now get warnings as soon as you
9341              read from the deallocated memory, rather than just a warning much
9342              later about freeing to the wrong pool.
9343      Branch: perl
9344            ! embedvar.h intrpvar.h perl.c perl.h perlapi.h pod/perltodo.pod
9345            ! sv.c util.c
9346 ____________________________________________________________________________
9347 [ 27083] By: nicholas                              on 2006/02/04  18:48:09
9348         Log: The TODO 'Tidy up global variables' can go, replaced with a second
9349              paragraph on 'Ordering of "global" variables'.
9350      Branch: perl
9351            ! pod/perltodo.pod
9352 ____________________________________________________________________________
9353 [ 27082] By: nicholas                              on 2006/02/04  17:11:54
9354         Log: I believe that mathoms have been completely TODOne.
9355      Branch: perl
9356            ! pod/perltodo.pod
9357 ____________________________________________________________________________
9358 [ 27081] By: nicholas                              on 2006/02/04  13:27:00
9359         Log: Rejig the definition of ARENAS_PER_SET to maximise the size of the
9360              array whilst keeping the structure within PERL_ARENA_SIZE.
9361      Branch: perl
9362            ! sv.c
9363 ____________________________________________________________________________
9364 [ 27080] By: nicholas                              on 2006/02/04  13:00:06
9365         Log: Tweak arena sets to avoid assignment between different pointers.
9366      Branch: perl
9367            ! sv.c
9368 ____________________________________________________________________________
9369 [ 27079] By: nicholas                              on 2006/02/04  12:28:03
9370         Log: Subject: [patch] arena rework - arena sets
9371              From: Jim Cromie <jim.cromie@gmail.com>
9372              Message-ID: <43DF4F66.4080808@gmail.com>
9373              Date: Tue, 31 Jan 2006 04:52:06 -0700
9374      Branch: perl
9375            ! embed.fnc embed.h hv.c proto.h sv.c
9376 ____________________________________________________________________________
9377 [ 27078] By: nicholas                              on 2006/02/04  11:10:52
9378         Log: warnings.h does some evil(*) pointer arithmetic on (SV *)0, so a
9379              simple replace of Nullsv with NULL turns out to be a bad idea.
9380              * Technically undefined behaviour, I believe.
9381      Branch: perl
9382            ! warnings.h warnings.pl
9383 ____________________________________________________________________________
9384 [ 27077] By: nicholas                              on 2006/02/04  10:37:08
9385         Log: Remove obsolete comment.
9386      Branch: perl
9387            ! perl.c
9388 ____________________________________________________________________________
9389 [ 27076] By: nicholas                              on 2006/02/03  23:21:37
9390         Log: S_find_beginning is only called from one place, so by hoisting the
9391              forbid_setid check for -x into the caller, we can eliminate the
9392              suidscript parameter from S_find_beginning.
9393      Branch: perl
9394            ! embed.fnc embed.h perl.c proto.h
9395 ____________________________________________________________________________
9396 [ 27075] By: nicholas                              on 2006/02/03  22:41:55
9397         Log: And as we've now got to the point where all calls to Perl_moreswitches
9398              have -1 as the second argument, we can remove the second argument,
9399              which gets us back to where we started, only with the elimination of
9400              a per-thread variable.
9401      Branch: perl
9402            ! embed.fnc embed.h perl.c proto.h toke.c
9403 ____________________________________________________________________________
9404 [ 27074] By: nicholas                              on 2006/02/03  22:18:45
9405         Log: The MSDOS-only call to moreswitches will never reach forbid_setid, so
9406              it can have a parameter of -1 without changing any behaviour.
9407              I see no reason to forbid "command line" switches when they are
9408              actually coming from the #! line of the script itself (as read by perl)
9409              as they must have been written by the owner of the script, rather than
9410              being crafted by the user manipulating the command line, and therefore
9411              cannot be subverted. (Or alternatively, can be subverted as easily as
9412              the rest of the script, and we're permitting *that* to be run)
9413      Branch: perl
9414            ! perl.c
9415 ____________________________________________________________________________
9416 [ 27073] By: nicholas                              on 2006/02/03  21:47:04
9417         Log: Pull the variables fdscript and suidscript into a much smaller scope.
9418              Replace suidscript with literal -1 where it could only have been -1.
9419              (Re-indent the other code inside the new block creating the scope.
9420              Rejig the indentation of the conditionals)
9421      Branch: perl
9422            ! perl.c
9423 ____________________________________________________________________________
9424 [ 27072] By: nicholas                              on 2006/02/03  21:23:21
9425         Log: Change 27070 failed to initialise a variable. (But despite that still
9426              passed all tests locally.)
9427      Branch: perl
9428            ! perl.c
9429 ____________________________________________________________________________
9430 [ 27071] By: nicholas                              on 2006/02/03  20:12:10
9431         Log: Silence a warning about "statement not reached" from the Sun C compiler.
9432              It was accurate - the conditional code used to give 2 return statements.
9433      Branch: perl
9434            ! mathoms.c
9435 ____________________________________________________________________________
9436 [ 27070] By: nicholas                              on 2006/02/03  20:10:07
9437         Log: Eliminating PL_suidscript is more tricky, and requires changing the
9438              prototype of Perl_moreswitches.
9439      Branch: perl
9440            ! embed.fnc embed.h embedvar.h intrpvar.h perl.c perlapi.h
9441            ! proto.h toke.c
9442 ____________________________________________________________________________
9443 [ 27069] By: nicholas                              on 2006/02/03  18:27:52
9444         Log: Passing the flag to S_forbit_setid as a single char rather than a
9445              string is a slight space optimisation.
9446      Branch: perl
9447            ! embed.fnc intrpvar.h perl.c proto.h
9448 ____________________________________________________________________________
9449 [ 27068] By: nicholas                              on 2006/02/03  18:10:45
9450         Log: Oops. I *thought* that I had checked that all changed files were open.
9451              Clearly not. (Fixes change 27066)
9452      Branch: perl
9453            ! embed.h embedvar.h perlapi.h proto.h
9454 ____________________________________________________________________________
9455 [ 27067] By: nicholas                              on 2006/02/03  17:06:43
9456         Log: Oops. When changing warnings.pl one should re-run it. Well spotted
9457              Rafael.
9458      Branch: perl
9459            ! warnings.h
9460 ____________________________________________________________________________
9461 [ 27066] By: nicholas                              on 2006/02/03  17:06:04
9462         Log: It's actually easier to get rid of PL_fdscript than we thought.
9463      Branch: perl
9464            ! embed.fnc intrpvar.h perl.c
9465 ____________________________________________________________________________
9466 [ 27065] By: nicholas                              on 2006/02/03  16:03:01
9467         Log: Subject: Re: [PATCH] s/Null(gv|hv|sv)/NULL/g
9468              From: Steven Schubiger <schubiger@cpan.org>
9469              Message-ID: <20060203152449.GI12591@accognoscere.homeunix.org>
9470              Date: Fri, 3 Feb 2006 16:24:49 +0100
9471      Branch: perl
9472            ! cop.h doio.c doop.c dump.c embed.pl gv.c hv.c hv.h intrpvar.h
9473            ! locale.c mathoms.c mg.c op.c pad.c pad.h perl.c perlio.c
9474            ! perlio.h pp_ctl.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c
9475            ! regexec.c scope.c sv.c sv.h thrdvar.h toke.c utf8.c util.c
9476            ! warnings.pl
9477 ____________________________________________________________________________
9478 [ 27064] By: rgs                                   on 2006/02/03  15:18:18
9479         Log: Fix file where internal XS functions are defined
9480      Branch: perl
9481            ! universal.c
9482 ____________________________________________________________________________
9483 [ 27063] By: rgs                                   on 2006/02/03  14:06:40
9484         Log: Help to compile on VMS with UNLINK_ALL_VERSIONS
9485              See :
9486              Subject: bug@26347 embed.fnc/embed.h with unlnk macro
9487              From: "John E. Malmberg" <wb8tyw@qsl.net>
9488              Date: Tue, 13 Dec 2005 22:18:56 -0500
9489              Message-ID: <439F8F20.4050207@qsl.net>
9490      Branch: perl
9491            ! perl.h
9492 ____________________________________________________________________________
9493 [ 27062] By: rgs                                   on 2006/02/03  13:46:46
9494         Log: Subject: [PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.83_64.tar.gz
9495              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
9496              Date: Thu, 02 Feb 2006 12:35:41 +0100
9497              Message-ID: <87acda0z8y.fsf@k75.linux.bogus>
9498      Branch: perl
9499            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm
9500            ! lib/CPAN/SIGNATURE
9501 ____________________________________________________________________________
9502 [ 27061] By: rgs                                   on 2006/02/03  13:35:44
9503         Log: Subject: L<PerlIO> and Pod::Html
9504              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
9505              Date: Mon, 09 Jan 2006 12:53:15 +0900
9506              Message-Id: <20060109125220.3BB0.BQW10602@nifty.com>
9507      Branch: perl
9508            ! lib/Pod/Html.pm
9509 ____________________________________________________________________________
9510 [ 27060] By: nicholas                              on 2006/02/03  13:21:46
9511         Log: Subject: [PATCH] s/Nullcv/NULL/g
9512              From: Steven Schubiger <schubiger@cpan.org>
9513              Message-ID: <20060202150241.GF12591@accognoscere.homeunix.org>
9514              Date: Thu, 2 Feb 2006 16:02:41 +0100
9515      Branch: perl
9516            ! cop.h dump.c gv.c gv.h mg.c op.c pad.c perl.c pp_ctl.c sv.c
9517 ____________________________________________________________________________
9518 [ 27059] By: nicholas                              on 2006/02/03  13:06:00
9519         Log: Change PL_perlio_fd_refcnt from a fixed size static array to a pointer
9520              to a dynamic array.
9521      Branch: perl
9522            ! embedvar.h perlapi.h perlio.c perlvars.h
9523 ____________________________________________________________________________
9524 [ 27057] By: stevep                                on 2006/02/02  20:57:01
9525         Log: It would be nice to have tests in B for the functions getting changed.
9526      Branch: perl
9527            ! ext/B/t/b.t
9528 ____________________________________________________________________________
9529 [ 27056] By: stevep                                on 2006/02/02  20:42:56
9530         Log: Death to magic characters!  No pun intended.
9531      Branch: perl
9532            ! ext/B/B.xs
9533 ____________________________________________________________________________
9534 [ 27054] By: rgs                                   on 2006/02/02  14:24:03
9535         Log: Subject: Re: [PATCH] s/Null(av|ch)/NULL/g
9536              From: Steven Schubiger <schubiger@cpan.org>
9537              Date: Thu, 2 Feb 2006 10:38:49 +0100
9538              Message-ID: <20060202093849.GD12591@accognoscere.homeunix.org>
9539      Branch: perl
9540            ! XSUB.h cop.h doio.c doop.c dump.c gv.c hv.c hv.h locale.c
9541            ! malloc.c mathoms.c mg.c op.c op.h pad.c perl.c perl.h perlio.c
9542            ! perlsdio.h pod/perlapi.pod pp_sort.c pp_sys.c regcomp.h
9543            ! regexec.c sv.c sv.h thrdvar.h toke.c util.c
9544 ____________________________________________________________________________
9545 [ 27053] By: nicholas                              on 2006/02/02  12:31:30
9546         Log: gv_fetchpvn_flags ranks highly in the profile, and the ::/' scanning
9547              loop is iterated over millions of times. Add a flag GV_NOTQUAL purely
9548              as an optimisation, when the caller is passing in a string that is
9549              known not to contain any package separators.
9550      Branch: perl
9551            ! doio.c gv.c gv.h op.c perl.c pp_ctl.c pp_sort.c pp_sys.c
9552            ! toke.c util.c
9553 ____________________________________________________________________________
9554 [ 27052] By: rgs                                   on 2006/02/02  11:22:43
9555         Log: Update to Module::CoreList 3.04.
9556              Cleanup corelist manpage.
9557              Remove -w in corelist shebang to avoid spurious warnings.
9558      Branch: perl
9559            ! lib/Module/CoreList.pm lib/Module/CoreList/bin/corelist
9560 ____________________________________________________________________________
9561 [ 27051] By: gisle                                 on 2006/02/02  10:05:32
9562         Log: perl-5.8.8 also contained change 27040.
9563      Branch: perl
9564            ! lib/Module/CoreList.pm
9565 ____________________________________________________________________________
9566 [ 27050] By: nicholas                              on 2006/02/02  00:36:38
9567         Log: Yet more instances of gv_fetchpv... that should be GV_ADD rather than
9568              TRUE.
9569              Convert two gv_fetchpvn_flags to gv_fetchpvs.
9570      Branch: perl
9571            ! doio.c gv.c perl.c pp_ctl.c pp_sort.c util.c
9572 ____________________________________________________________________________
9573 [ 27049] By: nicholas                              on 2006/02/02  00:24:06
9574         Log: And another assumption.
9575      Branch: perl
9576            ! gv.c
9577 ____________________________________________________________________________
9578 [ 27048] By: nicholas                              on 2006/02/01  23:38:53
9579         Log: Since PERL_COPY_ON_WRITE becamse PERL_OLD_COPY_ON_WRITE it seems that
9580              no-one has been testing it, as there was a const too far.
9581      Branch: perl
9582            ! sv.c
9583 ____________________________________________________________________________
9584 [ 27047] By: stevep                                on 2006/02/01  23:34:47
9585         Log: Doc nit found by Stephen Gordon.
9586      Branch: perl
9587            ! pod/perlfunc.pod
9588 ____________________________________________________________________________
9589 [ 27046] By: nicholas                              on 2006/02/01  23:03:11
9590         Log: doubleplusoops. Apart from the documented NUL termination assumption.
9591              Now removed.
9592      Branch: perl
9593            ! gv.c
9594 ____________________________________________________________________________
9595 [ 27045] By: nicholas                              on 2006/02/01  22:39:29
9596         Log: References can't have SVp_IOK or SVp_NOK set, so no need for all the
9597              conditional code to copy IVX and NVX if true. "You cannot get here".
9598      Branch: perl
9599            ! sv.c
9600 ____________________________________________________________________________
9601 [ 27044] By: nicholas                              on 2006/02/01  22:03:37
9602         Log: Oops. 1 NUL termination assumption remains in Perl_gv_fetchpvn_flags
9603      Branch: perl
9604            ! gv.c
9605 ____________________________________________________________________________
9606 [ 27043] By: nicholas                              on 2006/02/01  20:26:46
9607         Log: Correct my comment, so that it's actually useful. :-)
9608      Branch: perl
9609            ! sv.c
9610 ____________________________________________________________________________
9611 [ 27042] By: nicholas                              on 2006/02/01  19:30:52
9612         Log: , tweaked from
9613              Subject: Re: [:...:] and \p{...} character class equivalence in utf8 regexps
9614              From: Steve Purkis <Steve.Purkis@multimap.com>
9615              Message-Id: <0DAE5956-3ECC-4692-A0C9-C62C8F790C97@multimap.com>
9616              Date: Fri, 20 Jan 2006 12:35:06 -0500
9617      Branch: perl
9618            ! pod/perlre.pod
9619 ____________________________________________________________________________
9620 [ 27039] By: rgs                                   on 2006/02/01  18:07:26
9621         Log: Improve a bit the documentation for kill() with SIGNAL==0
9622      Branch: perl
9623            ! pod/perlfunc.pod
9624 ____________________________________________________________________________
9625 [ 27038] By: nicholas                              on 2006/02/01  18:05:20
9626         Log: Mmm, it looks like it's a bad plan to rebuild the TOC from a tree that
9627              has other modules in ext/
9628              TODO - fix buildtoc to cross check with MANIFEST.
9629      Branch: perl
9630            ! pod/perltoc.pod
9631 ____________________________________________________________________________
9632 [ 27037] By: nicholas                              on 2006/02/01  17:53:28
9633         Log: Integrate perl588delta.pod from maint, and re-run pod/buildtoc.
9634      Branch: perl
9635           +> pod/perl588delta.pod
9636            ! pod/perl.pod vms/descrip_mms.template
9637           !> MANIFEST Makefile.SH pod.lst pod/perltoc.pod win32/Makefile
9638           !> win32/makefile.mk win32/pod.mak
9639 ____________________________________________________________________________
9640 [ 27036] By: rgs                                   on 2006/02/01  17:49:53
9641         Log: Doc nit by Andy Dougherty
9642      Branch: perl
9643            ! README.aix
9644 ____________________________________________________________________________
9645 [ 27035] By: rgs                                   on 2006/02/01  16:14:07
9646         Log: autouse actually requires perl 5.6 at least.
9647      Branch: perl
9648            ! lib/autouse.pm
9649 ____________________________________________________________________________
9650 [ 27034] By: rgs                                   on 2006/02/01  15:51:35
9651         Log: Avoid "Prototype mismatch" warnings with autouse.
9652      Branch: perl
9653            ! lib/autouse.pm
9654 ____________________________________________________________________________
9655 [ 27033] By: rgs                                   on 2006/02/01  13:22:26
9656         Log: Fix corelist data for 5.8.8
9657      Branch: perl
9658            ! lib/Module/CoreList.pm
9659 ____________________________________________________________________________
9660 [ 27032] By: rgs                                   on 2006/02/01  12:41:37
9661         Log: More history
9662      Branch: perl
9663            ! pod/perlhist.pod
9664 ____________________________________________________________________________
9665 [ 27031] By: rgs                                   on 2006/02/01  12:30:14
9666         Log: Update to Module::CoreList 2.03 (includes 5.8.8 and 5.9.3)
9667      Branch: perl
9668            ! lib/Module/CoreList.pm lib/Module/CoreList/bin/corelist
9669 ____________________________________________________________________________
9670 [ 27030] By: nicholas                              on 2006/02/01  11:53:04
9671         Log: Subject: [patch] arena rework - unify arenaroots
9672              From: Jim Cromie <jim.cromie@gmail.com>
9673              Message-ID: <43DF3D0A.3040102@gmail.com>
9674              Date: Tue, 31 Jan 2006 03:33:46 -0700
9675      Branch: perl
9676            ! embedvar.h hv.c intrpvar.h perlapi.h sv.c
9677 ____________________________________________________________________________
9678 [ 27028] By: nicholas                              on 2006/01/31  22:59:27
9679         Log: Make Perl_gv_fetchpvn_flags actually heed the passed in length.
9680              This means that \0 bytes in symbolic references now work.
9681      Branch: perl
9682            ! doio.c gv.c perl.c t/op/ref.t toke.c
9683 ____________________________________________________________________________
9684 [ 27027] By: stevep                                on 2006/01/31  18:42:31
9685         Log: Intel C Compiler 9.0 hatefully defines __GNUC__.  Unfortunately, 
9686              icc does not support gcc built-ins like __attribiute__.
9687      Branch: perl
9688            ! perl.h
9689 ____________________________________________________________________________
9690 [ 27022] By: nicholas                              on 2006/01/31  15:33:15
9691         Log: Subject: [perl #38380] Typo in perlfunc.pod 
9692              From: p.boven@sara.nl (via RT) <perlbug-followup@perl.org>
9693              Message-ID: <rt-3.0.11-38380-129047.11.4217468041333@perl.org>
9694              Date: Tue, 31 Jan 2006 05:22:28 -0800
9695      Branch: perl
9696            ! pod/perlfunc.pod
9697 ____________________________________________________________________________
9698 [ 27021] By: nicholas                              on 2006/01/31  15:10:37
9699         Log: Eliminate save_threadsv, as it is never linked to, and all it does
9700              post 5005 threads is croak().
9701      Branch: perl
9702            ! embed.fnc embed.h global.sym proto.h scope.c
9703 ____________________________________________________________________________
9704 [ 27016] By: rgs                                   on 2006/01/31  10:07:00
9705         Log: Subject: Re: [PATCH] Re: replacing "inuse" Win files (was Re: Help with a Cwd.pm build error)
9706              From: demerphq <demerphq@gmail.com>
9707              Date: Tue, 31 Jan 2006 09:55:25 +0100
9708              Message-ID: <9b18b3110601310055h7aeb9aa1gdc2d63cc56d97768@mail.gmail.com>
9709      Branch: perl
9710            ! lib/ExtUtils/Install.pm
9711 ____________________________________________________________________________
9712 [ 27015] By: craigb                                on 2006/01/31  04:37:27
9713         Log: Subject: patch@26996 - patch around stat("_NLA0:") bug
9714         From: "John E. Malmberg" <wb8tyw@qsl.net>Date: Mon, 30 Jan 2006 23:21:34 -0500
9715         Message-id: <43DEE5CE.7060108@qsl.net>
9716
9717      Branch: perl
9718            ! vms/vms.c vms/vmsish.h
9719 ____________________________________________________________________________
9720 [ 27014] By: nicholas                              on 2006/01/31  00:15:26
9721         Log: Silence a warning from the MS compiler about signed/unsigned mismatch.
9722      Branch: perl
9723            ! util.c
9724 ____________________________________________________________________________
9725 [ 27010] By: rgs                                   on 2006/01/30  17:47:56
9726         Log: Add perl594delta
9727      Branch: perl
9728            + pod/perl594delta.pod
9729            ! MANIFEST Makefile.SH pod.lst pod/perl.pod
9730            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
9731            ! win32/pod.mak
9732 ____________________________________________________________________________
9733 [ 27009] By: nicholas                              on 2006/01/30  17:12:54
9734         Log: Change the author aliasing to reflect updates to AUTHORS.
9735      Branch: perl
9736            ! Porting/checkAUTHORS.pl
9737 ____________________________________________________________________________
9738 [ 27007] By: rgs                                   on 2006/01/30  16:58:47
9739         Log: Bump version number to 5.9.4
9740              Regenerate template config in Porting
9741      Branch: perl
9742            ! NetWare/Makefile NetWare/config_H.wc Porting/config.sh
9743            ! Porting/config_H epoc/config.sh epoc/createpkg.pl patchlevel.h
9744            ! plan9/config.plan9 win32/Makefile win32/config_H.bc
9745            ! win32/config_H.gc win32/config_H.vc win32/config_H.vc64
9746            ! win32/makefile.mk wince/Makefile.ce wince/config_H.ce
9747 ____________________________________________________________________________
9748 [ 27006] By: nicholas                              on 2006/01/30  16:50:38
9749         Log: Silence another Irix compiler warning.
9750      Branch: perl
9751            ! toke.c
9752 ____________________________________________________________________________
9753 [ 27005] By: nicholas                              on 2006/01/30  16:29:38
9754         Log: Avoid a warning from the Irix C compiler.
9755      Branch: perl
9756            ! hv.c
9757 ____________________________________________________________________________
9758 [ 27004] By: stevep                                on 2006/01/30  15:04:50
9759         Log: Teach the Makefile how to cleanup config.over.
9760      Branch: perl
9761            ! Makefile.SH
9762 ____________________________________________________________________________
9763 [ 27002] By: nicholas                              on 2006/01/30  13:42:56
9764         Log: Code assumes that *FOO{SCALAR} will always return a scalar reference,
9765              so make it so, creating $FOO if necessary.
9766              (Effectively this is a policy decision that PERL_DONT_CREATE_GVSV is
9767              visible to XS code, but isn't visible to Perl code)
9768      Branch: perl
9769            ! pp.c t/op/gv.t
9770 ____________________________________________________________________________
9771 [ 27001] By: stevep                                on 2006/01/30  13:25:04
9772         Log: Add -DPTR_IS_LONG when building with -Duse64bitint on Solaris/i386.  
9773              Otherwise, the build fails in POSIX.
9774      Branch: perl
9775            ! hints/solaris_2.sh
9776 ____________________________________________________________________________
9777 [ 27000] By: nicholas                              on 2006/01/30  12:59:12
9778         Log: Use a union for storing the shared hash key reference count, rather
9779              than messy pointer hacks.
9780      Branch: perl
9781            ! ext/XS/APItest/APItest.xs hv.c hv.h perl.c
9782 ____________________________________________________________________________
9783 [ 26999] By: rgs                                   on 2006/01/30  09:52:06
9784         Log: Subject: [DOC PATCH] $^X isn't necessarily argv[0]
9785              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
9786              Date: Mon, 30 Jan 2006 01:06:24 -0800
9787              Message-ID: <20060130090624.GA3760@efn.org>
9788      Branch: perl
9789            ! pod/perlvar.pod
9790 ____________________________________________________________________________
9791 [ 26998] By: merijn                                on 2006/01/30  09:10:53
9792         Log: Subject: [PATCH] maint and blead: unicos.sh hints
9793              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
9794              Date: Sun, 29 Jan 2006 23:45:03 +0200 (EET)
9795              Message-Id: <200601292145.k0TLj3mW320311@kosh.hut.fi>
9796      Branch: perl
9797            ! hints/unicos.sh
9798 ____________________________________________________________________________
9799 [ 26997] By: nicholas                              on 2006/01/30  00:18:52
9800         Log: Assert that IVs and NVs can never be tainted.
9801      Branch: perl
9802            ! sv.c
9803 ____________________________________________________________________________
9804 [ 26996] By: nicholas                              on 2006/01/29  22:00:11
9805         Log: Solaris seems not to enjoy initialising constants from SIG_??? on 64
9806              bit builds.
9807      Branch: perl
9808            ! ext/POSIX/Makefile.PL
9809 ____________________________________________________________________________
9810 [ 26995] By: stevep                                on 2006/01/29  20:43:44
9811         Log: Upgrade to podlators-2.0.3
9812      Branch: perl
9813            ! lib/Pod/t/basic.t lib/Pod/t/color.t lib/Pod/t/man.t
9814            ! lib/Pod/t/termcap.t lib/Pod/t/text-options.t lib/Pod/t/text.t
9815 ____________________________________________________________________________
9816 [ 26994] By: rgs                                   on 2006/01/29  18:31:52
9817         Log: Email change for Steven Schubiger
9818      Branch: perl
9819            ! AUTHORS
9820 ____________________________________________________________________________
9821 [ 26993] By: merijn                                on 2006/01/29  10:14:09
9822         Log: Subject: Re: [patch] s/ar ts/ar s/g
9823              From: "Philippe M. Chiasson" <gozer@ActiveState.com>
9824              Date: Thu, 26 Jan 2006 13:53:07 -0800
9825              Message-ID: <43D944C3.60101@ActiveState.com>
9826      Branch: perl
9827            ! Configure
9828 ____________________________________________________________________________
9829 [ 26991] By: nicholas                              on 2006/01/29  00:25:04
9830         Log: C compilers don't let you return void. Pay attention gcc, and
9831              stop aping Shildt.
9832      Branch: perl
9833            ! sv.c
9834 ____________________________________________________________________________
9835 [ 26990] By: nicholas                              on 2006/01/29  00:09:10
9836         Log: Avoid using space to create 2 functions just to force mathoms to be
9837              linked. Instead, force the link via the perl interpreter structure
9838              via a function pointer that gets replaced at run time anyway.
9839      Branch: perl
9840            ! embed.fnc embed.h intrpvar.h mathoms.c perl.c proto.h
9841 ____________________________________________________________________________
9842 [ 26989] By: nicholas                              on 2006/01/28  17:46:56
9843         Log: Call gv_fetchpvn_flags where we already know the length.
9844      Branch: perl
9845            ! doio.c toke.c
9846 ____________________________________________________________________________
9847 [ 26988] By: stevep                                on 2006/01/28  17:25:03
9848         Log: Upgrade to podlators-2.0.2
9849      Branch: perl
9850            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
9851            ! lib/Pod/Text/Termcap.pm lib/Pod/t/basic.t lib/Pod/t/color.t
9852            ! lib/Pod/t/man.t lib/Pod/t/termcap.t lib/Pod/t/text-options.t
9853            ! lib/Pod/t/text.t pod/pod2man.PL pod/pod2text.PL
9854 ____________________________________________________________________________
9855 [ 26987] By: nicholas                              on 2006/01/28  17:15:21
9856         Log: Squeeze more flag manipulations together in sv_setsv_flags.
9857      Branch: perl
9858            ! sv.c
9859 ____________________________________________________________________________
9860 [ 26986] By: stevep                                on 2006/01/28  16:50:32
9861         Log: Upgrade to CPAN-1.83_59
9862      Branch: perl
9863            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm
9864            ! lib/CPAN/SIGNATURE
9865 ____________________________________________________________________________
9866 [ 26985] By: stevep                                on 2006/01/28  16:43:43
9867         Log: Upgrade to Archive-Tar-1.28
9868      Branch: perl
9869            ! lib/Archive/Tar.pm lib/Archive/Tar/bin/ptardiff
9870            ! lib/Archive/Tar/t/02_methods.t
9871            ! lib/Archive/Tar/t/04_resolved_issues.t
9872 ____________________________________________________________________________
9873 [ 26983] By: nicholas                              on 2006/01/28  15:44:04
9874         Log: Add gv_fetchpvs, which uses STR_WITH_LEN to call gv_fetchpvn_flags.
9875              Many strlen()s saved.
9876      Branch: perl
9877            ! doio.c handy.h op.c perl.c pp_ctl.c pp_sort.c pp_sys.c toke.c
9878            ! util.c
9879 ____________________________________________________________________________
9880 [ 26982] By: nicholas                              on 2006/01/28  14:46:35
9881         Log: Merge the IOK and NOK clauses together in sv_setsv_flags.
9882      Branch: perl
9883            ! sv.c
9884 ____________________________________________________________________________
9885 [ 26981] By: nicholas                              on 2006/01/28  14:23:49
9886         Log: The flags manipulation in sv_setsv_flags can be more efficient.
9887      Branch: perl
9888            ! sv.c
9889 ____________________________________________________________________________
9890 [ 26980] By: nicholas                              on 2006/01/28  14:02:10
9891         Log: PERL_DONT_CREATE_GVSV wasn't as effective as it should have been.
9892      Branch: perl
9893            ! gv.c
9894 ____________________________________________________________________________
9895 [ 26979] By: nicholas                              on 2006/01/28  13:38:28
9896         Log: By changing SvVOK() from returning 0/1 to 0/pointer-to-magic we can
9897              save duplicating mg_find calls, without changing the semantics in any
9898              boolean context.
9899      Branch: perl
9900            ! sv.c sv.h util.c
9901 ____________________________________________________________________________
9902 [ 26978] By: nicholas                              on 2006/01/28  12:49:15
9903         Log: Pull the other large chunk of PVGV assignment code into S_pvgv_assign.
9904              There seems to be some duplication with S_glob_assign.
9905      Branch: perl
9906            ! sv.c
9907 ____________________________________________________________________________
9908 [ 26977] By: nicholas                              on 2006/01/28  12:26:47
9909         Log: Remove goto glob_assign;
9910      Branch: perl
9911            ! sv.c
9912 ____________________________________________________________________________
9913 [ 26976] By: nicholas                              on 2006/01/28  12:08:01
9914         Log: Pull glob_assign out from sv_setsv_flags into a static function.
9915      Branch: perl
9916            ! sv.c
9917 ____________________________________________________________________________
9918 [ 26975] By: rgs                                   on 2006/01/28  11:00:30
9919         Log: Update Changes
9920      Branch: perl
9921            ! Changes
9922 ____________________________________________________________________________
9923 [ 26974] By: rgs                                   on 2006/01/28  10:57:04
9924         Log: Add perl 5.9.3 in release list
9925      Branch: perl
9926            ! pod/perlhist.pod
9927 ____________________________________________________________________________
9928 [ 26970] By: gisle                                 on 2006/01/27  19:48:28
9929         Log: Subject: Re: Make Passive mode the default for Net::FTP
9930              From: Gisle Aas <gisle@ActiveState.com>
9931              Date: 27 Jan 2006 07:21:16 -0800
9932              Message-ID: <lrslr91ytv.fsf@caliper.activestate.com>
9933      Branch: perl
9934            ! lib/Net/Config.pm lib/Net/FTP.pm
9935 ____________________________________________________________________________
9936 [ 26969] By: rgs                                   on 2006/01/27  18:27:22
9937         Log: Oops. Forgot to add this file.
9938      Branch: perl
9939            + utils/ptardiff.PL
9940 ____________________________________________________________________________
9941 [ 26968] By: rgs                                   on 2006/01/27  18:07:54
9942         Log: Regenerate META.yml
9943      Branch: perl
9944            ! META.yml
9945 ____________________________________________________________________________
9946 [ 26967] By: rgs                                   on 2006/01/27  18:04:17
9947         Log: Regenerate Changes; remove ^M chars in Changes
9948      Branch: perl
9949            ! Changes
9950 ____________________________________________________________________________
9951 [ 26966] By: rgs                                   on 2006/01/27  17:47:32
9952         Log: Remove patch number
9953      Branch: perl
9954            ! patchlevel.h
9955 ____________________________________________________________________________
9956 [ 26965] By: rgs                                   on 2006/01/27  17:44:48
9957         Log: Mention ptardiff in perldelta.
9958      Branch: perl
9959            ! pod/perl593delta.pod
9960 ____________________________________________________________________________
9961 [ 26964] By: rgs                                   on 2006/01/27  17:37:27
9962         Log: Don't install ptardiff in the module tree
9963      Branch: perl
9964            ! installperl
9965 ____________________________________________________________________________
9966 [ 26963] By: rgs                                   on 2006/01/27  17:19:52
9967         Log: Install the ptardiff utility that comes with Archive::Tar
9968      Branch: perl
9969            ! MANIFEST utils.lst utils/Makefile vms/descrip_mms.template
9970            ! win32/Makefile win32/makefile.mk
9971 ____________________________________________________________________________
9972 [ 26962] By: rgs                                   on 2006/01/27  17:04:35
9973         Log: Install nit : README.e2x should be installed, the other READMEs shouldn't
9974      Branch: perl
9975            ! installperl
9976 ____________________________________________________________________________
9977 [ 26961] By: rgs                                   on 2006/01/27  16:31:33
9978         Log: Regenerate PODs
9979      Branch: perl
9980            ! pod/perlmodlib.pod pod/perltoc.pod
9981 ____________________________________________________________________________
9982 [ 26960] By: rgs                                   on 2006/01/27  15:35:01
9983         Log: Some spelling fixes by David Landgren.
9984              Mention perltodo.
9985      Branch: perl
9986            ! pod/perl593delta.pod
9987 ____________________________________________________________________________
9988 [ 26959] By: rgs                                   on 2006/01/27  15:26:05
9989         Log: Revert change 24461, now that change 26757 allows TEST
9990              to accept extra output from module tests
9991      Branch: perl
9992            ! cygwin/perlld.in
9993 ____________________________________________________________________________
9994 [ 26958] By: rgs                                   on 2006/01/27  13:54:06
9995         Log: Subject: [PATCH] quiet gcc Info message in cygwin
9996              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
9997              Date: Wed, 25 Jan 2006 19:16:09 -0800
9998              Message-ID: <20060126031608.GA2588@efn.org>
9999      Branch: perl
10000            ! hints/cygwin.sh
10001 ____________________________________________________________________________
10002 [ 26957] By: rgs                                   on 2006/01/27  13:08:12
10003         Log: Remove note about #elif, see :
10004              Subject: Re: Change 26954: Simplify nested '#ifdef' by replacing it with '#elif defined()'
10005              From: Steve Hay <steve.hay@uk.radan.com>
10006              Date: Fri, 27 Jan 2006 11:09:02 +0000
10007              Message-ID: <43D9FF4E.6010501@uk.radan.com>
10008      Branch: perl
10009            ! Porting/pumpkin.pod
10010 ____________________________________________________________________________
10011 [ 26955] By: nicholas                              on 2006/01/27  10:36:05
10012         Log: A description of the new constants.
10013      Branch: perl
10014            ! pod/perl593delta.pod
10015 ____________________________________________________________________________
10016 [ 26954] By: gisle                                 on 2006/01/27  08:54:04
10017         Log: Simplify nested '#ifdef' by replacing it with '#elif defined()'
10018      Branch: perl
10019            ! mg.c
10020 ____________________________________________________________________________
10021 [ 26953] By: gisle                                 on 2006/01/27  08:49:34
10022         Log: Safer implementation of RTRIM().
10023              Don't rely on SvCUR to be sane unless SvPOK.
10024      Branch: perl
10025            ! mg.c
10026 ____________________________________________________________________________
10027 [ 26952] By: nicholas                              on 2006/01/26  22:03:19
10028         Log: Subject: [PATCH] Change 26781/26830 (SvRTRIM should also write a new '\0' at the end) can cause segfaults
10029              From: "Philippe M. Chiasson" <gozer@ActiveState.com>
10030              Message-ID: <43D941AF.1060503@ActiveState.com>
10031              Date: Thu, 26 Jan 2006 13:39:59 -0800
10032      Branch: perl
10033            ! mg.c
10034 ____________________________________________________________________________
10035 [ 26951] By: stevep                                on 2006/01/26  19:23:48
10036         Log: Fix a few nits in perl593delta
10037      Branch: perl
10038            ! pod/perl593delta.pod
10039 ____________________________________________________________________________
10040 [ 26950] By: rgs                                   on 2006/01/26  18:48:27
10041         Log: miniperl isn't enough anymore to run pod2man.
10042      Branch: perl
10043            ! pod/Makefile.SH
10044 ____________________________________________________________________________
10045 [ 26949] By: nicholas                              on 2006/01/26  18:35:56
10046         Log: 2 spelling corrections, and rephrase the entry on perlivp (better
10047              grammer, more succinct)
10048      Branch: perl
10049            ! pod/perl593delta.pod
10050 ____________________________________________________________________________
10051 [ 26948] By: rgs                                   on 2006/01/26  18:14:26
10052         Log: More work on perldelta
10053      Branch: perl
10054            ! pod/perl593delta.pod
10055 ____________________________________________________________________________
10056 [ 26947] By: steveh                                on 2006/01/26  16:25:20
10057         Log: Make dump and -u croak on Win32 and Cygwin to avoid confusion
10058              such as was seen here:
10059              
10060              Subject: Weird Win32 error: "This application has requested the Runtime to terminate it in an unusual way."
10061              From: demerphq <demerphq@gmail.com>
10062              Date: Thu, 26 Jan 2006 15:40:42 +0100
10063              Message-ID: <9b18b3110601260640x34b2442cnf5379d2f83b74187@mail.gmail.com>
10064      Branch: perl
10065            ! perl.c pod/perldiag.pod pod/perlport.pod
10066 ____________________________________________________________________________
10067 [ 26946] By: nicholas                              on 2006/01/26  14:57:42
10068         Log: SvREADONLY_off inside the magic routines is also dangerous on shared
10069              hash key scalars, so decompose them to normal scalars if they ever
10070              get here.
10071      Branch: perl
10072            ! mg.c
10073 ____________________________________________________________________________
10074 [ 26945] By: rgs                                   on 2006/01/26  11:49:22
10075         Log: assertions.pm is dual-lived
10076      Branch: perl
10077            ! Porting/Maintainers.pl
10078 ____________________________________________________________________________
10079 [ 26943] By: rgs                                   on 2006/01/25  17:12:11
10080         Log: Subject: aelemfast optimization opclass problem (c.f. [perl #38279])
10081              From: Stephen McCamant <smcc@mit.edu>
10082              Date: Jan 24, 2006 7:23 AM
10083              Message-ID: <17365.51166.604020.571992@conquest.OCF.Berkeley.EDU>
10084      Branch: perl
10085            + ext/B/t/optree_misc.t
10086            ! MANIFEST ext/B/B.xs
10087 ____________________________________________________________________________
10088 [ 26941] By: gisle                                 on 2006/01/24  15:37:25
10089         Log: Subject: Simplify &IO::Handle::say
10090              From: Gisle Aas <gisle@ActiveState.com>
10091              Date: 24 Jan 2006 05:01:28 -0800
10092              Message-ID: <lrzmll7pav.fsf@caliper.activestate.com>
10093      Branch: perl
10094            ! ext/IO/lib/IO/Handle.pm
10095 ____________________________________________________________________________
10096 [ 26940] By: rgs                                   on 2006/01/24  15:10:27
10097         Log: Fix a regression on suidperl : the error message "No #! line" was
10098              produced in erroneous cases, because we used to read values in a
10099              string buffer that pointed to nothing.
10100      Branch: perl
10101            ! perl.c
10102 ____________________________________________________________________________
10103 [ 26936] By: steveh                                on 2006/01/24  12:13:15
10104         Log: Remove d_nanosleep from win32 configs
10105              Change 19899 removed them before, but they have accidentally crept back.
10106      Branch: perl
10107            ! win32/config.bc win32/config.gc win32/config.vc
10108            ! win32/config.vc64
10109 ____________________________________________________________________________
10110 [ 26935] By: steveh                                on 2006/01/24  09:22:44
10111         Log: Subject: SPRINTF_RETURNS_STRLEN isn't really a compile-time option 
10112              From: Gisle Aas <gisle@ActiveState.com>
10113              Date: 23 Jan 2006 02:12:04 -0800
10114              Message-ID: <lr3bjfb6dn.fsf@caliper.activestate.com>
10115              
10116              Subject: RE: SPRINTF_RETURNS_STRLEN isn't really a compile-time option
10117              From: "Jan Dubois" <jand@ActiveState.com>
10118              Date: Mon, 23 Jan 2006 11:30:51 -0800
10119              Message-ID: <008001c62053$86adf680$2217a8c0@candy>
10120      Branch: perl
10121            ! makedef.pl perl.c
10122 ____________________________________________________________________________
10123 [ 26933] By: rgs                                   on 2006/01/23  19:24:06
10124         Log: More work on perldelta
10125      Branch: perl
10126            ! pod/perl593delta.pod
10127 ____________________________________________________________________________
10128 [ 26932] By: nicholas                              on 2006/01/23  19:06:41
10129         Log: constant_add_symbol needs to be static, else static builds can fail at
10130              link time. (*How* many meanings is "static" overloaded with?)
10131      Branch: perl
10132            ! lib/ExtUtils/Constant/ProxySubs.pm
10133 ____________________________________________________________________________
10134 [ 26930] By: stevep                                on 2006/01/23  18:40:08
10135         Log: Subject: [PATCH] Tru64: -Uusedl: lib/ExtUtils/t/Embed.t
10136              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
10137              Date: Mon, 23 Jan 2006 20:34:18 +0200
10138              Message-ID: <43D521AA.7030008@gmail.com>
10139      Branch: perl
10140            ! lib/ExtUtils/t/Embed.t
10141 ____________________________________________________________________________
10142 [ 26929] By: stevep                                on 2006/01/23  15:56:34
10143         Log: Upgrade to Pod-Simple-3.04
10144      Branch: perl
10145            ! lib/Pod/Simple.pm lib/Pod/Simple/BlackBox.pm
10146            ! lib/Pod/Simple/Search.pm
10147 ____________________________________________________________________________
10148 [ 26928] By: rgs                                   on 2006/01/23  15:28:51
10149         Log: Now that change #26410 is reverted, mark as TODO the tests added
10150              by change #26925.
10151      Branch: perl
10152            ! t/op/pat.t
10153 ____________________________________________________________________________
10154 [ 26927] By: rgs                                   on 2006/01/23  15:18:30
10155         Log: Missing chunk in change #26926
10156      Branch: perl
10157            ! t/op/taint.t
10158 ____________________________________________________________________________
10159 [ 26926] By: rgs                                   on 2006/01/23  15:18:10
10160         Log: Revert change 26410, marking the test that was added there as TODO.
10161              See the thread :
10162              Subject: LVALUE m//g (was Re: au revoir ...)
10163              From: Nicholas Clark <nick@ccl4.org>
10164              Date: Jan 18, 2006 9:30 PM
10165              Message-ID: <20060118203058.GQ616@plum.flirble.org>
10166      Branch: perl
10167            ! op.c
10168 ____________________________________________________________________________
10169 [ 26925] By: nicholas                              on 2006/01/23  15:11:11
10170         Log: Change the regression test added by 26410 to use test.pl; this makes
10171              it easier to TODO if needed.
10172              Add the TODO test provided by Rick Delaney, but not as TODO, because
10173              change 26410 also made pos on LVALUE subroutines work for the first
10174              time.
10175      Branch: perl
10176            ! t/op/pat.t t/op/taint.t
10177 ____________________________________________________________________________
10178 [ 26924] By: rgs                                   on 2006/01/23  14:44:59
10179         Log: Un-const magic virtual tables; this consting breaks the nasty
10180              things done by Swig, as noticed by Audrey.
10181      Branch: perl
10182            ! embed.fnc mg.c mg.h perl.h pod/perlapi.pod proto.h sv.c
10183 ____________________________________________________________________________
10184 [ 26923] By: stevep                                on 2006/01/23  14:35:52
10185         Log: Upgrade to CPAN-1.83_58
10186      Branch: perl
10187            ! lib/CPAN.pm lib/CPAN/Debug.pm lib/CPAN/FirstTime.pm
10188            ! lib/CPAN/HandleConfig.pm lib/CPAN/SIGNATURE
10189            ! lib/CPAN/Version.pm lib/CPAN/t/vcmp.t
10190 ____________________________________________________________________________
10191 [ 26922] By: gisle                                 on 2006/01/23  12:33:02
10192         Log: Avoid warning with MS Visual C compiler.
10193              Encode.xs(443) : warning C4761: integral size mismatch in argument; conversion supplied
10194      Branch: perl
10195            ! ext/Encode/Encode.xs
10196 ____________________________________________________________________________
10197 [ 26921] By: gisle                                 on 2006/01/23  09:57:10
10198         Log: Subject: Avoid most getprotobyname/number calls in IO::Socket::INET
10199              From: Gisle Aas <gisle@ActiveState.com>
10200              Date: 18 Jan 2006 09:28:24 -0800
10201              Message-ID: <lr3bjlbg3r.fsf@caliper.activestate.com>
10202      Branch: perl
10203            ! ext/IO/lib/IO/Socket/INET.pm
10204 ____________________________________________________________________________
10205 [ 26919] By: craigb                                on 2006/01/21  17:05:07
10206         Log: Make Manifest.t do what is says it's doing.
10207      Branch: perl
10208            ! lib/ExtUtils/t/Manifest.t
10209 ____________________________________________________________________________
10210 [ 26918] By: mhx                                   on 2006/01/21  15:31:06
10211         Log: Remove wrong cast to (void *), which fixes a gcc warning, and use
10212              the return value of upg_version() at least once in the core.
10213      Branch: perl
10214            ! pp_ctl.c util.c
10215 ____________________________________________________________________________
10216 [ 26915] By: nicholas                              on 2006/01/20  10:12:12
10217         Log: Note 5.8.8-RC1
10218      Branch: perl
10219            ! pod/perlhist.pod
10220 ____________________________________________________________________________
10221 [ 26914] By: mhx                                   on 2006/01/19  18:44:34
10222         Log: Upgrade to Devel::PPPort 3.08
10223      Branch: perl
10224            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
10225            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
10226            ! ext/Devel/PPPort/PPPort_pm.PL
10227            ! ext/Devel/PPPort/parts/inc/ppphtest ext/Devel/PPPort/soak
10228 ____________________________________________________________________________
10229 [ 26913] By: craigb                                on 2006/01/19  04:55:19
10230         Log: find_perl() must be after environment initialization
10231      Branch: perl
10232            ! ext/Devel/PPPort/t/ppphtest.t
10233 ____________________________________________________________________________
10234 [ 26912] By: stevep                                on 2006/01/19  02:58:37
10235         Log: Fix hardcoded "/" in a filepath that causes ext/List/Util/t/p_tainted.t
10236              to fail on VMS.
10237      Branch: perl
10238            ! ext/List/Util/t/p_tainted.t
10239 ____________________________________________________________________________
10240 [ 26911] By: stevep                                on 2006/01/19  02:32:06
10241         Log: Fix another concatenated filepath in a test for Digest::SHA.
10242      Branch: perl
10243            ! ext/Digest/SHA/t/6-dump-load.t
10244 ____________________________________________________________________________
10245 [ 26910] By: nicholas                              on 2006/01/18  23:52:20
10246         Log: Integrate 26847 from maint.
10247              [Whoops, that was never the plan. Didn't realise which directory I was
10248              in]
10249      Branch: perl
10250           !> AUTHORS Porting/Maintainers.pl
10251 ____________________________________________________________________________
10252 [ 26904] By: nicholas                              on 2006/01/18  18:02:17
10253         Log: Change 26410 caused a regression, with the RVALUE return value of
10254              method calls now failing if bound to a global match. Add a TODO test.
10255      Branch: perl
10256            ! t/op/pat.t
10257 ____________________________________________________________________________
10258 [ 26903] By: gisle                                 on 2006/01/18  14:43:14
10259         Log: Allow IPPROTO_ICMP and IPPROTO_UDP to be exported.
10260              These were introduced in change 26897.
10261      Branch: perl
10262            ! ext/Socket/Socket.pm
10263 ____________________________________________________________________________
10264 [ 26902] By: gisle                                 on 2006/01/18  14:41:17
10265         Log: Use the IPPROTO_TCP constant instead of 6.
10266      Branch: perl
10267            ! ext/Socket/t/Socket.t
10268 ____________________________________________________________________________
10269 [ 26901] By: steveh                                on 2006/01/18  14:23:09
10270         Log: Change all NEWSV() to newSV() in the core and non-dual-lived modules.
10271              Keep NEWSV() itself for backwards-compatibility outside of the core,
10272              but don't advertise it any more.
10273              (cf. change #25101).
10274      Branch: perl
10275            ! av.c doio.c dump.c ext/ByteLoader/bytecode.h
10276            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs gv.c handy.h hv.c
10277            ! mathoms.c op.c os2/OS2/REXX/REXX.xs pad.c perl.c perly.c
10278            ! pod/perlapi.pod pod/perlembed.pod pp.c pp_ctl.c pp_hot.c
10279            ! pp_pack.c pp_sys.c regexec.c scope.c sv.c toke.c
10280            ! vms/ext/Stdio/Stdio.xs
10281 ____________________________________________________________________________
10282 [ 26900] By: stevep                                on 2006/01/18  13:32:09
10283         Log: Digest::SHA's t/2-nist-sha-oo.t has some path related problems on
10284              VMS as well.
10285      Branch: perl
10286            ! ext/Digest/SHA/t/2-nist-sha-oo.t
10287 ____________________________________________________________________________
10288 [ 26899] By: stevep                                on 2006/01/18  13:09:10
10289         Log: Fixes for Digest::SHA.  Replaced old ppport.h file with a new one
10290              generated from Devel::PPPort 3.07.  Also, fixed a UNIX-based path
10291              element that caused test failures on VMS (reported by John E. Malmberg
10292              <wb8tyw@qsl.net>).
10293      Branch: perl
10294            ! ext/Digest/SHA/ppport.h ext/Digest/SHA/t/6-dump-load.t
10295 ____________________________________________________________________________
10296 [ 26897] By: gisle                                 on 2006/01/18  11:57:07
10297         Log: Make sure the most common IPPROTO_* constants are always available.
10298              These are well known numbers so it should not be a problem to
10299              hardcode values when no constant is provided by the C library.
10300              Ref <http://www.iana.org/assignments/protocol-numbers>.
10301              
10302              On some old glibc systems (eg Redhat 6) IPPROTO_TCP is an enum only
10303              and this change workaround that problem as well.
10304      Branch: perl
10305            ! ext/Socket/Makefile.PL
10306 ____________________________________________________________________________
10307 [ 26893] By: gisle                                 on 2006/01/18  10:12:14
10308         Log: Suppress "statement not reached" warning from the Sun C compiler.
10309      Branch: perl
10310            ! doio.c
10311 ____________________________________________________________________________
10312 [ 26892] By: rgs                                   on 2006/01/18  10:06:24
10313         Log: Explain better how that test count works.
10314      Branch: perl
10315            ! t/comp/require.t
10316 ____________________________________________________________________________
10317 [ 26891] By: nicholas                              on 2006/01/18  10:02:19
10318         Log: New t/comp/require.t tests should go before the conditional exit.
10319      Branch: perl
10320            ! t/comp/require.t
10321 ____________________________________________________________________________
10322 [ 26889] By: craigb                                on 2006/01/18  05:12:10
10323         Log: special VMS handling no longer needed since we now close the file
10324      Branch: perl
10325            ! lib/File/Compare.t
10326 ____________________________________________________________________________
10327 [ 26885] By: rgs                                   on 2006/01/17  21:45:37
10328         Log: Gisle points out that it's ok to ignore the return value of newSVrv.
10329              Due to how embed.pl is implemented, this also has the unfortunate
10330              side-effect of removing __attribute__malloc__ from the attributes of
10331              this function, but given that the new pointer is stored elsewhere
10332              anyway, this shouldn't impact what gcc could have optimized.
10333      Branch: perl
10334            ! embed.fnc proto.h
10335 ____________________________________________________________________________
10336 [ 26883] By: rgs                                   on 2006/01/17  21:22:38
10337         Log: Regression test for change #26881
10338      Branch: perl
10339            ! t/comp/require.t
10340 ____________________________________________________________________________
10341 [ 26881] By: rgs                                   on 2006/01/17  19:03:51
10342         Log: The current OP that is tested in doeval() can be a require(), an
10343              eval() or a do(). When we test whether OPf_SPECIAL is set on it, be
10344              sure to take into account that it's the eval-related meaning of
10345              OPf_SPECIAL we're testing for, not the require-related one.
10346      Branch: perl
10347            ! pp_ctl.c
10348 ____________________________________________________________________________
10349 [ 26878] By: rgs                                   on 2006/01/17  16:15:15
10350         Log: Make the description of $^M in perlvar a bit more clear
10351              w.r.t. cross-references to the INSTALL document. (spotted
10352              by Stas Bekman)
10353      Branch: perl
10354            ! pod/perlvar.pod
10355 ____________________________________________________________________________
10356 [ 26877] By: rgs                                   on 2006/01/17  16:08:47
10357         Log: Subject: Re: [PATCH] Updated README.macosx
10358              From: Sherm Pendley <sherm@dot-app.org>
10359              Date: Mon, 16 Jan 2006 16:53:23 -0500
10360              Message-Id: <619C9A5D-972F-4B90-A99A-B4B6D04C584D@dot-app.org>
10361      Branch: perl
10362            ! README.macosx
10363 ____________________________________________________________________________
10364 [ 26871] By: gisle                                 on 2006/01/17  11:37:54
10365         Log: More readable MEM_WRAP_CHECK_1() macro.
10366              This form also avoids the "dead part of constant expression is nonconstant"
10367              warning from the Sun Studio 10 compiler.
10368      Branch: perl
10369            ! README.solaris handy.h
10370 ____________________________________________________________________________
10371 [ 26870] By: craigb                                on 2006/01/17  04:03:01
10372         Log: Dots in directory names aren't nice on VMS.
10373      Branch: perl
10374            ! lib/Archive/Tar/t/04_resolved_issues.t
10375 ____________________________________________________________________________
10376 [ 26869] By: craigb                                on 2006/01/17  03:28:20
10377         Log: more case tolerance for vms/ext/filespec.t
10378      Branch: perl
10379            ! vms/ext/filespec.t
10380 ____________________________________________________________________________
10381 [ 26868] By: stevep                                on 2006/01/16  22:31:52
10382         Log: Don't warn about a directory being closed in the DESTROY for
10383              IO::Dir.
10384      Branch: perl
10385            ! ext/IO/lib/IO/Dir.pm
10386 ____________________________________________________________________________
10387 [ 26867] By: rgs                                   on 2006/01/16  19:16:58
10388         Log: defined %foo::bar:: wasn't working like it used to do in evals
10389              (and, consequently, when require'ing modules.)
10390      Branch: perl
10391            ! t/op/stash.t toke.c
10392 ____________________________________________________________________________
10393 [ 26866] By: mhx                                   on 2006/01/16  18:13:28
10394         Log: Upgrade to Devel::PPPort 3.07
10395      Branch: perl
10396            + ext/Devel/PPPort/parts/base/5008007
10397            + ext/Devel/PPPort/parts/base/5009003
10398            + ext/Devel/PPPort/parts/inc/Sv_set
10399            + ext/Devel/PPPort/parts/inc/memory
10400            + ext/Devel/PPPort/parts/inc/variables
10401            + ext/Devel/PPPort/parts/todo/5008007
10402            + ext/Devel/PPPort/parts/todo/5009003
10403            + ext/Devel/PPPort/t/Sv_set.t ext/Devel/PPPort/t/memory.t
10404            + ext/Devel/PPPort/t/variables.t
10405            ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/HACKERS
10406            ! ext/Devel/PPPort/MANIFEST ext/Devel/PPPort/META.yml
10407            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
10408            ! ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/PPPort_pm.PL
10409            ! ext/Devel/PPPort/PPPort_xs.PL ext/Devel/PPPort/README
10410            ! ext/Devel/PPPort/TODO ext/Devel/PPPort/apicheck_c.PL
10411            ! ext/Devel/PPPort/devel/buildperl.pl
10412            ! ext/Devel/PPPort/devel/mkapidoc.sh
10413            ! ext/Devel/PPPort/devel/mktodo ext/Devel/PPPort/devel/mktodo.pl
10414            ! ext/Devel/PPPort/devel/scanprov ext/Devel/PPPort/mktests.PL
10415            ! ext/Devel/PPPort/module2.c ext/Devel/PPPort/module3.c
10416            ! ext/Devel/PPPort/parts/apicheck.pl
10417            ! ext/Devel/PPPort/parts/apidoc.fnc
10418            ! ext/Devel/PPPort/parts/base/5004000
10419            ! ext/Devel/PPPort/parts/base/5004050
10420            ! ext/Devel/PPPort/parts/base/5006000
10421            ! ext/Devel/PPPort/parts/base/5007001
10422            ! ext/Devel/PPPort/parts/base/5008001
10423            ! ext/Devel/PPPort/parts/embed.fnc
10424            ! ext/Devel/PPPort/parts/inc/MY_CXT
10425            ! ext/Devel/PPPort/parts/inc/SvPV
10426            ! ext/Devel/PPPort/parts/inc/call ext/Devel/PPPort/parts/inc/cop
10427            ! ext/Devel/PPPort/parts/inc/exception
10428            ! ext/Devel/PPPort/parts/inc/format
10429            ! ext/Devel/PPPort/parts/inc/grok
10430            ! ext/Devel/PPPort/parts/inc/limits
10431            ! ext/Devel/PPPort/parts/inc/mPUSH
10432            ! ext/Devel/PPPort/parts/inc/magic
10433            ! ext/Devel/PPPort/parts/inc/misc
10434            ! ext/Devel/PPPort/parts/inc/newCONSTSUB
10435            ! ext/Devel/PPPort/parts/inc/newRV
10436            ! ext/Devel/PPPort/parts/inc/ppphbin
10437            ! ext/Devel/PPPort/parts/inc/ppphdoc
10438            ! ext/Devel/PPPort/parts/inc/ppphtest
10439            ! ext/Devel/PPPort/parts/inc/sv_xpvf
10440            ! ext/Devel/PPPort/parts/inc/threads
10441            ! ext/Devel/PPPort/parts/inc/uv
10442            ! ext/Devel/PPPort/parts/inc/version
10443            ! ext/Devel/PPPort/parts/ppptools.pl
10444            ! ext/Devel/PPPort/parts/todo/5004000
10445            ! ext/Devel/PPPort/parts/todo/5007001
10446            ! ext/Devel/PPPort/parts/todo/5008001
10447            ! ext/Devel/PPPort/ppport_h.PL ext/Devel/PPPort/soak
10448            ! ext/Devel/PPPort/t/misc.t ext/Devel/PPPort/t/ppphtest.t
10449            ! ext/Devel/PPPort/t/testutil.pl ext/Devel/PPPort/typemap
10450 ____________________________________________________________________________
10451 [ 26863] By: rgs                                   on 2006/01/16  14:09:29
10452         Log: Upgrade to Encode 2.14
10453      Branch: perl
10454            + ext/Encode/t/from_to.t
10455            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Changes
10456            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/MANIFEST
10457            ! ext/Encode/META.yml ext/Encode/bin/enc2xs
10458            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/CN/HZ.pm
10459            ! ext/Encode/lib/Encode/MIME/Header.pm
10460            ! ext/Encode/t/mime-header.t ext/Encode/ucm/8859-7.ucm
10461 ____________________________________________________________________________
10462 [ 26861] By: nicholas                              on 2006/01/16  13:10:06
10463         Log: Teach checkAUTHORS about all the authors in 5.8.2-5.8.8, and any others
10464              whose e-mail address I recognise.
10465      Branch: perl
10466            ! Porting/checkAUTHORS.pl
10467 ____________________________________________________________________________
10468 [ 26859] By: rgs                                   on 2006/01/16  12:07:34
10469         Log: Add new directories from C::Zlib to make clean
10470      Branch: perl
10471            ! Makefile.SH
10472 ____________________________________________________________________________
10473 [ 26858] By: rgs                                   on 2006/01/16  11:13:54
10474         Log: Subject: [PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.83_55.tar.gz
10475              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
10476              Date: Sat, 14 Jan 2006 12:57:48 +0100
10477              Message-ID: <87u0c7yqbn.fsf@k75.linux.bogus>
10478      Branch: perl
10479            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm
10480            ! lib/CPAN/SIGNATURE lib/CPAN/bin/cpan
10481 ____________________________________________________________________________
10482 [ 26857] By: craigb                                on 2006/01/14  16:45:56
10483         Log: Give up on through.t on VMS for now -- no can do with current 
10484              pipe implementation.
10485      Branch: perl
10486            ! t/io/through.t
10487 ____________________________________________________________________________
10488 [ 26856] By: nicholas                              on 2006/01/14  12:49:31
10489         Log: Can now count the patches committed with --thanks-applied.
10490              Changes5.8's top 3:
10491              3332:   jhi
10492              321:    ams
10493              60:     nick
10494      Branch: perl
10495            ! Porting/checkAUTHORS.pl
10496 ____________________________________________________________________________
10497 [ 26855] By: nicholas                              on 2006/01/14  12:35:58
10498         Log: Oops. When the e-mail address came first, or there was no name with it,
10499              checkAUTHORS.pl wasn't recognising it, which caused the change to be
10500              attributed to the committer rather than the author. This now reveals
10501              several people "missing" from the AUTHORS file.
10502      Branch: perl
10503            ! Porting/checkAUTHORS.pl
10504 ____________________________________________________________________________
10505 [ 26854] By: nicholas                              on 2006/01/14  12:25:15
10506         Log: Some reordering and one new address for Stéphane Payrard
10507      Branch: perl
10508            ! Porting/checkAUTHORS.pl
10509 ____________________________________________________________________________
10510 [ 26853] By: nicholas                              on 2006/01/14  12:20:19
10511         Log: Teach checkAUTHORS.pl about everyone in Changes5.8.[2-8], adding to
10512              AUTHORS where necessary.
10513      Branch: perl
10514            ! AUTHORS Porting/checkAUTHORS.pl
10515 ____________________________________________________________________________
10516 [ 26852] By: nicholas                              on 2006/01/14  11:54:09
10517         Log: Add Ken Hirsch to AUTHORS.
10518      Branch: perl
10519            ! AUTHORS
10520 ____________________________________________________________________________
10521 [ 26850] By: nicholas                              on 2006/01/14  11:39:42
10522         Log: e-mail update from Phil Lobbes
10523      Branch: perl
10524            ! AUTHORS Porting/checkAUTHORS.pl
10525 ____________________________________________________________________________
10526 [ 26849] By: rgs                                   on 2006/01/14  10:26:15
10527         Log: Perldelta nits by Jim Cromie
10528      Branch: perl
10529            ! pod/perl593delta.pod
10530 ____________________________________________________________________________
10531 [ 26846] By: rgs                                   on 2006/01/14  08:49:12
10532         Log: Adapt test.valgrind make target to recent valgrinds (3.x)
10533              by Jim Cromie
10534      Branch: perl
10535            ! t/TEST
10536 ____________________________________________________________________________
10537 [ 26845] By: craigb                                on 2006/01/14  05:16:27
10538         Log: Friday the 13th, Part II.  Don't call SYS$GETJPI with fancy case
10539              lookup stuff on older systems that don't know what it means (broken
10540              in #25306).
10541      Branch: perl
10542            ! vms/vms.c
10543 ____________________________________________________________________________
10544 [ 26844] By: craigb                                on 2006/01/14  05:02:38
10545         Log: Eek.  #25783 broke all pre-v8.2 VMS builds.  Undo all the bits
10546              having to do with dirent, opendir, etc.  Must be Friday the 13th.
10547      Branch: perl
10548            ! configure.com vms/vms.c vms/vmsish.h
10549 ____________________________________________________________________________
10550 [ 26838] By: nicholas                              on 2006/01/13  21:44:47
10551         Log: checkAUTHORS.pl --rank would loop infinitely on an empty results array.
10552      Branch: perl
10553            ! Porting/checkAUTHORS.pl
10554 ____________________________________________________________________________
10555 [ 26835] By: stevep                                on 2006/01/13  19:31:19
10556         Log: Additional tests for RT #38207: "Useless localization of constant ($[)
10557              in getopts.pl".
10558      Branch: perl
10559            ! t/op/local.t
10560 ____________________________________________________________________________
10561 [ 26831] By: nicholas                              on 2006/01/13  18:10:55
10562         Log: Subject: Re: Today's compiling adventure
10563              From: Ken Hirsch <kenhirsch@ftml.net>
10564              Message-ID: <43C69F48.7090600@ftml.net>
10565              Date: Thu, 12 Jan 2006 13:26:16 -0500
10566      Branch: perl
10567            ! pp_sys.c
10568 ____________________________________________________________________________
10569 [ 26826] By: rgs                                   on 2006/01/13  17:32:31
10570         Log: More perldelta work
10571      Branch: perl
10572            ! pod/perl593delta.pod
10573 ____________________________________________________________________________
10574 [ 26824] By: nicholas                              on 2006/01/13  17:08:13
10575         Log: $utf8::VERSION++ # Documentation.
10576      Branch: perl
10577            ! lib/utf8.pm
10578 ____________________________________________________________________________
10579 [ 26819] By: rgs                                   on 2006/01/13  14:50:32
10580         Log: Fix internal links in POD.
10581      Branch: perl
10582            ! lib/utf8.pm
10583 ____________________________________________________________________________
10584 [ 26817] By: nicholas                              on 2006/01/13  14:02:00
10585         Log: More $VERSION bumps.
10586      Branch: perl
10587            ! ext/PerlIO/via/via.pm lib/Attribute/Handlers.pm lib/Switch.pm
10588 ____________________________________________________________________________
10589 [ 26816] By: rgs                                   on 2006/01/13  13:47:52
10590         Log: Better wording for change 26796. Plus, make podchecker happy.
10591      Branch: perl
10592            ! lib/PerlIO.pm
10593 ____________________________________________________________________________
10594 [ 26815] By: gisle                                 on 2006/01/13  12:10:28
10595         Log: Fix [perl #38223]; _IOC_SIZE() not always safe.
10596      Branch: perl
10597            ! perl.h
10598 ____________________________________________________________________________
10599 [ 26814] By: rgs                                   on 2006/01/13  09:22:14
10600         Log: Add a link to the Opcode doc in Safe.
10601              (see RT CPAN ticket #8579)
10602      Branch: perl
10603            ! ext/Opcode/Safe.pm
10604 ____________________________________________________________________________
10605 [ 26813] By: craigb                                on 2006/01/13  01:12:44
10606         Log: Assorted VMS-only MakeMaker fixes for blead
10607      Branch: perl
10608            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
10609            ! lib/ExtUtils/t/FIRST_MAKEFILE.t lib/ExtUtils/t/basic.t
10610 ____________________________________________________________________________
10611 [ 26812] By: rgs                                   on 2006/01/12  23:11:16
10612         Log: Make h2ph recognize (and skip) const and __const__ in C function
10613              prototypes. This makes it produce better files on linux-sparc64.
10614      Branch: perl
10615            ! utils/h2ph.PL
10616 ____________________________________________________________________________
10617 [ 26809] By: nicholas                              on 2006/01/12  20:03:51
10618         Log: Upgrade to Devel::PPPort 3.06_01
10619      Branch: perl
10620            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/HACKERS
10621            ! ext/Devel/PPPort/META.yml ext/Devel/PPPort/PPPort.pm
10622            ! ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/PPPort_pm.PL
10623            ! ext/Devel/PPPort/devel/buildperl.pl
10624            ! ext/Devel/PPPort/devel/mkapidoc.sh ext/Devel/PPPort/mktests.PL
10625            ! ext/Devel/PPPort/parts/apicheck.pl
10626            ! ext/Devel/PPPort/parts/apidoc.fnc
10627            ! ext/Devel/PPPort/parts/base/5006000
10628            ! ext/Devel/PPPort/parts/base/5009002
10629            ! ext/Devel/PPPort/parts/embed.fnc
10630            ! ext/Devel/PPPort/parts/inc/MY_CXT
10631            ! ext/Devel/PPPort/parts/inc/SvPV
10632            ! ext/Devel/PPPort/parts/inc/format
10633            ! ext/Devel/PPPort/parts/inc/grok
10634            ! ext/Devel/PPPort/parts/inc/misc
10635            ! ext/Devel/PPPort/parts/inc/newCONSTSUB
10636            ! ext/Devel/PPPort/parts/inc/ppphbin
10637            ! ext/Devel/PPPort/parts/inc/ppphdoc
10638            ! ext/Devel/PPPort/parts/inc/ppphtest
10639            ! ext/Devel/PPPort/parts/inc/version
10640            ! ext/Devel/PPPort/parts/ppptools.pl
10641            ! ext/Devel/PPPort/parts/todo/5004040
10642            ! ext/Devel/PPPort/parts/todo/5005000
10643            ! ext/Devel/PPPort/parts/todo/5006000
10644            ! ext/Devel/PPPort/ppport_h.PL ext/Devel/PPPort/soak
10645            ! ext/Devel/PPPort/t/newCONSTSUB.t ext/Devel/PPPort/t/ppphtest.t
10646 ____________________________________________________________________________
10647 [ 26808] By: merijn                                on 2006/01/12  19:54:57
10648         Log: Add new mpeix file from #26807
10649      Branch: perl
10650            ! MANIFEST
10651 ____________________________________________________________________________
10652 [ 26807] By: merijn                                on 2006/01/12  19:52:01
10653         Log: Subject: Re: Today's compiling adventure
10654              From: Ken Hirsch <kenhirsch@ftml.net>
10655              Date: Thu, 12 Jan 2006 13:26:16 -0500
10656              Message-ID: <43C69F48.7090600@ftml.net>
10657      Branch: perl
10658            + mpeix/mpeix_setjmp.c
10659            ! README.mpeix hints/mpeix.sh mpeix/mpeix.c mpeix/mpeixish.h
10660            ! pp_sys.c
10661 ____________________________________________________________________________
10662 [ 26805] By: nicholas                              on 2006/01/12  19:09:19
10663         Log: $Socket::VERSION++; # You always miss one.
10664      Branch: perl
10665            ! ext/Socket/Socket.pm
10666 ____________________________________________________________________________
10667 [ 26804] By: nicholas                              on 2006/01/12  18:44:49
10668         Log: Bump $VERSION in many modules that have changed.
10669      Branch: perl
10670            ! ext/File/Glob/Glob.pm ext/GDBM_File/GDBM_File.pm
10671            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
10672            ! ext/Opcode/Opcode.pm ext/Opcode/ops.pm
10673            ! ext/SDBM_File/SDBM_File.pm ext/XS/Typemap/Typemap.pm
10674            ! ext/attrs/attrs.pm ext/re/re.pm ext/threads/shared/shared.pm
10675            ! lib/DB.pm lib/Dumpvalue.pm lib/English.pm lib/File/Copy.pm
10676            ! lib/FileCache.pm lib/Pod/Functions.pm lib/Pod/Html.pm
10677            ! lib/Term/ReadLine.pm lib/Tie/Hash.pm lib/Unicode/UCD.pm
10678            ! lib/User/grent.pm lib/blib.pm lib/diagnostics.pm
10679            ! lib/overload.pm lib/vmsish.pm lib/warnings.pm
10680            ! lib/warnings/register.pm os2/OS2/PrfDB/PrfDB.pm
10681            ! os2/OS2/Process/Process.pm os2/OS2/REXX/REXX.pm warnings.pl
10682 ____________________________________________________________________________
10683 [ 26803] By: rgs                                   on 2006/01/12  15:40:53
10684         Log: Don't warn when localizing $[
10685      Branch: perl
10686            ! op.c t/lib/warnings/op
10687 ____________________________________________________________________________
10688 [ 26802] By: rgs                                   on 2006/01/12  13:47:59
10689         Log: Subject: [perl #38205] misleading typo in perlfaq8
10690              From: erik@cs.uni-jena.de (via RT) <perlbug-followup@perl.org>
10691              Date: Wed, 11 Jan 2006 14:56:28 -0800
10692              Message-ID: <rt-3.0.11-38205-127890.10.340635502974@perl.org>
10693      Branch: perl
10694            ! pod/perlfaq8.pod
10695 ____________________________________________________________________________
10696 [ 26801] By: rgs                                   on 2006/01/12  13:36:05
10697         Log: FAQ sync.
10698      Branch: perl
10699            ! pod/perlfaq.pod pod/perlfaq2.pod
10700 ____________________________________________________________________________
10701 [ 26800] By: rgs                                   on 2006/01/12  13:25:15
10702         Log: Subject: [PATCH] Compress::Zlib
10703              From: "Paul Marquess" <paul.marquess@ntlworld.com>
10704              Date: Thu, 12 Jan 2006 13:20:58 -0000
10705              Message-ID: <020d01c6177b$087b1c60$4c05140a@myopwv.com>
10706      Branch: perl
10707            ! ext/Compress/Zlib/t/16oneshot-gzip-only.t
10708            ! ext/Compress/Zlib/t/16oneshot-zip-only.t
10709 ____________________________________________________________________________
10710 [ 26799] By: rgs                                   on 2006/01/12  11:20:27
10711         Log: Subject: Re: cloning and foo_dup functions
10712              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
10713              Date: Thu, 12 Jan 2006 01:41:18 -0800
10714              Message-ID: <20060112094118.GA1432@efn.org>
10715      Branch: perl
10716            ! embed.fnc pod/perltodo.pod proto.h
10717 ____________________________________________________________________________
10718 [ 26798] By: rgs                                   on 2006/01/12  11:02:45
10719         Log: Test comment fix by Dominic Dunlop
10720      Branch: perl
10721            ! lib/locale.t
10722 ____________________________________________________________________________
10723 [ 26797] By: rgs                                   on 2006/01/12  10:13:27
10724         Log: Typo fix.
10725      Branch: perl
10726            ! pod/perlvar.pod
10727 ____________________________________________________________________________
10728 [ 26796] By: nicholas                              on 2006/01/11  22:41:04
10729         Log: Subject: [PATCH] fix for :crlf example 
10730              From: Xavier Noria <fxn@hashref.com> 
10731              Message-Id: <0F64C146-3A80-4FDF-8149-AFB35B3C4D3B@hashref.com> 
10732              Date: Wed, 11 Jan 2006 23:11:49 +0100 
10733              
10734              plus bump its $VERSION
10735      Branch: perl
10736            ! lib/PerlIO.pm
10737 ____________________________________________________________________________
10738 [ 26795] By: gisle                                 on 2006/01/11  21:09:19
10739         Log: A few more places that can use hv_fetchs().
10740              Ref change 26676.
10741      Branch: perl
10742            ! ext/POSIX/POSIX.xs gv.c mg.c pp_ctl.c toke.c universal.c
10743            ! utf8.c util.c
10744 ____________________________________________________________________________
10745 [ 26793] By: merijn                                on 2006/01/11  21:02:14
10746         Log: Cygwin issue (26792) and patchlevel (26790)
10747              
10748              Subject: Re: Cygwin status, maint and blead
10749              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
10750              Date: Fri, 6 Jan 2006 13:47:10 -0800
10751              Message-ID: <20060106214710.GA592@efn.org>
10752              
10753              Subject: Re: Cygwin status, maint and blead
10754              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
10755              Date: Thu, 10 Nov 2005 00:46:33 -0800
10756              Message-ID: <20051110084633.GA3364@efn.org>
10757      Branch: perl
10758            ! Configure
10759 ____________________________________________________________________________
10760 [ 26791] By: gisle                                 on 2006/01/11  20:50:30
10761         Log: Make $( and $) list the groups in the order they
10762              are returned from the OS.  Linux seems to return
10763              the gids sorted and it seemed wrong for perl to
10764              reverse this order.
10765      Branch: perl
10766            ! mg.c
10767 ____________________________________________________________________________
10768 [ 26789] By: stevep                                on 2006/01/11  19:07:04
10769         Log: Subject: Re: [PATCH] Mac OS X 10.4.4 (Darwin 8.4.0) still does not fix locale issue
10770              From: Dominic Dunlop <domo@computer.org>
10771              Date: Wed, 11 Jan 2006 19:52:20 +0100
10772              Message-Id: <FD99F9D3-16DB-484C-BC0A-702F60DAACA4@computer.org>
10773      Branch: perl
10774            ! lib/locale.t
10775 ____________________________________________________________________________
10776 [ 26787] By: nicholas                              on 2006/01/11  14:47:04
10777         Log: Refactor S_vdie_common so that Perl_vwarn can use it too.
10778      Branch: perl
10779            ! embed.fnc embed.h proto.h util.c
10780 ____________________________________________________________________________
10781 [ 26786] By: gisle                                 on 2006/01/11  14:23:28
10782         Log: Get rid of the following gcc format warnings by    simplifying the
10783              getgroups implementation:
10784              
10785              mg.c: In function Perl_magic_get':
10786              mg.c:1008: warning: long unsigned int format, gid_t arg (arg 3)
10787              mg.c:1014: warning: long unsigned int format, gid_t arg (arg 3)
10788              mg.c:1025: warning: long unsigned int format, unsigned int arg (arg 3)
10789              
10790              Since we already cast the numeric Gid_t values to an IV it should not
10791              be too risky to also cast the Group_t values.  Converting these values
10792              with Gid_t_f wasn't quite right anyway.
10793      Branch: perl
10794            ! mg.c
10795 ____________________________________________________________________________
10796 [ 26785] By: steveh                                on 2006/01/11  14:07:47
10797         Log: Clean up temp files/dirs left by Archive-Tar tests
10798              
10799              Part of this reinstates change 25043 which was mistakenly removed
10800              by change 25312
10801      Branch: perl
10802            ! lib/Archive/Tar/t/02_methods.t lib/Archive/Tar/t/99_clean.t
10803 ____________________________________________________________________________
10804 [ 26784] By: rgs                                   on 2006/01/11  12:52:27
10805         Log: Make description of new warning introduced in change 26780 more precise
10806      Branch: perl
10807            ! pod/perldiag.pod
10808 ____________________________________________________________________________
10809 [ 26783] By: steveh                                on 2006/01/11  12:31:26
10810         Log: Clean up libdirs left behind by new Compress-Zlib
10811      Branch: perl
10812            ! win32/Makefile win32/makefile.mk
10813 ____________________________________________________________________________
10814 [ 26782] By: stevep                                on 2006/01/11  12:25:24
10815         Log: Subject: Fw: CPAN Upload: S/SA/SAPER/Sys-Syslog-0.13.tar.gz
10816              From: Sébastien Aperghis-Tramoni <maddingue@free.fr>
10817              Date: Wed, 11 Jan 2006 02:13:31 +0100
10818              Message-ID: <1136942011.43c45bbb82dce@imp1-g19.free.fr>
10819      Branch: perl
10820            ! ext/Sys/Syslog/Changes ext/Sys/Syslog/Syslog.pm
10821 ____________________________________________________________________________
10822 [ 26781] By: nicholas                              on 2006/01/11  12:11:03
10823         Log: Gisle notes that SvRTRIM should also write a new '\0' at the end.
10824      Branch: perl
10825            ! mg.c
10826 ____________________________________________________________________________
10827 [ 26780] By: stevep                                on 2006/01/11  11:53:07
10828         Log: Fix the new warning created with version-0.53
10829      Branch: perl
10830            ! pod/perldiag.pod util.c
10831 ____________________________________________________________________________
10832 [ 26779] By: gisle                                 on 2006/01/11  09:52:18
10833         Log: Make setting 'PL_origalen = 1' before perl_parse() disable
10834              argv[0] munging when $0 is assigned to.
10835      Branch: perl
10836            ! mg.c perl.c pod/perlembed.pod
10837 ____________________________________________________________________________
10838 [ 26778] By: steveh                                on 2006/01/11  09:04:38
10839         Log: Bleadperl's Win32::Win32 is more recent than the current CPAN release
10840              of libwin32 (0.26), so bump the $VERSION a little
10841      Branch: perl
10842            ! win32/ext/Win32/Win32.pm
10843 ____________________________________________________________________________
10844 [ 26777] By: stevep                                on 2006/01/11  03:22:57
10845         Log: Upgrade to version-0.53
10846      Branch: perl
10847            ! lib/version.pm lib/version.t util.c
10848 ____________________________________________________________________________
10849 [ 26774] By: nicholas                              on 2006/01/10  17:46:15
10850         Log: s/superceded/superseded/g
10851      Branch: perl
10852            ! Changes5.004 Changes5.6 handy.h pod/perlapi.pod
10853 ____________________________________________________________________________
10854 [ 26773] By: nicholas                              on 2006/01/10  16:59:25
10855         Log: Subject: Re: Sys::Syslog blows up rather spectacularly on Solaris
10856              From: Alan Burlison <Alan.Burlison@sun.com>
10857              Message-ID: <43C3D80E.20704@sun.com>
10858              Date: Tue, 10 Jan 2006 15:51:42 +0000
10859      Branch: perl
10860            ! ext/Sys/Syslog/Syslog.pm ext/Sys/Syslog/t/constants.t
10861 ____________________________________________________________________________
10862 [ 26772] By: nicholas                              on 2006/01/10  16:36:03
10863         Log: Gisle is correct - $host needs to stay in case the user sets it
10864              themselves. But if the user doesn't, default to INADDR_LOOPBACK.
10865      Branch: perl
10866            ! ext/Sys/Syslog/Syslog.pm
10867 ____________________________________________________________________________
10868 [ 26770] By: merijn                                on 2006/01/10  15:16:03
10869         Log: 1. Make HP C-ANSI-C work on Itanium2 (HP-UX 11.23)
10870              broken optimizer
10871              2. Remove a compiler warning in a try program
10872      Branch: perl
10873            ! hints/hpux.sh
10874 ____________________________________________________________________________
10875 [ 26769] By: nicholas                              on 2006/01/10  15:09:07
10876         Log: Why should Syslog jump through hoops to look up the hostname so it can
10877              immediately convert it to an IP address, when all it really wants is
10878              a connection to the loopback device?
10879      Branch: perl
10880            ! ext/Sys/Syslog/Syslog.pm
10881 ____________________________________________________________________________
10882 [ 26768] By: gisle                                 on 2006/01/10  14:32:43
10883         Log: If getservbyname fails tell what service the lookup
10884              attempt tried to use.
10885      Branch: perl
10886            ! ext/Sys/Syslog/Syslog.pm
10887 ____________________________________________________________________________
10888 [ 26767] By: nicholas                              on 2006/01/10  13:24:26
10889         Log: Missing an initialisation, as spotted by Merijn's HP compiler.
10890      Branch: perl
10891            ! toke.c
10892 ____________________________________________________________________________
10893 [ 26766] By: rgs                                   on 2006/01/10  13:20:52
10894         Log: Remove Syslog tests that use external modules
10895      Branch: perl
10896            - ext/Sys/Syslog/t/distchk.t ext/Sys/Syslog/t/pod.t
10897            - ext/Sys/Syslog/t/podcover.t ext/Sys/Syslog/t/podspell.t
10898            - ext/Sys/Syslog/t/portfs.t
10899            ! MANIFEST
10900 ____________________________________________________________________________
10901 [ 26765] By: gisle                                 on 2006/01/10  11:41:24
10902         Log: Move initialization of old values prior to moreswitches()
10903              closer to their use and together with 'switches_done'.
10904      Branch: perl
10905            ! toke.c
10906 ____________________________________________________________________________
10907 [ 26764] By: rgs                                   on 2006/01/10  10:51:16
10908         Log: Subject: [PATCH] It's the Barbie bus patch
10909              From: Andy Lester <andy@petdance.com>
10910              Date: Mon, 9 Jan 2006 23:42:43 -0600
10911              Message-ID: <20060110054243.GA26165@petdance.com>
10912      Branch: perl
10913            ! av.c doio.c embed.fnc embed.h gv.c hv.c mg.c op.c pad.c
10914            ! pp_ctl.c pp_hot.c pp_sys.c proto.h reentr.c reentr.h regcomp.c
10915            ! regexec.c sv.c toke.c uconfig.sh util.c
10916 ____________________________________________________________________________
10917 [ 26762] By: gisle                                 on 2006/01/10  10:10:10
10918         Log: Remove stale date.
10919      Branch: perl
10920            ! pod/perlembed.pod
10921 ____________________________________________________________________________
10922 [ 26761] By: rgs                                   on 2006/01/10  10:05:26
10923         Log: Subject: [PATCH] Compress::Zlib  becomes zlib agnostic
10924              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
10925              Date: Mon, 9 Jan 2006 20:25:00 -0000
10926              Message-ID: <002101c6155a$c5886c90$1340100a@myopwv.com>
10927      Branch: perl
10928            + ext/Compress/Zlib/lib/Compress/Zip/Constants.pm
10929            + ext/Compress/Zlib/lib/CompressPlugin/Deflate.pm
10930            + ext/Compress/Zlib/lib/CompressPlugin/Identity.pm
10931            + ext/Compress/Zlib/lib/IO/Compress/Base.pm
10932            + ext/Compress/Zlib/lib/IO/Compress/Zip.pm
10933            + ext/Compress/Zlib/lib/IO/Uncompress/AnyUncompress.pm
10934            + ext/Compress/Zlib/lib/IO/Uncompress/Base.pm
10935            + ext/Compress/Zlib/lib/IO/Uncompress/Unzip.pm
10936            + ext/Compress/Zlib/lib/UncompressPlugin/Identity.pm
10937            + ext/Compress/Zlib/lib/UncompressPlugin/Inflate.pm
10938            + ext/Compress/Zlib/t/04generic-deflate.t
10939            + ext/Compress/Zlib/t/04generic-gzip.t
10940            + ext/Compress/Zlib/t/04generic-rawdeflate.t
10941            + ext/Compress/Zlib/t/04generic-zip.t
10942            + ext/Compress/Zlib/t/04zlib-generic-deflate.t
10943            + ext/Compress/Zlib/t/04zlib-generic-gzip.t
10944            + ext/Compress/Zlib/t/04zlib-generic-rawdeflate.t
10945            + ext/Compress/Zlib/t/04zlib-generic-zip.t
10946            + ext/Compress/Zlib/t/12any-deflate.t
10947            + ext/Compress/Zlib/t/12any-gzip.t
10948            + ext/Compress/Zlib/t/12any-rawdeflate.t
10949            + ext/Compress/Zlib/t/12any-transparent.t
10950            + ext/Compress/Zlib/t/12any-zip.t
10951            + ext/Compress/Zlib/t/13prime-deflate.t
10952            + ext/Compress/Zlib/t/13prime-gzip.t
10953            + ext/Compress/Zlib/t/13prime-rawdeflate.t
10954            + ext/Compress/Zlib/t/13prime-zip.t
10955            + ext/Compress/Zlib/t/15multi-deflate.t
10956            + ext/Compress/Zlib/t/15multi-gzip.t
10957            + ext/Compress/Zlib/t/15multi-rawdeflate.t
10958            + ext/Compress/Zlib/t/15multi-zip.t
10959            + ext/Compress/Zlib/t/16oneshot-deflate.t
10960            + ext/Compress/Zlib/t/16oneshot-gzip-only.t
10961            + ext/Compress/Zlib/t/16oneshot-gzip.t
10962            + ext/Compress/Zlib/t/16oneshot-rawdeflate.t
10963            + ext/Compress/Zlib/t/16oneshot-zip-only.t
10964            + ext/Compress/Zlib/t/16oneshot-zip.t
10965            + ext/Compress/Zlib/t/19destroy-deflate.t
10966            + ext/Compress/Zlib/t/19destroy-gzip.t
10967            + ext/Compress/Zlib/t/19destroy-rawdeflate.t
10968            + ext/Compress/Zlib/t/19destroy-zip.t
10969            + ext/Compress/Zlib/t/20tied-deflate.t
10970            + ext/Compress/Zlib/t/20tied-gzip.t
10971            + ext/Compress/Zlib/t/20tied-rawdeflate.t
10972            + ext/Compress/Zlib/t/20tied-zip.t
10973            + ext/Compress/Zlib/t/21newtied-deflate.t
10974            + ext/Compress/Zlib/t/21newtied-gzip.t
10975            + ext/Compress/Zlib/t/21newtied-rawdeflate.t
10976            + ext/Compress/Zlib/t/21newtied-zip.t
10977            + ext/Compress/Zlib/t/22merge-deflate.t
10978            + ext/Compress/Zlib/t/22merge-gzip.t
10979            + ext/Compress/Zlib/t/22merge-rawdeflate.t
10980            + ext/Compress/Zlib/t/22merge-zip.t
10981            + ext/Compress/Zlib/t/25anyunc-deflate.t
10982            + ext/Compress/Zlib/t/25anyunc-gzip.t
10983            + ext/Compress/Zlib/t/25anyunc-rawdeflate.t
10984            + ext/Compress/Zlib/t/25anyunc-transparent.t
10985            + ext/Compress/Zlib/t/25anyunc-zip.t ext/Compress/Zlib/t/99pod.t
10986            + t/lib/compress/ZlibTestUtils.pm t/lib/compress/any.pl
10987            + t/lib/compress/anyunc.pl t/lib/compress/destroy.pl
10988            + t/lib/compress/generic.pl t/lib/compress/merge.pl
10989            + t/lib/compress/multi.pl t/lib/compress/newtied.pl
10990            + t/lib/compress/oneshot.pl t/lib/compress/prime.pl
10991            + t/lib/compress/tied.pl t/lib/compress/truncate.pl
10992            + t/lib/compress/zlib-generic.pl
10993            - ext/Compress/Zlib/t/04def.t ext/Compress/Zlib/t/12any.t
10994            - ext/Compress/Zlib/t/13prime.t ext/Compress/Zlib/t/15multi.t
10995            - ext/Compress/Zlib/t/16oneshot.t
10996            - ext/Compress/Zlib/t/19destroy.t ext/Compress/Zlib/t/20tied.t
10997            - ext/Compress/Zlib/t/21newtied.t ext/Compress/Zlib/t/22merge.t
10998            - t/lib/ZlibTestUtils.pm
10999            ! MANIFEST ext/Compress/Zlib/Changes
11000            ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/README
11001            ! ext/Compress/Zlib/Zlib.pm ext/Compress/Zlib/Zlib.xs
11002            ! ext/Compress/Zlib/lib/Compress/Gzip/Constants.pm
11003            ! ext/Compress/Zlib/lib/Compress/Zlib/Common.pm
11004            ! ext/Compress/Zlib/lib/Compress/Zlib/FileConstants.pm
11005            ! ext/Compress/Zlib/lib/Compress/Zlib/ParseParameters.pm
11006            ! ext/Compress/Zlib/lib/File/GlobMapper.pm
11007            ! ext/Compress/Zlib/lib/IO/Compress/Deflate.pm
11008            ! ext/Compress/Zlib/lib/IO/Compress/Gzip.pm
11009            ! ext/Compress/Zlib/lib/IO/Compress/RawDeflate.pm
11010            ! ext/Compress/Zlib/lib/IO/Uncompress/AnyInflate.pm
11011            ! ext/Compress/Zlib/lib/IO/Uncompress/Gunzip.pm
11012            ! ext/Compress/Zlib/lib/IO/Uncompress/Inflate.pm
11013            ! ext/Compress/Zlib/lib/IO/Uncompress/RawInflate.pm
11014            ! ext/Compress/Zlib/pod/FAQ.pod ext/Compress/Zlib/ppport.h
11015            ! ext/Compress/Zlib/t/01version.t ext/Compress/Zlib/t/02zlib.t
11016            ! ext/Compress/Zlib/t/03zlib-v1.t
11017            ! ext/Compress/Zlib/t/05examples.t
11018            ! ext/Compress/Zlib/t/06gzsetp.t ext/Compress/Zlib/t/07bufsize.t
11019            ! ext/Compress/Zlib/t/08encoding.t
11020            ! ext/Compress/Zlib/t/09gziphdr.t ext/Compress/Zlib/t/10defhdr.t
11021            ! ext/Compress/Zlib/t/11truncate.t
11022            ! ext/Compress/Zlib/t/14gzopen.t ext/Compress/Zlib/t/17isize.t
11023            ! ext/Compress/Zlib/t/18lvalue.t ext/Compress/Zlib/t/23misc.t
11024            ! ext/Compress/Zlib/t/globmapper.t
11025 ____________________________________________________________________________
11026 [ 26760] By: gisle                                 on 2006/01/10  08:58:21
11027         Log: Avoid possible dereference of NULL in the initialization of PL_origalen.
11028              This can only happen when perlparse is called with no argv.
11029              Don't try to update PL_origargv unless PL_origalen is at least 2.
11030      Branch: perl
11031            ! mg.c perl.c
11032 ____________________________________________________________________________
11033 [ 26759] By: craigb                                on 2006/01/10  04:28:25
11034         Log: Make FAKE,READONLY optional on VMS in test 21
11035      Branch: perl
11036            ! ext/Devel/Peek/t/Peek.t
11037 ____________________________________________________________________________
11038 [ 26758] By: rgs                                   on 2006/01/09  14:58:57
11039         Log: Add Digest::SHA to the Win32 makefiles
11040      Branch: perl
11041            ! win32/Makefile win32/makefile.mk
11042 ____________________________________________________________________________
11043 [ 26757] By: rgs                                   on 2006/01/09  14:42:18
11044         Log: Subject: Re: relaxing TEST restrictions (was: Re: 5.9.3 approaches)
11045              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
11046              Date: Mon, 9 Jan 2006 06:38:25 -0800
11047              Message-ID: <20060109143825.GB4132@efn.org>
11048      Branch: perl
11049            ! t/TEST
11050 ____________________________________________________________________________
11051 [ 26756] By: rgs                                   on 2006/01/09  14:28:20
11052         Log: Subject: [patch] more about embed.fnc in perlguts
11053              From: Jim Cromie <jim.cromie@gmail.com>
11054              Date: Sun, 08 Jan 2006 11:35:46 -0700
11055              Message-ID: <43C15B82.9090309@gmail.com>
11056              
11057              (with a few nits)
11058      Branch: perl
11059            ! embed.fnc pod/perlguts.pod
11060 ____________________________________________________________________________
11061 [ 26755] By: stevep                                on 2006/01/09  14:27:07
11062         Log: Added standard core header to test cases for Digest::SHA
11063      Branch: perl
11064            ! ext/Digest/SHA/t/0-pod-coverage.t ext/Digest/SHA/t/0-pod.t
11065            ! ext/Digest/SHA/t/1-exist.t ext/Digest/SHA/t/1-hello-world.t
11066            ! ext/Digest/SHA/t/2-nist-sha-1.t
11067            ! ext/Digest/SHA/t/2-nist-sha-224.t
11068            ! ext/Digest/SHA/t/2-nist-sha-256.t
11069            ! ext/Digest/SHA/t/2-nist-sha-384.t
11070            ! ext/Digest/SHA/t/2-nist-sha-512.t
11071            ! ext/Digest/SHA/t/2-nist-sha-base64.t
11072            ! ext/Digest/SHA/t/2-nist-sha-oo.t
11073            ! ext/Digest/SHA/t/2-nist-vectors-bit.t
11074            ! ext/Digest/SHA/t/2-nist-vectors-byte.t
11075            ! ext/Digest/SHA/t/3-gillogly-easy.t
11076            ! ext/Digest/SHA/t/3-gillogly-hard.t
11077            ! ext/Digest/SHA/t/4-bitstr-increasing.t
11078            ! ext/Digest/SHA/t/4-bitstr-large.t
11079            ! ext/Digest/SHA/t/4-bitstr-random.t
11080            ! ext/Digest/SHA/t/5-hmac-fips198.t
11081            ! ext/Digest/SHA/t/5-hmac-rfc2202.t
11082            ! ext/Digest/SHA/t/5-hmac-sha-256.t
11083            ! ext/Digest/SHA/t/5-hmac-woodbury.t
11084            ! ext/Digest/SHA/t/6-dump-load.t ext/Digest/SHA/t/7-ireland.t
11085 ____________________________________________________________________________
11086 [ 26754] By: nicholas                              on 2006/01/09  14:10:34
11087         Log: POSIX and Fcntl both export the same constants derived from the same
11088              C macros. Given that constants are now real inline and *defined*,
11089              rather than merely declared and AUTOLOADed as needed, it is best that
11090              POSIX quite litereally re-exports the constants defined by Fcntl.
11091      Branch: perl
11092            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.pm
11093 ____________________________________________________________________________
11094 [ 26753] By: gisle                                 on 2006/01/09  13:59:48
11095         Log: Restore hardcoded PERL_PATCHNUM removed in change 26672.
11096              This is actually needed for the current Configure logic
11097              to pick up the real patchnum from the .patch file.
11098      Branch: perl
11099            ! patchlevel.h
11100 ____________________________________________________________________________
11101 [ 26752] By: rgs                                   on 2006/01/09  13:44:20
11102         Log: Upgrade to Sys::Syslog 0.12
11103      Branch: perl
11104            ! ext/Sys/Syslog/Changes ext/Sys/Syslog/README
11105            ! ext/Sys/Syslog/Syslog.pm ext/Sys/Syslog/t/constants.t
11106            ! ext/Sys/Syslog/t/podspell.t
11107 ____________________________________________________________________________
11108 [ 26751] By: rgs                                   on 2006/01/09  10:16:23
11109         Log: Subject: [PATCH] RE: Failing tests on VMS blead@26652
11110              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
11111              Date: Sun, 8 Jan 2006 23:47:33 -0000
11112              Message-ID: <00cd01c614ad$e815d340$6401a8c0@myopwv.com>
11113      Branch: perl
11114            ! ext/Compress/Zlib/t/03zlib-v1.t ext/Compress/Zlib/t/04def.t
11115            ! ext/Compress/Zlib/t/05examples.t
11116            ! ext/Compress/Zlib/t/06gzsetp.t
11117            ! ext/Compress/Zlib/t/08encoding.t
11118            ! ext/Compress/Zlib/t/09gziphdr.t ext/Compress/Zlib/t/10defhdr.t
11119            ! ext/Compress/Zlib/t/11truncate.t ext/Compress/Zlib/t/13prime.t
11120            ! ext/Compress/Zlib/t/14gzopen.t ext/Compress/Zlib/t/15multi.t
11121            ! ext/Compress/Zlib/t/16oneshot.t
11122            ! ext/Compress/Zlib/t/19destroy.t ext/Compress/Zlib/t/20tied.t
11123            ! ext/Compress/Zlib/t/21newtied.t ext/Compress/Zlib/t/22merge.t
11124            ! ext/Compress/Zlib/t/23misc.t t/lib/ZlibTestUtils.pm
11125 ____________________________________________________________________________
11126 [ 26750] By: rgs                                   on 2006/01/09  08:20:00
11127         Log: Revert change 26749
11128      Branch: perl
11129            ! pod/perlvar.pod
11130 ____________________________________________________________________________
11131 [ 26749] By: davem                                 on 2006/01/09  02:20:51
11132         Log: Subject:  [PATCH] identifiers always in main (was: defining a _ function breaks File::Find)
11133              From:  Xavier Noria <fxn@hashref.com>
11134              Date:  Sun, 23 Oct 2005 09:47:37 +0200
11135              Message-Id:  <D3867DED-313E-4D39-A85F-1178FE7F7A5E@hashref.com>
11136              
11137              clarify which variables are always forced into main::
11138      Branch: perl
11139            ! pod/perlvar.pod
11140 ____________________________________________________________________________
11141 [ 26747] By: nicholas                              on 2006/01/08  22:43:15
11142         Log: Cope with change entries that are \r terminated
11143      Branch: perl
11144            ! Porting/genlog
11145 ____________________________________________________________________________
11146 [ 26745] By: craigb                                on 2006/01/08  22:37:47
11147         Log: follow-up to 26740, shasum --> shasum.com
11148      Branch: perl
11149            ! vms/descrip_mms.template
11150 ____________________________________________________________________________
11151 [ 26744] By: craigb                                on 2006/01/08  22:19:39
11152         Log: Grr.  #26690 broke handling of old ODS-2 style names
11153              on current versions of VMS
11154      Branch: perl
11155            ! configure.com
11156 ____________________________________________________________________________
11157 [ 26743] By: craigb                                on 2006/01/08  22:14:13
11158         Log: VMS needs the meta-quoted version of $0
11159      Branch: perl
11160            ! lib/Test/Simple/t/is_deeply_fail.t
11161 ____________________________________________________________________________
11162 [ 26740] By: rgs                                   on 2006/01/08  21:42:59
11163         Log: Install shasum on Windows and VMS too
11164      Branch: perl
11165            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
11166 ____________________________________________________________________________
11167 [ 26739] By: rgs                                   on 2006/01/08  21:34:22
11168         Log: Subject: Re: [perl #38181] Default IO Layer is ignored in 3-argument open call 
11169              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
11170              Date: Mon, 09 Jan 2006 01:29:30 +0900
11171              Message-Id: <20060109012103.F20A.BQW10602@nifty.com>
11172      Branch: perl
11173            ! lib/open.pm pod/perlfunc.pod
11174 ____________________________________________________________________________
11175 [ 26737] By: nicholas                              on 2006/01/08  21:13:05
11176         Log: Update copyright with the 2 years where changes were made.
11177      Branch: perl
11178            ! pad.h
11179 ____________________________________________________________________________
11180 [ 26736] By: nicholas                              on 2006/01/08  20:41:25
11181         Log: Update the copyright years in the generated files, and nostdio.h
11182      Branch: perl
11183            ! keywords.h keywords.pl nostdio.h opcode.pl opnames.h
11184 ____________________________________________________________________________
11185 [ 26735] By: davem                                 on 2006/01/08  20:41:16
11186         Log: document svt_copy, svt_dup and svt_local vtable slots
11187      Branch: perl
11188            ! pod/perlguts.pod
11189 ____________________________________________________________________________
11190 [ 26733] By: rgs                                   on 2006/01/08  20:16:06
11191         Log: Add shasum (from Digest::SHA) to utils.lst
11192      Branch: perl
11193            ! utils.lst
11194 ____________________________________________________________________________
11195 [ 26732] By: nicholas                              on 2006/01/08  19:53:11
11196         Log: Update copyright years (including some years where we made changes but
11197              did not update)
11198      Branch: perl
11199            ! av.c deb.c mathoms.c mg.h numeric.c pad.c patchlevel.h perl.h
11200            ! perlvars.h perly.c run.c scope.c taint.c thread.h
11201 ____________________________________________________________________________
11202 [ 26726] By: nicholas                              on 2006/01/08  18:27:27
11203         Log: run pod/buildtoc --build-all
11204      Branch: perl
11205            ! MANIFEST pod/perltoc.pod vms/descrip_mms.template
11206            ! win32/Makefile win32/makefile.mk
11207 ____________________________________________________________________________
11208 [ 26725] By: nicholas                              on 2006/01/08  18:25:20
11209         Log: With VMS moving from [lib.pod] to [lib.pods] then pod/buildtoc needs
11210              tweaking
11211      Branch: perl
11212            ! pod/buildtoc
11213 ____________________________________________________________________________
11214 [ 26713] By: nicholas                              on 2006/01/08  15:24:53
11215         Log: Add an option 'opened' which reports on the maintainers of all files
11216              perforce currently has open.
11217      Branch: perl
11218            ! Porting/Maintainers.pm
11219 ____________________________________________________________________________
11220 [ 26710] By: craigb                                on 2006/01/08  13:33:43
11221         Log: pod2usage2.t is not readily portable to VMS either
11222      Branch: perl
11223            ! t/pod/pod2usage2.t
11224 ____________________________________________________________________________
11225 [ 26709] By: nicholas                              on 2006/01/08  13:15:30
11226         Log: Tweak the code that generates unique entries in @POSIX::EXPORT so that
11227              the array ends up with shared hash key scalars, for a memory saving.
11228      Branch: perl
11229            ! ext/POSIX/POSIX.pm
11230 ____________________________________________________________________________
11231 [ 26708] By: merijn                                on 2006/01/08  12:27:29
11232         Log: Subject: [PATCH] blead: format warnings
11233              Date: Sat, 07 Jan 2006 21:42:08 +0200
11234              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
11235              Message-ID: <43C01990.6020207@gmail.com>
11236      Branch: perl
11237            ! mg.c regcomp.c sv.c
11238 ____________________________________________________________________________
11239 [ 26707] By: merijn                                on 2006/01/08  09:53:56
11240         Log: Subject: [PATCH] hints/dec_osf.sh (Re: blead@26701 compilation warning from tru64 cc)
11241              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
11242              Date: Sun, 08 Jan 2006 11:38:34 +0200
11243              Message-ID: <43C0DD9A.9080809@gmail.com>
11244      Branch: perl
11245            ! hints/dec_osf.sh
11246 ____________________________________________________________________________
11247 [ 26706] By: nicholas                              on 2006/01/08  08:33:46
11248         Log: Add utils/shasum.PL to MANIFEST
11249      Branch: perl
11250            ! MANIFEST
11251 ____________________________________________________________________________
11252 [ 26705] By: nicholas                              on 2006/01/08  08:28:29
11253         Log: Add missing files in ext/Digest/SHA/src that somehow escaped the net.
11254      Branch: perl
11255            + ext/Digest/SHA/src/hmac.c ext/Digest/SHA/src/hmac.h
11256            + ext/Digest/SHA/src/hmacxtra.c ext/Digest/SHA/src/sha.c
11257            + ext/Digest/SHA/src/sha.h ext/Digest/SHA/src/sha64bit.c
11258            + ext/Digest/SHA/src/sha64bit.h ext/Digest/SHA/src/shaxtra.c
11259 ____________________________________________________________________________
11260 [ 26704] By: stevep                                on 2006/01/08  04:17:08
11261         Log: Add Digest-SHA-5.32 for SHA-256 support for CPAN.
11262      Branch: perl
11263            + ext/Digest/SHA/Changes ext/Digest/SHA/Makefile.PL
11264            + ext/Digest/SHA/README ext/Digest/SHA/SHA.pm
11265            + ext/Digest/SHA/SHA.xs ext/Digest/SHA/bin/shasum
11266            + ext/Digest/SHA/ppport.h ext/Digest/SHA/t/0-pod-coverage.t
11267            + ext/Digest/SHA/t/0-pod.t ext/Digest/SHA/t/1-exist.t
11268            + ext/Digest/SHA/t/1-hello-world.t
11269            + ext/Digest/SHA/t/2-nist-sha-1.t
11270            + ext/Digest/SHA/t/2-nist-sha-224.t
11271            + ext/Digest/SHA/t/2-nist-sha-256.t
11272            + ext/Digest/SHA/t/2-nist-sha-384.t
11273            + ext/Digest/SHA/t/2-nist-sha-512.t
11274            + ext/Digest/SHA/t/2-nist-sha-base64.t
11275            + ext/Digest/SHA/t/2-nist-sha-oo.t
11276            + ext/Digest/SHA/t/2-nist-vectors-bit.t
11277            + ext/Digest/SHA/t/2-nist-vectors-byte.t
11278            + ext/Digest/SHA/t/3-gillogly-easy.t
11279            + ext/Digest/SHA/t/3-gillogly-hard.t
11280            + ext/Digest/SHA/t/4-bitstr-increasing.t
11281            + ext/Digest/SHA/t/4-bitstr-large.t
11282            + ext/Digest/SHA/t/4-bitstr-random.t
11283            + ext/Digest/SHA/t/5-hmac-fips198.t
11284            + ext/Digest/SHA/t/5-hmac-rfc2202.t
11285            + ext/Digest/SHA/t/5-hmac-sha-256.t
11286            + ext/Digest/SHA/t/5-hmac-woodbury.t
11287            + ext/Digest/SHA/t/6-dump-load.t ext/Digest/SHA/t/7-ireland.t
11288            + ext/Digest/SHA/t/gillogly/state.011
11289            + ext/Digest/SHA/t/gillogly/state.110
11290            + ext/Digest/SHA/t/nist/COPYRIGHT
11291            + ext/Digest/SHA/t/nist/Readme.txt
11292            + ext/Digest/SHA/t/nist/bit-hashes.sha1
11293            + ext/Digest/SHA/t/nist/bit-messages.sha1
11294            + ext/Digest/SHA/t/nist/byte-hashes.sha1
11295            + ext/Digest/SHA/t/nist/byte-messages.sha1
11296            + ext/Digest/SHA/t/state/state.1
11297            + ext/Digest/SHA/t/state/state.256
11298            + ext/Digest/SHA/t/state/state.384
11299            + ext/Digest/SHA/t/state/state.512 ext/Digest/SHA/typemap
11300            + utils/shasum.PL
11301            ! MANIFEST Porting/Maintainers.pl utils/Makefile
11302 ____________________________________________________________________________
11303 [ 26703] By: craigb                                on 2006/01/07  22:12:16
11304         Log: Make v?snprintf available on VMS v7.3-2 and later and clean up
11305              some other version-dependency checks.
11306      Branch: perl
11307            ! configure.com
11308 ____________________________________________________________________________
11309 [ 26702] By: nicholas                              on 2006/01/07  20:42:57
11310         Log: Remove the greedy quantifier from inside the grouping (?:) so that it
11311              and the greedy quantifier on the (?:) don't fight each other until the
11312              C stack is exhausted.
11313      Branch: perl
11314            ! lib/Pod/Simple/BlackBox.pm
11315 ____________________________________________________________________________
11316 [ 26701] By: nicholas                              on 2006/01/07  17:19:29
11317         Log: Reorder Fcntl's bootstrapping so that the constants actually get
11318              inlined within the functions that Fcntl defines.
11319      Branch: perl
11320            ! ext/Fcntl/Fcntl.pm
11321 ____________________________________________________________________________
11322 [ 26695] By: davem                                 on 2006/01/07  03:13:08
11323         Log: preserve the referent associated with a shared RV.
11324              its faster, and the user doesn't see a different address each time
11325              for ref($sharedref).
11326      Branch: perl
11327            ! ext/threads/shared/shared.xs
11328 ____________________________________________________________________________
11329 [ 26694] By: stevep                                on 2006/01/07  03:13:05
11330         Log: Additional const prototype fixes.
11331      Branch: perl
11332            ! os2/os2.c wince/wince.c
11333 ____________________________________________________________________________
11334 [ 26693] By: davem                                 on 2006/01/07  01:24:37
11335         Log: fix coredump on 'local $shared[N]' introduced by change #24942
11336      Branch: perl
11337            ! ext/threads/shared/shared.xs
11338 ____________________________________________________________________________
11339 [ 26691] By: nicholas                              on 2006/01/06  23:57:55
11340         Log: Don't code the absolute number of tests for the UTF8/EBCDIC case; much
11341              better to subtract the number of tests that don't get run.
11342      Branch: perl
11343            ! t/comp/require.t
11344 ____________________________________________________________________________
11345 [ 26690] By: craigb                                on 2006/01/06  23:16:30
11346         Log: Make VMS manifest checker handle multi-dot filenames on ODS-5
11347      Branch: perl
11348            ! configure.com
11349 ____________________________________________________________________________
11350 [ 26687] By: nicholas                              on 2006/01/06  22:19:47
11351         Log: Correct the typo in the description of change 24253
11352      Branch: perl
11353            ! Changes
11354 ____________________________________________________________________________
11355 [ 26685] By: stevep                                on 2006/01/06  21:59:00
11356         Log: Upgrade to version-0.52
11357      Branch: perl
11358            ! lib/version.pm lib/version.pod lib/version.t sv.c
11359            ! t/op/sprintf.t util.c
11360 ____________________________________________________________________________
11361 [ 26684] By: davem                                 on 2006/01/06  21:13:12
11362         Log: make ithreads shared vars smaller/quicker by eliminating shared_sv
11363              struct. Also document how it works.
11364      Branch: perl
11365            ! ext/threads/shared/shared.xs ext/threads/shared/typemap
11366 ____________________________________________________________________________
11367 [ 26680] By: stevep                                on 2006/01/06  18:59:54
11368         Log: const'ing parameters killed the builds for djgpp.  Changes get the 
11369              Perl core, but not the modules, to compile cleanly. 
11370      Branch: perl
11371            ! djgpp/djgpp.c djgpp/djgpp.h
11372 ____________________________________________________________________________
11373 [ 26679] By: nicholas                              on 2006/01/06  18:29:57
11374         Log: Negating an unsigned value generates warnings for some compilers, so
11375              cast it first.
11376      Branch: perl
11377            ! lib/ExtUtils/Constant/ProxySubs.pm
11378 ____________________________________________________________________________
11379 [ 26677] By: steveh                                on 2006/01/06  17:20:47
11380         Log: DBL_MAX and FLT_MAX are not constants in Borland C++
11381              
11382              (Fixes BCC compilation error in POSIX introduced by change 26455)
11383      Branch: perl
11384            ! ext/POSIX/Makefile.PL
11385 ____________________________________________________________________________
11386 [ 26676] By: rgs                                   on 2006/01/06  16:58:14
11387         Log: Subject: [PATCH] hv_fetchs() support
11388              From: Andy Lester <andy@petdance.com>
11389              Date: Fri, 6 Jan 2006 09:57:19 -0600
11390              Message-ID: <20060106155719.GB9035@petdance.com>
11391      Branch: perl
11392            ! doop.c handy.h hv.c malloc.c op.c pp_sys.c taint.c
11393 ____________________________________________________________________________
11394 [ 26675] By: rgs                                   on 2006/01/06  15:50:34
11395         Log: Subject: [PATCH] sprinkle dVAR
11396              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
11397              Date: Fri, 06 Jan 2006 16:18:53 +0200
11398              Message-ID: <43BE7C4D.1010302@gmail.com>
11399      Branch: perl
11400            ! av.c deb.c doio.c doop.c dump.c ext/threads/threads.xs gv.c
11401            ! hv.c lib/ExtUtils/ParseXS.pm locale.c mathoms.c mg.c numeric.c
11402            ! op.c opcode.h opcode.pl pad.c perl.c perl.h perl_keyword.pl
11403            ! perlio.c perlvars.h perly.c pp.c pp_ctl.c pp_hot.c pp_pack.c
11404            ! pp_sort.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c
11405            ! taint.c toke.c universal.c utf8.c util.c xsutils.c
11406 ____________________________________________________________________________
11407 [ 26674] By: rgs                                   on 2006/01/06  14:35:38
11408         Log: Subject: [PATCH] performance tweaking op.c
11409              From: Andy Lester <andy@petdance.com>
11410              Date: Fri, 6 Jan 2006 01:44:48 -0600
11411              Message-ID: <20060106074448.GB3401@petdance.com>
11412      Branch: perl
11413            ! op.c
11414 ____________________________________________________________________________
11415 [ 26673] By: gisle                                 on 2006/01/06  14:00:14
11416         Log: Remove code duplicated a few lines above by change 19695.
11417      Branch: perl
11418            ! toke.c
11419 ____________________________________________________________________________
11420 [ 26672] By: gisle                                 on 2006/01/06  13:57:27
11421         Log: Move "DEVEL####" marker to the 'perl -v' output.
11422              This avoids problem with using STRINGIFY in patchlevel.h
11423              (ref msg <43BE4BAC.6010701@uk.radan.com> posted to p5p).
11424      Branch: perl
11425            ! patchlevel.h perl.c t/run/switches.t utils/perlbug.PL
11426 ____________________________________________________________________________
11427 [ 26671] By: stevep                                on 2006/01/06  13:04:44
11428         Log: Replacing broken call to savepvn() with savepvs() to get threaded
11429              Cygwin to compile again.
11430      Branch: perl
11431            ! perl.c
11432 ____________________________________________________________________________
11433 [ 26670] By: gisle                                 on 2006/01/06  10:54:18
11434         Log: Make '-s' on the shebang line able to parse -foo=bar switches again.
11435              This feature was broken by change 19695 some years ago
11436              and integrated into perl-5.8.1.  perl-5.8.0 was fine.
11437              Ref http://bugs.activestate.com/show_bug.cgi?id=43483
11438      Branch: perl
11439            ! perl.c t/run/switches.t
11440 ____________________________________________________________________________
11441 [ 26669] By: gisle                                 on 2006/01/06  10:38:37
11442         Log: Improve description of the -s switch.
11443              I found the "This means you can have switches
11444              with two leading dashes." sentence introduced by
11445              change 7144 really confusing.  The note after
11446              the example should make it clear enough that double
11447              dash switches can be used for those that insist.
11448      Branch: perl
11449            ! pod/perlrun.pod
11450 ____________________________________________________________________________
11451 [ 26668] By: merijn                                on 2006/01/05  21:04:32
11452         Log: Test if the probed availability of v?snprintf () is
11453              actually usable. Thanks to Russ and Jarkko.
11454      Branch: perl
11455            ! Configure
11456 ____________________________________________________________________________
11457 [ 26666] By: rgs                                   on 2006/01/05  17:39:07
11458         Log: Upgrade to CPAN.pm 1.83
11459      Branch: perl
11460            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm
11461            ! lib/CPAN/SIGNATURE lib/CPAN/Tarzip.pm
11462 ____________________________________________________________________________
11463 [ 26665] By: rgs                                   on 2006/01/05  17:27:28
11464         Log: Regenerate PODs
11465      Branch: perl
11466            ! pod/perlmodlib.pod pod/perltoc.pod
11467 ____________________________________________________________________________
11468 [ 26664] By: steveh                                on 2006/01/05  17:24:44
11469         Log: Workaround another problem following change 26395
11470              
11471              MinGW doesn't like 26395 either! (ref: change 26634)
11472      Branch: perl
11473            ! gv.h
11474 ____________________________________________________________________________
11475 [ 26663] By: rgs                                   on 2006/01/05  17:19:27
11476         Log: Really commit change 26662 (duh)
11477      Branch: perl
11478            ! pod.lst pod/perl.pod
11479 ____________________________________________________________________________
11480 [ 26662] By: rgs                                   on 2006/01/05  17:17:52
11481         Log: Let table of contents know about perllinux man page
11482      Branch: perl
11483            ! pod.lst pod/perl.pod
11484 ____________________________________________________________________________
11485 [ 26661] By: rgs                                   on 2006/01/05  16:58:51
11486         Log: Update Changes
11487      Branch: perl
11488            ! Changes
11489 ____________________________________________________________________________
11490 [ 26659] By: steveh                                on 2006/01/05  16:22:50
11491         Log: Subject: MinGW and lib/CORE/Win32.h
11492              From: "Sisyphus" <sisyphus1@optusnet.com.au>
11493              Date: Wed, 4 Jan 2006 21:29:19 +1100
11494              Message-ID: <024301c61119$bca4a840$e201140a@desktop>
11495      Branch: perl
11496            ! win32/win32.h
11497 ____________________________________________________________________________
11498 [ 26658] By: rgs                                   on 2006/01/05  15:33:32
11499         Log: Install less README files
11500      Branch: perl
11501            ! installperl
11502 ____________________________________________________________________________
11503 [ 26657] By: rgs                                   on 2006/01/05  14:36:40
11504         Log: Remove old Pod::Man parser creation.
11505              Fix a run-time warning.
11506      Branch: perl
11507            ! installman
11508 ____________________________________________________________________________
11509 [ 26656] By: stevep                                on 2006/01/05  14:33:16
11510         Log: Change installman to instantiate a new Pod::Man instance for each
11511              file processed.  This is now required with podlators-2.0.
11512      Branch: perl
11513            ! installman
11514 ____________________________________________________________________________
11515 [ 26655] By: steveh                                on 2006/01/05  09:21:52
11516         Log: Reorder changes made in change 26630
11517              
11518              (Keep the order in win32/config.* and win32/config_H.* the same as in
11519              Configure and config_H.SH for easier diffing)
11520      Branch: perl
11521            ! win32/config.bc win32/config.gc win32/config.vc
11522            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
11523            ! win32/config_H.vc win32/config_H.vc64
11524 ____________________________________________________________________________
11525 [ 26654] By: steveh                                on 2006/01/04  17:57:14
11526         Log: Run regen.pl (Just updating copyright years)
11527      Branch: perl
11528            ! embed.h embedvar.h global.sym opcode.h perlapi.c perlapi.h
11529            ! proto.h
11530 ____________________________________________________________________________
11531 [ 26653] By: steveh                                on 2006/01/04  17:49:38
11532         Log: Don't try to export PL_my_ctx_mutex and PL_my_cxt_* when
11533              PERL_IMPLICIT_CONTEXT is not defined
11534              
11535              Fixes non-threaded build errors on Win32 following change 26523
11536      Branch: perl
11537            ! makedef.pl
11538 ____________________________________________________________________________
11539 [ 26652] By: rgs                                   on 2006/01/04  17:19:37
11540         Log: More copyright updates
11541      Branch: perl
11542            ! cop.h dump.c gv.c gv.h handy.h locale.c op.c perlio.c
11543            ! pp_pack.c sv.h thread.h universal.c xsutils.c
11544 ____________________________________________________________________________
11545 [ 26651] By: rgs                                   on 2006/01/04  16:50:47
11546         Log: Subject: Re: [patch] optimized constant subs are cool, teach B::Concise about them
11547              From: Jim Cromie <jim.cromie@gmail.com>
11548              Date: Tue, 03 Jan 2006 23:18:09 -0700
11549              Message-ID: <43BB68A1.7060708@gmail.com>
11550              
11551              With syntactic tweaks to the test file
11552      Branch: perl
11553            ! ext/B/B/Concise.pm ext/B/t/concise-xs.t
11554            ! ext/B/t/optree_constants.t
11555 ____________________________________________________________________________
11556 [ 26650] By: gisle                                 on 2006/01/04  16:42:03
11557         Log: Move all the xxxpvs() macros to handy.h.
11558              This brings them closer to STR_WITH_LEN.  Besides only half
11559              of them were sv-related after change 26649.
11560      Branch: perl
11561            ! handy.h sv.h
11562 ____________________________________________________________________________
11563 [ 26649] By: gisle                                 on 2006/01/04  16:15:34
11564         Log: Make the new STR_WITH_LEN() affected compile under -Dusethreads.
11565              Can't use STR_WITH_LEN() as argument to a macro :-(
11566      Branch: perl
11567            ! gv.c locale.c mg.c perl.c perlio.c pp_sys.c sv.c sv.h toke.c
11568 ____________________________________________________________________________
11569 [ 26648] By: gisle                                 on 2006/01/04  14:23:20
11570         Log: Add an extra NUL so that we can use sv_catpvs()
11571              for "our @F=split..." and get rid of 15 and the
11572              explaination for why it's there.
11573      Branch: perl
11574            ! toke.c
11575 ____________________________________________________________________________
11576 [ 26647] By: gisle                                 on 2006/01/04  14:10:34
11577         Log: Get rid of hardcoded string length.
11578      Branch: perl
11579            ! thread.h
11580 ____________________________________________________________________________
11581 [ 26646] By: gisle                                 on 2006/01/04  14:04:16
11582         Log: Introduce newSVpvs_share() macro.
11583              Gets rid of some hardcoded string lengths.
11584      Branch: perl
11585            ! op.c perl.c sv.h
11586 ____________________________________________________________________________
11587 [ 26645] By: gisle                                 on 2006/01/04  13:53:16
11588         Log: Get rid of a few more hardcoded string lengths.
11589      Branch: perl
11590            ! locale.c mg.c perl.c perlio.c sv.c
11591 ____________________________________________________________________________
11592 [ 26644] By: stevep                                on 2006/01/04  13:13:50
11593         Log: Update copyright year.
11594      Branch: perl
11595            ! pp_sys.c
11596 ____________________________________________________________________________
11597 [ 26643] By: rgs                                   on 2006/01/04  13:02:18
11598         Log: Fix some compilation warnings
11599      Branch: perl
11600            ! pp_hot.c
11601 ____________________________________________________________________________
11602 [ 26642] By: gisle                                 on 2006/01/04  13:00:45
11603         Log: Get rid of a few more hardcoded string lengths.
11604      Branch: perl
11605            ! gv.c perl.c perlio.c pp_sys.c
11606 ____________________________________________________________________________
11607 [ 26641] By: gisle                                 on 2006/01/04  12:48:34
11608         Log: Introduce the macros newSVpvs(str) and sv_catpvs(sv, str).
11609              Gets rid of many hardcoded string lengths.
11610      Branch: perl
11611            ! dump.c gv.c op.c perl.c perlio.c pp.c pp_ctl.c pp_pack.c
11612            ! pp_sys.c regcomp.c sv.c sv.h toke.c universal.c utf8.c util.c
11613            ! xsutils.c
11614 ____________________________________________________________________________
11615 [ 26640] By: gisle                                 on 2006/01/04  12:35:45
11616         Log: Removed unused part of string passed to sv_catpvn().
11617      Branch: perl
11618            ! toke.c
11619 ____________________________________________________________________________
11620 [ 26639] By: stevep                                on 2006/01/04  12:31:17
11621         Log: Updates to various configurations courtesy of Jarkko.
11622      Branch: perl
11623            ! Cross/config.sh-arm-linux NetWare/config.wc epoc/config.sh
11624            ! plan9/config_sh.sample symbian/config.sh uconfig.sh
11625            ! wince/config.ce
11626 ____________________________________________________________________________
11627 [ 26638] By: stevep                                on 2006/01/04  12:19:49
11628         Log: Don't warn about invalid dirhandles in DirHandle::DESTROY().
11629      Branch: perl
11630            ! lib/DirHandle.pm
11631 ____________________________________________________________________________
11632 [ 26637] By: steveh                                on 2006/01/04  11:10:36
11633         Log: Make Borland and MinGW happy with change 26379
11634              
11635              (They both complain "invalid conversion from `void*' to `HWND__*'"
11636              otherwise)
11637      Branch: perl
11638            ! win32/perlhost.h
11639 ____________________________________________________________________________
11640 [ 26636] By: gisle                                 on 2006/01/04  10:46:42
11641         Log: Fix typo in comment.
11642      Branch: perl
11643            ! handy.h
11644 ____________________________________________________________________________
11645 [ 26635] By: gisle                                 on 2006/01/04  10:44:48
11646         Log: Introduce STR_WITH_LEN macro in the form suggested by Chip.
11647      Branch: perl
11648            ! handy.h toke.c
11649 ____________________________________________________________________________
11650 [ 26634] By: steveh                                on 2006/01/04  10:39:13
11651         Log: Workaround Win32 compiler bugs following change 26395
11652              
11653              Can't understand what VC++ 6 and Borland don't like about it.  There
11654              is similar code for SvMAGIC and SvSTASH already in sv.h.  Must be
11655              compiler bugs since VC++ 7 and MinGW (and compilers on other platforms)
11656              are all happy.
11657      Branch: perl
11658            ! gv.h
11659 ____________________________________________________________________________
11660 [ 26633] By: gisle                                 on 2006/01/04  10:25:42
11661         Log: Silence compiler warning; ref change 26598
11662      Branch: perl
11663            ! op.c
11664 ____________________________________________________________________________
11665 [ 26632] By: stevep                                on 2006/01/04  03:43:20
11666         Log: Added snprintf() and vsnprintf() to configure.com as 'undef'. 
11667      Branch: perl
11668            ! configure.com
11669 ____________________________________________________________________________
11670 [ 26631] By: stevep                                on 2006/01/04  03:31:08
11671         Log: Add warnings for the various other *dir() functions when attempted
11672              on invalid dirhandles.
11673      Branch: perl
11674            ! pod/perldiag.pod pp_sys.c
11675 ____________________________________________________________________________
11676 [ 26630] By: stevep                                on 2006/01/04  02:47:39
11677         Log: Add snprintf() and vsnprintf() to the various Win32 configuration 
11678              files.
11679      Branch: perl
11680            ! win32/config.bc win32/config.gc win32/config.vc
11681            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
11682            ! win32/config_H.vc win32/config_H.vc64
11683 ____________________________________________________________________________
11684 [ 26625] By: stevep                                on 2006/01/03  20:03:49
11685         Log: Subject: Re: [perl #38034] A combination eval, DESTROY method and $@ - dangerous - bug
11686              From: Mike Guy <mjtg@cam.ac.uk>
11687              Date: Tue, 03 Jan 2006 19:18:41 +0000 
11688              Message-Id: <E1Etrg9-0005XE-LZ@libra.cus.cam.ac.uk> 
11689      Branch: perl
11690            ! pod/perlobj.pod
11691 ____________________________________________________________________________
11692 [ 26623] By: nicholas                              on 2006/01/03  19:38:24
11693         Log: If NV_ZERO_IS_ALLBITS_ZERO is not true, then it's important to inialise
11694              the NV only if the new body has an NV. (D'oh!)
11695      Branch: perl
11696            ! sv.c
11697 ____________________________________________________________________________
11698 [ 26617] By: stevep                                on 2006/01/03  18:14:27
11699         Log: Attemting to readdir() something that isn't a dirhandle should cause
11700              a warning.
11701      Branch: perl
11702            ! pod/perldiag.pod pp_sys.c
11703 ____________________________________________________________________________
11704 [ 26608] By: steveh                                on 2006/01/03  15:57:18
11705         Log: Fix release mode builds following change 26598
11706      Branch: perl
11707            ! cop.h
11708 ____________________________________________________________________________
11709 [ 26607] By: stevep                                on 2006/01/03  15:56:19
11710         Log: perldiag.pod additions to go with change #26602.
11711      Branch: perl
11712            ! pod/perldiag.pod
11713 ____________________________________________________________________________
11714 [ 26606] By: merijn                                on 2006/01/03  15:46:10
11715         Log: Add probe for snprintf () and vsnprintf ()
11716              
11717              Subject: [PATCH] snprintf() and vsnprintf() (was Re: [PATCH] Configure: stdio char (un)signedness)
11718              From: Steve Peters <steve@fisharerojo.org>
11719              Date: Mon, 2 Jan 2006 09:37:27 -0600
11720              Message-ID: <20060102153727.GA14247@mccoy.peters.homeunix.org>
11721      Branch: perl
11722            ! Configure Porting/Glossary config_h.SH handy.h
11723 ____________________________________________________________________________
11724 [ 26605] By: rgs                                   on 2006/01/03  15:42:19
11725         Log: Update perldelta, up to change 25344 more or less.
11726      Branch: perl
11727            ! pod/perl593delta.pod
11728 ____________________________________________________________________________
11729 [ 26602] By: stevep                                on 2006/01/03  14:58:21
11730         Log: Bad symbols that are pretending to be dirhandles, should say they 
11731              are dirhandles in their error messages.
11732      Branch: perl
11733            ! gv.c
11734 ____________________________________________________________________________
11735 [ 26601] By: rgs                                   on 2006/01/03  14:10:04
11736         Log: Sync perlfaq.
11737      Branch: perl
11738            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
11739            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
11740            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
11741            ! pod/perlfaq9.pod
11742 ____________________________________________________________________________
11743 [ 26598] By: davem                                 on 2006/01/03  12:29:38
11744         Log: silence some compiler warnings
11745      Branch: perl
11746            ! cop.h toke.c
11747 ____________________________________________________________________________
11748 [ 26595] By: rgs                                   on 2006/01/03  10:09:39
11749         Log: Subject: Re: [patch] optimized constant subs are cool, teach B::Concise about them
11750              From: Jim Cromie <jim.cromie@gmail.com>
11751              Date: Mon, 02 Jan 2006 15:06:48 -0700
11752              Message-ID: <43B9A3F8.8060609@gmail.com>
11753      Branch: perl
11754            ! ext/B/B/Concise.pm ext/B/t/concise-xs.t
11755            ! ext/B/t/optree_constants.t
11756 ____________________________________________________________________________
11757 [ 26594] By: rgs                                   on 2006/01/03  09:33:59
11758         Log: Subject: [PATCH] Re: [perl #36837] B::Deparse fails when it comes to ByteLoader programs
11759              From: Stephen McCamant <smcc@mit.edu>
11760              Date: Mon, 2 Jan 2006 18:52:24 -0800
11761              Message-ID: <17337.59112.502009.496275@conquest.OCF.Berkeley.EDU>
11762      Branch: perl
11763            ! ext/B/B/Deparse.pm
11764 ____________________________________________________________________________
11765 [ 26593] By: rgs                                   on 2006/01/03  09:23:24
11766         Log: Subject: [patch@26561] utf8.c const issue.
11767              From: "John E. Malmberg" <wb8tyw@qsl.net>
11768              Date: Mon, 02 Jan 2006 14:16:02 -0500
11769              Message-ID: <43B97BF2.2050201@qsl.net>
11770      Branch: perl
11771            ! utf8.c
11772 ____________________________________________________________________________
11773 [ 26592] By: rgs                                   on 2006/01/03  09:02:04
11774         Log: Subject: [PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.81.tar.gz
11775              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
11776              Date: Tue, 03 Jan 2006 00:33:27 +0100
11777              Message-ID: <87u0cm433s.fsf@k75.linux.bogus>
11778      Branch: perl
11779            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
11780 ____________________________________________________________________________
11781 [ 26591] By: davem                                 on 2006/01/03  02:20:28
11782         Log: ithreads: SVs that were only on the tmps stack leaked
11783      Branch: perl
11784            ! sv.c
11785 ____________________________________________________________________________
11786 [ 26589] By: nicholas                              on 2006/01/02  22:52:03
11787         Log: The two never used NOTYET switch ops can go.
11788      Branch: perl
11789            ! pp_ctl.c
11790 ____________________________________________________________________________
11791 [ 26587] By: davem                                 on 2006/01/02  21:50:55
11792         Log: stop DEBUG_LEAKING_SCALARS producing spurious memory pool errors
11793              (change #25775 wasn't complete)
11794      Branch: perl
11795            ! sv.c
11796 ____________________________________________________________________________
11797 [ 26586] By: nicholas                              on 2006/01/02  20:48:30
11798         Log: More missing AUTHORS
11799      Branch: perl
11800            ! AUTHORS Porting/checkAUTHORS.pl
11801 ____________________________________________________________________________
11802 [ 26581] By: craigb                                on 2006/01/02  19:22:52
11803         Log: Subject: patch@26561 & earlier - buffer overrun in VMS.C
11804              From: "John E. Malmberg" <wb8tyw@qsl.net>
11805              Date: Mon, 02 Jan 2006 14:05:43 -0500
11806              Message-id: <43B97987.70201@qsl.net>
11807      Branch: perl
11808            ! vms/vms.c
11809 ____________________________________________________________________________
11810 [ 26580] By: nicholas                              on 2006/01/02  18:48:13
11811         Log: Erk! craigb's changes come out of p4 with ^Ms as line endings.
11812              Long term, need to fix the update changes script to cope.
11813      Branch: perl
11814            ! Changes
11815 ____________________________________________________________________________
11816 [ 26579] By: nicholas                              on 2006/01/02  18:44:14
11817         Log: More missing AUTHORS
11818      Branch: perl
11819            ! AUTHORS Porting/checkAUTHORS.pl
11820 ____________________________________________________________________________
11821 [ 26578] By: nicholas                              on 2006/01/02  17:04:55
11822         Log: Fix up missing and duplicate AUTHORS
11823      Branch: perl
11824            ! AUTHORS Porting/checkAUTHORS.pl
11825 ____________________________________________________________________________
11826 [ 26576] By: rgs                                   on 2006/01/02  15:54:25
11827         Log: Subject: Re: [patch] optimized constant subs are cool, teach B::Concise about them
11828              From: Jim Cromie <jim.cromie@gmail.com>
11829              Date: Sun, 01 Jan 2006 23:05:00 -0700
11830              Message-ID: <43B8C28C.20502@gmail.com>
11831      Branch: perl
11832            + ext/B/t/optree_constants.t
11833            ! MANIFEST ext/B/B/Concise.pm ext/B/t/concise-xs.t
11834 ____________________________________________________________________________
11835 [ 26574] By: rgs                                   on 2006/01/02  15:19:59
11836         Log: Since we no longer autovivify stashes (change #26370), we need
11837              to turn off strict-refs on them, or we'll have a stricture
11838              error the first time we'd try to access them (when they'll be
11839              actually autovivified).
11840      Branch: perl
11841            ! op.c t/op/stash.t
11842 ____________________________________________________________________________
11843 [ 26573] By: rgs                                   on 2006/01/02  14:57:18
11844         Log: Documentation fix for File::Temp::new
11845              
11846              Subject: [perl #38127] Bug in perldoc File::Temp 
11847              From: pm@capmon.dk (via RT) <perlbug-followup@perl.org>
11848              Date: Mon, 02 Jan 2006 02:48:41 -0800
11849              Message-ID: <rt-3.0.11-38127-126764.0.578515622359532@perl.org>
11850      Branch: perl
11851            ! lib/File/Temp.pm
11852 ____________________________________________________________________________
11853 [ 26572] By: nicholas                              on 2006/01/02  14:43:37
11854         Log: Happy New Year. (It's not just embed.pl).
11855      Branch: perl
11856            ! README opcode.pl perl.c reentr.pl
11857 ____________________________________________________________________________
11858 [ 26571] By: stevep                                on 2006/01/02  14:24:58
11859         Log: Note that the "unlink"ing directories is attempted when running as a
11860              superuser, and that some operating systems may not support it.
11861      Branch: perl
11862            ! pod/perlfunc.pod pod/perlrun.pod
11863 ____________________________________________________________________________
11864 [ 26570] By: nicholas                              on 2006/01/02  12:19:51
11865         Log: Typo fix in the description of change 26370.
11866              (Also corrected in the repository) 
11867      Branch: perl
11868            ! Changes
11869 ____________________________________________________________________________
11870 [ 26569] By: davem                                 on 2006/01/02  12:09:37
11871         Log: add svt_local slot to magic vtable, and fix local $shared
11872      Branch: perl
11873            ! ext/threads/shared/shared.xs mg.c mg.h
11874 ____________________________________________________________________________
11875 [ 26565] By: nicholas                              on 2006/01/02  11:48:28
11876         Log: Add 2006 to the copyright years in the header generated by embed.pl
11877      Branch: perl
11878            ! embed.pl
11879 ____________________________________________________________________________
11880 [ 26564] By: rgs                                   on 2006/01/02  11:20:25
11881         Log: Subject: [patch] comment grammar and indentation, spurious tab
11882              From: Jim Cromie <jim.cromie@gmail.com>
11883              Date: Fri, 30 Dec 2005 22:45:55 -0700
11884              Message-ID: <43B61B13.3050704@gmail.com>
11885      Branch: perl
11886            ! sv.c
11887 ____________________________________________________________________________
11888 [ 26563] By: rgs                                   on 2006/01/02  11:04:37
11889         Log: Subject: [PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.80_58.tar.gz
11890              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
11891              Date: Sun, 01 Jan 2006 10:12:46 +0100
11892              Message-ID: <87zmmgnwfl.fsf@k75.linux.bogus>
11893      Branch: perl
11894            ! lib/CPAN.pm
11895 ____________________________________________________________________________
11896 [ 26562] By: rgs                                   on 2006/01/02  10:56:05
11897         Log: Update copyrights for files modified in 2006
11898      Branch: perl
11899            ! doio.c doop.c hv.c mg.c pp.c pp_ctl.c pp_hot.c pp_sort.c
11900            ! regcomp.c regexec.c sv.c toke.c utf8.c util.c
11901 ____________________________________________________________________________
11902 [ 26561] By: gisle                                 on 2006/01/01  20:43:00
11903         Log: Get rid of length argument for the FEATURE_IS_ENABLED() macro.
11904      Branch: perl
11905            ! toke.c
11906 ____________________________________________________________________________
11907 [ 26558] By: merijn                                on 2006/01/01  10:42:16
11908         Log: Subject: [PATCH] Making 0 pointers to NULLs
11909              From: Andy Lester <andy@petdance.com>
11910              Date: Fri, 30 Dec 2005 23:05:58 -0600
11911              Message-ID: <20051231050558.GA29093@petdance.com>
11912      Branch: perl
11913            ! doio.c doop.c hv.c mg.c pp.c pp_ctl.c pp_hot.c pp_sort.c
11914            ! regcomp.c regexec.c sv.c toke.c utf8.c util.c
11915 ____________________________________________________________________________
11916 [ 26556] By: merijn                                on 2006/01/01  10:23:19
11917         Log: Subject: [PATCH] Making 0 pointers to NULLs
11918              From: Andy Lester <andy@petdance.com>
11919              Date: Fri, 30 Dec 2005 23:05:58 -0600
11920              Message-ID: <20051231050558.GA29093@petdance.com>
11921      Branch: perl
11922            ! doio.c doop.c hv.c mg.c pp.c pp_ctl.c pp_hot.c pp_sort.c
11923            ! regcomp.c regexec.c sv.c toke.c utf8.c util.c
11924 ____________________________________________________________________________
11925 [ 26555] By: davem                                 on 2005/12/31  23:24:26
11926         Log: make threads use MY_CXT API rather than using PL_modglobal
11927      Branch: perl
11928            ! ext/threads/threads.xs
11929 ____________________________________________________________________________
11930 [ 26554] By: davem                                 on 2005/12/31  21:36:05
11931         Log: tidy index arrangements in new MY_CXT code
11932      Branch: perl
11933            ! intrpvar.h sv.c util.c
11934 ____________________________________________________________________________
11935 [ 26553] By: stevep                                on 2005/12/31  18:45:37
11936         Log: Upgrade to CPAN-1.80_57
11937      Branch: perl
11938            ! lib/CPAN.pm lib/CPAN/Debug.pm lib/CPAN/HandleConfig.pm
11939            ! lib/CPAN/Tarzip.pm lib/CPAN/t/mirroredby.t
11940 ____________________________________________________________________________
11941 [ 26552] By: nicholas                              on 2005/12/31  17:24:34
11942         Log: Turn a for loop that's almost a while into an honest-to-goodness while.
11943      Branch: perl
11944            ! hv.c
11945 ____________________________________________________________________________
11946 [ 26551] By: nicholas                              on 2005/12/31  16:57:32
11947         Log: Calling Perl_hv_clear_placeholders while the hash iterator was active
11948              would turn lazy delete on, causing the hash to become corrupted at the
11949              next iterator change.
11950      Branch: perl
11951            ! hv.c lib/Hash/Util.t
11952 ____________________________________________________________________________
11953 [ 26550] By: nicholas                              on 2005/12/31  16:42:08
11954         Log: Remove unneeded test in Perl_hv_clear_placeholders.
11955              Rejig S_hfreeentries to a double loop, which is clearer and smaller.
11956      Branch: perl
11957            ! hv.c
11958 ____________________________________________________________________________
11959 [ 26549] By: rgs                                   on 2005/12/31  15:24:48
11960         Log: Subject: [PATCH] op/pack.t failure on Win64
11961              From: Jan Dubois <jand@activestate.com>
11962              Date: Dec 30, 2005 9:55 PM
11963              Message-ID: <017a01c60d83$5dc73110$2217a8c0@candy>
11964      Branch: perl
11965            ! pp_pack.c
11966 ____________________________________________________________________________
11967 [ 26548] By: nicholas                              on 2005/12/31  15:07:16
11968         Log: Add a test for change 26547. (We no longer expect to see errors about
11969              unbalanced string table reference counts.)
11970      Branch: perl
11971            ! t/op/stash.t
11972 ____________________________________________________________________________
11973 [ 26547] By: nicholas                              on 2005/12/31  14:57:27
11974         Log: Re-attempt to clear the hash in S_hfreeentries if anything adds to it.
11975              Panic if we seem to be looping forever.
11976      Branch: perl
11977            ! hv.c pod/perldiag.pod
11978 ____________________________________________________________________________
11979 [ 26546] By: nicholas                              on 2005/12/31  13:16:06
11980         Log: Stop 'sub a { // }; %::=()' panicing because the backreference array
11981              became lost.
11982      Branch: perl
11983            ! hv.c
11984 ____________________________________________________________________________
11985 [ 26545] By: nicholas                              on 2005/12/30  22:44:06
11986         Log: Marcus Holland-Moritz suggested that assert should 
11987              Perl_croak_nocontext rather than Perl_croak.
11988      Branch: perl
11989            ! perl.h
11990 ____________________________________________________________________________
11991 [ 26544] By: nicholas                              on 2005/12/30  20:02:56
11992         Log: Tweak S_init_main_stash so as allocate PL_curstname as a shared string
11993              scalar, and hence avoid thrashing the shared string table for "main".
11994      Branch: perl
11995            ! perl.c
11996 ____________________________________________________________________________
11997 [ 26543] By: stevep                                on 2005/12/30  17:47:45
11998         Log: Convert t/op/sleep.t to using test.pl
11999      Branch: perl
12000            ! t/op/sleep.t
12001 ____________________________________________________________________________
12002 [ 26542] By: nicholas                              on 2005/12/30  16:53:39
12003         Log: Document why it's a bad plan to move the backreferences array from
12004              the magic structure to the hv_aux structure during backreference
12005              deletion. Add an optimisation for an empty backreference array.
12006      Branch: perl
12007            ! hv.c sv.c
12008 ____________________________________________________________________________
12009 [ 26541] By: nicholas                              on 2005/12/30  15:55:05
12010         Log: Now that the backreference array has no NULL entries, and is correctly
12011              marked as AvREAL_off(), there's no reason not to use sv_dup to clone
12012              it.
12013      Branch: perl
12014            ! sv.c
12015 ____________________________________________________________________________
12016 [ 26540] By: nicholas                              on 2005/12/30  15:39:53
12017         Log: POSIX now declares missing constants as sub ... ();, so Net::Ping
12018              needs to define them with a prototype to match.
12019      Branch: perl
12020            ! lib/Net/Ping.pm
12021 ____________________________________________________________________________
12022 [ 26539] By: rgs                                   on 2005/12/30  15:10:41
12023         Log: Update perltodo. First shot at perl593delta.
12024      Branch: perl
12025            ! pod/perl593delta.pod pod/perltodo.pod
12026 ____________________________________________________________________________
12027 [ 26538] By: nicholas                              on 2005/12/30  14:57:00
12028         Log: In the shared string table, if we add new entries to the head of the
12029              linked list chain, then we don't need as much bookkeeping in the loop.
12030      Branch: perl
12031            ! hv.c
12032 ____________________________________________________________________________
12033 [ 26537] By: stevep                                on 2005/12/30  14:39:49
12034         Log: Subject: [PATCH] Differences from Perl 6
12035              From: Robin Houston <robin@cpan.org> 
12036              Date: Fri, 30 Dec 2005 13:45:34 +0000 
12037              Message-ID: <20051230134534.GA18675@rpc142.cs.man.ac.uk>
12038      Branch: perl
12039            ! pod/perlsyn.pod
12040 ____________________________________________________________________________
12041 [ 26536] By: rgs                                   on 2005/12/30  12:25:24
12042         Log: Subject: Re: [PATCH] Re: INSTALLSCRIPT versus INSTALLDIRS
12043              From: Rafael Garcia-Suarez <rgarciasuarez@mandriva.com>
12044              Date: Mon, 12 Dec 2005 19:22:32 +0100
12045              Message-ID: <20051212192232.39cd0c1e@grubert.mandrakesoft.com>
12046      Branch: perl
12047            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
12048            ! lib/ExtUtils/MakeMaker.pm
12049 ____________________________________________________________________________
12050 [ 26535] By: davem                                 on 2005/12/30  12:21:05
12051         Log: fix errors in new MY_CTX code
12052      Branch: perl
12053            ! perl.c sv.c
12054 ____________________________________________________________________________
12055 [ 26534] By: rgs                                   on 2005/12/30  11:57:14
12056         Log: Reduce size of buffers for identifier names, as suggested in
12057              
12058              Subject: Stack usage (in gv_stashpvn and others)
12059              From: Tels <nospam-abuse@bloodgate.com>
12060              Date: Thu, 29 Dec 2005 18:40:49 +0100
12061              Message-Id: <200512291840.50765@bloodgate.com>
12062      Branch: perl
12063            ! gv.c
12064 ____________________________________________________________________________
12065 [ 26533] By: rgs                                   on 2005/12/30  11:43:42
12066         Log: Subject: [PATCH] perlio.c - gv_stashpvn() vs gv_stashpv()
12067              From: Tels <nospam-abuse@bloodgate.com>
12068              Date: Thu, 29 Dec 2005 18:57:43 +0100
12069              Message-Id: <200512291857.59458@bloodgate.com>
12070      Branch: perl
12071            ! perlio.c
12072 ____________________________________________________________________________
12073 [ 26532] By: rgs                                   on 2005/12/30  10:40:31
12074         Log: Subject: [PATCH] Perl_gv_fetchpv vs. gv_fetchpvn
12075              From: Tels <nospam-abuse@bloodgate.com>
12076              Date: Thu, 29 Dec 2005 18:32:10 +0100
12077              Message-Id: <200512291832.20651@bloodgate.com>
12078      Branch: perl
12079            ! gv.c
12080 ____________________________________________________________________________
12081 [ 26531] By: rgs                                   on 2005/12/30  09:53:54
12082         Log: Skip my_cxt_init if PERL_IMPLICIT_CONTEXT isn't defined
12083              (spotted by Jan Dubois)
12084      Branch: perl
12085            ! makedef.pl
12086 ____________________________________________________________________________
12087 [ 26530] By: nicholas                              on 2005/12/30  01:08:46
12088         Log: RMAGIC on symbol tables is bad, m'kay.
12089              Allow hashes (and therefore all symbol tables) to store the
12090              backreference array in the hv_aux structure, and thereby undo the
12091              performance damage of 24966, which resulted in 60% of all hash lookups
12092              trying to mg_find tiehash magic.
12093      Branch: perl
12094            ! dump.c embed.fnc embed.h hv.c hv.h mg.c proto.h sv.c
12095 ____________________________________________________________________________
12096 [ 26529] By: davem                                 on 2005/12/30  01:06:05
12097         Log: change #26523 didn't make my_cxt_init public
12098      Branch: perl
12099            ! embed.fnc embed.h global.sym
12100 ____________________________________________________________________________
12101 [ 26528] By: rgs                                   on 2005/12/29  17:32:21
12102         Log: Subject: [PATCH] $a = \$a oddity
12103              From: Tels <nospam-abuse@bloodgate.com>
12104              Date: Thu, 29 Dec 2005 18:01:42 +0100
12105              Message-Id: <200512291802.00742@bloodgate.com>
12106              
12107              plus trim some whitespace
12108      Branch: perl
12109            ! pod/perlreftut.pod
12110 ____________________________________________________________________________
12111 [ 26527] By: rgs                                   on 2005/12/29  15:59:30
12112         Log: Subject: [PATCH] Actual real consting of parms
12113              From: Andy Lester <andy@petdance.com>
12114              Date: Thu, 29 Dec 2005 01:15:09 -0600
12115              Message-ID: <20051229071509.GA32653@petdance.com>
12116      Branch: perl
12117            ! embed.fnc proto.h sv.c
12118 ____________________________________________________________________________
12119 [ 26526] By: rgs                                   on 2005/12/29  15:32:42
12120         Log: Subject: [PATCH] av.c cleanup, plus!
12121              From: Andy Lester <andy@petdance.com>
12122              Date: Wed, 28 Dec 2005 15:44:14 -0600
12123              Message-ID: <20051228214414.GD26033@petdance.com>
12124      Branch: perl
12125            ! av.c dump.c embed.fnc gv.c perl.c proto.h sv.c toke.c
12126 ____________________________________________________________________________
12127 [ 26525] By: rgs                                   on 2005/12/29  14:32:09
12128         Log: Fix test for perl version number in Makefile.PL
12129      Branch: perl
12130            ! ext/Sys/Syslog/Makefile.PL
12131 ____________________________________________________________________________
12132 [ 26524] By: rgs                                   on 2005/12/29  14:17:38
12133         Log: Subject: [PATCH] Fixing the SVREFCNT macro
12134              From: Andy Lester <andy@petdance.com>
12135              Date: Wed, 28 Dec 2005 13:30:51 -0600
12136              Message-ID: <20051228193051.GD23207@petdance.com>
12137      Branch: perl
12138            ! sv.h
12139 ____________________________________________________________________________
12140 [ 26523] By: davem                                 on 2005/12/29  12:00:29
12141         Log: re-implement MY_CXT API more efficiently, and add explicit
12142              interpeter arg variant
12143      Branch: perl
12144            ! embed.fnc embed.h embedvar.h ext/XS/APItest/APItest.xs
12145            ! intrpvar.h perl.h perlapi.h perlvars.h pod/perlxs.pod proto.h
12146            ! sv.c util.c
12147 ____________________________________________________________________________
12148 [ 26522] By: davem                                 on 2005/12/29  11:35:04
12149         Log: add tests for MY_CXT API and improve its documentation
12150      Branch: perl
12151            + ext/XS/APItest/t/my_cxt.t
12152            ! MANIFEST ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
12153            ! pod/perlxs.pod
12154 ____________________________________________________________________________
12155 [ 26521] By: rgs                                   on 2005/12/29  10:21:23
12156         Log: Subject: [PATCH] Test that constant overloading is propagated into eval
12157              From: Robin Houston <robin@cpan.org>
12158              Date: Mon, 26 Dec 2005 17:56:48 +0000
12159              Message-ID: <20051226175648.GA28402@rpc142.cs.man.ac.uk>
12160      Branch: perl
12161            ! lib/overload.t
12162 ____________________________________________________________________________
12163 [ 26520] By: rgs                                   on 2005/12/29  10:11:56
12164         Log: Subject: [DOC PATCH] rindex clarification
12165              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
12166              Date: Mon, 26 Dec 2005 18:42:40 -0800
12167              Message-ID: <20051227024240.GA2940@efn.org>
12168              
12169              plus another formatting nit
12170      Branch: perl
12171            ! pod/perlfunc.pod
12172 ____________________________________________________________________________
12173 [ 26519] By: craigb                                on 2005/12/29  03:49:58
12174         Log: Subject: [PATCH] fortify Pod::Simple::Search against non-case-preserving filesystems
12175              From: "Craig A. Berry" <craigberry@mac.com>
12176              Date: Tue, 27 Dec 2005 17:59:35 -0600
12177              Message-id: <43B1D567.9080504@mac.com>
12178      Branch: perl
12179            ! lib/Pod/Simple/Search.pm
12180            ! lib/Pod/Simple/t/other_test_lib/squaa/Wowo.pod
12181 ____________________________________________________________________________
12182 [ 26518] By: nicholas                              on 2005/12/29  00:19:01
12183         Log: A GVs stash can be NULL, so don't call macros that assume otherwise
12184              without checking.
12185      Branch: perl
12186            ! pp.c
12187 ____________________________________________________________________________
12188 [ 26517] By: nicholas                              on 2005/12/28  19:40:26
12189         Log: As the backreferences AV doesn't hold references on its contents,
12190              surely it should have AvREAL turned off?
12191      Branch: perl
12192            ! sv.c
12193 ____________________________________________________________________________
12194 [ 26516] By: nicholas                              on 2005/12/28  13:35:03
12195         Log: PL_amagic_generation is always non-zero, so remove the test for this.
12196              (Since change 17990 added version object overloading)
12197      Branch: perl
12198            ! pp.h
12199 ____________________________________________________________________________
12200 [ 26515] By: stevep                                on 2005/12/28  13:31:02
12201         Log: Upgrade to Sys-Syslog-0.11
12202      Branch: perl
12203            ! ext/Sys/Syslog/Changes ext/Sys/Syslog/README
12204            ! ext/Sys/Syslog/Syslog.pm ext/Sys/Syslog/t/podspell.t
12205            ! ext/Sys/Syslog/t/syslog.t
12206 ____________________________________________________________________________
12207 [ 26514] By: gisle                                 on 2005/12/28  13:25:30
12208         Log: Cleanup; replace a croak("panic: ...") with assert().
12209      Branch: perl
12210            ! av.c
12211 ____________________________________________________________________________
12212 [ 26513] By: gisle                                 on 2005/12/28  13:12:30
12213         Log: assert(av);  Cleanup the way that the av_*() functions check
12214              that they are really passed an av argument.
12215              Should improve the test coverage a bit.
12216      Branch: perl
12217            ! av.c pod/perldiag.pod
12218 ____________________________________________________________________________
12219 [ 26512] By: gisle                                 on 2005/12/28  12:38:03
12220         Log: Use memchr() instead of ninstr() to locate the end-of-line.
12221              The call to memchr() will faster.
12222      Branch: perl
12223            ! toke.c
12224 ____________________________________________________________________________
12225 [ 26511] By: gisle                                 on 2005/12/28  12:18:58
12226         Log: Leaner ninstr().
12227              The compiled function ended up 37% smaller on Linux/gcc.
12228              I ought to be faster as well, but I did not try to measure that.
12229      Branch: perl
12230            ! util.c
12231 ____________________________________________________________________________
12232 [ 26510] By: gisle                                 on 2005/12/28  11:01:46
12233         Log: Remove test for NUL ending in r?instr().
12234              This test is actually harmful because we will search
12235              for any garbage found past the empty search string.
12236              Ref change 26509.
12237      Branch: perl
12238            ! util.c
12239 ____________________________________________________________________________
12240 [ 26509] By: gisle                                 on 2005/12/28  10:57:46
12241         Log: Fix 2 off-by-one errors in the call to ninstr().
12242              This code managed to still work because of a bug
12243              in how ninstr() treats empty search strings.
12244      Branch: perl
12245            ! ext/Filter/Util/Call/Call.xs
12246 ____________________________________________________________________________
12247 [ 26508] By: stevep                                on 2005/12/28  03:27:13
12248         Log: Upgrade to PathTools-3.15
12249      Branch: perl
12250            ! ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm
12251 ____________________________________________________________________________
12252 [ 26507] By: nicholas                              on 2005/12/27  23:39:42
12253         Log: s/%/%%/ in the package name so that it can be used safely in the
12254              sprintf format string (and hence not need runtime %s interpolation)
12255      Branch: perl
12256            ! lib/ExtUtils/Constant.pm lib/ExtUtils/Constant/ProxySubs.pm
12257 ____________________________________________________________________________
12258 [ 26506] By: nicholas                              on 2005/12/27  22:19:28
12259         Log: Pass in the full arguments to ExtUtils::Constant::ProxySubs
12260              Prototype all the missing constants, so that parsing doesn't depend on
12261              the phase of the moon. (Well, the system headers)
12262              Add an option for making missing constants generate errors at read time
12263              (which can be during constant folding). This isn't the default.
12264      Branch: perl
12265            ! lib/ExtUtils/Constant.pm lib/ExtUtils/Constant/ProxySubs.pm
12266 ____________________________________________________________________________
12267 [ 26505] By: stevep                                on 2005/12/27  22:07:44
12268         Log: Subject: [PATCH] pre-likely cleanup
12269              From: Andy Lester <andy@petdance.com> 
12270              Date: Tue, 27 Dec 2005 14:39:39 -0600
12271              Message-ID: <20051227203939.GC1781@petdance.com> 
12272              
12273              Includes a small fix to the changes in tryAMAGICbinW_var() in pp.h.
12274      Branch: perl
12275            ! av.c doop.c handy.h hv.c mg.c pp.c pp.h sv.c util.c
12276 ____________________________________________________________________________
12277 [ 26504] By: stevep                                on 2005/12/27  18:36:19
12278         Log: It'd be nice if I hadn't broken corecpan.pl.  Its fixed now, though.
12279      Branch: perl
12280            ! Porting/Maintainers.pl
12281 ____________________________________________________________________________
12282 [ 26503] By: nicholas                              on 2005/12/27  17:33:13
12283         Log: gv_fetch_flags in newATTRSUB can actually be const.
12284              Comment the logic behind the terms in the ternary that chooses the
12285              flags value.
12286      Branch: perl
12287            ! op.c
12288 ____________________________________________________________________________
12289 [ 26502] By: nicholas                              on 2005/12/27  17:24:11
12290         Log: As what we're doing is generating subroutines, which are methods, we
12291              need to invalidate cached methods. For constant.pm we need to create
12292              &Internals::inc_sub_generation
12293      Branch: perl
12294            ! lib/ExtUtils/Constant/ProxySubs.pm lib/constant.pm universal.c
12295 ____________________________________________________________________________
12296 [ 26501] By: stevep                                on 2005/12/27  14:10:20
12297         Log: Subject: [patch] ext/b/t/lint.t fails on win32
12298              From: demerphq <demerphq@gmail.com>
12299              Date: Fri, 23 Dec 2005 20:06:52 +0100 
12300              Message-ID: <9b18b3110512231106k7ad395bfp8a0c05cd0f87fc61@mail.gmail.com>
12301      Branch: perl
12302            ! ext/B/t/lint.t
12303 ____________________________________________________________________________
12304 [ 26500] By: nicholas                              on 2005/12/27  12:02:57
12305         Log: Refactor the require failure message generation to use 1 less temporary
12306              SV, and to build as much text as possible with newSVpvf
12307      Branch: perl
12308            ! pp_ctl.c
12309 ____________________________________________________________________________
12310 [ 26499] By: nicholas                              on 2005/12/27  00:29:33
12311         Log: Removing MAKE_JOBS_FIFO from %ENV causes FreeBSD make to forget about
12312              any -j flags. (And their implied disabling of backwards compatibility,
12313              which is the real cause of the make disttest failure).
12314      Branch: perl
12315            ! lib/ExtUtils/t/basic.t
12316 ____________________________________________________________________________
12317 [ 26498] By: nicholas                              on 2005/12/26  23:52:44
12318         Log: tabs, not spaces, in MANIFEST. No, I can't remember why this is.
12319              Or whether it could be relaxed.
12320      Branch: perl
12321            ! MANIFEST
12322 ____________________________________________________________________________
12323 [ 26497] By: nicholas                              on 2005/12/26  23:50:14
12324         Log: Remove the hard wired test numbers in the generated test script for
12325              simple tests. Use this script twice, firstly for testing the old style
12326              autoloaded constants, then for testing the ProxySubs.
12327              Make testing the dogfood/regeneration code optional, as the ProxySubs
12328              output doesn't contain it.
12329      Branch: perl
12330            ! lib/ExtUtils/t/Constant.t
12331 ____________________________________________________________________________
12332 [ 26496] By: nicholas                              on 2005/12/26  23:48:00
12333         Log: Support type UNDEF, and correct a bug in the macro generation by using
12334              macro_from_item.
12335      Branch: perl
12336            ! lib/ExtUtils/Constant/ProxySubs.pm
12337 ____________________________________________________________________________
12338 [ 26495] By: nicholas                              on 2005/12/26  23:47:01
12339         Log: Add method macro_from_item to encapsulate the entire logic for getting
12340              the correct macro direct from the item hash.
12341      Branch: perl
12342            ! lib/ExtUtils/Constant/Base.pm lib/ExtUtils/Constant/XS.pm
12343 ____________________________________________________________________________
12344 [ 26494] By: nicholas                              on 2005/12/26  23:10:53
12345         Log: Don't try to store PL_sv_undef in pads. (For now)
12346      Branch: perl
12347            ! op.c
12348 ____________________________________________________________________________
12349 [ 26493] By: stevep                                on 2005/12/26  22:01:49
12350         Log: Upgrade to CPAN-1.80_56
12351      Branch: perl
12352            + lib/CPAN/Debug.pm lib/CPAN/HandleConfig.pm lib/CPAN/Tarzip.pm
12353            ! MANIFEST lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/SIGNATURE
12354            ! lib/CPAN/bin/cpan
12355 ____________________________________________________________________________
12356 [ 26492] By: stevep                                on 2005/12/26  17:29:13
12357         Log: In this, the last tale of the NGROUPS saga, a former pumpking prods
12358              a mere committer to remove the last of the NGROUPS-sized arrays...
12359              
12360              Perl_magic_set() was using the last of these arrays to do the 
12361              lvalue work on $).  Instead of an array, a pointer is used and 
12362              re-sized as needed.  
12363      Branch: perl
12364            ! mg.c
12365 ____________________________________________________________________________
12366 [ 26491] By: nicholas                              on 2005/12/26  17:01:35
12367         Log: Add a couple of newlines for tidier regen output, consistent with the
12368              code generated by WriteConstants()
12369      Branch: perl
12370            ! lib/ExtUtils/Constant/XS.pm
12371 ____________________________________________________________________________
12372 [ 26490] By: nicholas                              on 2005/12/26  16:13:57
12373         Log: Add C_FH and XS_FH arguments to ExtUtils::Constant::WriteConstants,
12374              to allow the caller to pass in file handles. Use this in Contant.t
12375              with tied file handles to capture the output, rather than calling
12376              the lower level routines directly.
12377      Branch: perl
12378            ! lib/ExtUtils/Constant.pm lib/ExtUtils/t/Constant.t
12379 ____________________________________________________________________________
12380 [ 26489] By: stevep                                on 2005/12/26  16:08:49
12381         Log: Subject: chg 26486 removes last use of NGROUPS, so remove the macro-def
12382              From: Jim Cromie <jim.cromie@gmail.com>
12383              Date: Mon, 26 Dec 2005 07:57:51 -0700
12384              Message-ID: <43B004EF.8060500@gmail.com>
12385      Branch: perl
12386            ! doio.c
12387 ____________________________________________________________________________
12388 [ 26488] By: nicholas                              on 2005/12/26  12:48:10
12389         Log: The values for proxy constant subroutines need to be read only.
12390      Branch: perl
12391            ! lib/ExtUtils/Constant/ProxySubs.pm
12392 ____________________________________________________________________________
12393 [ 26487] By: nicholas                              on 2005/12/26  12:31:01
12394         Log: Rework constant.pm to take advantage of the space savings of proxy
12395              constant subroutines whenever it can.
12396      Branch: perl
12397            ! lib/constant.pm
12398 ____________________________________________________________________________
12399 [ 26486] By: stevep                                on 2005/12/26  03:51:24
12400         Log: Obviously, Perl_ingroup() is also using 256k of stack memory on Linux.
12401              Adapt change #26480 to reduce memory usage here as well.
12402      Branch: perl
12403            ! doio.c
12404 ____________________________________________________________________________
12405 [ 26485] By: nicholas                              on 2005/12/24  16:27:28
12406         Log: The value from caller doesn't change, so my $pkg = caller;
12407              should be moved out of the loop.
12408      Branch: perl
12409            ! lib/constant.pm
12410 ____________________________________________________________________________
12411 [ 26484] By: nicholas                              on 2005/12/24  16:06:10
12412         Log: Tests for creating constants where prototypes or other symbols of the
12413              same name already exist.
12414      Branch: perl
12415            ! lib/constant.t
12416 ____________________________________________________________________________
12417 [ 26483] By: nicholas                              on 2005/12/24  15:09:28
12418         Log: Using a hash reference rather than a hash can save a hash copy.
12419      Branch: perl
12420            ! lib/constant.pm
12421 ____________________________________________________________________________
12422 [ 26482] By: nicholas                              on 2005/12/24  14:48:42
12423         Log: Unless the peephole optimiser already knows that we're in void context,
12424              avoid even attempting the whole proxy constant sub copying
12425              optimisation.
12426      Branch: perl
12427            ! op.c
12428 ____________________________________________________________________________
12429 [ 26481] By: nicholas                              on 2005/12/24  14:09:56
12430         Log: Given that IO::Socket is documented as exporting all of Socket's
12431              exports, there's no need for IO::Socket::INET or IO::Socket::UNIX to
12432              use both. (And re-exporting removes some of the efficiency of the new
12433              constants implementation)
12434      Branch: perl
12435            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
12436 ____________________________________________________________________________
12437 [ 26480] By: stevep                                on 2005/12/24  03:30:02
12438         Log: Subject: Re: [perl #37907] Perl_magic_get reqires ridiculous amounts of stackmemory
12439              From: Jim Cromie <jim.cromie@gmail.com>
12440              Date: Fri, 23 Dec 2005 13:24:29 -0700
12441              Message-ID: <43AC5CFD.3060200@gmail.com>
12442              
12443              Includes a change in variable names from "j" to "num_groups".
12444      Branch: perl
12445            ! mg.c
12446 ____________________________________________________________________________
12447 [ 26479] By: nicholas                              on 2005/12/24  00:01:50
12448         Log: Looks like the macro CLK_TCK is not actually a constant on Solaris.
12449      Branch: perl
12450            ! ext/POSIX/Makefile.PL
12451 ____________________________________________________________________________
12452 [ 26478] By: nicholas                              on 2005/12/23  17:30:19
12453         Log: For PERL_TRACK_MEMPOOL with PERL_POISON, Poison the end of any block
12454              being shrunk in realloc()
12455      Branch: perl
12456            ! util.c
12457 ____________________________________________________________________________
12458 [ 26477] By: nicholas                              on 2005/12/23  17:24:44
12459         Log: For the rare case of EMFILE during require, save object code space
12460              by using newSVpvf
12461              (Would it be worth using it for all require failures?)
12462      Branch: perl
12463            ! pp_ctl.c
12464 ____________________________________________________________________________
12465 [ 26476] By: nicholas                              on 2005/12/23  16:55:35
12466         Log: If PERL_TRACK_MEMPOOL and PERL_POISON are in use, then scribble all
12467              over memory to invalidate it just before free()ing it.
12468      Branch: perl
12469            ! perl.h util.c
12470 ____________________________________________________________________________
12471 [ 26475] By: nicholas                              on 2005/12/23  16:20:53
12472         Log: Provide support for types PVN and UNDEF in
12473              ExtUtils::Constant::ProxySubs
12474      Branch: perl
12475            ! lib/ExtUtils/Constant/ProxySubs.pm
12476 ____________________________________________________________________________
12477 [ 26474] By: nicholas                              on 2005/12/23  15:27:10
12478         Log: Create a struct to use as the header with PERL_TRACK_MEMPOOL, so that
12479              other information can be stored in it.
12480      Branch: perl
12481            ! perl.h util.c
12482 ____________________________________________________________________________
12483 [ 26473] By: nicholas                              on 2005/12/23  13:54:37
12484         Log: ExtUtils::ParseXS needs to stack $filepathname to make #line directives
12485              in #INCLUDEs work.
12486      Branch: perl
12487            ! lib/ExtUtils/ParseXS.pm
12488 ____________________________________________________________________________
12489 [ 26472] By: nicholas                              on 2005/12/23  12:21:19
12490         Log: Add support for PV to ExtUtils::Constant::ProxySubs, and enable its
12491              use in Sys::Syslog
12492      Branch: perl
12493            ! ext/Sys/Syslog/Makefile.PL lib/ExtUtils/Constant/ProxySubs.pm
12494 ____________________________________________________________________________
12495 [ 26471] By: nicholas                              on 2005/12/23  12:01:29
12496         Log: inlining autoloaded constants is TODOne.
12497      Branch: perl
12498            ! pod/perltodo.pod
12499 ____________________________________________________________________________
12500 [ 26470] By: nicholas                              on 2005/12/23  11:36:43
12501         Log: Now that proxy subroutines can be unproxied in 2 places without
12502              becoming the same newCONSTSUB, need an explicit check to avoid a
12503              warning about subroutines being redefined, as there has never been
12504              a warning when you assing the same subroutine to a glob's GvCV()
12505      Branch: perl
12506            ! sv.c t/op/gv.t
12507 ____________________________________________________________________________
12508 [ 26469] By: nicholas                              on 2005/12/23  11:35:21
12509         Log: like and unlike weren't reporting failure where correctly in test.pl
12510      Branch: perl
12511            ! t/test.pl
12512 ____________________________________________________________________________
12513 [ 26468] By: rgs                                   on 2005/12/23  11:06:34
12514         Log: Fix build of Compress::Zlib on MVS (by Paul Marquess)
12515      Branch: perl
12516            ! ext/Compress/Zlib/zlib-src/zconf.h
12517 ____________________________________________________________________________
12518 [ 26467] By: rgs                                   on 2005/12/23  10:13:30
12519         Log: Clarify example of .. in perlop
12520              to fix [perl #38008] Documentation bug: perlop
12521              plus some minor formatting nits
12522      Branch: perl
12523            ! pod/perlop.pod
12524 ____________________________________________________________________________
12525 [ 26466] By: rgs                                   on 2005/12/23  09:21:09
12526         Log: Subject: [REPATCH lib/UNIVERSAL.pm] Recommend Against Using Methods as Functions
12527              From: chromatic <chromatic@wgz.org>
12528              Date: Dec 22, 2005 8:58 PM
12529              Message-Id: <200512221158.54474.chromatic@wgz.org>
12530      Branch: perl
12531            ! lib/UNIVERSAL.pm
12532 ____________________________________________________________________________
12533 [ 26465] By: nicholas                              on 2005/12/23  01:38:01
12534         Log: Need to be more careful with the symbol table manipulation - if there
12535              is already an entry in place, back off and generate a real constant
12536              subroutine. (fixes lib/Net/hostent.t failure)
12537              Fix a bug with how hv_store was being called.
12538      Branch: perl
12539            ! lib/ExtUtils/Constant/ProxySubs.pm
12540 ____________________________________________________________________________
12541 [ 26464] By: nicholas                              on 2005/12/23  01:09:05
12542         Log: SIGRTMAX, SIGRTMIN, LDBL_MAX, LDBL_MIN, LDBL_EPSILON and HUGE_VAL
12543              aren't constants on (at least some) Linux.
12544              And more evil than that, HUGE_VAL likes to use the C preprocessor
12545              in its value, necessitating use of a temporary.
12546      Branch: perl
12547            ! ext/POSIX/Makefile.PL lib/ExtUtils/Constant/ProxySubs.pm
12548 ____________________________________________________________________________
12549 [ 26463] By: nicholas                              on 2005/12/23  00:37:04
12550         Log: Use inlineable proxy constant subs for Socket
12551      Branch: perl
12552            ! ext/Socket/Makefile.PL lib/ExtUtils/Constant/ProxySubs.pm
12553 ____________________________________________________________________________
12554 [ 26462] By: stevep                                on 2005/12/23  00:28:54
12555         Log: ctime_r() and asctime_r() seem to have some problems before HP-UX 11.
12556      Branch: perl
12557            ! hints/hpux.sh
12558 ____________________________________________________________________________
12559 [ 26461] By: nicholas                              on 2005/12/23  00:27:50
12560         Log: Subject: [PATCH] Speed up Perl_sv_derived_from
12561              From: Andy Lester <andy@petdance.com>
12562              Message-ID: <20051222220044.GH4370@petdance.com>
12563              Date: Thu, 22 Dec 2005 16:00:44 -0600
12564      Branch: perl
12565            ! universal.c
12566 ____________________________________________________________________________
12567 [ 26460] By: nicholas                              on 2005/12/23  00:18:49
12568         Log: Create a sub LC_ALL with the correct prototype.
12569      Branch: perl
12570            ! lib/locale.t
12571 ____________________________________________________________________________
12572 [ 26459] By: nicholas                              on 2005/12/23  00:18:27
12573         Log: De-duplicate the items in @EXPORT. (@EXPORT is built from all the tags,
12574              and some constants are mentioned in multiple tags).
12575              Should this logic be in Exporter::Heavy?
12576      Branch: perl
12577            ! ext/POSIX/POSIX.pm
12578 ____________________________________________________________________________
12579 [ 26458] By: stevep                                on 2005/12/23  00:10:25
12580         Log: Make hostname.t deal with undefined or blank hostnames and domain 
12581              names.
12582      Branch: perl
12583            ! lib/Net/t/hostname.t
12584 ____________________________________________________________________________
12585 [ 26457] By: stevep                                on 2005/12/23  00:06:58
12586         Log: Fix for pod2man() in ExtUtils::Command::MM to work with 
12587              the Pod::Man 2.04.
12588      Branch: perl
12589            ! lib/ExtUtils/Command/MM.pm
12590 ____________________________________________________________________________
12591 [ 26456] By: nicholas                              on 2005/12/23  00:06:52
12592         Log: Subject: [PATCH] Speedup (rn|n)?instr
12593              From: Andy Lester <andy@petdance.com>
12594              Message-ID: <20051222223839.GI4370@petdance.com>
12595              Date: Thu, 22 Dec 2005 16:38:39 -0600
12596      Branch: perl
12597            ! util.c
12598 ____________________________________________________________________________
12599 [ 26455] By: nicholas                              on 2005/12/22  23:57:27
12600         Log: Use inlineable proxy constant subs for POSIX.
12601              There may be trouble ahead, as it seems that not all POSIX "constants"
12602              are. I wonder if too many systems are going to have too many
12603              variations to make this viable.
12604      Branch: perl
12605            ! ext/POSIX/Makefile.PL lib/ExtUtils/Constant/Base.pm
12606            ! lib/ExtUtils/Constant/ProxySubs.pm
12607 ____________________________________________________________________________
12608 [ 26454] By: nicholas                              on 2005/12/22  23:43:22
12609         Log: Missing ; in Tie::File
12610      Branch: perl
12611            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
12612 ____________________________________________________________________________
12613 [ 26453] By: nicholas                              on 2005/12/22  21:02:19
12614         Log: Make ExtUtils::Constant generate the inlineable proxy constant subs.
12615              So far just enough to make Fcntl work.
12616      Branch: perl
12617            + lib/ExtUtils/Constant/ProxySubs.pm
12618            ! MANIFEST ext/Fcntl/Makefile.PL lib/ExtUtils/Constant.pm
12619 ____________________________________________________________________________
12620 [ 26452] By: rgs                                   on 2005/12/22  19:37:42
12621         Log: Compilation help for EBCDIC platforms, from Jarkko,
12622              tested by Rajarshi Das
12623      Branch: perl
12624            ! utf8.h
12625 ____________________________________________________________________________
12626 [ 26451] By: nicholas                              on 2005/12/22  19:00:52
12627         Log: Break out the code to generate #ifdef/#endif into new methods
12628              macro_to_ifdef and macro_to_endif
12629              Add an args hashref to normalise_items; provide a
12630              disable_utf8_duplication argument to disable the utf8 duplication code.
12631      Branch: perl
12632            ! lib/ExtUtils/Constant/Base.pm
12633 ____________________________________________________________________________
12634 [ 26450] By: rgs                                   on 2005/12/22  17:09:59
12635         Log: Subject: [PATCH] Ho! Ho! Ho!  Santa brings consting!
12636              From: Andy Lester <andy@petdance.com>
12637              Date: Thu, 22 Dec 2005 10:57:17 -0600
12638              Message-ID: <20051222165717.GA2874@petdance.com>
12639      Branch: perl
12640            ! dump.c embed.fnc embed.h gv.c hv.c op.c pp.c pp_ctl.c pp_hot.c
12641            ! pp_sys.c proto.h regcomp.c sv.c toke.c universal.c
12642 ____________________________________________________________________________
12643 [ 26449] By: nicholas                              on 2005/12/22  17:01:33
12644         Log: Break out the item normalisation code into a method normalise_items.
12645      Branch: perl
12646            ! lib/ExtUtils/Constant/Base.pm
12647 ____________________________________________________________________________
12648 [ 26448] By: nicholas                              on 2005/12/22  15:43:20
12649         Log: Regression tests for proxy subroutine glob assignment.
12650              Fix a bug (it turns out that a typeglob isn't SvOK())
12651              Remove stray debugging code.
12652      Branch: perl
12653            ! pp_hot.c t/op/gv.t
12654 ____________________________________________________________________________
12655 [ 26447] By: rgs                                   on 2005/12/22  14:55:52
12656         Log: Subject: [PATCH] eliminate HINT_HH_FOR_EVAL
12657              From: Robin Houston <robin@cpan.org>
12658              Date: Thu, 22 Dec 2005 11:54:55 +0000
12659              Message-ID: <20051222115455.GB30301@rpc142.cs.man.ac.uk>
12660      Branch: perl
12661            ! lib/feature.pm lib/overload.pm lib/sort.pm op.c perl.h
12662            ! t/comp/hints.t
12663 ____________________________________________________________________________
12664 [ 26446] By: nicholas                              on 2005/12/22  11:23:34
12665         Log: Add an optimisation to allow proxy constant subroutines to be copied
12666              as proxy constant subroutines in a new symbol table where possible.
12667              (Rather than converting them to full blown constant subroutines and
12668              instantiating 2 typeglobs)
12669      Branch: perl
12670            ! ext/B/t/concise-xs.t gv.c gv.h op.c op.h pp.c pp_hot.c sv.c
12671 ____________________________________________________________________________
12672 [ 26445] By: rgs                                   on 2005/12/22  11:13:25
12673         Log: Regenerate Changes
12674      Branch: perl
12675            ! Changes
12676 ____________________________________________________________________________
12677 [ 26444] By: gisle                                 on 2005/12/22  10:42:36
12678         Log: Remove unused variable 'stash' since change 26437.
12679      Branch: perl
12680            ! pp_hot.c
12681 ____________________________________________________________________________
12682 [ 26443] By: rgs                                   on 2005/12/22  10:32:17
12683         Log: Regenerate perlapi.pod.
12684              Fix indentation of code examples in perlsyn.
12685      Branch: perl
12686            ! pod/perlapi.pod pod/perlsyn.pod
12687 ____________________________________________________________________________
12688 [ 26442] By: rgs                                   on 2005/12/22  10:10:04
12689         Log: Subject: [PATCH] switch / ~~ doccos
12690              From: Robin Houston <robin@cpan.org>
12691              Date: Wed, 21 Dec 2005 13:51:18 +0000
12692              Message-ID: <20051221135118.GC26527@rpc142.cs.man.ac.uk>
12693      Branch: perl
12694            ! pod/perlsyn.pod
12695 ____________________________________________________________________________
12696 [ 26441] By: merijn                                on 2005/12/22  07:02:37
12697         Log: Subject: [PATCH] wrong setting in canned win32/config.vc64 file
12698              From: "Jan Dubois" <jand@ActiveState.com>
12699              Date: Wed, 21 Dec 2005 15:04:30 -0800
12700              Message-ID: <06c701c60682$e650adc0$d563a8c0@candy>
12701      Branch: perl
12702            ! win32/config.vc64
12703 ____________________________________________________________________________
12704 [ 26440] By: stevep                                on 2005/12/22  03:08:59
12705         Log: Add documentation for method domainname() in Net::Domain.  Add some
12706              additional tests for Net::Domain.  Also, since it is tested, remove 
12707              test case from lib/1_compile.t.  One step closer to $500.
12708      Branch: perl
12709            ! lib/Net/Domain.pm lib/Net/t/hostname.t t/lib/1_compile.t
12710 ____________________________________________________________________________
12711 [ 26439] By: nicholas                              on 2005/12/21  22:40:04
12712         Log: Avoid negating an unsigned value. (The offset in the SV body table)
12713      Branch: perl
12714            ! sv.c
12715 ____________________________________________________________________________
12716 [ 26438] By: nicholas                              on 2005/12/21  21:20:23
12717         Log: For consistency sv_2cv should not leave the stash pointer uninitialised
12718              for some cases. Although it seems that only pp_sort pays any attention
12719              to it, of all the code on CPAN.
12720      Branch: perl
12721            ! sv.c
12722 ____________________________________________________________________________
12723 [ 26437] By: nicholas                              on 2005/12/21  20:38:42
12724         Log: Localise the stash variable in pp_entersub().
12725      Branch: perl
12726            ! pp_hot.c
12727 ____________________________________________________________________________
12728 [ 26436] By: nicholas                              on 2005/12/21  19:37:48
12729         Log: Undo my goto spaghetti from change 18340 - what we really need are
12730              hints to compilers about likey/unlikely branches.
12731      Branch: perl
12732            ! pp_hot.c
12733 ____________________________________________________________________________
12734 [ 26435] By: stevep                                on 2005/12/21  19:04:37
12735         Log: Add tests for untested math functions in POSIX
12736      Branch: perl
12737            + ext/POSIX/t/math.t
12738            ! MANIFEST
12739 ____________________________________________________________________________
12740 [ 26434] By: nicholas                              on 2005/12/21  18:34:03
12741         Log: The lref argument of sv_2cv is actually passed onwards to gv_fetchsv,
12742              so it is a bitmap of flag bits rather than simple TRUE/FALSE.
12743      Branch: perl
12744            ! mg.c pp.c pp_hot.c sv.c
12745 ____________________________________________________________________________
12746 [ 26433] By: rgs                                   on 2005/12/21  17:07:05
12747         Log: Remove switch from perltodo
12748      Branch: perl
12749            ! pod/perltodo.pod
12750 ____________________________________________________________________________
12751 [ 26432] By: rgs                                   on 2005/12/21  16:16:19
12752         Log: Subject: [PATCH] Feature bundle is now :5.10, and add -E switch
12753              From: Robin Houston <robin@cpan.org>
12754              Date: Wed, 21 Dec 2005 11:00:08 +0000
12755              Message-ID: <20051221110008.GB25877@rpc142.cs.man.ac.uk>
12756      Branch: perl
12757            + t/lib/feature/err
12758            ! MANIFEST embedvar.h global.sym intrpvar.h lib/feature.pm
12759            ! perl.c perl_keyword.pl perlapi.h pod/perlop.pod
12760            ! pod/perlrun.pod sv.c t/lib/feature/nonesuch t/lib/warnings/op
12761            ! t/op/dor.t t/run/switches.t toke.c
12762 ____________________________________________________________________________
12763 [ 26431] By: rgs                                   on 2005/12/21  11:12:32
12764         Log: Fix for [perl #37999] lc() + Latin-1 chars is failing erratically
12765              based on copying part of change #22196 from do_chomp() to do_chop().
12766      Branch: perl
12767            ! doop.c
12768 ____________________________________________________________________________
12769 [ 26430] By: rgs                                   on 2005/12/21  09:23:05
12770         Log: Subject: [PATCH] Fix bug in change #26379
12771              From: "Jan Dubois" <jand@ActiveState.com>
12772              Date: Tue, 20 Dec 2005 16:42:24 -0800
12773              Message-ID: <046001c605c7$69470290$d563a8c0@candy>
12774      Branch: perl
12775            ! win32/win32.c
12776 ____________________________________________________________________________
12777 [ 26429] By: nicholas                              on 2005/12/20  23:12:17
12778         Log: rv_2av, rv_2cv and rv_2hv also make use of OPf_SPECIAL, so update the
12779              descriptive comment to include them.
12780      Branch: perl
12781            ! op.h
12782 ____________________________________________________________________________
12783 [ 26428] By: rgs                                   on 2005/12/20  20:50:26
12784         Log: Remove some hardcoded references to ./perl in tests
12785      Branch: perl
12786            ! t/op/closure.t t/op/magic.t t/run/runenv.t
12787 ____________________________________________________________________________
12788 [ 26427] By: nicholas                              on 2005/12/20  20:13:12
12789         Log: Take care in toke.c not to convert constant subroutine reference
12790              proxies into full blow PVGVs with PVCVs, and recognise them and inline
12791              their values. Adds a new function gv_const_sv(gv) to return the value
12792              of the constant subroutine from a GV, and adds a cv parameter to
12793              S_intuit_method.
12794      Branch: perl
12795            ! embed.fnc embed.h gv.c proto.h toke.c
12796 ____________________________________________________________________________
12797 [ 26426] By: merijn                                on 2005/12/20  19:56:58
12798         Log: Small update on using threads on HP-UX 10.20
12799              64bit is far beyond experimental by now
12800      Branch: perl
12801            ! README.hpux
12802 ____________________________________________________________________________
12803 [ 26425] By: nicholas                              on 2005/12/20  19:55:46
12804         Log: Add a GV_NOADD_NOINIT flag to gv_fetch{pv,pvn,sv} that disables
12805              addition of new typeglobs, and also disables initialisation of any
12806              typeglob placeholders. Needed to make the new constant subroutine
12807              proxy references work efficiently.
12808      Branch: perl
12809            ! gv.c gv.h
12810 ____________________________________________________________________________
12811 [ 26424] By: rgs                                   on 2005/12/20  19:37:26
12812         Log: Fix typos in regular expressions
12813      Branch: perl
12814            ! ext/POSIX/t/time.t
12815 ____________________________________________________________________________
12816 [ 26423] By: nicholas                              on 2005/12/20  16:34:27
12817         Log: Get the "cv" from the "gv" once, and be more careful so that we can
12818              cope if either aren't their regular types.
12819              cv_const_sv should verify the type of SV passed, instead of assuming
12820              that it's a viable CV.
12821      Branch: perl
12822            ! op.c toke.c
12823 ____________________________________________________________________________
12824 [ 26422] By: nicholas                              on 2005/12/20  15:11:09
12825         Log: Croak if gv_init doesn't know how to create a typeglob from that type
12826              of referant. Test that ARRAY, HASH, PVIO, CODE and FORMAT croak.
12827              Globs are actually first class assignable objects, so test that you
12828              can create a constant subroutine that returns one.
12829      Branch: perl
12830            ! gv.c pod/perldiag.pod t/op/gv.t
12831 ____________________________________________________________________________
12832 [ 26421] By: rgs                                   on 2005/12/20  14:54:10
12833         Log: POD nits on B::Lint
12834      Branch: perl
12835            ! ext/B/B/Lint.pm
12836 ____________________________________________________________________________
12837 [ 26420] By: rgs                                   on 2005/12/20  14:48:34
12838         Log: Subject: Re: Pluggable lint patch
12839              From: Joshua ben Jore <twists@gmail.com>
12840              Date: Mon, 19 Dec 2005 09:22:04 -0600
12841              Message-ID: <dc5c751d0512190722s1e73ef88l5ae82bd7aa075c51@mail.gmail.com>
12842      Branch: perl
12843            ! ext/B/B/Lint.pm ext/B/t/lint.t
12844 ____________________________________________________________________________
12845 [ 26419] By: gisle                                 on 2005/12/20  14:39:22
12846         Log: Make perlivp skip the *.ph tests by default, since these
12847              files are normally not generated.
12848              The -a option is now needed for it to run all tests.
12849      Branch: perl
12850            ! utils/perlivp.PL
12851 ____________________________________________________________________________
12852 [ 26418] By: rgs                                   on 2005/12/20  14:24:06
12853         Log: Subject: [TEST PATCH] %^H can now propagate into eval
12854              From: Robin Houston <robin@cpan.org>
12855              Date: Tue, 20 Dec 2005 12:06:15 +0000
12856              Message-ID: <20051220120615.GA21794@rpc142.cs.man.ac.uk>
12857      Branch: perl
12858            ! t/comp/hints.t
12859 ____________________________________________________________________________
12860 [ 26417] By: nicholas                              on 2005/12/20  14:10:39
12861         Log: Verify that the code for initialising typeglobs from other types works.
12862      Branch: perl
12863            ! t/op/gv.t
12864 ____________________________________________________________________________
12865 [ 26416] By: rgs                                   on 2005/12/20  13:55:19
12866         Log: Use PTR2IV instead of casting directly
12867      Branch: perl
12868            ! pp_ctl.c
12869 ____________________________________________________________________________
12870 [ 26415] By: nicholas                              on 2005/12/20  13:39:01
12871         Log: gv_fetchpv, gv_fetchpvn and gv_fetchsv take a bitmask of flags, rather
12872              than a simple boolean, so passing FALSE or TRUE is bogus.
12873      Branch: perl
12874            ! doio.c gv.c mg.c op.c pp.c pp_hot.c pp_sys.c regcomp.c sv.c
12875            ! toke.c universal.c
12876 ____________________________________________________________________________
12877 [ 26414] By: nicholas                              on 2005/12/20  12:51:21
12878         Log: In Perl_yylex, move the declaration of orig_keyword, gv and gvp down to
12879              the block labelled keylookup.
12880      Branch: perl
12881            ! toke.c
12882 ____________________________________________________________________________
12883 [ 26413] By: rgs                                   on 2005/12/20  10:25:01
12884         Log: Subject: [PATCH] make failing cygwin test TODO'd
12885              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
12886              Date: Mon, 19 Dec 2005 03:41:12 -0800
12887              Message-ID: <20051219114112.GA5568@efn.org>
12888      Branch: perl
12889            ! lib/File/Compare.t
12890 ____________________________________________________________________________
12891 [ 26412] By: nicholas                              on 2005/12/19  23:47:26
12892         Log: In Perl_yylex, make tmp a temporary variable local to the blocks in
12893              which it is used.
12894      Branch: perl
12895            ! toke.c
12896 ____________________________________________________________________________
12897 [ 26411] By: nicholas                              on 2005/12/19  22:38:54
12898         Log: Assert that orig_keyword, gv and gvp aren't used before the main
12899              keyword parser of Perl_yylex.
12900      Branch: perl
12901            ! toke.c
12902 ____________________________________________________________________________
12903 [ 26410] By: davem                                 on 2005/12/19  22:07:49
12904         Log: //g loops infinitely on tainted data
12905              make the LHS of expr =~ /foo/g an lvalue, so that any pos magic
12906              attached to it stays attached.
12907      Branch: perl
12908            ! op.c t/op/taint.t
12909 ____________________________________________________________________________
12910 [ 26409] By: nicholas                              on 2005/12/19  20:57:40
12911         Log: Make gv_init recognise a reference-to-something in a symbol table as
12912              meaning a constant subroutine with that thing as it value
12913      Branch: perl
12914            ! gv.c
12915 ____________________________________________________________________________
12916 [ 26408] By: rgs                                   on 2005/12/19  19:27:09
12917         Log: Fix internal broken link ; reindent code examples
12918      Branch: perl
12919            ! pod/perlsyn.pod
12920 ____________________________________________________________________________
12921 [ 26407] By: rgs                                   on 2005/12/19  19:21:47
12922         Log: Fix typo.
12923              Add empty lines after =items.
12924      Branch: perl
12925            ! pod/perldiag.pod
12926 ____________________________________________________________________________
12927 [ 26406] By: rgs                                   on 2005/12/19  19:18:48
12928         Log: A note on say() and ORS grabbed from Damian's Perl6::Say.
12929      Branch: perl
12930            ! pod/perlfunc.pod
12931 ____________________________________________________________________________
12932 [ 26405] By: rgs                                   on 2005/12/19  18:43:04
12933         Log: Attempt at making IO::Handle backwards compatible again
12934      Branch: perl
12935            ! ext/IO/lib/IO/Handle.pm
12936 ____________________________________________________________________________
12937 [ 26404] By: nicholas                              on 2005/12/19  18:28:03
12938         Log: Make sv_dump (and therefore Devel::Peek) report the value of the
12939              constant in inlineable constant subroutines.
12940      Branch: perl
12941            ! dump.c ext/Devel/Peek/t/Peek.t
12942 ____________________________________________________________________________
12943 [ 26403] By: rgs                                   on 2005/12/19  18:20:48
12944         Log: sort.pm deserves a new version number
12945      Branch: perl
12946            ! lib/sort.pm
12947 ____________________________________________________________________________
12948 [ 26402] By: rgs                                   on 2005/12/19  18:17:19
12949         Log: Subject: Re: [PATCH] Make the 'sort' pragma lexically scoped
12950              From: Robin Houston <robin@cpan.org>
12951              Date: Dec 19, 2005 6:46 PM
12952              Message-ID: <20051219174620.GA17940@rpc142.cs.man.ac.uk>
12953      Branch: perl
12954            ! embed.fnc embed.h ext/B/B/Concise.pm ext/B/t/concise-xs.t
12955            ! ext/B/t/f_sort.t global.sym lib/feature.pm lib/sort.pm
12956            ! lib/sort.t op.c op.h pod/perlapi.pod pp_sort.c proto.h toke.c
12957 ____________________________________________________________________________
12958 [ 26401] By: rgs                                   on 2005/12/19  16:39:44
12959         Log: Missing file from last change
12960      Branch: perl
12961            + t/lib/common.pl
12962 ____________________________________________________________________________
12963 [ 26400] By: rgs                                   on 2005/12/19  16:26:15
12964         Log: Subject: [PATCH] latest switch/say/~~
12965              From: Robin Houston <robin@cpan.org>
12966              Date: Sat, 17 Dec 2005 20:44:31 +0000
12967              Message-Id: <20051217204431.GB28940@rpc142.cs.man.ac.uk>
12968      Branch: perl
12969            + lib/feature.pm lib/feature.t t/io/say.t t/lib/feature/nonesuch
12970            + t/lib/feature/say t/lib/feature/smartmatch
12971            + t/lib/feature/switch t/op/smartmatch.t t/op/switch.t
12972            ! MANIFEST cop.h embed.fnc embed.h ext/B/B/Deparse.pm
12973            ! ext/B/t/concise-xs.t ext/B/t/f_map.t ext/B/t/optree_samples.t
12974            ! ext/IO/lib/IO/Handle.pm ext/Opcode/Opcode.pm global.sym
12975            ! keywords.h keywords.pl lib/overload.pm lib/warnings.t op.c
12976            ! op.h opcode.h opcode.pl opnames.h perl.h perl_keyword.pl
12977            ! perly.act perly.h perly.tab perly.y pod/perldiag.pod
12978            ! pod/perlfunc.pod pod/perlop.pod pod/perlsyn.pod pp.sym
12979            ! pp_ctl.c pp_proto.h proto.h t/op/cproto.t toke.c
12980 ____________________________________________________________________________
12981 [ 26399] By: rgs                                   on 2005/12/19  09:52:42
12982         Log: Un-TODO a fixed test
12983              
12984              Subject: Re: Change 26165 broke ext/threads/t/stress_re.t test on Win32 (and patch to t/test.pl and/or Test::Harness)
12985              From: demerphq <demerphq@gmail.com>
12986              Date: Sat, 17 Dec 2005 17:23:23 +0100
12987              Message-ID: <9b18b3110512170823q1bb2cd27h838b4d4dcdba72c9@mail.gmail.com>
12988      Branch: perl
12989            ! t/op/pat.t
12990 ____________________________________________________________________________
12991 [ 26398] By: rgs                                   on 2005/12/19  09:52:03
12992         Log: TODO-SKIP tests must be "not ok", or else the test harness will think
12993              it's an unexpected success
12994              
12995              Subject: Re: Change 26165 broke ext/threads/t/stress_re.t test on Win32 (and patch to t/test.pl and/or Test::Harness)
12996              From: demerphq <demerphq@gmail.com>
12997              Date: Sat, 17 Dec 2005 17:23:23 +0100
12998              Message-ID: <9b18b3110512170823q1bb2cd27h838b4d4dcdba72c9@mail.gmail.com>
12999      Branch: perl
13000            ! t/test.pl
13001 ____________________________________________________________________________
13002 [ 26397] By: rgs                                   on 2005/12/18  10:23:55
13003         Log: Subject: [PATCH] Make script embedded in patchlevel.h work on win32.
13004              From: demerphq <demerphq@gmail.com> Mailed-By: perl.org
13005              Date: Dec 17, 2005 7:52 PM
13006              Message-ID: <9b18b3110512171052h2052d598rdf038f1d38560317@mail.gmail.com>
13007      Branch: perl
13008            ! patchlevel.h
13009 ____________________________________________________________________________
13010 [ 26396] By: craigb                                on 2005/12/18  00:16:42
13011         Log: Two test workarounds for VMS
13012      Branch: perl
13013            ! lib/File/Copy.t t/op/goto.t
13014 ____________________________________________________________________________
13015 [ 26395] By: nicholas                              on 2005/12/17  23:22:31
13016         Log: Add some paranoia to check that GP accesses aren't being done on the
13017              wrong types of SV.
13018      Branch: perl
13019            ! gv.h
13020 ____________________________________________________________________________
13021 [ 26394] By: stevep                                on 2005/12/17  19:21:35
13022         Log: Upgrade to Time-HiRes-1.86
13023      Branch: perl
13024            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
13025            ! ext/Time/HiRes/t/HiRes.t
13026 ____________________________________________________________________________
13027 [ 26393] By: nicholas                              on 2005/12/17  18:50:08
13028         Log: Two it's => its grammar fixes.
13029      Branch: perl
13030            ! op.c perl.h
13031 ____________________________________________________________________________
13032 [ 26392] By: nicholas                              on 2005/12/17  18:25:59
13033         Log: Move and const some definitions of variables used to save errno.
13034      Branch: perl
13035            ! doio.c perlio.c
13036 ____________________________________________________________________________
13037 [ 26391] By: nicholas                              on 2005/12/17  17:46:06
13038         Log: Add t/op/negate.t to MANIFEST.
13039      Branch: perl
13040            ! MANIFEST
13041 ____________________________________________________________________________
13042 [ 26390] By: nicholas                              on 2005/12/17  17:40:44
13043         Log: Pull the definition of olderrno in sv_2pv_flags into the block where
13044              it's used.
13045      Branch: perl
13046            ! sv.c
13047 ____________________________________________________________________________
13048 [ 26389] By: stevep                                on 2005/12/17  15:47:39
13049         Log: Subject: [PATCH] Correct typo in Time::HiRes tests introduced by patch 26383
13050              From: Dominic Dunlop <shouldbedomo@mac.com>
13051              Date: Sat, 17 Dec 2005 15:57:54 +0100
13052              Message-Id: <B364C747-F2BB-446F-887E-06EA2989888C@mac.com>
13053      Branch: perl
13054            ! ext/Time/HiRes/t/HiRes.t
13055 ____________________________________________________________________________
13056 [ 26388] By: stevep                                on 2005/12/17  15:41:38
13057         Log: Fix a typo and add some clarification to change #26387.
13058      Branch: perl
13059            ! pod/perlop.pod
13060 ____________________________________________________________________________
13061 [ 26387] By: stevep                                on 2005/12/17  15:35:45
13062         Log: Addition documentation explaining aritmetic negation on strings.  Also,
13063              additional test cases based partially on code by Piotr Fusik in 
13064              RT #36675: -'-10' eq '+10'.
13065      Branch: perl
13066            + t/op/negate.t
13067            ! pod/perlop.pod
13068 ____________________________________________________________________________
13069 [ 26386] By: nicholas                              on 2005/12/17  12:00:51
13070         Log: The IV/UV choice can be made inside uiv_2buf rather than sv_2pv_flags.
13071      Branch: perl
13072            ! sv.c
13073 ____________________________________________________________________________
13074 [ 26385] By: nicholas                              on 2005/12/17  11:44:47
13075         Log: The THINKFIRST check after the GMAGICAL check in sv_2iv_flags and
13076              sv_2uv_flags should have been else if.
13077      Branch: perl
13078            ! sv.c
13079 ____________________________________________________________________________
13080 [ 26384] By: stevep                                on 2005/12/17  04:03:05
13081         Log: Fix for ext/POSIX/t/time.t so the strftime() test works on systems
13082              that aren't quite up to SUS3.  Based on a patch by David Dyck in
13083              RT #37960: POSIX/t/time fails bleadperl
13084      Branch: perl
13085            ! ext/POSIX/t/time.t
13086 ____________________________________________________________________________
13087 [ 26383] By: stevep                                on 2005/12/17  01:46:58
13088         Log: Upgrade to Time-HiRes-1.85
13089      Branch: perl
13090            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
13091            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
13092            ! ext/Time/HiRes/fallback/const-c.inc
13093            ! ext/Time/HiRes/fallback/const-xs.inc ext/Time/HiRes/t/HiRes.t
13094 ____________________________________________________________________________
13095 [ 26382] By: nicholas                              on 2005/12/16  22:41:01
13096         Log: Typo fixes from Robin Houston in
13097              <20051216201446.GA24709@rpc142.cs.man.ac.uk>
13098      Branch: perl
13099            ! sv.h
13100 ____________________________________________________________________________
13101 [ 26381] By: nicholas                              on 2005/12/16  21:54:13
13102         Log: s/Nullhv/NULL/g;
13103              # Although I see that Robin is proposing to add some :-)
13104      Branch: perl
13105            ! cop.h ext/Data/Dumper/Dumper.xs ext/DynaLoader/dlutils.c gv.c
13106            ! op.c op.h pad.c perl.c sv.c toke.c universal.c xsutils.c
13107 ____________________________________________________________________________
13108 [ 26380] By: nicholas                              on 2005/12/16  21:30:34
13109         Log: s/Nullav/NULL/g
13110      Branch: perl
13111            ! cop.h ext/Data/Dumper/Dumper.xs gv.c intrpvar.h pad.c perl.c
13112            ! pp.c pp_ctl.c pp_sort.c scope.c sv.c
13113 ____________________________________________________________________________
13114 [ 26379] By: rgs                                   on 2005/12/16  21:13:37
13115         Log: Subject: [PATCH] RE: PeekMessage() call in win32\win32.c win32_async_check
13116              From: Jan Dubois <jand@activestate.com>
13117              Date: Dec 16, 2005 7:12 AM
13118              Message-ID: <015901c60207$abd64210$d563a8c0@candy>
13119              
13120              (Without the proposed alarm.t test)
13121      Branch: perl
13122            ! t/op/fork.t win32/perlhost.h win32/win32.c win32/win32.h
13123 ____________________________________________________________________________
13124 [ 26378] By: nicholas                              on 2005/12/16  18:12:26
13125         Log: Perl_sv_dup should be allocating bodies based on *size*, not the
13126              length to copy.
13127      Branch: perl
13128            ! sv.c
13129 ____________________________________________________________________________
13130 [ 26377] By: nicholas                              on 2005/12/16  15:55:51
13131         Log: comp/require.t exits early for the case of UTF-8 or EBCDIC, so need to
13132              add "new" tests before the end.
13133      Branch: perl
13134            ! t/comp/require.t
13135 ____________________________________________________________________________
13136 [ 26376] By: davem                                 on 2005/12/15  22:03:57
13137         Log: change #26373 broke threaded builds (aTHX_ now superfluous)
13138      Branch: perl
13139            ! pp_ctl.c
13140 ____________________________________________________________________________
13141 [ 26375] By: stevep                                on 2005/12/15  18:16:20
13142         Log: Added test for change #26373.
13143      Branch: perl
13144            ! t/comp/require.t
13145 ____________________________________________________________________________
13146 [ 26374] By: rgs                                   on 2005/12/15  18:00:34
13147         Log: Fix for [perl #37886] strict 'refs' doesn't apply inside defined
13148      Branch: perl
13149            ! pod/perl593delta.pod pp.c t/lib/strict/refs
13150 ____________________________________________________________________________
13151 [ 26373] By: stevep                                on 2005/12/15  17:48:42
13152         Log: Prevent require() from attempting to open directories and block 
13153              devices.  This fixes RT #24404.
13154      Branch: perl
13155            ! embed.fnc embed.h pp_ctl.c proto.h
13156 ____________________________________________________________________________
13157 [ 26372] By: nicholas                              on 2005/12/15  17:26:52
13158         Log: Use PL_op_desc rather than literal strings in pp_ioctl
13159      Branch: perl
13160            ! pp_sys.c
13161 ____________________________________________________________________________
13162 [ 26371] By: nicholas                              on 2005/12/15  17:26:22
13163         Log: Expand the comment describing the intent of change 26370, and how it
13164              relates to change 24660.
13165      Branch: perl
13166            ! toke.c
13167 ____________________________________________________________________________
13168 [ 26370] By: rgs                                   on 2005/12/15  17:12:01
13169         Log: Don't autovivify stashes as soon as the lexer sees them.
13170              This makes defined %foo::bar:: work again.
13171              Add tests for it, remove note in perldelta about having broken it.
13172      Branch: perl
13173            ! pod/perl593delta.pod t/op/stash.t toke.c
13174 ____________________________________________________________________________
13175 [ 26369] By: nicholas                              on 2005/12/15  16:24:21
13176         Log: In Perl_apply, the name of the op can be found from PL_op_name, instead
13177              of using local string constants.
13178      Branch: perl
13179            ! doio.c
13180 ____________________________________________________________________________
13181 [ 26368] By: rgs                                   on 2005/12/15  15:11:15
13182         Log: More general fix for bug [perl #37915]
13183              Make Net::Ping::mselect return undef on error instead of -1.
13184      Branch: perl
13185            ! lib/Net/Ping.pm
13186 ____________________________________________________________________________
13187 [ 26367] By: rgs                                   on 2005/12/15  14:44:51
13188         Log: Subject: [perl #37915] Bad select error handling in Net::Ping 
13189              From: alexander_bluhm@genua.de (via RT) <perlbug-followup@perl.org>
13190              Date: Tue, 13 Dec 2005 10:44:47 -0800
13191              Message-ID: <rt-3.0.11-37915-125655.19.2646201463531@perl.org>
13192      Branch: perl
13193            ! lib/Net/Ping.pm
13194 ____________________________________________________________________________
13195 [ 26366] By: gisle                                 on 2005/12/15  12:34:12
13196         Log: Silence test output to STDERR
13197              because it makes the 'make test' output look ugly.
13198      Branch: perl
13199            ! ext/Sys/Syslog/t/00-load.t
13200 ____________________________________________________________________________
13201 [ 26365] By: gisle                                 on 2005/12/15  10:42:03
13202         Log: Subject: Re: [perl #37897] sprintf of version objects
13203              From: John Peacock <jpeacock@rowman.com>
13204              Date: Wed, 14 Dec 2005 10:12:56 -0500
13205              Message-ID: <43A03678.2060700@rowman.com>
13206              
13207              (with some formatting tweaks and extra test cases)
13208      Branch: perl
13209            ! sv.c t/op/sprintf.t
13210 ____________________________________________________________________________
13211 [ 26364] By: rgs                                   on 2005/12/15  10:04:36
13212         Log: Some cleanups by Jarkko (and one by myself) to check83.pl
13213      Branch: perl
13214            ! Porting/check83.pl
13215 ____________________________________________________________________________
13216 [ 26363] By: craigb                                on 2005/12/15  03:59:21
13217         Log: On VMS, put pods in [.lib.pods] rather than [.lib.pod]
13218              in order to avoid collisions with [.lib.Pod]
13219      Branch: perl
13220            ! configure.com installperl vms/descrip_mms.template
13221 ____________________________________________________________________________
13222 [ 26362] By: stevep                                on 2005/12/15  02:33:11
13223         Log: Reverting change #26360 and #26361 since it appears that the bugs I
13224              thought I fixed had been previously fixed with change #25953.
13225      Branch: perl
13226            ! pp_sort.c
13227 ____________________________________________________________________________
13228 [ 26361] By: stevep                                on 2005/12/15  02:02:25
13229         Log: Again, FREETMPS not SAVETMPS!
13230      Branch: perl
13231            ! pp_sort.c
13232 ____________________________________________________________________________
13233 [ 26360] By: stevep                                on 2005/12/15  02:00:19
13234         Log: Add a missing FREETMPS to match up with a SAVETMPS.  This change
13235              fixes problems with nested sorts.  (RTs #7063 and #36430).
13236      Branch: perl
13237            ! pp_sort.c
13238 ____________________________________________________________________________
13239 [ 26359] By: stevep                                on 2005/12/15  00:36:25
13240         Log: Upgrade to Getopt-Long-2.35
13241      Branch: perl
13242            ! lib/Getopt/Long.pm
13243 ____________________________________________________________________________
13244 [ 26358] By: craigb                                on 2005/12/14  22:03:28
13245         Log: Using the system's utime() requires a patch to vms/vmsish.h
13246              that has not been submitted yet.
13247      Branch: perl
13248            ! vms/vms.c
13249 ____________________________________________________________________________
13250 [ 26357] By: nicholas                              on 2005/12/14  16:41:33
13251         Log: lib/Pod/t/man.t should use TODO with not ok to express its intentions
13252              correctly in TAP. (or alternatively if it really wants to skip, it
13253              needs to print ok)
13254      Branch: perl
13255            ! lib/Pod/t/man.t
13256 ____________________________________________________________________________
13257 [ 26355] By: nicholas                              on 2005/12/14  15:25:39
13258         Log: Duplicate the AMAGIC temporary variable consting from sv_2iv_flags into
13259              sv_2uv_flags, sv_2nv and sv_2pv_flags.
13260      Branch: perl
13261            ! sv.c
13262 ____________________________________________________________________________
13263 [ 26354] By: nicholas                              on 2005/12/14  14:59:18
13264         Log: Simplify the SvGMAGIC code in sv_[ipu]v_flags.
13265      Branch: perl
13266            ! sv.c
13267 ____________________________________________________________________________
13268 [ 26353] By: nicholas                              on 2005/12/14  14:08:24
13269         Log: Simplify the SvGMAGIC code in sv_2nv, removing duplicated checks to
13270              warn for uninitialized values.
13271      Branch: perl
13272            ! sv.c
13273 ____________________________________________________________________________
13274 [ 26352] By: nicholas                              on 2005/12/14  13:22:14
13275         Log: The logic to use SVt_NV or SVt_PVNV is in sv_upgrade, so no need to
13276              dupliate it in sv_2nv. Also, the final sv_upgrade is never called.
13277      Branch: perl
13278            ! sv.c
13279 ____________________________________________________________________________
13280 [ 26351] By: davem                                 on 2005/12/14  12:46:29
13281         Log: forgot to add new file to change #26350
13282      Branch: perl
13283            + ext/threads/shared/t/blessed.t
13284 ____________________________________________________________________________
13285 [ 26350] By: davem                                 on 2005/12/14  12:44:20
13286         Log: Subject:  [perl #37919] Blessed scalar refs with threads::shared 
13287              From:  "Jerry D. Hedden" (via RT) <perlbug-followup@perl.org>
13288              Date:  Tue, 13 Dec 2005 15:11:20 -0800
13289              Message-Id:  <rt-3.0.11-37919-125690.15.3722450337035@perl.org>
13290              
13291              Unlike arrays and hashes, coping blessed refs to shared scalars left
13292              the copy unblessed
13293      Branch: perl
13294            ! MANIFEST ext/threads/shared/shared.xs
13295 ____________________________________________________________________________
13296 [ 26349] By: steveh                                on 2005/12/14  12:41:02
13297         Log: Fix compilation error when building with -DPERL_MEM_LOG_STDERR
13298      Branch: perl
13299            ! util.c
13300 ____________________________________________________________________________
13301 [ 26347] By: nicholas                              on 2005/12/13  22:07:30
13302         Log: Convert range.t to test.pl
13303      Branch: perl
13304            ! t/op/range.t
13305 ____________________________________________________________________________
13306 [ 26346] By: nicholas                              on 2005/12/13  20:05:31
13307         Log: Update embed.fnc and headers after change 26345 (spotted by Rafael)
13308      Branch: perl
13309            ! embed.fnc embed.h proto.h
13310 ____________________________________________________________________________
13311 [ 26345] By: nicholas                              on 2005/12/13  19:44:22
13312         Log: Inline asIV and asUV, as each is only used once, and it distracts from
13313              the patterns of repeated code in sv_2iv_flags, sv_2uv_flags, sv_2nv
13314              and sv_2pv_flags. Add a comment noting the return path from the end of
13315              the SvGMAGICAL case to all 4.
13316      Branch: perl
13317            ! sv.c
13318 ____________________________________________________________________________
13319 [ 26344] By: craigb                                on 2005/12/13  17:27:48
13320         Log: Don't include utime.h in vms.c -- it collides with 
13321              homegroun definitions in vmsish.h.
13322      Branch: perl
13323            ! vms/vms.c
13324 ____________________________________________________________________________
13325 [ 26343] By: rgs                                   on 2005/12/13  14:07:12
13326         Log: Fix realclean target for Sys::Syslog
13327      Branch: perl
13328            ! ext/Sys/Syslog/Makefile.PL
13329 ____________________________________________________________________________
13330 [ 26342] By: gisle                                 on 2005/12/13  13:54:44
13331         Log: Remove tests that were not portable to 64bit ints.
13332      Branch: perl
13333            ! t/op/sprintf2.t
13334 ____________________________________________________________________________
13335 [ 26341] By: stevep                                on 2005/12/13  12:17:57
13336         Log: Renaming of some of Pod::Simple's test files to make it more 8.3 
13337              friendly.
13338      Branch: perl
13339           +> lib/Pod/Simple/t/junk1.pod lib/Pod/Simple/t/junk1_out.txt
13340           +> lib/Pod/Simple/t/junk2.pod lib/Pod/Simple/t/junk2_out.txt
13341           +> lib/Pod/Simple/t/perlcyg.pod lib/Pod/Simple/t/perlcyg_out.txt
13342           +> lib/Pod/Simple/t/perlfaq3.pod
13343           +> lib/Pod/Simple/t/perlfaq3_out.txt lib/Pod/Simple/t/perlvar.pod
13344           +> lib/Pod/Simple/t/perlvar_out.txt
13345            - lib/Pod/Simple/t/test_junk1.pod
13346            - lib/Pod/Simple/t/test_junk1_out.txt
13347            - lib/Pod/Simple/t/test_junk2.pod
13348            - lib/Pod/Simple/t/test_junk2_out.txt
13349            - lib/Pod/Simple/t/test_old_perlcygwin.pod
13350            - lib/Pod/Simple/t/test_old_perlcygwin_out.txt
13351            - lib/Pod/Simple/t/test_old_perlfaq3.pod
13352            - lib/Pod/Simple/t/test_old_perlfaq3_out.txt
13353            - lib/Pod/Simple/t/test_old_perlvar.pod
13354            - lib/Pod/Simple/t/test_old_perlvar_out.txt
13355            ! MANIFEST lib/Pod/Simple/t/render.t
13356 ____________________________________________________________________________
13357 [ 26340] By: stevep                                on 2005/12/13  11:54:54
13358         Log: Changes to Pod::Simple's tests to get rid of the "^"s in the 
13359              directory names.
13360      Branch: perl
13361            + lib/Pod/Simple/t/other_test_lib/Sizzlesuzzle.pm
13362            + lib/Pod/Simple/t/other_test_lib/hink_honk/Glunk.pod
13363            + lib/Pod/Simple/t/other_test_lib/hink_honk/Vliff.pm
13364            + lib/Pod/Simple/t/other_test_lib/hink_honk/readme.txt
13365            + lib/Pod/Simple/t/other_test_lib/pod/perlthang.pod
13366            + lib/Pod/Simple/t/other_test_lib/pod/perlzuk.pod
13367            + lib/Pod/Simple/t/other_test_lib/squaa/Vliff.pm
13368            + lib/Pod/Simple/t/other_test_lib/squaa/Wowo.pod
13369            + lib/Pod/Simple/t/test_lib/Blorm.pm
13370            + lib/Pod/Simple/t/test_lib/Zonk/Fiddle.txt
13371            + lib/Pod/Simple/t/test_lib/Zonk/Pronk.pm
13372            + lib/Pod/Simple/t/test_lib/Zonk/Veng.pm
13373            + lib/Pod/Simple/t/test_lib/hink_honk/Glunk.pod
13374            + lib/Pod/Simple/t/test_lib/hink_honk/Vliff.pm
13375            + lib/Pod/Simple/t/test_lib/hink_honk/readme.txt
13376            + lib/Pod/Simple/t/test_lib/pod/perlfliff.pod
13377            + lib/Pod/Simple/t/test_lib/pod/perlthang.pod
13378            + lib/Pod/Simple/t/test_lib/squaa.pm
13379            + lib/Pod/Simple/t/test_lib/squaa/Glunk.pod
13380            + lib/Pod/Simple/t/test_lib/squaa/Vliff.pm
13381            + lib/Pod/Simple/t/test_lib/zikzik.pod
13382            + lib/Pod/Simple/t/yet_another_test_lib/squaa/Vliff.pm
13383            - lib/Pod/Simple/t/other^test^lib/Sizzlesuzzle.pm
13384            - lib/Pod/Simple/t/other^test^lib/hink^honk/Glunk.pod
13385            - lib/Pod/Simple/t/other^test^lib/hink^honk/Vliff.pm
13386            - lib/Pod/Simple/t/other^test^lib/hink^honk/readme.txt
13387            - lib/Pod/Simple/t/other^test^lib/pod/perlthang.pod
13388            - lib/Pod/Simple/t/other^test^lib/pod/perlzuk.pod
13389            - lib/Pod/Simple/t/other^test^lib/squaa/Vliff.pm
13390            - lib/Pod/Simple/t/other^test^lib/squaa/Wowo.pod
13391            - lib/Pod/Simple/t/test^lib/Blorm.pm
13392            - lib/Pod/Simple/t/test^lib/Zonk/Fiddle.txt
13393            - lib/Pod/Simple/t/test^lib/Zonk/Pronk.pm
13394            - lib/Pod/Simple/t/test^lib/Zonk/Veng.pm
13395            - lib/Pod/Simple/t/test^lib/hink^honk/Glunk.pod
13396            - lib/Pod/Simple/t/test^lib/hink^honk/Vliff.pm
13397            - lib/Pod/Simple/t/test^lib/hink^honk/readme.txt
13398            - lib/Pod/Simple/t/test^lib/pod/perlfliff.pod
13399            - lib/Pod/Simple/t/test^lib/pod/perlthang.pod
13400            - lib/Pod/Simple/t/test^lib/squaa.pm
13401            - lib/Pod/Simple/t/test^lib/squaa/Glunk.pod
13402            - lib/Pod/Simple/t/test^lib/squaa/Vliff.pm
13403            - lib/Pod/Simple/t/test^lib/zikzik.pod
13404            - lib/Pod/Simple/t/yet^another^test^lib/squaa/Vliff.pm
13405            ! MANIFEST lib/Pod/Simple/t/htmlbatch_01.t
13406            ! lib/Pod/Simple/t/search_10survey_specific.t
13407            ! lib/Pod/Simple/t/search_12survey_cwd.t
13408            ! lib/Pod/Simple/t/search_20survey_two.t
13409            ! lib/Pod/Simple/t/search_22survey_two_shadowing.t
13410            ! lib/Pod/Simple/t/search_25_glob_squaa_coloncolon_kleene.t
13411            ! lib/Pod/Simple/t/search_26_glob_kleene_k.t
13412            ! lib/Pod/Simple/t/search_27_glob_squaa_kleene.t
13413            ! lib/Pod/Simple/t/search_28_glob_z_kleene_k.t
13414            ! lib/Pod/Simple/t/search_29_glob_z_qmark_k.t
13415 ____________________________________________________________________________
13416 [ 26339] By: gisle                                 on 2005/12/13  11:40:26
13417         Log: Add overflow check to EXPECT_NUMBER() used by sv_vcatpvfn().
13418              sprintf() or printf() will now croak if any of the indexes and
13419              widths specified in the format string are too large.
13420      Branch: perl
13421            ! pod/perldiag.pod sv.c t/op/sprintf.t t/op/sprintf2.t
13422 ____________________________________________________________________________
13423 [ 26338] By: rgs                                   on 2005/12/13  11:20:16
13424         Log: Subject: Re: check83.pl
13425              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
13426              Date: Sun, 11 Dec 2005 07:19:58 -0800
13427              Message-ID: <20051211151958.GA6188@efn.org>
13428      Branch: perl
13429            ! Porting/check83.pl
13430 ____________________________________________________________________________
13431 [ 26337] By: steveh                                on 2005/12/13  09:41:29
13432         Log: Fix lib/File/Compare.t test failures on Win32
13433              
13434              Change 26225, updated by 26245, added a test for another filename with
13435              a trailing space but failed to open the new filehandle in binary mode
13436              
13437              To compound matters, creating a file called "foo " on Win32 "succeeds"
13438              but actually creates a file called just "foo", so we have actually
13439              overwritten the original file with this non-binary mode version, and
13440              hence some of the original tests started failing too!
13441              
13442              (And because of this the new test doesn't actually add anything new on
13443              Win32 at the moment, but right now I can't think of a filename that
13444              would have failed under 2-arg open but succeeds with 3-arg open, which
13445              was the purpose of this test)
13446      Branch: perl
13447            ! lib/File/Compare.t
13448 ____________________________________________________________________________
13449 [ 26336] By: steveh                                on 2005/12/13  08:54:45
13450         Log: Don't try to export Perl_pad_sv when it isn't defined
13451              
13452              Fixes a Win32 linker error in non-DEBUGGING builds following 26316
13453      Branch: perl
13454            ! makedef.pl
13455 ____________________________________________________________________________
13456 [ 26334] By: rgs                                   on 2005/12/12  16:03:00
13457         Log: A suggestion by Yamashina Hio to speed up substitutions
13458              with right-hand side expressions by freeing temporaries.
13459              See :
13460              
13461              Subject: s///ge; consumes PL_tmps_stack in its loop
13462              From: YAMASHINA Hio <hio@hio.jp>
13463              Date: Tue, 30 Aug 2005 17:17:23 +0900
13464              Message-Id: <20050830160113.9716.HIO@ymir.co.jp>
13465      Branch: perl
13466            ! pp_ctl.c
13467 ____________________________________________________________________________
13468 [ 26332] By: nicholas                              on 2005/12/12  15:24:06
13469         Log: Check that %v$foo does not crash.
13470      Branch: perl
13471            ! t/op/sprintf2.t
13472 ____________________________________________________________________________
13473 [ 26330] By: gisle                                 on 2005/12/12  13:55:14
13474         Log: Use load_module() instead of perl_eval_sv("require $mod") to
13475              load modules.  This is safer since $mod comes from an external
13476              source.
13477      Branch: perl
13478            ! ext/Storable/Storable.xs
13479 ____________________________________________________________________________
13480 [ 26329] By: stevep                                on 2005/12/12  13:21:03
13481         Log: Pod::Man's tests aren't Unicode friendly.  Let's skip the unfriendly
13482              test for now.
13483      Branch: perl
13484            ! lib/Pod/t/man.t
13485 ____________________________________________________________________________
13486 [ 26328] By: rgs                                   on 2005/12/12  13:18:21
13487         Log: Robin Houston points out a better way to replace
13488              the C<defined %foo::bar::> construct.
13489      Branch: perl
13490            ! pod/perl593delta.pod
13491 ____________________________________________________________________________
13492 [ 26327] By: gisle                                 on 2005/12/12  12:21:39
13493         Log: Oops, change 26326 broke t/run/switches.t
13494              Reverting change 24912 fixes it.
13495      Branch: perl
13496            ! t/run/switches.t
13497 ____________________________________________________________________________
13498 [ 26326] By: gisle                                 on 2005/12/12  10:41:04
13499         Log: Drop "v" prefix from sprintf("%vd", $^V).
13500              
13501              The sprintf documentation has this example:
13502              
13503              printf "version is v%vd\n", $^V;
13504              
13505              and it printed 'version is vv5.9.3\n'.
13506      Branch: perl
13507            ! sv.c t/op/sprintf.t
13508 ____________________________________________________________________________
13509 [ 26325] By: nicholas                              on 2005/12/11  22:37:40
13510         Log: Fix *printf %*vd with mixed Latin 1/UTF-8. (Fixes bug 37889)
13511      Branch: perl
13512            ! sv.c t/uni/sprintf.t
13513 ____________________________________________________________________________
13514 [ 26324] By: nicholas                              on 2005/12/11  20:34:33
13515         Log: Move the rest of the data munging into the test preparation loop.
13516      Branch: perl
13517            ! t/op/sprintf.t
13518 ____________________________________________________________________________
13519 [ 26323] By: nicholas                              on 2005/12/11  19:49:53
13520         Log: Move the $data and $result munging into the test preparation loop.
13521      Branch: perl
13522            ! t/op/sprintf.t
13523 ____________________________________________________________________________
13524 [ 26321] By: gisle                                 on 2005/12/11  18:14:24
13525         Log: Disallow sprintf's vector handling for non-integer formats.
13526              Avoids core dump for printf("%vs") and similar.
13527      Branch: perl
13528            ! sv.c t/op/sprintf.t
13529 ____________________________________________________________________________
13530 [ 26320] By: nicholas                              on 2005/12/11  12:54:14
13531         Log: Quench the other 2 ways obscure ways of abusing positional parameters
13532              to generate bogus array indexes. These two are inside the vector
13533              formatting code.
13534      Branch: perl
13535            ! sv.c t/op/sprintf.t
13536 ____________________________________________________________________________
13537 [ 26319] By: nicholas                              on 2005/12/10  18:13:33
13538         Log: Re-instate the old perl getcwd as _perl_getcwd, and use it if loading
13539              the XS fails. (Needed to bootstrap the core build)
13540      Branch: perl
13541            ! lib/Cwd.pm
13542 ____________________________________________________________________________
13543 [ 26318] By: stevep                                on 2005/12/10  15:42:39
13544         Log: Upgrade to PathTools-3.14_01
13545      Branch: perl
13546            ! ext/Cwd/Changes ext/Cwd/Cwd.xs lib/Cwd.pm lib/File/Spec.pm
13547            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
13548            ! lib/File/Spec/t/Spec.t
13549 ____________________________________________________________________________
13550 [ 26317] By: stevep                                on 2005/12/10  15:21:37
13551         Log: Subject: [PATCH] Code tweaks in sv.c
13552              From: Andy Lester <andy@petdance.com>
13553              Date: Fri, 9 Dec 2005 11:09:21 -0600
13554              Message-ID: <20051209170921.GC16943@petdance.com>
13555              
13556              Includes a minor change the patch to account for code that moved
13557              elsewhere.
13558      Branch: perl
13559            ! sv.c
13560 ____________________________________________________________________________
13561 [ 26316] By: stevep                                on 2005/12/10  15:14:37
13562         Log: Subject: [PATCH] Excluding pad funcs when not debugging
13563              From: Andy Lester <andy@petdance.com>
13564              Date: Wed, 7 Dec 2005 21:58:05 -0600
13565              Message-ID: <20051208035805.GA23007@petdance.com>
13566      Branch: perl
13567            ! pad.c
13568 ____________________________________________________________________________
13569 [ 26315] By: nicholas                              on 2005/12/09  23:09:42
13570         Log: A better hash for PTR_TABLE_HASH (?)
13571      Branch: perl
13572            ! sv.c
13573 ____________________________________________________________________________
13574 [ 26314] By: craigb                                on 2005/12/09  21:13:50
13575         Log: Subject: patch@26310 - Major step for > 256 char paths on VMS
13576              From: "John E. Malmberg" <wb8tyw@qsl.net>
13577              Date: Fri, 09 Dec 2005 14:08:53 -0500
13578              Message-id: <4399D645.8070803@qsl.net>
13579      Branch: perl
13580            ! vms/vms.c
13581 ____________________________________________________________________________
13582 [ 26313] By: nicholas                              on 2005/12/09  19:18:32
13583         Log: An alternative way of structuring ptr_table_clear so that the variables
13584              can be assigned to at declaration time.
13585      Branch: perl
13586            ! sv.c
13587 ____________________________________________________________________________
13588 [ 26312] By: nicholas                              on 2005/12/09  18:46:17
13589         Log: A more efficient way to loop in ptr_table_clear
13590      Branch: perl
13591            ! sv.c
13592 ____________________________________________________________________________
13593 [ 26311] By: stevep                                on 2005/12/09  13:22:33
13594         Log: Subject: Re: Pod::Simple integration
13595              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
13596              Date: Fri, 09 Dec 2005 07:06:00 +0100
13597              Message-ID: <87k6ee7qk7.fsf@k75.linux.bogus>
13598              
13599              These files are still giving problems after attempting to convert
13600              them to text in p4.  The tests pass without them, so we'll remove them
13601              from the Perl distribution.
13602      Branch: perl
13603            - lib/Pod/Simple/t/corpus/haiku-iso2202jp.txt
13604            - lib/Pod/Simple/t/corpus/haiku-iso2202jpx.txt
13605            - lib/Pod/Simple/t/corpus/haiku-iso2202jpy.txt
13606            - lib/Pod/Simple/t/corpus_not_yet_impl/polish_utf16be_bom.txt
13607            - lib/Pod/Simple/t/corpus_not_yet_impl/polish_utf16le_bom.txt
13608            ! MANIFEST
13609 ____________________________________________________________________________
13610 [ 26310] By: stevep                                on 2005/12/09  03:39:17
13611         Log: Fixes compile errors introduce with change #26301 when compiling
13612              with ithreads and DEBUGGING.
13613      Branch: perl
13614            ! sv.c
13615 ____________________________________________________________________________
13616 [ 26309] By: stevep                                on 2005/12/09  02:07:32
13617         Log: Upgrade to Sys-Syslog-0.10
13618      Branch: perl
13619            + ext/Sys/Syslog/Changes ext/Sys/Syslog/README
13620            + ext/Sys/Syslog/fallback/const-c.inc
13621            + ext/Sys/Syslog/fallback/const-xs.inc
13622            + ext/Sys/Syslog/t/00-load.t ext/Sys/Syslog/t/constants.t
13623            + ext/Sys/Syslog/t/distchk.t ext/Sys/Syslog/t/pod.t
13624            + ext/Sys/Syslog/t/podcover.t ext/Sys/Syslog/t/podspell.t
13625            + ext/Sys/Syslog/t/portfs.t
13626            ! MANIFEST ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.pm
13627            ! ext/Sys/Syslog/t/syslog.t
13628 ____________________________________________________________________________
13629 [ 26308] By: stevep                                on 2005/12/09  01:41:44
13630         Log: Upgrade to CGI.pm-3.15
13631      Branch: perl
13632            ! lib/CGI.pm lib/CGI/Changes
13633 ____________________________________________________________________________
13634 [ 26307] By: stevep                                on 2005/12/08  19:40:33
13635         Log: Add pointer to Pod::Simple for the Pod -> HTML task.
13636      Branch: perl
13637            ! pod/perltodo.pod
13638 ____________________________________________________________________________
13639 [ 26306] By: stevep                                on 2005/12/08  19:21:25
13640         Log: One final Pod::Usage yak to shave...
13641      Branch: perl
13642            ! lib/Pod/Usage.pm
13643 ____________________________________________________________________________
13644 [ 26305] By: stevep                                on 2005/12/08  19:07:38
13645         Log: Version bump for Pod::Usage
13646      Branch: perl
13647            ! lib/Pod/Usage.pm
13648 ____________________________________________________________________________
13649 [ 26304] By: stevep                                on 2005/12/08  19:04:59
13650         Log: Further yak-shaving on Pod::Usage.  Now, t/pod/pod2usage2.t tests 
13651              pass.
13652      Branch: perl
13653            ! lib/Pod/Usage.pm t/pod/pod2usage2.t
13654 ____________________________________________________________________________
13655 [ 26303] By: stevep                                on 2005/12/08  15:53:36
13656         Log: Fix to Pod::Usage to work with all recent Pod::Text versions.  Also
13657              includes a change to the Pod::Usage test file for compatibility
13658              purposes.
13659      Branch: perl
13660            ! lib/Pod/Usage.pm lib/Pod/t/Usage.t
13661 ____________________________________________________________________________
13662 [ 26302] By: craigb                                on 2005/12/08  14:47:57
13663         Log: On VMS, do not use Perl's memory allocator for the home-grown pipe
13664              structures.  They may be allocated during start-up and are torn down
13665              in an exit handler, where thread context and other Perlish support
13666              are iffy.
13667      Branch: perl
13668            ! vms/vms.c
13669 ____________________________________________________________________________
13670 [ 26301] By: nicholas                              on 2005/12/08  14:06:37
13671         Log: Merge common code from ptr_table_fetch and ptr_table_store into
13672              S_ptr_table_find.
13673      Branch: perl
13674            ! sv.c
13675 ____________________________________________________________________________
13676 [ 26300] By: gisle                                 on 2005/12/08  09:56:22
13677         Log: Fixup the setsockopt usage message; missing OPTVAL.
13678      Branch: perl
13679            ! ext/IO/lib/IO/Socket.pm
13680 ____________________________________________________________________________
13681 [ 26299] By: gisle                                 on 2005/12/08  09:53:35
13682         Log: Improve the setsockopt description.
13683              Removed claim that OPTVAL might be undef as it is just treated
13684              the same as 0 and give the usual use-of-uninitialized-value
13685              warning.  Added an example.
13686      Branch: perl
13687            ! pod/perlfunc.pod
13688 ____________________________________________________________________________
13689 [ 26298] By: craigb                                on 2005/12/08  04:34:42
13690         Log: Subject: patch@26253 Allow embedded new lines passed through to commands
13691              From: "John E. Malmberg" <wb8tyw@qsl.net>
13692              Date: Wed, 07 Dec 2005 22:26:21 -0500
13693              Message-id: <4397A7DD.8030403@qsl.net>
13694      Branch: perl
13695            ! vms/vms.c
13696 ____________________________________________________________________________
13697 [ 26297] By: stevep                                on 2005/12/07  20:39:24
13698         Log: One quick fix to the test for differences in error output.
13699      Branch: perl
13700            ! lib/Pod/t/Usage.t
13701 ____________________________________________________________________________
13702 [ 26296] By: rgs                                   on 2005/12/07  15:46:46
13703         Log: Subject: [PATCH] All args in embed.fnc should be named
13704              From: Andy Lester <andy@petdance.com>
13705              Date: Wed, 7 Dec 2005 10:08:18 -0600
13706              Message-ID: <20051207160818.GA13465@petdance.com>
13707      Branch: perl
13708            ! embed.fnc embed.pl pod/perlapi.pod proto.h
13709 ____________________________________________________________________________
13710 [ 26295] By: rgs                                   on 2005/12/07  15:13:03
13711         Log: Don't build manpages for Encode and Unicode::Normalize
13712              (when compiling perl manpages are built afterwards, not
13713              by MakeMaker like when installing modules.) This fix a
13714              bootstrap problem (now that Pod::Man uses POSIX.)
13715      Branch: perl
13716            ! ext/Encode/Makefile.PL ext/Unicode/Normalize/Makefile.PL
13717 ____________________________________________________________________________
13718 [ 26294] By: rgs                                   on 2005/12/07  13:22:39
13719         Log: Check in those files as text, not binary
13720      Branch: perl
13721            ! lib/Pod/Simple/t/corpus/haiku-iso2202jp.txt
13722            ! lib/Pod/Simple/t/corpus/haiku-iso2202jpx.txt
13723            ! lib/Pod/Simple/t/corpus/haiku-iso2202jpy.txt
13724            ! lib/Pod/Simple/t/corpus_not_yet_impl/polish_utf16be_bom.txt
13725            ! lib/Pod/Simple/t/corpus_not_yet_impl/polish_utf16le_bom.txt
13726 ____________________________________________________________________________
13727 [ 26293] By: rgs                                   on 2005/12/07  13:01:00
13728         Log: Remove space
13729      Branch: perl
13730            ! MANIFEST
13731 ____________________________________________________________________________
13732 [ 26292] By: stevep                                on 2005/12/07  12:36:59
13733         Log: Upgrade to podlators-2.00
13734      Branch: perl
13735            + lib/Pod/t/color.t lib/Pod/t/termcap.t
13736            - lib/Pod/t/text-errors.t
13737            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
13738            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
13739            ! lib/Pod/t/basic.cap lib/Pod/t/basic.clr lib/Pod/t/basic.man
13740            ! lib/Pod/t/basic.ovr lib/Pod/t/basic.pod lib/Pod/t/basic.t
13741            ! lib/Pod/t/basic.txt lib/Pod/t/man.t lib/Pod/t/text-options.t
13742            ! lib/Pod/t/text.t pod/pod2man.PL pod/pod2text.PL
13743 ____________________________________________________________________________
13744 [ 26291] By: stevep                                on 2005/12/07  11:38:00
13745         Log: Assimilate Pod-Simple-3.03 to the Perl core
13746      Branch: perl
13747            + (add 170 files)
13748            ! MANIFEST Porting/Maintainers.pl
13749 ____________________________________________________________________________
13750 [ 26290] By: nicholas                              on 2005/12/07  08:53:03
13751         Log: Pull the regexp stringification code out into S_stringify_regexp, to
13752              make sv_2pv_flags clearer.
13753      Branch: perl
13754            ! sv.c
13755 ____________________________________________________________________________
13756 [ 26289] By: nicholas                              on 2005/12/07  08:30:26
13757         Log: 3 instances of SvIsUV_on(sv); can be replaced with one.
13758      Branch: perl
13759            ! sv.c
13760 ____________________________________________________________________________
13761 [ 26288] By: stevep                                on 2005/12/07  02:10:26
13762         Log: Upgrade to CGI-3.14.
13763              
13764              Mmm...pi.  Oh, also including some Pod fixes in bleadperl that haven't
13765              yet been applied to the actual CGI distribution yet.
13766      Branch: perl
13767            ! lib/CGI.pm lib/CGI/Changes lib/CGI/t/form.t
13768 ____________________________________________________________________________
13769 [ 26287] By: nicholas                              on 2005/12/06  21:55:29
13770         Log: Add a ; that 26281 was lacking.
13771              (Dear Mark, please can I have back one of the two that I sent you after
13772              change 23614)
13773      Branch: perl
13774            ! util.c
13775 ____________________________________________________________________________
13776 [ 26286] By: nicholas                              on 2005/12/06  21:39:24
13777         Log: Move vast swathes of common code from sv_2iv_flags and sv_2uv_flags
13778              into S_sv_2iuv_common.
13779      Branch: perl
13780            ! sv.c
13781 ____________________________________________________________________________
13782 [ 26285] By: nicholas                              on 2005/12/06  19:41:43
13783         Log: The early return for SvIOKp(sv) in sv_2[iu]v_flags is actually code
13784              duplication.
13785      Branch: perl
13786            ! sv.c
13787 ____________________________________________________________________________
13788 [ 26281] By: rgs                                   on 2005/12/06  17:23:09
13789         Log: Subject: [PATCH] More consting, and putting stuff in embed.fnc
13790              From: Andy Lester <andy@petdance.com>
13791              Date: Mon, 5 Dec 2005 13:46:13 -0600
13792              Message-ID: <20051205194613.GB7791@petdance.com>
13793      Branch: perl
13794            ! deb.c doio.c dump.c embed.fnc embed.h hv.c hv.h locale.c mg.c
13795            ! op.c op.h pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c
13796            ! proto.h regcomp.c sv.c taint.c toke.c utf8.c util.c
13797 ____________________________________________________________________________
13798 [ 26280] By: nicholas                              on 2005/12/06  16:53:46
13799         Log: Subject: Re: stringification of v-string references
13800              From: John Peacock <jpeacock@rowman.com>
13801              Message-ID: <439592B4.2050101@rowman.com>
13802              Date: Tue, 06 Dec 2005 08:31:32 -0500
13803      Branch: perl
13804            ! t/op/ref.t
13805 ____________________________________________________________________________
13806 [ 26279] By: gisle                                 on 2005/12/06  16:42:31
13807         Log: Fix typo spotted by Ronald J Kimball.
13808      Branch: perl
13809            ! ext/Sys/Syslog/Syslog.pm
13810 ____________________________________________________________________________
13811 [ 26278] By: rgs                                   on 2005/12/06  14:56:28
13812         Log: Subject: Re: Perl PR: "Security holes in Sys::Syslog"
13813              From: Ronald J Kimball <rjk-perl-p5p@tamias.net>
13814              Date: Tue, 6 Dec 2005 09:56:12 -0500
13815              Message-ID: <20051206145612.GA94530@penkwe.pair.com>
13816      Branch: perl
13817            ! ext/Sys/Syslog/Syslog.pm
13818 ____________________________________________________________________________
13819 [ 26277] By: gisle                                 on 2005/12/06  14:45:30
13820         Log: Document why syslog($priority, "%s", $message) is a good idea
13821              if the code might be running with older versions of Sys::Syslog.
13822      Branch: perl
13823            ! ext/Sys/Syslog/Syslog.pm
13824 ____________________________________________________________________________
13825 [ 26276] By: merijn                                on 2005/12/06  14:30:53
13826         Log: Itanium blade servers added to the model list
13827      Branch: perl
13828            ! README.hpux
13829 ____________________________________________________________________________
13830 [ 26275] By: nicholas                              on 2005/12/06  13:56:15
13831         Log: Don't use Copy for 1 and 2 character string constants.
13832      Branch: perl
13833            ! sv.c
13834 ____________________________________________________________________________
13835 [ 26274] By: nicholas                              on 2005/12/06  13:40:07
13836         Log: Eliminate an unneeded local variable.
13837      Branch: perl
13838            ! sv.c
13839 ____________________________________________________________________________
13840 [ 26273] By: nicholas                              on 2005/12/06  13:08:57
13841         Log: Eliminate all the gotos in sv_2pv_flags, by moving the tokensave*
13842              code into the GMAGIC block.
13843      Branch: perl
13844            ! sv.c
13845 ____________________________________________________________________________
13846 [ 26272] By: nicholas                              on 2005/12/06  12:19:23
13847         Log: sv_2pv_flags shouldn't return a constant string "NULLREF" - it was the
13848              only constant non-"" string returned.
13849      Branch: perl
13850            ! sv.c
13851 ____________________________________________________________________________
13852 [ 26271] By: nicholas                              on 2005/12/05  23:57:51
13853         Log: Make all the return statements closer to the final calcuation of the
13854              returned value in the reference stringification code. Pull variables
13855              into tigher scope which also allows some to become const.
13856      Branch: perl
13857            ! sv.c
13858 ____________________________________________________________________________
13859 [ 26270] By: nicholas                              on 2005/12/05  23:29:46
13860         Log: Move the scope of origsv inwards, and rename variables to avoid the
13861              need to re-assign to sv.
13862      Branch: perl
13863            ! sv.c
13864 ____________________________________________________________________________
13865 [ 26269] By: nicholas                              on 2005/12/05  23:12:33
13866         Log: Clone the brief return logic and thereby remove a goto.
13867      Branch: perl
13868            ! sv.c
13869 ____________________________________________________________________________
13870 [ 26268] By: nicholas                              on 2005/12/05  22:44:32
13871         Log: As they are now the same, can fold the entire switch statement for
13872              reference type in sv_2pv_flags into a call to sv_reftype.
13873      Branch: perl
13874            ! sv.c
13875 ____________________________________________________________________________
13876 [ 26267] By: nicholas                              on 2005/12/05  22:20:31
13877         Log: Untease the regexp stringification from the reference naming in
13878              sv_2pv_flags. (Lots of re-indentation, little real change)
13879      Branch: perl
13880            ! sv.c
13881 ____________________________________________________________________________
13882 [ 26266] By: nicholas                              on 2005/12/05  21:58:20
13883         Log: References to version objects should stringify as VSTRING. This makes
13884              stringification consistent with the output of ref().
13885      Branch: perl
13886            ! sv.c
13887 ____________________________________________________________________________
13888 [ 26265] By: nicholas                              on 2005/12/05  20:37:11
13889         Log: The extra return is actually a duplicated code path, and can go.
13890      Branch: perl
13891            ! sv.c
13892 ____________________________________________________________________________
13893 [ 26264] By: nicholas                              on 2005/12/05  20:09:23
13894         Log: Fix typo in description.
13895      Branch: perl
13896            ! MANIFEST
13897 ____________________________________________________________________________
13898 [ 26263] By: nicholas                              on 2005/12/05  19:56:43
13899         Log: Add ext/MIME/Base64/README to MANIFEST
13900      Branch: perl
13901            ! MANIFEST
13902 ____________________________________________________________________________
13903 [ 26262] By: stevep                                on 2005/12/05  16:35:14
13904         Log: Upgrade to MIME-Base64-3.07
13905      Branch: perl
13906            + ext/MIME/Base64/README
13907            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Changes
13908            ! ext/MIME/Base64/QuotedPrint.pm
13909 ____________________________________________________________________________
13910 [ 26261] By: stevep                                on 2005/12/05  16:29:46
13911         Log: Upgrade to Digest-MD5-2.36
13912      Branch: perl
13913            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
13914            ! ext/Digest/MD5/README ext/Digest/MD5/t/files.t
13915 ____________________________________________________________________________
13916 [ 26260] By: stevep                                on 2005/12/05  16:20:17
13917         Log: Upgrade to CGI.pm-3.13
13918      Branch: perl
13919            + lib/CGI/t/no_tabindex.t
13920            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Changes
13921            ! lib/CGI/Cookie.pm lib/CGI/t/form.t
13922 ____________________________________________________________________________
13923 [ 26259] By: rgs                                   on 2005/12/05  16:19:35
13924         Log: "Malformed UTF-8 character" was a severe warning, and can now be
13925              also a fatal error (since change #26258)
13926      Branch: perl
13927            ! pod/perldiag.pod
13928 ____________________________________________________________________________
13929 [ 26258] By: rgs                                   on 2005/12/05  16:04:16
13930         Log: Subject: Re: [perl #37836] Simple Regex causes SEGV when run on specific data
13931              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
13932              Date: Tue, 06 Dec 2005 00:35:52 +0900
13933              Message-Id: <20051206003221.5AD9.BQW10602@nifty.com>
13934      Branch: perl
13935            ! regexec.c
13936 ____________________________________________________________________________
13937 [ 26257] By: rgs                                   on 2005/12/05  15:25:00
13938         Log: Better variable names make code clearer
13939              
13940              Subject: Re: XS-assisted SWASHGET (esp. for t/uni/class.t speedup)
13941              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
13942              Date: Sun, 04 Dec 2005 16:24:29 +0900
13943              Message-Id: <20051204162412.D720.BQW10602@nifty.com>
13944      Branch: perl
13945            ! embed.fnc proto.h utf8.c
13946 ____________________________________________________________________________
13947 [ 26256] By: rgs                                   on 2005/12/05  15:20:32
13948         Log: Rework the error messages from the swashget code.
13949              
13950              Subject: Re: XS-assisted SWASHGET (esp. for t/uni/class.t speedup)
13951              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
13952              Date: Sun, 04 Dec 2005 16:24:59 +0900
13953              Message-Id: <20051204162431.D723.BQW10602@nifty.com>
13954      Branch: perl
13955            ! pod/perldiag.pod utf8.c
13956 ____________________________________________________________________________
13957 [ 26255] By: rgs                                   on 2005/12/05  15:15:53
13958         Log: Clarification and cleanup of the XS SWASHGET code
13959              
13960              Subject: Re: XS-assisted SWASHGET (esp. for t/uni/class.t speedup)
13961              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
13962              Date: Sun, 04 Dec 2005 16:28:35 +0900
13963              Message-Id: <20051204162508.D726.BQW10602@nifty.com>
13964      Branch: perl
13965            ! lib/utf8_heavy.pl regexec.c t/op/pat.t utf8.c
13966 ____________________________________________________________________________
13967 [ 26254] By: rgs                                   on 2005/12/05  09:58:02
13968         Log: Subject: [PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.80.tar.gz
13969              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
13970              Date: Sat, 03 Dec 2005 12:24:05 +0100
13971              Message-ID: <87mzji8luy.fsf@k75.linux.bogus>
13972      Branch: perl
13973            ! lib/CPAN.pm lib/CPAN/SIGNATURE lib/CPAN/Version.pm
13974 ____________________________________________________________________________
13975 [ 26253] By: mhx                                   on 2005/12/04  19:37:58
13976         Log: NULL is a legal value for newXS()'s name parameter.
13977              (This caused strange build failures with gcc4 -O3)
13978      Branch: perl
13979            ! embed.fnc proto.h
13980 ____________________________________________________________________________
13981 [ 26252] By: stevep                                on 2005/12/04  15:30:55
13982         Log: Fix handling of author's names that had apostrophes.  Based on a patch
13983              by Sean O'Rourke <sorourke@cs.ucsd.edu> in RT bug #22950.
13984      Branch: perl
13985            ! utils/h2xs.PL
13986 ____________________________________________________________________________
13987 [ 26251] By: davem                                 on 2005/12/03  15:20:24
13988         Log: clarify description of vector (v) sprintf format modifier
13989      Branch: perl
13990            ! pod/perlfunc.pod
13991 ____________________________________________________________________________
13992 [ 26250] By: craigb                                on 2005/12/03  15:15:47
13993         Log: In vms/vms.c, don't use the thread-specific Newx() during
13994              startup before threads are initialized.  
13995      Branch: perl
13996            ! vms/vms.c
13997 ____________________________________________________________________________
13998 [ 26249] By: stevep                                on 2005/12/03  12:31:02
13999         Log: Update perlhack.pod with the updated, permanent ActiveState URLs
14000      Branch: perl
14001            ! pod/perlhack.pod
14002 ____________________________________________________________________________
14003 [ 26248] By: rgs                                   on 2005/12/03  12:16:54
14004         Log: Missing chunk in change #26247.
14005      Branch: perl
14006            ! ext/Sys/Syslog/Syslog.pm
14007 ____________________________________________________________________________
14008 [ 26247] By: rgs                                   on 2005/12/03  11:23:29
14009         Log: Sys::Syslog::syslog can accept a message without printf
14010              escapes and arguments.
14011              
14012              Subject: Re: Perl PR: "Security holes in Sys::Syslog"
14013              From: Gisle Aas <gisle@activestate.com>
14014              Date: 03 Dec 2005 03:35:32 -0800
14015              Message-ID: <lracfi2z23.fsf@caliper.activestate.com>
14016      Branch: perl
14017            ! ext/Sys/Syslog/Syslog.pm
14018 ____________________________________________________________________________
14019 [ 26246] By: stevep                                on 2005/12/03  03:30:00
14020         Log: Upgrade to version-0.50
14021      Branch: perl
14022            ! lib/version.pm lib/version.pod lib/version.t util.c
14023 ____________________________________________________________________________
14024 [ 26245] By: rgs                                   on 2005/12/02  23:00:55
14025         Log: Replace ^M by a space in test for bug #37716, to make
14026              Cygwin happy (found by Yitzchak)
14027      Branch: perl
14028            ! lib/File/Compare.t
14029 ____________________________________________________________________________
14030 [ 26244] By: nicholas                              on 2005/12/02  17:15:27
14031         Log: Address Hugo's comment on Dave's change (26240)
14032      Branch: perl
14033            ! sv.c
14034 ____________________________________________________________________________
14035 [ 26243] By: rgs                                   on 2005/12/02  10:37:05
14036         Log: Subject: Storable retrieve_lscalar fails for empty strings [PATCH]
14037              From: Gisle Aas <gisle@ActiveState.com>
14038              Date: 28 Nov 2005 04:48:18 -0800
14039              Message-ID: <lr3blhndkd.fsf@caliper.activestate.com>
14040              
14041              and
14042              Message-ID: <lrwtisn062.fsf@caliper.activestate.com>
14043      Branch: perl
14044            ! ext/Storable/Storable.xs ext/Storable/t/malice.t
14045 ____________________________________________________________________________
14046 [ 26242] By: rgs                                   on 2005/12/02  09:26:48
14047         Log: Subject: [PATCH] Signs, signs, everywhere a sign
14048              From: Andy Lester <andy@petdance.com>
14049              Date: Thu, 1 Dec 2005 14:24:51 -0600
14050              Message-ID: <20051201202451.GI22713@petdance.com>
14051      Branch: perl
14052            ! pp_pack.c
14053 ____________________________________________________________________________
14054 [ 26241] By: stevep                                on 2005/12/01  20:27:34
14055         Log: Nit from change #26232 noticed by H. Merijn Brand
14056      Branch: perl
14057            ! pod/perlop.pod
14058 ____________________________________________________________________________
14059 [ 26240] By: davem                                 on 2005/12/01  16:40:29
14060         Log: sprintf %NNN$ check for large values wrapping to negative
14061      Branch: perl
14062            ! sv.c t/op/sprintf2.t
14063 ____________________________________________________________________________
14064 [ 26239] By: rgs                                   on 2005/12/01  15:40:11
14065         Log: Always define PL_memory_wrap, and use it for the new sprintf checks
14066      Branch: perl
14067            ! makedef.pl perl.h sv.c
14068 ____________________________________________________________________________
14069 [ 26238] By: rgs                                   on 2005/12/01  15:26:09
14070         Log: Missing #ifdef, noticed by Jan Dubois
14071      Branch: perl
14072            ! sv.c
14073 ____________________________________________________________________________
14074 [ 26237] By: rgs                                   on 2005/12/01  14:25:34
14075         Log: Subject: [PATCH] Re: Perl PR: "Security holes in Sys::Syslog"
14076              From: Gisle Aas <gisle@ActiveState.com>
14077              Date: 01 Dec 2005 06:20:14 -0800
14078              Message-ID: <lroe406grl.fsf_-_@caliper.activestate.com>
14079              
14080              Subject: [PATCH] Suppress "0b" prefix for sprintf("%#b", 0)
14081              From: Gisle Aas <gisle@ActiveState.com>
14082              Date: 01 Dec 2005 06:11:44 -0800
14083              Message-ID: <lrsltc6h5r.fsf_-_@caliper.activestate.com>
14084      Branch: perl
14085            ! sv.c t/op/sprintf.t
14086 ____________________________________________________________________________
14087 [ 26236] By: rgs                                   on 2005/12/01  11:52:24
14088         Log: Subject: [PATCH] Disable constant folding of sprintf
14089              From: Gisle Aas <gisle@ActiveState.com>
14090              Date: 01 Dec 2005 03:22:10 -0800
14091              Message-ID: <lr8xv56p0d.fsf_-_@caliper.activestate.com>
14092      Branch: perl
14093            ! op.c opcode.h opcode.pl t/lib/warnings/sv t/op/sprintf2.t
14094 ____________________________________________________________________________
14095 [ 26235] By: rgs                                   on 2005/12/01  09:26:01
14096         Log: Subject: [patch] Re: Perl PR: "Security holes in Sys::Syslog"
14097              From: "Philippe M. Chiasson" <gozer@ActiveState.com>
14098              Date: Wed, 30 Nov 2005 20:17:31 -0800
14099              Message-ID: <438E795B.9060805@ActiveState.com>
14100      Branch: perl
14101            ! sv.c
14102 ____________________________________________________________________________
14103 [ 26234] By: rgs                                   on 2005/12/01  08:34:42
14104         Log: Revert change #26110 (already reverted in maintperl by change 26182)
14105      Branch: perl
14106            ! op.c
14107 ____________________________________________________________________________
14108 [ 26233] By: rgs                                   on 2005/11/30  21:15:21
14109         Log: Jan Dubois notices that sitecustomize.pl is to be found in sitelib,
14110              not siteperl
14111      Branch: perl
14112            ! pod/perlrun.pod
14113 ____________________________________________________________________________
14114 [ 26232] By: stevep                                on 2005/11/30  19:09:17
14115         Log: dor-assign (//=) was missing from perlop.pod
14116      Branch: perl
14117            ! pod/perlop.pod
14118 ____________________________________________________________________________
14119 [ 26231] By: rgs                                   on 2005/11/30  17:57:16
14120         Log: Subject: [PATCH] Remove redundant SvUTF8_on() calls
14121              From: Gisle Aas <gisle@ActiveState.com>
14122              Date: 30 Nov 2005 09:28:54 -0800
14123              Message-ID: <lrhd9uhwo9.fsf@caliper.activestate.com>
14124      Branch: perl
14125            ! pp.c sv.c
14126 ____________________________________________________________________________
14127 [ 26229] By: rgs                                   on 2005/11/30  14:29:23
14128         Log: Subject: Re: XS-assisted SWASHGET (esp. for t/uni/class.t speedup)
14129              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
14130              Date: Sun, 27 Nov 2005 17:02:02 +0900
14131              Message-Id: <20051127170016.A786.BQW10602@nifty.com>
14132      Branch: perl
14133            ! embed.fnc embed.h lib/utf8_heavy.pl pod/perlapi.pod
14134            ! pod/perlintern.pod proto.h universal.c utf8.c utf8.h
14135            ! utfebcdic.h
14136 ____________________________________________________________________________
14137 [ 26228] By: nicholas                              on 2005/11/30  13:55:05
14138         Log: The regexp engine should check SV flags rather than SV type for
14139              determining if something is a reference, because under the debugger
14140              the value returned by the swash code is SVt_PVMG.
14141              Not doing this has the side effect of repeatedly reassigning the
14142              same array element, which causes destructors to fire on the reassignment
14143              which in turn causes &utf8::DESTROY to run outside of the pseudo-safety
14144              of save_re_context, which under the debugger involves re-entering the
14145              regexp engine, which causes corruption of the regexp engine's global
14146              state.
14147      Branch: perl
14148            ! regexec.c
14149 ____________________________________________________________________________
14150 [ 26227] By: rgs                                   on 2005/11/30  12:30:47
14151         Log: Fix B::Concise tests after change #26226
14152      Branch: perl
14153            ! ext/B/t/optree_varinit.t
14154 ____________________________________________________________________________
14155 [ 26226] By: rgs                                   on 2005/11/30  09:53:11
14156         Log: Revert change #22520 (optimise away my $foo = undef and similar
14157              constructs), in order to fix bug perl #37776
14158      Branch: perl
14159            ! op.c t/op/my.t
14160 ____________________________________________________________________________
14161 [ 26225] By: rgs                                   on 2005/11/29  17:40:16
14162         Log: Subject: Re: [perl #37716] Re: File::Compare broken for filenames with whitespace
14163              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
14164              Date: Tue, 29 Nov 2005 08:07:19 +0100
14165              Message-ID: <878xv89bko.fsf@k75.linux.bogus>
14166      Branch: perl
14167            ! lib/File/Compare.pm lib/File/Compare.t
14168 ____________________________________________________________________________
14169 [ 26224] By: stevep                                on 2005/11/29  12:36:46
14170         Log: Assimilate Pod-Escapes-1.04.  This is a prereq for Pod::Simple, 
14171              which is now a prereq for podlators.
14172      Branch: perl
14173            + lib/Pod/Escapes.pm lib/Pod/Escapes/ChangeLog
14174            + lib/Pod/Escapes/README lib/Pod/Escapes/t/01_about_verbose.t
14175            + lib/Pod/Escapes/t/10_main.t
14176            + lib/Pod/Escapes/t/15_name2charnum.t
14177            ! MANIFEST Porting/Maintainers.pl
14178 ____________________________________________________________________________
14179 [ 26223] By: rgs                                   on 2005/11/28  18:43:51
14180         Log: Typo fix, by Olivier Blin
14181      Branch: perl
14182            ! lib/Getopt/Long.pm
14183 ____________________________________________________________________________
14184 [ 26222] By: steveh                                on 2005/11/28  17:07:25
14185         Log: Fix ext/POSIX/t/time.t on Win32
14186              
14187              According to MSDN, "The string result produced by ctime contains
14188              exactly 26 characters and has the form: Wed Jan 02 02:03:55 1980\n\0"
14189              so we *do* want the leading zero on the day returned by strftime
14190      Branch: perl
14191            ! ext/POSIX/t/time.t
14192 ____________________________________________________________________________
14193 [ 26221] By: stevep                                on 2005/11/28  14:11:23
14194         Log: Mac OS X/Darwin seems to have problems with tzname().
14195      Branch: perl
14196            ! ext/POSIX/t/time.t
14197 ____________________________________________________________________________
14198 [ 26220] By: rgs                                   on 2005/11/28  11:00:37
14199         Log: FAQ sync.
14200      Branch: perl
14201            ! pod/perlfaq.pod pod/perlfaq3.pod pod/perlfaq4.pod
14202            ! pod/perlfaq5.pod pod/perlfaq7.pod pod/perlfaq9.pod
14203 ____________________________________________________________________________
14204 [ 26219] By: stevep                                on 2005/11/28  02:48:18
14205         Log: Subject: [PATCH] Math::Trig: blead and maint (doc patch only): s/Bay/Gulf/ and do away with bad quotes
14206              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
14207              Date: Sun, 27 Nov 2005 23:04:31 +0200 (EET)
14208              Message-Id: <20051127210431.F1D2C6CF55@ugli.hut.fi>
14209      Branch: perl
14210            ! lib/Math/Trig.pm
14211 ____________________________________________________________________________
14212 [ 26218] By: stevep                                on 2005/11/28  02:34:49
14213         Log: Mention of possible use of a scalar variable on the rhs of an arrow "->" 
14214              operator added to close two tickets.
14215      Branch: perl
14216            ! pod/perlobj.pod
14217 ____________________________________________________________________________
14218 [ 26217] By: rgs                                   on 2005/11/27  23:18:38
14219         Log: Don't let MakeMaker install doc for MIME::Base64
14220              (since installpod does it already)
14221      Branch: perl
14222            ! ext/MIME/Base64/Makefile.PL
14223 ____________________________________________________________________________
14224 [ 26216] By: rgs                                   on 2005/11/27  22:42:42
14225         Log: Upgrade to Getopt::Long 2.34_04
14226      Branch: perl
14227            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
14228            ! lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
14229            ! lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t
14230            ! lib/Getopt/Long/t/gol-oo.t
14231 ____________________________________________________________________________
14232 [ 26215] By: rgs                                   on 2005/11/27  21:43:17
14233         Log: Subject: [PATCH] fix wrong pool error in cygwin build
14234              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
14235              Date: Nov 27, 2005 9:29 AM
14236              Message-ID: <20051127082918.GA2556@efn.org>
14237      Branch: perl
14238            ! cygwin/cygwin.c
14239 ____________________________________________________________________________
14240 [ 26214] By: stevep                                on 2005/11/27  02:35:25
14241         Log: Upgrade to MIME-Base64-3.06
14242      Branch: perl
14243            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
14244            ! ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
14245            ! ext/MIME/Base64/QuotedPrint.pm
14246 ____________________________________________________________________________
14247 [ 26213] By: stevep                                on 2005/11/26  12:48:42
14248         Log: Deal with differences in what clock() does between POSIX and BSD.
14249      Branch: perl
14250            ! ext/POSIX/t/time.t
14251 ____________________________________________________________________________
14252 [ 26212] By: stevep                                on 2005/11/26  12:04:00
14253         Log: Upgrade to Scalar-List-Utils-1.18
14254      Branch: perl
14255            + ext/List/Util/t/00version.t
14256            ! MANIFEST ext/List/Util/Changes
14257 ____________________________________________________________________________
14258 [ 26211] By: stevep                                on 2005/11/26  11:50:17
14259         Log: Upgrade to Digest-MD5-2.35
14260      Branch: perl
14261            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
14262            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
14263            ! ext/Digest/MD5/t/files.t
14264 ____________________________________________________________________________
14265 [ 26210] By: stevep                                on 2005/11/26  11:40:57
14266         Log: Actually update one of the files from the previous change.
14267      Branch: perl
14268            ! lib/Digest.pm
14269 ____________________________________________________________________________
14270 [ 26209] By: stevep                                on 2005/11/26  11:38:02
14271         Log: Upgrade to Digest-1.14
14272      Branch: perl
14273            ! lib/Digest.pm lib/Digest/Changes
14274 ____________________________________________________________________________
14275 [ 26208] By: stevep                                on 2005/11/26  02:56:26
14276         Log: Just be explicit about $TZ.  
14277      Branch: perl
14278            ! ext/POSIX/t/time.t
14279 ____________________________________________________________________________
14280 [ 26207] By: stevep                                on 2005/11/26  02:32:10
14281         Log: Hmmm...strftime() does work on Win32, but tzset() is having problems
14282              on OpenBSD.
14283      Branch: perl
14284            ! ext/POSIX/t/time.t
14285 ____________________________________________________________________________
14286 [ 26206] By: stevep                                on 2005/11/26  01:31:24
14287         Log: Additional tests for B and POSIX.  The POSIX ones concern me a bit,
14288              but I don't expect any black smokes because of testing on OpenBSD,
14289              Linux, Win32, an Cygwin.
14290      Branch: perl
14291            + ext/POSIX/t/time.t
14292            ! MANIFEST ext/B/t/b.t
14293 ____________________________________________________________________________
14294 [ 26205] By: nicholas                              on 2005/11/25  15:12:02
14295         Log: Move report_uninit() and its static supporting functions to the end of
14296              sv.c, so that they are not sandwiched between the two halves of the
14297              SV allocation code. However, the diff looks far more evil than it
14298              should given that this is just moving a single albeit large hunk.
14299      Branch: perl
14300            ! sv.c
14301 ____________________________________________________________________________
14302 [ 26204] By: rgs                                   on 2005/11/25  12:40:34
14303         Log: Subject: [PATCH] perlpod documentation discrepancy in 5.8.6 ( and maybe later? )
14304              From: demerphq <demerphq@gmail.com>
14305              Date: Fri, 25 Nov 2005 13:57:38 +0100
14306              Message-ID: <9b18b3110511250457k6c196c4fu167badd045c2d9e6@mail.gmail.com>
14307      Branch: perl
14308            ! pod/perlpod.pod
14309 ____________________________________________________________________________
14310 [ 26203] By: rgs                                   on 2005/11/24  16:09:48
14311         Log: Subject: Re: XS-assisted SWASHGET (esp. for t/uni/class.t speedup)
14312              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
14313              Date: Fri, 25 Nov 2005 00:19:35 +0900
14314              Message-Id: <20051125001031.24E3.BQW10602@nifty.com>
14315              
14316              Date: Fri, 25 Nov 2005 01:18:17 +0900
14317              Message-Id: <20051125011410.24E9.BQW10602@nifty.com>
14318      Branch: perl
14319            ! universal.c utf8.c
14320 ____________________________________________________________________________
14321 [ 26202] By: rgs                                   on 2005/11/24  15:38:05
14322         Log: Document new perldoc -L switch
14323              
14324              Subject: Re: Pod::Perldoc patch (Fw: [ANNOUNCE] POD2::IT 0.10)
14325              From: Enrico Sorcinelli <bepi@perl.it>
14326              Date: Thu, 24 Nov 2005 16:04:03 +0100
14327              Message-Id: <20051124160403.568a194b.bepi@perl.it>
14328      Branch: perl
14329            ! pod/perldoc.pod
14330 ____________________________________________________________________________
14331 [ 26201] By: rgs                                   on 2005/11/24  08:52:35
14332         Log: Delete a README made redundant by change 26200.
14333      Branch: perl
14334            - wince/README.perlce
14335 ____________________________________________________________________________
14336 [ 26200] By: rgs                                   on 2005/11/23  20:45:44
14337         Log: Subject: [PATCH @26198] perlce touches
14338              From: Konovalov, Vadim <vkonovalov@spb.lucent.com>
14339              Date: Nov 23, 2005 8:55 PM
14340              Message-ID: <7DD1BE2C50259746ABB8683672D2089E12DDC3@itotest-1.spb.lucent.com>
14341      Branch: perl
14342            ! INSTALL MANIFEST README.ce makedef.pl wince/Makefile.ce
14343            ! wince/wince.c
14344 ____________________________________________________________________________
14345 [ 26199] By: rgs                                   on 2005/11/23  15:34:54
14346         Log: Subject: XS-assisted SWASHGET (esp. for t/uni/class.t speedup)
14347              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
14348              Date: Wed, 23 Nov 2005 17:57:34 +0900
14349              Message-Id: <20051123175603.FFD5.BQW10602@nifty.com>
14350              
14351              And :
14352              Message-Id: <20051123202935.4D9D.BQW10602@nifty.com>
14353              
14354              with some nits to use U8 instead of char more consistently
14355      Branch: perl
14356            ! lib/utf8_heavy.pl t/op/pat.t universal.c utf8.c
14357 ____________________________________________________________________________
14358 [ 26198] By: rgs                                   on 2005/11/22  21:24:19
14359         Log: Notes in perlstyle about POD formatting, by Sébastien
14360              Aperghis-Tramoni, with nits by chromatic and Randy W. Sims.
14361      Branch: perl
14362            ! pod/perlstyle.pod
14363 ____________________________________________________________________________
14364 [ 26197] By: nicholas                              on 2005/11/22  20:23:34
14365         Log: Note the URL describing the vast riches awaiting us.
14366      Branch: perl
14367            ! t/lib/1_compile.t
14368 ____________________________________________________________________________
14369 [ 26196] By: davem                                 on 2005/11/22  16:52:24
14370         Log: include PERL_TRACK_MEMPOOL in perl -V output
14371      Branch: perl
14372            ! perl.c
14373 ____________________________________________________________________________
14374 [ 26195] By: davem                                 on 2005/11/22  16:32:42
14375         Log: perl segfaults on reversed array reference
14376              
14377              The 'for (reverse @a)' optimisation got its index wrong when
14378              create LVALUE SVs for undef elements
14379      Branch: perl
14380            ! pp_ctl.c pp_hot.c t/op/loopctl.t
14381 ____________________________________________________________________________
14382 [ 26194] By: rgs                                   on 2005/11/22  16:16:00
14383         Log: Subject: [DOC PATCH] Sort subs *can* now be recursive
14384              From: Robin Houston <robin@cpan.org>
14385              Date: Tue, 22 Nov 2005 13:28:17 +0000
14386              Message-ID: <20051122132817.GA20895@rpc142.cs.man.ac.uk>
14387      Branch: perl
14388            ! pod/perlfunc.pod
14389 ____________________________________________________________________________
14390 [ 26193] By: rgs                                   on 2005/11/22  16:10:00
14391         Log: Use the system's free to dealloc a PV allocated by the system
14392              (more precisely by libgdbm.) See :
14393              
14394              Subject: GDBM_file realloc failures
14395              From: Rafael Garcia-Suarez <rgarciasuarez@mandriva.com>
14396              Date: Mon, 21 Nov 2005 18:22:00 +0100
14397              Message-ID: <20051121182200.0b3d2454@grubert.mandrakesoft.com>
14398      Branch: perl
14399            ! ext/GDBM_File/GDBM_File.xs
14400 ____________________________________________________________________________
14401 [ 26192] By: rgs                                   on 2005/11/22  15:54:16
14402         Log: Subject: Re: [PATCH] concat interacts badly with magic
14403              From: Robin Houston <robin@cpan.org>
14404              Date: Tue, 22 Nov 2005 14:07:27 +0000
14405              Message-ID: <20051122140727.GA29861@rpc142.cs.man.ac.uk>
14406              
14407              (new version of patch for bug #37722)
14408      Branch: perl
14409            ! pp_hot.c t/lib/warnings/9uninit t/lib/warnings/pp_hot
14410            ! t/op/tie.t
14411 ____________________________________________________________________________
14412 [ 26191] By: rgs                                   on 2005/11/22  14:16:05
14413         Log: Subject: Pod::Perldoc patch (Fw: [ANNOUNCE] POD2::IT 0.10)
14414              From: Enrico Sorcinelli <bepi@perl.it>
14415              Date: Sun, 20 Nov 2005 10:20:51 +0100
14416              Message-Id: <20051120102051.23ef095d.bepi@perl.it>
14417              
14418              Also, bump version number of Perldoc.
14419      Branch: perl
14420            ! lib/Pod/Perldoc.pm
14421 ____________________________________________________________________________
14422 [ 26190] By: rgs                                   on 2005/11/22  11:29:03
14423         Log: Revert change #26185, which could have some unwanted side-effects.
14424              (lib/warnings.t had failures due to this patch.)
14425              Moreover Dave Mitchell correctly pointed out that [perl #37722]
14426              wasn't really a bug.
14427      Branch: perl
14428            ! pp_hot.c t/op/tie.t
14429 ____________________________________________________________________________
14430 [ 26189] By: merijn                                on 2005/11/22  06:33:05
14431         Log: Subject: RE: [perl #37708] [PATCH] wrong IP_ constants on Win32 
14432              From: "Jan Dubois" <jand@ActiveState.com>
14433              Date: Mon, 21 Nov 2005 21:35:51 -0800
14434              Message-ID: <062401c5ef26$99b3a490$2217a8c0@candy>
14435      Branch: perl
14436            ! win32/include/sys/socket.h
14437 ____________________________________________________________________________
14438 [ 26188] By: stevep                                on 2005/11/22  03:41:17
14439         Log: Subject: [PATCH] ff_chop.patch redux
14440              From: Andy Lester <andy@petdance.com>
14441              Date: Mon, 21 Nov 2005 21:16:14 -0600
14442              Message-ID: <20051122031614.GB19424@petdance.com>
14443      Branch: perl
14444            ! pp_ctl.c
14445 ____________________________________________________________________________
14446 [ 26187] By: stevep                                on 2005/11/22  03:37:30
14447         Log: Subject: patch@26180 - t/op/pat.t : Can't reset %ENV on VMS
14448              From: "John E. Malmberg" <wb8tyw@qsl.net>
14449              Date: Mon, 21 Nov 2005 22:09:17 -0500
14450              Message-ID: <43828BDD.7080302@qsl.net>
14451      Branch: perl
14452            ! t/op/pat.t
14453 ____________________________________________________________________________
14454 [ 26186] By: stevep                                on 2005/11/22  03:32:04
14455         Log: Subject: patch@26180 - t/op/array.t : Can't reset %ENV on VMS
14456              From: "John E. Malmberg" <wb8tyw@qsl.net>
14457              Date: Mon, 21 Nov 2005 21:19:31 -0500
14458              Message-ID: <43828033.9040708@qsl.net>
14459      Branch: perl
14460            ! t/op/array.t
14461 ____________________________________________________________________________
14462 [ 26185] By: rgs                                   on 2005/11/21  17:19:34
14463         Log: Subject: [PATCH] concat interacts badly with magic
14464              From: Robin Houston <robin@cpan.org>
14465              Date: Mon, 21 Nov 2005 17:03:39 +0000
14466              Message-ID: <20051121170339.GA8214@rpc142.cs.man.ac.uk>
14467      Branch: perl
14468            ! pp_hot.c t/op/tie.t
14469 ____________________________________________________________________________
14470 [ 26184] By: nicholas                              on 2005/11/21  14:18:03
14471         Log: Flip the sign of the value in body details offset, and change its type
14472              to size_t.
14473      Branch: perl
14474            ! sv.c
14475 ____________________________________________________________________________
14476 [ 26183] By: merijn                                on 2005/11/21  14:11:28
14477         Log: Thread failures on AIX (and others) caused by interleaved output
14478              
14479              Subject: Smoke [5.9.3] 26168 FAIL(X) AIX 4.3.3.0/ML11 (PPC/1 cpu)
14480              From: "H.Merijn Brand" <h.m.brand@xs4all.nl>
14481              Date: Sun, 20 Nov 2005 14:36 +0100
14482              Message-Id: <200511201337.jAKDbc1O066213@smtp-vbr6.xs4all.nl>
14483      Branch: perl
14484            ! t/op/threads.t
14485 ____________________________________________________________________________
14486 [ 26181] By: rgs                                   on 2005/11/21  08:58:59
14487         Log: Upgrade to Time::HiRes 1.83
14488      Branch: perl
14489            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
14490            ! ext/Time/HiRes/Makefile.PL ext/Time/HiRes/t/HiRes.t
14491 ____________________________________________________________________________
14492 [ 26180] By: nicholas                              on 2005/11/20  20:39:50
14493         Log: Eliminate two more strlen()s, by using the return value of sprintf().
14494      Branch: perl
14495            ! pp_ctl.c
14496 ____________________________________________________________________________
14497 [ 26179] By: rgs                                   on 2005/11/20  12:10:15
14498         Log: Declarations must come first, or some compilers aren't happy.
14499              (spotted by Jarkko)
14500      Branch: perl
14501            ! ext/B/B.xs
14502 ____________________________________________________________________________
14503 [ 26178] By: stevep                                on 2005/11/20  02:41:01
14504         Log: Subject: [PATCH] Pulling ancient RCS comments
14505              From: Andy Lester <andy@petdance.com>
14506              Date: Sat, 19 Nov 2005 00:16:39 -0600
14507              Message-ID: <20051119061639.GA25086@petdance.com>
14508      Branch: perl
14509            ! lib/AnyDBM_File.t lib/importenv.pl lib/stat.pl lib/validate.pl
14510            ! t/base/cond.t t/base/if.t t/base/pat.t t/base/term.t
14511            ! t/cmd/elsif.t t/cmd/mod.t t/cmd/subval.t t/cmd/switch.t
14512            ! t/comp/cmdopt.t t/comp/cpp.t t/comp/decl.t t/io/inplace.t
14513            ! t/io/read.t t/io/tell.t t/op/append.t t/op/auto.t t/op/cond.t
14514            ! t/op/do.t t/op/flip.t t/op/goto_xs.t t/op/my.t t/op/push.t
14515            ! t/op/read.t t/op/time.t t/op/unshift.t
14516 ____________________________________________________________________________
14517 [ 26177] By: stevep                                on 2005/11/20  02:31:10
14518         Log: Subject: Reworked PERL_TRACK_MEMPOOL patch
14519              From: "Jan Dubois" <jand@ActiveState.com>
14520              Date: Fri, 18 Nov 2005 11:38:24 -0800
14521              Message-ID: <003601c5ec77$a45eb260$2217a8c0@candy>
14522      Branch: perl
14523            ! perl.h util.c
14524 ____________________________________________________________________________
14525 [ 26176] By: stevep                                on 2005/11/19  19:14:42
14526         Log: Down with "warning: code has no effect"
14527      Branch: perl
14528            ! XSUB.h
14529 ____________________________________________________________________________
14530 [ 26175] By: stevep                                on 2005/11/19  18:06:14
14531         Log: Cleaning up some warnings generated by "gcc -W"
14532      Branch: perl
14533            ! deb.c ext/B/B.xs ext/Data/Dumper/Dumper.xs
14534            ! ext/PerlIO/encoding/encoding.xs mg.c op.c regcomp.c scope.c
14535 ____________________________________________________________________________
14536 [ 26174] By: stevep                                on 2005/11/19  13:46:27
14537         Log: Upgrade to PathTools-3.14
14538      Branch: perl
14539            + lib/File/Spec/t/tmpdir.t
14540            ! MANIFEST ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm
14541            ! lib/File/Spec/Cygwin.pm lib/File/Spec/Unix.pm
14542            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
14543            ! lib/File/Spec/t/Spec.t
14544 ____________________________________________________________________________
14545 [ 26173] By: nicholas                              on 2005/11/19  11:21:15
14546         Log: Norman observed that a couple of macros could make the body defintion
14547              table a lot more readable.
14548      Branch: perl
14549            ! sv.c
14550 ____________________________________________________________________________
14551 [ 26172] By: nicholas                              on 2005/11/19  00:50:33
14552         Log: With -DPURFIY we change the flags so that everything is allocated
14553              directly. (Don't use arenas at all.) This seems a rather elegant way
14554              to simplify some of the code in sv.c by removing conditional
14555              compilation.
14556      Branch: perl
14557            ! sv.c
14558 ____________________________________________________________________________
14559 [ 26171] By: nicholas                              on 2005/11/19  00:21:58
14560         Log: Map the HE arena onto SV type 0 (SVt_NULL).
14561              Abolish PL_he_root and PL_he_arenaroot.
14562      Branch: perl
14563            ! embedvar.h ext/XS/APItest/APItest.xs hv.c intrpvar.h perlapi.h
14564            ! sv.c sv.h
14565 ____________________________________________________________________________
14566 [ 26170] By: nicholas                              on 2005/11/18  23:44:32
14567         Log: Remove all the now unused new_XFOO()/del_XFOO() macros
14568      Branch: perl
14569            ! sv.c
14570 ____________________________________________________________________________
14571 [ 26169] By: nicholas                              on 2005/11/18  23:28:59
14572         Log: sv_clear can manipulate the arena array directly too.
14573              Also, I think that we may have been "leaking" NV bodies in blead since
14574              25051. Oops. (Will not have been detectable except with -DPURIFY as
14575              the leak is not returning them as free to the arena)
14576      Branch: perl
14577            ! sv.c
14578 ____________________________________________________________________________
14579 [ 26168] By: nicholas                              on 2005/11/18  21:25:23
14580         Log: We only need to zero new bodies for upgrades. sv_dup doesn't need to
14581              zero as it's copying over the same sized structure. So change
14582              new_NOARENA to malloc(), and add new_NOARENAZ() to calloc()
14583      Branch: perl
14584            ! sv.c
14585 ____________________________________________________________________________
14586 [ 26167] By: nicholas                              on 2005/11/18  21:02:34
14587         Log: Merge the arms of the switch. The decision about what comes from an
14588              arena and what comes from malloc is now solely in the table.
14589      Branch: perl
14590            ! sv.c
14591 ____________________________________________________________________________
14592 [ 26166] By: nicholas                              on 2005/11/18  20:38:26
14593         Log: Eliminate new_body_length from sv_dup. Replace SvTYPE(sstr) with
14594              sv_type, which is a constant variable with the same value.
14595      Branch: perl
14596            ! sv.c
14597 ____________________________________________________________________________
14598 [ 26165] By: nicholas                              on 2005/11/18  19:50:24
14599         Log: Eliminate new_body_offset from sv_dup()
14600      Branch: perl
14601            ! sv.c
14602 ____________________________________________________________________________
14603 [ 26164] By: nicholas                              on 2005/11/18  17:37:39
14604         Log: Merge the last remaining case duplication in sv_upgrade
14605      Branch: perl
14606            ! sv.c
14607 ____________________________________________________________________________
14608 [ 26163] By: nicholas                              on 2005/11/18  16:18:38
14609         Log: Eliminate new_body_length from sv_upgrade
14610      Branch: perl
14611            ! sv.c
14612 ____________________________________________________________________________
14613 [ 26162] By: nicholas                              on 2005/11/18  15:51:10
14614         Log: Eliminate new_body_offset from sv_upgrade
14615      Branch: perl
14616            ! sv.c
14617 ____________________________________________________________________________
14618 [ 26161] By: nicholas                              on 2005/11/18  15:03:01
14619         Log: new_body_inline doesn't need to be passed the root, as it's already
14620              inferring the arenaroot directly from the passed-in type.
14621      Branch: perl
14622            ! sv.c
14623 ____________________________________________________________________________
14624 [ 26160] By: rgs                                   on 2005/11/18  12:40:16
14625         Log: Tabs are still required in the MANIFEST
14626      Branch: perl
14627            ! MANIFEST
14628 ____________________________________________________________________________
14629 [ 26159] By: nicholas                              on 2005/11/18  12:06:06
14630         Log: Add a flag to the body details of which types come from arenas.
14631              Update the allocation information for all the types.
14632              Add a new macro new_NOARENA() for allocating the non-arena types.
14633              Use calloc rather than malloc for the new_NOARENA so that the Zero()
14634              can be skipped.
14635      Branch: perl
14636            ! sv.c
14637 ____________________________________________________________________________
14638 [ 26158] By: nicholas                              on 2005/11/18  11:20:10
14639         Log: Simplify the expression for the upgrade logic for SVt_IV.
14640              Replace the "can't happen" comment for SVt_PVIV with assertions
14641              that it didn't happen.
14642      Branch: perl
14643            ! sv.c
14644 ____________________________________________________________________________
14645 [ 26157] By: stevep                                on 2005/11/18  11:07:34
14646         Log: Adding README.linux to the MANIFEST
14647      Branch: perl
14648            ! MANIFEST
14649 ____________________________________________________________________________
14650 [ 26156] By: nicholas                              on 2005/11/18  10:30:12
14651         Log: const and static for the const static private table.
14652              Replace the "upgrade" special case for SVt_PV with assertions as it's
14653              not been needed since we forced *up*grades.
14654      Branch: perl
14655            ! sv.c
14656 ____________________________________________________________________________
14657 [ 26155] By: nicholas                              on 2005/11/18  10:13:31
14658         Log: Rename sv_upgrade's parameter mt to new_type.
14659      Branch: perl
14660            ! sv.c
14661 ____________________________________________________________________________
14662 [ 26154] By: rgs                                   on 2005/11/18  08:30:18
14663         Log: Subject: Dumpvalue doc patch
14664              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
14665              Date: Fri, 18 Nov 2005 03:42:52 +0100
14666              Message-ID: <87br0ibrrn.fsf@k75.linux.bogus>
14667      Branch: perl
14668            ! lib/Dumpvalue.pm
14669 ____________________________________________________________________________
14670 [ 26153] By: stevep                                on 2005/11/18  00:54:53
14671         Log: Initial, albeit hackish, support for the alpha version of Sun Studio
14672              compilers of Linux.
14673      Branch: perl
14674            + README.linux
14675            ! hints/linux.sh
14676 ____________________________________________________________________________
14677 [ 26152] By: nicholas                              on 2005/11/17  23:27:59
14678         Log: All that can be in the first switch statement of sv_upgrade is now
14679              table driven. The shrinking continues on the morrow.
14680      Branch: perl
14681            ! sv.c
14682 ____________________________________________________________________________
14683 [ 26151] By: nicholas                              on 2005/11/17  22:50:07
14684         Log: "Can you see what it is yet?"
14685              Next steps towards making as much as possible table driven.
14686      Branch: perl
14687            ! sv.c
14688 ____________________________________________________________________________
14689 [ 26150] By: nicholas                              on 2005/11/17  21:58:58
14690         Log: Add the size of the structure to copy as a field in the per type
14691              data table.
14692      Branch: perl
14693            ! sv.c
14694 ____________________________________________________________________________
14695 [ 26149] By: nicholas                              on 2005/11/17  16:33:05
14696         Log: Merge sizeof_body_by_svtype and offset_by_svtype into a single array
14697              of structures.
14698      Branch: perl
14699            ! sv.c
14700 ____________________________________________________________________________
14701 [ 26148] By: nicholas                              on 2005/11/17  14:36:39
14702         Log: Move the location of the definition of the arena slot used for pte
14703              into sv.h, to keep it in one central place.
14704              Change it to use SVt_RV. (Having SVt_IV for real use will be useful.
14705              SVt_RV has no body, and doesn't pretend to have one, so it is spare.)
14706      Branch: perl
14707            ! sv.c sv.h
14708 ____________________________________________________________________________
14709 [ 26147] By: rgs                                   on 2005/11/17  14:09:10
14710         Log: Subject: [PATCH] Sort subs now in embed.fnc
14711              From: Andy Lester <andy@petdance.com>
14712              Date: Thu, 17 Nov 2005 07:53:38 -0600
14713              Message-ID: <20051117135338.GA31715@petdance.com>
14714      Branch: perl
14715            ! embed.fnc embed.h pp_sort.c proto.h
14716 ____________________________________________________________________________
14717 [ 26146] By: nicholas                              on 2005/11/17  13:51:01
14718         Log: s/SvTYPE(sv)/old_type/ in sv_upgrade because we already have that value
14719              in that variable.
14720              Don't compile S_new_body with -DPURIFY
14721      Branch: perl
14722            ! sv.c
14723 ____________________________________________________________________________
14724 [ 26145] By: rgs                                   on 2005/11/17  09:06:33
14725         Log: It's clearer to use "morphing" than "polymorphing" when
14726              describing what exec() does
14727      Branch: perl
14728            ! pod/perlmod.pod
14729 ____________________________________________________________________________
14730 [ 26144] By: stevep                                on 2005/11/17  00:18:31
14731         Log: Subject: [perl #37694] segfault with PerlIO::get_layers()
14732              From: Peter Dintelmann (via RT) <perlbug-followup@perl.org>
14733              Date: Wed, 16 Nov 2005 07:11:41 -0800
14734              Message-ID: <rt-3.0.11-37694-124556.15.9755707729767@perl.org>
14735      Branch: perl
14736            ! universal.c
14737 ____________________________________________________________________________
14738 [ 26143] By: nicholas                              on 2005/11/16  23:40:55
14739         Log: Oi gcc, No! sizeof(void) is an error. *Not* 1.
14740              Wanting sizeof(void) isn't even a compilation error with -ansi
14741              -pedantic. Just a warning. Lame! I'm going to send it back for a full
14742              refund. Hateful software.
14743      Branch: perl
14744            ! sv.c
14745 ____________________________________________________________________________
14746 [ 26142] By: nicholas                              on 2005/11/16  20:18:58
14747         Log: PL_pte_root and PL_pte_arenaroot can be exterminated. Which reveals
14748              an erroneous remaining reference to PL_pte_root to correct.
14749      Branch: perl
14750            ! embedvar.h intrpvar.h perlapi.h sv.c
14751 ____________________________________________________________________________
14752 [ 26141] By: nicholas                              on 2005/11/16  19:26:17
14753         Log: Subject: Re: eliminate discreet arenaroots
14754              From: Jim Cromie <jim.cromie@gmail.com>
14755              Message-ID: <4378E5B0.3010708@gmail.com>
14756              Date: Mon, 14 Nov 2005 12:29:52 -0700
14757      Branch: perl
14758            ! embedvar.h intrpvar.h perlapi.h sv.c sv.h
14759 ____________________________________________________________________________
14760 [ 26140] By: merijn                                on 2005/11/16  19:26:13
14761         Log: Subject: [PATCH @26137] for wince
14762              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
14763              Date: Wed, 16 Nov 2005 20:57:13 +0300
14764              Message-ID: <7DD1BE2C50259746ABB8683672D2089E12DC9F@itotest-1.spb.lucent.com>
14765      Branch: perl
14766            ! makedef.pl wince/Makefile.ce wince/config.ce wince/config_H.ce
14767            ! wince/wince.c
14768 ____________________________________________________________________________
14769 [ 26137] By: rgs                                   on 2005/11/16  15:06:10
14770         Log: Subject: Re: [perl #37688] Unexpected regex failure. 
14771              From: hv@crypt.org
14772              Date: Wed, 16 Nov 2005 14:54:55 +0000
14773              Message-Id: <200511161454.jAGEst117787@zen.crypt.org>
14774      Branch: perl
14775            ! regexec.c t/op/re_tests
14776 ____________________________________________________________________________
14777 [ 26136] By: rgs                                   on 2005/11/15  16:33:02
14778         Log: Subject: Re: [perl #37616] Bug in &= (string) and/or m//
14779              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
14780              Date: Wed, 09 Nov 2005 02:12:00 +0900
14781              Message-Id: <20051109021035.69D8.BQW10602@nifty.com>
14782      Branch: perl
14783            ! doop.c t/op/bop.t
14784 ____________________________________________________________________________
14785 [ 26135] By: rgs                                   on 2005/11/15  13:30:00
14786         Log: Subject: [PATCH] Re: Cygwin status, maint and blead
14787              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
14788              Date: Sun, 13 Nov 2005 16:01:02 -0800
14789              Message-ID: <20051114000102.GA5556@efn.org>
14790      Branch: perl
14791            ! Makefile.SH
14792 ____________________________________________________________________________
14793 [ 26134] By: nicholas                              on 2005/11/14  22:48:02
14794         Log: Remove the two register keywords from auto variables that PERL_POSION
14795              wants to take the address of.
14796      Branch: perl
14797            ! hv.c scope.c
14798 ____________________________________________________________________________
14799 [ 26133] By: nicholas                              on 2005/11/14  22:32:14
14800         Log: More PERL_POISON - poison SvANY() and SvREFCNT() in freed SV heads.
14801              (by using the union pointer to chain the freed heads together)
14802      Branch: perl
14803            ! sv.c
14804 ____________________________________________________________________________
14805 [ 26132] By: nicholas                              on 2005/11/14  22:31:14
14806         Log: Mark all places where perl needs to look at a possibly-freed scalar
14807              with a macro SvIS_FREED(sv)
14808      Branch: perl
14809            ! av.c mg.c op.c pad.c pp_hot.c sv.h
14810 ____________________________________________________________________________
14811 [ 26131] By: stevep                                on 2005/11/14  17:31:59
14812         Log: Removed reference to the non-existent C<Opcode::Custom>.
14813      Branch: perl
14814            ! pod/perlguts.pod
14815 ____________________________________________________________________________
14816 [ 26130] By: rgs                                   on 2005/11/14  16:32:33
14817         Log: The warning "Field too wide in 'u' format in pack" was emitted even
14818              when pack warnings were not enabled
14819      Branch: perl
14820            ! pp_pack.c
14821 ____________________________________________________________________________
14822 [ 26129] By: nicholas                              on 2005/11/14  16:22:26
14823         Log: Provide a crude way for specifying the command line for
14824              make test.valgrind
14825      Branch: perl
14826            ! Makefile.SH t/TEST
14827 ____________________________________________________________________________
14828 [ 26128] By: rgs                                   on 2005/11/14  15:40:08
14829         Log: A better fix for [perl #35847] File::Find not performing as documented,
14830              suggested by Darren Dunham. Includes a fix to the code example that
14831              uses File::Find in perlfaq3.
14832      Branch: perl
14833            ! lib/File/Find.pm pod/perlfaq3.pod
14834 ____________________________________________________________________________
14835 [ 26126] By: rgs                                   on 2005/11/14  12:43:29
14836         Log: Don't warn about lack of docs for functions that appear twice in embed.fnc.
14837      Branch: perl
14838            ! autodoc.pl
14839 ____________________________________________________________________________
14840 [ 26124] By: rgs                                   on 2005/11/14  10:45:25
14841         Log: Fix indentation of apidoc for sv_2pvutf8
14842              (so perlapi.pod is correctly generated)
14843      Branch: perl
14844            ! pod/perlapi.pod sv.c
14845 ____________________________________________________________________________
14846 [ 26123] By: rgs                                   on 2005/11/14  10:24:58
14847         Log: Suppress gcc warnings when ignoring the return value of io_close(),
14848              as suggested by Gisle Aas.
14849      Branch: perl
14850            ! embed.fnc proto.h
14851 ____________________________________________________________________________
14852 [ 26122] By: rgs                                   on 2005/11/14  10:13:41
14853         Log: Subject: [PATCH] Missing ; in Storable.xs
14854              From: Gisle Aas <gisle@ActiveState.com>
14855              Date: 14 Nov 2005 02:32:14 -0800
14856              Message-ID: <lrhdafy0y9.fsf_-_@caliper.activestate.com>
14857      Branch: perl
14858            ! ext/Storable/Storable.xs
14859 ____________________________________________________________________________
14860 [ 26120] By: steveh                                on 2005/11/14  09:39:48
14861         Log: Subject: [PATCH] Compress::Zlib
14862              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
14863              Date: Sun, 13 Nov 2005 17:09:08 -0000
14864              Message-ID: <00d101c5e874$f865f910$6d1c140a@myopwv.com>
14865      Branch: perl
14866            ! ext/Compress/Zlib/Zlib.pm
14867            ! ext/Compress/Zlib/lib/Compress/Zlib/Common.pm
14868            ! ext/Compress/Zlib/lib/IO/Compress/Gzip.pm
14869            ! ext/Compress/Zlib/lib/IO/Uncompress/Gunzip.pm
14870            ! ext/Compress/Zlib/t/09gziphdr.t
14871 ____________________________________________________________________________
14872 [ 26119] By: steveh                                on 2005/11/14  09:39:02
14873         Log: Fix code-before-declaration in boot_Storable added by 26107
14874      Branch: perl
14875            ! ext/Storable/Storable.xs
14876 ____________________________________________________________________________
14877 [ 26118] By: stevep                                on 2005/11/14  01:13:16
14878         Log: Subject: [PATCH] consting perlbug breaking in blead & maint
14879              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
14880              Date: Sun, 13 Nov 2005 16:00:49 -0800
14881              Message-ID: <20051114000049.GA7676@efn.org>
14882      Branch: perl
14883            ! utils/perlbug.PL
14884 ____________________________________________________________________________
14885 [ 26112] By: nicholas                              on 2005/11/13  18:47:27
14886         Log: Fix breakages that prevended -DPERL_POISON from compiling.
14887      Branch: perl
14888            ! handy.h sv.h
14889 ____________________________________________________________________________
14890 [ 26110] By: nicholas                              on 2005/11/13  11:44:30
14891         Log: Integrate:
14892              [ 26108]
14893              BEGIN blocks should start a new stack, as they can be called as a
14894              side effect of "regular" Perl API calls within subroutines that have
14895              already cached the current stack's address. If they don't, any stack
14896              extension during the call may move the stack, rendering that cached
14897              value invalid without the cachee realising. (For example, PP code
14898              calling gv_fetchpv() which triggers a load of Errno.pm)
14899      Branch: perl
14900           !> op.c
14901 ____________________________________________________________________________
14902 [ 26107] By: stevep                                on 2005/11/13  00:40:25
14903         Log: Subject: Re: [PATCH] Enhanced Storable::read_magic()
14904              From: Gisle Aas <gisle@ActiveState.com>
14905              Date: 12 Nov 2005 13:13:23 -0800
14906              Message-ID: <lrhdah7eoc.fsf@caliper.activestate.com>
14907      Branch: perl
14908            + ext/Storable/t/file_magic.t
14909            ! MANIFEST ext/Storable/MANIFEST ext/Storable/Storable.pm
14910            ! ext/Storable/Storable.xs
14911 ____________________________________________________________________________
14912 [ 26103] By: stevep                                on 2005/11/12  20:44:16
14913         Log: Upgrade to Locale-Maketext-1.10.  As change #25547 did not make it
14914              into the module release, I bumped the version number and added the
14915              missing code.
14916      Branch: perl
14917            ! lib/Locale/Maketext.pm lib/Locale/Maketext/ChangeLog
14918 ____________________________________________________________________________
14919 [ 26101] By: stevep                                on 2005/11/12  19:46:18
14920         Log: Subject: [perl #37657] segfault with binmode ":pop"
14921              From: Peter Dintelmann (via RT) <perlbug-followup@perl.org>
14922              Date: Fri, 11 Nov 2005 06:36:20 -0800
14923              Message-ID: <rt-3.0.11-37657-124293.6.03947871136576@perl.org>
14924      Branch: perl
14925            ! perlio.c
14926 ____________________________________________________________________________
14927 [ 26100] By: nicholas                              on 2005/11/12  18:48:29
14928         Log: Make B's tests skip correctly when PerlIO is not configured.
14929      Branch: perl
14930            ! ext/B/t/concise-xs.t ext/B/t/concise.t
14931 ____________________________________________________________________________
14932 [ 26099] By: stevep                                on 2005/11/12  16:59:49
14933         Log: Subject: [PATCH] mathoms prototypes aren't prototypes
14934              From: Andy Lester <andy@petdance.com>
14935              Date: Fri, 11 Nov 2005 17:20:30 -0600
14936              Message-ID: <20051111232030.GA882@petdance.com>
14937      Branch: perl
14938            ! mathoms.c perl.c
14939 ____________________________________________________________________________
14940 [ 26096] By: stevep                                on 2005/11/12  15:41:09
14941         Log: Andy Lester maintains Locale::Maketext now.
14942      Branch: perl
14943            ! Porting/Maintainers.pl
14944 ____________________________________________________________________________
14945 [ 26093] By: nicholas                              on 2005/11/12  10:21:50
14946         Log: Change 26063 got one conditional the wrong way round.
14947      Branch: perl
14948            ! ext/B/B/Bytecode.pm
14949 ____________________________________________________________________________
14950 [ 26091] By: nicholas                              on 2005/11/12  09:15:32
14951         Log: Make the removal of references to AvFLAGS in the B modules conditional
14952              on perl version.
14953      Branch: perl
14954            ! ext/B/B/C.pm ext/B/B/Debug.pm
14955 ____________________________________________________________________________
14956 [ 26090] By: stevep                                on 2005/11/11  22:47:06
14957         Log: const'ing Netdb_host_t broke HP-UX and created warnings on gcc for a double const.  
14958              Netdb_host_t is a macro that for a const pointer.
14959      Branch: perl
14960            ! pp_sys.c
14961 ____________________________________________________________________________
14962 [ 26089] By: nicholas                              on 2005/11/11  21:52:20
14963         Log: 26085 was wrong. Undo it.
14964              (I suspect that I got this wrong because more changes have been made
14965              in blead subsequent to the change I was attempting to merge in, and
14966              and jiggled around with the number of tests)
14967      Branch: perl
14968            ! ext/B/t/concise-xs.t
14969 ____________________________________________________________________________
14970 [ 26088] By: stevep                                on 2005/11/11  16:44:39
14971         Log: Subject: [PATCH] DB_File 1.814
14972              From: Paul Marquess <Paul.Marquess@ntlworld.com>
14973              Date: Fri, 11 Nov 2005 12:09:55 -0000
14974              Message-ID: <00e301c5e6b8$d5a357f0$241c140a@myopwv.com>
14975      Branch: perl
14976            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
14977            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
14978 ____________________________________________________________________________
14979 [ 26087] By: stevep                                on 2005/11/11  16:17:03
14980         Log: Subject: [PATCH] Storable 0.1 compatibility
14981              From: Gisle Aas <gisle@ActiveState.com> 
14982              Date: 11 Nov 2005 05:42:29 -0800 
14983              Message-ID: <lry83v712y.fsf@caliper.activestate.com>
14984              
14985              Also added an entry in the main MANIFEST file for the new test and 
14986              a version bump in Storable.pm.
14987      Branch: perl
14988            + ext/Storable/t/compat01.t
14989            ! MANIFEST ext/Storable/MANIFEST ext/Storable/Storable.pm
14990            ! ext/Storable/Storable.xs
14991 ____________________________________________________________________________
14992 [ 26085] By: nicholas                              on 2005/11/11  14:16:30
14993         Log: Correct the version-dependant expression for the number of tests, as it
14994              is now giving the wrong number for 5.8.x
14995      Branch: perl
14996            ! ext/B/t/concise-xs.t
14997 ____________________________________________________________________________
14998 [ 26082] By: stevep                                on 2005/11/11  04:55:56
14999         Log: Subject: [PATCH] Const & local: Special Victims Unit
15000              From: Andy Lester <andy@petdance.com>
15001              Date: Thu, 10 Nov 2005 22:47:00 -0600
15002              Message-ID: <20051111044700.GA24161@petdance.com>
15003      Branch: perl
15004            ! cop.h doio.c doop.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c sv.c
15005            ! util.c
15006 ____________________________________________________________________________
15007 [ 26081] By: stevep                                on 2005/11/11  03:27:35
15008         Log: Pod nit in Encode.pm, found by Marc Lehmann in RT #36949. 
15009      Branch: perl
15010            ! ext/Encode/Encode.pm
15011 ____________________________________________________________________________
15012 [ 26080] By: stevep                                on 2005/11/11  03:18:11
15013         Log: Fix for RT #37654.  Added $COMPILING to list of variables exported.
15014      Branch: perl
15015            ! lib/English.pm
15016 ____________________________________________________________________________
15017 [ 26079] By: rgs                                   on 2005/11/10  16:59:15
15018         Log: Subject: [PATCH] Suppress leaked warnings in ExtUtils tests
15019              From: Dominic Dunlop <domo@computer.org>
15020              Date: Thu, 10 Nov 2005 18:10:00 +0100
15021              Message-Id: <D2949A21-7EE3-449F-BEF2-38FAD7B4A483@computer.org>
15022      Branch: perl
15023            ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/Manifest.t
15024 ____________________________________________________________________________
15025 [ 26078] By: rgs                                   on 2005/11/10  16:36:12
15026         Log: Patch by Ilya Zakharevich to give more meaningful error
15027              messages from if.pm when invoked with a condition in list
15028              context. Also bump if's VERSION.
15029      Branch: perl
15030            ! lib/if.pm
15031 ____________________________________________________________________________
15032 [ 26077] By: rgs                                   on 2005/11/10  15:10:42
15033         Log: Define PERL_DEFAULT_DO_EXEC3_IMPLEMENTATION earlier in perl.h
15034              (that is, before embed.h, that uses this symbol, is included)
15035      Branch: perl
15036            ! perl.h
15037 ____________________________________________________________________________
15038 [ 26076] By: rgs                                   on 2005/11/10  14:26:12
15039         Log: Subject: [perl #35847] File::Find not performing as documented 
15040              From: "jms@mathras.comcast.net (via RT)" <perlbug-followup@perl.org>
15041              Date: 17 May 2005 10:40:08 -0000
15042              Message-ID: <rt-3.0.11-35847-113088.7.09182163210095@perl.org>
15043      Branch: perl
15044            ! lib/File/Find.pm
15045 ____________________________________________________________________________
15046 [ 26075] By: rgs                                   on 2005/11/10  13:03:20
15047         Log: Subject: [perl #37648] segfault with PERLIO_DEBUG 
15048              From: Peter Dintelmann (via RT) <perlbug-followup@perl.org>
15049              Date: Thu, 10 Nov 2005 04:31:39 -0800
15050              Message-ID: <rt-3.0.11-37648-124187.17.2251402270294@perl.org>
15051      Branch: perl
15052            ! perlio.c
15053 ____________________________________________________________________________
15054 [ 26074] By: stevep                                on 2005/11/10  12:22:43
15055         Log: Subject: [perl #37582] [PATCH] h2ph inc_dirs() fails to prepend gcc include search path, resulting in missing C standard headers on Linux
15056              From: Jason Vas Dias (via RT) <perlbug-followup@perl.org>
15057              Date: Tue, 01 Nov 2005 15:22:45 -0800
15058              Message-ID: <rt-3.0.11-37582-123738.12.3509768746337@perl.org>
15059      Branch: perl
15060            ! utils/h2ph.PL
15061 ____________________________________________________________________________
15062 [ 26073] By: rgs                                   on 2005/11/10  10:52:51
15063         Log: Subject: [PATCH] remove whitespace preceding semicolon in docs
15064              From: Steven Schubiger <schubiger@cpan.org>
15065              Date: Mon, 31 Oct 2005 22:48:27 +0100
15066              Message-ID: <20051031214827.GH24416@accognoscere.homeunix.org>
15067      Branch: perl
15068            ! pod/perl561delta.pod pod/perl56delta.pod pod/perlcall.pod
15069            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perlfaq5.pod
15070            ! pod/perlfilter.pod pod/perlipc.pod pod/perllexwarn.pod
15071            ! pod/perlop.pod pod/perlre.pod pod/perlsub.pod pod/perltrap.pod
15072            ! pod/perlxs.pod
15073 ____________________________________________________________________________
15074 [ 26072] By: rgs                                   on 2005/11/10  10:37:42
15075         Log: Really apply change #26071.
15076      Branch: perl
15077            ! configpm ext/Cwd/Cwd.xs wince/Makefile.ce wince/config_h.PL
15078            ! wince/config_sh.PL
15079 ____________________________________________________________________________
15080 [ 26071] By: rgs                                   on 2005/11/10  10:35:57
15081         Log: Subject: [PATCH @26062] wince patch
15082              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
15083              Date: Wed, 9 Nov 2005 20:22:52 +0300 
15084              Message-ID: <7DD1BE2C50259746ABB8683672D2089E12DC02@itotest-1.spb.lucent.com>
15085      Branch: perl
15086            ! configpm ext/Cwd/Cwd.xs wince/Makefile.ce wince/config_h.PL
15087            ! wince/config_sh.PL
15088 ____________________________________________________________________________
15089 [ 26070] By: rgs                                   on 2005/11/10  09:11:26
15090         Log: Add tests for two untested syntax error messages about \N
15091      Branch: perl
15092            ! t/comp/parser.t
15093 ____________________________________________________________________________
15094 [ 26069] By: steveh                                on 2005/11/10  08:41:53
15095         Log: Make Perl_seed public
15096              
15097              Fixes Win32 linker error in List::Util introduced by change #26054
15098      Branch: perl
15099            ! embed.fnc embed.h global.sym
15100 ____________________________________________________________________________
15101 [ 26068] By: rgs                                   on 2005/11/10  08:36:13
15102         Log: Subject: [PATCH] blead@26052 Symbian update
15103              From: <jarkko.hietaniemi@nokia.com>
15104              Date: Wed, 9 Nov 2005 17:45:07 +0200
15105              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A73D@esebe105.NOE.Nokia.com>
15106      Branch: perl
15107            ! README.symbian symbian/TODO symbian/config.pl symbian/port.pl
15108            ! symbian/sdk.pl symbian/sisify.pl
15109 ____________________________________________________________________________
15110 [ 26067] By: nicholas                              on 2005/11/09  21:52:03
15111         Log: As using -C to turn on utf8 IO is equivalent to the open pragma,
15112              change 25925 had the side effect of breaking ext/Encode/t/perlio.t
15113              Fixed by opening with :bytes.
15114      Branch: perl
15115            ! ext/Encode/t/perlio.t
15116 ____________________________________________________________________________
15117 [ 26066] By: nicholas                              on 2005/11/09  21:30:02
15118         Log: I/O is UTF-8, not "UNICODE"
15119      Branch: perl
15120            ! t/io/layers.t
15121 ____________________________________________________________________________
15122 [ 26065] By: nicholas                              on 2005/11/09  20:53:29
15123         Log: As using -C to turn on utf8 IO is equivalent to the open pragma,
15124              change 25925 had the side effect of breaking t/io/utf8.t
15125              Fixed by adding the missing binmode()s.
15126      Branch: perl
15127            ! t/io/utf8.t
15128 ____________________________________________________________________________
15129 [ 26064] By: nicholas                              on 2005/11/09  20:23:28
15130         Log: Better diagnostics from io/utf8.t
15131      Branch: perl
15132            ! t/io/utf8.t
15133 ____________________________________________________________________________
15134 [ 26063] By: nicholas                              on 2005/11/09  17:29:44
15135         Log: Make the Bytecode changes conditional on perl version.
15136      Branch: perl
15137            ! ext/B/B/Bytecode.pm
15138 ____________________________________________________________________________
15139 [ 26062] By: rgs                                   on 2005/11/09  11:56:04
15140         Log: Subject: Re: [PATCH] Re: [perl #32383] DProf breaks List::Util::shuffle
15141              From: Graham Barr <gbarr@pobox.com>
15142              Date: Wed, 9 Nov 2005 06:09:48 -0600
15143              Message-Id: <6CAD749E-AE29-415A-9ACB-BA8F6FB8279E@pobox.com>
15144      Branch: perl
15145            ! ext/List/Util/Util.xs ext/List/Util/lib/Scalar/Util.pm
15146            ! ext/List/Util/t/lln.t ext/List/Util/t/p_blessed.t
15147            ! ext/List/Util/t/p_first.t ext/List/Util/t/p_lln.t
15148            ! ext/List/Util/t/p_max.t ext/List/Util/t/p_maxstr.t
15149            ! ext/List/Util/t/p_min.t ext/List/Util/t/p_minstr.t
15150            ! ext/List/Util/t/p_openhan.t ext/List/Util/t/p_readonly.t
15151            ! ext/List/Util/t/p_reduce.t ext/List/Util/t/p_refaddr.t
15152            ! ext/List/Util/t/p_reftype.t ext/List/Util/t/p_shuffle.t
15153            ! ext/List/Util/t/p_sum.t ext/List/Util/t/p_tainted.t
15154 ____________________________________________________________________________
15155 [ 26061] By: nicholas                              on 2005/11/09  11:21:10
15156         Log: Simplify Perl_allocmy slightly, and cope better with the name is ""
15157              case.
15158      Branch: perl
15159            ! op.c
15160 ____________________________________________________________________________
15161 [ 26060] By: nicholas                              on 2005/11/09  11:17:17
15162         Log: Add a comment about possible future refactoring of the pad code.
15163      Branch: perl
15164            ! pad.c
15165 ____________________________________________________________________________
15166 [ 26059] By: nicholas                              on 2005/11/09  10:56:28
15167         Log: Remove superfluous strlen() from pp_require().
15168      Branch: perl
15169            ! pp_ctl.c
15170 ____________________________________________________________________________
15171 [ 26058] By: stevep                                on 2005/11/09  10:45:57
15172         Log: Patch from Gisle to add NO_MATHOMS to the Compile-time options.
15173      Branch: perl
15174            ! perl.c
15175 ____________________________________________________________________________
15176 [ 26057] By: rgs                                   on 2005/11/09  10:31:35
15177         Log: Don't declare a function inside another function
15178      Branch: perl
15179            ! perl.c
15180 ____________________________________________________________________________
15181 [ 26056] By: merijn                                on 2005/11/09  09:54:28
15182         Log: Subject: Configure setting patchlevel broken
15183              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
15184              Date: Fri, 14 Oct 2005 00:33:29 -0700
15185              Message-ID: <20051014073329.GA3236@efn.org>
15186      Branch: perl
15187            ! Configure
15188 ____________________________________________________________________________
15189 [ 26054] By: rgs                                   on 2005/11/09  09:15:04
15190         Log: Subject: [PATCH] Re: [perl #32383] DProf breaks List::Util::shuffle
15191              From: Robin Houston <robin@cpan.org>
15192              Date: Tue, 8 Nov 2005 19:02:34 +0000
15193              Message-ID: <20051108190234.GA25953@rpc142.cs.man.ac.uk>
15194      Branch: perl
15195            ! cop.h ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
15196            ! ext/List/Util/multicall.h ext/List/Util/t/first.t
15197            ! ext/List/Util/t/reduce.t pod/perlcall.pod
15198 ____________________________________________________________________________
15199 [ 26053] By: rgs                                   on 2005/11/09  08:57:10
15200         Log: Subject: patch@26052 - compile rule for mathoms.c
15201              From: "John E. Malmberg" <wb8tyw@qsl.net>
15202              Date: Tue, 08 Nov 2005 23:09:03 -0500
15203              Message-ID: <4371765F.1000900@qsl.net>
15204      Branch: perl
15205            ! vms/descrip_mms.template
15206 ____________________________________________________________________________
15207 [ 26052] By: nicholas                              on 2005/11/08  22:05:57
15208         Log: It helps to actually *remove* the now-superfluous strlen().
15209              (An addendum to 26050.)
15210      Branch: perl
15211            ! toke.c
15212 ____________________________________________________________________________
15213 [ 26051] By: nicholas                              on 2005/11/08  21:55:40
15214         Log: Moving the 4 writes of PL_no_mem followed by exit(1) to a static
15215              function makes the object code slightly smaller.
15216      Branch: perl
15217            ! util.c
15218 ____________________________________________________________________________
15219 [ 26050] By: nicholas                              on 2005/11/08  21:37:52
15220         Log: Eliminate some unnecessary strlen()s
15221      Branch: perl
15222            ! doio.c op.c perl.c perlio.c sv.c toke.c util.c
15223 ____________________________________________________________________________
15224 [ 26049] By: nicholas                              on 2005/11/08  20:43:11
15225         Log: Eliminate duplicate strlen()s by explicitly calling it.
15226              Note two places for future audit with FIXME.
15227              Convert a SvPVX_const to SvPVX_const_nolen, where the length is unused.
15228      Branch: perl
15229            ! pp_ctl.c
15230 ____________________________________________________________________________
15231 [ 26048] By: nicholas                              on 2005/11/08  20:35:11
15232         Log: 3 calls to strlen() we can avoid.
15233      Branch: perl
15234            ! doio.c
15235 ____________________________________________________________________________
15236 [ 26047] By: rgs                                   on 2005/11/08  17:35:58
15237         Log: Subject: [DOC PATCH] mention @-, @+ in perl56delta.pod
15238              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
15239              Date: Tue, 8 Nov 2005 08:46:42 -0800
15240              Message-ID: <20051108164642.GD7972@efn.org>
15241      Branch: perl
15242            ! pod/perl561delta.pod pod/perl56delta.pod
15243 ____________________________________________________________________________
15244 [ 26046] By: nicholas                              on 2005/11/08  16:30:18
15245         Log: Probaby a good idea to include DEBUG_LEAKING_SCALARS in -V output, as
15246              its presence changes structure sizes.
15247      Branch: perl
15248            ! perl.c
15249 ____________________________________________________________________________
15250 [ 26045] By: stevep                                on 2005/11/08  14:24:39
15251         Log: From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
15252              Subject: Re: A surprising segfault
15253              Date: Tue, 08 Nov 2005 23:36:13 +0900
15254              Message-Id: <20051108233535.735D.BQW10602@nifty.com>
15255      Branch: perl
15256            ! t/io/fs.t t/io/print.t t/op/chop.t t/op/sort.t
15257 ____________________________________________________________________________
15258 [ 26044] By: steveh                                on 2005/11/08  10:16:56
15259         Log: Remove an unused variable left over from change #26041
15260      Branch: perl
15261            ! win32/win32.c
15262 ____________________________________________________________________________
15263 [ 26043] By: rgs                                   on 2005/11/08  10:11:55
15264         Log: Subject: Re: C<undef %::> considered harmful
15265              From: Benjamin Sugars <bsugars@canoe.ca>
15266              Date: Fri, 20 Apr 2001 10:30:20 -0400 (EDT)
15267              Message-ID: <Pine.LNX.4.21.0104201022040.1722-100000@marmot.rim.canoe.ca>
15268              
15269              except the part that increases the refcount of PL_stderrgv, already
15270              fixed separately.
15271      Branch: perl
15272            ! perl.c
15273 ____________________________________________________________________________
15274 [ 26042] By: rgs                                   on 2005/11/08  09:57:10
15275         Log: Upgrade to CPAN 1.76_65
15276      Branch: perl
15277            - lib/CPAN/Admin.pm
15278            ! MANIFEST lib/CPAN.pm lib/CPAN/SIGNATURE lib/CPAN/bin/cpan
15279            ! lib/CPAN/t/version.t
15280 ____________________________________________________________________________
15281 [ 26041] By: merijn                                on 2005/11/08  06:29:56
15282         Log: Subject: [PATCH] Remove unused USING_WIDE code from win32 and wince branches
15283              From: "Jan Dubois" <jand@ActiveState.com>
15284              Date: Mon, 7 Nov 2005 20:39:02 -0800
15285              Message-ID: <078001c5e41e$585c4140$6401a8c0@candy>
15286      Branch: perl
15287            ! win32/ext/Win32/Win32.xs win32/perlhost.h win32/win32.c
15288            ! win32/win32.h wince/perlhost.h wince/win32.h wince/wince.c
15289 ____________________________________________________________________________
15290 [ 26040] By: stevep                                on 2005/11/08  00:41:51
15291         Log: Updated perldiag.pod entry for "Can't use subscript..."
15292      Branch: perl
15293            ! pod/perldiag.pod
15294 ____________________________________________________________________________
15295 [ 26039] By: nicholas                              on 2005/11/07  21:31:16
15296         Log: Merge pp_slt, pp_sgt and pp_sge into pp_sle. (The most commonly used
15297              of the 4. Not that any are that popular.)
15298      Branch: perl
15299            ! mathoms.c opcode.h opcode.pl pp.c
15300 ____________________________________________________________________________
15301 [ 26038] By: stevep                                on 2005/11/07  18:35:47
15302         Log: Subject: [PATCH] Re: [perl #36061] Not OK: perl v5.8.7 on darwin-2level 8.1.0 (UNINSTALLED)
15303              From: shouldbedomo@mac.com (Dominic Dunlop)
15304              Date: Mon, 7 Nov 2005 18:24:50 +0100
15305              Message-ID: <B9D07EB3-DF78-48A9-90C4-AF3A89AAB7C6@mac.com>
15306              
15307              README.macosx updates
15308      Branch: perl
15309            ! README.macosx
15310 ____________________________________________________________________________
15311 [ 26037] By: nicholas                              on 2005/11/07  15:21:01
15312         Log: s/Nick Clark/Nicholas Clark/
15313      Branch: perl
15314            ! Changes Changes5.8 doio.c t/op/lc.t
15315 ____________________________________________________________________________
15316 [ 26036] By: nicholas                              on 2005/11/07  15:18:51
15317         Log: For each test function, test it as is, and with extra data appended
15318              after each test character.
15319      Branch: perl
15320            ! t/uni/case.pl
15321 ____________________________________________________________________________
15322 [ 26035] By: nicholas                              on 2005/11/07  14:05:25
15323         Log: The rarely used lcfirst and ucfirst share almost all their code.
15324              Merge the two as pp_ucfirst.
15325      Branch: perl
15326            ! mathoms.c opcode.h opcode.pl pp.c
15327 ____________________________________________________________________________
15328 [ 26034] By: nicholas                              on 2005/11/07  13:22:35
15329         Log: Fix bug #37628 (both lcfirst and ucfirst)
15330      Branch: perl
15331            ! pp.c t/uni/case.pl t/uni/lower.t t/uni/title.t t/uni/upper.t
15332 ____________________________________________________________________________
15333 [ 26033] By: rgs                                   on 2005/11/07  12:26:29
15334         Log: Subject: [PATCH] Cleaning up x2p directory
15335              From: Andy Lester <andy@petdance.com>
15336              Date: Fri, 4 Nov 2005 15:13:55 -0600
15337              Message-ID: <20051104211355.GB12651@petdance.com>
15338      Branch: perl
15339            - x2p/proto.h
15340            ! MANIFEST x2p/EXTERN.h x2p/INTERN.h x2p/a2p.h x2p/a2py.c
15341            ! x2p/hash.c x2p/hash.h x2p/str.c x2p/str.h x2p/util.c
15342            ! x2p/util.h x2p/walk.c
15343 ____________________________________________________________________________
15344 [ 26032] By: rgs                                   on 2005/11/07  12:20:59
15345         Log: Subject: [PATCH] Missing static declarations 
15346              From: Gisle Aas <gisle@ActiveState.com>
15347              Date: 05 Nov 2005 05:08:03 -0800
15348              Message-ID: <lracgj1bv0.fsf@caliper.activestate.com>
15349      Branch: perl
15350            ! genpacksizetables.pl pp_pack.c
15351 ____________________________________________________________________________
15352 [ 26031] By: rgs                                   on 2005/11/07  11:49:46
15353         Log: Remove CPAN.pm's META.yml.
15354              Add CPAN.pm's SIGNATURE in MANIFEST.
15355      Branch: perl
15356            - lib/CPAN/META.yml
15357            ! MANIFEST
15358 ____________________________________________________________________________
15359 [ 26030] By: rgs                                   on 2005/11/07  11:39:57
15360         Log: Subject: [PATCH] Symbian update blead@26025
15361              From: <jarkko.hietaniemi@nokia.com>
15362              Date: Mon, 7 Nov 2005 13:32:15 +0200
15363              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A70C@esebe105.NOE.Nokia.com>
15364      Branch: perl
15365            + symbian/PerlUi.cpp symbian/PerlUi.h symbian/PerlUi.hrh
15366            + symbian/PerlUiS60.rss symbian/PerlUiS80.rss
15367            + symbian/PerlUiUIQ.rss symbian/ext/Moped/Msg/Msg.mmp
15368            + symbian/ext/Moped/Msg/Msg.pkg symbian/ext/Moped/Msg/Msg.pm
15369            + symbian/ext/Moped/Msg/Msg.xs symbian/ext/Moped/Msg/README
15370            + symbian/ext/Moped/Msg/bld.inf
15371            + symbian/ext/Moped/Msg/location.pl
15372            - symbian/PerlAppS60.rss symbian/PerlAppS80.rss
15373            - symbian/PerlAppUIQ.rss
15374            ! MANIFEST doio.c perl.c symbian/PerlApp.cpp symbian/PerlApp.h
15375            ! symbian/PerlApp.hrh symbian/PerlBase.h symbian/TODO
15376            ! symbian/config.pl symbian/config.sh symbian/sanity.pl
15377            ! symbian/sdk.pl symbian/sisify.pl symbian/symbian_proto.h
15378            ! symbian/symbian_utils.cpp symbian/symbianish.h
15379            ! symbian/xsbuild.pl
15380 ____________________________________________________________________________
15381 [ 26029] By: nicholas                              on 2005/11/07  10:52:08
15382         Log: Add lib/CPAN/Admin.pm from CPAN to make version.t pass.
15383      Branch: perl
15384            + lib/CPAN/Admin.pm
15385            ! MANIFEST
15386 ____________________________________________________________________________
15387 [ 26028] By: rgs                                   on 2005/11/07  10:24:54
15388         Log: Subject: [PATCH] Consting and localizing: Part LXVIII
15389              From: Andy Lester <andy@petdance.com>
15390              Date: Fri, 4 Nov 2005 15:12:56 -0600
15391              Message-ID: <20051104211256.GA12651@petdance.com>
15392      Branch: perl
15393            ! deb.c embed.fnc embed.h locale.c pp_sys.c proto.h scope.c
15394            ! universal.c utf8.c util.c
15395 ____________________________________________________________________________
15396 [ 26027] By: rgs                                   on 2005/11/07  09:58:26
15397         Log: Subject: [perl #24254] Attempt to free unreferenced scalar 
15398              From: "Chris Heath via RT" <perlbug-followup@perl.org>
15399              Date: Sun, 06 Nov 2005 20:08:05 -0800
15400              Message-ID: <rt-3.0.11-24254-123984.4.44134155985068@perl.org>
15401      Branch: perl
15402            ! cop.h
15403 ____________________________________________________________________________
15404 [ 26026] By: merijn                                on 2005/11/07  08:14:59
15405         Log: Subject: [PATCH] follow up on 25969 for VMS
15406              From: Abe Timmerman <abe@ztreet.demon.nl>
15407              Date: Sat, 5 Nov 2005 13:29:58 +0200
15408              Message-Id: <200511051229.58297.abe@ztreet.demon.nl>
15409      Branch: perl
15410            ! vms/vms.c vms/vmsish.h
15411 ____________________________________________________________________________
15412 [ 26025] By: stevep                                on 2005/11/07  03:42:53
15413         Log: Added note to README.macosx regarding failures from broken locale
15414              files.
15415      Branch: perl
15416            ! README.macosx
15417 ____________________________________________________________________________
15418 [ 26024] By: stevep                                on 2005/11/07  02:58:31
15419         Log: Fix documentation for gmtime().
15420      Branch: perl
15421            ! pod/perlfunc.pod
15422 ____________________________________________________________________________
15423 [ 26023] By: stevep                                on 2005/11/06  20:18:23
15424         Log: Upgrade to CPAN-1.76_61
15425      Branch: perl
15426            + lib/CPAN/PAUSE2005.pub
15427            ! MANIFEST lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/META.yml
15428            ! lib/CPAN/Nox.pm lib/CPAN/SIGNATURE lib/CPAN/Version.pm
15429            ! lib/CPAN/bin/cpan lib/CPAN/t/Nox.t lib/CPAN/t/vcmp.t
15430            ! lib/CPAN/t/version.t
15431 ____________________________________________________________________________
15432 [ 26022] By: stevep                                on 2005/11/06  19:16:54
15433         Log: Nits in the pp_defined code spotted by Jarkko.
15434      Branch: perl
15435            ! pp_hot.c
15436 ____________________________________________________________________________
15437 [ 26021] By: stevep                                on 2005/11/06  18:38:02
15438         Log: Upgrade to Time-HiRes-1.82
15439      Branch: perl
15440            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
15441            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
15442            ! ext/Time/HiRes/t/HiRes.t
15443 ____________________________________________________________________________
15444 [ 26020] By: merijn                                on 2005/11/06  07:23:15
15445         Log: Subject: Re: [PATCH configure.com] add the new d_futimes as undef
15446              From: "John E. Malmberg" <wb8tyw@qsl.net>
15447              Date: Sat, 05 Nov 2005 21:28:33 -0500
15448              Message-ID: <436D6A51.5040700@qsl.net>
15449      Branch: perl
15450            ! configure.com
15451 ____________________________________________________________________________
15452 [ 26019] By: nicholas                              on 2005/11/05  16:47:31
15453         Log: Make the 5.9 changes to B conditional on perl version.
15454      Branch: perl
15455            ! ext/B/B.pm ext/B/B.xs
15456 ____________________________________________________________________________
15457 [ 26018] By: nicholas                              on 2005/11/05  16:28:09
15458         Log: '[at]' should be '@'
15459              Suck in CPAN/Nox.pm from CPAN, so that version.t passes.
15460      Branch: perl
15461            ! lib/CPAN.pm lib/CPAN/Nox.pm lib/CPAN/Version.pm
15462            ! lib/CPAN/t/version.t
15463 ____________________________________________________________________________
15464 [ 26017] By: stevep                                on 2005/11/05  14:49:11
15465         Log: Kill warnings and add a panic to pp_defined() in case the wrong op
15466              is passed in.
15467      Branch: perl
15468            ! pp_hot.c
15469 ____________________________________________________________________________
15470 [ 26016] By: stevep                                on 2005/11/05  13:44:10
15471         Log: Upgrade to CPAN-1.76_60.
15472      Branch: perl
15473            + lib/CPAN/Version.pm lib/CPAN/t/version.t
15474            ! MANIFEST lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/t/Nox.t
15475            ! lib/CPAN/t/loadme.t lib/CPAN/t/mirroredby.t lib/CPAN/t/vcmp.t
15476 ____________________________________________________________________________
15477 [ 26015] By: nicholas                              on 2005/11/05  12:57:40
15478         Log: Allow passing of the full enum name into the tryAMAGICbin family of
15479              macros, to avoid needing C pre-processor string concatenation within
15480              the lowest level expansion.
15481      Branch: perl
15482            ! pp.c pp.h
15483 ____________________________________________________________________________
15484 [ 26014] By: stevep                                on 2005/11/05  12:55:47
15485         Log: Upgrade to Time-HiRes-1.81
15486      Branch: perl
15487            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
15488            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/t/HiRes.t
15489 ____________________________________________________________________________
15490 [ 26013] By: merijn                                on 2005/11/05  11:38:32
15491         Log: Subject: [PATCH configure.com] add the new d_futimes as undef
15492              From: Abe Timmerman <abe@ztreet.demon.nl>
15493              Date: Sat, 5 Nov 2005 11:26:33 +0200
15494              Message-Id: <200511051026.33940.abe@ztreet.demon.nl>
15495      Branch: perl
15496            ! configure.com
15497 ____________________________________________________________________________
15498 [ 26012] By: rgs                                   on 2005/11/05  10:13:56
15499         Log: Remove the obsolete KNOWN PROBLEMS sections from perlcall.pod
15500              (noticed by Robin Houston)
15501      Branch: perl
15502            ! pod/perlcall.pod
15503 ____________________________________________________________________________
15504 [ 26011] By: rgs                                   on 2005/11/05  10:10:09
15505         Log: Subject: Re: A surprising segfault
15506              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
15507              Date: Nov 5, 2005 5:54 AM
15508              Message-Id: <20051105135053.27D7.BQW10602@nifty.com>
15509      Branch: perl
15510            ! pp.c pp_sort.c pp_sys.c
15511 ____________________________________________________________________________
15512 [ 26010] By: nicholas                              on 2005/11/05  08:32:39
15513         Log: dorassign doesn't need --SP;
15514      Branch: perl
15515            ! pp_hot.c
15516 ____________________________________________________________________________
15517 [ 26009] By: davem                                 on 2005/11/05  01:57:23
15518         Log: pp_print didn't extend the stack before pushing its return value
15519      Branch: perl
15520            ! pp_hot.c
15521 ____________________________________________________________________________
15522 [ 26008] By: stevep                                on 2005/11/05  01:39:51
15523         Log: Typos in opcode.pl this time.
15524      Branch: perl
15525            ! opcode.h opcode.pl
15526 ____________________________________________________________________________
15527 [ 26007] By: stevep                                on 2005/11/05  01:36:17
15528         Log: Merge pp_andassign, pp_orassign, and pp_dorassign into pp_and,
15529              pp_or, and pp_defined, respectively.
15530      Branch: perl
15531            ! mathoms.c opcode.h opcode.pl pp_ctl.c pp_hot.c
15532 ____________________________________________________________________________
15533 [ 26006] By: nicholas                              on 2005/11/04  22:50:22
15534         Log: s/printf/my_printf/ because we're using the return value.
15535              My mistake spotted by Gisle.
15536      Branch: perl
15537            ! regcomp.c
15538 ____________________________________________________________________________
15539 [ 26005] By: stevep                                on 2005/11/04  21:41:43
15540         Log: s/pp_dor/pp_defined/
15541      Branch: perl
15542            ! mathoms.c
15543 ____________________________________________________________________________
15544 [ 26004] By: stevep                                on 2005/11/04  21:39:44
15545         Log: I barely knew ya pp_dor.  Merged into pp_defined from whence you came.
15546              This change has also caused pp_defined to be promoted to being a hot
15547              op.
15548      Branch: perl
15549            ! mathoms.c opcode.h opcode.pl pp.c pp_hot.c
15550 ____________________________________________________________________________
15551 [ 26003] By: nicholas                              on 2005/11/04  21:22:46
15552         Log: Use the return value of sprintf in sv_2pv_flags. Remove dead code.
15553      Branch: perl
15554            ! sv.c
15555 ____________________________________________________________________________
15556 [ 26002] By: nicholas                              on 2005/11/04  21:03:58
15557         Log: You can't there from here. (Dead code in sv_2pv_flags)
15558      Branch: perl
15559            ! sv.c
15560 ____________________________________________________________________________
15561 [ 26001] By: nicholas                              on 2005/11/04  20:47:34
15562         Log: Use the return value from sprintf().
15563      Branch: perl
15564            ! regcomp.c taint.c universal.c util.c
15565 ____________________________________________________________________________
15566 [ 26000] By: nicholas                              on 2005/11/04  20:20:56
15567         Log: pp_semop can fit within Perl_pp_shmwrite().
15568      Branch: perl
15569            ! mathoms.c opcode.h opcode.pl pp_sys.c
15570 ____________________________________________________________________________
15571 [ 25999] By: nicholas                              on 2005/11/04  19:53:33
15572         Log: The remaining special logic in pp_syswrite can be moved into pp_send,
15573              which is actually already 50% syswrite.
15574      Branch: perl
15575            ! mathoms.c opcode.h opcode.pl pp_sys.c
15576 ____________________________________________________________________________
15577 [ 25998] By: rgs                                   on 2005/11/04  18:38:34
15578         Log: Revert patch #25993.
15579      Branch: perl
15580            ! regexec.c t/op/pat.t
15581 ____________________________________________________________________________
15582 [ 25997] By: steveh                                on 2005/11/04  17:23:49
15583         Log: Fix a Win32 linker error following change #25972
15584      Branch: perl
15585            ! pp_sys.c
15586 ____________________________________________________________________________
15587 [ 25996] By: rgs                                   on 2005/11/04  16:35:17
15588         Log: Subject: [PATCH] use clearenv if available
15589              From: Alan Burlison <Alan.Burlison@sun.com>
15590              Date: Fri, 04 Nov 2005 16:33:30 +0000
15591              Message-ID: <436B8D5A.4010502@sun.com>
15592      Branch: perl
15593            ! embed.fnc embed.h mg.c proto.h sv.c util.c
15594 ____________________________________________________________________________
15595 [ 25995] By: merijn                                on 2005/11/04  16:30:03
15596         Log: Subject: Re: futimes [PATCH]
15597              From: Steve Peters <steve@fisharerojo.org>
15598              Date: Fri, 4 Nov 2005 09:00:25 -0600
15599              Message-ID: <20051104150025.GA3873@mccoy.peters.homeunix.org>
15600      Branch: perl
15601            ! Configure
15602 ____________________________________________________________________________
15603 [ 25993] By: rgs                                   on 2005/11/04  16:26:08
15604         Log: Subject: [perl #19049] Incorrect $` after replacement
15605              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
15606              Date: Fri, 04 Nov 2005 08:17:25 +0100
15607              Message-ID: <87fyqc51bu.fsf@k75.linux.bogus>
15608      Branch: perl
15609            ! regexec.c t/op/pat.t
15610 ____________________________________________________________________________
15611 [ 25992] By: rgs                                   on 2005/11/04  15:41:21
15612         Log: Subject: Re: [PATCH] sort/multicall patch
15613              From: Robin Houston <robin@cpan.org>
15614              Date: Fri, 4 Nov 2005 15:20:29 +0000
15615              Message-ID: <20051104152029.GA17169@rpc142.cs.man.ac.uk>
15616      Branch: perl
15617            ! pp_ctl.c t/op/sort.t
15618 ____________________________________________________________________________
15619 [ 25991] By: stevep                                on 2005/11/04  15:10:44
15620         Log: Subject: Re: Configure -Dno_mathoms
15621              From: gisle@ActiveState.com (Gisle Aas)
15622              Date: 01 Nov 2005 03:27:49 -0800
15623              Message-ID: <lrslug7glm.fsf@caliper.activestate.com>
15624      Branch: perl
15625            ! mathoms.c perl.c
15626 ____________________________________________________________________________
15627 [ 25990] By: nicholas                              on 2005/11/04  14:47:49
15628         Log: Merge msgsnd, msgrcv with Perl_pp_shmwrite().
15629              "Perfection is achieved not when there's nothing more to add,
15630              but when there's nothing left to remove" (Antoine de Saint-Exupéry)
15631      Branch: perl
15632            ! mathoms.c opcode.h opcode.pl pp_sys.c
15633 ____________________________________________________________________________
15634 [ 25989] By: nicholas                              on 2005/11/04  14:21:19
15635         Log: Once more, with feeling.
15636              [Mmm, has someone been swapping the coffee for decaf?]
15637              [Actual cause - make sure the edited version of the file is in the
15638              correct directory]
15639      Branch: perl
15640            ! pod/perldiag.pod
15641 ____________________________________________________________________________
15642 [ 25988] By: nicholas                              on 2005/11/04  14:18:14
15643         Log: Meta-oops. Change 25987 was not the change you were looking for.
15644      Branch: perl
15645            ! pod/perldiag.pod
15646 ____________________________________________________________________________
15647 [ 25987] By: nicholas                              on 2005/11/04  14:09:11
15648         Log: Oops. This new panic was meant to be added to the documented
15649              diagnostics.
15650      Branch: perl
15651            ! pod/perldiag.pod
15652 ____________________________________________________________________________
15653 [ 25986] By: nicholas                              on 2005/11/04  13:02:42
15654         Log: ftrwrite, ftrexec, fteread, ftewrite and fteexec can all be merged
15655              with Perl_pp_ftrread().
15656      Branch: perl
15657            ! mathoms.c opcode.h opcode.pl pod/perldiag.pod pod/perltodo.pod
15658            ! pp_sys.c
15659 ____________________________________________________________________________
15660 [ 25985] By: stevep                                on 2005/11/04  12:02:51
15661         Log: Upgrade to Time-HiRes-1.80
15662      Branch: perl
15663            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
15664            ! ext/Time/HiRes/HiRes.xs
15665 ____________________________________________________________________________
15666 [ 25984] By: nicholas                              on 2005/11/04  11:36:24
15667         Log: PERL_EFF_ACCESS_[RWX]_OK can go.
15668      Branch: perl
15669            ! pp_sys.c
15670 ____________________________________________________________________________
15671 [ 25983] By: nicholas                              on 2005/11/04  11:16:08
15672         Log: The PERL_EFF_ACCESS_[RWX]_OK macros are all defined as triples, so
15673              can be refactored to a single platform dependent PERL_EFF_ACCESS macro
15674              with the other 3 implemented in terms of it.
15675      Branch: perl
15676            ! pp_sys.c
15677 ____________________________________________________________________________
15678 [ 25982] By: merijn                                on 2005/11/04  09:16:53
15679         Log: Subject: [PATCH] bad semicolon in pp_ftrowned
15680              From: Andy Lester <andy@petdance.com>
15681              Date: Fri, 4 Nov 2005 00:37:54 -0600
15682              Message-ID: <20051104063753.GA3863@petdance.com>
15683      Branch: perl
15684            ! pp_sys.c
15685 ____________________________________________________________________________
15686 [ 25981] By: stevep                                on 2005/11/04  00:10:21
15687         Log: Upgrade to Time-HiRes 1.79
15688      Branch: perl
15689            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
15690            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/t/HiRes.t
15691 ____________________________________________________________________________
15692 [ 25980] By: stevep                                on 2005/11/03  21:23:48
15693         Log: Reverting the reversion.  va_end() goes with va_start().
15694      Branch: perl
15695            ! mg.c
15696 ____________________________________________________________________________
15697 [ 25979] By: rgs                                   on 2005/11/03  21:07:54
15698         Log: Fix test failures introduced by the change of flags on op_sort
15699      Branch: perl
15700            ! ext/B/t/f_sort.t
15701 ____________________________________________________________________________
15702 [ 25978] By: stevep                                on 2005/11/03  20:28:20
15703         Log: Upgrade to Time-HiRes-1.78
15704      Branch: perl
15705            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
15706            ! ext/Time/HiRes/t/HiRes.t
15707 ____________________________________________________________________________
15708 [ 25977] By: stevep                                on 2005/11/03  17:27:58
15709         Log: Change #25976 seemed to cause test failures in ext/B/t/f_sort.t.  What
15710              was that line about Jenga again?
15711      Branch: perl
15712            ! mg.c
15713 ____________________________________________________________________________
15714 [ 25976] By: stevep                                on 2005/11/03  17:14:17
15715         Log: Missing va_end(args) from SA_SIGINFO related code.
15716      Branch: perl
15717            ! mg.c
15718 ____________________________________________________________________________
15719 [ 25975] By: stevep                                on 2005/11/03  16:00:12
15720         Log: Test for the right signal should use the constant for that signal.
15721      Branch: perl
15722            ! ext/POSIX/t/sigaction.t
15723 ____________________________________________________________________________
15724 [ 25974] By: stevep                                on 2005/11/03  15:07:26
15725         Log: Add appropriate skips to t/io/fs.t to fix test failures on Cygwin.
15726      Branch: perl
15727            ! t/io/fs.t
15728 ____________________________________________________________________________
15729 [ 25973] By: stevep                                on 2005/11/03  14:56:25
15730         Log: More core test cleanups.  Mainly fixes to remove code that caused 
15731              warnings, but there were a few bug fixes that were hidden by 
15732              no using warnings.
15733      Branch: perl
15734            ! t/io/nargv.t t/io/openpid.t t/io/pipe.t t/io/print.t
15735            ! t/io/read.t t/io/tell.t
15736 ____________________________________________________________________________
15737 [ 25972] By: nicholas                              on 2005/11/03  14:19:34
15738         Log: Perl_pp_symlink and Perl_pp_link can be merged. The diff looks evil,
15739              but the actual finished code is not as bad as it seems.
15740      Branch: perl
15741            ! mathoms.c opcode.h opcode.pl pp_sys.c
15742 ____________________________________________________________________________
15743 [ 25971] By: rgs                                   on 2005/11/03  12:29:18
15744         Log: Document some bogus compiler warnings in README.solaris
15745              
15746              Subject: Re: Why is malloc_wrap now the default?
15747              From: Alan Burlison <Alan.Burlison@sun.com>
15748              Date: Thu, 03 Nov 2005 12:54:16 +0000
15749              Message-ID: <436A0878.1030703@sun.com>
15750      Branch: perl
15751            ! README.solaris
15752 ____________________________________________________________________________
15753 [ 25970] By: stevep                                on 2005/11/03  11:37:31
15754         Log: Upgrade to Time-HiRes-1.77
15755      Branch: perl
15756            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
15757            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
15758            ! ext/Time/HiRes/fallback/const-c.inc
15759            ! ext/Time/HiRes/fallback/const-xs.inc ext/Time/HiRes/t/HiRes.t
15760 ____________________________________________________________________________
15761 [ 25969] By: nicholas                              on 2005/11/03  11:09:39
15762         Log: Patch 3945 was a bit overkeen - the effective parameter to cando() and
15763              ingroup() is a boolean flag, not a GID or UID.
15764      Branch: perl
15765            ! doio.c embed.fnc proto.h
15766 ____________________________________________________________________________
15767 [ 25968] By: nicholas                              on 2005/11/03  09:51:56
15768         Log: Avoiding source code duplication for the lstat() on filehandle %s
15769              warning also makes the object code slightly smaller.
15770      Branch: perl
15771            ! pp_sys.c
15772 ____________________________________________________________________________
15773 [ 25967] By: stevep                                on 2005/11/03  02:09:30
15774         Log: Clean up some test files.
15775      Branch: perl
15776            ! t/io/argv.t t/io/crlf_through.t t/io/dup.t t/io/layers.t
15777            ! t/io/through.t
15778 ____________________________________________________________________________
15779 [ 25966] By: stevep                                on 2005/11/03  01:45:45
15780         Log: Make harness warning-free when running with -Mdiagnostics
15781      Branch: perl
15782            ! t/harness
15783 ____________________________________________________________________________
15784 [ 25965] By: stevep                                on 2005/11/02  22:37:48
15785         Log: Test case should not execute /no_such_process if it does exist.
15786      Branch: perl
15787            ! t/io/pipe.t
15788 ____________________________________________________________________________
15789 [ 25964] By: nicholas                              on 2005/11/02  21:27:58
15790         Log: unlink chmod utime kill can be merged into Perl_pp_chown().
15791      Branch: perl
15792            ! mathoms.c opcode.h opcode.pl pp_sys.c
15793 ____________________________________________________________________________
15794 [ 25963] By: nicholas                              on 2005/11/02  20:59:52
15795         Log: Move the conditonal compiles that report absence of kill and chown
15796              from pp_kill() and pp_chown() into apply().
15797      Branch: perl
15798            ! doio.c pp_sys.c
15799 ____________________________________________________________________________
15800 [ 25962] By: nicholas                              on 2005/11/02  20:13:24
15801         Log: Move ftsuid ftsgid ftsvtx into Perl_pp_ftrowned.
15802      Branch: perl
15803            ! mathoms.c opcode.h opcode.pl pp_sys.c
15804 ____________________________________________________________________________
15805 [ 25961] By: nicholas                              on 2005/11/02  19:04:10
15806         Log: Merge ftzero ftsock ftchr ftblk ftfile ftdir ftpipe into
15807              Perl_pp_ftrowned
15808      Branch: perl
15809            ! mathoms.c opcode.h opcode.pl pp_sys.c
15810 ____________________________________________________________________________
15811 [ 25960] By: nicholas                              on 2005/11/02  17:24:35
15812         Log: Avoid a pad panic by attempting to use dTARGET; in an op that didn't
15813              flag that it needed a target (OP_FTIS)
15814      Branch: perl
15815            ! pp_sys.c
15816 ____________________________________________________________________________
15817 [ 25959] By: nicholas                              on 2005/11/02  16:35:42
15818         Log: Correct error in 25958 for threaded builds.
15819      Branch: perl
15820            ! mathoms.c
15821 ____________________________________________________________________________
15822 [ 25958] By: nicholas                              on 2005/11/02  15:59:30
15823         Log: Merge ftsize ftmtime ftatime ftctime into Perl_pp_ftis
15824      Branch: perl
15825            ! mathoms.c opcode.h opcode.pl pp_sys.c
15826 ____________________________________________________________________________
15827 [ 25957] By: rgs                                   on 2005/11/02  14:33:32
15828         Log: Remove last sort test, that was failing with and without threads.
15829              Silence some warnings.
15830      Branch: perl
15831            ! t/op/sort.t
15832 ____________________________________________________________________________
15833 [ 25956] By: rgs                                   on 2005/11/02  14:10:54
15834         Log: Adjust test count
15835      Branch: perl
15836            ! ext/B/t/concise-xs.t
15837 ____________________________________________________________________________
15838 [ 25955] By: rgs                                   on 2005/11/02  13:39:35
15839         Log: Add missing file from change 25953
15840      Branch: perl
15841            + ext/List/Util/multicall.h
15842 ____________________________________________________________________________
15843 [ 25954] By: rgs                                   on 2005/11/02  13:14:19
15844         Log: Regen headers
15845      Branch: perl
15846            ! global.sym opcode.h pod/perlapi.pod pod/perldiag.pod
15847 ____________________________________________________________________________
15848 [ 25953] By: merijn                                on 2005/11/02  12:49:54
15849         Log: Subject: [PATCH] sort/multicall patch
15850              From: Robin Houston <robin@cpan.org>
15851              Date: Sat, 29 Oct 2005 21:33:07 +0100
15852              Message-ID: <20051029203307.GA8869@rpc142.cs.man.ac.uk>
15853      Branch: perl
15854            ! AUTHORS MANIFEST cop.h embed.fnc embedvar.h
15855            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
15856            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/first.t
15857            ! ext/List/Util/t/p_first.t ext/List/Util/t/p_reduce.t
15858            ! ext/List/Util/t/p_tainted.t ext/List/Util/t/reduce.t
15859            ! ext/List/Util/t/refaddr.t ext/List/Util/t/tainted.t makedef.pl
15860            ! op.c opcode.pl perlapi.h pod/perlcall.pod pod/perldiag.pod
15861            ! pp_ctl.c pp_hot.c pp_sort.c sv.c t/op/sort.t t/op/threads.t
15862            ! thrdvar.h
15863 ____________________________________________________________________________
15864 [ 25952] By: steveh                                on 2005/11/02  09:41:25
15865         Log: Subject: [PATCH] RE: [perl #37571] -z FH broken with Borland  build   
15866              From: "Paul Marquess" <paul.marquess@ntlworld.com>
15867              Date: Tue, 1 Nov 2005 17:05:38 -0000
15868              Message-ID: <003501c5df06$7d63fdb0$0505140a@myopwv.com>
15869      Branch: perl
15870            ! t/op/stat.t win32/win32.c
15871 ____________________________________________________________________________
15872 [ 25951] By: rgs                                   on 2005/11/02  08:57:52
15873         Log: Subject: Re: futimes [PATCH]
15874              From: Gisle Aas <gisle@ActiveState.com>
15875              Date: 01 Nov 2005 00:02:37 -0800
15876              Message-ID: <lrbr1494o2.fsf@caliper.activestate.com>
15877      Branch: perl
15878            ! t/io/fs.t
15879 ____________________________________________________________________________
15880 [ 25950] By: stevep                                on 2005/11/02  04:59:47
15881         Log: Ambiguous test cases may be hazardous to your health.
15882      Branch: perl
15883            ! t/op/list.t
15884 ____________________________________________________________________________
15885 [ 25949] By: stevep                                on 2005/11/02  04:54:52
15886         Log: Lowercase barewords considered harmful to your health.
15887      Branch: perl
15888            ! t/io/fs.t
15889 ____________________________________________________________________________
15890 [ 25948] By: rgs                                   on 2005/11/01  19:23:23
15891         Log: Subject: [PATCH] perlio.c consting
15892              From: Andy Lester <andy@petdance.com>
15893              Date: Oct 31, 2005 6:54 PM
15894              Message-ID: <20051031175411.GA18480@petdance.com>
15895      Branch: perl
15896            ! op.c perlio.c
15897 ____________________________________________________________________________
15898 [ 25947] By: steveh                                on 2005/11/01  17:20:18
15899         Log: This *really* should clear up Win32's Perl_do_exec undefined warnings
15900      Branch: perl
15901            ! perl.h
15902 ____________________________________________________________________________
15903 [ 25946] By: nicholas                              on 2005/11/01  16:38:31
15904         Log: This should clear up 'Perl_do_exec' undefined; warnings on win32
15905      Branch: perl
15906            ! embed.fnc embed.h proto.h
15907 ____________________________________________________________________________
15908 [ 25945] By: steveh                                on 2005/11/01  10:33:48
15909         Log: Make PerlLIOUtime()'s filename const
15910              
15911              Fixes a warning brought about by change #25941 (which made the
15912              filename argument const).
15913              The various implementations of PerlLIOUtime() (in NetWare/, win32/
15914              and wince/) already take a const filename.
15915      Branch: perl
15916            ! NetWare/nwperlhost.h NetWare/nwperlsys.h iperlsys.h
15917            ! win32/perlhost.h wince/perlhost.h
15918 ____________________________________________________________________________
15919 [ 25944] By: steveh                                on 2005/11/01  08:45:09
15920         Log: Fix nit in pod nit fix
15921      Branch: perl
15922            ! pod/perlhack.pod
15923 ____________________________________________________________________________
15924 [ 25943] By: steveh                                on 2005/11/01  08:39:32
15925         Log: Update win32 config files w.r.t. change #25935
15926      Branch: perl
15927            ! win32/config.bc win32/config.gc win32/config.vc
15928            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
15929            ! win32/config_H.vc win32/config_H.vc64
15930 ____________________________________________________________________________
15931 [ 25942] By: stevep                                on 2005/10/31  23:46:01
15932         Log: Upgrade to DB_File 1.813.
15933      Branch: perl
15934            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
15935            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-recno.t
15936 ____________________________________________________________________________
15937 [ 25941] By: merijn                                on 2005/10/31  22:15:01
15938         Log: Subject: futimes [PATCH]
15939              From: Gisle Aas <gisle@ActiveState.com>
15940              Date: 31 Oct 2005 13:53:53 -0800
15941              Message-ID: <lrk6ft8ia6.fsf_-_@caliper.activestate.com>
15942      Branch: perl
15943            ! doio.c handy.h pod/perlfunc.pod t/io/fs.t
15944 ____________________________________________________________________________
15945 [ 25940] By: nicholas                              on 2005/10/31  20:36:36
15946         Log: All the ops that are simply C<return some_other_op();> can be bypassed
15947              in the op dispatch table, and the bodies retired.
15948      Branch: perl
15949            ! mathoms.c opcode.h opcode.pl pp.c pp_ctl.c pp_sys.c
15950 ____________________________________________________________________________
15951 [ 25939] By: nicholas                              on 2005/10/31  19:55:18
15952         Log: Simplify the implementation of the "unimplemented" message in the
15953              conditionally compiled ops.
15954      Branch: perl
15955            ! pp_sys.c
15956 ____________________________________________________________________________
15957 [ 25938] By: nicholas                              on 2005/10/31  19:14:47
15958         Log: Further pod nit spotted by Jarkko
15959      Branch: perl
15960            ! pod/perlhack.pod
15961 ____________________________________________________________________________
15962 [ 25937] By: nicholas                              on 2005/10/31  18:34:59
15963         Log: Replace the 3 currently "unreachable" ops with a single op body
15964              unimplemented_op() that panics descriptively if ever reached.
15965      Branch: perl
15966            ! opcode.h opcode.pl pod/perldiag.pod pp.c
15967 ____________________________________________________________________________
15968 [ 25936] By: nicholas                              on 2005/10/31  18:29:05
15969         Log: Add "moving common filetest code to a static function" to the todo.
15970      Branch: perl
15971            ! pod/perltodo.pod
15972 ____________________________________________________________________________
15973 [ 25935] By: merijn                                on 2005/10/31  17:50:05
15974         Log: revive probe for futimes ()
15975      Branch: perl
15976            ! Configure Porting/Glossary config_h.SH handy.h
15977 ____________________________________________________________________________
15978 [ 25934] By: rgs                                   on 2005/10/31  17:00:44
15979         Log: A B::Deparse fix from :
15980              Subject: Re: [perl #37527] regular-expression parser does not see '(' character
15981              From: Bas van Sisseren <bas@quarantainenet.nl>
15982              Date: Wed, 26 Oct 2005 13:59:42 +0200
15983              Message-ID: <435F6FAE.4060502@quarantainenet.nl>
15984      Branch: perl
15985            ! ext/B/B/Deparse.pm
15986 ____________________________________________________________________________
15987 [ 25933] By: merijn                                on 2005/10/31  16:25:23
15988         Log: Subject: [PATCH] Symbian port 0.3.0 as of blead@25911
15989              From: <jarkko.hietaniemi@nokia.com>
15990              Date: Mon, 31 Oct 2005 18:38:42 +0200
15991              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A6D6@esebe105.NOE.Nokia.com>
15992      Branch: perl
15993            + symbian/PerlAppUIQ.rss
15994            ! MANIFEST README.symbian symbian/PerlApp.cpp symbian/PerlApp.h
15995            ! symbian/PerlApp.hrh symbian/PerlAppAif.rss symbian/config.pl
15996            ! symbian/port.pl symbian/sanity.pl symbian/sdk.pl
15997            ! symbian/sisify.pl symbian/symbian_utils.cpp symbian/xsbuild.pl
15998 ____________________________________________________________________________
15999 [ 25932] By: rgs                                   on 2005/10/31  16:24:31
16000         Log: Avoid corruption when calling mg_get to retrieve the value
16001              of a $digit variable. This is done by ensuring it's not
16002              tainted.
16003              See http://bugs.debian.org/303308
16004              Patch by Chris Heath <chris.heath@autoweb.net>
16005      Branch: perl
16006            ! mg.c
16007 ____________________________________________________________________________
16008 [ 25931] By: nicholas                              on 2005/10/31  16:24:29
16009         Log: maddingue prefers this e-mail address.
16010      Branch: perl
16011            ! AUTHORS
16012 ____________________________________________________________________________
16013 [ 25930] By: merijn                                on 2005/10/31  16:18:03
16014         Log: Try to preserve the lost opcode alias info in comments
16015              extent to change #25929
16016      Branch: perl
16017            ! opcode.h opcode.pl
16018 ____________________________________________________________________________
16019 [ 25929] By: nicholas                              on 2005/10/31  15:52:50
16020         Log: It appears that it's trivially easy to alias opcode functions in
16021              the opcode table. We should be able to get both a speed and size
16022              saving here. Time will tell how much.
16023      Branch: perl
16024            ! opcode.h opcode.pl
16025 ____________________________________________________________________________
16026 [ 25928] By: nicholas                              on 2005/10/31  15:13:06
16027         Log: Add maddingue to AUTHORS
16028      Branch: perl
16029            ! AUTHORS
16030 ____________________________________________________________________________
16031 [ 25927] By: nicholas                              on 2005/10/31  15:09:54
16032         Log: Subject: [PATCH] Making ExtUtils::Constant compatible with Perl 5.004
16033              From: Sébastien Aperghis-Tramoni <maddingue@free.fr>
16034              Message-ID: <1130712761.43654eb9cd9f7@imp4-g19.free.fr>
16035              Date: Sun, 30 Oct 2005 23:52:41 +0100
16036              
16037              with tweaks by chromatic and me.
16038      Branch: perl
16039            ! lib/ExtUtils/Constant.pm
16040 ____________________________________________________________________________
16041 [ 25926] By: nicholas                              on 2005/10/31  14:51:48
16042         Log: A more elegant way to deal with utf8n_to_uvchr() and utf8n_to_uvuni().
16043      Branch: perl
16044            ! embed.fnc embed.h proto.h utf8.c utf8.h
16045 ____________________________________________________________________________
16046 [ 25925] By: rgs                                   on 2005/10/31  14:27:32
16047         Log: Fix [perl #37533] open pragma ignored for all 3-arg opens
16048              Also, correct the documentation in open.pm that stated
16049              that open() did not override open.pm-given default encodings.
16050      Branch: perl
16051            ! lib/open.pm perlio.c
16052 ____________________________________________________________________________
16053 [ 25924] By: nicholas                              on 2005/10/31  14:18:59
16054         Log: Perl_csighandler was in global.sym twice.
16055      Branch: perl
16056            ! global.sym
16057 ____________________________________________________________________________
16058 [ 25923] By: nicholas                              on 2005/10/31  14:18:14
16059         Log: Arrange to only output each symbol once into global.sym
16060      Branch: perl
16061            ! embed.pl
16062 ____________________________________________________________________________
16063 [ 25922] By: rgs                                   on 2005/10/31  13:45:06
16064         Log: Tests for index/rindex with empty search string,
16065              adapted from a patch by Rick Delaney
16066      Branch: perl
16067            ! t/op/index.t
16068 ____________________________________________________________________________
16069 [ 25921] By: nicholas                              on 2005/10/31  13:22:01
16070         Log: uvchr_to_utf8() and utf8n_to_uvchr() are mathoms on ASCII based
16071              systems, and not on EBCDIC, so some more thinking is going to be
16072              needed here.
16073      Branch: perl
16074            ! mathoms.c utf8.c
16075 ____________________________________________________________________________
16076 [ 25920] By: stevep                                on 2005/10/31  11:58:08
16077         Log: Coverage stats showed that there were no tests for taking a slice
16078              from ().
16079      Branch: perl
16080            ! t/op/list.t
16081 ____________________________________________________________________________
16082 [ 25919] By: steveh                                on 2005/10/31  11:53:05
16083         Log: Change some spaces to tabs for easier diffing against config_h.SH
16084      Branch: perl
16085            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
16086            ! win32/config_H.vc64
16087 ____________________________________________________________________________
16088 [ 25918] By: steveh                                on 2005/10/31  11:30:15
16089         Log: Fixed threaded builds following change 25916
16090      Branch: perl
16091            ! pp_hot.c
16092 ____________________________________________________________________________
16093 [ 25917] By: nicholas                              on 2005/10/31  11:29:43
16094         Log: POD nit spotted by Jarkko
16095      Branch: perl
16096            ! pod/perlhack.pod
16097 ____________________________________________________________________________
16098 [ 25916] By: rgs                                   on 2005/10/31  10:44:32
16099         Log: is_utf8_string_loc() is now a macro, don't use its Perl_-prefixed form
16100      Branch: perl
16101            ! pp_hot.c
16102 ____________________________________________________________________________
16103 [ 25915] By: rgs                                   on 2005/10/31  10:28:32
16104         Log: Subject: [PATCH] Etta James presents: More consting
16105              From: Andy Lester <andy@petdance.com>
16106              Date: Sun, 30 Oct 2005 23:44:13 -0600
16107              Message-ID: <20051031054413.GA10767@petdance.com>
16108      Branch: perl
16109            ! cop.h doop.c hv.c numeric.c op.c perl.c perlio.c pp_hot.c
16110            ! pp_sys.c sv.c toke.c universal.c util.c
16111 ____________________________________________________________________________
16112 [ 25914] By: rgs                                   on 2005/10/31  10:18:15
16113         Log: Subject: [PATCH] S_tokereport's unused parm
16114              From: Andy Lester <andy@petdance.com>
16115              Date: Mon, 31 Oct 2005 00:04:59 -0600
16116              Message-ID: <20051031060459.GC10767@petdance.com>
16117      Branch: perl
16118            ! embed.fnc embed.h proto.h toke.c
16119 ____________________________________________________________________________
16120 [ 25913] By: rgs                                   on 2005/10/31  08:54:18
16121         Log: Regenerate perlapi.pod
16122      Branch: perl
16123            ! pod/perlapi.pod
16124 ____________________________________________________________________________
16125 [ 25912] By: rgs                                   on 2005/10/31  08:40:23
16126         Log: Robin Houston remarks that mention of a context is missing from the
16127              threads.pm documentation.
16128      Branch: perl
16129            ! ext/threads/threads.pm
16130 ____________________________________________________________________________
16131 [ 25911] By: stevep                                on 2005/10/31  03:51:08
16132         Log: perlsio_binmode() is pretty much a mathom on UNIX platforms, but it is
16133              used on Cygwin, at least.
16134      Branch: perl
16135            ! mathoms.c perlio.c
16136 ____________________________________________________________________________
16137 [ 25910] By: nicholas                              on 2005/10/30  21:53:03
16138         Log: const const bad bad.
16139              gcc bad bad too, because it didn't grumble one bit. (or two, for that
16140              matter).
16141      Branch: perl
16142            ! utf8.c
16143 ____________________________________________________________________________
16144 [ 25909] By: nicholas                              on 2005/10/30  21:38:29
16145         Log: is_utf8_alnum() and is_utf8_alnumc() can use is_utf8_common() too.
16146      Branch: perl
16147            ! utf8.c
16148 ____________________________________________________________________________
16149 [ 25908] By: nicholas                              on 2005/10/30  21:24:29
16150         Log: Jarkko and I think that Perl_is_utf8_alnumc should be initialising
16151              and using PL_utf8_alnum*c*, not PL_utf8_alnum.
16152      Branch: perl
16153            ! utf8.c
16154 ____________________________________________________________________________
16155 [ 25907] By: nicholas                              on 2005/10/30  21:10:39
16156         Log: Perl_is_utf8_* share a lot of common code. Pull that out into a new
16157              function S_is_utf8_common.
16158      Branch: perl
16159            ! utf8.c
16160 ____________________________________________________________________________
16161 [ 25906] By: nicholas                              on 2005/10/30  18:31:25
16162         Log: Given that sv_nosharing performs the same function as sv_nolocking
16163              and sv_unnolocking (ie sweet FA), we might as well use the 1 function
16164              to initialise all 3 variables, and elimiate the other two.
16165              For some reason all 3 are listed as being in the public API. Daft.
16166      Branch: perl
16167            ! embed.fnc embed.h intrpvar.h mathoms.c proto.h util.c
16168 ____________________________________________________________________________
16169 [ 25905] By: nicholas                              on 2005/10/30  18:04:17
16170         Log: Replace uvuni_to_utf8() with a macro that passes the extra 0 argument
16171              to uvuni_to_utf8_flags(). Move the old body to mathoms.c
16172      Branch: perl
16173            ! embed.fnc embed.h mathoms.c proto.h utf8.c utf8.h
16174 ____________________________________________________________________________
16175 [ 25904] By: nicholas                              on 2005/10/30  17:59:08
16176         Log: global.sym appears to have become out of date. Oops.
16177      Branch: perl
16178            ! global.sym
16179 ____________________________________________________________________________
16180 [ 25903] By: nicholas                              on 2005/10/30  17:49:27
16181         Log: Replace is_utf8_string_loc() with a macro that passes the extra 0
16182              argument to is_utf8_string_loc(). Correct the description of its
16183              parameters in its POD.
16184      Branch: perl
16185            ! embed.fnc embed.h mathoms.c proto.h utf8.c utf8.h
16186 ____________________________________________________________________________
16187 [ 25902] By: nicholas                              on 2005/10/30  17:14:08
16188         Log: Fix typos in comments.
16189      Branch: perl
16190            ! utf8.c
16191 ____________________________________________________________________________
16192 [ 25901] By: nicholas                              on 2005/10/30  17:08:39
16193         Log: Functions that die aren't exactly well used code.
16194              (ck_retarget, oopsCV, pp_padany, pp_threadsv, pp_mapstart)
16195      Branch: perl
16196            ! mathoms.c op.c pp.c pp_ctl.c
16197 ____________________________________________________________________________
16198 [ 25900] By: nicholas                              on 2005/10/30  16:45:34
16199         Log: save_hints is a mathom.
16200      Branch: perl
16201            ! mathoms.c op.c
16202 ____________________________________________________________________________
16203 [ 25899] By: nicholas                              on 2005/10/30  16:41:02
16204         Log: I infer that change 25891 as-is would break OS2. This should fix it.
16205      Branch: perl
16206            ! perl.h
16207 ____________________________________________________________________________
16208 [ 25898] By: nicholas                              on 2005/10/30  16:36:22
16209         Log: init_i18nl14n is a mathom.
16210      Branch: perl
16211            ! locale.c mathoms.c
16212 ____________________________________________________________________________
16213 [ 25897] By: nicholas                              on 2005/10/30  16:24:37
16214         Log: Replace hv_magic() with a macro to call sv_magic() directly. Move the
16215              old body to mathoms.c
16216      Branch: perl
16217            ! embed.fnc embed.h hv.c hv.h mathoms.c proto.h
16218 ____________________________________________________________________________
16219 [ 25896] By: nicholas                              on 2005/10/30  16:07:58
16220         Log: Fix win32 breakage inadvertently introduced by 25889
16221      Branch: perl
16222            ! perl.h
16223 ____________________________________________________________________________
16224 [ 25895] By: nicholas                              on 2005/10/30  10:31:01
16225         Log: Replace hv_iternext() with a macro that calls hv_iternext_flags with
16226              an extra 0 argument. Move the old body to mathoms.c
16227      Branch: perl
16228            ! embed.fnc embed.h hv.c hv.h mathoms.c proto.h
16229 ____________________________________________________________________________
16230 [ 25894] By: nicholas                              on 2005/10/30  10:00:42
16231         Log: Fix typo in comment.
16232      Branch: perl
16233            ! hv.c
16234 ____________________________________________________________________________
16235 [ 25893] By: nicholas                              on 2005/10/30  09:59:41
16236         Log: Replace gv_fetchmethod() with a macro to call gv_fetchmethod_autoload()
16237              with the extra TRUE argument.
16238      Branch: perl
16239            ! embed.fnc embed.h gv.c gv.h mathoms.c proto.h
16240 ____________________________________________________________________________
16241 [ 25892] By: nicholas                              on 2005/10/30  08:51:52
16242         Log: I think we have a winner. do_pipe hasn't been called since 4.036.
16243              Maybe we should just remove this appendix.
16244      Branch: perl
16245            ! doio.c mathoms.c
16246 ____________________________________________________________________________
16247 [ 25891] By: nicholas                              on 2005/10/30  08:38:07
16248         Log: Replace do_aexec() with a macro to call do_aexec5() with the two extra
16249              0 arguments. Move the old body to mathoms.c
16250      Branch: perl
16251            ! doio.c embed.fnc embed.h mathoms.c perl.h proto.h
16252 ____________________________________________________________________________
16253 [ 25890] By: nicholas                              on 2005/10/30  08:23:29
16254         Log: Replace do_exec() with a macro to call do_exec3() with the extra two
16255              0 arguments. Move the old body to mathoms.c
16256      Branch: perl
16257            ! doio.c embed.fnc embed.h mathoms.c perl.h proto.h
16258 ____________________________________________________________________________
16259 [ 25889] By: nicholas                              on 2005/10/30  08:05:32
16260         Log: Replace do_open() with a macro to call do_openn() with the extra two
16261              0 paramters. Move the old body to mathoms.c.
16262      Branch: perl
16263            ! doio.c embed.fnc embed.h mathoms.c perl.h proto.h
16264 ____________________________________________________________________________
16265 [ 25888] By: stevep                                on 2005/10/30  04:20:45
16266         Log: Subject: [PATCH] warnings.pl/pm: Croaker function: bug (perl v5.8, v5.9)
16267              From: Bram <perl-rt@wizbit.be>
16268              Date: Thu, 04 Aug 2005 23:55:33 +0200
16269              Message-Id: <42F28ED5.CFFDCCFD@wizbit.be>
16270      Branch: perl
16271            ! lib/warnings.pm warnings.pl
16272 ____________________________________________________________________________
16273 [ 25887] By: stevep                                on 2005/10/29  22:37:50
16274         Log: Subject: Re: [PATCH] predecrement vs postdecrement
16275              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
16276              Date: Sat, 29 Oct 2005 23:24:33 +0300
16277              Message-ID: <4363DA81.6060600@gmail.com>
16278              
16279              Nit in pod/perlhack.pod
16280      Branch: perl
16281            ! pod/perlhack.pod
16282 ____________________________________________________________________________
16283 [ 25886] By: nicholas                              on 2005/10/29  17:31:01
16284         Log: Replace the body of the rarely used sv_setpviv_mg with a call to
16285              sv_setpviv followed by SvSETMAGIC.
16286      Branch: perl
16287            ! sv.c
16288 ____________________________________________________________________________
16289 [ 25885] By: nicholas                              on 2005/10/29  17:21:24
16290         Log: Replace sv_catsv_mg and sv_catpvn_mg, and move the obsolete bodies to
16291              mathoms.c
16292      Branch: perl
16293            ! embed.fnc embed.h mathoms.c proto.h sv.c sv.h
16294 ____________________________________________________________________________
16295 [ 25884] By: nicholas                              on 2005/10/29  17:02:49
16296         Log: Add a new SMAGIC flag, to signal a call to SvSETMAGIC. Add it to
16297              sv_catpvn_flags and sv_catsv_flags, and then re-implement sv_catpvn_mg
16298              and sv_catsv_mg as calls to sv_catpvn_flags and sv_catsv_flags
16299              respectively.
16300      Branch: perl
16301            ! sv.c sv.h
16302 ____________________________________________________________________________
16303 [ 25883] By: nicholas                              on 2005/10/29  16:25:38
16304         Log: sv_2pv_nolen, sv_2pvbyte_nolen and sv_2pvutf8_nolen can all be replaced
16305              with terse macros, and the function bodies retired.
16306      Branch: perl
16307            ! embed.fnc embed.h mathoms.c proto.h sv.c sv.h
16308 ____________________________________________________________________________
16309 [ 25882] By: nicholas                              on 2005/10/29  16:06:39
16310         Log: All the private implementations of @foo for compilers that can't do
16311              complex macro expansions became dead wood sometime around 5.7.3
16312              (Don't tell Otava this)
16313      Branch: perl
16314            ! mathoms.c sv.c
16315 ____________________________________________________________________________
16316 [ 25881] By: stevep                                on 2005/10/29  15:34:22
16317         Log: Subject: [perl #30563] [PATCH] Storable::dclone fails for tied elements
16318              From: perlbug-followup@perl.org (Srezic@Iconmobile.Com)
16319              Date: 2 Jul 2004 11:32:12 -0000
16320              Message-ID: <rt-3.0.11-30563-91788.4.94870186951744@perl.org>
16321              
16322              Also, a version bump to Storable.pm.
16323      Branch: perl
16324            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
16325            ! ext/Storable/t/dclone.t
16326 ____________________________________________________________________________
16327 [ 25880] By: nicholas                              on 2005/10/29  15:07:42
16328         Log: sv_utf8_upgrade declares itself to be a mathom, so off it goes.
16329              Remove duplicate declaration of Perl_sv_2uv
16330      Branch: perl
16331            ! mathoms.c sv.c
16332 ____________________________________________________________________________
16333 [ 25879] By: nicholas                              on 2005/10/29  14:51:32
16334         Log: Replace sv_force_normal with a macro that calls sv_force_normal_flags.
16335      Branch: perl
16336            ! embed.fnc embed.h mathoms.c proto.h sv.c sv.h
16337 ____________________________________________________________________________
16338 [ 25878] By: nicholas                              on 2005/10/29  14:39:37
16339         Log: Replace sv_unref with a macro that calls sv_unref_flags
16340      Branch: perl
16341            ! embed.fnc embed.h mathoms.c proto.h sv.c sv.h
16342 ____________________________________________________________________________
16343 [ 25877] By: stevep                                on 2005/10/29  14:33:30
16344         Log: Oops, missed an sv_force_normal()
16345      Branch: perl
16346            ! mg.c
16347 ____________________________________________________________________________
16348 [ 25876] By: nicholas                              on 2005/10/29  14:25:55
16349         Log: sv_taint() can easily be replaced by a macro.
16350      Branch: perl
16351            ! embed.fnc embed.h mathoms.c proto.h sv.c sv.h
16352 ____________________________________________________________________________
16353 [ 25875] By: stevep                                on 2005/10/29  14:14:25
16354         Log: Change to use sv_force_normal_flags() directly, rather than calling
16355              sv_force_normal() to call sv_force_normal_flags().
16356      Branch: perl
16357            ! NetWare/sv_nw.c mg.c
16358 ____________________________________________________________________________
16359 [ 25874] By: nicholas                              on 2005/10/29  11:50:29
16360         Log: A terser implementation of S_varname, by using and post-processing
16361              gv_fullname4
16362      Branch: perl
16363            ! sv.c
16364 ____________________________________________________________________________
16365 [ 25873] By: stevep                                on 2005/10/29  11:47:55
16366         Log: Additional mathoms from doio.c
16367      Branch: perl
16368            ! doio.c mathoms.c
16369 ____________________________________________________________________________
16370 [ 25872] By: stevep                                on 2005/10/29  11:36:26
16371         Log: Coverage stats say av_fake() is a mathom too.
16372      Branch: perl
16373            ! av.c mathoms.c
16374 ____________________________________________________________________________
16375 [ 25871] By: nicholas                              on 2005/10/29  11:14:40
16376         Log: gv_fullname3 and gv_efullname3 are definately mathoms. They even say so.
16377      Branch: perl
16378            ! gv.c mathoms.c
16379 ____________________________________________________________________________
16380 [ 25870] By: stevep                                on 2005/10/29  11:02:12
16381         Log: Subject: Re: [PATCH] predecrement vs postdecrement
16382              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
16383              Date: Sat, 29 Oct 2005 11:52:25 +0300
16384              Message-ID: <43633849.6060809@gmail.com>
16385      Branch: perl
16386            ! regcomp.c
16387 ____________________________________________________________________________
16388 [ 25869] By: nicholas                              on 2005/10/29  10:53:40
16389         Log: gv_fullname and gv_efullname are definately mathoms.
16390      Branch: perl
16391            ! gv.c mathoms.c
16392 ____________________________________________________________________________
16393 [ 25868] By: stevep                                on 2005/10/28  23:38:35
16394         Log: Subject: [PATCH] perl5db.pl incorrect instructions in termination message
16395              From: Brendan O'Dea <bod@debian.org>
16396              Date: Sat, 29 Oct 2005 07:14:40 +1000
16397              Message-ID: <20051028211440.GA23305@londo.c47.org>
16398      Branch: perl
16399            ! lib/perl5db.pl
16400 ____________________________________________________________________________
16401 [ 25867] By: stevep                                on 2005/10/28  21:12:35
16402         Log: Makefiles like tabs, not spaces.
16403      Branch: perl
16404            ! win32/Makefile win32/makefile.mk
16405 ____________________________________________________________________________
16406 [ 25866] By: stevep                                on 2005/10/28  21:09:31
16407         Log: Add a new file, mathoms.c, to hold old code kept around for binary
16408              compatability with previous versions of Perl.  Change also includes
16409              various Makefile changes to compile the new file and link it into 
16410              libperl.
16411      Branch: perl
16412            + mathoms.c
16413            ! MANIFEST Makefile.SH Makefile.micro NetWare/Makefile globals.c
16414            ! numeric.c op.c perlio.c plan9/mkfile sv.c utf8.c
16415            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
16416            ! wince/Makefile.ce
16417 ____________________________________________________________________________
16418 [ 25865] By: stevep                                on 2005/10/28  11:30:51
16419         Log: Check for changes in IO on CPAN.
16420      Branch: perl
16421            ! Porting/Maintainers.pl
16422 ____________________________________________________________________________
16423 [ 25864] By: stevep                                on 2005/10/28  11:21:48
16424         Log: gbarr is maintaining IO.
16425      Branch: perl
16426            ! Porting/Maintainers.pl
16427 ____________________________________________________________________________
16428 [ 25863] By: stevep                                on 2005/10/28  10:48:32
16429         Log: Add SPRINTF_RETURNS_STRLEN to the various Win32 config_H.* files.
16430      Branch: perl
16431            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
16432            ! win32/config_H.vc64
16433 ____________________________________________________________________________
16434 [ 25862] By: nicholas                              on 2005/10/28  10:24:43
16435         Log: Use the return value from sprintf and avoid a call to strlen
16436      Branch: perl
16437            ! sv.c
16438 ____________________________________________________________________________
16439 [ 25861] By: stevep                                on 2005/10/27  11:13:50
16440         Log: Subject: Re: IO::File performace issue
16441              From: gisle@ActiveState.com (Gisle Aas)
16442              Date: 27 Oct 2005 01:00:39 -0700
16443              Message-ID: <lrvezjv17c.fsf@caliper.activestate.com>
16444              
16445              Also includes a version bump for IO::File.
16446      Branch: perl
16447            ! ext/IO/lib/IO/File.pm
16448 ____________________________________________________________________________
16449 [ 25860] By: nicholas                              on 2005/10/27  08:53:03
16450         Log: Change 25850 failed to include all changed headers
16451      Branch: perl
16452            ! embed.h proto.h
16453 ____________________________________________________________________________
16454 [ 25859] By: stevep                                on 2005/10/27  01:55:08
16455         Log: Win32 fix for change #25850.  I don't know if this define will ever
16456              be used on Win32, but it does fix the problem at hand.
16457      Branch: perl
16458            ! win32/perlhost.h
16459 ____________________________________________________________________________
16460 [ 25858] By: rgs                                   on 2005/10/26  13:27:31
16461         Log: Subject: [patch@25854]vms.c rmsexpand and memmove fixes
16462              From: "John E. Malmberg" <wb8tyw@qsl.net>
16463              Date: Wed, 26 Oct 2005 08:08:05 -0400
16464              Message-ID: <435F71A5.6030809@qsl.net>
16465      Branch: perl
16466            ! vms/vms.c
16467 ____________________________________________________________________________
16468 [ 25857] By: rgs                                   on 2005/10/26  12:52:37
16469         Log: FAQ sync.
16470      Branch: perl
16471            ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
16472            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
16473            ! pod/perlfaq7.pod pod/perlfaq9.pod
16474 ____________________________________________________________________________
16475 [ 25856] By: merijn                                on 2005/10/26  12:37:47
16476         Log: Subject: [PATCH] Symbian: better Series 80 support
16477              From: <jarkko.hietaniemi@nokia.com>
16478              Date: Wed, 26 Oct 2005 15:50:08 +0300
16479              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A6AA@esebe105.NOE.Nokia.com>
16480      Branch: perl
16481            + symbian/hexdump.pl
16482            ! MANIFEST symbian/PerlApp.cpp symbian/PerlApp.h
16483            ! symbian/PerlAppS80.rss symbian/config.pl symbian/makesis.pl
16484            ! symbian/sisify.pl
16485 ____________________________________________________________________________
16486 [ 25855] By: stevep                                on 2005/10/26  11:52:46
16487         Log: Multiple versions of OpenBSD fail this test, not just 3.7.
16488      Branch: perl
16489            ! t/op/sprintf.t
16490 ____________________________________________________________________________
16491 [ 25854] By: rgs                                   on 2005/10/26  10:21:30
16492         Log: Subject: Re: [PATCH] minor speed-up for pp_push()
16493              From: Tassilo von Parseval <tassilo.von.parseval@rwth-aachen.de>
16494              Date: Tue, 25 Oct 2005 08:11:42 +0200
16495              Message-id: <20051025061141.GA2256@ethan>
16496      Branch: perl
16497            ! pp.c
16498 ____________________________________________________________________________
16499 [ 25853] By: nicholas                              on 2005/10/26  10:06:37
16500         Log: Store the raw bytes of the pid in PL_pidstatus, rather than the
16501              stringification, as removing the conversions saves time and code.
16502      Branch: perl
16503            ! util.c
16504 ____________________________________________________________________________
16505 [ 25852] By: rgs                                   on 2005/10/26  09:37:25
16506         Log: Subject: [perl #37535] [PATCH] ioctl IOCPARM_LEN(x) should be _IOC_SIZE(x) on Linux, not 256 
16507              From: Jason Vas Dias (via RT) <perlbug-followup@perl.org>
16508              Date: Tue, 25 Oct 2005 15:27:28 -0700
16509              Message-ID: <rt-3.0.11-37535-123290.14.118037538994@perl.org>
16510      Branch: perl
16511            ! perl.h
16512 ____________________________________________________________________________
16513 [ 25851] By: rgs                                   on 2005/10/26  08:58:42
16514         Log: Subject: Re: [patch@25838]Hopefully the last VMS exit/error fixes needed.
16515              From: "John E. Malmberg" <wb8tyw@qsl.net>
16516              Date: Tue, 25 Oct 2005 13:36:20 -0400
16517              Message-ID: <435E6D14.7000104@qsl.net>
16518      Branch: perl
16519            ! perl.h vms/perlvms.pod
16520 ____________________________________________________________________________
16521 [ 25850] By: nicholas                              on 2005/10/26  08:31:20
16522         Log: Most platforms don't actually need PL_pidstatus, or the associated
16523              .5K of code.
16524      Branch: perl
16525            ! embed.fnc intrpvar.h makedef.pl perl.c perl.h perlapi.h
16526            ! pp_sys.c sv.c util.c
16527 ____________________________________________________________________________
16528 [ 25849] By: rgs                                   on 2005/10/25  15:26:20
16529         Log: Back out change #25839, and apply :
16530              
16531              Subject: [patch@25838]Hopefully the last VMS exit/error fixes needed.
16532              From: "John E. Malmberg" <wb8tyw@qsl.net>
16533              Date: Tue, 25 Oct 2005 11:09:37 -0400
16534              Message-ID: <435E4AB1.1000106@qsl.net>
16535      Branch: perl
16536            ! perl.c perl.h vms/perlvms.pod
16537 ____________________________________________________________________________
16538 [ 25848] By: nicholas                              on 2005/10/25  12:54:18
16539         Log: Code in wait4pid was calling hv_delete with the hash iterator
16540              currently on that entry. On aggregate this does more work, beacuse
16541              the next call to hv_iterinit() would spot the flag, and have to call
16542              the delete routine, while in the meantime any new entries can't
16543              re-use that memory.
16544      Branch: perl
16545            ! util.c
16546 ____________________________________________________________________________
16547 [ 25847] By: rgs                                   on 2005/10/25  12:35:29
16548         Log: t/TEST should require Time::HiRes only when it uses it.
16549              This fixes minitest.
16550      Branch: perl
16551            ! t/TEST
16552 ____________________________________________________________________________
16553 [ 25846] By: rgs                                   on 2005/10/25  12:17:33
16554         Log: Rediff the Makefile.SH patch for cross-compilation.
16555              (this doesn't mean it works, though.)
16556      Branch: perl
16557            ! Cross/Makefile.SH.patch
16558 ____________________________________________________________________________
16559 [ 25845] By: stevep                                on 2005/10/25  11:56:53
16560         Log: Upgrade to Time-HiRes-1.76
16561      Branch: perl
16562            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
16563            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
16564            ! ext/Time/HiRes/t/HiRes.t
16565 ____________________________________________________________________________
16566 [ 25844] By: rgs                                   on 2005/10/25  11:19:44
16567         Log: Remove remaining references to mv-if-diff
16568      Branch: perl
16569            ! os2/Makefile.SHs pod/Makefile.SH pod/perlmodlib.PL
16570 ____________________________________________________________________________
16571 [ 25843] By: nicholas                              on 2005/10/25  10:55:27
16572         Log: Oops. the trick is to edit Makefile.SH
16573      Branch: perl
16574            ! Makefile.SH
16575 ____________________________________________________________________________
16576 [ 25842] By: nicholas                              on 2005/10/25  10:36:39
16577         Log: Subject: [PATCH] remove mv-if-diff
16578              From: Rafael Garcia-Suarez <rgarciasuarez@mandriva.com>
16579              Message-ID: <20051024193257.2022ea0d@grubert.mandrakesoft.com>
16580              Date: Mon, 24 Oct 2005 19:32:57 +0200
16581              
16582              (with tweak to add rm for opmini.c, remove mv-if-diff, and reflect
16583              this removal in MANIFEST)
16584      Branch: perl
16585            - mv-if-diff
16586            ! MANIFEST Makefile.SH
16587 ____________________________________________________________________________
16588 [ 25841] By: nicholas                              on 2005/10/25  09:09:49
16589         Log: Replace all the strlen()s related to PL_pidstatus with the return
16590              value of my_sprintf
16591      Branch: perl
16592            ! util.c
16593 ____________________________________________________________________________
16594 [ 25840] By: nicholas                              on 2005/10/25  08:32:25
16595         Log: Whoops. The Windows build is going to need to know that this symbol is
16596              defined.
16597      Branch: perl
16598            ! perl.c
16599 ____________________________________________________________________________
16600 [ 25839] By: rgs                                   on 2005/10/25  08:14:33
16601         Log: Subject: VMS exit handling still broken, need some help.
16602              From: "John E. Malmberg" <wb8tyw@qsl.net>
16603              Date: Mon, 24 Oct 2005 01:34:41 -0400
16604              Message-ID: <435C7271.8070403@qsl.net>
16605      Branch: perl
16606            ! perl.c perl.h vms/vms.c
16607 ____________________________________________________________________________
16608 [ 25838] By: merijn                                on 2005/10/25  05:58:00
16609         Log: Subject: [patch@25837] Change 25831: sprintf returns the length of the buffer.
16610              From: "John E. Malmberg" <wb8tyw@qsl.net>
16611              Date: Mon, 24 Oct 2005 23:37:46 -0400
16612              Message-ID: <435DA88A.90201@qsl.net>
16613      Branch: perl
16614            ! configure.com
16615 ____________________________________________________________________________
16616 [ 25837] By: merijn                                on 2005/10/24  23:35:40
16617         Log: Backport of changes #25831 and #25832. Re-order needed
16618              
16619              Subject: [PATCH] Re: Configure question about format of cc/cppsymbols
16620              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
16621              Date: Mon, 24 Oct 2005 13:04:58 -0700
16622              Message-ID: <20051024200458.GC2312@efn.org>
16623      Branch: perl
16624            ! Configure config_h.SH
16625 ____________________________________________________________________________
16626 [ 25833] By: merijn                                on 2005/10/24  22:44:22
16627         Log: Subject: [PATCH] Compress::Zlib
16628              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
16629              Date: Mon, 24 Oct 2005 23:19:48 +0100
16630              Message-ID: <00ab01c5d8e9$0ef31b40$02f0440a@myopwv.com>
16631      Branch: perl
16632            ! ext/Compress/Zlib/Zlib.pm
16633            ! ext/Compress/Zlib/lib/Compress/Zlib/Common.pm
16634            ! ext/Compress/Zlib/lib/IO/Compress/Gzip.pm
16635            ! ext/Compress/Zlib/lib/IO/Uncompress/Gunzip.pm
16636            ! ext/Compress/Zlib/t/03zlib-v1.t
16637            ! ext/Compress/Zlib/t/16oneshot.t ext/Compress/Zlib/t/22merge.t
16638 ____________________________________________________________________________
16639 [ 25832] By: nicholas                              on 2005/10/24  21:20:21
16640         Log: Add my_sprintf, which is usually just a macro for sprintf, for those
16641              places where we want to use the return value of sprintf. This allows
16642              a wrapper to be used for platforms where the C library isn't ANSI-
16643              conformant.
16644      Branch: perl
16645            ! config_h.SH embed.fnc embed.h global.sym makedef.pl perl.h
16646            ! proto.h util.c
16647 ____________________________________________________________________________
16648 [ 25831] By: nicholas                              on 2005/10/24  20:03:38
16649         Log: Add a probe for whether sprintf returns the length of the buffer.
16650              Update all the canned config.sh files.
16651              Assume that symbian and Win32 are all ANSI conformant, note that ARM
16652              Linux (ie glibc) will be, don't assume that any other platform is.
16653      Branch: perl
16654            ! Configure Cross/config.sh-arm-linux NetWare/config.wc
16655            ! Porting/Glossary configure.com epoc/config.sh
16656            ! plan9/config_sh.sample symbian/config.sh uconfig.sh
16657            ! win32/config.bc win32/config.gc win32/config.vc
16658            ! win32/config.vc64 wince/config.ce
16659 ____________________________________________________________________________
16660 [ 25830] By: rgs                                   on 2005/10/24  16:18:41
16661         Log: Fix path in code example
16662      Branch: perl
16663            ! pod/perlfunc.pod
16664 ____________________________________________________________________________
16665 [ 25829] By: rgs                                   on 2005/10/24  15:21:28
16666         Log: Subject: Re: do { EXPR for EXPR }
16667              From: Robin Houston <robin@cpan.org>
16668              Date: Sat, 22 Oct 2005 16:56:27 +0100
16669              Message-ID: <20051022155627.GA22420@rpc142.cs.man.ac.uk>
16670      Branch: perl
16671            ! op.c t/cmd/mod.t
16672 ____________________________________________________________________________
16673 [ 25828] By: stevep                                on 2005/10/24  14:16:32
16674         Log: Update one of merijn's previous emails.
16675      Branch: perl
16676            ! Porting/checkAUTHORS.pl
16677 ____________________________________________________________________________
16678 [ 25827] By: craigb                                on 2005/10/23  22:17:44
16679         Log: Subject: [patch@25825] Fix st_ino compare to use real data.
16680              From: "John E. Malmberg" <wb8tyw@qsl.net>
16681              Date: Sun, 23 Oct 2005 17:46:46 -0400
16682              Message-id: <435C04C6.2090405@qsl.net>
16683      Branch: perl
16684            ! vms/vms.c
16685 ____________________________________________________________________________
16686 [ 25825] By: mhx                                   on 2005/10/23  10:16:45
16687         Log: Fix mismatched braces in S_fd_on_nosuid_fs().
16688      Branch: perl
16689            ! perl.c
16690 ____________________________________________________________________________
16691 [ 25824] By: craigb                                on 2005/10/22  16:43:40
16692         Log: VMS threaded build fixes for things broken in #25783
16693      Branch: perl
16694            ! vms/vms.c vms/vmsish.h
16695 ____________________________________________________________________________
16696 [ 25823] By: nicholas                              on 2005/10/22  13:12:48
16697         Log: use more 'const' in the Encode data structures.
16698      Branch: perl
16699            ! ext/Encode/Encode/encode.h ext/Encode/bin/enc2xs
16700 ____________________________________________________________________________
16701 [ 25822] By: mhx                                   on 2005/10/22  13:02:02
16702         Log: Turn NN to NULLOK for functions that have code to handle
16703              the ptr == NULL case and are currently called with NULL
16704              pointers. Having parameters tagged NN can make gcc optimize
16705              away the code for the NULL case, causing segfaults.
16706      Branch: perl
16707            ! embed.fnc proto.h
16708 ____________________________________________________________________________
16709 [ 25821] By: nicholas                              on 2005/10/22  12:08:34
16710         Log: Mark more static Encode data structures as const.
16711      Branch: perl
16712            ! ext/Encode/Encode.xs ext/Encode/Encode/encode.h
16713            ! ext/Encode/bin/enc2xs ext/Encode/encengine.c
16714 ____________________________________________________________________________
16715 [ 25820] By: stevep                                on 2005/10/21  21:54:01
16716         Log: Documentation on getting a FORMAT ref from a GLOB was missing from
16717              perlref.pod.  Thanks for David Wheeler for starting the discussion
16718              and Paul Johnson for confirming that it could actually be done.
16719      Branch: perl
16720            ! pod/perlref.pod
16721 ____________________________________________________________________________
16722 [ 25819] By: merijn                                on 2005/10/21  15:49:00
16723         Log: Subject: [PATCH] Symbian/beginnings of Series 80 support
16724              From: <jarkko.hietaniemi@nokia.com>
16725              Date: Fri, 21 Oct 2005 17:15:23 +0300
16726              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A67E@esebe105.NOE.Nokia.com>
16727      Branch: perl
16728            + symbian/PerlAppS60.rss symbian/PerlAppS80.rss
16729            ! MANIFEST
16730 ____________________________________________________________________________
16731 [ 25818] By: rgs                                   on 2005/10/21  15:44:38
16732         Log: Subject: allow "" as select bitmask [PATCH]
16733              From: Gisle Aas <gisle@ActiveState.com>
16734              Date: 21 Oct 2005 08:04:40 -0700
16735              Message-ID: <lrach229o7.fsf_-_@caliper.activestate.com>
16736      Branch: perl
16737            ! pp_sys.c t/op/sselect.t
16738 ____________________________________________________________________________
16739 [ 25816] By: rgs                                   on 2005/10/21  15:06:13
16740         Log: Rewording of doc change #25812
16741      Branch: perl
16742            ! pod/perlsub.pod
16743 ____________________________________________________________________________
16744 [ 25815] By: merijn                                on 2005/10/21  14:12:37
16745         Log: Subject: [PATCH] Symbian/beginnings of Series 80 support
16746              From: <jarkko.hietaniemi@nokia.com>
16747              Date: Fri, 21 Oct 2005 17:15:23 +0300
16748              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A67E@esebe105.NOE.Nokia.com>
16749      Branch: perl
16750            - symbian/PerlApp.rss
16751 ____________________________________________________________________________
16752 [ 25814] By: merijn                                on 2005/10/21  14:12:10
16753         Log: Subject: [PATCH] Symbian/beginnings of Series 80 support
16754              From: <jarkko.hietaniemi@nokia.com>
16755              Date: Fri, 21 Oct 2005 17:15:23 +0300
16756              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A67E@esebe105.NOE.Nokia.com>
16757      Branch: perl
16758            ! MANIFEST README.symbian symbian/PerlApp.cpp symbian/PerlApp.h
16759            ! symbian/PerlApp.hrh symbian/config.pl symbian/config.sh
16760            ! symbian/makesis.pl symbian/sdk.pl symbian/sisify.pl
16761            ! symbian/xsbuild.pl
16762 ____________________________________________________________________________
16763 [ 25813] By: rgs                                   on 2005/10/21  13:24:30
16764         Log: Subject: wrong maxlen in sselect [PATCH]
16765              From: Gisle Aas <gisle@ActiveState.com>
16766              Date: 21 Oct 2005 05:24:30 -0700
16767              Message-ID: <lrzmp312ip.fsf@caliper.activestate.com>
16768              
16769              Plus a regression test for the new warning.
16770      Branch: perl
16771            ! pod/perldiag.pod pp_sys.c t/lib/warnings/pp_sys
16772 ____________________________________________________________________________
16773 [ 25812] By: rgs                                   on 2005/10/21  13:01:26
16774         Log: Subject: Re: [PATCH] return values reworded in perlsub.pod
16775              From: Xavier Noria <fxn@hashref.com>
16776              Date: Fri, 21 Oct 2005 08:43:12 +0200
16777              Message-Id: <1C8D7C5C-986C-4336-8C4F-8B965CE1AD17@hashref.com>
16778              
16779              (with minor tweaks)
16780      Branch: perl
16781            ! pod/perlsub.pod
16782 ____________________________________________________________________________
16783 [ 25811] By: rgs                                   on 2005/10/21  09:31:52
16784         Log: Remove last remaining reference to vax11c
16785      Branch: perl
16786            ! x2p/a2p.h
16787 ____________________________________________________________________________
16788 [ 25810] By: craigb                                on 2005/10/20  22:38:36
16789         Log: Subject: [patch@25809]restore documented exit behavior
16790              From: "John E. Malmberg" <wb8tyw@qsl.net>
16791              Date: Thu, 20 Oct 2005 18:21:20 -0400
16792              Message-id: <43581860.3020108@qsl.net>
16793      Branch: perl
16794            ! mg.c perl.c perl.h t/op/exec.t vms/perlvms.pod vms/vms.c
16795 ____________________________________________________________________________
16796 [ 25809] By: rgs                                   on 2005/10/19  21:15:53
16797         Log: Fix doc typo, by Gisle Aas
16798      Branch: perl
16799            ! lib/User/grent.pm
16800 ____________________________________________________________________________
16801 [ 25808] By: rgs                                   on 2005/10/19  20:46:50
16802         Log: Subject: Re: [PATCH] Re: [perl #37350] $#{@$aref} in debugger gives: Bizarre copy of ARRAY in leave
16803              From: Robin Houston <robin@cpan.org>
16804              Date: Oct 14, 2005 1:54 AM
16805              Message-ID: <20051013235457.GA23386@rpc142.cs.man.ac.uk>
16806      Branch: perl
16807            ! embed.fnc embed.h global.sym op.c op.h proto.h t/op/array.t
16808 ____________________________________________________________________________
16809 [ 25805] By: rgs                                   on 2005/10/19  13:19:17
16810         Log: Forgotten chunk by jhi
16811      Branch: perl
16812            ! symbian/makesis.pl
16813 ____________________________________________________________________________
16814 [ 25804] By: rgs                                   on 2005/10/19  13:09:09
16815         Log: Subject: [PATCH] blead 25801: Symbian batch of today
16816              From: <jarkko.hietaniemi@nokia.com>
16817              Date: Wed, 19 Oct 2005 16:19:23 +0300
16818              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A663@esebe105.NOE.Nokia.com>
16819      Branch: perl
16820            ! perl.h pp_sys.c symbian/config.sh symbian/symbianish.h
16821            ! symbian/xsbuild.pl
16822 ____________________________________________________________________________
16823 [ 25803] By: rgs                                   on 2005/10/19  08:18:30
16824         Log: Subject: [PATCH] More consting, and DRY leads to shrinking object code
16825              From: Andy Lester <andy@petdance.com>
16826              Date: Tue, 18 Oct 2005 09:57:23 -0500
16827              Message-ID: <20051018145723.GA4964@petdance.com>
16828      Branch: perl
16829            ! av.c gv.c hv.c mg.c pp_ctl.c pp_hot.c sv.c
16830 ____________________________________________________________________________
16831 [ 25802] By: rgs                                   on 2005/10/19  07:52:20
16832         Log: Subject: [PATCH] Adding documentation index to perlapi.pod and perlintern.pod
16833              From: Sébastien Aperghis-Tramoni <maddingue@free.fr>
16834              Date: Tue, 18 Oct 2005 22:22:57 +0200
16835              Message-ID: <1129666977.435559a10cb95@imp5-g19.free.fr>
16836              
16837              (tweaked to remove trailing whitespace to doc entries)
16838              Plus, regenerate doc and headers
16839      Branch: perl
16840            ! autodoc.pl embed.h pod/perlapi.pod pod/perlintern.pod proto.h
16841 ____________________________________________________________________________
16842 [ 25801] By: craigb                                on 2005/10/19  00:29:00
16843         Log: Subject: [patch@25784] enable open(FOO, "child.pl foo|") on VMS
16844              From: "John E. Malmberg" <wb8tyw@qsl.net>
16845              Date: Tue, 18 Oct 2005 14:43:29 -0400
16846              Message-id: <43554251.5020704@qsl.net>
16847      Branch: perl
16848            ! vms/vms.c vms/vmsish.h
16849 ____________________________________________________________________________
16850 [ 25800] By: rgs                                   on 2005/10/18  21:22:17
16851         Log: Add notes about -f _ and defined %foo:: in perldelta
16852      Branch: perl
16853            ! pod/perl593delta.pod
16854 ____________________________________________________________________________
16855 [ 25799] By: rgs                                   on 2005/10/18  20:57:43
16856         Log: Force _ to be always a bareword after filetest operators
16857      Branch: perl
16858            ! t/op/filetest.t toke.c
16859 ____________________________________________________________________________
16860 [ 25798] By: nicholas                              on 2005/10/18  19:52:27
16861         Log: Add Rafael's 5.10 roadmap to perltodo.
16862              Add state variables.
16863              Remove xsubpp entry, as that had been done already.
16864      Branch: perl
16865            ! pod/perltodo.pod
16866 ____________________________________________________________________________
16867 [ 25797] By: rgs                                   on 2005/10/18  19:24:55
16868         Log: Fix tokenizer debugging trace for file tests
16869      Branch: perl
16870            ! toke.c
16871 ____________________________________________________________________________
16872 [ 25796] By: stevep                                on 2005/10/18  19:15:40
16873         Log: Upgrade to Digest-1.13
16874      Branch: perl
16875            ! lib/Digest.pm lib/Digest/Changes lib/Digest/file.pm
16876 ____________________________________________________________________________
16877 [ 25795] By: merijn                                on 2005/10/18  16:30:54
16878         Log: VMS does not have clearenv () according to John E. Malmberg
16879              Followup to 25793
16880      Branch: perl
16881            ! configure.com
16882 ____________________________________________________________________________
16883 [ 25794] By: steveh                                on 2005/10/18  15:03:50
16884         Log: Update win32 config files w.r.t. change #25793
16885      Branch: perl
16886            ! win32/config.bc win32/config.gc win32/config.vc
16887            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
16888            ! win32/config_H.vc win32/config_H.vc64
16889 ____________________________________________________________________________
16890 [ 25793] By: merijn                                on 2005/10/18  13:50:15
16891         Log: Add probe for clearenv (), like #25733 for unsetenv ()
16892      Branch: perl
16893            ! Configure Porting/Glossary config_h.SH handy.h
16894 ____________________________________________________________________________
16895 [ 25790] By: rgs                                   on 2005/10/18  12:48:17
16896         Log: Subject: [PATCH] missed some SYMBIAN ifdefs
16897              From: <jarkko.hietaniemi@nokia.com>
16898              Date: Tue, 18 Oct 2005 16:07:28 +0300
16899              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A64D@esebe105.NOE.Nokia.com>
16900      Branch: perl
16901            ! perl.h util.h
16902 ____________________________________________________________________________
16903 [ 25789] By: stevep                                on 2005/10/18  10:52:01
16904         Log: Upgrade to Time-HiRes-1.75
16905      Branch: perl
16906            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
16907            ! ext/Time/HiRes/Makefile.PL
16908 ____________________________________________________________________________
16909 [ 25788] By: rgs                                   on 2005/10/18  09:29:05
16910         Log: Subject: [PATCH] Symbian: New vs New
16911              From: <jarkko.hietaniemi@nokia.com>
16912              Date: Tue, 18 Oct 2005 12:53:16 +0300
16913              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A640@esebe105.NOE.Nokia.com>
16914      Branch: perl
16915            ! symbian/PerlUtil.cpp
16916 ____________________________________________________________________________
16917 [ 25786] By: rgs                                   on 2005/10/18  08:01:12
16918         Log: Subject: [patch@25783] vmsish.h fix for lstat() definition
16919              From: "John E. Malmberg" <wb8tyw@qsl.net>
16920              Date: Mon, 17 Oct 2005 17:08:19 -0400
16921              Message-ID: <435412C3.3080504@qsl.net>
16922      Branch: perl
16923            ! vms/vmsish.h
16924 ____________________________________________________________________________
16925 [ 25784] By: steveh                                on 2005/10/17  15:48:24
16926         Log: Silence gcc complaints about comments in config.h
16927              
16928              This suppresses dozens of lines of warnings seen, e.g. here:
16929              http://www.nntp.perl.org/group/perl.daily-build.reports/32231
16930      Branch: perl
16931            ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/Zlib.pm
16932 ____________________________________________________________________________
16933 [ 25783] By: rgs                                   on 2005/10/17  15:13:35
16934         Log: Subject: [patch@25775] VMS prep for symbolic links and long filename
16935              From: "John E. Malmberg" <wb8tyw@qsl.net>
16936              Date: Mon, 17 Oct 2005 08:12:37 -0400
16937              Message-ID: <43539535.70609@qsl.net>
16938      Branch: perl
16939            ! vms/vms.c vms/vmsish.h
16940 ____________________________________________________________________________
16941 [ 25782] By: rgs                                   on 2005/10/17  15:05:23
16942         Log: Subject: [PATCH] even more Symbian
16943              From: <jarkko.hietaniemi@nokia.com>
16944              Date: Mon, 17 Oct 2005 18:27:57 +0300
16945              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A61F@esebe105.NOE.Nokia.com>
16946      Branch: perl
16947            ! ext/Storable/Storable.xs symbian/TODO
16948            ! symbian/find_writeable_data.pl symbian/xsbuild.pl
16949 ____________________________________________________________________________
16950 [ 25781] By: nicholas                              on 2005/10/17  14:44:59
16951         Log: Correct precedence from and to && in an expression with assignment.
16952      Branch: perl
16953            ! ext/IO/t/io_sock.t
16954 ____________________________________________________________________________
16955 [ 25780] By: rgs                                   on 2005/10/17  10:16:30
16956         Log: Subject: Re: small addition to $, and $\ in perlvar.pod
16957              From: Xavier Noria <fxn@hashref.com>
16958              Date: Sun, 16 Oct 2005 12:27:30 +0200
16959              Message-Id: <7CA83392-70CD-4AC8-AA44-D94F508BB028@hashref.com>
16960      Branch: perl
16961            ! pod/perlvar.pod
16962 ____________________________________________________________________________
16963 [ 25779] By: steveh                                on 2005/10/17  10:14:46
16964         Log: Make some casts explicit to keep VC++ 7 happy
16965              
16966              Specifically, this silences the warnings from the following smoke:
16967              http://www.nntp.perl.org/group/perl.daily-build.reports/32258
16968              (Hmm. Looks like you need to decode the base64 yourself before you
16969              can read that.)
16970      Branch: perl
16971            ! numeric.c op.c pp_pack.c toke.c
16972 ____________________________________________________________________________
16973 [ 25778] By: rgs                                   on 2005/10/17  09:57:24
16974         Log: Subject: [PATCH] another Symbian update: Alan's fault :-)
16975              From: <jarkko.hietaniemi@nokia.com>
16976              Date: Mon, 17 Oct 2005 13:19:34 +0300
16977              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A611@esebe105.NOE.Nokia.com>
16978      Branch: perl
16979            + symbian/find_writeable_data.pl
16980            ! MANIFEST XSUB.h doio.c embed.fnc embed.h mg.c perl.c perl.h
16981            ! perlio.c pp_ctl.c pp_sys.c symbian/config.pl symbian/sisify.pl
16982            ! util.c
16983 ____________________________________________________________________________
16984 [ 25777] By: rgs                                   on 2005/10/17  08:46:31
16985         Log: Doc/style fixes pointed out by Gisle
16986      Branch: perl
16987            ! lib/warnings/register.pm
16988 ____________________________________________________________________________
16989 [ 25776] By: rgs                                   on 2005/10/17  08:28:15
16990         Log: Subject: [PATCH] blead@25775 Symbian update
16991              From: <jarkko.hietaniemi@nokia.com>
16992              Date: Mon, 17 Oct 2005 11:49:20 +0300
16993              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A60A@esebe105.NOE.Nokia.com>
16994      Branch: perl
16995            + symbian/PerlUtil.cpp symbian/PerlUtil.h symbian/PerlUtil.pod
16996            ! MANIFEST README.symbian symbian/PerlBase.pod symbian/TODO
16997            ! symbian/config.pl symbian/sdk.pl symbian/sisify.pl
16998            ! symbian/symbian_proto.h symbian/xsbuild.pl
16999 ____________________________________________________________________________
17000 [ 25775] By: davem                                 on 2005/10/16  23:05:44
17001         Log: DEBUG_LEAKING_SCALARS doesn't need shared memory to store filenames
17002      Branch: perl
17003            ! sv.c
17004 ____________________________________________________________________________
17005 [ 25774] By: rgs                                   on 2005/10/16  21:47:57
17006         Log: Subject: [PATCH] Keys of %INC always use forward slashes
17007              From: Jan Dubois <jand@activestate.com>
17008              Date: Oct 16, 2005 8:24 PM
17009              Message-ID: <006e01c5d27e$d722c6e0$2217a8c0@candy>
17010      Branch: perl
17011            ! lib/CPAN.pm
17012 ____________________________________________________________________________
17013 [ 25772] By: craigb                                on 2005/10/16  19:10:56
17014         Log: Subject: [patch@25763] Fix VMS error/exit handling, update kill function
17015              From: "John E. Malmberg" <wb8tyw@qsl.net>
17016              Message-id: <4351F393.8030809@qsl.net>
17017              Date: Sun, 16 Oct 2005 02:30:43 -0400
17018      Branch: perl
17019            ! perl.c perl.h t/run/exit.t vms/vms.c vms/vmsish.h
17020 ____________________________________________________________________________
17021 [ 25771] By: davem                                 on 2005/10/16  17:46:10
17022         Log: an assert in av_undef was leaking memory
17023      Branch: perl
17024            ! av.c
17025 ____________________________________________________________________________
17026 [ 25770] By: davem                                 on 2005/10/16  17:39:20
17027         Log: static functions should be prefixed S_
17028      Branch: perl
17029            ! ext/threads/threads.xs
17030 ____________________________________________________________________________
17031 [ 25769] By: davem                                 on 2005/10/16  14:53:45
17032         Log: free a thread's interpreter after $t->join() rather than after undef $t
17033              This should fix some ithreads memory leaks.
17034      Branch: perl
17035            ! ext/threads/threads.xs
17036 ____________________________________________________________________________
17037 [ 25768] By: stevep                                on 2005/10/16  13:53:00
17038         Log: Upgrade to version-0.49
17039      Branch: perl
17040            ! lib/version.pm lib/version.pod
17041 ____________________________________________________________________________
17042 [ 25767] By: stevep                                on 2005/10/16  13:24:23
17043         Log: No more attempting to edit Pod before the first coffee of the morning.
17044      Branch: perl
17045            ! ext/DynaLoader/XSLoader_pm.PL
17046 ____________________________________________________________________________
17047 [ 25766] By: stevep                                on 2005/10/16  13:10:02
17048         Log: Upgrade to XSLoader-0.06 (plus a minor doc nit found by podchecker).
17049      Branch: perl
17050            ! ext/DynaLoader/XSLoader_pm.PL ext/DynaLoader/t/XSLoader.t
17051 ____________________________________________________________________________
17052 [ 25765] By: stevep                                on 2005/10/16  13:02:19
17053         Log: Upgrade to Pod-Parser-1.34 (with some changes to get the new test file
17054              to work within the core).
17055      Branch: perl
17056            + lib/Pod/t/contains_pod.t t/lib/contains_pod.xr
17057            ! MANIFEST lib/Pod/Find.pm
17058 ____________________________________________________________________________
17059 [ 25764] By: stevep                                on 2005/10/16  12:36:37
17060         Log: Upgrade to ExtUtils-ParseXS-2.15.
17061      Branch: perl
17062            ! lib/ExtUtils/ParseXS.pm
17063 ____________________________________________________________________________
17064 [ 25763] By: nicholas                              on 2005/10/15  21:35:29
17065         Log: Subject: pre{inc,dec} is faster, even with integers
17066              From: hv@crypt.org
17067              Message-Id: <200510141722.j9EHMfa25945@zen.crypt.org>
17068              Date: Fri, 14 Oct 2005 18:22:41 +0100
17069      Branch: perl
17070            ! op.c t/op/inc.t
17071 ____________________________________________________________________________
17072 [ 25761] By: craigb                                on 2005/10/15  03:59:44
17073         Log: Subject: [patch@blead] perlport.pod
17074              From: "John E. Malmberg" <wb8tyw@qsl.net>
17075              Date: Fri, 14 Oct 2005 23:48:20 -0400
17076              Message-id: <43507C04.8050003@qsl.net>
17077      Branch: perl
17078            ! pod/perlport.pod
17079 ____________________________________________________________________________
17080 [ 25760] By: craigb                                on 2005/10/15  03:43:30
17081         Log: Subject: patch for blead - Perlvms.pod update
17082              From: "John E. Malmberg" <wb8tyw@qsl.net>
17083              Date: Fri, 14 Oct 2005 21:15:26 -0400
17084              Message-id: <4350582E.4070209@qsl.net>
17085      Branch: perl
17086            ! vms/perlvms.pod
17087 ____________________________________________________________________________
17088 [ 25759] By: craigb                                on 2005/10/14  15:31:33
17089         Log: Grab enough room from the outset in do_tovmsspec()
17090      Branch: perl
17091            ! vms/vms.c
17092 ____________________________________________________________________________
17093 [ 25758] By: steveh                                on 2005/10/14  08:00:58
17094         Log: Subject: [PATCH] Compress::Zlib - fix for win32
17095              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
17096              Date: Thu, 13 Oct 2005 23:06:25 +0100
17097              Message-ID: <002a01c5d042$5c25fea0$1a1c140a@myopwv.com>
17098      Branch: perl
17099            ! ext/Compress/Zlib/Zlib.xs
17100 ____________________________________________________________________________
17101 [ 25757] By: stevep                                on 2005/10/14  03:46:24
17102         Log: gcc complains when it sees variables declared
17103              
17104              const register ...
17105              
17106              switched them all to 
17107              
17108              register const ...
17109      Branch: perl
17110            ! av.c pp.c pp_hot.c regexec.c sv.c toke.c util.c
17111 ____________________________________________________________________________
17112 [ 25756] By: stevep                                on 2005/10/14  01:20:21
17113         Log: Upgrade to Unicode-Collate-0.52
17114      Branch: perl
17115            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
17116            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
17117 ____________________________________________________________________________
17118 [ 25755] By: stevep                                on 2005/10/13  23:31:03
17119         Log: Add PERL_USE_SAFE_PUTENV to the compile time options in perl -V
17120      Branch: perl
17121            ! perl.c
17122 ____________________________________________________________________________
17123 [ 25754] By: stevep                                on 2005/10/13  23:03:46
17124         Log: Subject: [PATCH] Stas' croak patch and then some
17125              From: Andy Lester <andy@petdance.com>
17126              Date: Thu, 13 Oct 2005 16:42:12 -0500
17127              Message-ID: <20051013214212.GA1122@petdance.com>
17128      Branch: perl
17129            ! embed.fnc gv.c op.c pad.c perl.c pp_sort.c proto.h regcomp.c
17130            ! sv.c t/TEST toke.c utf8.c
17131 ____________________________________________________________________________
17132 [ 25753] By: rgs                                   on 2005/10/13  15:53:39
17133         Log: If /dev/null is not readable, perl -e fails with
17134              an obscure error message. Make it more understandable.
17135      Branch: perl
17136            ! perl.c
17137 ____________________________________________________________________________
17138 [ 25752] By: rgs                                   on 2005/10/13  14:18:50
17139         Log: Subject: [patch@25744] t/op/local.t - change 25514 broke VMS
17140              From: "John E. Malmberg" <wb8tyw@qsl.net>
17141              Date: Thu, 13 Oct 2005 10:28:23 -0400
17142              Message-ID: <434E6F07.5020108@qsl.net>
17143      Branch: perl
17144            ! t/op/local.t
17145 ____________________________________________________________________________
17146 [ 25751] By: rgs                                   on 2005/10/13  12:38:21
17147         Log: Subject: SvPVutf8_nolen crashes [PATCH]
17148              From: Gisle Aas <gisle@ActiveState.com>
17149              Date: 13 Oct 2005 06:00:49 -0700
17150              Message-ID: <lrslv56072.fsf@caliper.activestate.com>
17151      Branch: perl
17152            ! sv.c
17153 ____________________________________________________________________________
17154 [ 25750] By: rgs                                   on 2005/10/13  12:22:24
17155         Log: Better cleanup of directories created by C::Zlib
17156      Branch: perl
17157            ! Makefile.SH
17158 ____________________________________________________________________________
17159 [ 25749] By: merijn                                on 2005/10/13  12:17:41
17160         Log: PL_use_safe_putenv needs to be in the export lists
17161      Branch: perl
17162            ! makedef.pl
17163 ____________________________________________________________________________
17164 [ 25748] By: rgs                                   on 2005/10/13  11:20:23
17165         Log: Subject: [PATCH] POD index entries with X<>
17166              From: Ivan Tubert-Brohman <itub@cpan.org>
17167              Date: Wed, 12 Oct 2005 19:20:18 -0400
17168              Message-ID: <434D9A32.4050305@cpan.org>
17169      Branch: perl
17170            ! pod/perldata.pod pod/perldebug.pod pod/perldsc.pod
17171            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlform.pod
17172            ! pod/perlfunc.pod pod/perllexwarn.pod pod/perlmod.pod
17173            ! pod/perlobj.pod pod/perlop.pod pod/perlpod.pod pod/perlre.pod
17174            ! pod/perlref.pod pod/perlrun.pod pod/perlsub.pod
17175            ! pod/perlsyn.pod pod/perltie.pod
17176 ____________________________________________________________________________
17177 [ 25747] By: rgs                                   on 2005/10/13  09:43:46
17178         Log: Subject: Accidental interpolation of $@ in Pod::Html [PATCH]
17179              From: Gisle Aas <gisle@ActiveState.com>
17180              Date: 13 Oct 2005 01:42:32 -0700
17181              Message-ID: <lr7jch95af.fsf@caliper.activestate.com>
17182      Branch: perl
17183            ! lib/Pod/Html.pm
17184 ____________________________________________________________________________
17185 [ 25746] By: rgs                                   on 2005/10/13  09:05:42
17186         Log: The new REQUIRE token introduced by change 25599 must be
17187              nonassoc, just like the UNIOP token it's patterned after.
17188              (While we're at it, allow to use bison 2.1 to regenerate
17189              the parser files.)
17190      Branch: perl
17191            ! perly.act perly.h perly.tab perly.y regen_perly.pl
17192 ____________________________________________________________________________
17193 [ 25745] By: rgs                                   on 2005/10/13  08:14:32
17194         Log: Document that -F doesn't accept whitespace in patterns.
17195              (fixes bug #37366)
17196      Branch: perl
17197            ! pod/perlrun.pod
17198 ____________________________________________________________________________
17199 [ 25744] By: merijn                                on 2005/10/13  06:10:27
17200         Log: Subject: RE: [PATCH] Compress::Zlib
17201              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
17202              Date: Wed, 12 Oct 2005 22:41:41 +0100
17203              Message-ID: <004c01c5cf75$bd368fc0$0e1c140a@myopwv.com>
17204      Branch: perl
17205            ! ext/Compress/Zlib/lib/Compress/Zlib/Common.pm
17206 ____________________________________________________________________________
17207 [ 25743] By: stevep                                on 2005/10/12  23:28:04
17208         Log: Subject: [PATCH pp_sort.c 5.8.7]  Typo in comment.
17209              From: Abigail <abigail@abigail.nl>
17210              Date: Thu, 13 Oct 2005 01:25:10 +0200
17211              Message-ID: <20051012232509.GA1018@abigail.nl>
17212      Branch: perl
17213            ! pp_sort.c
17214 ____________________________________________________________________________
17215 [ 25742] By: rgs                                   on 2005/10/12  15:55:21
17216         Log: Subject: [PATCH] Symbian blead update: Symbian port 0.2.0
17217              From: <jarkko.hietaniemi@nokia.com>
17218              Date: Wed, 12 Oct 2005 19:12:57 +0300
17219              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A5E6@esebe105.NOE.Nokia.com>
17220      Branch: perl
17221            + symbian/sisify.pl
17222            ! MANIFEST README.symbian symbian/PerlApp.cpp symbian/PerlApp.h
17223            ! symbian/TODO symbian/config.pl symbian/port.pl
17224 ____________________________________________________________________________
17225 [ 25741] By: rgs                                   on 2005/10/12  11:37:49
17226         Log: Update to the config boilerplates, by Jarkko
17227      Branch: perl
17228            ! Cross/config.sh-arm-linux NetWare/config.wc epoc/config.sh
17229            ! plan9/config_sh.sample symbian/config.sh uconfig.h uconfig.sh
17230            ! wince/config.ce
17231 ____________________________________________________________________________
17232 [ 25740] By: craigb                                on 2005/10/11  23:58:26
17233         Log: disarm unsetenv() on VMS for now (function is present
17234              but %ENV is more complicated)
17235      Branch: perl
17236            ! configure.com
17237 ____________________________________________________________________________
17238 [ 25739] By: stevep                                on 2005/10/11  22:27:18
17239         Log: Subject: [PATCH] Compress::Zlib
17240              From: Paul Marquess <Paul.Marquess@ntlworld.com>
17241              Date: Tue, 11 Oct 2005 22:54:25 +0100
17242              
17243              This silences a few warnings on AIX
17244      Branch: perl
17245            ! ext/Compress/Zlib/lib/Compress/Zlib/Common.pm
17246            ! ext/Compress/Zlib/t/04def.t
17247 ____________________________________________________________________________
17248 [ 25738] By: rgs                                   on 2005/10/11  21:14:49
17249         Log: Comment fix
17250      Branch: perl
17251            ! perl.c
17252 ____________________________________________________________________________
17253 [ 25737] By: merijn                                on 2005/10/11  15:15:37
17254         Log: Subject: [PATCH] environ fixup
17255              From: Alan Burlison <Alan.Burlison@sun.com>
17256              Date: Tue, 11 Oct 2005 16:29:54 +0100
17257              Message-ID: <434BDA72.4090109@sun.com>
17258      Branch: perl
17259            ! handy.h hints/solaris_2.sh perl.c util.c
17260 ____________________________________________________________________________
17261 [ 25736] By: merijn                                on 2005/10/11  11:30:22
17262         Log: Subject: [PATCH] Symbian blead fix
17263              From: <jarkko.hietaniemi@nokia.com>
17264              Date: Tue, 11 Oct 2005 14:48:49 +0300
17265              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A5D4@esebe105.NOE.Nokia.com>
17266      Branch: perl
17267            ! symbian/PerlApp.cpp
17268 ____________________________________________________________________________
17269 [ 25735] By: merijn                                on 2005/10/11  11:25:46
17270         Log: Subject: [PATCH] Compress::Zlib
17271              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
17272              Date: Tue, 11 Oct 2005 12:35:22 +0100
17273              Message-ID: <013e01c5ce57$dee62af0$671c140a@myopwv.com>
17274      Branch: perl
17275            ! ext/Compress/Zlib/lib/Compress/Zlib/Common.pm
17276            ! ext/Compress/Zlib/t/16oneshot.t
17277 ____________________________________________________________________________
17278 [ 25734] By: steveh                                on 2005/10/11  10:09:48
17279         Log: Update win32 config files w.r.t. change #25733
17280      Branch: perl
17281            ! win32/config.bc win32/config.gc win32/config.vc
17282            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
17283            ! win32/config_H.vc win32/config_H.vc64
17284 ____________________________________________________________________________
17285 [ 25733] By: merijn                                on 2005/10/10  13:47:17
17286         Log: Add probe for unsetenv ()
17287              Subject: Re: Perl's handling of environ breaks on Solaris 10
17288              From: Steve Peters <steve@fisharerojo.org>
17289              Date: Mon, 10 Oct 2005 07:51:17 -0500
17290              Message-ID: <20051010125117.GA27566@mccoy.peters.homeunix.org>
17291      Branch: perl
17292            ! Configure Porting/Glossary config_h.SH handy.h
17293 ____________________________________________________________________________
17294 [ 25731] By: stevep                                on 2005/10/10  13:14:50
17295         Log: Subject: Re: Win32::GetShortPathName() does not always return a short name [DOC PATCH]
17296              From: Gisle Aas <gisle@ActiveState.com>
17297              Date: 10 Oct 2005 06:20:23 -0700
17298              
17299              Change to remove a call to Win32::GetShortPathName() from 
17300              Test::Harness::Straps.
17301      Branch: perl
17302            ! lib/Test/Harness/Straps.pm
17303 ____________________________________________________________________________
17304 [ 25730] By: rgs                                   on 2005/10/10  11:22:08
17305         Log: Subject: [PATCH] Symbian bleadperl@25725 update
17306              From: <jarkko.hietaniemi@nokia.com>
17307              Date: Mon, 10 Oct 2005 14:28:31 +0300
17308              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A5C4@esebe105.NOE.Nokia.com>
17309      Branch: perl
17310            ! ext/Compress/Zlib/Zlib.xs ext/Compress/Zlib/zlib-src/trees.c
17311            ! symbian/PerlApp.cpp symbian/TODO symbian/symbian_utils.cpp
17312            ! symbian/xsbuild.pl
17313 ____________________________________________________________________________
17314 [ 25729] By: rgs                                   on 2005/10/10  11:16:24
17315         Log: Subject: RE: [PATCH] Compress::Zlib
17316              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
17317              Date: Mon, 10 Oct 2005 12:24:29 +0100
17318              Message-ID: <013501c5cd8d$2f5d3e90$291c140a@myopwv.com>
17319      Branch: perl
17320            ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/Zlib.xs
17321 ____________________________________________________________________________
17322 [ 25728] By: merijn                                on 2005/10/10  10:36:51
17323         Log: Subject: Win32::GetShortPathName() does not always return a short name [DOC PATCH]
17324              From: Gisle Aas <gisle@ActiveState.com>
17325              Date: 10 Oct 2005 03:58:09 -0700
17326              Message-ID: <lrk6glej0e.fsf@caliper.activestate.com>
17327      Branch: perl
17328            ! win32/ext/Win32/Win32.pm
17329 ____________________________________________________________________________
17330 [ 25727] By: merijn                                on 2005/10/10  10:27:12
17331         Log: Making t/14gzopen.t a bit more robust.
17332              Subject: [PATCH] Compress::Zlib
17333              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
17334              Date: Mon, 10 Oct 2005 11:40:00 +0100
17335              Message-ID: <012101c5cd86$f895b640$291c140a@myopwv.com>
17336      Branch: perl
17337            ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/Zlib.xs
17338            ! ext/Compress/Zlib/t/14gzopen.t
17339 ____________________________________________________________________________
17340 [ 25726] By: merijn                                on 2005/10/10  06:14:30
17341         Log: Compress::Zlib should not ask under Cygwin in CORE
17342      Branch: perl
17343            ! ext/Compress/Zlib/Makefile.PL
17344 ____________________________________________________________________________
17345 [ 25725] By: stevep                                on 2005/10/10  01:18:58
17346         Log: From: Paul Marquess <Paul.Marquess@ntlworld.com>
17347              Subject: RE: [PATCH] DB_File 1.1812
17348              Date: Sun, 9 Oct 2005 23:25:38 +0100
17349              
17350              Patch to ext/Compress/Zlib/Zlib.xs from Paul Marquess.
17351      Branch: perl
17352            ! ext/Compress/Zlib/Zlib.xs
17353 ____________________________________________________________________________
17354 [ 25724] By: rgs                                   on 2005/10/09  21:27:57
17355         Log: Upgrade to DB_File 1.1812, by Paul Marquess
17356      Branch: perl
17357            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
17358            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
17359            ! ext/DB_File/t/db-hash.t
17360 ____________________________________________________________________________
17361 [ 25723] By: stevep                                on 2005/10/09  18:53:02
17362         Log: Tweaks to get Test::Builder::Tester's tests to work in the core.
17363      Branch: perl
17364            ! lib/Test/Simple/t/tbt_01basic.t
17365            ! lib/Test/Simple/t/tbt_04line_num.t
17366 ____________________________________________________________________________
17367 [ 25722] By: stevep                                on 2005/10/09  18:06:13
17368         Log: Upgraded to ExtUtils-ParseXS-2.14.
17369      Branch: perl
17370            ! lib/ExtUtils/ParseXS.pm
17371 ____________________________________________________________________________
17372 [ 25721] By: rgs                                   on 2005/10/09  16:42:26
17373         Log: Don't use a regexp in DB::sub().
17374              This should work around perlbug #37102.
17375      Branch: perl
17376            ! lib/DB.pm
17377 ____________________________________________________________________________
17378 [ 25720] By: stevep                                on 2005/10/09  15:37:41
17379         Log: It would be nice to upgrade the right file.   Double grrrrr.
17380      Branch: perl
17381            ! lib/ExtUtils/CBuilder.pm
17382 ____________________________________________________________________________
17383 [ 25719] By: stevep                                on 2005/10/09  15:32:29
17384         Log: Add standard core test header to Test::Builder::Tester tests.
17385      Branch: perl
17386            ! lib/Test/Simple/t/tbt_01basic.t
17387            ! lib/Test/Simple/t/tbt_02fhrestore.t
17388            ! lib/Test/Simple/t/tbt_03die.t
17389            ! lib/Test/Simple/t/tbt_04line_num.t
17390            ! lib/Test/Simple/t/tbt_05faildiag.t
17391            ! lib/Test/Simple/t/tbt_06errormess.t
17392            ! lib/Test/Simple/t/tbt_07args.t
17393 ____________________________________________________________________________
17394 [ 25718] By: stevep                                on 2005/10/09  15:24:43
17395         Log: Upgrade to Test-Simple-0.62.
17396      Branch: perl
17397            + lib/Test/Builder/Tester.pm lib/Test/Builder/Tester/Color.pm
17398            + lib/Test/Simple/t/tbt_01basic.t
17399            + lib/Test/Simple/t/tbt_02fhrestore.t
17400            + lib/Test/Simple/t/tbt_03die.t
17401            + lib/Test/Simple/t/tbt_04line_num.t
17402            + lib/Test/Simple/t/tbt_05faildiag.t
17403            + lib/Test/Simple/t/tbt_06errormess.t
17404            + lib/Test/Simple/t/tbt_07args.t
17405            ! MANIFEST lib/Test/Builder.pm lib/Test/Builder/Module.pm
17406            ! lib/Test/More.pm lib/Test/Simple.pm lib/Test/Simple/Changes
17407            ! lib/Test/Simple/t/More.t lib/Test/Simple/t/bail_out.t
17408            ! lib/Test/Simple/t/is_deeply_fail.t
17409 ____________________________________________________________________________
17410 [ 25717] By: stevep                                on 2005/10/09  14:51:12
17411         Log: Missed files in upgrading modules.  Grrrr
17412      Branch: perl
17413            ! lib/Cwd.pm lib/ExtUtils/ParseXS.pm
17414 ____________________________________________________________________________
17415 [ 25716] By: rgs                                   on 2005/10/09  14:31:47
17416         Log: Subject: [PATCH with testsuite] undef IS_UTF8_CHAR() on EBCDIC
17417              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
17418              Date: Oct 8, 2005 9:59 AM
17419              Message-Id: <20051008165752.348A.BQW10602@nifty.com>
17420      Branch: perl
17421            ! lib/utf8.t utf8.c utf8.h
17422 ____________________________________________________________________________
17423 [ 25712] By: stevep                                on 2005/10/07  15:41:32
17424         Log: Documentation nit in INSTALL found by Alan Burlison.
17425      Branch: perl
17426            ! INSTALL
17427 ____________________________________________________________________________
17428 [ 25711] By: stevep                                on 2005/10/07  03:29:37
17429         Log: Upgrade to Pathtools-3.12
17430      Branch: perl
17431            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/File/Spec.pm
17432            ! lib/File/Spec/Win32.pm
17433 ____________________________________________________________________________
17434 [ 25710] By: craigb                                on 2005/10/07  02:41:03
17435         Log: Parse symbols for the linker when more than one declaration
17436              on the same line (the way PERLVARISC now throws at us).
17437      Branch: perl
17438            ! vms/gen_shrfls.pl
17439 ____________________________________________________________________________
17440 [ 25709] By: nicholas                              on 2005/10/06  21:31:39
17441         Log: Avoid a cast
17442      Branch: perl
17443            ! perl.c
17444 ____________________________________________________________________________
17445 [ 25708] By: stevep                                on 2005/10/06  19:23:59
17446         Log: Convert lvalue usage of SvNVX() and SvIVX() to SvNV_set() and
17447              SvIV_set().  Otherwise, compiling with -DPERL_DEBUG_COW fails.
17448      Branch: perl
17449            ! ext/Compress/Zlib/Zlib.xs
17450 ____________________________________________________________________________
17451 [ 25707] By: rgs                                   on 2005/10/06  13:42:00
17452         Log: Be nice with subversion hidden directories
17453      Branch: perl
17454            ! ext/Compress/Zlib/Makefile.PL
17455 ____________________________________________________________________________
17456 [ 25706] By: rgs                                   on 2005/10/06  13:24:24
17457         Log: Update with new files from C::Zlib
17458      Branch: perl
17459            ! Porting/Maintainers.pl
17460 ____________________________________________________________________________
17461 [ 25705] By: rgs                                   on 2005/10/06  13:23:20
17462         Log: Move ZlibTestUtils.pm under t/
17463      Branch: perl
17464            + t/lib/ZlibTestUtils.pm
17465            - lib/ZlibTestUtils.pm
17466            ! MANIFEST ext/Compress/Zlib/t/01version.t
17467            ! ext/Compress/Zlib/t/02zlib.t ext/Compress/Zlib/t/03zlib-v1.t
17468            ! ext/Compress/Zlib/t/04def.t ext/Compress/Zlib/t/05examples.t
17469            ! ext/Compress/Zlib/t/06gzsetp.t ext/Compress/Zlib/t/07bufsize.t
17470            ! ext/Compress/Zlib/t/08encoding.t
17471            ! ext/Compress/Zlib/t/09gziphdr.t ext/Compress/Zlib/t/10defhdr.t
17472            ! ext/Compress/Zlib/t/11truncate.t ext/Compress/Zlib/t/12any.t
17473            ! ext/Compress/Zlib/t/13prime.t ext/Compress/Zlib/t/14gzopen.t
17474            ! ext/Compress/Zlib/t/15multi.t ext/Compress/Zlib/t/16oneshot.t
17475            ! ext/Compress/Zlib/t/17isize.t ext/Compress/Zlib/t/18lvalue.t
17476            ! ext/Compress/Zlib/t/19destroy.t ext/Compress/Zlib/t/20tied.t
17477            ! ext/Compress/Zlib/t/21newtied.t ext/Compress/Zlib/t/22merge.t
17478            ! ext/Compress/Zlib/t/23misc.t ext/Compress/Zlib/t/globmapper.t
17479 ____________________________________________________________________________
17480 [ 25704] By: rgs                                   on 2005/10/06  09:09:06
17481         Log: Don't install pods via MakeMaker for C::Zlib,
17482              as suggested by Robin Barker
17483      Branch: perl
17484            ! ext/Compress/Zlib/Makefile.PL
17485 ____________________________________________________________________________
17486 [ 25703] By: merijn                                on 2005/10/06  08:42:56
17487         Log: Add -C to allowed $PERL5OPT options
17488              Add -C to the $PERL5OPT documentation (and added the missing -A too)
17489              t/run/runenv.t Could use some more tests about how supported
17490              and unsupported options in $PERL5OPT are handled
17491      Branch: perl
17492            ! perl.c pod/perldiag.pod pod/perlrun.pod
17493 ____________________________________________________________________________
17494 [ 25702] By: rgs                                   on 2005/10/06  07:27:39
17495         Log: Remove the getprotobynumber test, for portability concerns
17496      Branch: perl
17497            - t/op/getprotobynumber.t
17498            ! MANIFEST
17499 ____________________________________________________________________________
17500 [ 25701] By: nicholas                              on 2005/10/05  23:22:27
17501         Log: Fix Compress::Zlib test boilerplate
17502      Branch: perl
17503            ! ext/Compress/Zlib/t/01version.t ext/Compress/Zlib/t/02zlib.t
17504            ! ext/Compress/Zlib/t/03zlib-v1.t ext/Compress/Zlib/t/04def.t
17505            ! ext/Compress/Zlib/t/05examples.t
17506            ! ext/Compress/Zlib/t/06gzsetp.t ext/Compress/Zlib/t/07bufsize.t
17507            ! ext/Compress/Zlib/t/08encoding.t
17508            ! ext/Compress/Zlib/t/09gziphdr.t ext/Compress/Zlib/t/10defhdr.t
17509            ! ext/Compress/Zlib/t/11truncate.t ext/Compress/Zlib/t/12any.t
17510            ! ext/Compress/Zlib/t/13prime.t ext/Compress/Zlib/t/14gzopen.t
17511            ! ext/Compress/Zlib/t/15multi.t ext/Compress/Zlib/t/16oneshot.t
17512            ! ext/Compress/Zlib/t/17isize.t ext/Compress/Zlib/t/18lvalue.t
17513            ! ext/Compress/Zlib/t/19destroy.t ext/Compress/Zlib/t/20tied.t
17514            ! ext/Compress/Zlib/t/21newtied.t ext/Compress/Zlib/t/22merge.t
17515            ! ext/Compress/Zlib/t/23misc.t ext/Compress/Zlib/t/globmapper.t
17516 ____________________________________________________________________________
17517 [ 25699] By: rgs                                   on 2005/10/05  21:26:57
17518         Log: Compress::Zlib's Makefile.PL shouldn't create .bak files when building the core
17519      Branch: perl
17520            ! ext/Compress/Zlib/Makefile.PL
17521 ____________________________________________________________________________
17522 [ 25698] By: rgs                                   on 2005/10/05  21:03:29
17523         Log: Add test preambles to Compress::Zlib.
17524              Remove 99pod.t, useless in the core
17525      Branch: perl
17526            - ext/Compress/Zlib/t/99pod.t
17527            ! MANIFEST ext/Compress/Zlib/t/01version.t
17528            ! ext/Compress/Zlib/t/02zlib.t ext/Compress/Zlib/t/03zlib-v1.t
17529            ! ext/Compress/Zlib/t/04def.t ext/Compress/Zlib/t/05examples.t
17530            ! ext/Compress/Zlib/t/06gzsetp.t ext/Compress/Zlib/t/07bufsize.t
17531            ! ext/Compress/Zlib/t/08encoding.t
17532            ! ext/Compress/Zlib/t/09gziphdr.t ext/Compress/Zlib/t/10defhdr.t
17533            ! ext/Compress/Zlib/t/11truncate.t ext/Compress/Zlib/t/12any.t
17534            ! ext/Compress/Zlib/t/13prime.t ext/Compress/Zlib/t/14gzopen.t
17535            ! ext/Compress/Zlib/t/15multi.t ext/Compress/Zlib/t/16oneshot.t
17536            ! ext/Compress/Zlib/t/17isize.t ext/Compress/Zlib/t/18lvalue.t
17537            ! ext/Compress/Zlib/t/19destroy.t ext/Compress/Zlib/t/20tied.t
17538            ! ext/Compress/Zlib/t/21newtied.t ext/Compress/Zlib/t/22merge.t
17539            ! ext/Compress/Zlib/t/23misc.t ext/Compress/Zlib/t/globmapper.t
17540 ____________________________________________________________________________
17541 [ 25697] By: stevep                                on 2005/10/05  18:20:54
17542         Log: Subject: proposal [perl #34301]:  IO::Socket calls getpeername far too often
17543              From: Peter.Dintelmann@Dresdner-Bank.com (Peter Dintelmann)
17544              Date: Thu, 2 Jun 2005 13:34:49 +0200
17545              Message-ID: <E9A2605289D8D7468B1A21EC24E59D2101852447@naimucx5.muc.allianz>
17546      Branch: perl
17547            ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
17548 ____________________________________________________________________________
17549 [ 25696] By: steveh                                on 2005/10/05  16:04:26
17550         Log: Subject: [PATCH] Re: Untested builtins
17551              From: Steven Schubiger <sts@accognoscere.org>
17552              Date: Wed, 28 Sep 2005 15:46:45 +0200
17553              Message-ID: <20050928134645.GD11546@accognoscere.homeunix.org>
17554      Branch: perl
17555            + t/op/getprotobynumber.t
17556            ! MANIFEST
17557 ____________________________________________________________________________
17558 [ 25695] By: rgs                                   on 2005/10/05  15:53:34
17559         Log: Upgrade to Compress::Zlib 2.000_05
17560      Branch: perl
17561            + ext/Compress/Zlib/examples/gzcat.zlib
17562            + ext/Compress/Zlib/fallback/constants.h
17563            + ext/Compress/Zlib/fallback/constants.xs
17564            + ext/Compress/Zlib/lib/Compress/Gzip/Constants.pm
17565            + ext/Compress/Zlib/lib/Compress/Zlib/Common.pm
17566            + ext/Compress/Zlib/lib/Compress/Zlib/FileConstants.pm
17567            + ext/Compress/Zlib/lib/Compress/Zlib/ParseParameters.pm
17568            + ext/Compress/Zlib/lib/File/GlobMapper.pm
17569            + ext/Compress/Zlib/lib/IO/Compress/Deflate.pm
17570            + ext/Compress/Zlib/lib/IO/Compress/Gzip.pm
17571            + ext/Compress/Zlib/lib/IO/Compress/RawDeflate.pm
17572            + ext/Compress/Zlib/lib/IO/Uncompress/AnyInflate.pm
17573            + ext/Compress/Zlib/lib/IO/Uncompress/Gunzip.pm
17574            + ext/Compress/Zlib/lib/IO/Uncompress/Inflate.pm
17575            + ext/Compress/Zlib/lib/IO/Uncompress/RawInflate.pm
17576            + ext/Compress/Zlib/pod/FAQ.pod ext/Compress/Zlib/ppport.h
17577            + ext/Compress/Zlib/t/03zlib-v1.t ext/Compress/Zlib/t/04def.t
17578            + ext/Compress/Zlib/t/05examples.t
17579            + ext/Compress/Zlib/t/06gzsetp.t ext/Compress/Zlib/t/07bufsize.t
17580            + ext/Compress/Zlib/t/08encoding.t
17581            + ext/Compress/Zlib/t/09gziphdr.t ext/Compress/Zlib/t/10defhdr.t
17582            + ext/Compress/Zlib/t/11truncate.t ext/Compress/Zlib/t/12any.t
17583            + ext/Compress/Zlib/t/13prime.t ext/Compress/Zlib/t/14gzopen.t
17584            + ext/Compress/Zlib/t/15multi.t ext/Compress/Zlib/t/16oneshot.t
17585            + ext/Compress/Zlib/t/17isize.t ext/Compress/Zlib/t/18lvalue.t
17586            + ext/Compress/Zlib/t/19destroy.t ext/Compress/Zlib/t/20tied.t
17587            + ext/Compress/Zlib/t/21newtied.t ext/Compress/Zlib/t/22merge.t
17588            + ext/Compress/Zlib/t/23misc.t ext/Compress/Zlib/t/99pod.t
17589            + ext/Compress/Zlib/t/globmapper.t lib/ZlibTestUtils.pm
17590            - ext/Compress/Zlib/ANNOUNCE ext/Compress/Zlib/fallback.h
17591            - ext/Compress/Zlib/fallback.xs ext/Compress/Zlib/t/03examples.t
17592            - ext/Compress/Zlib/t/04encoding.t
17593            - ext/Compress/Zlib/t/05gzsetp.t ext/Compress/Zlib/t/06gzdopen.t
17594            - ext/Compress/Zlib/zlib-src/gzio.c
17595            ! MANIFEST ext/Compress/Zlib/Changes
17596            ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/README
17597            ! ext/Compress/Zlib/Zlib.pm ext/Compress/Zlib/Zlib.xs
17598            ! ext/Compress/Zlib/config.in ext/Compress/Zlib/examples/filtdef
17599            ! ext/Compress/Zlib/examples/filtinf
17600            ! ext/Compress/Zlib/examples/gzcat
17601            ! ext/Compress/Zlib/examples/gzgrep
17602            ! ext/Compress/Zlib/examples/gzstream
17603            ! ext/Compress/Zlib/t/01version.t ext/Compress/Zlib/t/02zlib.t
17604            ! ext/Compress/Zlib/typemap
17605 ____________________________________________________________________________
17606 [ 25694] By: steveh                                on 2005/10/05  15:34:18
17607         Log: Fix $Config{ccflags} for Win32 perls built with dmake
17608              
17609              The nmake makefile (win32/Makefile) currently adds -nologo, $(STRPOOL)
17610              and -W3 to the ccflags in CFG_VARS, but the dmake makefile
17611              (win32/makefile.mk) doesn't.  This means that extensions built with
17612              perls built with VC++ and dmake spit out damn M$ logo messages and use
17613              a lower warning level.
17614              
17615              The reason for the difference is probably that the dmake makefile
17616              supports multiple compilers.  Therefore, put the extra ccflags into a
17617              new macro, and set it appropriately for each compiler.  Add the new
17618              macro to the nmake makefile too for orthogonality.
17619      Branch: perl
17620            ! win32/Makefile win32/makefile.mk
17621 ____________________________________________________________________________
17622 [ 25693] By: merijn                                on 2005/10/05  15:34:09
17623         Log: Subject: Re: [PATCH] Random constings and printf cleanup
17624              From: Andy Lester <andy@petdance.com>
17625              Date: Tue, 4 Oct 2005 15:16:05 -0500
17626              Message-ID: <20051004201605.GA31682@petdance.com>
17627      Branch: perl
17628            ! malloc.c pad.c perl.c perl.h pp_ctl.c sv.c utf8.c xsutils.c
17629 ____________________________________________________________________________
17630 [ 25691] By: stevep                                on 2005/10/04  16:24:28
17631         Log: Fixes to Pod errors found by podchecker.
17632      Branch: perl
17633            ! README.os2 pod/perlfunc.pod
17634 ____________________________________________________________________________
17635 [ 25690] By: stevep                                on 2005/10/04  12:02:04
17636         Log: Upgrade to ExtUtils-ParseXS-2.13
17637      Branch: perl
17638            ! lib/ExtUtils/ParseXS.pm
17639 ____________________________________________________________________________
17640 [ 25689] By: stevep                                on 2005/10/04  11:01:11
17641         Log: Upgrade to ExtUtils-CBuilder-0.15 (with a small edit to 
17642              ExtUtils::CBuilder::Pltaform::dec_osf.pm to add a $VERSION)
17643      Branch: perl
17644            ! lib/ExtUtils/CBuilder.pm lib/ExtUtils/CBuilder/Base.pm
17645            ! lib/ExtUtils/CBuilder/Platform/Windows.pm
17646            ! lib/ExtUtils/CBuilder/Platform/dec_osf.pm
17647            ! lib/ExtUtils/CBuilder/Platform/os2.pm
17648            ! lib/ExtUtils/CBuilder/t/02-link.t
17649 ____________________________________________________________________________
17650 [ 25688] By: merijn                                on 2005/10/04  10:10:41
17651         Log: Subject: Re: $^CHILD_ERROR_NATIVE issues (with attachment)
17652              From: Gisle Aas <gisle@ActiveState.com>
17653              Date: 04 Oct 2005 02:18:27 -0700
17654              Message-ID: <lrd5ml7i8s.fsf@caliper.activestate.com>
17655      Branch: perl
17656            ! cop.h doio.c perl.c perl.h pp_sys.c win32/perlhost.h
17657            ! wince/perlhost.h
17658 ____________________________________________________________________________
17659 [ 25687] By: rgs                                   on 2005/10/03  16:16:21
17660         Log: Subject: Clone PL_statusvalue_posix [PATCH]
17661              From: Gisle Aas <gisle@ActiveState.com>
17662              Date: 03 Oct 2005 09:37:57 -0700
17663              Message-ID: <lr3bni8ska.fsf_-_@caliper.activestate.com>
17664      Branch: perl
17665            ! sv.c
17666 ____________________________________________________________________________
17667 [ 25686] By: rgs                                   on 2005/10/03  15:42:45
17668         Log: Pod::Usage documentation fix, suggested by :
17669              
17670              Subject: [perl #37322] Pod::Usage implementation of -sections disagrees with its documentation 
17671              From: "Steven Schubiger via RT" <perlbug-followup@perl.org>
17672              Date: Sun, 02 Oct 2005 07:25:37 -0700
17673              Message-ID: <rt-3.0.11-37322-121918.15.4257995782182@perl.org>
17674      Branch: perl
17675            ! lib/Pod/Usage.pm
17676 ____________________________________________________________________________
17677 [ 25685] By: rgs                                   on 2005/10/03  15:17:09
17678         Log: Yitzchak points out that this function argument is NULLOK
17679      Branch: perl
17680            ! embed.fnc proto.h
17681 ____________________________________________________________________________
17682 [ 25684] By: rgs                                   on 2005/10/03  11:27:31
17683         Log: Spaces to tabs
17684      Branch: perl
17685            ! MANIFEST
17686 ____________________________________________________________________________
17687 [ 25683] By: craigb                                on 2005/10/03  03:43:31
17688         Log: We lied about strtoq way back in #8120
17689      Branch: perl
17690            ! configure.com
17691 ____________________________________________________________________________
17692 [ 25682] By: stevep                                on 2005/10/03  03:10:05
17693         Log: Upgrade to Digest-1.12
17694      Branch: perl
17695            ! lib/Digest.pm lib/Digest/Changes
17696 ____________________________________________________________________________
17697 [ 25681] By: craigb                                on 2005/10/03  00:20:30
17698         Log: fix bug introduced by #25507 that kept ccflags from
17699              making it into config.sh
17700      Branch: perl
17701            ! configure.com
17702 ____________________________________________________________________________
17703 [ 25680] By: craigb                                on 2005/10/02  21:45:20
17704         Log: assorted blead build help for VMS (mostly ithreads-related)
17705      Branch: perl
17706            ! configure.com pp_sys.c vms/gen_shrfls.pl vms/vmsish.h
17707 ____________________________________________________________________________
17708 [ 25679] By: stevep                                on 2005/10/02  12:50:02
17709         Log: Subject: [perl #37233] [PATCH] Test::Harness and Devel::Cover combine with overloading to cause infinite recursion in Carp.pm 
17710              From: perlbug-followup[at]perl.org (Yves Orton)
17711              Date: Thu, 22 Sep 2005 11:31:02 -0700
17712              Message-ID: <rt-3.0.11-37233-121233.2.25543632691242[at]perl.org>
17713      Branch: perl
17714            ! lib/Carp/Heavy.pm
17715 ____________________________________________________________________________
17716 [ 25678] By: stevep                                on 2005/10/02  04:42:46
17717         Log: Clarify the documentation regarding the return value from C<push>.
17718      Branch: perl
17719            ! pod/perlfunc.pod
17720 ____________________________________________________________________________
17721 [ 25677] By: stevep                                on 2005/10/02  04:32:48
17722         Log: If a 'use' or 'require' fails due to too many open files (EMFILE),
17723              give an appropriate error message rather than saying the module
17724              cannot be found in @INC.
17725      Branch: perl
17726            ! pp_ctl.c
17727 ____________________________________________________________________________
17728 [ 25676] By: stevep                                on 2005/10/02  03:30:55
17729         Log: Missed test changes and a bit of debugging code that should 
17730              have been removed.
17731      Branch: perl
17732            ! lib/Pod/Html.pm lib/Pod/t/htmlescp.t lib/Pod/t/htmlview.t
17733 ____________________________________________________________________________
17734 [ 25675] By: stevep                                on 2005/10/02  02:24:12
17735         Log: Fix some of the XHTML issues in Pod::Html.  The call for some time
17736              with a debugger to figure out what is going on.
17737      Branch: perl
17738            ! lib/Pod/Html.pm
17739 ____________________________________________________________________________
17740 [ 25674] By: davem                                 on 2005/10/01  23:51:40
17741         Log: Improve -DT output and fix wild buffer pointer error
17742      Branch: perl
17743            ! toke.c
17744 ____________________________________________________________________________
17745 [ 25672] By: steveh                                on 2005/09/30  15:52:30
17746         Log: Make building perl on Win32 with the free VC++ toolkit easier
17747              
17748              Introduce new CCTYPE's MSVC70FREE and MSVC70 for the free and the full
17749              versions of MS VC++ 7.x respectively.  Perl can now be built with the
17750              free VC++ toolkit simply by running "nmake CCTYPE=MSVC70FREE" with no
17751              hacking of the win32/Makefile required.  Update README.win32 with
17752              these changes.
17753              
17754              Also add the CCTYPE MSVC to win32/Makefile.  This is already supported
17755              in win32/makefile.mk and is useful for avoiding the use of -DELAYLOAD
17756              for MS VC++ 3.x through 5.x.  Update README.win32 for this too.
17757      Branch: perl
17758            ! README.win32 win32/Makefile win32/makefile.mk
17759 ____________________________________________________________________________
17760 [ 25666] By: rgs                                   on 2005/09/30  08:59:14
17761         Log: Upgrade to XSLoader 0.05, plus a few doc nits,
17762              by Sébastien Aperghis-Tramoni <maddingue@free.fr>
17763      Branch: perl
17764            ! ext/DynaLoader/XSLoader_pm.PL ext/DynaLoader/t/XSLoader.t
17765 ____________________________________________________________________________
17766 [ 25665] By: davem                                 on 2005/09/29  22:57:44
17767         Log: PL_defoutgv could be used after being freed
17768              Was giving "use of freed value" warnings in t/io/through.t
17769              and t/io/crlf_through.t
17770      Branch: perl
17771            ! perl.c
17772 ____________________________________________________________________________
17773 [ 25664] By: davem                                 on 2005/09/29  21:01:54
17774         Log: the return value of start_subparse() can legally be ignored
17775      Branch: perl
17776            ! embed.fnc gv.c proto.h
17777 ____________________________________________________________________________
17778 [ 25663] By: stevep                                on 2005/09/29  20:43:52
17779         Log: Added new flag (--use-xsloader) to use XSLoader when in backward
17780              compatibility mode.
17781      Branch: perl
17782            ! utils/h2xs.PL
17783 ____________________________________________________________________________
17784 [ 25662] By: stevep                                on 2005/09/29  18:04:29
17785         Log: With XSLoader on CPAN now, add XSLoader as a prerequisite in Makefile.PL
17786              if the compatible version is less than 5.006 (the first version with 
17787              XSLoader).
17788      Branch: perl
17789            ! utils/h2xs.PL
17790 ____________________________________________________________________________
17791 [ 25660] By: nicholas                              on 2005/09/29  13:00:18
17792         Log: 2 more e-mail addresses that map to rgs
17793      Branch: perl
17794            ! Porting/checkAUTHORS.pl
17795 ____________________________________________________________________________
17796 [ 25659] By: nicholas                              on 2005/09/29  12:54:00
17797         Log: checkAUTHORS.pl wasn't aware of one of Merijn's e-mail addresses
17798      Branch: perl
17799            ! Porting/checkAUTHORS.pl
17800 ____________________________________________________________________________
17801 [ 25658] By: nicholas                              on 2005/09/29  12:50:40
17802         Log: Correct/tweak Changes so that checkAUTHORS.pl parses it.
17803      Branch: perl
17804            ! Changes
17805 ____________________________________________________________________________
17806 [ 25657] By: nicholas                              on 2005/09/29  11:01:53
17807         Log: Teach the alias mapping about new committers.
17808      Branch: perl
17809            ! Porting/checkAUTHORS.pl
17810 ____________________________________________________________________________
17811 [ 25656] By: nicholas                              on 2005/09/29  10:54:56
17812         Log: Cope with completely empty lines within the Changes file.
17813              Better diagnostics on "malformed" lines.
17814      Branch: perl
17815            ! Porting/checkAUTHORS.pl
17816 ____________________________________________________________________________
17817 [ 25652] By: steveh                                on 2005/09/29  08:47:26
17818         Log: Clean up CBuilder and ParseXS test files
17819              
17820              This was done once already in change 25222, but then modified in change
17821              25225.  The new versions of CBuilder and ParseXS that sync'ed those
17822              changes and have now been integrated back into bleadperl missed some
17823              bits of change 25225.  Try again.
17824      Branch: perl
17825            ! lib/ExtUtils/CBuilder.pm lib/ExtUtils/CBuilder/t/01-basic.t
17826            ! lib/ExtUtils/CBuilder/t/02-link.t lib/ExtUtils/ParseXS.pm
17827            ! lib/ExtUtils/ParseXS/t/basic.t
17828 ____________________________________________________________________________
17829 [ 25651] By: nicholas                              on 2005/09/29  06:52:35
17830         Log: Attempting to do too many things simultaneously with the C pre-
17831              processor considered harmful.
17832      Branch: perl
17833            ! perl.c
17834 ____________________________________________________________________________
17835 [ 25650] By: stevep                                on 2005/09/29  00:23:44
17836         Log: Upgrade to ExtUtils::CBuilder 0.14
17837      Branch: perl
17838            ! lib/ExtUtils/CBuilder.pm lib/ExtUtils/CBuilder/Base.pm
17839            ! lib/ExtUtils/CBuilder/Platform/VMS.pm
17840            ! lib/ExtUtils/CBuilder/t/01-basic.t
17841            ! lib/ExtUtils/CBuilder/t/02-link.t
17842 ____________________________________________________________________________
17843 [ 25649] By: stevep                                on 2005/09/28  22:59:08
17844         Log: Upgrade to Test::Harness 2.56
17845      Branch: perl
17846            + t/lib/sample-tests/bignum_many
17847            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
17848            ! lib/Test/Harness/Straps.pm lib/Test/Harness/TAP.pod
17849            ! lib/Test/Harness/bin/prove lib/Test/Harness/t/test-harness.t
17850            ! t/lib/sample-tests/bignum
17851 ____________________________________________________________________________
17852 [ 25640] By: nicholas                              on 2005/09/28  19:56:53
17853         Log: savepv and savepvn are actually NULLOK
17854      Branch: perl
17855            ! embed.fnc proto.h
17856 ____________________________________________________________________________
17857 [ 25638] By: nicholas                              on 2005/09/28  18:51:15
17858         Log: Forgot to run embed.pl after change 25637
17859      Branch: perl
17860            ! proto.h
17861 ____________________________________________________________________________
17862 [ 25637] By: nicholas                              on 2005/09/28  18:31:04
17863         Log: Subject: [PATCH] embed.fnc now requires NN/NULLOK
17864              From: Andy Lester <andy@petdance.com>
17865              Message-ID: <20050928172254.GE20201@petdance.com>
17866              Date: Wed, 28 Sep 2005 12:22:54 -0500
17867      Branch: perl
17868            ! embed.fnc embed.pl
17869 ____________________________________________________________________________
17870 [ 25634] By: nicholas                              on 2005/09/28  15:56:45
17871         Log: We can use the C pre-processor to build a single, longer string
17872              constant which makes the object code slightly smaller.
17873      Branch: perl
17874            ! perl.c
17875 ____________________________________________________________________________
17876 [ 25627] By: steveh                                on 2005/09/28  08:23:01
17877         Log: Improve File::Spec::Win32->path() and fix MM_Win32.t
17878              
17879              Subject: Improved File::Spec::Win32->path [PATCH]
17880              From: Gisle Aas <gisle@ActiveState.com>
17881              Date: 17 Sep 2005 00:13:41 -0700
17882              Message-ID: <lrk6hgrwt6.fsf@caliper.activestate.com>
17883              
17884              Subject: Re: Improved File::Spec::Win32->path [PATCH]
17885              From: Michael G Schwern <schwern@pobox.com>
17886              Date: Tue, 27 Sep 2005 13:05:54 -0700
17887              Message-ID: <20050927200554.GC20908@windhund.schwern.org>
17888      Branch: perl
17889            ! lib/ExtUtils/t/MM_Win32.t lib/File/Spec/Win32.pm
17890 ____________________________________________________________________________
17891 [ 25626] By: stevep                                on 2005/09/28  00:06:29
17892         Log: Upgrade to CGI-3.11, with some modifications for Pod differences in
17893              bleadperl.
17894      Branch: perl
17895            ! lib/CGI.pm lib/CGI/Changes lib/CGI/Cookie.pm
17896 ____________________________________________________________________________
17897 [ 25625] By: rgs                                   on 2005/09/27  20:07:32
17898         Log: Comment nit by Vadim Konovalov
17899              And while we're at it, reindent consistently.
17900      Branch: perl
17901            ! t/io/crlf.t
17902 ____________________________________________________________________________
17903 [ 25624] By: rgs                                   on 2005/09/27  20:04:07
17904         Log: POD nit by Yitzchak
17905      Branch: perl
17906            ! pod/perlfunc.pod
17907 ____________________________________________________________________________
17908 [ 25623] By: rgs                                   on 2005/09/27  17:02:42
17909         Log: Clarify what -MFoo=number does on the command-line
17910      Branch: perl
17911            ! pod/perlrun.pod
17912 ____________________________________________________________________________
17913 [ 25621] By: stevep                                on 2005/09/27  15:05:18
17914         Log: Subject: AW: [perl #36291] incorrect $! from open ">&nr" with too many open files
17915              From: "Dintelmann, Peter" <Peter.Dintelmann@Dresdner-Bank.com>
17916              Date: Tue, 27 Sep 2005 15:18:00 +0200
17917      Branch: perl
17918            ! doio.c
17919 ____________________________________________________________________________
17920 [ 25619] By: rgs                                   on 2005/09/27  14:25:53
17921         Log: Fix by Rick Delaney for [perl #3269] no warnings "bareword" turns off
17922              too many warnings.
17923      Branch: perl
17924            ! mg.c t/io/binmode.t t/lib/warnings/2use
17925 ____________________________________________________________________________
17926 [ 25618] By: rgs                                   on 2005/09/27  12:53:49
17927         Log: Subject: [PATCH] Re: [BUG 5.8.7] Another major bug in PerlIO layer
17928              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
17929              Date: Tue, 27 Sep 2005 02:07:35 -0700
17930              Message-ID: <20050927090734.GB3687@math.berkeley.edu>
17931      Branch: perl
17932            + t/io/crlf_through.t t/io/through.t
17933            ! MANIFEST perlio.c
17934 ____________________________________________________________________________
17935 [ 25617] By: rgs                                   on 2005/09/27  11:06:23
17936         Log: OPpRUNTIME can be set on OP_QR too
17937      Branch: perl
17938            ! ext/B/B/Concise.pm
17939 ____________________________________________________________________________
17940 [ 25616] By: rgs                                   on 2005/09/27  10:09:46
17941         Log: Fix the overriding of CORE::do, just like change 25599
17942              was fixing the overriding of CORE::require
17943      Branch: perl
17944            ! embed.fnc embed.h op.c perly.act perly.y proto.h toke.c
17945 ____________________________________________________________________________
17946 [ 25615] By: rgs                                   on 2005/09/27  09:18:42
17947         Log: Micro-optimisation: use PL_globalstash instead of looking up
17948              CORE::GLOBAL::require by name
17949      Branch: perl
17950            ! op.c
17951 ____________________________________________________________________________
17952 [ 25614] By: rgs                                   on 2005/09/27  09:04:50
17953         Log: Addition to change 25612
17954      Branch: perl
17955            ! symbian/PerlApp.cpp
17956 ____________________________________________________________________________
17957 [ 25613] By: rgs                                   on 2005/09/27  08:36:24
17958         Log: Subject: [PATCH] mark cannot be const because MEXTEND() modifies it, and tkGlue.c uses MEXTEND()
17959              From: "Jan Dubois" <jand@ActiveState.com>
17960              Date: Mon, 26 Sep 2005 21:19:51 -0700
17961              Message-Id: <200509270419.j8R4JtVw026876@smtp3.ActiveState.com>
17962      Branch: perl
17963            ! XSUB.h
17964 ____________________________________________________________________________
17965 [ 25612] By: rgs                                   on 2005/09/27  08:33:36
17966         Log: Subject: [PATCH] 5.9.x@25609 Symbian update
17967              From: <jarkko.hietaniemi@nokia.com>
17968              Date: Tue, 27 Sep 2005 11:54:00 +0300
17969              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A55C@esebe105.NOE.Nokia.com>
17970      Branch: perl
17971            ! symbian/PerlApp.cpp symbian/config.sh
17972 ____________________________________________________________________________
17973 [ 25611] By: rgs                                   on 2005/09/27  07:42:52
17974         Log: Test for OPpCONST_NOVER only on OP_CONST ops.
17975              Plus a regression test by Schwern.
17976      Branch: perl
17977            ! pp_ctl.c t/op/override.t
17978 ____________________________________________________________________________
17979 [ 25610] By: rgs                                   on 2005/09/27  06:40:09
17980         Log: Subject: Warnings in tests @25605 due to cmp_ok behavior change.
17981              From: Michael G Schwern <schwern@pobox.com>
17982              Date: Mon, 26 Sep 2005 14:21:09 -0700
17983              Message-ID: <20050926212109.GA11036@windhund.schwern.org>
17984      Branch: perl
17985            ! lib/AutoSplit.t lib/Pod/t/InputObjects.t
17986 ____________________________________________________________________________
17987 [ 25609] By: stevep                                on 2005/09/27  02:45:50
17988         Log: Upgrade to Encode 2.12
17989      Branch: perl
17990            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
17991            ! ext/Encode/Encode.xs ext/Encode/META.yml
17992            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Supported.pod
17993            ! ext/Encode/t/fallback.t ext/Encode/ucm/8859-7.ucm
17994 ____________________________________________________________________________
17995 [ 25608] By: stevep                                on 2005/09/26  23:09:44
17996         Log: Upgrade to Digest 1.11 with a minor Pod fix.  Also my first commit :)
17997      Branch: perl
17998            ! lib/Digest.pm lib/Digest/Changes
17999 ____________________________________________________________________________
18000 [ 25605] By: nicholas                              on 2005/09/26  17:54:06
18001         Log: const sausage const const bacon const tomato and const
18002              The search_ext parameter to find_script can be a little more const.
18003      Branch: perl
18004            ! embed.fnc proto.h util.c
18005 ____________________________________________________________________________
18006 [ 25604] By: rgs                                   on 2005/09/26  16:31:43
18007         Log: Upgrade to Test::Simple 0.61
18008      Branch: perl
18009            + lib/Test/Builder/Module.pm lib/Test/Simple/t/bail_out.t
18010            + t/lib/Test/Simple/sample_tests/too_few_fail.plx
18011            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
18012            ! lib/Test/Simple.pm lib/Test/Simple/Changes
18013            ! lib/Test/Simple/t/00test_harness_check.t
18014            ! lib/Test/Simple/t/create.t lib/Test/Simple/t/eq_set.t
18015            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
18016            ! lib/Test/Simple/t/extra_one.t lib/Test/Simple/t/fail-like.t
18017            ! lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/fail.t
18018            ! lib/Test/Simple/t/fail_one.t
18019            ! lib/Test/Simple/t/harness_active.t
18020            ! lib/Test/Simple/t/has_plan2.t
18021            ! lib/Test/Simple/t/is_deeply_fail.t lib/Test/Simple/t/missing.t
18022            ! lib/Test/Simple/t/no_diag.t lib/Test/Simple/t/overload.t
18023            ! lib/Test/Simple/t/plan_no_plan.t lib/Test/Simple/t/todo.t
18024            ! lib/Test/Simple/t/undef.t
18025            ! t/lib/Test/Simple/sample_tests/too_few.plx
18026 ____________________________________________________________________________
18027 [ 25602] By: rgs                                   on 2005/09/26  14:45:53
18028         Log: Fix change 25597 for non-Windows platforms
18029      Branch: perl
18030            ! lib/File/Find.pm
18031 ____________________________________________________________________________
18032 [ 25601] By: rgs                                   on 2005/09/26  14:24:20
18033         Log: Make B::Deparse handle correctly CORE::require
18034      Branch: perl
18035            ! ext/B/B/Deparse.pm
18036 ____________________________________________________________________________
18037 [ 25600] By: rgs                                   on 2005/09/26  14:22:43
18038         Log: Document the new meaning of OPf_SPECIAL on OP_REQUIRE
18039      Branch: perl
18040            ! op.h
18041 ____________________________________________________________________________
18042 [ 25599] By: rgs                                   on 2005/09/26  14:04:21
18043         Log: CORE::require was always parsed as require().
18044              That's because require() isn't overridable at tokenizer-level
18045              like other overridable built-ins, but is handled by the optree
18046              builder. So, find a way to pass the information that require()
18047              was written as CORE::require() to Perl_ck_require. This is
18048              done by adding a new token type REQUIRE and by adding OPf_SPECIAL
18049              to OP_REQUIRE when it's saw as CORE::require in the program text.
18050              This fixes bug [perl #37274] The "CORE" in CORE::require is ignored.
18051      Branch: perl
18052            ! op.c perly.act perly.h perly.tab perly.y toke.c
18053 ____________________________________________________________________________
18054 [ 25597] By: steveh                                on 2005/09/26  08:54:13
18055         Log: Subject: [perl #37223] [PATCH] File::Find::find fails on Win32 with follow => 1 
18056              From: "Steve Peters via RT" <perlbug-followup@perl.org>
18057              Date: Sun, 25 Sep 2005 14:41:03 -0700
18058              Message-ID: <rt-3.0.11-37223-121392.15.8703994486314@perl.org>
18059              
18060              and update docs
18061      Branch: perl
18062            ! lib/File/Find.pm
18063 ____________________________________________________________________________
18064 [ 25591] By: rgs                                   on 2005/09/23  20:46:04
18065         Log: Upgrade to Compress::Zlib 1.40
18066      Branch: perl
18067            ! ext/Compress/Zlib/Changes ext/Compress/Zlib/README
18068            ! ext/Compress/Zlib/Zlib.pm ext/Compress/Zlib/Zlib.xs
18069            ! ext/Compress/Zlib/t/03examples.t
18070 ____________________________________________________________________________
18071 [ 25590] By: rgs                                   on 2005/09/23  19:06:31
18072         Log: Subject: [PATCH] Fix to PERL_DEBUG_COW
18073              From: Steve Peters <steve@fisharerojo.org>
18074              Date: Sep 23, 2005 8:11 PM
18075              Message-ID: <20050923181109.GA1350@mccoy.peters.homeunix.org>
18076      Branch: perl
18077            ! sv.h
18078 ____________________________________________________________________________
18079 [ 25588] By: rgs                                   on 2005/09/23  15:54:02
18080         Log: Subject: Re: pod/pod2usage2.t
18081              From: "H.Merijn Brand" <h.m.brand@xs4all.nl>
18082              Date: Thu, 22 Sep 2005 12:12:49 +0200
18083              Message-ID: <20050922121249.5077ee3e@pc09>
18084              
18085              Also, skip all tests on Windows until we find a way
18086              to write them portably
18087      Branch: perl
18088            ! t/pod/pod2usage2.t
18089 ____________________________________________________________________________
18090 [ 25586] By: rgs                                   on 2005/09/23  15:12:03
18091         Log: Subject: [PATCH] quiet a few warnings
18092              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
18093              Date: Wed, 21 Sep 2005 18:45:56 -0700
18094              Message-ID: <20050922014555.GA2852@efn.org>
18095      Branch: perl
18096            ! cygwin/cygwin.c embed.fnc proto.h
18097 ____________________________________________________________________________
18098 [ 25582] By: rgs                                   on 2005/09/23  13:49:24
18099         Log: Subject: [PATCH] Changes for hints/linux.sh for Purify
18100              From: Steve Peters <steve@fisharerojo.org>
18101              Date: Fri, 23 Sep 2005 08:38:58 -0500
18102              Message-ID: <20050923133858.GA29475@mccoy.peters.homeunix.org>
18103      Branch: perl
18104            ! hints/linux.sh
18105 ____________________________________________________________________________
18106 [ 25581] By: steveh                                on 2005/09/23  13:46:40
18107         Log: Extend 25579 to cover vc64 too
18108      Branch: perl
18109            ! Porting/checkcfgvar.pl
18110 ____________________________________________________________________________
18111 [ 25579] By: rgs                                   on 2005/09/23  13:08:14
18112         Log: Add Porting/checkcfgvar.pl by Jarkko
18113      Branch: perl
18114            + Porting/checkcfgvar.pl
18115            ! MANIFEST
18116 ____________________________________________________________________________
18117 [ 25578] By: rgs                                   on 2005/09/23  12:35:30
18118         Log: SAPER is the new maintainer of XSLoader
18119      Branch: perl
18120            ! Porting/Maintainers.pl
18121 ____________________________________________________________________________
18122 [ 25573] By: steveh                                on 2005/09/23  08:40:58
18123         Log: Change 25226 should have done this too
18124      Branch: perl
18125            ! win32/config.bc
18126 ____________________________________________________________________________
18127 [ 25571] By: nicholas                              on 2005/09/22  14:35:52
18128         Log: As SvPVX_mutable and SvPVX_const are new, they don't need to be LVALUEs
18129      Branch: perl
18130            ! sv.h
18131 ____________________________________________________________________________
18132 [ 25570] By: nicholas                              on 2005/09/22  14:09:37
18133         Log: The New*() compatibility macros aren't needed inside the perl core.
18134      Branch: perl
18135            ! handy.h
18136 ____________________________________________________________________________
18137 [ 25563] By: steveh                                on 2005/09/22  07:26:20
18138         Log: Forgot to update MANIFEST in change 25547
18139      Branch: perl
18140            ! MANIFEST
18141 ____________________________________________________________________________
18142 [ 25560] By: rgs                                   on 2005/09/21  21:10:50
18143         Log: Add an option --ignore to installhtml
18144              and use it to avoid to install doc in Porting/.
18145              Skip also test modules.
18146      Branch: perl
18147            ! Makefile.SH installhtml
18148 ____________________________________________________________________________
18149 [ 25547] By: steveh                                on 2005/09/21  16:19:03
18150         Log: Localize $@ in Locale::Maketext::maketext()
18151              so that $lh->maketext("Error: [_1]\n", $@) works as expected
18152              
18153              Also added a new test for this fix
18154      Branch: perl
18155            + lib/Locale/Maketext/t/30_local.t
18156            ! lib/Locale/Maketext.pm
18157 ____________________________________________________________________________
18158 [ 25544] By: rgs                                   on 2005/09/21  15:53:33
18159         Log: A few POD fixes
18160      Branch: perl
18161            ! Porting/pumpkin.pod ext/B/B/Concise.pm
18162            ! ext/Data/Dumper/Dumper.pm lib/FileCache.pm
18163 ____________________________________________________________________________
18164 [ 25543] By: rgs                                   on 2005/09/21  15:31:02
18165         Log: Upgrade to Pod::Parser 1.33
18166      Branch: perl
18167            + t/pod/pod2usage2.t
18168            ! MANIFEST lib/Pod/Checker.pm lib/Pod/InputObjects.pm
18169            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
18170            ! lib/Pod/Usage.pm t/pod/find.t t/pod/poderrs.xr
18171 ____________________________________________________________________________
18172 [ 25537] By: rgs                                   on 2005/09/21  14:20:14
18173         Log: PodParser is now Pod-Parser on CPAN
18174      Branch: perl
18175            ! Porting/Maintainers.pl
18176 ____________________________________________________________________________
18177 [ 25534] By: rgs                                   on 2005/09/21  13:12:33
18178         Log: Subject: [PATCH 5.8.7] misc a2p fixes
18179              From: Brendan O'Dea <bod@debian.org>
18180              Date: Sun, 11 Sep 2005 19:43:14 +1000
18181              Message-ID: <20050911094314.GA15155@londo.c47.org>
18182              
18183              and remove the check_byacc target from the x2p makefile
18184      Branch: perl
18185            ! x2p/Makefile.SH x2p/a2p.c x2p/a2p.y x2p/a2py.c x2p/walk.c
18186 ____________________________________________________________________________
18187 [ 25533] By: rgs                                   on 2005/09/21  11:25:54
18188         Log: Upgrade to ExtUtils::ParseXS 2.12
18189      Branch: perl
18190            ! lib/ExtUtils/ParseXS.pm lib/ExtUtils/ParseXS/t/basic.t
18191 ____________________________________________________________________________
18192 [ 25532] By: rgs                                   on 2005/09/21  11:15:43
18193         Log: Upgrade to Time::HiRes 1.74
18194      Branch: perl
18195            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
18196            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
18197 ____________________________________________________________________________
18198 [ 25530] By: nicholas                              on 2005/09/21  10:53:56
18199         Log: Remove the last STRLEN n_a;s that my compiler can reach.
18200      Branch: perl
18201            ! doop.c ext/Devel/DProf/DProf.xs ext/Opcode/Opcode.xs perly.act
18202            ! perly.y pp_pack.c sv.h
18203 ____________________________________________________________________________
18204 [ 25526] By: rgs                                   on 2005/09/21  09:37:27
18205         Log: Integrate changes from Text::Tabs and Text::Wrap on CPAN
18206              (Text-Tabs+Wrap-2005.0824). Keep local changes.
18207      Branch: perl
18208            ! lib/Text/Tabs.pm lib/Text/TabsWrap/CHANGELOG lib/Text/Wrap.pm
18209 ____________________________________________________________________________
18210 [ 25523] By: rgs                                   on 2005/09/20  19:12:28
18211         Log: Yitzchak says that Tim says that we can distribute
18212              the perl glossary under the same terms as Perl itself.
18213      Branch: perl
18214            ! pod/perlglossary.pod
18215 ____________________________________________________________________________
18216 [ 25515] By: rgs                                   on 2005/09/20  11:09:48
18217         Log: Subject: [PATCH blead] Re: [perl #36733] %SIG not properly local-ized
18218              From: Rick Delaney <rick@bort.ca>
18219              Date: Thu, 8 Sep 2005 08:55:16 -0400
18220              Message-ID: <20050908125516.GA18184@localhost.localdomain>
18221      Branch: perl
18222            ! hv.c t/op/local.t
18223 ____________________________________________________________________________
18224 [ 25513] By: steveh                                on 2005/09/20  09:20:16
18225         Log: Resolve [perl #37110]: Update README.win32
18226              
18227              I give up trying to keep the Platform SDK links up-to-date. They seem
18228              to have changed every time that I look at them, so make the
18229              instructions more general.
18230      Branch: perl
18231            ! README.win32
18232 ____________________________________________________________________________
18233 [ 25512] By: rgs                                   on 2005/09/20  09:15:17
18234         Log: Upgrade to Compress::Zlib 1.39
18235      Branch: perl
18236            ! ext/Compress/Zlib/Changes ext/Compress/Zlib/README
18237            ! ext/Compress/Zlib/Zlib.pm ext/Compress/Zlib/Zlib.xs
18238 ____________________________________________________________________________
18239 [ 25511] By: rgs                                   on 2005/09/20  09:02:17
18240         Log: Subject: PATCH for #37138: using XSUB as DB::DB causes perl to crash
18241              From: Salvador "FandiXo" <sfandino@yahoo.com>
18242              Date: Mon, 19 Sep 2005 06:56:39 -0700 (PDT)
18243              Message-ID: <20050919135639.96726.qmail@web52701.mail.yahoo.com>
18244              
18245              (adapted to bleadperl)
18246      Branch: perl
18247            ! pp_ctl.c
18248 ____________________________________________________________________________
18249 [ 25507] By: merijn                                on 2005/09/20  06:51:38
18250         Log: Subject: [patch@25502] Add hard link and V8.2 crtl support to VMS.
18251              From: "John E. Malmberg" <wb8tyw@qsl.net>
18252              Date: Tue, 20 Sep 2005 01:22:24 -0400
18253              Message-ID: <432F9C90.7080702@qsl.net>
18254      Branch: perl
18255            ! configure.com vms/descrip_mms.template x2p/s2p.PL
18256 ____________________________________________________________________________
18257 [ 25502] By: nicholas                              on 2005/09/19  21:02:02
18258         Log: The second argument to Move() is the destination, so cannot possibly
18259              be const. Pesky casting in handy.h. Getting in the way of correctness.
18260      Branch: perl
18261            ! sv.c
18262 ____________________________________________________________________________
18263 [ 25499] By: nicholas                              on 2005/09/19  19:44:07
18264         Log: Add parallel testing to TODO
18265      Branch: perl
18266            ! pod/perltodo.pod
18267 ____________________________________________________________________________
18268 [ 25497] By: nicholas                              on 2005/09/19  18:48:10
18269         Log: First argument to he_dup is actually a const HE *
18270      Branch: perl
18271            ! embed.fnc hv.c proto.h sv.c
18272 ____________________________________________________________________________
18273 [ 25493] By: nicholas                              on 2005/09/19  15:59:44
18274         Log: All Perl_hv_name_set()s need to be plain hv_name_set if they are to
18275              work with a macro version.
18276      Branch: perl
18277            ! ext/ByteLoader/bytecode.h
18278 ____________________________________________________________________________
18279 [ 25488] By: steveh                                on 2005/09/19  14:18:40
18280         Log: Update win32 config files w.r.t. change #25387
18281      Branch: perl
18282            ! win32/config.bc win32/config.gc win32/config.vc
18283            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
18284            ! win32/config_H.vc win32/config_H.vc64
18285 ____________________________________________________________________________
18286 [ 25486] By: rgs                                   on 2005/09/19  12:38:26
18287         Log: Subject: bleadperl DProf.xs:140: warning: `unused' attribute ignored
18288              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
18289              Date: Sun, 18 Sep 2005 19:46:37 -0700
18290              Message-ID: <20050919024637.GA2860@efn.org>
18291      Branch: perl
18292            ! ext/Devel/DProf/DProf.xs
18293 ____________________________________________________________________________
18294 [ 25480] By: nicholas                              on 2005/09/19  07:11:38
18295         Log: Improve failure case diagnostics from comp/package.t
18296      Branch: perl
18297            ! t/comp/package.t
18298 ____________________________________________________________________________
18299 [ 25476] By: nicholas                              on 2005/09/18  21:54:18
18300         Log: Should have been embed.h, not proto.h, in 25475
18301      Branch: perl
18302            ! embed.h
18303 ____________________________________________________________________________
18304 [ 25475] By: nicholas                              on 2005/09/18  21:52:25
18305         Log: It looks like the only way to reliably make Perl_hv_name_set a pure
18306              macro in 5.8.x is to make it available as hv_name_set.
18307              [Otherwise when and where aTHX_ hv gets expanded to foo, hv causes
18308              warnings or other games when Perl_hv_name_set() is a macro]
18309      Branch: perl
18310            ! embed.fnc ext/Opcode/Opcode.xs gv.c hv.c perl.c proto.h
18311 ____________________________________________________________________________
18312 [ 25474] By: merijn                                on 2005/09/18  18:36:15
18313         Log: Subject: [patch@25452] VMS fix required by Change 25387
18314              From: "John E. Malmberg" <wb8tyw@qsl.net>
18315              Date: Sun, 18 Sep 2005 14:53:09 -0400
18316              Message-ID: <432DB795.8050801@qsl.net>
18317      Branch: perl
18318            ! configure.com
18319 ____________________________________________________________________________
18320 [ 25463] By: nicholas                              on 2005/09/18  11:07:51
18321         Log: Tidying up the unused or unneeded global variables would be good.
18322      Branch: perl
18323            ! pod/perltodo.pod
18324 ____________________________________________________________________________
18325 [ 25459] By: nicholas                              on 2005/09/18  10:12:51
18326         Log: Controlling what the GNU linker exports from a shared library would
18327              be a useful thing TODO
18328      Branch: perl
18329            ! pod/perltodo.pod
18330 ____________________________________________________________________________
18331 [ 25457] By: nicholas                              on 2005/09/18  09:38:59
18332         Log: Detail the minimal rewards programme we have on offer.
18333              Hoik relocatable perl to the top of its section.
18334              Some other formatting tweaks.
18335      Branch: perl
18336            ! pod/perltodo.pod
18337 ____________________________________________________________________________
18338 [ 25452] By: nicholas                              on 2005/09/17  19:50:47
18339         Log: 
18340              refactoring xsubpp should have been in the "just perl" section.
18341      Branch: perl
18342            ! pod/perltodo.pod
18343 ____________________________________________________________________________
18344 [ 25451] By: nicholas                              on 2005/09/17  19:49:27
18345         Log: Add "refactor xsubpp to be a thin wrapper around ExtUtils::ParseXS"
18346              to the TODO
18347      Branch: perl
18348            ! pod/perltodo.pod
18349 ____________________________________________________________________________
18350 [ 25448] By: nicholas                              on 2005/09/17  19:11:33
18351         Log: Add shrinking GVs and CVs to the TODO
18352      Branch: perl
18353            ! pod/perltodo.pod
18354 ____________________________________________________________________________
18355 [ 25446] By: nicholas                              on 2005/09/17  18:59:37
18356         Log: Add reduce duplication in sv_setsv_flags to TODO
18357      Branch: perl
18358            ! pod/perltodo.pod
18359 ____________________________________________________________________________
18360 [ 25445] By: nicholas                              on 2005/09/17  18:53:39
18361         Log: Missing DO_BO_PACK_PC and DO_BO_UNPACK_PC for the 5.8.x case
18362              (and the don't know the pointer size case)
18363      Branch: perl
18364            ! pp_pack.c
18365 ____________________________________________________________________________
18366 [ 25444] By: nicholas                              on 2005/09/17  18:40:29
18367         Log: vv5.9.3 is clearly a bug.
18368      Branch: perl
18369            ! utils/perlbug.PL
18370 ____________________________________________________________________________
18371 [ 25443] By: nicholas                              on 2005/09/17  18:34:37
18372         Log: Add ordering of "global" variables to TODO
18373      Branch: perl
18374            ! pod/perltodo.pod
18375 ____________________________________________________________________________
18376 [ 25442] By: nicholas                              on 2005/09/17  18:05:30
18377         Log: Holding a mutex then croak()ing strikes me as deadlock.
18378      Branch: perl
18379            ! ext/threads/threads.xs
18380 ____________________________________________________________________________
18381 [ 25439] By: nicholas                              on 2005/09/17  17:09:25
18382         Log: Add emulate the per-thread memory pool on Unix to the TODO
18383      Branch: perl
18384            ! pod/perltodo.pod
18385 ____________________________________________________________________________
18386 [ 25436] By: nicholas                              on 2005/09/17  15:42:51
18387         Log: Add suggestion to profile to find a better set of hot ops for pp_hot.
18388      Branch: perl
18389            ! pod/perltodo.pod
18390 ____________________________________________________________________________
18391 [ 25434] By: nicholas                              on 2005/09/17  15:32:36
18392         Log: add merge Perl_sv_2[inpu]v to TODO
18393      Branch: perl
18394            ! pod/perltodo.pod
18395 ____________________________________________________________________________
18396 [ 25431] By: nicholas                              on 2005/09/17  14:36:14
18397         Log: Making make -j... work is a TODO
18398      Branch: perl
18399            ! pod/perltodo.pod
18400 ____________________________________________________________________________
18401 [ 25430] By: nicholas                              on 2005/09/17  14:33:33
18402         Log: Add "automating coverage tests" as a TODO
18403      Branch: perl
18404            ! pod/perltodo.pod
18405 ____________________________________________________________________________
18406 [ 25429] By: nicholas                              on 2005/09/17  14:19:54
18407         Log: Re-order the TODO tasks based on the skills they need, putting the
18408              easist tasks first. I've categorised them as
18409              
18410              =head1 Tasks that only need Perl knowledge
18411              =head1 Tasks that need a little sysadmin-type knowledge
18412              =head1 Tasks that need a little C knowledge
18413              =head1 Tasks that need a knowledge of XS
18414              =head1 Tasks that need a knowledge of the interpreter
18415              =head1 Big projects
18416              
18417              Lets see if we get any takers.
18418      Branch: perl
18419            ! pod/perltodo.pod
18420 ____________________________________________________________________________
18421 [ 25418] By: rgs                                   on 2005/09/16  12:54:43
18422         Log: Revert change #24223 : select() will continue
18423              to return -1 on error, like in previous versions, and
18424              like other system builtins.
18425      Branch: perl
18426            ! pod/perl593delta.pod pod/perlfunc.pod pp_sys.c
18427 ____________________________________________________________________________
18428 [ 25417] By: rgs                                   on 2005/09/15  14:48:37
18429         Log: Fix obsolete identifiers in comment
18430      Branch: perl
18431            ! av.h
18432 ____________________________________________________________________________
18433 [ 25416] By: rgs                                   on 2005/09/15  14:19:19
18434         Log: Upgrade to version.pm 0.48
18435      Branch: perl
18436            + lib/version.pod
18437            ! MANIFEST lib/version.pm lib/version.t util.c
18438 ____________________________________________________________________________
18439 [ 25414] By: rgs                                   on 2005/09/14  12:49:58
18440         Log: Subject: [PATCH] Math::Complex and Math::Trig updates (Re: [perl #37117] Math::Complex atan2 bug)
18441              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
18442              Date: Wed, 14 Sep 2005 09:26:11 +0300
18443              Message-ID: <4327C283.80706@gmail.com>
18444      Branch: perl
18445            ! lib/Math/Complex.pm lib/Math/Complex.t lib/Math/Trig.pm
18446            ! lib/Math/Trig.t pod/perlfunc.pod
18447 ____________________________________________________________________________
18448 [ 25413] By: rgs                                   on 2005/09/14  08:58:04
18449         Log: Subject: [perl #37163] dprofpp array subscript error 
18450              From: scott@perlcode.org (via RT) <perlbug-followup@perl.org>
18451              Date: Tue, 13 Sep 2005 12:11:46 -0700
18452              Message-ID: <rt-3.0.11-37163-120724.9.33005980359667@perl.org>
18453      Branch: perl
18454            ! utils/dprofpp.PL
18455 ____________________________________________________________________________
18456 [ 25411] By: rgs                                   on 2005/09/14  08:11:08
18457         Log: Change 25409 wasn't necessary for threaded perls
18458      Branch: perl
18459            ! toke.c
18460 ____________________________________________________________________________
18461 [ 25409] By: rgs                                   on 2005/09/14  01:08:22
18462         Log: The debugger wasn't tracing correctly execution in eval("")'ed
18463              code containing #line directives
18464      Branch: perl
18465            ! toke.c
18466 ____________________________________________________________________________
18467 [ 25406] By: rgs                                   on 2005/09/13  20:58:38
18468         Log: Subject: [PATCH] Re: [MAINT24637] fails "make test" on OSX 10.4 (lib/locale.t)
18469              From: Dominic Dunlop <shouldbedomo@mac.com>
18470              Date: Sep 13, 2005 11:13 PM
18471              Message-Id: <456439EA-CE2E-49A0-97FF-1B003CF8AFDE@mac.com>
18472      Branch: perl
18473            ! lib/locale.t
18474 ____________________________________________________________________________
18475 [ 25403] By: nicholas                              on 2005/09/13  18:16:55
18476         Log: Add Luke Closs to AUTHORS
18477      Branch: perl
18478            ! AUTHORS
18479 ____________________________________________________________________________
18480 [ 25402] By: nicholas                              on 2005/09/13  17:54:09
18481         Log: Subject: [perl #36448] configuring ranlib for perl on osx with xcode 2.1
18482              From: Luke Closs (via RT) <perlbug-followup@perl.org>
18483              Message-ID: <rt-3.0.11-36448-116486.6.06308221656583@perl.org>
18484              Date: 1 Jul 2005 21:56:31 -0000
18485      Branch: perl
18486            ! Configure hints/darwin.sh
18487 ____________________________________________________________________________
18488 [ 25399] By: rgs                                   on 2005/09/13  13:25:23
18489         Log: Allow non-arrowed form of chained subscripts after slices
18490              
18491              Subject: Re: [perl #37039] perlref documentation about optional -> is too vague
18492              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
18493              Date: Thu, 1 Sep 2005 17:41:36 -0700
18494              Message-ID: <20050902004136.GA2656@efn.org>
18495              
18496              Date: Mon, 5 Sep 2005 08:10:20 -0700
18497              Message-ID: <20050905151020.GA3556@efn.org>
18498      Branch: perl
18499            ! perly.act perly.h perly.tab perly.y t/op/ref.t
18500 ____________________________________________________________________________
18501 [ 25398] By: merijn                                on 2005/09/13  06:22:58
18502         Log: Subject: [patch@25388] vms/vms.c Perl_cando fix.
18503              From: "John E. Malmberg" <wb8tyw@qsl.net>
18504              Date: Mon, 12 Sep 2005 23:56:36 -0400
18505              Message-ID: <43264DF4.6090403@qsl.net>
18506      Branch: perl
18507            ! vms/vms.c
18508 ____________________________________________________________________________
18509 [ 25397] By: merijn                                on 2005/09/13  06:18:46
18510         Log: Subject: [PATCH] The return of the consting
18511              From: Andy Lester <andy@petdance.com>
18512              Date: Tue, 13 Sep 2005 01:08:36 -0500
18513              Message-ID: <20050913060835.GA1037@petdance.com>
18514      Branch: perl
18515            ! embed.fnc lib/overload.pm pp_pack.c proto.h util.c
18516 ____________________________________________________________________________
18517 [ 25388] By: rgs                                   on 2005/09/12  14:32:29
18518         Log: Subject: [perl #37142] h2xs skips enums with negative values 
18519              From: Aaron Kaplan (via RT) <perlbug-followup@perl.org>
18520              Date: Sun, 11 Sep 2005 13:33:44 -0700
18521              Message-ID: <rt-3.0.11-37142-120585.5.90517066191047@perl.org>
18522      Branch: perl
18523            ! utils/h2xs.PL
18524 ____________________________________________________________________________
18525 [ 25387] By: merijn                                on 2005/09/12  13:26:31
18526         Log: Detection of malloc_size and malloc_good_size
18527      Branch: perl
18528            ! Configure Porting/Glossary config_h.SH handy.h
18529 ____________________________________________________________________________
18530 [ 25383] By: merijn                                on 2005/09/11  13:50:53
18531         Log: Reverted 25364 on authors request
18532      Branch: perl
18533            ! lib/ExtUtils/CBuilder/Base.pm
18534            ! lib/ExtUtils/CBuilder/Platform/VMS.pm
18535 ____________________________________________________________________________
18536 [ 25374] By: nicholas                              on 2005/09/10  17:07:04
18537         Log: Experiment with putting the F<.patch>level into patchlevel.h
18538              (a sure way to accelerate any change to subversion)
18539      Branch: perl
18540            ! cflags.SH patchlevel.h
18541 ____________________________________________________________________________
18542 [ 25366] By: rgs                                   on 2005/09/09  09:35:01
18543         Log: Minor comment fix
18544      Branch: perl
18545            ! hv.h
18546 ____________________________________________________________________________
18547 [ 25365] By: merijn                                on 2005/09/08  07:20:19
18548         Log: Subject: [PATCH blead] Make t/op/local.t use test.pl.
18549              From: Rick Delaney <rick@bort.ca>
18550              Date: Wed, 7 Sep 2005 22:45:44 -0400
18551              Message-ID: <20050908024544.GA4058@localhost.localdomain>
18552      Branch: perl
18553            ! t/op/local.t
18554 ____________________________________________________________________________
18555 [ 25364] By: merijn                                on 2005/09/08  06:07:53
18556         Log: Subject: [patch@cbuilder_0.13] VMS fixes for cbuilder
18557              From: "John E. Malmberg" <wb8tyw@qsl.net>
18558              Date: Wed, 07 Sep 2005 19:59:36 -0400
18559              Message-ID: <431F7EE8.3040908@qsl.net>
18560      Branch: perl
18561            ! lib/ExtUtils/CBuilder/Base.pm
18562            ! lib/ExtUtils/CBuilder/Platform/VMS.pm
18563 ____________________________________________________________________________
18564 [ 25363] By: rgs                                   on 2005/09/07  11:09:10
18565         Log: The formatting function of Carp::Heavy has problem with utf8 strings.
18566              Work around it.
18567      Branch: perl
18568            ! lib/Carp/Heavy.pm
18569 ____________________________________________________________________________
18570 [ 25362] By: rgs                                   on 2005/09/07  10:31:47
18571         Log: Subject: [perl #37091] File::Path::mkpath resets errno 
18572              From: kvr@centrum.cz (via RT) <perlbug-followup@perl.org>
18573              Date: Tue, 06 Sep 2005 08:07:14 -0700
18574              Message-ID: <rt-3.0.11-37091-120348.17.8280334480876@perl.org>
18575      Branch: perl
18576            ! lib/File/Path.pm
18577 ____________________________________________________________________________
18578 [ 25361] By: rgs                                   on 2005/09/06  19:06:38
18579         Log: Upgrade to Compress::Zlib 1.38
18580      Branch: perl
18581            ! ext/Compress/Zlib/Changes ext/Compress/Zlib/Makefile.PL
18582            ! ext/Compress/Zlib/README ext/Compress/Zlib/Zlib.pm
18583            ! ext/Compress/Zlib/Zlib.xs ext/Compress/Zlib/t/03examples.t
18584 ____________________________________________________________________________
18585 [ 25360] By: nicholas                              on 2005/09/06  17:46:33
18586         Log: Add a TODO test for bug #37038 - assigning to the match variable
18587              should not corrupt match vars such as $1 and $2
18588      Branch: perl
18589            ! t/op/pat.t
18590 ____________________________________________________________________________
18591 [ 25359] By: rgs                                   on 2005/09/06  16:06:44
18592         Log: Revert Makefile.PL change from #25355
18593      Branch: perl
18594            ! ext/IO/Makefile.PL
18595 ____________________________________________________________________________
18596 [ 25358] By: rgs                                   on 2005/09/06  14:50:18
18597         Log: Subject: Re: Fw: Tied hash numeric values are rounded off under Perl v5.8.6
18598              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
18599              Date: Fri, 2 Sep 2005 00:05:52 -0700
18600              Message-ID: <20050902070552.GA3992@efn.org>
18601      Branch: perl
18602            ! mg.c t/op/tie.t
18603 ____________________________________________________________________________
18604 [ 25357] By: merijn                                on 2005/09/06  14:10:28
18605         Log: Added amd64 and x86_64 to recognized predefined cpp syms
18606      Branch: perl
18607            ! Configure
18608 ____________________________________________________________________________
18609 [ 25355] By: rgs                                   on 2005/09/06  08:46:37
18610         Log: Upgrade to IO 1.22 from gbarr
18611              - Adjust the regression tests to use t/test.pl from bleadperl
18612              when $ENV{PERL_CORE} is defined
18613              - Add can_ok and isa_ok to t/test.pl from the implementation
18614              found in the IO CPAN distribution
18615      Branch: perl
18616            ! ext/IO/ChangeLog ext/IO/IO.pm ext/IO/IO.xs ext/IO/Makefile.PL
18617            ! ext/IO/README ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/File.pm
18618            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Pipe.pm
18619            ! ext/IO/lib/IO/Poll.pm ext/IO/lib/IO/Seekable.pm
18620            ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
18621            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
18622            ! ext/IO/t/IO.t ext/IO/t/io_file.t ext/IO/t/io_linenum.t
18623            ! ext/IO/t/io_pipe.t ext/IO/t/io_sel.t ext/IO/t/io_sock.t
18624            ! ext/IO/t/io_utf8.t t/test.pl
18625 ____________________________________________________________________________
18626 [ 25354] By: rgs                                   on 2005/09/05  11:12:14
18627         Log: Subject: regression test for 25352
18628              From: Jim Cromie <jim.cromie@gmail.com>
18629              Date: Sat, 03 Sep 2005 22:38:13 -0600
18630              Message-ID: <431A7A35.6050705@gmail.com>
18631      Branch: perl
18632            ! ext/B/t/optree_specials.t
18633 ____________________________________________________________________________
18634 [ 25353] By: davem                                 on 2005/09/04  09:40:05
18635         Log: Subject:  Re: [perl #37039] perlref documentation about optional -> is too vague
18636              From:  Yitzchak Scott-Thoennes <sthoenna@efn.org>
18637              Date:  Thu, 1 Sep 2005 17:41:36 -0700
18638              Message-Id:  <20050902004136.GA2656@efn.org>
18639              
18640              Allow any variant of bison 1.875 to be used
18641      Branch: perl
18642            ! regen_perly.pl
18643 ____________________________________________________________________________
18644 [ 25352] By: rgs                                   on 2005/09/02  20:18:01
18645         Log: Subject: Re: Optree Generation
18646              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
18647              Date: Aug 31, 2005 2:18 PM
18648              Message-ID: <20050831121822.GA3464@efn.org>
18649      Branch: perl
18650            ! ext/B/B/Concise.pm
18651 ____________________________________________________________________________
18652 [ 25351] By: rgs                                   on 2005/09/02  19:57:21
18653         Log: Subject: document index() with out of bounds POSITION
18654              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
18655              Date: Sep 2, 2005 2:23 PM
18656              Message-ID: <20050902122311.GA3104@efn.org>
18657      Branch: perl
18658            ! pod/perlfunc.pod
18659 ____________________________________________________________________________
18660 [ 25350] By: rgs                                   on 2005/09/02  17:35:31
18661         Log: Really fix the Archive::Tar setup test.
18662              p4 and svn don't behave similarly concerning removal
18663              of empty directories...
18664      Branch: perl
18665            ! lib/Archive/Tar/t/00_setup.t
18666 ____________________________________________________________________________
18667 [ 25349] By: rgs                                   on 2005/09/02  16:45:31
18668         Log: Once again, fix Archive::Tar setup test with -Dmksymlinks
18669      Branch: perl
18670            ! lib/Archive/Tar/t/00_setup.t
18671 ____________________________________________________________________________
18672 [ 25348] By: rgs                                   on 2005/09/02  13:19:48
18673         Log: Subject: RE: [ANNOUNCE] Archive::Tar 1.25
18674              From: Robin Barker <Robin.Barker@npl.co.uk>
18675              Date: Thu, 1 Sep 2005 20:09:43 +0100 
18676              Message-ID: <533D273D4014D411AB1D00062938C4D90849C7A9@hotel.npl.co.uk>
18677      Branch: perl
18678            - lib/Archive/Tar/t/src/long/b lib/Archive/Tar/t/src/short/b
18679            ! MANIFEST lib/Archive/Tar/t/00_setup.t
18680            ! lib/Archive/Tar/t/02_methods.t lib/Archive/Tar/t/99_clean.t
18681 ____________________________________________________________________________
18682 [ 25347] By: rgs                                   on 2005/09/02  12:53:49
18683         Log: Regression test for the fix in change #25308,
18684              based on code by Troy Loveday
18685      Branch: perl
18686            + ext/Data/Dumper/t/bugs.t
18687            ! MANIFEST
18688 ____________________________________________________________________________
18689 [ 25346] By: rgs                                   on 2005/09/01  15:00:15
18690         Log: Oops, fix threaded build
18691      Branch: perl
18692            ! toke.c
18693 ____________________________________________________________________________
18694 [ 25345] By: rgs                                   on 2005/09/01  14:50:24
18695         Log: Don't list test modules when listing cpan versions
18696      Branch: perl
18697            ! Porting/corecpan.pl
18698 ____________________________________________________________________________
18699 [ 25344] By: rgs                                   on 2005/09/01  14:45:23
18700         Log: Add the "no 6" / "no v6" syntax.
18701      Branch: perl
18702            ! embed.fnc embed.h ext/B/t/concise-xs.t op.c op.h pp_ctl.c
18703            ! proto.h t/comp/use.t toke.c
18704 ____________________________________________________________________________
18705 [ 25343] By: rgs                                   on 2005/09/01  14:43:19
18706         Log: Remove no 6 from the todo list
18707      Branch: perl
18708            ! embed.fnc embed.h ext/B/t/concise-xs.t op.c op.h
18709            ! pod/perltodo.pod pp_ctl.c proto.h t/comp/use.t toke.c
18710 ____________________________________________________________________________
18711 [ 25342] By: rgs                                   on 2005/08/31  15:14:28
18712         Log: Document that Sys::Syslog::openlog might die.
18713              Fixes [perl #36848] Sys::Syslog::syslog kills program if syslogd not running 
18714      Branch: perl
18715            ! ext/Sys/Syslog/Syslog.pm
18716 ____________________________________________________________________________
18717 [ 25341] By: rgs                                   on 2005/08/31  14:14:21
18718         Log: Fix for [perl #37036] perl segfault at 'compile'-time
18719      Branch: perl
18720            ! op.c
18721 ____________________________________________________________________________
18722 [ 25340] By: rgs                                   on 2005/08/31  08:07:37
18723         Log: Subject: [patch@25339] ext/Dev/Peek/t/peek.t fix for VMS
18724              From: "John E. Malmberg" <wb8tyw@qsl.net>
18725              Date: Tue, 30 Aug 2005 22:17:42 -0400
18726              Message-ID: <43151346.4010001@qsl.net>
18727      Branch: perl
18728            ! ext/Devel/Peek/t/Peek.t
18729 ____________________________________________________________________________
18730 [ 25339] By: rgs                                   on 2005/08/30  18:55:46
18731         Log: Clarify the cases where system() returns 1,
18732              per a suggestion of Rick Delaney (bug #36976)
18733      Branch: perl
18734            ! pod/perlfunc.pod
18735 ____________________________________________________________________________
18736 [ 25338] By: rgs                                   on 2005/08/30  09:38:54
18737         Log: Upgrade to PathTools 3.11
18738              (no real changes)
18739      Branch: perl
18740            ! ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm
18741 ____________________________________________________________________________
18742 [ 25337] By: rgs                                   on 2005/08/30  09:34:54
18743         Log: Subject: sv-head refactor
18744              From: Jim Cromie <jim.cromie@gmail.com>
18745              Date: Thu, 25 Aug 2005 21:42:44 -0600
18746              Message-ID: <cfe85dfa05082520425f7a7738@mail.gmail.com>
18747      Branch: perl
18748            ! sv.h
18749 ____________________________________________________________________________
18750 [ 25336] By: rgs                                   on 2005/08/30  09:09:22
18751         Log: Subject: [patch@25334] t/op/magic.t - Last 3 tests invalid on VMS
18752              From: "John E. Malmberg" <wb8tyw@qsl.net>
18753              Date: Sat, 27 Aug 2005 19:54:26 -0400
18754              Message-ID: <4310FD32.70809@qsl.net>
18755      Branch: perl
18756            ! t/op/magic.t
18757 ____________________________________________________________________________
18758 [ 25335] By: rgs                                   on 2005/08/30  09:08:31
18759         Log: Subject: [patch@25334] hv.c vms environment fix.
18760              From: "John E. Malmberg" <wb8tyw@qsl.net>
18761              Date: Sat, 27 Aug 2005 19:20:50 -0400
18762              Message-ID: <4310F552.8050401@qsl.net>
18763      Branch: perl
18764            ! hv.c
18765 ____________________________________________________________________________
18766 [ 25334] By: rgs                                   on 2005/08/27  16:59:02
18767         Log: Upgrade to PathTools 3.10
18768      Branch: perl
18769            ! ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm
18770            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
18771            ! lib/File/Spec/Win32.pm lib/File/Spec/t/Spec.t
18772 ____________________________________________________________________________
18773 [ 25333] By: rgs                                   on 2005/08/27  16:28:27
18774         Log: Fix failure in Archive::Tar tests when perl is built
18775              with -Dmksymlinks
18776      Branch: perl
18777            ! lib/Archive/Tar/t/02_methods.t
18778 ____________________________________________________________________________
18779 [ 25332] By: nicholas                              on 2005/08/25  14:53:23
18780         Log: Revert 25331 (except for the typo fix).
18781      Branch: perl
18782            ! sv.c
18783 ____________________________________________________________________________
18784 [ 25331] By: nicholas                              on 2005/08/25  14:06:43
18785         Log: To make the current implementation of sv_replace sane, we should
18786              assert that the reference count of the target is also 1.
18787              (Given that we're splatting an SV with a reference count of 1 onto
18788              the target)
18789      Branch: perl
18790            ! sv.c
18791 ____________________________________________________________________________
18792 [ 25330] By: nicholas                              on 2005/08/25  13:46:31
18793         Log: Promote the warning about reference miscount in sv_replace to a panic.
18794              TODO - document the panics
18795      Branch: perl
18796            ! sv.c
18797 ____________________________________________________________________________
18798 [ 25329] By: nicholas                              on 2005/08/25  13:15:17
18799         Log: No need to manually set the reference count of a new IO to 1.
18800      Branch: perl
18801            ! gv.c
18802 ____________________________________________________________________________
18803 [ 25328] By: rgs                                   on 2005/08/25  09:29:43
18804         Log: Don't mention redundant usethreads in -V output
18805              Be more consistent in using commas
18806      Branch: perl
18807            ! myconfig.SH
18808 ____________________________________________________________________________
18809 [ 25327] By: rgs                                   on 2005/08/25  09:13:07
18810         Log: Subject: update B::Concise pod to reflect previous changes
18811              From: Jim Cromie <jcromie@divsol.com>
18812              Date: Wed, 24 Aug 2005 11:05:47 -0600
18813              Message-ID: <430CA8EB.3010904@divsol.com>
18814      Branch: perl
18815            ! ext/B/B/Concise.pm
18816 ____________________________________________________________________________
18817 [ 25326] By: rgs                                   on 2005/08/25  08:45:04
18818         Log: Fix miniperl build with threaded perl
18819      Branch: perl
18820            ! util.c
18821 ____________________________________________________________________________
18822 [ 25325] By: rgs                                   on 2005/08/24  15:53:01
18823         Log: Subject: [Fwd: CPAN Upload: J/JP/JPEACOCK/version-0.47.tar.gz]
18824              From: "John Peacock" <jpeacock@rowman.com>
18825              Date: Tue, 23 Aug 2005 20:41:11 +0300 (IDT)
18826              Message-ID: <2444.85.65.24.143.1124818871.squirrel@webmail.rowman.com>
18827      Branch: perl
18828            ! embed.fnc embed.h global.sym lib/version.pm lib/version.t
18829            ! pod/perlapi.pod proto.h t/comp/use.t util.c
18830 ____________________________________________________________________________
18831 [ 25324] By: rgs                                   on 2005/08/24  07:28:27
18832         Log: Unmatched parentheses (thanks to Steve Peters)
18833      Branch: perl
18834            ! pod/perlvar.pod
18835 ____________________________________________________________________________
18836 [ 25323] By: rgs                                   on 2005/08/23  13:52:17
18837         Log: My system produces core.$$ files
18838      Branch: perl
18839            ! Makefile.SH
18840 ____________________________________________________________________________
18841 [ 25322] By: rgs                                   on 2005/08/23  13:25:15
18842         Log: Subject: [PATCH blead] Use SvGETMAGIC more often
18843              From: Rick Delaney <rick@bort.ca>
18844              Date: Mon, 22 Aug 2005 13:00:33 -0400
18845              Message-ID: <20050822170033.GH7674@localhost.localdomain>
18846      Branch: perl
18847            ! doio.c pp.c pp_ctl.c pp_hot.c sv.c universal.c xsutils.c
18848 ____________________________________________________________________________
18849 [ 25321] By: rgs                                   on 2005/08/23  13:11:34
18850         Log: Subject: [PATCH] Add Windows Vista support to Win32::GetOSName()
18851              From: "Jan Dubois" <jand@ActiveState.com>
18852              Date: Mon, 22 Aug 2005 15:37:09 -0700
18853              Message-Id: <200508222237.j7MMbFPA027764@smtp3.ActiveState.com>
18854      Branch: perl
18855            ! win32/ext/Win32/Win32.pm
18856 ____________________________________________________________________________
18857 [ 25320] By: rgs                                   on 2005/08/22  15:41:15
18858         Log: Subject: Re: Documentation change for IPC::Open*.pm
18859              From: Ben Tilly <btilly@gmail.com>
18860              Date: Mon, 22 Aug 2005 08:30:14 -0700
18861              Message-ID: <acc274b3050822083093357fe@mail.gmail.com>
18862      Branch: perl
18863            ! lib/IPC/Open2.pm lib/IPC/Open3.pm
18864 ____________________________________________________________________________
18865 [ 25319] By: rgs                                   on 2005/08/22  14:48:43
18866         Log: Subject: [PATCH blead] Re: [perl #36959] List Constructor Operator - Undefined Values
18867              From: Rick Delaney <rick@bort.ca>
18868              Date: Sun, 21 Aug 2005 15:09:57 -0400
18869              Message-ID: <20050821190957.GE7674@localhost.localdomain>
18870      Branch: perl
18871            ! pp_ctl.c t/op/range.t
18872 ____________________________________________________________________________
18873 [ 25318] By: rgs                                   on 2005/08/22  13:41:10
18874         Log: Upgrade to Term::ANSIColor 1.10
18875      Branch: perl
18876            ! lib/Term/ANSIColor.pm lib/Term/ANSIColor/ChangeLog
18877            ! lib/Term/ANSIColor/README lib/Term/ANSIColor/test.pl
18878 ____________________________________________________________________________
18879 [ 25317] By: rgs                                   on 2005/08/22  13:24:09
18880         Log: Subject: [PATCH lib/CPAN.pm] Make curl follow redirects
18881              From: Michael G Schwern <schwern@pobox.com>
18882              Date: Sun, 21 Aug 2005 00:16:26 -0700
18883              Message-ID: <20050821071625.GA29394@windhund.schwern.org>
18884      Branch: perl
18885            ! lib/CPAN.pm
18886 ____________________________________________________________________________
18887 [ 25316] By: rgs                                   on 2005/08/22  12:59:27
18888         Log: Argh. I've overwritten local changes to ptar with change 25312
18889      Branch: perl
18890            ! lib/Archive/Tar/bin/ptar
18891 ____________________________________________________________________________
18892 [ 25315] By: rgs                                   on 2005/08/22  11:47:45
18893         Log: Subject: Re: Building 25309 on VAX (OpenVMS 7.2) not ok
18894              From: Abe Timmerman <abe@ztreet.demon.nl>
18895              Date: Sun, 21 Aug 2005 16:28:42 +0200
18896              Message-Id: <200508211628.42409.abe@ztreet.demon.nl>
18897      Branch: perl
18898            ! configure.com
18899 ____________________________________________________________________________
18900 [ 25314] By: rgs                                   on 2005/08/22  11:14:59
18901         Log: Don't install ptar in module tree
18902      Branch: perl
18903            ! installperl
18904 ____________________________________________________________________________
18905 [ 25313] By: rgs                                   on 2005/08/22  10:29:45
18906         Log: Fix typo in file name
18907      Branch: perl
18908            ! MANIFEST
18909 ____________________________________________________________________________
18910 [ 25312] By: rgs                                   on 2005/08/22  10:09:40
18911         Log: Upgrade to Archive::Tar 1.26
18912              Preserve some local typo fixes
18913              Don't load Data::Dumper
18914      Branch: perl
18915            + lib/Archive/Tar/bin/ptardiff
18916            + lib/Archive/Tar/t/04_resolved_issues.t
18917            ! MANIFEST lib/Archive/Tar.pm lib/Archive/Tar/Constant.pm
18918            ! lib/Archive/Tar/File.pm lib/Archive/Tar/bin/ptar
18919            ! lib/Archive/Tar/t/02_methods.t
18920 ____________________________________________________________________________
18921 [ 25311] By: nicholas                              on 2005/08/21  16:19:12
18922         Log: Subject: [patch@25305] t/op/arith.t fix for VMS with IEEE float
18923              From: "John E. Malmberg" <wb8tyw@qsl.net>
18924              Message-ID: <4307F348.70603@qsl.net>
18925              Date: Sat, 20 Aug 2005 23:21:44 -0400
18926      Branch: perl
18927            ! t/op/arith.t
18928 ____________________________________________________________________________
18929 [ 25310] By: nicholas                              on 2005/08/21  16:05:22
18930         Log: Subject: [patch@25305] lib/ExtUtils/t/Constant.t VMS fixes
18931              From: "John E. Malmberg" <wb8tyw@qsl.net>
18932              Message-ID: <43080395.50807@qsl.net>
18933              Date: Sun, 21 Aug 2005 00:31:17 -0400
18934      Branch: perl
18935            ! lib/ExtUtils/t/Constant.t
18936 ____________________________________________________________________________
18937 [ 25309] By: nicholas                              on 2005/08/19  21:19:37
18938         Log: Subject: [PATCH ext/POSIX/POSIX.xs] Whitespace
18939              From: Abigail <abigail@abigail.nl>
18940              Message-ID: <20050723003235.GJ15093@abigail.nl>
18941              Date: Sat, 23 Jul 2005 02:32:35 +0200
18942      Branch: perl
18943            ! ext/POSIX/POSIX.xs
18944 ____________________________________________________________________________
18945 [ 25308] By: rgs                                   on 2005/08/19  12:54:46
18946         Log: Subject: Re: Data::Dumper bug?
18947              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
18948              Date: Mon, 8 Aug 2005 20:33:02 -0700
18949              Message-ID: <20050809033301.GA3804@efn.org>
18950      Branch: perl
18951            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
18952 ____________________________________________________________________________
18953 [ 25307] By: rgs                                   on 2005/08/19  12:44:12
18954         Log: Subject: [PATCH] make threads.xs emit warnings properly
18955              From: Tassilo von Parseval <tassilo.von.parseval@rwth-aachen.de>
18956              Date: Aug 7, 2005 7:10 AM
18957              Message-id: <20050807051041.GA3924@ethan>
18958      Branch: perl
18959            ! ext/threads/threads.pm ext/threads/threads.xs pod/perldiag.pod
18960 ____________________________________________________________________________
18961 [ 25306] By: rgs                                   on 2005/08/19  06:10:28
18962         Log: Subject: [patch@25305] fixes to const fixes + Case Preserved start
18963              From: "John E. Malmberg" <wb8tyw@qsl.net>
18964              Date: Thu, 18 Aug 2005 21:18:27 -0400
18965              Message-ID: <43053363.8090809@qsl.net>
18966      Branch: perl
18967            ! vms/vms.c
18968 ____________________________________________________________________________
18969 [ 25305] By: rgs                                   on 2005/08/18  13:47:41
18970         Log: Subject: make test of perl 5.8.7 failed on icc9
18971              From: YAMASHINA Hio <hio@ymir.co.jp>
18972              Date: Thu, 18 Aug 2005 20:36:57 +0900
18973              Message-Id: <20050818165213.BDF1.HIO@ymir.co.jp>
18974      Branch: perl
18975            ! hints/linux.sh
18976 ____________________________________________________________________________
18977 [ 25304] By: rgs                                   on 2005/08/18  11:10:27
18978         Log: Subject: [PATCH] 5.9.x (and 5.8.x): Symbian update
18979              From: <jarkko.hietaniemi@nokia.com>
18980              Date: Thu, 18 Aug 2005 13:43:46 +0300
18981              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A41B@esebe105.NOE.Nokia.com>
18982      Branch: perl
18983            ! README.symbian ext/Compress/Zlib/Zlib.xs numeric.c
18984            ! symbian/TODO symbian/config.pl symbian/config.sh
18985            ! symbian/install.cfg symbian/symbian_stubs.c symbian/xsbuild.pl
18986 ____________________________________________________________________________
18987 [ 25303] By: rgs                                   on 2005/08/18  08:58:54
18988         Log: Subject: [PATCH] Re: Transliteration operator(tr//)on EBCDIC platform
18989              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
18990              Date: Fri, 12 Aug 2005 00:20:39 +0900
18991              Message-Id: <20050812001541.EA69.BQW10602@nifty.com>
18992      Branch: perl
18993            ! t/op/tr.t toke.c
18994 ____________________________________________________________________________
18995 [ 25302] By: rgs                                   on 2005/08/18  08:00:53
18996         Log: Subject: autouse.pm: remove unneeded eval
18997              From: Alexey Tourbin <at@altlinux.ru>
18998              Date: Thu, 18 Aug 2005 08:13:24 +0400
18999              Message-ID: <20050818041324.GO19097@solemn.turbinal.org>
19000              
19001              Subject: autouse.pm: check stub, use goto in stub
19002              From: Alexey Tourbin <at@altlinux.ru>
19003              Date: Thu, 18 Aug 2005 09:06:20 +0400
19004              Message-ID: <20050818050620.GP19097@solemn.turbinal.org>
19005      Branch: perl
19006            ! lib/autouse.pm
19007 ____________________________________________________________________________
19008 [ 25301] By: rgs                                   on 2005/08/17  15:57:09
19009         Log: FAQ sync
19010      Branch: perl
19011            ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
19012            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
19013            ! pod/perlfaq7.pod pod/perlfaq8.pod pod/perlfaq9.pod
19014 ____________________________________________________________________________
19015 [ 25300] By: steveh                                on 2005/08/17  14:33:00
19016         Log: Subject: Your bug reports for Time::Local
19017              From: Dave Rolsky <autarch@urth.org>
19018              Date: Tue, 16 Aug 2005 11:22:20 -0500 (CDT)
19019              Message-ID: <Pine.LNX.4.61.0508161120520.26270@urth.org>
19020              
19021              An improvement on change 25287 from Dave Rolsky
19022      Branch: perl
19023            ! lib/Time/Local.t
19024 ____________________________________________________________________________
19025 [ 25299] By: rgs                                   on 2005/08/17  12:33:18
19026         Log: Subject: Re: [perl #36654] Inconsistent treatment of NaN
19027              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
19028              Date: Aug 7, 2005 8:03 PM
19029              Message-ID: <20050807180308.GA2112@efn.org>
19030              
19031              Subject: Re: [perl #36654] Inconsistent treatment of NaN
19032              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
19033              Date: Wed, 10 Aug 2005 22:53:51 -0700
19034              Message-ID: <20050811055351.GA2296@efn.org>
19035      Branch: perl
19036            ! numeric.c pod/perlop.pod
19037 ____________________________________________________________________________
19038 [ 25298] By: rgs                                   on 2005/08/17  09:35:32
19039         Log: Upgrade to Time::HiRes 1.73
19040      Branch: perl
19041            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
19042 ____________________________________________________________________________
19043 [ 25297] By: nicholas                              on 2005/08/17  09:06:33
19044         Log: Given that we now have a union, there's no need for all the HvARRAY()
19045              casting games.
19046      Branch: perl
19047            ! hv.h sv.h
19048 ____________________________________________________________________________
19049 [ 25296] By: rgs                                   on 2005/08/16  17:57:27
19050         Log: Fix for [perl #36853] -Dx can crash bleadperl
19051              The PL_op_sequence global hash wasn't initialized
19052      Branch: perl
19053            ! dump.c
19054 ____________________________________________________________________________
19055 [ 25295] By: merijn                                on 2005/08/16  07:36:58
19056         Log: Subject: Time::HiRes::nanosleep support for Solaris [PATCH]
19057              From: Gisle Aas <gisle@ActiveState.com>
19058              Date: 15 Aug 2005 21:05:22 -0700
19059              Message-ID: <lrk6imy1a5.fsf@caliper.activestate.com>
19060      Branch: perl
19061            ! ext/Time/HiRes/hints/solaris.pl
19062 ____________________________________________________________________________
19063 [ 25294] By: merijn                                on 2005/08/15  09:36:30
19064         Log: Subject: Re: [PATCH@25292] add nonxs_ext to configure.com
19065              From: "John E. Malmberg" <wb8tyw@qsl.net>
19066              Date: Sat, 13 Aug 2005 12:20:34 -0400
19067              Message-ID: <42FE1DD2.8050803@qsl.net>
19068      Branch: perl
19069            ! configure.com
19070 ____________________________________________________________________________
19071 [ 25293] By: merijn                                on 2005/08/15  09:34:28
19072         Log: Subject: [PATCH configure.com] Make "prove" available on VMS
19073              From: Abe Timmerman <abe@ztreet.demon.nl>
19074              Date: Sat, 13 Aug 2005 18:16:29 +0200
19075              Message-Id: <200508131816.29092.abe@ztreet.demon.nl>
19076      Branch: perl
19077            ! configure.com
19078 ____________________________________________________________________________
19079 [ 25292] By: merijn                                on 2005/08/13  07:38:54
19080         Log: Subject: [PATCH @ 24148] Compress::Zlib 1.37
19081              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
19082              Date: Fri, 12 Aug 2005 16:31:42 +0100
19083              Message-Id: <20050812153145.PWIR17166.aamta12-winn.ispmail.ntl.com@MARQUESSPT21>
19084      Branch: perl
19085            ! ext/Compress/Zlib/Changes ext/Compress/Zlib/Makefile.PL
19086            ! ext/Compress/Zlib/README ext/Compress/Zlib/Zlib.pm
19087            ! ext/Compress/Zlib/t/03examples.t
19088 ____________________________________________________________________________
19089 [ 25291] By: merijn                                on 2005/08/13  07:33:46
19090         Log: Subject: [patch@25289] Add sig_count to CONFIGURE.COM
19091              From: "John E. Malmberg" <wb8tyw@qsl.net>
19092              Date: Fri, 12 Aug 2005 13:39:25 -0400
19093              Message-ID: <42FCDECD.8090009@qsl.net>
19094      Branch: perl
19095            ! configure.com
19096 ____________________________________________________________________________
19097 [ 25290] By: merijn                                on 2005/08/13  07:30:05
19098         Log: Subject: Re: [patch@25289] bninfnan.t setting include path to file.
19099              From: "John E. Malmberg" <wb8tyw@qsl.net>
19100              Date: Fri, 12 Aug 2005 23:17:39 -0400
19101              Message-ID: <42FD6653.6010605@qsl.net>
19102      Branch: perl
19103            ! lib/bignum/t/bninfnan.t
19104 ____________________________________________________________________________
19105 [ 25289] By: steveh                                on 2005/08/12  16:13:11
19106         Log: Supply same libs for bcc32 builds as cl and gcc builds have
19107              
19108              It makes life easier for third-party extensions if perl provides a
19109              decent set of libs to link against. cl and gcc builds already have
19110              this (except that gcc was missing one lib), but bcc32 builds only
19111              have one or two libs supplied.  In particular, the ODBC libs
19112              required for building libwin32 were not specified.  One of these
19113              doesn't exist in the Borland lib dirs by default, so generate it
19114              from the DLL if it is missing.
19115      Branch: perl
19116            ! win32/makefile.mk
19117 ____________________________________________________________________________
19118 [ 25288] By: steveh                                on 2005/08/12  15:26:11
19119         Log: Make change 25286 better
19120              
19121              Thanks to John E. Malmberg <wb8tyw@qsl.net> for pointing this out.
19122      Branch: perl
19123            ! win32/win32.c
19124 ____________________________________________________________________________
19125 [ 25287] By: steveh                                on 2005/08/11  11:56:26
19126         Log: Fix lib/Time/Local.t for bcc32 in non GMT time zones
19127              
19128              See comments at:
19129              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-08/msg00115.html
19130      Branch: perl
19131            ! lib/Time/Local.t
19132 ____________________________________________________________________________
19133 [ 25286] By: steveh                                on 2005/08/11  10:56:12
19134         Log: Silence Win32 compiler warnings following change 25280
19135      Branch: perl
19136            ! win32/win32.c
19137 ____________________________________________________________________________
19138 [ 25285] By: steveh                                on 2005/08/11  09:21:37
19139         Log: Run regen.pl
19140      Branch: perl
19141            ! pod/perlapi.pod proto.h
19142 ____________________________________________________________________________
19143 [ 25284] By: merijn                                on 2005/08/11  07:35:27
19144         Log: Subject: [patch] blead@25282 - VMS specific fixes. [2nd try]
19145              From: "John E. Malmberg" <wb8tyw@qsl.net>
19146              Date: Wed, 10 Aug 2005 23:26:03 -0400
19147              Message-ID: <42FAC54B.2050207@qsl.net>
19148      Branch: perl
19149            ! lib/Test/Harness/Straps.pm lib/vmsish.t t/lib/warnings/doio
19150            ! t/op/anonsub.t t/op/chdir.t t/op/closure.t t/op/lex_assign.t
19151            ! t/op/runlevel.t t/op/stat.t t/pod/find.t t/x2p/s2p.t
19152            ! utils/c2ph.PL vms/ext/Stdio/test.pl
19153 ____________________________________________________________________________
19154 [ 25283] By: merijn                                on 2005/08/11  07:25:32
19155         Log: Subject: [patch] blead@25282
19156              From: "John E. Malmberg" <wb8tyw@qsl.net>
19157              Date: Wed, 10 Aug 2005 23:47:47 -0400
19158              Message-ID: <42FACA63.4030805@qsl.net>
19159      Branch: perl
19160            ! t/op/exec.t t/run/exit.t
19161 ____________________________________________________________________________
19162 [ 25282] By: merijn                                on 2005/08/10  20:34:03
19163         Log: Subject: [PATCH] Re: [perl #36235] perl + gcc-4.0.0 + solaris + gnu binutils
19164              From: Andy Dougherty <doughera@lafayette.edu>
19165              Date: Tue, 26 Jul 2005 12:03:37 -0400 (EDT)
19166              Message-ID: <Pine.SOC.4.62.0507261131300.8774@maxwell.phys.lafayette.edu>
19167      Branch: perl
19168            ! hints/solaris_2.sh
19169 ____________________________________________________________________________
19170 [ 25281] By: merijn                                on 2005/08/10  11:45:11
19171         Log: Subject: conflicting types for 'Perl_my_popen'
19172              From: Alexey Tourbin <at@altlinux.ru>
19173              Date: Wed, 10 Aug 2005 15:19:15 +0400
19174              Message-ID: <20050810111915.GK19097@solemn.turbinal.org>
19175      Branch: perl
19176            ! util.c
19177 ____________________________________________________________________________
19178 [ 25280] By: merijn                                on 2005/08/10  09:14:23
19179         Log: Subject: patch@25279 VMS error handling and const fixes
19180              From: "John E. Malmberg" <wb8tyw@qsl.net>
19181              Date: Wed, 10 Aug 2005 00:37:13 -0400
19182              Message-ID: <42F98479.6030207@qsl.net>
19183      Branch: perl
19184            ! doio.c embed.fnc perl.h pp_sys.c proto.h vms/vms.c
19185            ! vms/vmsish.h
19186 ____________________________________________________________________________
19187 [ 25279] By: merijn                                on 2005/08/09  11:24:54
19188         Log: Subject: [PATCH] Fix a couple of random warnings
19189              From: Steve Peters <steve@fisharerojo.org>
19190              Date: Tue, 9 Aug 2005 06:21:48 -0500
19191              Message-ID: <20050809112148.GA4902@mccoy.peters.homeunix.org>
19192      Branch: perl
19193            ! nostdio.h perl.c
19194 ____________________________________________________________________________
19195 [ 25278] By: steveh                                on 2005/08/08  16:12:12
19196         Log: Update Porting/repository.pod to recommend Cygwin's ssh on Win32
19197              
19198              Cygwin's ssh client seems to be superior to MSYS's ssh client in that
19199              it supports the ServerAliveInterval config setting which prevents the
19200              ssh client from timing out every so often
19201      Branch: perl
19202            ! Porting/repository.pod
19203 ____________________________________________________________________________
19204 [ 25277] By: merijn                                on 2005/08/08  06:22:38
19205         Log: Subject: [PATCH] Post-OSCON NN/NULLOK-ing
19206              From: Andy Lester <andy@petdance.com>
19207              Date: Sun, 7 Aug 2005 00:59:11 -0500
19208              Message-ID: <20050807055911.GA6384@petdance.com>
19209      Branch: perl
19210            ! embed.fnc op.c
19211 ____________________________________________________________________________
19212 [ 25276] By: merijn                                on 2005/08/08  06:17:33
19213         Log: Subject: Re: [PATCH] undup
19214              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
19215              Date: Sun, 07 Aug 2005 14:49:40 +0300
19216              Message-ID: <42F5F554.5020701@gmail.com>
19217      Branch: perl
19218            ! pod/perldoc.pod pod/perltodo.pod pod/perlunicode.pod
19219 ____________________________________________________________________________
19220 [ 25275] By: davem                                 on 2005/08/07  11:15:32
19221         Log: run regen.pl after change #25274
19222      Branch: perl
19223            ! pod/perlintern.pod
19224 ____________________________________________________________________________
19225 [ 25274] By: merijn                                on 2005/08/07  10:10:12
19226         Log: Subject: [PATCH] undup 
19227              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
19228              Date: Sun, 07 Aug 2005 13:28:19 +0300
19229              Message-ID: <42F5E243.80500@gmail.com>
19230      Branch: perl
19231            ! ext/Encode/lib/Encode/Supported.pod lib/Test/Harness/TAP.pod
19232            ! pad.c pod/perl573delta.pod pod/perl58delta.pod
19233            ! pod/perlfaq7.pod pod/perlglossary.pod pod/perlvar.pod pp_ctl.c
19234 ____________________________________________________________________________
19235 [ 25273] By: rgs                                   on 2005/08/06  23:07:46
19236         Log: Add files missed in change 25271
19237      Branch: perl
19238            + ext/Encode/lib/Encode/MIME/Header/ISO_2022_JP.pm
19239            + ext/Encode/t/mime_header_iso2022jp.t
19240 ____________________________________________________________________________
19241 [ 25272] By: rgs                                   on 2005/08/06  22:46:06
19242         Log: Clarify docs
19243      Branch: perl
19244            ! ext/PerlIO/encoding/encoding.pm
19245 ____________________________________________________________________________
19246 [ 25271] By: rgs                                   on 2005/08/06  22:15:14
19247         Log: Upgrade to Encode 2.11, plus a patch to PerlIO::encoding
19248              by Dan Kogai to fix encoding(utf-8-strict) with partial
19249              characters.
19250      Branch: perl
19251            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Changes
19252            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
19253            ! ext/Encode/Encode/encode.h ext/Encode/MANIFEST
19254            ! ext/Encode/META.yml ext/Encode/lib/Encode/Alias.pm
19255            ! ext/Encode/lib/Encode/Config.pm
19256            ! ext/Encode/lib/Encode/MIME/Header.pm
19257            ! ext/PerlIO/encoding/encoding.pm
19258 ____________________________________________________________________________
19259 [ 25270] By: merijn                                on 2005/08/06  15:54:55
19260         Log: Subject: [PATCH] Re: [PATCH] Re: [perl #36819] perlbug AutoReply: Bleadperl: abs() busted outside integer range
19261              From: Dominic Dunlop <shouldbedomo@mac.com>
19262              Date: Sat, 6 Aug 2005 17:47:40 +0200
19263              Message-Id: <EF62D3CF-8B54-4C7B-973E-C259F487AE32@mac.com>
19264      Branch: perl
19265            ! pp.c t/op/arith.t
19266 ____________________________________________________________________________
19267 [ 25269] By: rgs                                   on 2005/08/05  16:31:44
19268         Log: Subject: [patch]vms.c - buffer highwater overrun in vmsify
19269              From: John E. Malmberg <wb8tyw@qsl.net>
19270              Date: Mon, 01 Aug 2005 19:54:22 -0400
19271              Message-ID: <42EEB62E.3020108@qsl.net>
19272      Branch: perl
19273            ! vms/vms.c
19274 ____________________________________________________________________________
19275 [ 25268] By: rgs                                   on 2005/08/05  15:01:19
19276         Log: "thread failed to start" is a severe warning, not a fatal error
19277              as reported by Tassilo von Parseval.
19278      Branch: perl
19279            ! pod/perldiag.pod
19280 ____________________________________________________________________________
19281 [ 25267] By: merijn                                on 2005/08/05  14:13:26
19282         Log: ASCIZ is not a typo
19283      Branch: perl
19284            ! pod/perlfunc.pod
19285 ____________________________________________________________________________
19286 [ 25266] By: merijn                                on 2005/08/05  07:50:40
19287         Log: Subject: [PATCH] Typos in *.p[lm]
19288              From: "Piotr Fusik" <pfusik@op.pl>
19289              Date: Sun, 31 Jul 2005 12:50:04 +0200
19290              Message-ID: <001401c595bd$dccb5d80$0bd34dd5@piec>
19291      Branch: perl
19292            ! ext/Encode/lib/Encode/PerlIO.pod
19293            ! ext/Encode/lib/Encode/Supported.pod lib/ExtUtils/MM_Win95.pm
19294            ! lib/ExtUtils/MakeMaker/FAQ.pod lib/Net/libnetFAQ.pod
19295            ! lib/Test/Harness/TAP.pod lib/Test/Tutorial.pod
19296            ! pod/perlfunc.pod pod/perltoc.pod
19297 ____________________________________________________________________________
19298 [ 25265] By: rgs                                   on 2005/08/04  16:45:37
19299         Log: VMS debugging help, by John E. Malmberg
19300      Branch: perl
19301            ! vms/descrip_mms.template
19302 ____________________________________________________________________________
19303 [ 25264] By: merijn                                on 2005/08/03  10:30:54
19304         Log: Subject: [PATCH] Re: Smoke [5.9.3] 25248 FAIL(F) openbsd 3.7 (i386/1 cpu)
19305              From: Dominic Dunlop <shouldbedomo@mac.com>
19306              Date: Wed, 3 Aug 2005 12:19:03 +0200
19307              Message-Id: <8D595B69-4489-4395-BFA4-07DF5859D556@mac.com>
19308      Branch: perl
19309            ! t/op/sprintf.t
19310 ____________________________________________________________________________
19311 [ 25263] By: merijn                                on 2005/08/02  13:59:49
19312         Log: The typo changes from 25261 (of course) altered the MD5's
19313      Branch: perl
19314            ! ext/Digest/MD5/t/files.t
19315 ____________________________________________________________________________
19316 [ 25262] By: merijn                                on 2005/08/02  13:45:35
19317         Log: Typoes from 25261 also in expected for tests
19318      Branch: perl
19319            ! t/pod/pod2usage.xr
19320 ____________________________________________________________________________
19321 [ 25261] By: merijn                                on 2005/08/02  10:39:51
19322         Log: Subject: [PATCH] Typos in *.p[lm]
19323              From: "Piotr Fusik" <pfusik@op.pl>
19324              Date: Sun, 31 Jul 2005 12:50:04 +0200
19325              Message-ID: <001401c595bd$dccb5d80$0bd34dd5@piec>
19326      Branch: perl
19327            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bblock.pm ext/B/B/CC.pm
19328            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
19329            ! ext/B/t/OptreeCheck.pm ext/Compress/Zlib/Zlib.pm
19330            ! ext/DB_File/DB_File.pm ext/Digest/MD5/MD5.pm
19331            ! ext/Encode/Encode.pm ext/Encode/encoding.pm
19332            ! ext/Encode/lib/Encode/Alias.pm ext/IO/lib/IO/Dir.pm
19333            ! ext/IO/lib/IO/Poll.pm ext/IO/lib/IO/Socket/INET.pm
19334            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
19335            ! ext/Opcode/Opcode.pm ext/Opcode/ops.pm
19336            ! ext/SDBM_File/SDBM_File.pm ext/Storable/Storable.pm
19337            ! ext/XS/APItest/APItest.pm ext/re/re.pm lib/Archive/Tar.pm
19338            ! lib/Archive/Tar/Constant.pm lib/Attribute/Handlers.pm
19339            ! lib/CGI.pm lib/CGI/Carp.pm lib/CPAN.pm lib/Digest.pm
19340            ! lib/ExtUtils/CBuilder/Platform/Windows.pm
19341            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
19342            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
19343            ! lib/ExtUtils/ParseXS.pm lib/File/Basename.pm
19344            ! lib/File/Spec/Mac.pm lib/File/Temp.pm lib/Filter/Simple.pm
19345            ! lib/Getopt/Long.pm lib/I18N/LangTags.pm
19346            ! lib/I18N/LangTags/List.pm lib/Math/BigFloat.pm
19347            ! lib/Math/BigInt.pm lib/Math/BigInt/Calc.pm lib/Math/BigRat.pm
19348            ! lib/NEXT.pm lib/Net/Cmd.pm lib/Net/Config.pm lib/Net/FTP.pm
19349            ! lib/Net/NNTP.pm lib/Net/POP3.pm lib/Net/Ping.pm
19350            ! lib/Net/SMTP.pm lib/PerlIO.pm lib/Pod/Checker.pm
19351            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Pod/InputObjects.pm
19352            ! lib/Pod/LaTeX.pm lib/Pod/Parser.pm lib/Pod/Select.pm
19353            ! lib/Pod/Usage.pm lib/Switch.pm lib/Term/ANSIColor.pm
19354            ! lib/Test.pm lib/Test/More.pm lib/Text/Balanced.pm
19355            ! lib/Text/Wrap.pm lib/Tie/File.pm lib/Tie/Hash.pm
19356            ! lib/Unicode/UCD.pm lib/base.pm lib/bigint.pm lib/bignum.pm
19357            ! lib/bigrat.pm lib/blib.pm lib/diagnostics.pm lib/perl5db.pl
19358            ! lib/version.pm lib/vmsish.pm os2/OS2/PrfDB/PrfDB.pm
19359            ! os2/OS2/Process/Process.pm pod/checkpods.PL pod/pod2usage.PL
19360            ! utils/h2xs.PL win32/bin/pl2bat.pl wince/bin/pl2bat.pl
19361            ! wince/comp.pl
19362 ____________________________________________________________________________
19363 [ 25260] By: rgs                                   on 2005/08/01  15:14:48
19364         Log: Document where to find maintainers of dual live modules
19365      Branch: perl
19366            ! pod/perlhack.pod
19367 ____________________________________________________________________________
19368 [ 25259] By: rgs                                   on 2005/08/01  15:12:07
19369         Log: More typo fixes (damn generated pod files)
19370      Branch: perl
19371            ! pad.c
19372 ____________________________________________________________________________
19373 [ 25258] By: rgs                                   on 2005/08/01  14:45:22
19374         Log: Subject: Re: [perl #36616] bug or feature? foreach (sort @array) {y/a-z/A-Z/;} # @array modified!
19375              From: Michael G Schwern <schwern@pobox.com>
19376              Date: Sat, 23 Jul 2005 19:59:29 -0700
19377              Message-ID: <20050724025929.GA6574@windhund.schwern.org>
19378      Branch: perl
19379            ! pod/perlfunc.pod
19380 ____________________________________________________________________________
19381 [ 25257] By: rgs                                   on 2005/08/01  13:58:04
19382         Log: Various patches by John E. Malmberg to fix data
19383              corruption issues on VMS. Back out change 25218 and
19384              the parts of change 25217 that affect pp_ctl.c and
19385              pp_sys.c.
19386      Branch: perl
19387            ! doio.c ext/Compress/Zlib/Makefile.PL mg.c pp_ctl.c pp_sys.c
19388            ! vms/vms.c vms/vmsish.h
19389 ____________________________________________________________________________
19390 [ 25256] By: rgs                                   on 2005/08/01  13:54:52
19391         Log: Various patches by John E. Malmberg to fix data
19392              corruption issues on VMS. Back out change 25218 and
19393              the parts of change 25217 that affect pp_ctl.c and
19394              pp_sys.c.
19395      Branch: perl
19396            ! doio.c ext/Compress/Zlib/Makefile.PL mg.c pp_ctl.c pp_sys.c
19397            ! vms/vms.c vms/vmsish.h
19398 ____________________________________________________________________________
19399 [ 25255] By: rgs                                   on 2005/08/01  13:15:25
19400         Log: Subject: [patch] blead@25226 on OpenVMS/vms.c - fopen bug.
19401              From: "John E. Malmberg" <wb8tyw@qsl.net>
19402              Date: Fri, 29 Jul 2005 10:24:15 -0400
19403              Message-ID: <42EA3C0F.9040900@qsl.net>
19404      Branch: perl
19405            ! vms/vms.c
19406 ____________________________________________________________________________
19407 [ 25254] By: rgs                                   on 2005/08/01  08:14:27
19408         Log: Another typo fix
19409      Branch: perl
19410            ! XSUB.h pod/perlapi.pod
19411 ____________________________________________________________________________
19412 [ 25253] By: rgs                                   on 2005/08/01  08:13:10
19413         Log: Subject: [PATCH] POD typos
19414              From: "Piotr Fusik" <pfusik@op.pl>
19415              Date: Sat, 30 Jul 2005 21:54:19 +0200
19416              Message-ID: <00ef01c59542$3198ba00$26d34dd5@piec>
19417      Branch: perl
19418            ! Porting/pumpkin.pod Porting/repository.pod ext/POSIX/POSIX.pod
19419            ! pod/perl593delta.pod pod/perlapio.pod pod/perldebug.pod
19420            ! pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq3.pod
19421            ! pod/perlfaq4.pod pod/perlfaq6.pod pod/perlglossary.pod
19422            ! pod/perlguts.pod pod/perlintern.pod pod/perltodo.pod
19423            ! pod/perlxs.pod symbian/PerlBase.pod vms/perlvms.pod
19424 ____________________________________________________________________________
19425 [ 25252] By: rgs                                   on 2005/08/01  07:49:58
19426         Log: Subject: Re: [perl #36622] y/// at end of file
19427              From: Michael G Schwern <schwern@pobox.com>
19428              Date: Fri, 22 Jul 2005 11:51:15 -0700
19429              Message-ID: <20050722185115.GB28829@windhund.schwern.org>
19430      Branch: perl
19431            ! t/op/tr.t t/test.pl
19432 ____________________________________________________________________________
19433 [ 25251] By: rgs                                   on 2005/08/01  07:23:08
19434         Log: Subject: Re: blead@25210 on OpenVMS (not good)
19435              From: "John E. Malmberg" <wb8tyw@qsl.net>
19436              Date: Sun, 24 Jul 2005 19:09:01 -0400
19437              Message-ID: <42E41F8D.3040306@qsl.net>
19438              
19439              constify Perl_unlnk
19440      Branch: perl
19441            ! embed.fnc perl.h proto.h util.c
19442 ____________________________________________________________________________
19443 [ 25250] By: rgs                                   on 2005/08/01  07:03:36
19444         Log: Subject: blead@25226 - ext/Compress/Zlib on VMS.
19445              From: "John E. Malmberg" <wb8tyw@qsl.net>
19446              Date: Sun, 31 Jul 2005 23:19:51 -0400
19447              Message-ID: <42ED94D6.7020104@qsl.net>
19448      Branch: perl
19449            ! ext/Compress/Zlib/t/03examples.t
19450 ____________________________________________________________________________
19451 [ 25249] By: rgs                                   on 2005/08/01  06:57:09
19452         Log: Subject: [patch] blead@25226 - t/op/pack.t undefined value fix
19453              From: "John E. Malmberg" <wb8tyw@qsl.net>
19454              Date: Sun, 31 Jul 2005 22:18:19 -0400
19455              Message-ID: <42ED866B.3000308@qsl.net>
19456      Branch: perl
19457            ! t/op/pack.t
19458 ____________________________________________________________________________
19459 [ 25248] By: merijn                                on 2005/07/31  15:50:45
19460         Log: SIGRTMIN & SIGRTMAX on Cygwin both 32. sig_count = 33, but
19461              POSIX::SigRt is not available on use
19462      Branch: perl
19463            ! ext/POSIX/t/sigaction.t
19464 ____________________________________________________________________________
19465 [ 25247] By: merijn                                on 2005/07/31  15:47:51
19466         Log: Subject: [PATCH] Re: Smoke [5.9.3] 25237 FAIL(F) linux 2.6.12-4-686 [debian] (i686/1 cpu)
19467              From: Dominic Dunlop <shouldbedomo@mac.com>
19468              Date: Fri, 29 Jul 2005 17:41:59 +0200
19469              Message-Id: <33378322-189C-4D70-AC0B-1AF589DD56E7@mac.com>
19470      Branch: perl
19471            ! sv.h
19472 ____________________________________________________________________________
19473 [ 25246] By: rgs                                   on 2005/07/31  15:15:35
19474         Log: Remove the documentation for $#, which has been removed
19475      Branch: perl
19476            ! pod/perlvar.pod
19477 ____________________________________________________________________________
19478 [ 25245] By: rgs                                   on 2005/07/29  15:36:09
19479         Log: Update Changes
19480      Branch: perl
19481            ! Changes
19482 ____________________________________________________________________________
19483 [ 25244] By: steveh                                on 2005/07/29  09:41:38
19484         Log: Skip op/sprintf.t test 147 on MSWin32
19485              ... and fix the skip code so that it actually works ;-)
19486      Branch: perl
19487            ! t/op/sprintf.t
19488 ____________________________________________________________________________
19489 [ 25243] By: rgs                                   on 2005/07/29  08:31:51
19490         Log: Subject: [PATCH] More embed.fnc goodness
19491              From: Andy Lester <andy@petdance.com>
19492              Date: Thu, 28 Jul 2005 14:09:56 -0500
19493              Message-ID: <20050728190956.GB607@petdance.com>
19494      Branch: perl
19495            ! doio.c embed.fnc embed.h op.c pp_ctl.c proto.h regcomp.c
19496            ! regexec.c sv.c util.c
19497 ____________________________________________________________________________
19498 [ 25242] By: rgs                                   on 2005/07/29  07:19:11
19499         Log: Subject: [PATCH] Fix English error in overload.pm
19500              From: Andy Lester <andy@petdance.com>
19501              Date: Thu, 28 Jul 2005 14:10:43 -0500
19502              Message-ID: <20050728191043.GC607@petdance.com>
19503      Branch: perl
19504            ! lib/overload.pm
19505 ____________________________________________________________________________
19506 [ 25241] By: rgs                                   on 2005/07/28  17:34:36
19507         Log: Clarification to the syntax of loop modifiers
19508              by Piotr Fusik
19509      Branch: perl
19510            ! pod/perlfunc.pod
19511 ____________________________________________________________________________
19512 [ 25240] By: rgs                                   on 2005/07/28  17:29:47
19513         Log: Subject: RE: [PATCH] Re: [PATCH] support POSIX SA_SIGINFO
19514              From: "Green, Paul" <Paul.Green@stratus.com>
19515              Date: Mon, 25 Jul 2005 12:39:32 -0400
19516              Message-ID: <F5F42E77A43DD944B6D664B00A5401CB8A9F67@EXNA.corp.stratus.com>
19517      Branch: perl
19518            ! mg.c
19519 ____________________________________________________________________________
19520 [ 25239] By: rgs                                   on 2005/07/28  17:18:13
19521         Log: Subject: [PATCH fresh_perl.t] Being more careful about newlines
19522              From: Michael G Schwern <schwern@pobox.com>
19523              Date: Fri, 22 Jul 2005 12:53:34 -0700
19524              Message-ID: <20050722195334.GA12431@windhund.schwern.org>
19525      Branch: perl
19526            ! t/run/fresh_perl.t
19527 ____________________________________________________________________________
19528 [ 25238] By: rgs                                   on 2005/07/28  16:11:23
19529         Log: Subject: [PATCH] perl.h, use STRINGIFY in 25171
19530              From: Robin Barker <Robin.Barker@npl.co.uk>
19531              Date: Thu, 28 Jul 2005 12:13:13 +0100
19532              Message-ID: <533D273D4014D411AB1D00062938C4D90849C75A@hotel.npl.co.uk>
19533      Branch: perl
19534            ! perl.h
19535 ____________________________________________________________________________
19536 [ 25237] By: merijn                                on 2005/07/28  13:03:09
19537         Log: Subject: [PATCH] tidy up DieNull and DIE_NULL
19538              From: Robin Barker <Robin.Barker@npl.co.uk>
19539              Date: Thu, 28 Jul 2005 14:05:51 +0100
19540              Message-ID: <533D273D4014D411AB1D00062938C4D90849C75C@hotel.npl.co.uk>
19541      Branch: perl
19542            ! embed.fnc mg.c perl.h pp.h pp_sys.c proto.h
19543 ____________________________________________________________________________
19544 [ 25236] By: rgs                                   on 2005/07/28  12:59:55
19545         Log: Subject: [PATCH] silence compiler warning in mg.c POSIX.xs
19546              From: Robin Barker <Robin.Barker@npl.co.uk>
19547              Date: Thu, 28 Jul 2005 13:57:31 +0100
19548              Message-ID: <533D273D4014D411AB1D00062938C4D90849C75B@hotel.npl.co.uk>
19549      Branch: perl
19550            ! ext/POSIX/POSIX.xs mg.c perl.h
19551 ____________________________________________________________________________
19552 [ 25235] By: merijn                                on 2005/07/28  12:22:27
19553         Log: sprintf now has all but two tests enabled.
19554              the list supports skipping of expected fails
19555              new test for %.0g from Dominic Dunlop
19556      Branch: perl
19557            ! t/op/sprintf.t
19558 ____________________________________________________________________________
19559 [ 25234] By: steveh                                on 2005/07/28  09:10:41
19560         Log: Subject: [PATCH] perlfunc.pod grammar fixes
19561              From: Steve Peters <steve@fisharerojo.org>
19562              Date: Wed, 27 Jul 2005 22:02:13 -0500
19563              Message-ID: <20050728030213.GA11330@mccoy.peters.homeunix.org>
19564              
19565              (with minor tweaks)
19566      Branch: perl
19567            ! pod/perlfunc.pod
19568 ____________________________________________________________________________
19569 [ 25233] By: rgs                                   on 2005/07/28  09:07:57
19570         Log: Sync change 25229 to .h source files
19571      Branch: perl
19572            ! cv.h pad.h
19573 ____________________________________________________________________________
19574 [ 25232] By: rgs                                   on 2005/07/28  08:53:55
19575         Log: Subject: [perl #36672] Swapped warnings for -o and -O file tests 
19576              From: "Piotr Fusik" (via RT) <perlbug-followup@perl.org>
19577              Date: Wed, 27 Jul 2005 15:43:17 -0700
19578              Message-ID: <rt-3.0.11-36672-118371.6.12458378853063@perl.org>
19579              
19580              (except the redundant test)
19581      Branch: perl
19582            ! opcode.h opcode.pl t/lib/warnings/9uninit
19583 ____________________________________________________________________________
19584 [ 25231] By: merijn                                on 2005/07/28  06:48:14
19585         Log: Subject: Re: [PATCH] Tru64: use -c99 for ccflags if available
19586              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
19587              Date: Thu, 28 Jul 2005 10:01:51 +0300
19588              Message-ID: <42E882DF.6020100@gmail.com>
19589              Message-ID: <42E86DE9.6090709@gmail.com>
19590      Branch: perl
19591            ! handy.h hints/dec_osf.sh
19592 ____________________________________________________________________________
19593 [ 25230] By: merijn                                on 2005/07/27  16:28:58
19594         Log: Some signals are more real than others
19595              Also added comment about why the tests are there
19596      Branch: perl
19597            ! ext/POSIX/t/sigaction.t
19598 ____________________________________________________________________________
19599 [ 25229] By: merijn                                on 2005/07/27  16:26:16
19600         Log: Subject: [PATCH] id est is i.e.
19601              From: Steve Peters <steve@fisharerojo.org>
19602              Date: Tue, 26 Jul 2005 20:42:38 -0500
19603              Message-ID: <20050727014238.GA2582@mccoy.peters.homeunix.org>
19604      Branch: perl
19605            ! pod/perlfunc.pod pod/perlguts.pod pod/perlhack.pod
19606            ! pod/perlintern.pod
19607 ____________________________________________________________________________
19608 [ 25228] By: merijn                                on 2005/07/26  13:23:10
19609         Log: Use the correct gcc when more than one gcc is installed
19610              Thanks to Campo
19611      Branch: perl
19612            ! hints/aix.sh
19613 ____________________________________________________________________________
19614 [ 25227] By: rgs                                   on 2005/07/26  09:20:11
19615         Log: Subject: [perl #36658] Typo in perlfunc.pod 
19616              From: "John W. Krahn" (via RT) <perlbug-followup@perl.org>
19617              Date: Tue, 26 Jul 2005 01:07:18 -0700
19618              Message-ID: <rt-3.0.11-36658-118300.18.7320750032131@perl.org>
19619      Branch: perl
19620            ! pod/perlfunc.pod
19621 ____________________________________________________________________________
19622 [ 25226] By: steveh                                on 2005/07/25  14:37:41
19623         Log: Reinstate PERL_MALLOC_WRAP for bcc32 on Win32
19624              
19625              This was disabled by change 22689 because it was severely broken
19626              at the time.  See the thread starting here:
19627              
19628              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2004-04/msg00370.html
19629              
19630              The PERL_MALLOC_WRAP code in handy.h has since changed along the
19631              lines of what was discussed in that thread (in particular, by change
19632              25034) and I find that everything is now fine with PERL_MALLOC_WRAP
19633              re-enabled.
19634      Branch: perl
19635            ! win32/config_H.bc
19636 ____________________________________________________________________________
19637 [ 25225] By: steveh                                on 2005/07/25  14:34:12
19638         Log: Ken pointed out that CBuilder's cleanup is too agrressive
19639              
19640              The Windows compile() and link() methods bizarrely include their own
19641              output files in the list of files to be cleaned up.  Now that they
19642              actually are being cleaned up, this isn't ideal ;-)
19643              
19644              Stop compile() and link() from cleaning up their own output, and
19645              reinstate the explicit deletion of those output files in the test
19646              scripts.
19647      Branch: perl
19648            ! lib/ExtUtils/CBuilder/Platform/Windows.pm
19649            ! lib/ExtUtils/CBuilder/t/01-basic.t
19650            ! lib/ExtUtils/CBuilder/t/02-link.t
19651            ! lib/ExtUtils/ParseXS/t/basic.t
19652 ____________________________________________________________________________
19653 [ 25224] By: steveh                                on 2005/07/25  11:53:44
19654         Log: Silence uninitialized value warnings in Net::Cmd
19655              
19656              (Suppresses 20 such warnings emitted by lib/Net/t/datasend.t)
19657      Branch: perl
19658            ! lib/Net/Cmd.pm
19659 ____________________________________________________________________________
19660 [ 25223] By: merijn                                on 2005/07/25  11:47:03
19661         Log: use POSIX might not throw an error. Check for useful values also
19662      Branch: perl
19663            ! ext/POSIX/t/sigaction.t
19664 ____________________________________________________________________________
19665 [ 25222] By: steveh                                on 2005/07/25  11:11:29
19666         Log: Make CBuilder and ParseXS clean up their temp test files
19667      Branch: perl
19668            ! lib/ExtUtils/CBuilder.pm lib/ExtUtils/CBuilder/Base.pm
19669            ! lib/ExtUtils/CBuilder/t/01-basic.t
19670            ! lib/ExtUtils/CBuilder/t/02-link.t lib/ExtUtils/ParseXS.pm
19671            ! lib/ExtUtils/ParseXS/t/basic.t
19672 ____________________________________________________________________________
19673 [ 25221] By: rgs                                   on 2005/07/25  09:49:39
19674         Log: Increment the version number of version.pm
19675              (no code changes on CPAN)
19676      Branch: perl
19677            ! lib/version.pm
19678 ____________________________________________________________________________
19679 [ 25220] By: merijn                                on 2005/07/25  08:53:34
19680         Log: Subject: [PATCH perlfunc.pod/crypt] crypt() digests, not encrypts
19681              From: Michael G Schwern <schwern@pobox.com>
19682              Date: Sat, 23 Jul 2005 17:25:18 -0700
19683              Message-ID: <20050724002518.GB4918@windhund.schwern.org>
19684              
19685              Subject: Re: [PATCH perlfunc.pod/crypt] crypt() digests, not encrypts
19686              From: Michael G Schwern <schwern@pobox.com>
19687              Date: Sun, 24 Jul 2005 13:49:25 -0700
19688              Message-ID: <20050724204925.GC13275@windhund.schwern.org>
19689      Branch: perl
19690            ! pod/perlfunc.pod
19691 ____________________________________________________________________________
19692 [ 25219] By: merijn                                on 2005/07/25  08:39:08
19693         Log: Subject: [PATCH] perlfunc.pod: s/definetely/definitely/
19694              From: "Piotr Fusik" <pfusik@op.pl>
19695              Date: Sun, 24 Jul 2005 12:55:09 +0200
19696              Message-ID: <004e01c5903e$2affb3a0$60d24dd5@piec>
19697      Branch: perl
19698            ! pod/perlfunc.pod
19699 ____________________________________________________________________________
19700 [ 25218] By: nicholas                              on 2005/07/24  22:35:56
19701         Log: Subject: [PATCH] Re: blead@25210 on OpenVMS (not good)
19702              From: "Craig A. Berry" <craigberry@mac.com>
19703              Message-Id: <p06230906bf09caa9618b@[172.16.52.1]>
19704              Date: Sun, 24 Jul 2005 17:47:26 -0500
19705      Branch: perl
19706            ! doio.c
19707 ____________________________________________________________________________
19708 [ 25217] By: nicholas                              on 2005/07/24  20:52:13
19709         Log: Subject: [PATCH] blead help for VMS
19710              From: "Craig A. Berry" <craigberry@mac.com>
19711              Message-ID: <42E3FABB.1020900@mac.com>
19712              Date: Sun, 24 Jul 2005 15:31:55 -0500
19713      Branch: perl
19714           +> ext/Compress/Zlib/zlib-src/adler32.c
19715           +> ext/Compress/Zlib/zlib-src/compress.c
19716           +> ext/Compress/Zlib/zlib-src/crc32.c
19717           +> ext/Compress/Zlib/zlib-src/crc32.h
19718           +> ext/Compress/Zlib/zlib-src/deflate.c
19719           +> ext/Compress/Zlib/zlib-src/deflate.h
19720           +> ext/Compress/Zlib/zlib-src/gzio.c
19721           +> ext/Compress/Zlib/zlib-src/infback.c
19722           +> ext/Compress/Zlib/zlib-src/inffast.c
19723           +> ext/Compress/Zlib/zlib-src/inffast.h
19724           +> ext/Compress/Zlib/zlib-src/inffixed.h
19725           +> ext/Compress/Zlib/zlib-src/inflate.c
19726           +> ext/Compress/Zlib/zlib-src/inflate.h
19727           +> ext/Compress/Zlib/zlib-src/inftrees.c
19728           +> ext/Compress/Zlib/zlib-src/inftrees.h
19729           +> ext/Compress/Zlib/zlib-src/trees.c
19730           +> ext/Compress/Zlib/zlib-src/trees.h
19731           +> ext/Compress/Zlib/zlib-src/uncompr.c
19732           +> ext/Compress/Zlib/zlib-src/zconf.h
19733           +> ext/Compress/Zlib/zlib-src/zlib.h
19734           +> ext/Compress/Zlib/zlib-src/zutil.c
19735           +> ext/Compress/Zlib/zlib-src/zutil.h
19736            - ext/Compress/Zlib/zlib-src-1.2.3/adler32.c
19737            - ext/Compress/Zlib/zlib-src-1.2.3/compress.c
19738            - ext/Compress/Zlib/zlib-src-1.2.3/crc32.c
19739            - ext/Compress/Zlib/zlib-src-1.2.3/crc32.h
19740            - ext/Compress/Zlib/zlib-src-1.2.3/deflate.c
19741            - ext/Compress/Zlib/zlib-src-1.2.3/deflate.h
19742            - ext/Compress/Zlib/zlib-src-1.2.3/gzio.c
19743            - ext/Compress/Zlib/zlib-src-1.2.3/infback.c
19744            - ext/Compress/Zlib/zlib-src-1.2.3/inffast.c
19745            - ext/Compress/Zlib/zlib-src-1.2.3/inffast.h
19746            - ext/Compress/Zlib/zlib-src-1.2.3/inffixed.h
19747            - ext/Compress/Zlib/zlib-src-1.2.3/inflate.c
19748            - ext/Compress/Zlib/zlib-src-1.2.3/inflate.h
19749            - ext/Compress/Zlib/zlib-src-1.2.3/inftrees.c
19750            - ext/Compress/Zlib/zlib-src-1.2.3/inftrees.h
19751            - ext/Compress/Zlib/zlib-src-1.2.3/trees.c
19752            - ext/Compress/Zlib/zlib-src-1.2.3/trees.h
19753            - ext/Compress/Zlib/zlib-src-1.2.3/uncompr.c
19754            - ext/Compress/Zlib/zlib-src-1.2.3/zconf.h
19755            - ext/Compress/Zlib/zlib-src-1.2.3/zlib.h
19756            - ext/Compress/Zlib/zlib-src-1.2.3/zutil.c
19757            - ext/Compress/Zlib/zlib-src-1.2.3/zutil.h
19758            ! MANIFEST ext/Compress/Zlib/config.in mg.c pp_ctl.c pp_sys.c
19759            ! vms/gen_shrfls.pl
19760 ____________________________________________________________________________
19761 [ 25216] By: steveh                                on 2005/07/22  16:53:11
19762         Log: Fix USE_LARGE_FILES with bcc32 on Win32?
19763              
19764              Trawling through all these config files, I think I've found the
19765              reason why bcc32 builds with USE_LARGE_FILES were failing (e.g.
19766              (see http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-06/msg00809.html):
19767              lseeksize and lseektype were set to 8 and __int64, but Borland's
19768              <io.h> suggests that they should be 4 and long respectively.
19769              
19770              Changing them accordingly makes all tests pass. And I see that
19771              win32/win32.c has special handling for __BORLANDC__ + USE_LARGE_FILES,
19772              presumably to cope with this difference?
19773      Branch: perl
19774            ! win32/config.bc
19775 ____________________________________________________________________________
19776 [ 25215] By: steveh                                on 2005/07/22  16:36:41
19777         Log: Tweak the canned win32/config.* files
19778              
19779              uselargefiles, usemultiplicity, useperlio and useithreads are now
19780              off in the canned win32/config_H.* files, so change these to match.
19781              
19782              Also scrap the misleading ~USE_PERLIO~ and ~USE_SITECUST~ tags
19783              which don't actually work since no such CFG_VARS are passed in to
19784              config_sh.PL. (The useperlio and usesitecustomize entries actually
19785              get substituted by the more general "if (/^([\w_]+)=(.*)$/)" case.)
19786      Branch: perl
19787            ! win32/config.bc win32/config.gc win32/config.vc
19788            ! win32/config.vc64
19789 ____________________________________________________________________________
19790 [ 25214] By: steveh                                on 2005/07/22  14:22:38
19791         Log: Add missing entries to win32/config.*
19792              
19793              No existing entries changed, just adding some missing ones based
19794              on Porting/config.sh
19795      Branch: perl
19796            ! win32/config.bc win32/config.gc win32/config.vc
19797            ! win32/config.vc64
19798 ____________________________________________________________________________
19799 [ 25213] By: rgs                                   on 2005/07/22  12:23:35
19800         Log: Subject: [perl #36612] [PATCH] Misleading shift docs about @ARGV
19801              From: Michael G Schwern (via RT) <perlbug-followup@perl.org>
19802              Date: Wed, 20 Jul 2005 18:26:23 -0700
19803              Message-ID: <rt-3.0.11-36612-118070.2.49212485540788@perl.org>
19804      Branch: perl
19805            ! pod/perlfunc.pod
19806 ____________________________________________________________________________
19807 [ 25212] By: steveh                                on 2005/07/22  10:32:02
19808         Log: Tidy up options / defines output from makedef.pl
19809              and change Win32-specific comments to say "On Win32 ..." now
19810              that AIX is using the same code too
19811      Branch: perl
19812            ! makedef.pl
19813 ____________________________________________________________________________
19814 [ 25211] By: steveh                                on 2005/07/22  10:29:51
19815         Log: Silence Win32 warnings when not using USE_LARGE_FILES
19816      Branch: perl
19817            ! win32/win32.c
19818 ____________________________________________________________________________
19819 [ 25210] By: merijn                                on 2005/07/21  17:40:06
19820         Log: I *DO* have AIX, and extending #25209 like this make it happy again
19821              Thank you Steve!
19822      Branch: perl
19823            ! makedef.pl
19824 ____________________________________________________________________________
19825 [ 25209] By: steveh                                on 2005/07/21  17:01:33
19826         Log: Make makedef.pl read "miniperl -V" on Win32
19827              
19828              Perhaps other platforms that use makedef.pl also need a similar
19829              change (currently required to pick up PERL_DONT_CREATE_GVSV),
19830              but it also requires them to have minimal canned configs (if they
19831              are using canned configs like Win32 does) and I don't have any
19832              of the affected platforms (AIX, WinCE, OS/2, MacOS Classic and
19833              NetWare) for testing, so play it safe instead
19834      Branch: perl
19835            ! makedef.pl
19836 ____________________________________________________________________________
19837 [ 25208] By: steveh                                on 2005/07/21  16:50:27
19838         Log: Make the canned config.h files used on Win32 more minimal
19839              
19840              These are used in their unedited form to build miniperl, so should
19841              represent a minimal configuration
19842              
19843              The plan is to use miniperl's "-V" output in makedef.pl, so it is
19844              important that it doesn't include any of the optional things in the
19845              makefiles that the user might have chosen to disable
19846              
19847              (The actual config.h used to build perl itself is, of course, an
19848              edited version of these canned configs produced by using miniperl
19849              to run config_h.PL so these changes won't affect perl itself)
19850      Branch: perl
19851            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
19852            ! win32/config_H.vc64
19853 ____________________________________________________________________________
19854 [ 25207] By: merijn                                on 2005/07/21  15:41:39
19855         Log: Subject: [PATCH] Re: [PATCH] support POSIX SA_SIGINFO
19856              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
19857              Date: Thu, 21 Jul 2005 18:33:22 +0300
19858              Message-ID: <42DFC042.1090201@gmail.com>
19859      Branch: perl
19860            ! ext/POSIX/POSIX.pod ext/POSIX/t/sigaction.t mg.c
19861 ____________________________________________________________________________
19862 [ 25206] By: steveh                                on 2005/07/21  14:20:06
19863         Log: Rearrange win32/config_H.* to match config_h.SH
19864              
19865              No actual changes, just reordering the contents of the files so that
19866              diff works better.
19867      Branch: perl
19868            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
19869            ! win32/config_H.vc64
19870 ____________________________________________________________________________
19871 [ 25205] By: rgs                                   on 2005/07/21  12:39:43
19872         Log: Subject: [PATCH perl@24148] Compress::Zlib 1.35
19873              From: "Paul Marquess" <paul.marquess@ntlworld.com>
19874              Date: Thu, 21 Jul 2005 10:06:06 +0100
19875              Message-Id: <20050721090634.CA4E61F0003@mx1.mandriva.com>
19876      Branch: perl
19877            + ext/Compress/Zlib/zlib-src-1.2.3/adler32.c
19878            + ext/Compress/Zlib/zlib-src-1.2.3/compress.c
19879            + ext/Compress/Zlib/zlib-src-1.2.3/crc32.c
19880            + ext/Compress/Zlib/zlib-src-1.2.3/crc32.h
19881            + ext/Compress/Zlib/zlib-src-1.2.3/deflate.c
19882            + ext/Compress/Zlib/zlib-src-1.2.3/deflate.h
19883            + ext/Compress/Zlib/zlib-src-1.2.3/gzio.c
19884            + ext/Compress/Zlib/zlib-src-1.2.3/infback.c
19885            + ext/Compress/Zlib/zlib-src-1.2.3/inffast.c
19886            + ext/Compress/Zlib/zlib-src-1.2.3/inffast.h
19887            + ext/Compress/Zlib/zlib-src-1.2.3/inffixed.h
19888            + ext/Compress/Zlib/zlib-src-1.2.3/inflate.c
19889            + ext/Compress/Zlib/zlib-src-1.2.3/inflate.h
19890            + ext/Compress/Zlib/zlib-src-1.2.3/inftrees.c
19891            + ext/Compress/Zlib/zlib-src-1.2.3/inftrees.h
19892            + ext/Compress/Zlib/zlib-src-1.2.3/trees.c
19893            + ext/Compress/Zlib/zlib-src-1.2.3/trees.h
19894            + ext/Compress/Zlib/zlib-src-1.2.3/uncompr.c
19895            + ext/Compress/Zlib/zlib-src-1.2.3/zconf.h
19896            + ext/Compress/Zlib/zlib-src-1.2.3/zlib.h
19897            + ext/Compress/Zlib/zlib-src-1.2.3/zutil.c
19898            + ext/Compress/Zlib/zlib-src-1.2.3/zutil.h
19899            - ext/Compress/Zlib/zlib-src-1.2.2/adler32.c
19900            - ext/Compress/Zlib/zlib-src-1.2.2/compress.c
19901            - ext/Compress/Zlib/zlib-src-1.2.2/crc32.c
19902            - ext/Compress/Zlib/zlib-src-1.2.2/crc32.h
19903            - ext/Compress/Zlib/zlib-src-1.2.2/deflate.c
19904            - ext/Compress/Zlib/zlib-src-1.2.2/deflate.h
19905            - ext/Compress/Zlib/zlib-src-1.2.2/gzio.c
19906            - ext/Compress/Zlib/zlib-src-1.2.2/infback.c
19907            - ext/Compress/Zlib/zlib-src-1.2.2/inffast.c
19908            - ext/Compress/Zlib/zlib-src-1.2.2/inffast.h
19909            - ext/Compress/Zlib/zlib-src-1.2.2/inffixed.h
19910            - ext/Compress/Zlib/zlib-src-1.2.2/inflate.c
19911            - ext/Compress/Zlib/zlib-src-1.2.2/inflate.h
19912            - ext/Compress/Zlib/zlib-src-1.2.2/inftrees.c
19913            - ext/Compress/Zlib/zlib-src-1.2.2/inftrees.h
19914            - ext/Compress/Zlib/zlib-src-1.2.2/trees.c
19915            - ext/Compress/Zlib/zlib-src-1.2.2/trees.h
19916            - ext/Compress/Zlib/zlib-src-1.2.2/uncompr.c
19917            - ext/Compress/Zlib/zlib-src-1.2.2/zconf.h
19918            - ext/Compress/Zlib/zlib-src-1.2.2/zlib.h
19919            - ext/Compress/Zlib/zlib-src-1.2.2/zutil.c
19920            - ext/Compress/Zlib/zlib-src-1.2.2/zutil.h
19921            ! MANIFEST ext/Compress/Zlib/Changes ext/Compress/Zlib/README
19922            ! ext/Compress/Zlib/Zlib.pm ext/Compress/Zlib/Zlib.xs
19923            ! ext/Compress/Zlib/config.in ext/Compress/Zlib/t/05gzsetp.t
19924 ____________________________________________________________________________
19925 [ 25204] By: rgs                                   on 2005/07/20  16:53:16
19926         Log: Remove :base_io from the set of default "safe" opcodes.
19927              This fixes bug [perl #36213] "Possible flaw in Safe.pm/Opcode.pm
19928              that allows access to any file" but introduces a backward
19929              compatibility issue.
19930      Branch: perl
19931            ! ext/Opcode/Opcode.pm ext/Safe/t/safe2.t
19932 ____________________________________________________________________________
19933 [ 25203] By: steveh                                on 2005/07/20  13:59:18
19934         Log: Fix definition of Perl_sighandler following change 25200
19935      Branch: perl
19936            ! mg.c
19937 ____________________________________________________________________________
19938 [ 25202] By: rgs                                   on 2005/07/20  13:19:10
19939         Log: Subject: [PATCH] Convert t/op/vec.t to test.pl
19940              From: Steve Peters <steve@fisharerojo.org>
19941              Date: Wed, 20 Jul 2005 08:06:38 -0500
19942              Message-ID: <20050720130638.GA6123@mccoy.peters.homeunix.org>
19943      Branch: perl
19944            ! t/op/vec.t
19945 ____________________________________________________________________________
19946 [ 25201] By: steveh                                on 2005/07/20  13:08:54
19947         Log: Silence Win32 compiler warning (signed/unsigned mismatch)
19948      Branch: perl
19949            ! pad.c
19950 ____________________________________________________________________________
19951 [ 25200] By: rgs                                   on 2005/07/20  12:28:16
19952         Log: Subject: [PATCH] support POSIX SA_SIGINFO
19953              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
19954              Date: Wed, 20 Jul 2005 14:40:54 +0300
19955              Message-ID: <42DE3846.6050606@gmail.com>
19956      Branch: perl
19957            ! embed.fnc embed.h ext/POSIX/POSIX.pod ext/POSIX/t/sigaction.t
19958            ! global.sym iperlsys.h mg.c perl.c perl.h pp_sys.c proto.h
19959            ! util.c
19960 ____________________________________________________________________________
19961 [ 25199] By: steveh                                on 2005/07/20  12:11:56
19962         Log: Silence warnings about NSIG redefinition on Win32
19963              
19964              (Change 25191 doesn't work out unless dosish.h includes <signal.h>
19965              too, which it currently only does for DJGPP)
19966      Branch: perl
19967            ! dosish.h
19968 ____________________________________________________________________________
19969 [ 25198] By: rgs                                   on 2005/07/20  11:18:59
19970         Log: Remove obsolete error messages
19971      Branch: perl
19972            ! pod/perldiag.pod
19973 ____________________________________________________________________________
19974 [ 25197] By: rgs                                   on 2005/07/20  10:59:44
19975         Log: croak() accepts Nullch as a parameter.
19976              (spotted by Stas Bekman)
19977      Branch: perl
19978            ! embed.fnc proto.h
19979 ____________________________________________________________________________
19980 [ 25196] By: steveh                                on 2005/07/20  10:36:20
19981         Log: Fix Newz() backwards-compatibility macro
19982      Branch: perl
19983            ! handy.h
19984 ____________________________________________________________________________
19985 [ 25195] By: rgs                                   on 2005/07/20  10:31:04
19986         Log: Remove :unique attribute from Config.pm,
19987              until we find a better implementation of it (or
19988              remove it). See [perl #36375].
19989      Branch: perl
19990            ! configpm
19991 ____________________________________________________________________________
19992 [ 25194] By: rgs                                   on 2005/07/20  09:08:56
19993         Log: Subject: [PATCH] lvalue-subs returning elements of tied hashes/arrays
19994              From: Tassilo von Parseval <tassilo.von.parseval@rwth-aachen.de>
19995              Date: Wed, 20 Jul 2005 10:43:11 +0200
19996              Message-id: <20050720084311.GA20332@ethan>
19997      Branch: perl
19998            ! pp_hot.c t/op/sub_lval.t
19999 ____________________________________________________________________________
20000 [ 25193] By: steveh                                on 2005/07/20  09:00:29
20001         Log: Exit test script (if we're going to) *before* declaring a plan
20002      Branch: perl
20003            ! ext/POSIX/t/sigaction.t
20004 ____________________________________________________________________________
20005 [ 25192] By: rgs                                   on 2005/07/20  08:50:18
20006         Log: Subject: [PATCH] RE: rebuilding lib/Config*
20007              From: Robin Barker <Robin.Barker@npl.co.uk>
20008              Date: Jul 14, 2005 3:27 PM
20009              Message-ID: <533D273D4014D411AB1D00062938C4D90849C733@hotel.npl.co.uk>
20010      Branch: perl
20011            ! Makefile.SH
20012 ____________________________________________________________________________
20013 [ 25191] By: rgs                                   on 2005/07/20  06:47:49
20014         Log: Subject: [PATCH] move NSIG logic
20015              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
20016              Date: Wed, 20 Jul 2005 09:57:44 +0300
20017              Message-ID: <42DDF5E8.1060100@gmail.com>
20018      Branch: perl
20019            ! handy.h perl.h
20020 ____________________________________________________________________________
20021 [ 25190] By: nicholas                              on 2005/07/19  22:15:43
20022         Log: C<use Foo;> inside Foo.pm considered a "bad thing"
20023              (Certainly where there is AUTOLOADing and XS)
20024              Hopefully *this* fixes the POSIX breakage.
20025      Branch: perl
20026            ! ext/POSIX/POSIX.pm
20027 ____________________________________________________________________________
20028 [ 25189] By: nicholas                              on 2005/07/19  21:16:20
20029         Log: C<use Foo;> inside Foo.pm considered a "bad thing"
20030              (Certainly where there is AUTOLOADing and XS)
20031              Hopefully this fixes the POSIX breakage.
20032      Branch: perl
20033            ! ext/POSIX/POSIX.xs
20034 ____________________________________________________________________________
20035 [ 25188] By: nicholas                              on 2005/07/19  21:08:17
20036         Log: XS constants fail when their value is called for, not at import.
20037              This might be construed as a bug. Fixing is probably a greater evil.
20038      Branch: perl
20039            ! ext/POSIX/t/sigaction.t
20040 ____________________________________________________________________________
20041 [ 25187] By: rgs                                   on 2005/07/19  14:12:38
20042         Log: Extend the the "our variable redeclared" warning to the case:
20043              our $x; our $x;
20044              and add more tests
20045      Branch: perl
20046            ! pad.c t/lib/strict/vars t/lib/warnings/pad
20047 ____________________________________________________________________________
20048 [ 25186] By: steveh                                on 2005/07/19  13:25:42
20049         Log: Fix test following change #25181
20050      Branch: perl
20051            ! lib/Pod/t/htmlview.t
20052 ____________________________________________________________________________
20053 [ 25185] By: merijn                                on 2005/07/19  11:06:22
20054         Log: Subject: [PATCH] allow POSIX SIGRTMIN...SIGRTMAX signals (and plug a core dump)
20055              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
20056              Date: Tue, 19 Jul 2005 12:06:00 +0300
20057              Message-ID: <42DCC278.2010009@gmail.com>
20058      Branch: perl
20059            ! Configure ext/POSIX/Makefile.PL ext/POSIX/POSIX.pm
20060            ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs ext/POSIX/t/sigaction.t
20061            ! handy.h
20062 ____________________________________________________________________________
20063 [ 25182] By: rgs                                   on 2005/07/19  10:09:57
20064         Log: Fix strict test to go with the precedent warning change
20065      Branch: perl
20066            ! t/lib/strict/vars
20067 ____________________________________________________________________________
20068 [ 25181] By: steveh                                on 2005/07/19  10:07:46
20069         Log: Subject: [perl #36526] Incorrect (X)HTML generated by Pod::Html 
20070              From: Earl Hood (via RT) <perlbug-followup@perl.org>
20071              Date: Tue, 12 Jul 2005 23:55:28 -0700
20072              Message-ID: <rt-3.0.11-36526-117155.10.6496168983897@perl.org>
20073              
20074              (with old code deleted rather than commented out)
20075      Branch: perl
20076            ! lib/Pod/Html.pm
20077 ____________________________________________________________________________
20078 [ 25180] By: rgs                                   on 2005/07/19  09:56:59
20079         Log: Silence new (expected) warnings
20080      Branch: perl
20081            ! t/op/mydef.t
20082 ____________________________________________________________________________
20083 [ 25179] By: rgs                                   on 2005/07/19  09:45:24
20084         Log: Overhaul the semantics of the warning
20085              ""%s" variable %s masks earlier declaration",
20086              based on a patch by Rick Delaney. Now we have :
20087              my $x;   my $x; # warns
20088              my $x;  our $x; # warns
20089              our $x;  my $x; # warns
20090              our $x; our $x; # silent
20091      Branch: perl
20092            ! pad.c t/lib/warnings/pad
20093 ____________________________________________________________________________
20094 [ 25178] By: merijn                                on 2005/07/19  05:42:52
20095         Log: Subject: [PATCH] Final (hopefully) fix for fchdir
20096              From: Steve Peters <steve@fisharerojo.org>
20097              Date: Mon, 18 Jul 2005 22:59:19 -0500
20098              Message-ID: <20050719035919.GA32670@mccoy.peters.homeunix.org>
20099      Branch: perl
20100            ! pp_sys.c
20101 ____________________________________________________________________________
20102 [ 25177] By: davem                                 on 2005/07/19  01:16:09
20103         Log: Subject:  Re: [PATCH] Faster **
20104              From:      "Piotr Fusik" <pfusik@op.pl>
20105              Date:      Fri, 24 Jun 2005 12:47:40 +0200
20106              Message-Id:  <00b201c578af$7ad02b40$17d24dd5@piec>
20107      Branch: perl
20108            ! pp.c
20109 ____________________________________________________________________________
20110 [ 25176] By: davem                                 on 2005/07/19  01:05:18
20111         Log: the "local @foo with $#foo" tests are no longer TODO
20112      Branch: perl
20113            ! t/op/array.t
20114 ____________________________________________________________________________
20115 [ 25174] By: steveh                                on 2005/07/18  16:53:21
20116         Log: Subject: Re: [PATCH] RE: blead: no longer supports %vd format
20117              From: Rafael Garcia-Suarez <rgarciasuarez@mandriva.com>
20118              Date: Mon, 18 Jul 2005 18:35:09 +0200
20119              Message-ID: <20050718183509.0381169c@grubert.mandrakesoft.com>
20120      Branch: perl
20121            ! perl.h
20122 ____________________________________________________________________________
20123 [ 25173] By: merijn                                on 2005/07/18  16:37:11
20124         Log: Subject: Re: AIX 5.2 localtime bug attack
20125              From: Campo Weijerman <rfc822@nl.ibm.com>
20126              Date: Mon, 18 Jul 2005 17:34:55 +0200
20127              Message-ID: <20050718153455.GA29381@python>
20128              
20129              mday++ is also wday++ and yday++
20130      Branch: perl
20131            ! pp_sys.c
20132 ____________________________________________________________________________
20133 [ 25172] By: rgs                                   on 2005/07/18  15:23:38
20134         Log: Subject: [PATCH] The continuing plod through embed.fnc
20135              From: Andy Lester <andy@petdance.com>
20136              Date: Mon, 18 Jul 2005 10:37:38 -0500
20137              Message-ID: <20050718153738.GB20193@petdance.com>
20138      Branch: perl
20139            ! embed.fnc op.c pad.c pod/perlapi.pod pp_sys.c proto.h
20140            ! regcomp.c utf8.c
20141 ____________________________________________________________________________
20142 [ 25171] By: rgs                                   on 2005/07/18  12:37:02
20143         Log: Subject: [PATCH] RE: blead: no longer supports %vd format
20144              From: Robin Barker <Robin.Barker@npl.co.uk>
20145              Date: Jul 14, 2005 2:31 PM
20146              Message-ID: <533D273D4014D411AB1D00062938C4D90849C730@hotel.npl.co.uk>
20147      Branch: perl
20148            ! perl.h sv.c t/op/sprintf.t
20149 ____________________________________________________________________________
20150 [ 25170] By: merijn                                on 2005/07/18  11:02:01
20151         Log: tests are expected to fail if dirfd () does not exist
20152              make the tests to expect failures in that case
20153      Branch: perl
20154            ! t/op/chdir.t
20155 ____________________________________________________________________________
20156 [ 25169] By: merijn                                on 2005/07/18  10:27:06
20157         Log: 1. Typo detected by Schwern (#25151)
20158              2. Added proza about patches (#25152)
20159              3. dirfd got the wrong define based on previous tests (#25168)
20160      Branch: perl
20161            ! Configure
20162 ____________________________________________________________________________
20163 [ 25167] By: steveh                                on 2005/07/18  09:54:58
20164         Log: Silence compiler warning following change 25157
20165              
20166              (DIE returns Perl_die's return value which is an OP*, not the I32
20167              that Perl_apply is expected to return)
20168      Branch: perl
20169            ! doio.c
20170 ____________________________________________________________________________
20171 [ 25166] By: rgs                                   on 2005/07/18  09:17:45
20172         Log: Subject: Re: [perl #27028] /$/ not honouring /m in some cases
20173              From: Rick Delaney <rick@bort.ca>
20174              Date: Jul 14, 2005 4:10 PM
20175              Message-ID: <20050714141059.GF19090@localhost.localdomain>
20176      Branch: perl
20177            + t/op/regexp_qr_embed.t
20178            ! MANIFEST t/op/regexp.t
20179 ____________________________________________________________________________
20180 [ 25165] By: rgs                                   on 2005/07/18  08:52:25
20181         Log: Subject: [PATCH] perlop: why \c\ cannot be placed just before the terminating delimiter
20182              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
20183              Date: Sun, 17 Jul 2005 11:38:05 +0900
20184              Message-Id: <20050717112557.5921.BQW10602@nifty.com>
20185      Branch: perl
20186            ! pod/perlop.pod
20187 ____________________________________________________________________________
20188 [ 25164] By: steveh                                on 2005/07/18  08:38:27
20189         Log: Subject: Re: Why does our() cross packages? (PATCH)
20190              From: Michael G Schwern <schwern@pobox.com>
20191              Date: Fri, 15 Jul 2005 14:35:18 -0700
20192              Message-ID: <20050715213518.GH6897@windhund.schwern.org>
20193              
20194              (with minor tweaks suggested in subsequent posts)
20195      Branch: perl
20196            ! pod/perlfunc.pod
20197 ____________________________________________________________________________
20198 [ 25163] By: davem                                 on 2005/07/18  00:16:31
20199         Log: perl -Dstv -e'... for min..max' displayed wrong stack elements
20200      Branch: perl
20201            ! pp_ctl.c
20202 ____________________________________________________________________________
20203 [ 25162] By: davem                                 on 2005/07/17  22:07:14
20204         Log: delete a non-fucntioning chown in stat.t: it didn't have gid arg.
20205              Spotted by Gisle Aas.
20206      Branch: perl
20207            ! t/op/stat.t
20208 ____________________________________________________________________________
20209 [ 25161] By: davem                                 on 2005/07/17  20:54:15
20210         Log: document what can be assigned to a shared scalar
20211      Branch: perl
20212            ! ext/threads/shared/shared.pm
20213 ____________________________________________________________________________
20214 [ 25160] By: davem                                 on 2005/07/17  20:12:54
20215         Log: $SIG{__WARN__} = sub { goto &foo } could recurse infinitely
20216      Branch: perl
20217            ! t/op/goto.t util.c
20218 ____________________________________________________________________________
20219 [ 25159] By: davem                                 on 2005/07/17  19:02:10
20220         Log: change #25129 was overzealous in delaying the call to ckWARN
20221      Branch: perl
20222            ! doio.c pp_hot.c toke.c
20223 ____________________________________________________________________________
20224 [ 25158] By: merijn                                on 2005/07/16  13:20:09
20225         Log: Subject: Re: [perl #36569] chop fails on decoded string with trailing nul 
20226              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
20227              Date: Sat, 16 Jul 2005 22:05:13 +0900
20228              Message-Id: <20050716220041.2BDD.BQW10602@nifty.com>
20229      Branch: perl
20230            ! doop.c t/op/chop.t
20231 ____________________________________________________________________________
20232 [ 25157] By: merijn                                on 2005/07/16  08:07:44
20233         Log: Subject: Re: fchmod, fchown, fchdir
20234              From: Gisle Aas <gisle@ActiveState.com>
20235              Date: 15 Jul 2005 02:32:50 -0700
20236              Message-ID: <lrwtnse7nh.fsf@caliper.activestate.com>
20237              
20238              + Schwern's ok -> like changes
20239      Branch: perl
20240            ! doio.c pod/perlfunc.pod pod/perltodo.pod pp_sys.c t/io/fs.t
20241            ! t/op/chdir.t
20242 ____________________________________________________________________________
20243 [ 25156] By: steveh                                on 2005/07/15  16:30:05
20244         Log: Subject: [PATCH] more embed cleanup
20245              From: Andy Lester <andy@petdance.com>
20246              Date: Fri, 15 Jul 2005 10:51:15 -0500
20247              Message-ID: <20050715155115.GC29983@petdance.com>
20248              
20249              (and run regen.pl)
20250      Branch: perl
20251            ! dump.c embed.fnc embed.h hv.c mg.c op.c perl.c pp_ctl.c
20252            ! pp_hot.c pp_pack.c proto.h regcomp.c sv.c utf8.c
20253 ____________________________________________________________________________
20254 [ 25155] By: steveh                                on 2005/07/15  15:50:38
20255         Log: Subject: [perl #36514] Add curl support to CPAN.pm 
20256              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
20257              Date: Fri, 15 Jul 2005 02:11:29 -0700
20258              Message-ID: <rt-3.0.11-36514-117446.9.35668319684652@perl.org>
20259              
20260              (and bump $CPAN::FirstTime::VERSION)
20261      Branch: perl
20262            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
20263 ____________________________________________________________________________
20264 [ 25153] By: steveh                                on 2005/07/15  15:35:55
20265         Log: Subject: Re: [PATCH blead] Re: [perl #3269] no warnings "foo" without "use warnings" turns off all warnings.
20266              From: Michael G Schwern <schwern@pobox.com>
20267              Date: Wed, 13 Jul 2005 15:57:39 -0700
20268              Message-ID: <20050713225739.GN24499@windhund.schwern.org>
20269              
20270              Subject: Re: [PATCH blead] Re: [perl #3269] no warnings "foo" without "use warnings" turns off all warnings.
20271              From: Rick Delaney <rick@bort.ca>
20272              Date: Wed, 13 Jul 2005 20:24:56 -0400
20273              Message-ID: <20050714002456.GD19090@localhost.localdomain>
20274      Branch: perl
20275            ! ext/B/B/Deparse.pm t/op/inc.t
20276 ____________________________________________________________________________
20277 [ 25150] By: steveh                                on 2005/07/15  10:35:55
20278         Log: Fix static extensions when building with nmake on Win32
20279              
20280              They were broken because change 24806 forgot to add -DWITH_STATIC
20281              to the recipe for compiling perllib.c which meant that perllibst.h
20282              was not included and hence although they built OK, the static
20283              extensions could not actually be used!
20284              
20285              In fact, since perllibst.h is always created (it is more or less
20286              empty when static extensions are not being used), there is no need
20287              for -DWITH_STATIC at all. So rather than adding it to Makefile,
20288              just drop it from makefile.mk and perllib.c.
20289              
20290              Also add the missing cleanup of perllibst.h to Makefile.
20291      Branch: perl
20292            ! win32/Makefile win32/makefile.mk win32/perllib.c
20293 ____________________________________________________________________________
20294 [ 25149] By: steveh                                on 2005/07/15  09:04:57
20295         Log: Subject: [perl #7840] Hash Behaviour differs v5.6.0 to v5.6.1 
20296              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
20297              Date: Thu, 14 Jul 2005 16:57:45 -0700
20298              Message-ID: <rt-3.0.11-7840-117401.4.81505529800216@perl.org>
20299              
20300              (with minor tweaks)
20301      Branch: perl
20302            ! pod/perlop.pod
20303 ____________________________________________________________________________
20304 [ 25148] By: steveh                                on 2005/07/15  07:48:31
20305         Log: Subject: [perl #36538] perlfunc/our contradicts itself 
20306              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
20307              Date: Thu, 14 Jul 2005 19:10:51 -0700
20308              Message-ID: <rt-3.0.11-36538-117411.7.57026072725992@perl.org>
20309      Branch: perl
20310            ! pod/perlfunc.pod
20311 ____________________________________________________________________________
20312 [ 25147] By: steveh                                on 2005/07/15  07:44:32
20313         Log: Subject: [perl #24691] leading spaces on cpan configuration causes failure 
20314              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
20315              Date: Tue, 12 Jul 2005 00:00:17 -0700
20316              Message-ID: <rt-3.0.11-24691-116945.3.88254644317925@perl.org>
20317              
20318              (with spaces trimmed from username too)
20319      Branch: perl
20320            ! lib/CPAN/FirstTime.pm
20321 ____________________________________________________________________________
20322 [ 25146] By: merijn                                on 2005/07/15  07:33:01
20323         Log: Subject: [PATCH] Re: [PATCH] was Re: perldoc segfaulting in XS_UNIVERSAL_VERSION
20324              From: Michael G Schwern <schwern@pobox.com>
20325              Date: Fri, 15 Jul 2005 00:49:12 -0700
20326              Message-ID: <20050715074911.GA16512@windhund.schwern.org>
20327      Branch: perl
20328            ! t/op/universal.t
20329 ____________________________________________________________________________
20330 [ 25145] By: merijn                                on 2005/07/15  06:49:16
20331         Log: Subject: [PATCH] Missing tie() call in NDBM_File SYNOPSIS
20332              From: Matt Sergeant <matt@sergeant.org>
20333              Date: Thu, 14 Jul 2005 16:53:03 -0400
20334              Message-Id: <28baf339c3b78cc40017066b9dc7cffb@sergeant.org>
20335      Branch: perl
20336            ! ext/NDBM_File/NDBM_File.pm
20337 ____________________________________________________________________________
20338 [ 25144] By: merijn                                on 2005/07/15  06:33:21
20339         Log: Subject: Typo in t/op/stat.t
20340              From: Gisle Aas <gisle@ActiveState.com>
20341              Date: 14 Jul 2005 23:20:18 -0700
20342              Message-ID: <lr64vcfv4t.fsf@caliper.activestate.com>
20343      Branch: perl
20344            ! t/op/stat.t
20345 ____________________________________________________________________________
20346 [ 25143] By: steveh                                on 2005/07/14  16:08:00
20347         Log: Subject: Re: [perl #36507] File::Copy::copy($foo, $foo) dies
20348              From: Michael G Schwern <schwern@pobox.com>
20349              Date: Tue, 12 Jul 2005 15:51:18 -0700
20350              Message-ID: <20050712225118.GA944@windhund.schwern.org>
20351              
20352              (and update SKIP counts)
20353      Branch: perl
20354            ! lib/File/Copy.pm lib/File/Copy.t
20355 ____________________________________________________________________________
20356 [ 25142] By: steveh                                on 2005/07/14  08:12:11
20357         Log: Subject: [perl #5634] CPAN.pm v1.59 chdirs before looking for perl 
20358              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
20359              Date: Mon, 11 Jul 2005 22:41:06 -0700
20360              Message-ID: <rt-3.0.11-5634-116921.0.207462087357797@perl.org>
20361      Branch: perl
20362            ! lib/CPAN.pm
20363 ____________________________________________________________________________
20364 [ 25141] By: nicholas                              on 2005/07/13  19:43:40
20365         Log: Subject: [PATCH] was Re: perldoc segfaulting in XS_UNIVERSAL_VERSION
20366              From: John Peacock <jpeacock@rowman.com>
20367              Message-ID: <42D55C46.5030905@rowman.com>
20368              Date: Wed, 13 Jul 2005 14:24:06 -0400
20369      Branch: perl
20370            ! universal.c
20371 ____________________________________________________________________________
20372 [ 25140] By: merijn                                on 2005/07/13  17:22:07
20373         Log: Subject: [perl #9565] [PATCH] /op/groups.t bug 
20374              From: "Steve Peters via RT" <perlbug-followup@perl.org>
20375              Date: Wed, 13 Jul 2005 06:51:45 -0700
20376              Message-ID: <rt-3.0.11-9565-117185.14.6331240065229@perl.org>
20377      Branch: perl
20378            ! t/op/groups.t
20379 ____________________________________________________________________________
20380 [ 25139] By: merijn                                on 2005/07/13  16:52:48
20381         Log: Subject: Re: Smoke [5.9.3] 25093 FAIL(F) openbsd 3.7 (macppc/1 cpu)
20382              From: Steve Peters <steve@fisharerojo.org>
20383              Date: Fri, 8 Jul 2005 16:42:56 -0500
20384              Message-ID: <20050708214256.GA14164@mccoy.peters.homeunix.org>
20385      Branch: perl
20386            ! t/io/dup.t t/io/open.t
20387 ____________________________________________________________________________
20388 [ 25138] By: merijn                                on 2005/07/13  16:37:48
20389         Log: Subject: [PATCH] More embed.fnc plowing
20390              From: Andy Lester <andy@petdance.com>
20391              Date: Wed, 13 Jul 2005 10:49:19 -0500
20392              Message-ID: <20050713154919.GA24586@petdance.com>
20393      Branch: perl
20394            ! embed.fnc gv.c hv.c op.c pad.c perlio.c pp_ctl.c pp_hot.c
20395            ! proto.h toke.c
20396 ____________________________________________________________________________
20397 [ 25137] By: merijn                                on 2005/07/13  16:27:43
20398         Log: Subject: [PATCH] Error in earlier patch in sv.c
20399              From: Robin Barker <Robin.Barker@npl.co.uk>
20400              Date: Wed, 13 Jul 2005 17:29:48 +0100
20401              Message-ID: <533D273D4014D411AB1D00062938C4D90849C72B@hotel.npl.co.uk>
20402      Branch: perl
20403            ! sv.c t/op/sprintf.t
20404 ____________________________________________________________________________
20405 [ 25136] By: steveh                                on 2005/07/13  13:39:44
20406         Log: Make -V "Compile-time options" list everything used in makedef.pl
20407      Branch: perl
20408            ! perl.c
20409 ____________________________________________________________________________
20410 [ 25135] By: steveh                                on 2005/07/13  09:48:10
20411         Log: Subject: Re: [perl #25157] [PATCH] Text-Balanced extract_quotelike fails on certain delims in HERE docs
20412              From: David Manura <dm.list@math2.org>
20413              Date: Wed, 21 Jan 2004 20:59:27 -0500
20414              Message-ID: <400F2E7F.9090601@math2.org>
20415              
20416              Fixes perl #25151, 25154, 25156, 25157, 25158 using jumbo patch
20417              included in perl #25157.
20418      Branch: perl
20419            ! lib/Text/Balanced.pm lib/Text/Balanced/t/extmul.t
20420            ! lib/Text/Balanced/t/extqlk.t
20421 ____________________________________________________________________________
20422 [ 25134] By: steveh                                on 2005/07/13  09:23:37
20423         Log: Subject: [PATCH] #2 try at Text::Balanced patch and maintainership
20424              From: Tels <nospam-abuse@bloodgate.com>
20425              Date: Sat, 9 Jul 2005 23:10:29 +0200
20426              Message-Id: <200507092310.30592@bloodgate.com>
20427              
20428              (with minor tweaks)
20429      Branch: perl
20430            ! lib/Text/Balanced.pm
20431 ____________________________________________________________________________
20432 [ 25133] By: steveh                                on 2005/07/13  08:34:53
20433         Log: Subject: [perl #28385] minor bug in cpan -- the i command does not find author 
20434              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
20435              Date: Tue, 12 Jul 2005 00:16:49 -0700
20436              Message-ID: <rt-3.0.11-28385-116951.3.97645870397305@perl.org>
20437              
20438              (and remove a couple of unused variables)
20439      Branch: perl
20440            ! lib/CPAN.pm
20441 ____________________________________________________________________________
20442 [ 25132] By: steveh                                on 2005/07/13  07:52:21
20443         Log: Subject: [perl #24275] CPAN shell - online help not clear 
20444              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
20445              Date: Mon, 11 Jul 2005 23:32:12 -0700
20446              Message-ID: <rt-3.0.11-24275-116939.19.7381888978779@perl.org>
20447      Branch: perl
20448            ! lib/CPAN.pm
20449 ____________________________________________________________________________
20450 [ 25131] By: merijn                                on 2005/07/13  06:37:41
20451         Log: Subject: [PATCH] Re: Documentation error in IO::Socket
20452              From: Michael G Schwern <schwern@pobox.com>
20453              Date: Tue, 12 Jul 2005 13:18:34 -0700
20454              Message-ID: <20050712201834.GA29275@windhund.schwern.org>
20455      Branch: perl
20456            ! ext/IO/lib/IO/Socket.pm
20457 ____________________________________________________________________________
20458 [ 25130] By: merijn                                on 2005/07/13  06:27:48
20459         Log: Subject: [perl #6749] Perl debugger outputs ctrl-\ wrongly 
20460              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
20461              Date: Tue, 12 Jul 2005 15:36:54 -0700
20462              Message-ID: <rt-3.0.11-6749-117055.16.4354496694007@perl.org>
20463      Branch: perl
20464            ! lib/dumpvar.pl
20465 ____________________________________________________________________________
20466 [ 25129] By: davem                                 on 2005/07/13  00:21:13
20467         Log: make the expensive ckWARN() be called as late as possible
20468              reorganise
20469              if (ckWARN(FOO) && should_not_happen_condition)
20470              to
20471              if (should_not_happen_condition && ckWARN(FOO))
20472      Branch: perl
20473            ! doio.c gv.c op.c pad.c perlio.c pp.c pp_hot.c pp_pack.c
20474            ! pp_sys.c regcomp.c regexec.c sv.c toke.c
20475 ____________________________________________________________________________
20476 [ 25128] By: davem                                 on 2005/07/12  18:46:34
20477         Log: Subject: Make PERL_MEM_LOG more portable.
20478              From:  Jarkko Hietaniemi <jhietaniemi@gmail.com>
20479              Date:  Mon, 11 Jul 2005 15:29:46 +0300
20480              Message-Id:  <42D2663A.4050204@gmail.com>
20481      Branch: perl
20482            ! handy.h pod/perlhack.pod util.c
20483 ____________________________________________________________________________
20484 [ 25127] By: davem                                 on 2005/07/12  18:29:43
20485         Log: S_pad_findlex has side effects, so its return value may be ignored
20486      Branch: perl
20487            ! embed.fnc pad.c proto.h
20488 ____________________________________________________________________________
20489 [ 25126] By: davem                                 on 2005/07/12  18:15:48
20490         Log: get_?v have side effects, so their return values may be ignored
20491      Branch: perl
20492            ! embed.fnc proto.h
20493 ____________________________________________________________________________
20494 [ 25125] By: steveh                                on 2005/07/12  16:30:16
20495         Log: Subject: [perl #24119] CPAN.pm error in Win32: uses rename() not File::Copy::move 
20496              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
20497              Date: Mon, 11 Jul 2005 23:24:56 -0700
20498              Message-ID: <rt-3.0.11-24119-116937.12.0211560107236@perl.org>
20499      Branch: perl
20500            ! lib/CPAN.pm
20501 ____________________________________________________________________________
20502 [ 25124] By: steveh                                on 2005/07/12  16:18:22
20503         Log: Subject: [perl #17487] ncftp only handles http 
20504              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
20505              Date: Mon, 11 Jul 2005 23:19:06 -0700
20506              Message-ID: <rt-3.0.11-17487-116934.11.3382445877892@perl.org>
20507              
20508              (and bump $VERSION (1.76_01 is a CPAN release already))
20509      Branch: perl
20510            ! lib/CPAN.pm
20511 ____________________________________________________________________________
20512 [ 25123] By: steveh                                on 2005/07/12  13:19:51
20513         Log: Subject: Re: Scalar leaked in 'local $0' under ithreads + taint mode
20514              From: Steve Hay <steve.hay@uk.radan.com>
20515              Date: Mon, 11 Jul 2005 13:29:37 +0100
20516              Message-ID: <42D26631.1070500@uk.radan.com>
20517      Branch: perl
20518            ! sv.c
20519 ____________________________________________________________________________
20520 [ 25122] By: steveh                                on 2005/07/12  11:42:07
20521         Log: Subject: [perl #36502] File::Copy::mv fails to replicate behavior of Unix mv 
20522              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
20523              Date: Mon, 11 Jul 2005 19:16:10 -0700
20524              Message-ID: <rt-3.0.11-36502-116917.0.56038652013207@perl.org>
20525      Branch: perl
20526            ! lib/File/Copy.t
20527 ____________________________________________________________________________
20528 [ 25121] By: steveh                                on 2005/07/12  11:33:01
20529         Log: Subject: [PATCH] Cleanup File::Copy tests
20530              From: Michael G Schwern <schwern@pobox.com>
20531              Date: Mon, 11 Jul 2005 18:45:42 -0700
20532              Message-ID: <20050712014542.GB20855@windhund.schwern.org>
20533              
20534              (and fix the SKIP: {} blocks to say $how_many)
20535      Branch: perl
20536            ! lib/File/Copy.t
20537 ____________________________________________________________________________
20538 [ 25120] By: steveh                                on 2005/07/12  11:03:55
20539         Log: Subject: Re: [perl #36502] File::Copy::mv fails to replicate behavior of Unix mv
20540              From: Michael G Schwern <schwern@pobox.com>
20541              Date: Mon, 11 Jul 2005 17:35:14 -0700
20542              Message-ID: <20050712003514.GA20132@windhund.schwern.org>
20543      Branch: perl
20544            ! lib/File/Copy.pm
20545 ____________________________________________________________________________
20546 [ 25119] By: steveh                                on 2005/07/12  09:01:11
20547         Log: Missed a New() -> Newx().
20548              
20549              This one only had 3 args to start with! Presumably nobody uses
20550              YYERROR_VERBOSE.  (The yystpcpy() calls don't look right either,
20551              but someone else that is interested in YYERROR_VERBOSE will have
20552              to look into that.)
20553      Branch: perl
20554            ! perly.c
20555 ____________________________________________________________________________
20556 [ 25118] By: steveh                                on 2005/07/12  08:46:13
20557         Log: Hack out -DL documentation from perldebuguts.pod
20558              
20559              Now that the perl core uses Newx*() rather than New*() this chunk
20560              of old documentation is more obsolete than ever before.
20561      Branch: perl
20562            ! pod/perldebguts.pod
20563 ____________________________________________________________________________
20564 [ 25117] By: steveh                                on 2005/07/12  08:20:11
20565         Log: Fix worrying typo in handy.h :-s
20566      Branch: perl
20567            ! handy.h
20568 ____________________________________________________________________________
20569 [ 25116] By: steveh                                on 2005/07/12  08:17:47
20570         Log: Change New*() to Newx*() in various comments and documentation
20571      Branch: perl
20572            ! handy.h perl.c pod/perlclib.pod pod/perlguts.pod
20573            ! pod/perlhack.pod sv.c
20574 ____________________________________________________________________________
20575 [ 25115] By: steveh                                on 2005/07/12  07:48:51
20576         Log: Subject: [patch: handy.c]  update Newx API pod to mention PERL_MEM_LOG build opt
20577              From: Jim Cromie <jcromie@divsol.com>
20578              Date: Mon, 11 Jul 2005 19:18:02 -0600
20579              Message-ID: <42D31A4A.1020305@divsol.com>
20580              
20581              (with some minor tweaks)
20582      Branch: perl
20583            ! handy.h pod/perlapi.pod
20584 ____________________________________________________________________________
20585 [ 25114] By: merijn                                on 2005/07/12  06:26:39
20586         Log: Subject: [PATCH t/TEST] Understand "ok" with no number
20587              From: Michael G Schwern <schwern@pobox.com>
20588              Date: Mon, 11 Jul 2005 18:41:30 -0700
20589              Message-ID: <20050712014130.GA20855@windhund.schwern.org>
20590      Branch: perl
20591            ! t/TEST
20592 ____________________________________________________________________________
20593 [ 25113] By: steveh                                on 2005/07/11  15:54:46
20594         Log: Subject: [patch: sv.c] reuse new_body_inline in Perl_new_body
20595              From: Jim Cromie <jcromie@divsol.com>
20596              Date: Sun, 10 Jul 2005 15:59:30 -0600
20597              Message-ID: <42D19A42.8040409@divsol.com>
20598      Branch: perl
20599            ! sv.c
20600 ____________________________________________________________________________
20601 [ 25112] By: steveh                                on 2005/07/11  15:19:11
20602         Log: Subject: [PATCH] perlfunc.pod
20603              From: "Piotr Fusik" <pfusik@op.pl>
20604              Date:      Sat, 9 Jul 2005 16:21:05 +0200
20605              Message-ID: <01de01c58491$f3182f60$a6d24dd5@piec>
20606      Branch: perl
20607            ! pod/perlfunc.pod
20608 ____________________________________________________________________________
20609 [ 25111] By: steveh                                on 2005/07/11  14:41:27
20610         Log: Subject: [patch hv.h doc] HvNAME
20611              From: Stas Bekman <stas@stason.org>
20612              Date: Fri, 08 Jul 2005 13:52:13 +0300
20613              Message-ID: <42CE5ADD.3020003@stason.org>
20614              
20615              Subject: Re: [patch hv.h doc] HvNAME
20616              From: Nicholas Clark <nick@ccl4.org>
20617              Date: Sat, 9 Jul 2005 15:23:51 +0100
20618              Message-ID: <20050709142351.GT15833@plum.flirble.org>
20619      Branch: perl
20620            ! hv.h pod/perlapi.pod
20621 ____________________________________________________________________________
20622 [ 25110] By: davem                                 on 2005/07/10  23:04:26
20623         Log: no code before declarations!
20624      Branch: perl
20625            ! doio.c
20626 ____________________________________________________________________________
20627 [ 25109] By: davem                                 on 2005/07/10  20:02:07
20628         Log: From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
20629              Date: Sun, 10 Jul 2005 21:50:27 +0300
20630              Subject: [PATCH] yet another way of debugging memory allocations
20631              Message-ID: <42D16DF3.4040806@gmail.com>
20632              
20633              tweak PERL_MEM_LOG
20634      Branch: perl
20635            ! handy.h pod/perlhack.pod util.c
20636 ____________________________________________________________________________
20637 [ 25108] By: davem                                 on 2005/07/10  19:57:31
20638         Log: run regen.pl
20639      Branch: perl
20640            ! embed.h proto.h
20641 ____________________________________________________________________________
20642 [ 25107] By: merijn                                on 2005/07/10  19:19:56
20643         Log: Subject: [PATCH] Making my way thru embed.fnc
20644              From: Andy Lester <andy@petdance.com>
20645              Date: Sun, 10 Jul 2005 14:36:35 -0500
20646              Message-ID: <20050710193635.GC8081@petdance.com>
20647      Branch: perl
20648            ! doio.c doop.c embed.fnc gv.c hv.c op.c perl.c pp_ctl.c
20649            ! pp_hot.c regexec.c toke.c util.c
20650 ____________________________________________________________________________
20651 [ 25106] By: davem                                 on 2005/07/10  13:53:49
20652         Log: Re: [perl #36207] UTF8/Latin 1/i regexp "Malformed character" warning
20653              From: demerphq <demerphq@gmail.com>
20654              Message-ID: <9b18b3110507080807f16d1eb@mail.gmail.com>
20655              Date: Fri, 8 Jul 2005 17:07:26 +0200
20656              
20657              Fix trie codepath of mixed utf8/latin1 pattern matches
20658      Branch: perl
20659            ! regexec.c t/op/pat.t
20660 ____________________________________________________________________________
20661 [ 25105] By: davem                                 on 2005/07/10  12:29:25
20662         Log: Message-ID: <42D0F25E.3040801@gmail.com>
20663              Date: Sun, 10 Jul 2005 13:03:10 +0300
20664              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
20665              Subject: [PATCH] yet another way of debugging memory allocations
20666              
20667              adds PERL_MEM_LOG and PERL_MEM_LOG_STDERR options
20668      Branch: perl
20669            ! handy.h util.c
20670 ____________________________________________________________________________
20671 [ 25104] By: davem                                 on 2005/07/10  11:39:50
20672         Log: silence some compiler warnings
20673      Branch: perl
20674            ! embed.fnc gv.h proto.h
20675 ____________________________________________________________________________
20676 [ 25103] By: davem                                 on 2005/07/10  11:15:32
20677         Log: extend MEM_WRAP_CHECK supress warning hack to MEM_WRAP_CHECK_*
20678      Branch: perl
20679            ! handy.h
20680 ____________________________________________________________________________
20681 [ 25102] By: nicholas                              on 2005/07/09  15:44:17
20682         Log: sv_dec is supposed to go *down*, m'kay.
20683      Branch: perl
20684            ! sv.c t/op/inc.t
20685 ____________________________________________________________________________
20686 [ 25101] By: steveh                                on 2005/07/08  16:35:10
20687         Log: Subject: Re: janitorial work ? [patch]
20688              From: Jim Cromie <jcromie@divsol.com>
20689              Date: Wed, 06 Jul 2005 14:19:53 -0600
20690              Message-ID: <42CC3CE9.5050606@divsol.com>
20691              
20692              (reverted all dual-lived modules since they must work with older
20693              perls too so must wait for a new Devel::PPPort)
20694      Branch: perl
20695            ! NetWare/nw5.c av.c bytecode.pl cygwin/cygwin.c djgpp/djgpp.c
20696            ! doio.c doop.c dump.c ext/B/B/C.pm ext/B/C/C.xs
20697            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
20698            ! ext/Devel/DProf/DProf.xs ext/DynaLoader/dl_aix.xs
20699            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_vms.xs
20700            ! ext/File/Glob/bsd_glob.c ext/ODBM_File/ODBM_File.xs
20701            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs ext/Socket/Socket.xs
20702            ! ext/XS/Typemap/Typemap.xs gv.c handy.h hv.c locale.c op.c op.h
20703            ! os2/OS2/REXX/REXX.xs os2/os2.c perl.c perlio.c pod/perlapi.pod
20704            ! pp.c pp_ctl.c pp_pack.c pp_sort.c pp_sys.c reentr.c reentr.pl
20705            ! regcomp.c regexec.c scope.c sv.c toke.c utf8.c util.c
20706            ! vmesa/vmesa.c vms/vms.c win32/perlhost.h win32/win32.c
20707            ! win32/win32sck.c wince/perlhost.h wince/wince.c
20708 ____________________________________________________________________________
20709 [ 25100] By: nicholas                              on 2005/07/08  15:57:37
20710         Log: We no longer default to creating a new SV for GvSV.
20711      Branch: perl
20712            ! perl.h
20713 ____________________________________________________________________________
20714 [ 25099] By: nicholas                              on 2005/07/08  15:57:16
20715         Log: DEFSV causes GvSVn() to be used in lvalue context.
20716              Not sure if instead we should recode DEFSV to avoid this, and leave
20717              GvSVn() as rvalue only, like its namesakes.
20718      Branch: perl
20719            ! gv.h
20720 ____________________________________________________________________________
20721 [ 25098] By: steveh                                on 2005/07/08  10:04:24
20722         Log: Subject: Re: [PATCH] Pod::Html - correctly link to =item's on the same page
20723              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
20724              Date: Thu, 7 Jul 2005 15:05:51 -0700
20725              Message-ID: <20050707220551.GB2388@efn.org>
20726              
20727              (plus fix a couple of POD warnings)
20728      Branch: perl
20729            ! pod/perlglossary.pod
20730 ____________________________________________________________________________
20731 [ 25097] By: steveh                                on 2005/07/08  09:48:50
20732         Log: Subject: [PATCH] basename() and suffixes
20733              From: Michael G Schwern <schwern@pobox.com>
20734              Date: Thu, 7 Jul 2005 15:38:32 -0700
20735              Message-ID: <20050707223832.GA4782@windhund.schwern.org>
20736      Branch: perl
20737            ! lib/File/Basename.pm lib/File/Basename.t
20738 ____________________________________________________________________________
20739 [ 25096] By: steveh                                on 2005/07/08  08:43:07
20740         Log: Subject: Re: [perl #36477] File::Basename basename() bug
20741              From: Michael G Schwern <schwern@pobox.com>
20742              Date: Thu, 7 Jul 2005 14:16:01 -0700
20743              Message-ID: <20050707211601.GA3769@windhund.schwern.org>
20744      Branch: perl
20745            ! lib/File/Basename.pm lib/File/Basename.t
20746 ____________________________________________________________________________
20747 [ 25095] By: davem                                 on 2005/07/08  01:43:24
20748         Log: UTF8/Latin 1/i regexp "Malformed character" warning
20749              $utf8 =~ /latin/i didn't match. 
20750              Also added TODO for $latin =~ /utf8/i which also fails
20751      Branch: perl
20752            ! t/op/pat.t utf8.c
20753 ____________________________________________________________________________
20754 [ 25094] By: davem                                 on 2005/07/07  14:47:51
20755         Log: more taint fallout from change 24943
20756      Branch: perl
20757            ! mg.c scope.c t/op/taint.t
20758 ____________________________________________________________________________
20759 [ 25093] By: merijn                                on 2005/07/07  13:26:32
20760         Log: Subject: [PATCH] bug with charnames::viacode("0x1234") and optimize it
20761              From: Tels <nospam-abuse@bloodgate.com>
20762              Date: Wed, 6 Jul 2005 21:11:59 +0200
20763              Message-Id: <200507062112.12159@bloodgate.com>
20764      Branch: perl
20765            ! lib/charnames.pm
20766 ____________________________________________________________________________
20767 [ 25092] By: steveh                                on 2005/07/07  12:11:38
20768         Log: Subject: ReadParse in the CGI docs
20769              From: "Ton Hospel" <me-02@ton.iguana.be>
20770              Date: 9 Oct 2003 15:04:53 -0000
20771              To: perlbug@perl.org
20772              
20773              (plus blank lines so example code is in verbatim paragraphs,
20774              and bump $VERSION)
20775      Branch: perl
20776            ! lib/CGI.pm
20777 ____________________________________________________________________________
20778 [ 25091] By: steveh                                on 2005/07/07  11:21:41
20779         Log: Subject: [PATCH] Mention File::Spec in File::Basename
20780              From: Michael G Schwern <schwern@pobox.com>
20781              Date: Wed, 6 Jul 2005 13:06:20 -0700
20782              Message-ID: <20050706200620.GE15644@windhund.schwern.org>
20783              
20784              (plus bump $VERSION)
20785      Branch: perl
20786            ! lib/File/Basename.pm
20787 ____________________________________________________________________________
20788 [ 25090] By: steveh                                on 2005/07/07  11:06:17
20789         Log: Subject: [perl #22236] File::Basename behavior is misleading 
20790              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
20791              Date: 6 Jul 2005 19:45:40 -0000
20792              Message-ID: <rt-3.0.11-22236-116656.1.59163789180809@perl.org>
20793      Branch: perl
20794            ! lib/File/Basename.pm lib/File/Basename.t
20795 ____________________________________________________________________________
20796 [ 25089] By: steveh                                on 2005/07/07  09:22:48
20797         Log: Subject: [PATCH] Further lies in the File::Basename docs
20798              From: Michael G Schwern <schwern@pobox.com>
20799              Date: Wed, 6 Jul 2005 09:22:32 -0700
20800              Message-ID: <20050706162232.GA14495@windhund.schwern.org>
20801              
20802              (plus some minor POD changes and a bug fix)
20803      Branch: perl
20804            ! lib/File/Basename.pm lib/File/Basename.t
20805 ____________________________________________________________________________
20806 [ 25088] By: davem                                 on 2005/07/07  00:11:00
20807         Log: bytes pragma error in substitution operator
20808      Branch: perl
20809            ! pp_ctl.c t/op/subst.t
20810 ____________________________________________________________________________
20811 [ 25087] By: davem                                 on 2005/07/06  20:09:29
20812         Log: 'undef $@; die' gives uninint value warning
20813      Branch: perl
20814            ! pp_sys.c t/op/die.t
20815 ____________________________________________________________________________
20816 [ 25086] By: steveh                                on 2005/07/06  09:36:08
20817         Log: Subject: [PATCH] File::Basename doc overhaul
20818              From: Michael G Schwern <schwern@pobox.com>
20819              Date: Tue, 5 Jul 2005 20:11:27 -0700
20820              Message-ID: <20050706031127.GL9227@windhund.schwern.org>
20821              
20822              (with some minor changes)
20823      Branch: perl
20824            ! lib/File/Basename.pm
20825 ____________________________________________________________________________
20826 [ 25085] By: steveh                                on 2005/07/06  08:05:21
20827         Log: Subject: [PATCH @ 25084] simple authors removal
20828              From: Vadim Konovalov <vadim@vkonovalov.ru>
20829              Date: Wed, 06 Jul 2005 00:15:48 +0400
20830              Message-ID: <42CAEA74.1020108@vkonovalov.ru>
20831      Branch: perl
20832            ! AUTHORS
20833 ____________________________________________________________________________
20834 [ 25084] By: davem                                 on 2005/07/05  18:17:34
20835         Log: a long /etc/groups entry could cause memory exhaustion.
20836              Too small a buffer would cause ERANGE and a retry with double the
20837              buffer size. later at EOF, the apparent error got 'stuck' as
20838              ERANGE rather than ENOENT, so the buffer size doubled recursively 
20839      Branch: perl
20840            ! reentr.h reentr.pl
20841 ____________________________________________________________________________
20842 [ 25083] By: steveh                                on 2005/07/05  16:55:29
20843         Log: Subject: [PATCH] Pod::Html - correctly link to =item's on the same page
20844              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
20845              Date: Mon, 4 Jul 2005 02:07:38 -0700
20846              Message-ID: <20050704090738.GA4056@efn.org>
20847              
20848              (plus a new test, although it is currently marked TODO)
20849      Branch: perl
20850            + lib/Pod/t/htmllink.pod lib/Pod/t/htmllink.t
20851            ! MANIFEST lib/Pod/Html.pm
20852 ____________________________________________________________________________
20853 [ 25082] By: steveh                                on 2005/07/05  16:54:11
20854         Log: Oops! Change 25080 should have updated checksums too.
20855      Branch: perl
20856            ! ext/Digest/MD5/t/files.t
20857 ____________________________________________________________________________
20858 [ 25081] By: davem                                 on 2005/07/05  13:01:23
20859         Log: change 24943 broke restoration of localized taint values
20860      Branch: perl
20861            ! mg.c t/op/taint.t
20862 ____________________________________________________________________________
20863 [ 25080] By: steveh                                on 2005/07/05  10:32:08
20864         Log: Remove an unreferenced local variable in Digest-MD5
20865      Branch: perl
20866            ! ext/Digest/MD5/MD5.pm ext/Digest/MD5/MD5.xs
20867 ____________________________________________________________________________
20868 [ 25079] By: nicholas                              on 2005/07/04  19:36:51
20869         Log: Subject: [PATCH] Remove unnecessary null check
20870              From: Andy Lester <andy@petdance.com>
20871              Date: Mon, 4 Jul 2005 14:12:00 -0500
20872              Message-ID: <20050704191200.GA2614@petdance.com>
20873      Branch: perl
20874            ! embed.fnc hv.c proto.h
20875 ____________________________________________________________________________
20876 [ 25078] By: nicholas                              on 2005/07/04  19:07:31
20877         Log: Make the tests for hv_free_ent and hv_delayfree_ent pass under
20878              -DPURIFY too.
20879      Branch: perl
20880            ! ext/XS/APItest/APItest.xs
20881 ____________________________________________________________________________
20882 [ 25077] By: merijn                                on 2005/07/04  18:47:02
20883         Log: Subject: [PATCH] Better string constant in hv.c
20884              From: Andy Lester <andy@petdance.com>
20885              Date: Mon, 4 Jul 2005 13:53:49 -0500
20886              Message-ID: <20050704185349.GA2351@petdance.com>
20887      Branch: perl
20888            ! hv.c
20889 ____________________________________________________________________________
20890 [ 25076] By: steveh                                on 2005/07/04  16:15:37
20891         Log: Add regression test for change 25062
20892      Branch: perl
20893            ! t/op/magic.t
20894 ____________________________________________________________________________
20895 [ 25075] By: steveh                                on 2005/07/04  15:57:32
20896         Log: Use void, not void *, to suppress RETVAL (and compiler warning)
20897      Branch: perl
20898            ! ext/XS/APItest/APItest.xs
20899 ____________________________________________________________________________
20900 [ 25074] By: steveh                                on 2005/07/04  15:36:04
20901         Log: Perl_share_hek needs exporting for change 25070 on Win32
20902      Branch: perl
20903            ! embed.fnc embed.h global.sym
20904 ____________________________________________________________________________
20905 [ 25073] By: steveh                                on 2005/07/04  15:34:11
20906         Log: Regen after change 25067
20907      Branch: perl
20908            ! proto.h
20909 ____________________________________________________________________________
20910 [ 25072] By: nicholas                              on 2005/07/04  15:03:32
20911         Log: Implement hv_delayfree_ent in terms of hv_free_ent
20912      Branch: perl
20913            ! hv.c
20914 ____________________________________________________________________________
20915 [ 25071] By: steveh                                on 2005/07/04  14:53:54
20916         Log: Subject: [PATCH] Skip nit in t/op/lfs.t
20917              From: Steve Peters <steve@fisharerojo.org>
20918              Date: Mon, 4 Jul 2005 10:10:13 -0500
20919              Message-ID: <20050704151013.GA18468@mccoy.peters.homeunix.org>
20920      Branch: perl
20921            ! t/op/lfs.t
20922 ____________________________________________________________________________
20923 [ 25070] By: nicholas                              on 2005/07/04  14:45:40
20924         Log: Tests for hv_delayfree_ent and hv_free_ent
20925      Branch: perl
20926            ! ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
20927            ! ext/XS/APItest/t/hash.t
20928 ____________________________________________________________________________
20929 [ 25069] By: nicholas                              on 2005/07/04  13:56:39
20930         Log: Provide a macro version of S_new_body to inline it within the hot code.
20931      Branch: perl
20932            ! sv.c
20933 ____________________________________________________________________________
20934 [ 25068] By: steveh                                on 2005/07/04  13:21:36
20935         Log: Borland's .pdb files are called .tds
20936      Branch: perl
20937            ! win32/makefile.mk
20938 ____________________________________________________________________________
20939 [ 25067] By: steveh                                on 2005/07/04  12:30:50
20940         Log: Subject: [PATCH] Post-YAPC consting, now with an attachment!
20941              From: Andy Lester <andy@petdance.com>
20942              Date: Sun, 3 Jul 2005 18:31:56 -0500
20943              Message-ID: <20050703233156.GA20967@petdance.com>
20944      Branch: perl
20945            ! deb.c embed.fnc gv.c pad.c sv.c toke.c util.c
20946 ____________________________________________________________________________
20947 [ 25066] By: nicholas                              on 2005/07/04  10:41:28
20948         Log: Inlining del_HE is actually a space optimisation.
20949              It's therefore likely also to be a speed optimisation. :-)
20950      Branch: perl
20951            ! embed.fnc embed.h hv.c proto.h
20952 ____________________________________________________________________________
20953 [ 25065] By: steveh                                on 2005/07/04  10:40:10
20954         Log: Subject: [PATCH] perlglossary.pod: add jump points
20955              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
20956              Date: Mon, 4 Jul 2005 02:07:52 -0700
20957              Message-ID: <20050704090752.GB4056@efn.org>
20958      Branch: perl
20959            ! pod/perlglossary.pod
20960 ____________________________________________________________________________
20961 [ 25064] By: nicholas                              on 2005/07/04  10:24:26
20962         Log: sv_setuv_mg is so rarely called that the IV optimisation test is not
20963              needed.
20964      Branch: perl
20965            ! sv.c
20966 ____________________________________________________________________________
20967 [ 25063] By: steveh                                on 2005/07/04  10:13:41
20968         Log: Subject: Re: How to suppress warnings when building Errno with gcc
20969              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
20970              Date: Fri, 1 Jul 2005 10:56:23 -0700
20971              Message-ID: <20050701175623.GD216@efn.org>
20972      Branch: perl
20973            ! ext/Errno/Errno_pm.PL
20974 ____________________________________________________________________________
20975 [ 25062] By: steveh                                on 2005/07/04  09:17:06
20976         Log: Fix change 25045
20977      Branch: perl
20978            ! mg.c
20979 ____________________________________________________________________________
20980 [ 25061] By: steveh                                on 2005/07/04  08:26:38
20981         Log: Here's the rest of change 25058 ;-)
20982      Branch: perl
20983            ! embed.h global.sym
20984 ____________________________________________________________________________
20985 [ 25060] By: davem                                 on 2005/07/04  08:11:33
20986         Log: Subject:  Re: [PATCH] Re: [PATCH] Re: a blead warning from tru64
20987              From:  Jarkko Hietaniemi <jhietaniemi@gmail.com>
20988              Date:  Mon, 04 Jul 2005 00:19:28 +0300
20989              Message-Id:  <42C85660.50807@gmail.com>
20990      Branch: perl
20991            ! perl.h
20992 ____________________________________________________________________________
20993 [ 25059] By: steveh                                on 2005/07/04  08:10:27
20994         Log: Stop reentr.pl changing EOL on the files it writes on Win32
20995      Branch: perl
20996            ! reentr.pl
20997 ____________________________________________________________________________
20998 [ 25058] By: steveh                                on 2005/07/04  08:09:36
20999         Log: Perl_ckwarn (added by change 25050) needs exporting on Win32
21000              
21001              (At least PerlIO/via uses it, so it must be public)
21002      Branch: perl
21003            ! embed.fnc
21004 ____________________________________________________________________________
21005 [ 25055] By: nicholas                              on 2005/07/02  21:19:09
21006         Log: Andy suggests this tweak to Dave's fix for MEM_WRAP_CHECK to shut up
21007              a different compiler warnings. I guess we need a waterbed theory of
21008              compiler warnings.
21009      Branch: perl
21010            ! handy.h
21011 ____________________________________________________________________________
21012 [ 25054] By: nicholas                              on 2005/07/02  16:53:09
21013         Log: Convert bless.t to test.pl
21014      Branch: perl
21015            ! t/op/bless.t
21016 ____________________________________________________________________________
21017 [ 25053] By: nicholas                              on 2005/07/02  16:25:06
21018         Log: Copying the first parameter in the macro del_body seems to reduce
21019              code size.  Presumably an expression is no longer evaluated twice.
21020      Branch: perl
21021            ! sv.c
21022 ____________________________________________________________________________
21023 [ 25052] By: davem                                 on 2005/07/02  16:11:46
21024         Log: do just-in-time loading of Carp.pm in some modules
21025              
21026              From: Tels <nospam-abuse@bloodgate.com>
21027              Subject: [PATCH] No Carp #4 AutoSplit.pm
21028              Subject: [PATCH] no Carp #5 (File::Path)
21029              Subject: [PATCH] no Carp #7 - charnames.pm
21030              Subject: [PATCH] no Carp #6 (File::Compare, File::Copy, File::Temp)
21031              Subject: [PATCH] no Carp #8 - SelfLoader, Text/Balanced and open.pm
21032      Branch: perl
21033            ! lib/AutoSplit.pm lib/File/Compare.pm lib/File/Copy.pm
21034            ! lib/File/Path.pm lib/SelfLoader.pm lib/charnames.pm
21035            ! lib/open.pm
21036 ____________________________________________________________________________
21037 [ 25051] By: nicholas                              on 2005/07/02  16:07:47
21038         Log: Unwrap the del_Xfoo() macros by explicitly noting the arena to free
21039              the body to. This comletely eliminates the second switch statement.
21040      Branch: perl
21041            ! sv.c
21042 ____________________________________________________________________________
21043 [ 25050] By: davem                                 on 2005/07/02  15:05:04
21044         Log: replace ckWARN macros with functions
21045      Branch: perl
21046            ! embed.fnc embed.h pod/perlintern.pod proto.h util.c warnings.h
21047            ! warnings.pl
21048 ____________________________________________________________________________
21049 [ 25049] By: nicholas                              on 2005/07/02  14:57:43
21050         Log: Given that the GV no longer owns a reference on the symbol table, we
21051              dont need the deferred SvREFCNT_dec games.
21052      Branch: perl
21053            ! sv.c
21054 ____________________________________________________________________________
21055 [ 25048] By: nicholas                              on 2005/07/02  13:55:45
21056         Log: Passing gvtype as char rather than char * to S_varname generates
21057              smaller code.
21058      Branch: perl
21059            ! embed.fnc proto.h sv.c
21060 ____________________________________________________________________________
21061 [ 25047] By: nicholas                              on 2005/07/02  13:07:26
21062         Log: Don't inline offer_nice_chunk, as it's rarely called.
21063      Branch: perl
21064            ! embed.fnc embed.h perl.h proto.h sv.c
21065 ____________________________________________________________________________
21066 [ 25046] By: davem                                 on 2005/07/02  12:35:12
21067         Log: missed one PAD_SET_CUR
21068      Branch: perl
21069            ! pp_hot.c
21070 ____________________________________________________________________________
21071 [ 25045] By: nicholas                              on 2005/07/02  12:34:08
21072         Log: Don't check the pointer is non-NULL before calling Safefree() in
21073              little used code, code used only once per run (such as interpreter
21074              construction and destruction), and cases where the pointer nearly
21075              never is NULL. Safefree does its own non-NULL check, and even that
21076              isn't strictly necessary as all conformant free()s accept a NULL
21077              pointer.
21078      Branch: perl
21079            ! doio.c locale.c mg.c perl.c perl.h regcomp.c sv.c util.c
21080 ____________________________________________________________________________
21081 [ 25044] By: rgs                                   on 2005/07/02  07:41:14
21082         Log: Upgrade to Time::HiRes 1.72
21083      Branch: perl
21084            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
21085            ! ext/Time/HiRes/Makefile.PL ext/Time/HiRes/t/HiRes.t
21086 ____________________________________________________________________________
21087 [ 25043] By: steveh                                on 2005/07/01  16:33:42
21088         Log: Make Archive::Tar clean up its test files on Win32
21089              
21090              (The old "can't delete an open file on Win32" chestnut again)
21091      Branch: perl
21092            ! lib/Archive/Tar.pm lib/Archive/Tar/t/02_methods.t
21093 ____________________________________________________________________________
21094 [ 25042] By: davem                                 on 2005/07/01  15:40:40
21095         Log: the PAD_SET_CUR macro expanded too much for AIX compilers
21096      Branch: perl
21097            ! pad.h pp_ctl.c pp_sort.c pp_sys.c
21098 ____________________________________________________________________________
21099 [ 25041] By: steveh                                on 2005/07/01  15:15:23
21100         Log: Silence MinGW warning about "'noreturn' function does return"
21101              
21102              (Thanks to Nicholas Clark)
21103      Branch: perl
21104            ! iperlsys.h
21105 ____________________________________________________________________________
21106 [ 25040] By: rgs                                   on 2005/07/01  15:05:58
21107         Log: Install perlglossary on VMS and Windows
21108      Branch: perl
21109            ! vms/descrip_mms.template win32/pod.mak
21110 ____________________________________________________________________________
21111 [ 25039] By: davem                                 on 2005/07/01  14:34:52
21112         Log: undo some excessive Carp.pm minimalisation
21113      Branch: perl
21114            ! lib/Carp.pm
21115 ____________________________________________________________________________
21116 [ 25038] By: steveh                                on 2005/07/01  13:39:33
21117         Log: Remove unreferenced local variable (and the warning about it)
21118      Branch: perl
21119            ! ext/XS/APItest/APItest.xs
21120 ____________________________________________________________________________
21121 [ 25037] By: rgs                                   on 2005/07/01  12:43:23
21122         Log: Add the perlglossary man page
21123              
21124              Subject: [PATCH] perlglossary.pod
21125              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
21126              Date: Fri, 1 Jul 2005 03:10:50 -0700
21127              Message-ID: <20050701101050.GA2448@efn.org>
21128      Branch: perl
21129            + pod/perlglossary.pod
21130            ! MANIFEST pod.lst pod/perl.pod pod/perlmodlib.pod
21131            ! pod/perltoc.pod
21132 ____________________________________________________________________________
21133 [ 25036] By: rgs                                   on 2005/07/01  12:32:21
21134         Log: Subject: [PATCH] Make Exporter.t warnings clean
21135              From: Michael G Schwern <schwern@pobox.com>
21136              Date: Tue, 28 Jun 2005 15:58:36 -0700
21137              Message-ID: <20050628225836.GB27320@windhund.schwern.org>
21138      Branch: perl
21139            ! lib/Exporter.t
21140 ____________________________________________________________________________
21141 [ 25035] By: davem                                 on 2005/07/01  11:49:22
21142         Log: silence a warning in Perl_sv_compile_2op
21143      Branch: perl
21144            ! pp_ctl.c
21145 ____________________________________________________________________________
21146 [ 25034] By: davem                                 on 2005/07/01  11:45:40
21147         Log: silence gcc 'comparison is always false' warning in MEM_WRAP_CHECK
21148              Only a partial fix: works where sizeof(type)==1; since we
21149              can never wraparound in that case, disarm the check
21150      Branch: perl
21151            ! handy.h
21152 ____________________________________________________________________________
21153 [ 25033] By: steveh                                on 2005/07/01  07:44:50
21154         Log: Silence some cast warnings from bcc32 on Win32
21155              
21156              See the thread starting here for arguments:
21157              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-06/msg00994.html
21158      Branch: perl
21159            ! win32/win32.c
21160 ____________________________________________________________________________
21161 [ 25032] By: davem                                 on 2005/06/30  22:41:07
21162         Log: assigning shared consts (eg __PACKAGE__) to magic vars
21163      Branch: perl
21164            ! sv.c t/op/magic.t
21165 ____________________________________________________________________________
21166 [ 25031] By: nicholas                              on 2005/06/30  17:41:03
21167         Log: By grabbing the length, we can use sv_setpvn here.
21168      Branch: perl
21169            ! util.c
21170 ____________________________________________________________________________
21171 [ 25030] By: nicholas                              on 2005/06/30  17:37:56
21172         Log: Use sv_setpvn where we know the length.
21173      Branch: perl
21174            ! universal.c
21175 ____________________________________________________________________________
21176 [ 25029] By: nicholas                              on 2005/06/30  17:28:45
21177         Log: A terser way of implementing require_pv.
21178      Branch: perl
21179            ! perl.c
21180 ____________________________________________________________________________
21181 [ 25028] By: nicholas                              on 2005/06/30  17:21:28
21182         Log: We know the length, so use sv_setpvn rather than sv_setpv.
21183      Branch: perl
21184            ! universal.c
21185 ____________________________________________________________________________
21186 [ 25027] By: nicholas                              on 2005/06/30  17:05:13
21187         Log: Avoid using PL_Sv in the -V argument processing.
21188              Express the embedded perl program in a slightly terser way.
21189      Branch: perl
21190            ! perl.c
21191 ____________________________________________________________________________
21192 [ 25026] By: nicholas                              on 2005/06/30  16:34:52
21193         Log: Use Perl_sv_catpvf to shorten the code (source and object) needed for
21194              commandline -V options that q\0...\0.
21195      Branch: perl
21196            ! perl.c
21197 ____________________________________________________________________________
21198 [ 25025] By: rgs                                   on 2005/06/30  16:15:31
21199         Log: Add TODO tests for bug #36434
21200      Branch: perl
21201            ! t/op/magic.t
21202 ____________________________________________________________________________
21203 [ 25024] By: nicholas                              on 2005/06/30  12:28:55
21204         Log: The core shouldn't be using PL_na
21205      Branch: perl
21206            ! perl.c
21207 ____________________________________________________________________________
21208 [ 25023] By: nicholas                              on 2005/06/30  12:15:14
21209         Log: -V:... would get upset (syntax error) if ... contained unbalanced ().
21210      Branch: perl
21211            ! perl.c
21212 ____________________________________________________________________________
21213 [ 25022] By: nicholas                              on 2005/06/30  11:40:37
21214         Log: Replace newSVpv(...,0) with newSVpvn where we know the length.
21215      Branch: perl
21216            ! perl.c regcomp.c sv.c
21217 ____________________________________________________________________________
21218 [ 25021] By: nicholas                              on 2005/06/30  11:20:33
21219         Log: Why use Perl_form and newSVpv when newSVpvf will do it in one?
21220      Branch: perl
21221            ! perl.c
21222 ____________________________________________________________________________
21223 [ 25020] By: rgs                                   on 2005/06/30  10:01:55
21224         Log: Subject: [PATCH] make t/uni/class.t faster
21225              From: Tels <nospam-abuse@bloodgate.com>
21226              Date: Wed, 29 Jun 2005 21:19:52 +0200
21227              Message-Id: <200506292120.05519@bloodgate.com>
21228      Branch: perl
21229            ! t/uni/class.t
21230 ____________________________________________________________________________
21231 [ 25019] By: nicholas                              on 2005/06/30  09:57:31
21232         Log: If gp_flags is unused, why are we even allocating it?
21233      Branch: perl
21234            ! dump.c ext/Devel/Peek/t/Peek.t gv.h sv.c
21235 ____________________________________________________________________________
21236 [ 25018] By: nicholas                              on 2005/06/30  09:21:05
21237         Log: Nothing is actually relying on GvUNIQUE holding state.
21238      Branch: perl
21239            ! gv.h
21240 ____________________________________________________________________________
21241 [ 25017] By: rgs                                   on 2005/06/30  09:11:28
21242         Log: Subject: Re: [PATCH] Convert File::Basename tests to Test::More
21243              From: Michael G Schwern <schwern@pobox.com>
21244              Date: Thu, 30 Jun 2005 01:02:30 -0700
21245              Message-ID: <20050630080230.GC17965@windhund.schwern.org>
21246      Branch: perl
21247            ! lib/File/Basename.t
21248 ____________________________________________________________________________
21249 [ 25016] By: rgs                                   on 2005/06/30  09:04:20
21250         Log: Subject: Re: [PATCH]Re: [perl #36417] IO::Handle::getline() doco should note an important difference from <$io>
21251              From: Steve Peters <steve@fisharerojo.org>
21252              Date: Wed, 29 Jun 2005 21:47:23 -0500
21253              Message-ID: <20050630024723.GA3786@mccoy.peters.homeunix.org>
21254      Branch: perl
21255            ! ext/IO/lib/IO/Handle.pm
21256 ____________________________________________________________________________
21257 [ 25015] By: rgs                                   on 2005/06/30  08:59:11
21258         Log: Subject: some dusting off of the cross-compilation information
21259              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
21260              Date: Thu, 30 Jun 2005 08:41:17 +0300
21261              Message-ID: <42C385FD.9040601@gmail.com>
21262      Branch: perl
21263            ! Cross/README INSTALL
21264 ____________________________________________________________________________
21265 [ 25014] By: steveh                                on 2005/06/30  07:57:25
21266         Log: Silence MinGW warnings about system headers when building Errno
21267              
21268              Thanks to Mike Guy for the suggested fix.
21269      Branch: perl
21270            ! ext/Errno/Errno_pm.PL
21271 ____________________________________________________________________________
21272 [ 25013] By: nicholas                              on 2005/06/29  21:24:53
21273         Log: Expand on parts of perltodo
21274      Branch: perl
21275            ! pod/perltodo.pod
21276 ____________________________________________________________________________
21277 [ 25012] By: nicholas                              on 2005/06/29  21:09:16
21278         Log: All tests pass (for me) with -DPERL_DONT_CREATE_GVSV
21279      Branch: perl
21280            ! pp.c pp_hot.c
21281 ____________________________________________________________________________
21282 [ 25011] By: nicholas                              on 2005/06/29  20:24:12
21283         Log: Make warnings.t pass with -DPERL_DONT_CREATE_GVSV
21284      Branch: perl
21285            ! pp_sys.c
21286 ____________________________________________________________________________
21287 [ 25010] By: nicholas                              on 2005/06/29  19:25:24
21288         Log: Fixes to -DPERL_DONT_CREATE_GVSV to make more tests pass
21289      Branch: perl
21290            ! doio.c gv.c perl.h sv.c
21291 ____________________________________________________________________________
21292 [ 25009] By: nicholas                              on 2005/06/29  15:58:14
21293         Log: First stab at not automatically creating an unused SV for GvSV
21294              Enable it with -DPERL_DONT_CREATE_GVSV.
21295              Currently if enabled 22 test scripts have failures, so still some way
21296              to go.
21297      Branch: perl
21298            ! embed.fnc embed.h global.sym gv.c gv.h makedef.pl perl.c
21299            ! pp_hot.c proto.h sv.c
21300 ____________________________________________________________________________
21301 [ 25008] By: rgs                                   on 2005/06/29  08:11:53
21302         Log: Remove old variable needed for binary compatibility
21303      Branch: perl
21304            ! embedvar.h intrpvar.h perlapi.h sv.c
21305 ____________________________________________________________________________
21306 [ 25007] By: nicholas                              on 2005/06/28  22:02:03
21307         Log: Convert strcpy to memcpy where we already know the length.
21308      Branch: perl
21309            ! gv.c sv.c util.c
21310 ____________________________________________________________________________
21311 [ 25006] By: davem                                 on 2005/06/28  11:28:20
21312         Log: move Carp.pod back into Carp.pm
21313      Branch: perl
21314            - lib/Carp.pod
21315            ! MANIFEST lib/Carp.pm
21316 ____________________________________________________________________________
21317 [ 25005] By: rgs                                   on 2005/06/28  11:17:30
21318         Log: B::Deparse was chocking on variable names with colons (like foo::::bar)
21319      Branch: perl
21320            ! ext/B/B/Deparse.pm
21321 ____________________________________________________________________________
21322 [ 25004] By: nicholas                              on 2005/06/28  10:09:26
21323         Log: Subject: Re: Hints for 64bitall (PPC!) Darwin perl
21324              From: Dominic Dunlop <domo@computer.org>
21325              Message-Id: <1D31D9A6-2451-49EE-AD80-80F1D9CA2825@computer.org>
21326              Date: Mon, 27 Jun 2005 19:46:59 +0200
21327      Branch: perl
21328            ! hints/darwin.sh
21329 ____________________________________________________________________________
21330 [ 25003] By: steveh                                on 2005/06/28  08:01:21
21331         Log: Stop "Possible use before definition" warning following change 24997
21332      Branch: perl
21333            ! pp_sys.c
21334 ____________________________________________________________________________
21335 [ 25002] By: rgs                                   on 2005/06/28  07:40:35
21336         Log: Upgrade to Time::HiRes 1.71
21337      Branch: perl
21338            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
21339            ! ext/Time/HiRes/Makefile.PL
21340 ____________________________________________________________________________
21341 [ 25001] By: steveh                                on 2005/06/28  07:40:01
21342         Log: Stop "suspicious pointer conversion" warning following change 24997
21343      Branch: perl
21344            ! hv.c
21345 ____________________________________________________________________________
21346 [ 25000] By: rgs                                   on 2005/06/27  21:57:04
21347         Log: Don't install demo files with perl
21348      Branch: perl
21349            ! installperl
21350 ____________________________________________________________________________
21351 [ 24999] By: rgs                                   on 2005/06/27  21:30:09
21352         Log: From: Mattia Barbon <mattia.barbon@libero.it>
21353              Subject: [PATCH] Avoid redefinition warning for MinGW
21354              Date: Jun 27, 2005 10:07 PM
21355              Message-ID: <Mahogany-0.66.0-1232-20050627-220727.00@rbnet.it>
21356      Branch: perl
21357            ! win32/win32iop.h
21358 ____________________________________________________________________________
21359 [ 24998] By: nicholas                              on 2005/06/27  20:52:27
21360         Log: Fix sv_dec of undefined PVs to (a) not downgrade to NV
21361              (b) give -1, rather than +1
21362      Branch: perl
21363            ! sv.c t/op/inc.t
21364 ____________________________________________________________________________
21365 [ 24997] By: rgs                                   on 2005/06/27  18:26:15
21366         Log: Subject: [PATCH] We're going round in circles with pp_sys.c
21367              From: Andy Lester <andy@petdance.com>
21368              Date: Mon, 27 Jun 2005 13:06:59 -0500
21369              Message-ID: <20050627180659.GB29744@petdance.com>
21370              
21371              (edited)
21372      Branch: perl
21373            ! embed.fnc gv.c handy.h hv.c perl.c pp_ctl.c pp_hot.c proto.h
21374            ! regexec.c sv.c toke.c
21375 ____________________________________________________________________________
21376 [ 24996] By: rgs                                   on 2005/06/27  17:19:45
21377         Log: Fix installation of ptar(1) manpage.
21378              The __END__ was making the POD being ignored by pod2man.
21379      Branch: perl
21380            ! lib/Archive/Tar/bin/ptar
21381 ____________________________________________________________________________
21382 [ 24995] By: davem                                 on 2005/06/27  16:34:34
21383         Log: Make Carp.pm even lighter (and Carp::Heavy even heavier)
21384              Also move carp.pm pod to carp.pod
21385      Branch: perl
21386            + lib/Carp.pod
21387            ! MANIFEST lib/Carp.pm lib/Carp/Heavy.pm lib/warnings.pm
21388            ! warnings.pl
21389 ____________________________________________________________________________
21390 [ 24994] By: steveh                                on 2005/06/27  15:45:05
21391         Log: Silence compiler warning in SDBM_File
21392              
21393              Unless I'm missing something it looks like "key" actually is used,
21394              and the "key = key" assignment causes bcc32 to complain about use
21395              before definition!
21396      Branch: perl
21397            ! ext/SDBM_File/SDBM_File.xs
21398 ____________________________________________________________________________
21399 [ 24993] By: rgs                                   on 2005/06/27  15:22:58
21400         Log: Subject: [PATCH] XSLoader for Sys::Syslog
21401              From: Alexey Tourbin <at@altlinux.ru>
21402              Date: Sun, 26 Jun 2005 08:32:05 +0400
21403              Message-ID: <20050626043204.GA31585@solemn.turbinal.org>
21404      Branch: perl
21405            ! ext/Sys/Syslog/Syslog.pm
21406 ____________________________________________________________________________
21407 [ 24992] By: rgs                                   on 2005/06/27  13:51:10
21408         Log: Oops (fix previous fix).
21409      Branch: perl
21410            ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/export.t
21411            ! lib/Filter/Simple/t/filter.t lib/Filter/Simple/t/filter_only.t
21412            ! lib/Filter/Simple/t/import.t
21413 ____________________________________________________________________________
21414 [ 24991] By: rgs                                   on 2005/06/27  13:48:26
21415         Log: Fix tests of Filter::Simple 0.82 in the core
21416      Branch: perl
21417            ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/export.t
21418            ! lib/Filter/Simple/t/filter.t lib/Filter/Simple/t/filter_only.t
21419            ! lib/Filter/Simple/t/import.t
21420 ____________________________________________________________________________
21421 [ 24990] By: rgs                                   on 2005/06/27  13:46:25
21422         Log: Upgrade to Filter::Simple 0.82
21423      Branch: perl
21424            ! lib/Filter/Simple.pm lib/Filter/Simple/Changes
21425            ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/export.t
21426            ! lib/Filter/Simple/t/filter.t lib/Filter/Simple/t/filter_only.t
21427            ! lib/Filter/Simple/t/import.t t/lib/Filter/Simple/ExportTest.pm
21428            ! t/lib/Filter/Simple/FilterOnlyTest.pm
21429            ! t/lib/Filter/Simple/FilterTest.pm
21430            ! t/lib/Filter/Simple/ImportTest.pm
21431 ____________________________________________________________________________
21432 [ 24989] By: rgs                                   on 2005/06/27  12:46:44
21433         Log: Upgrade to Test::Harness 2.52
21434      Branch: perl
21435            ! lib/Test/Harness.pm lib/Test/Harness/Changes
21436            ! lib/Test/Harness/bin/prove
21437 ____________________________________________________________________________
21438 [ 24988] By: rgs                                   on 2005/06/27  12:35:33
21439         Log: Upgrade to Time::HiRes 1.70
21440      Branch: perl
21441            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
21442            ! ext/Time/HiRes/HiRes.xs
21443 ____________________________________________________________________________
21444 [ 24987] By: steveh                                on 2005/06/27  07:41:52
21445         Log: Suppress warnings about a clash between redefined malloc and the
21446              use of __attribute__malloc__
21447              
21448              Subject: Re: Fun with __attribute__malloc__
21449              From: Andy Lester <andy@petdance.com>
21450              Date: Fri, 24 Jun 2005 12:11:59 -0500
21451              Message-ID: <20050624171159.GB29590@petdance.com>
21452      Branch: perl
21453            ! perl.h
21454 ____________________________________________________________________________
21455 [ 24986] By: nicholas                              on 2005/06/26  22:19:22
21456         Log: Tweak the child dump socket protocol to return error messages to the
21457              parent so that it can display what went wrong.
21458      Branch: perl
21459            ! perl.c
21460 ____________________________________________________________________________
21461 [ 24985] By: rgs                                   on 2005/06/26  20:06:10
21462         Log: Upgrade to Time::HiRes 1.69
21463      Branch: perl
21464            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
21465            ! ext/Time/HiRes/Makefile.PL
21466 ____________________________________________________________________________
21467 [ 24984] By: nicholas                              on 2005/06/26  17:59:33
21468         Log: When using DEBUG_LEAKING_SCALARS_FORK_DUMP it's possible to cause
21469              indefinite hangs when the debugging child holds open Perl_debug_log,
21470              and it happens to be a file descriptor that is one end of a pipe,
21471              with a process sitting at the other end waitng for EOF.
21472              So close all descriptors in the child *including* Perl_debug_log,
21473              and pass it back in over the control socket if it's needed.
21474      Branch: perl
21475            ! perl.c
21476 ____________________________________________________________________________
21477 [ 24983] By: nicholas                              on 2005/06/26  10:28:43
21478         Log: Need to pass a my_perl to S_my_localtime to make threaded builds build.
21479      Branch: perl
21480            ! pp_sys.c
21481 ____________________________________________________________________________
21482 [ 24982] By: nicholas                              on 2005/06/25  17:58:26
21483         Log: Add a sanity check to Config::AUTOLOAD to prevent infinte loops if
21484              Configure_heavy.pl gets truncated.
21485      Branch: perl
21486            ! configpm
21487 ____________________________________________________________________________
21488 [ 24981] By: nicholas                              on 2005/06/25  15:45:06
21489         Log: On OS X to use perl's malloc need to USE_PERL_SBRK and emulate sbrk()
21490              using system malloc, because sbrk() stops giving us memory after about
21491              14Mb.
21492      Branch: perl
21493            ! hints/darwin.sh
21494 ____________________________________________________________________________
21495 [ 24980] By: nicholas                              on 2005/06/25  15:42:30
21496         Log: Need to skip exporting PL_dumper_fd unless it is used.
21497      Branch: perl
21498            ! makedef.pl
21499 ____________________________________________________________________________
21500 [ 24979] By: nicholas                              on 2005/06/25  12:55:09
21501         Log: If forking during global destruction, the child needs to close all
21502              unused file descriptors, else it can cause other processes to hang
21503              because it accidentally holds open pipes and sockets.
21504      Branch: perl
21505            ! perl.c
21506 ____________________________________________________________________________
21507 [ 24978] By: rgs                                   on 2005/06/24  15:21:38
21508         Log: Upgrade to Unicode::Collate 0.51
21509      Branch: perl
21510            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
21511            ! lib/Unicode/Collate/README
21512 ____________________________________________________________________________
21513 [ 24977] By: steveh                                on 2005/06/24  14:38:05
21514         Log: Fix typo in win32.c
21515              
21516              Doesn't fix bcc32 + USE_LARGE_FILES, though :-(
21517      Branch: perl
21518            ! win32/win32.c
21519 ____________________________________________________________________________
21520 [ 24976] By: nicholas                              on 2005/06/24  14:04:19
21521         Log: Extend DEBUG_LEAKING_SCALARS_FORK_DUMP so it can also dump scalars
21522              which become unreferenced. This is less likely to be successful.
21523              The #define needs a better name.
21524      Branch: perl
21525            ! embed.fnc embed.h embedvar.h intrpvar.h perl.c perlapi.h
21526            ! proto.h sv.c
21527 ____________________________________________________________________________
21528 [ 24975] By: steveh                                on 2005/06/24  13:56:15
21529         Log: Stop '"__attribute__format__" redefined' warnings from gcc on Win32
21530      Branch: perl
21531            ! perl.h win32/config_H.gc
21532 ____________________________________________________________________________
21533 [ 24974] By: steveh                                on 2005/06/24  12:27:45
21534         Log: Make opendir() filename const in Win32-land & friends
21535              
21536              That fact that it wasn't const already was highlighted by a warning
21537              from pp_open_dir() generated by change 24743. Rather than undo the
21538              const change in pp_open_dir(), this seems to make more sense. Hope I
21539              haven't broken Netware or WinCE.
21540      Branch: perl
21541            ! NetWare/nw5.c NetWare/nwperlhost.h NetWare/nwperlsys.h
21542            ! iperlsys.h win32/include/dirent.h win32/perlhost.h
21543            ! win32/win32.c win32/win32iop.h wince/perlhost.h wince/wince.c
21544 ____________________________________________________________________________
21545 [ 24973] By: nicholas                              on 2005/06/24  10:45:44
21546         Log: Need to do some sort of die/warn to get the "global destruction"
21547              text if the bug is still present.
21548      Branch: perl
21549            ! t/op/gv.t
21550 ____________________________________________________________________________
21551 [ 24972] By: steveh                                on 2005/06/24  09:37:24
21552         Log: Fix t\op\gv.t on Win32
21553      Branch: perl
21554            ! t/op/gv.t
21555 ____________________________________________________________________________
21556 [ 24971] By: rgs                                   on 2005/06/24  07:54:59
21557         Log: Remove cargo-culted binmode.
21558      Branch: perl
21559            ! lib/Archive/Tar/t/00_setup.t
21560 ____________________________________________________________________________
21561 [ 24970] By: steveh                                on 2005/06/24  07:42:41
21562         Log: Fix Archive-Tar tests on Win32 following change 24954
21563      Branch: perl
21564            ! lib/Archive/Tar/t/00_setup.t
21565 ____________________________________________________________________________
21566 [ 24969] By: merijn                                on 2005/06/24  07:41:08
21567         Log: Workaround localtime edge case where TZ makes time go beyond
21568              the defined working range (AIX 5.2)
21569      Branch: perl
21570            ! pp_sys.c
21571 ____________________________________________________________________________
21572 [ 24968] By: davem                                 on 2005/06/23  22:59:36
21573         Log: change 24967 got the #endif in the wrong place
21574      Branch: perl
21575            ! pad.c
21576 ____________________________________________________________________________
21577 [ 24967] By: davem                                 on 2005/06/23  22:48:40
21578         Log: don't repopulate PADTMP slots with null SVs when freeing ops
21579      Branch: perl
21580            ! ext/B/t/f_sort.t ext/B/t/optree_samples.t pad.c
21581 ____________________________________________________________________________
21582 [ 24966] By: nicholas                              on 2005/06/23  21:30:33
21583         Log: Remove the reference loop between symbol tables and typeglobs.
21584              Typeglobs now have a weak reference onto their symbol table.
21585      Branch: perl
21586            ! embed.fnc embed.h gv.c mg.c pad.c proto.h sv.c t/op/gv.t
21587 ____________________________________________________________________________
21588 [ 24965] By: rgs                                   on 2005/06/23  18:53:04
21589         Log: Subject: [PATCH] Pre-YAPC consting fun
21590              From: Andy Lester <andy@petdance.com>
21591              Date: Jun 23, 2005 9:04 PM
21592              Message-ID: <20050623190423.GA13835@petdance.com>
21593      Branch: perl
21594            ! embed.fnc embed.h lib/ExtUtils/CBuilder/t/01-basic.t locale.c
21595            ! mg.c perlio.c pp_ctl.c pp_pack.c pp_sys.c proto.h scope.c
21596            ! taint.c util.c
21597 ____________________________________________________________________________
21598 [ 24964] By: merijn                                on 2005/06/23  18:43:42
21599         Log: Take a larger margin to prevent 'X' failures in smokes
21600              I was able to get warnings on HP-UX 10.20 every 2nd to 3rd run
21601              when reps was still 10000. With 15000 I didn't get a single warning
21602      Branch: perl
21603            ! t/op/rand.t
21604 ____________________________________________________________________________
21605 [ 24963] By: rgs                                   on 2005/06/23  18:07:34
21606         Log: Warning suppression.
21607      Branch: perl
21608            ! pp_sys.c
21609 ____________________________________________________________________________
21610 [ 24962] By: nicholas                              on 2005/06/23  18:00:38
21611         Log: The current implementation of :unique is fundamentally flawed,
21612              because declaring a scalar READONLY does not stop it being modified.
21613              Hence the current implementation of :unique is *not threadsafe*
21614              D'oh!
21615              Better implementations welcome.
21616      Branch: perl
21617            ! embed.fnc embed.h ext/threads/t/problems.t pod/perltodo.pod
21618            ! proto.h sv.c
21619 ____________________________________________________________________________
21620 [ 24961] By: rgs                                   on 2005/06/23  16:18:21
21621         Log: Fix Archive::Tar test when perl is built with -Dmksymlinks
21622      Branch: perl
21623            ! lib/Archive/Tar/t/02_methods.t
21624 ____________________________________________________________________________
21625 [ 24960] By: rgs                                   on 2005/06/23  15:51:02
21626         Log: Subject: [PATCH] Re: [perl #9741] possible problem with File::Find
21627              From: Steve Peters <steve@fisharerojo.org>
21628              Date: Fri, 17 Jun 2005 23:27:14 -0500
21629              Message-ID: <20050618042714.GA29589@mccoy.peters.homeunix.org>
21630      Branch: perl
21631            ! lib/File/Find.pm
21632 ____________________________________________________________________________
21633 [ 24959] By: nicholas                              on 2005/06/23  14:11:20
21634         Log: Add a define PERL_POISON which tries to trip up anything accessing
21635              freed or uninitialised memory. Currently only Poison()s freed
21636              pointers.
21637      Branch: perl
21638            ! ext/PerlIO/encoding/encoding.xs gv.c handy.h pp_ctl.c scope.c
21639            ! sv.c
21640 ____________________________________________________________________________
21641 [ 24958] By: nicholas                              on 2005/06/23  14:09:57
21642         Log: Indent some of the #ifdef/#define/#endif to make the nesting clearer.
21643              Simplify SvPV_free slightly.
21644      Branch: perl
21645            ! sv.h
21646 ____________________________________________________________________________
21647 [ 24957] By: rgs                                   on 2005/06/23  11:54:25
21648         Log: This dummy test didn't pass
21649      Branch: perl
21650            ! lib/Archive/Tar/t/99_clean.t
21651 ____________________________________________________________________________
21652 [ 24956] By: rgs                                   on 2005/06/23  11:34:35
21653         Log: Add a pseudo-test to clean up data files for Archive::Tar tests
21654      Branch: perl
21655            + lib/Archive/Tar/t/99_clean.t
21656            ! MANIFEST
21657 ____________________________________________________________________________
21658 [ 24955] By: rgs                                   on 2005/06/23  11:30:16
21659         Log: Remove test that relies on Test::POD
21660      Branch: perl
21661            - lib/Archive/Tar/t/99_pod.t
21662            ! MANIFEST
21663 ____________________________________________________________________________
21664 [ 24954] By: rgs                                   on 2005/06/23  11:29:16
21665         Log: Remove binary files, add a pseudo-test in Archive::Tar to generate them
21666      Branch: perl
21667            + lib/Archive/Tar/t/00_setup.t
21668            - lib/Archive/Tar/t/src/long/bar.tar
21669            - lib/Archive/Tar/t/src/long/foo.tgz
21670            - lib/Archive/Tar/t/src/short/bar.tar
21671            - lib/Archive/Tar/t/src/short/foo.tgz
21672            ! MANIFEST
21673 ____________________________________________________________________________
21674 [ 24953] By: steveh                                on 2005/06/23  11:02:42
21675         Log: Silence bcc32 compiler warnings following change 24945
21676              
21677              ("Possible use of '%s' before definition")
21678      Branch: perl
21679            ! pp_ctl.c pp_sys.c
21680 ____________________________________________________________________________
21681 [ 24952] By: nicholas                              on 2005/06/23  10:41:00
21682         Log: Re-initialise PL_curcop to &PL_compiling before destroying the optree.
21683      Branch: perl
21684            ! perl.c
21685 ____________________________________________________________________________
21686 [ 24951] By: rgs                                   on 2005/06/23  10:39:47
21687         Log: Subject: Re: [perl #36350] unstable sorting for use integer; sort { $b <=> $a } @foo 
21688              From: Salvador Fandino <sfandino@yahoo.com>
21689              Date: Tue, 21 Jun 2005 19:50:35 +0200
21690              Message-ID: <20050621181658.5977.qmail@lists.develooper.com>
21691      Branch: perl
21692            ! pp_sort.c
21693 ____________________________________________________________________________
21694 [ 24950] By: steveh                                on 2005/06/23  10:21:53
21695         Log: Oops! Change 24946 wasn't quite right
21696      Branch: perl
21697            ! doio.c
21698 ____________________________________________________________________________
21699 [ 24949] By: rgs                                   on 2005/06/23  09:32:55
21700         Log: Add handling of NV_ZERO_IS_ALLBITS_ZERO for Netware and epoc
21701      Branch: perl
21702            ! NetWare/config.wc NetWare/config_H.wc epoc/config.sh
21703 ____________________________________________________________________________
21704 [ 24948] By: rgs                                   on 2005/06/23  09:25:03
21705         Log: Define d_nv_zero_is_allbits_zero for symbian
21706              (noticed by Jarkko)
21707      Branch: perl
21708            ! symbian/config.sh
21709 ____________________________________________________________________________
21710 [ 24947] By: steveh                                on 2005/06/23  09:18:37
21711         Log: Silence bcc32 compiler warnings from win32/fcrypt.c (almost)
21712              
21713              It still whines about 'in' and 'b' being assigned values that are
21714              never used on lines 348 and 505 respectively (as side effects of the
21715              calls to c2l and l2c respectively), but I'm not sure how to shut
21716              them up.
21717      Branch: perl
21718            ! win32/fcrypt.c
21719 ____________________________________________________________________________
21720 [ 24946] By: steveh                                on 2005/06/23  09:00:28
21721         Log: More bcc32 compiler warnings to silence
21722              
21723              ("Suspicious pointer conversion")
21724      Branch: perl
21725            ! doio.c win32/win32io.c
21726 ____________________________________________________________________________
21727 [ 24945] By: rgs                                   on 2005/06/23  08:39:44
21728         Log: Subject: [PATCH] Const Boy II: The Localizing
21729              From: Andy Lester <andy@petdance.com>
21730              Date: Wed, 22 Jun 2005 09:41:00 -0500
21731              Message-ID: <20050622144059.GA19598@petdance.com>
21732      Branch: perl
21733            ! autodoc.pl embed.fnc embed.pl hv.c perl.c perlio.c
21734            ! pod/perlapi.pod pp.c pp.h pp_ctl.c pp_sys.c proto.h sv.c
21735            ! util.c
21736 ____________________________________________________________________________
21737 [ 24944] By: steveh                                on 2005/06/23  08:04:21
21738         Log: Silence another bcc32 compiler warning
21739              
21740              ("Possible use of '%s' before definition")
21741      Branch: perl
21742            ! toke.c
21743 ____________________________________________________________________________
21744 [ 24943] By: davem                                 on 2005/06/22  23:08:55
21745         Log: remove taint hack now that local $tainted no longer copies taint magic
21746      Branch: perl
21747            ! mg.c sv.c
21748 ____________________________________________________________________________
21749 [ 24942] By: davem                                 on 2005/06/22  21:42:54
21750         Log: handle magic in local correctly
21751              the local SV now gets a copy of any container magic, and no value
21752              magic; in the past the whole magic chain was either shared or
21753              moved
21754      Branch: perl
21755            ! embed.fnc embed.h mg.c pod/perlguts.pod pod/perlintern.pod
21756            ! proto.h scope.c t/op/local.t
21757 ____________________________________________________________________________
21758 [ 24941] By: merijn                                on 2005/06/22  17:14:04
21759         Log: Upgrade to Test::Harness 2.50
21760      Branch: perl
21761            ! lib/Test/Harness.pm lib/Test/Harness/t/strap-analyze.t
21762 ____________________________________________________________________________
21763 [ 24940] By: nicholas                              on 2005/06/22  16:37:06
21764         Log: Add facility to fork() early in perl_destruct and use the child to
21765              dump out leaked scalars (enabled with DEBUG_LEAKING_SCALARS_FORK_DUMP
21766              when DEBUG_LEAKING_SCALARS is already in force)
21767      Branch: perl
21768            ! perl.c
21769 ____________________________________________________________________________
21770 [ 24939] By: steveh                                on 2005/06/22  13:25:16
21771         Log: Silence yet more bcc32 compiler warnings
21772              
21773              ("Code has no effect")
21774      Branch: perl
21775            ! hv.c pp_ctl.c pp_hot.c
21776 ____________________________________________________________________________
21777 [ 24938] By: steveh                                on 2005/06/22  13:02:17
21778         Log: Silence some more bcc32 compiler warnings
21779              
21780              ("Suggest parentheses to clarify precedence")
21781      Branch: perl
21782            ! warnings.h warnings.pl
21783 ____________________________________________________________________________
21784 [ 24937] By: steveh                                on 2005/06/22  12:31:59
21785         Log: Silence some bcc32 compiler warnings
21786              
21787              ("Superfluous & with function")
21788      Branch: perl
21789            ! perlvars.h pp.c win32/win32.c
21790 ____________________________________________________________________________
21791 [ 24936] By: nicholas                              on 2005/06/22  10:08:43
21792         Log: Now that the global string table is using a single hunk of memory
21793              for both HE and HEK, we need to actually free things in perl_destruct
21794      Branch: perl
21795            ! perl.c
21796 ____________________________________________________________________________
21797 [ 24935] By: steveh                                on 2005/06/22  09:40:25
21798         Log: Fix Archive-Tar tests on Win32
21799              
21800              (Patch from Jos Boumans, from his current dev version.)
21801      Branch: perl
21802            ! lib/Archive/Tar.pm
21803 ____________________________________________________________________________
21804 [ 24934] By: merijn                                on 2005/06/21  19:27:38
21805         Log: Redo generation of change #24898
21806              Do not forget to run Porting/config_h.pl!
21807      Branch: perl
21808            ! Configure config_h.SH
21809 ____________________________________________________________________________
21810 [ 24932] By: rgs                                   on 2005/06/21  17:05:01
21811         Log: Upgrade to Test::Harness 2.49_02
21812      Branch: perl
21813            ! lib/Test/Harness.pm lib/Test/Harness/Changes
21814            ! lib/Test/Harness/Iterator.pm lib/Test/Harness/Straps.pm
21815            ! lib/Test/Harness/t/test-harness.t
21816 ____________________________________________________________________________
21817 [ 24931] By: rgs                                   on 2005/06/21  16:33:32
21818         Log: Add Archive::Tar to the maintainers list
21819      Branch: perl
21820            ! Porting/Maintainers.pl
21821 ____________________________________________________________________________
21822 [ 24930] By: rgs                                   on 2005/06/21  16:14:06
21823         Log: Trim trailing spaces
21824      Branch: perl
21825            ! lib/Archive/Tar/bin/ptar
21826 ____________________________________________________________________________
21827 [ 24929] By: rgs                                   on 2005/06/21  15:53:30
21828         Log: Add pod, so ptar has a manpage
21829      Branch: perl
21830            ! lib/Archive/Tar/bin/ptar
21831 ____________________________________________________________________________
21832 [ 24928] By: rgs                                   on 2005/06/21  15:27:37
21833         Log: POD nits
21834      Branch: perl
21835            ! ext/Storable/Storable.pm
21836 ____________________________________________________________________________
21837 [ 24927] By: nicholas                              on 2005/06/21  15:27:14
21838         Log: Drag t/op/gv.t kicking and screaming into the century of the fruitbat
21839              (or at least into the decade of t/test.pl)
21840      Branch: perl
21841            ! t/op/gv.t
21842 ____________________________________________________________________________
21843 [ 24926] By: rgs                                   on 2005/06/21  15:04:10
21844         Log: Add the ptar(1) utility from Archive::Tar
21845      Branch: perl
21846            + lib/Archive/Tar/bin/ptar utils/ptar.PL
21847            ! MANIFEST utils.lst utils/Makefile vms/descrip_mms.template
21848            ! win32/Makefile win32/makefile.mk
21849 ____________________________________________________________________________
21850 [ 24925] By: steveh                                on 2005/06/21  13:49:10
21851         Log: Trim trailing whitespace from $! and $^E
21852              
21853              (Fixes lib/Test/Simple/t/fail-more.t with bcc32 on Win32, and is
21854              good for consistency anyway)
21855      Branch: perl
21856            ! mg.c
21857 ____________________________________________________________________________
21858 [ 24924] By: nicholas                              on 2005/06/21  12:39:27
21859         Log: Avoid having NULL entries in the weakref backreference array, and
21860              make S_sv_add_backref O(1) (instead of O(n))
21861      Branch: perl
21862            ! sv.c
21863 ____________________________________________________________________________
21864 [ 24923] By: rgs                                   on 2005/06/21  12:12:10
21865         Log: Cleanup after this test
21866      Branch: perl
21867            ! lib/Archive/Tar/t/02_methods.t
21868 ____________________________________________________________________________
21869 [ 24922] By: rgs                                   on 2005/06/21  12:01:07
21870         Log: Add Archive::Tar 1.24, except ptar for now
21871      Branch: perl
21872            + lib/Archive/Tar.pm lib/Archive/Tar/Constant.pm
21873            + lib/Archive/Tar/File.pm lib/Archive/Tar/t/01_use.t
21874            + lib/Archive/Tar/t/02_methods.t lib/Archive/Tar/t/03_file.t
21875            + lib/Archive/Tar/t/99_pod.t lib/Archive/Tar/t/src/long/b
21876            + lib/Archive/Tar/t/src/long/bar.tar
21877            + lib/Archive/Tar/t/src/long/foo.tgz
21878            + lib/Archive/Tar/t/src/short/b
21879            + lib/Archive/Tar/t/src/short/bar.tar
21880            + lib/Archive/Tar/t/src/short/foo.tgz
21881            ! MANIFEST
21882 ____________________________________________________________________________
21883 [ 24921] By: nicholas                              on 2005/06/21  10:58:22
21884         Log: weak references aren't UVs, do don't show this in the dump flags.
21885      Branch: perl
21886            ! dump.c
21887 ____________________________________________________________________________
21888 [ 24920] By: rgs                                   on 2005/06/21  10:50:18
21889         Log: Subject: [PATCH] ternary operator cond ? foo : bar being parsed as ?...?
21890              From: Salvador Fandiño <sfandino@yahoo.com>
21891              Date: Fri, 17 Jun 2005 14:06:30 +0100
21892              Message-ID: <20050617130548.18776.qmail@lists.develooper.com>
21893              
21894              with wordings improvements suggested by Ronald J Kimball
21895      Branch: perl
21896            ! pod/perldiag.pod toke.c
21897 ____________________________________________________________________________
21898 [ 24919] By: nicholas                              on 2005/06/21  10:35:09
21899         Log: No need to set flags twice.
21900      Branch: perl
21901            ! av.c
21902 ____________________________________________________________________________
21903 [ 24918] By: nicholas                              on 2005/06/21  09:44:08
21904         Log: As there will be no old body to dispose of, we can return immediately.
21905      Branch: perl
21906            ! sv.c
21907 ____________________________________________________________________________
21908 [ 24917] By: rgs                                   on 2005/06/21  09:40:46
21909         Log: Fix [perl #36102] Data::Dumper Doesn't Stringify Numeric Labels
21910      Branch: perl
21911            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
21912            ! ext/Data/Dumper/t/dumper.t
21913 ____________________________________________________________________________
21914 [ 24916] By: rgs                                   on 2005/06/21  07:03:40
21915         Log: Subject: Re: [perl #36310] sv_vcatpvfn() fails on some (very limited) situations 
21916              From: Tsutomu IKEGAMI <t-ikegami@aist.go.jp>
21917              Date: Fri, 17 Jun 2005 17:55:10 +0900 (JST)
21918              Message-Id: <20050617.175510.21285350.t-ikegami@aist.go.jp>
21919      Branch: perl
21920            ! sv.c
21921 ____________________________________________________________________________
21922 [ 24915] By: rgs                                   on 2005/06/20  16:28:38
21923         Log: Subject: [PATCH perl.h] FPTR2DPTR/DPTR2FPTR
21924              From: Robin Barker <Robin.Barker@npl.co.uk>
21925              Date: Mon, 20 Jun 2005 13:47:37 +0100
21926              Message-ID: <533D273D4014D411AB1D00062938C4D90849C6E4@hotel.npl.co.uk>
21927      Branch: perl
21928            ! perl.h
21929 ____________________________________________________________________________
21930 [ 24914] By: nicholas                              on 2005/06/20  15:21:59
21931         Log: Replace the non-const initialiser block + loop with a series of calls
21932              to a small static function.
21933              c.f. "I will replace you with a small shell script..."
21934      Branch: perl
21935            ! sv.c
21936 ____________________________________________________________________________
21937 [ 24913] By: rgs                                   on 2005/06/20  15:12:50
21938         Log: Subject: [PATCH] The continuing adventures of Constman and Localize Boy
21939              From: Andy Lester <andy@petdance.com>
21940              Date: Mon, 20 Jun 2005 10:22:37 -0500
21941              Message-ID: <20050620152237.GA5032@petdance.com>
21942      Branch: perl
21943            ! XSUB.h doop.c embed.fnc embed.h global.sym gv.c mg.c pad.c
21944            ! perl.h proto.h sv.c universal.c util.c
21945 ____________________________________________________________________________
21946 [ 24912] By: rgs                                   on 2005/06/20  13:32:52
21947         Log: Same fix, for the test, now.
21948      Branch: perl
21949            ! t/run/switches.t
21950 ____________________________________________________________________________
21951 [ 24911] By: rgs                                   on 2005/06/20  13:06:13
21952         Log: perl -v was outputting a double v (spotted by Jarkko)
21953      Branch: perl
21954            ! perl.c
21955 ____________________________________________________________________________
21956 [ 24910] By: rgs                                   on 2005/06/20  11:58:32
21957         Log: Remove signature test, which is always skipped
21958      Branch: perl
21959            - lib/Test/Simple/t/00signature.t
21960            ! MANIFEST
21961 ____________________________________________________________________________
21962 [ 24909] By: rgs                                   on 2005/06/20  11:45:02
21963         Log: Subject: [PATCH pod/perlfunc.pod pod/perlobj.pod pod/perltooc.pod] Recommend Against UNIVERSAL:: Methods as Functions, take 2
21964              From: chromatic <chromatic@wgz.org>
21965              Date: Sat, 18 Jun 2005 12:15:41 -0700
21966              Message-Id: <1119122141.21521.9.camel@localhost>
21967      Branch: perl
21968            ! pod/perlfunc.pod pod/perlobj.pod pod/perltooc.pod
21969 ____________________________________________________________________________
21970 [ 24908] By: rgs                                   on 2005/06/20  11:00:31
21971         Log: Remove the deprecated $# variable
21972      Branch: perl
21973            ! doio.c embedvar.h gv.c intrpvar.h mg.c perl.c perlapi.h
21974            ! pod/perldiag.pod sv.c t/lib/warnings/gv
21975 ____________________________________________________________________________
21976 [ 24907] By: nicholas                              on 2005/06/20  10:35:41
21977         Log: Silence warning in debug printf
21978      Branch: perl
21979            ! doop.c
21980 ____________________________________________________________________________
21981 [ 24906] By: rgs                                   on 2005/06/20  09:45:24
21982         Log: Subject: [PATCH] More random cleanups
21983              From: Andy Lester <andy@petdance.com>
21984              Date: Fri, 17 Jun 2005 09:50:29 -0500
21985              Message-ID: <20050617145029.GC11769@petdance.com>
21986      Branch: perl
21987            ! embed.fnc embed.h pp_ctl.c pp_sort.c proto.h scope.c
21988 ____________________________________________________________________________
21989 [ 24905] By: steveh                                on 2005/06/20  09:30:23
21990         Log: Support NV_ZERO_IS_ALLBITS_ZERO on Win32 (re: change 24898)
21991              
21992              The try.c test program added to Configure by change 24898 outputs
21993              "Yes" using each of VC++, GCC and BCC32, so here goes...
21994      Branch: perl
21995            ! win32/config.bc win32/config.gc win32/config.vc
21996            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
21997            ! win32/config_H.vc win32/config_H.vc64
21998 ____________________________________________________________________________
21999 [ 24904] By: rgs                                   on 2005/06/20  09:23:33
22000         Log: Hugo suggests this.
22001      Branch: perl
22002            ! pod/perlhack.pod
22003 ____________________________________________________________________________
22004 [ 24903] By: rgs                                   on 2005/06/20  09:20:40
22005         Log: Missed a chunk in previous commit
22006      Branch: perl
22007            ! pod/perlsyn.pod
22008 ____________________________________________________________________________
22009 [ 24902] By: rgs                                   on 2005/06/20  09:18:35
22010         Log: Subject: [perl #36328] Until Statement Undocumented 
22011              From: Eric Amick (via RT) <perlbug-followup@perl.org>
22012              Date: 18 Jun 2005 03:47:32 -0000
22013              Message-ID: <rt-3.0.11-36328-115949.3.38667506136829@perl.org>
22014      Branch: perl
22015            ! pod/perlsyn.pod
22016 ____________________________________________________________________________
22017 [ 24901] By: rgs                                   on 2005/06/20  09:06:57
22018         Log: Subject: Re: [PATCH replacement] Re: [perl #36313] perl -e "1for$[=0" crash
22019              From: Rick Delaney <rick@bort.ca>
22020              Date: Sun, 19 Jun 2005 09:47:22 -0400
22021              Message-ID: <20050619134722.GB31592@localhost.localdomain>
22022      Branch: perl
22023            ! op.c t/comp/parser.t
22024 ____________________________________________________________________________
22025 [ 24900] By: nicholas                              on 2005/06/20  08:19:52
22026         Log: S_del_body is sufficiently small that inlining it is a space win.
22027      Branch: perl
22028            ! sv.c
22029 ____________________________________________________________________________
22030 [ 24899] By: nicholas                              on 2005/06/19  15:12:26
22031         Log: If NV_ZERO_IS_ALLBITS_ZERO there's no need to explicitly set the NVX
22032              to 0.0, as the memset has already done it.
22033      Branch: perl
22034            ! sv.c
22035 ____________________________________________________________________________
22036 [ 24898] By: nicholas                              on 2005/06/19  15:11:06
22037         Log: Add a Configure test to see if NV 0.0 is stored as all bits zero, and
22038              #define NV_ZERO_IS_ALLBITS_ZERO if so.  This is always true on VMS:
22039              
22040              Subject: Re: Configure check for whether 0.0 is stored as all bits zero
22041              From: "Craig A. Berry" <craigberry@mac.com>
22042              Message-Id: <p06210214beda5bf31c4c@[172.16.52.1]>
22043              Date: Sat, 18 Jun 2005 18:23:59 -0500
22044      Branch: perl
22045            ! Configure Porting/Glossary config_h.SH configure.com
22046 ____________________________________________________________________________
22047 [ 24897] By: nicholas                              on 2005/06/19  10:22:58
22048         Log: Move the offset calculations outside of new_body/del_body.
22049              This makes some of the upgrade code slightly simpler.
22050      Branch: perl
22051            ! sv.c
22052 ____________________________________________________________________________
22053 [ 24896] By: nicholas                              on 2005/06/18  22:43:58
22054         Log: Refactor sv_dup to memcpy from source to destination, and only
22055              explicitly copy the structure members that need explicit duplication.
22056      Branch: perl
22057            ! sv.c
22058 ____________________________________________________________________________
22059 [ 24895] By: nicholas                              on 2005/06/18  16:33:41
22060         Log: Squeeze a little more savings by moving pte and he arenas into the
22061              common arena free code.
22062      Branch: perl
22063            ! hv.h perl.h sv.c
22064 ____________________________________________________________________________
22065 [ 24894] By: nicholas                              on 2005/06/18  15:07:47
22066         Log: Subject: [PATCH] squeeze repetition out of Perl_sv_free_arenas
22067              From: Jim Cromie <jcromie@divsol.com>
22068              Message-ID: <42B3C388.2090902@divsol.com>
22069              Date: Sat, 18 Jun 2005 00:47:36 -0600
22070      Branch: perl
22071            ! sv.c
22072 ____________________________________________________________________________
22073 [ 24893] By: nicholas                              on 2005/06/18  14:28:04
22074         Log: update AVs and HVs using the old_body, and remove all of the local
22075              variables used to hold the SV body piecemeal.
22076      Branch: perl
22077            ! sv.c
22078 ____________________________________________________________________________
22079 [ 24892] By: nicholas                              on 2005/06/18  10:57:02
22080         Log: sv_upgrade by memcpy
22081              AV and HV cases need tidyup
22082      Branch: perl
22083            ! sv.c
22084 ____________________________________________________________________________
22085 [ 24891] By: nicholas                              on 2005/06/17  19:37:56
22086         Log: Fix compiling with -DPURIFY
22087      Branch: perl
22088            ! sv.c
22089 ____________________________________________________________________________
22090 [ 24890] By: nicholas                              on 2005/06/17  17:30:19
22091         Log: Change 24886 was buggy - should be taking (and passing in) the
22092              address of the arena.
22093      Branch: perl
22094            ! sv.c
22095 ____________________________________________________________________________
22096 [ 24889] By: rgs                                   on 2005/06/17  15:43:11
22097         Log: Add new internal error message to perldiag
22098      Branch: perl
22099            ! pod/perldiag.pod
22100 ____________________________________________________________________________
22101 [ 24888] By: nicholas                              on 2005/06/17  15:37:50
22102         Log: Collect a little more information about the body we're getting rid of
22103      Branch: perl
22104            ! sv.c
22105 ____________________________________________________________________________
22106 [ 24887] By: rgs                                   on 2005/06/17  14:44:43
22107         Log: Missing aTHX_ (noticed by Jim Cromie)
22108      Branch: perl
22109            ! sv.c
22110 ____________________________________________________________________________
22111 [ 24886] By: nicholas                              on 2005/06/17  14:28:07
22112         Log: Move freeing the old body after the creating of the new body.
22113      Branch: perl
22114            ! sv.c
22115 ____________________________________________________________________________
22116 [ 24885] By: nicholas                              on 2005/06/17  13:42:03
22117         Log: The only way is up!
22118              (*up*grades. Or croak)
22119      Branch: perl
22120            ! sv.c
22121 ____________________________________________________________________________
22122 [ 24884] By: rgs                                   on 2005/06/17  12:21:53
22123         Log: Subject: [perl #36199] [PATCH] 5.8.7 fails to build with parallel make 
22124              From: "Steve Peters via RT" <perlbug-followup@perl.org>
22125              Date: 16 Jun 2005 17:11:14 -0000
22126              Message-ID: <rt-3.0.11-36199-115872.8.39962488213992@perl.org>
22127      Branch: perl
22128            ! Makefile.SH
22129 ____________________________________________________________________________
22130 [ 24883] By: steveh                                on 2005/06/17  11:36:45
22131         Log: Silence STDERR grumblings from Borland's math library.
22132              
22133              This fixes failures in ext/B/t/deparse.t and lib/warnings.t (and
22134              renders change 24870 obsolete, hence it is reverted here).
22135      Branch: perl
22136            ! lib/warnings.t makedef.pl win32/win32.c
22137 ____________________________________________________________________________
22138 [ 24882] By: rgs                                   on 2005/06/17  09:26:25
22139         Log: Upgrade to PathTools 3.09
22140      Branch: perl
22141            ! ext/Cwd/Changes ext/Cwd/Cwd.xs ext/Cwd/t/cwd.t lib/Cwd.pm
22142            ! lib/File/Spec.pm
22143 ____________________________________________________________________________
22144 [ 24881] By: nicholas                              on 2005/06/17  08:35:48
22145         Log: new_pte/del_pte can use new_body/del_body too
22146      Branch: perl
22147            ! sv.c
22148 ____________________________________________________________________________
22149 [ 24880] By: steveh                                on 2005/06/17  08:28:32
22150         Log: Subject: [PATCH] Strip \\?\ prefix from Perl path in win32/win32.c:set_w32_module_name()
22151              From: "Jan Dubois" <jand@ActiveState.com>
22152              Date: Thu, 16 Jun 2005 11:43:15 -0700
22153              Message-Id: <200506161843.j5GIhKhL024472@smtp3.ActiveState.com>
22154      Branch: perl
22155            ! win32/win32.c
22156 ____________________________________________________________________________
22157 [ 24879] By: nicholas                              on 2005/06/16  22:08:29
22158         Log: Storing the ixv for magic arrays seems to cause double free errors on
22159              OS X. This all feels like voodoo.
22160      Branch: perl
22161            ! ext/B/B/Bytecode.pm
22162 ____________________________________________________________________________
22163 [ 24878] By: nicholas                              on 2005/06/16  22:06:57
22164         Log: Replace all the new/del static functions with calls to a single pair
22165              of functions that uproot/plant bodies
22166      Branch: perl
22167            ! embed.fnc embed.h proto.h sv.c
22168 ____________________________________________________________________________
22169 [ 24877] By: nicholas                              on 2005/06/16  19:28:20
22170         Log: Making more_* return a pointer, and swapping to a ternary ?: in
22171              new_* seems to generate slightly terser object code.
22172      Branch: perl
22173            ! sv.c
22174 ____________________________________________________________________________
22175 [ 24876] By: nicholas                              on 2005/06/16  18:37:55
22176         Log: Replace all the S_more_* functions with a single function.
22177              Saves 1.5K on the object file in OS X when built with -Os
22178      Branch: perl
22179            ! sv.c
22180 ____________________________________________________________________________
22181 [ 24875] By: nicholas                              on 2005/06/16  16:25:54
22182         Log: Subject: [PATCH] Re: [perl #36048] Refactor S_more_*v into one function
22183              From: Jim Cromie <jcromie@divsol.com>
22184              Message-ID: <42ADC8ED.4090009@divsol.com>
22185              Date: Mon, 13 Jun 2005 11:57:01 -0600
22186      Branch: perl
22187            ! sv.c
22188 ____________________________________________________________________________
22189 [ 24874] By: nicholas                              on 2005/06/16  15:09:00
22190         Log: I'm not convinced that manually creating HVs via sv_upgrade is a great
22191              idea, but as we are, turning on shared keys makes sense.
22192      Branch: perl
22193            ! util.c
22194 ____________________________________________________________________________
22195 [ 24873] By: merijn                                on 2005/06/16  14:33:10
22196         Log: Subject: [PATCH] Lint support
22197              From: Andy Lester <andy@petdance.com>
22198              Date: Thu, 16 Jun 2005 09:35:21 -0500
22199              Message-ID: <20050616143521.GB22188@petdance.com>
22200      Branch: perl
22201            ! XSUB.h perl.h universal.c
22202 ____________________________________________________________________________
22203 [ 24872] By: merijn                                on 2005/06/16  14:24:43
22204         Log: Subject: Re: a warning for a ExtUtils::ParseXS test
22205              From: Ken Williams <ken@mathforum.org>
22206              Date: Wed, 15 Jun 2005 20:00:42 -0500
22207              Message-Id: <29d2a69650cb39059c9af487069b941c@mathforum.org>
22208      Branch: perl
22209            ! lib/ExtUtils/ParseXS/t/XSTest.xs
22210 ____________________________________________________________________________
22211 [ 24871] By: rgs                                   on 2005/06/16  13:55:18
22212         Log: Subject: [PATCH] Removing /*SUPPRESS xxx*/
22213              From: Andy Lester <andy@petdance.com>
22214              Date: Thu, 16 Jun 2005 09:13:42 -0500
22215              Message-ID: <20050616141342.GA22188@petdance.com>
22216      Branch: perl
22217            ! av.c doio.c doop.c perl.c pp.c pp_hot.c pp_sys.c regcomp.c
22218            ! regexec.c sv.c toke.c util.c
22219 ____________________________________________________________________________
22220 [ 24870] By: steveh                                on 2005/06/16  13:16:56
22221         Log: Teach lib/warnings.t about Borland CRT error messages
22222      Branch: perl
22223            ! lib/warnings.t
22224 ____________________________________________________________________________
22225 [ 24869] By: rgs                                   on 2005/06/16  12:54:18
22226         Log: Subject: [perl #36237] IO::File $fh->binmode($layer) is broken 
22227              From: "Alexander Foken" (via RT) <perlbug-followup@perl.org>
22228              Date: 10 Jun 2005 12:46:41 -0000
22229              Message-ID: <rt-3.0.11-36237-115536.13.400290704223@perl.org>
22230              
22231              and bump version number
22232      Branch: perl
22233            ! ext/IO/lib/IO/File.pm
22234 ____________________________________________________________________________
22235 [ 24868] By: steveh                                on 2005/06/16  11:10:01
22236         Log: Update README.win32
22237              
22238              (Mention Borland compiler is also free; update libwin32 link)
22239      Branch: perl
22240            ! README.win32
22241 ____________________________________________________________________________
22242 [ 24867] By: steveh                                on 2005/06/16  11:00:19
22243         Log: Give op/taint.t a helping hand for Borland compiler on Win32
22244      Branch: perl
22245            ! t/op/taint.t
22246 ____________________________________________________________________________
22247 [ 24866] By: steveh                                on 2005/06/16  09:51:33
22248         Log: Fix changes 24862 and 24863 for Sarathy's old dmake
22249      Branch: perl
22250            ! win32/makefile.mk
22251 ____________________________________________________________________________
22252 [ 24865] By: rgs                                   on 2005/06/16  09:45:59
22253         Log: Subs with builtin attributes shouldn't be made constant
22254              
22255              Subject: Re: [perl #36297] builtin attrs on subrutine declarations
22256              From: Salvador "FandiXo" <sfandino@yahoo.com>
22257              Date: Wed, 15 Jun 2005 08:27:00 -0700 (PDT)
22258              Message-ID: <20050615152700.96320.qmail@web52702.mail.yahoo.com>
22259      Branch: perl
22260            ! op.c
22261 ____________________________________________________________________________
22262 [ 24864] By: rgs                                   on 2005/06/16  09:18:58
22263         Log: Add -f in perl synopsys, sync perl.pod and perlrun.pod synopses
22264      Branch: perl
22265            ! pod/perl.pod pod/perlrun.pod
22266 ____________________________________________________________________________
22267 [ 24863] By: steveh                                on 2005/06/16  09:09:22
22268         Log: Simplify win32/makefile.mk for static extensions with GCC
22269      Branch: perl
22270            ! win32/makefile.mk
22271 ____________________________________________________________________________
22272 [ 24862] By: steveh                                on 2005/06/16  08:51:14
22273         Log: Enable static extensions with Borland compiler on Win32
22274      Branch: perl
22275            ! win32/buildext.pl win32/makefile.mk
22276 ____________________________________________________________________________
22277 [ 24861] By: rgs                                   on 2005/06/16  08:29:10
22278         Log: Revert part of change #24854
22279      Branch: perl
22280            ! ext/Devel/DProf/t/DProf.t perl.c
22281 ____________________________________________________________________________
22282 [ 24860] By: steveh                                on 2005/06/16  07:40:21
22283         Log: Don't export Perl_stashpv_hvname_match when !USE_ITHREADS
22284              
22285              (Fixes a linker error on Win 32 introduced by change #24847)
22286      Branch: perl
22287            ! makedef.pl
22288 ____________________________________________________________________________
22289 [ 24859] By: nicholas                              on 2005/06/15  22:32:14
22290         Log: Don't write bytecode to load the NVX of AVs and HVs
22291      Branch: perl
22292            ! ext/B/B/Bytecode.pm
22293 ____________________________________________________________________________
22294 [ 24858] By: nicholas                              on 2005/06/15  22:31:41
22295         Log: We were failing to pring "not ok" if the text exited uncleanly
22296      Branch: perl
22297            ! ext/B/t/bytecode.t
22298 ____________________________________________________________________________
22299 [ 24857] By: nicholas                              on 2005/06/15  22:30:53
22300         Log: assert that you aren't assigning to the NVX of an AV or HV
22301      Branch: perl
22302            ! sv.h
22303 ____________________________________________________________________________
22304 [ 24856] By: rgs                                   on 2005/06/15  16:37:46
22305         Log: Introduce PERL_RUNPERL_DEBUG to alter the behavior of runperl(),
22306              this can be useful to use valgrind for example
22307      Branch: perl
22308            ! t/test.pl
22309 ____________________________________________________________________________
22310 [ 24855] By: steveh                                on 2005/06/15  16:30:58
22311         Log: Fix $Config{ccversion} for Borland C++ 5.5.1
22312              
22313              This pattern match seems a little saner, and stops " for Win32"
22314              getting picked up from the following output:
22315              
22316              Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
22317              
22318              Maybe it breaks older versions, but at least the latest now works
22319              correctly. If anyone knows what older versions' messages look like
22320              then speak up!
22321      Branch: perl
22322            ! win32/config_sh.PL
22323 ____________________________________________________________________________
22324 [ 24854] By: rgs                                   on 2005/06/15  16:24:05
22325         Log: Subject: Re: [PATCH] make -f invalid when USE_SITECUSTOMIZE isn't set
22326              From: Steve Peters <steve@fisharerojo.org>
22327              Date: Wed, 15 Jun 2005 11:30:41 -0500
22328              Message-ID: <20050615163040.GA14745@mccoy.peters.homeunix.org>
22329      Branch: perl
22330            ! ext/Devel/DProf/t/DProf.t perl.c
22331 ____________________________________________________________________________
22332 [ 24853] By: rgs                                   on 2005/06/15  16:16:32
22333         Log: Subject: sort optimization
22334              From: Salvador Fandiño <sfandino@yahoo.com>
22335              Date: Mon, 06 Jun 2005 12:05:05 +0100
22336              Message-ID: <20050606110425.22941.qmail@lists.develooper.com>
22337      Branch: perl
22338            ! pp_sort.c
22339 ____________________________________________________________________________
22340 [ 24852] By: steveh                                on 2005/06/15  16:02:06
22341         Log: Fix win32/makefile.mk for building with bcc32 5.5.1 and dmake 4.4
22342      Branch: perl
22343            ! win32/makefile.mk
22344 ____________________________________________________________________________
22345 [ 24851] By: rgs                                   on 2005/06/15  14:40:40
22346         Log: Subject: [perl #36297] builtin attrs on subrutine declarations 
22347              From: Salvador "FandiXXo" (via RT) <perlbug-followup@perl.org>
22348              Date: 15 Jun 2005 13:54:53 -0000
22349              Message-ID: <rt-3.0.11-36297-115797.8.75971493113916@perl.org>
22350      Branch: perl
22351            ! op.c t/op/attrs.t
22352 ____________________________________________________________________________
22353 [ 24850] By: merijn                                on 2005/06/15  13:57:57
22354         Log: Protect Perl_sv_2pvbyte () to NULL length pointers
22355              Thanks Nick!
22356      Branch: perl
22357            ! sv.c
22358 ____________________________________________________________________________
22359 [ 24849] By: rgs                                   on 2005/06/15  13:55:50
22360         Log: Better phrasing
22361      Branch: perl
22362            ! pod/perlfunc.pod
22363 ____________________________________________________________________________
22364 [ 24848] By: rgs                                   on 2005/06/15  09:27:55
22365         Log: Subject: [PATCH] Storable/Storable.xs: make plain C functions static
22366              From: Alexey Tourbin <at@altlinux.ru>
22367              Date: Sun, 5 Jun 2005 03:42:42 +0400
22368              Message-ID: <20050604234242.GW5867@solemn.turbinal.org>
22369      Branch: perl
22370            ! ext/Storable/Storable.xs
22371 ____________________________________________________________________________
22372 [ 24847] By: rgs                                   on 2005/06/15  09:03:22
22373         Log: Subject: [PATCH] CopSTASH_eq again
22374              From: Andy Lester <andy@petdance.com>
22375              Date: Tue, 14 Jun 2005 23:49:26 -0500
22376              Message-ID: <20050615044926.GA29087@petdance.com>
22377      Branch: perl
22378            ! cop.h embed.fnc embed.h global.sym proto.h util.c
22379 ____________________________________________________________________________
22380 [ 24846] By: rgs                                   on 2005/06/15  07:49:48
22381         Log: Fix warning nits, by Jarkko
22382      Branch: perl
22383            ! sv.c
22384 ____________________________________________________________________________
22385 [ 24845] By: nicholas                              on 2005/06/14  19:28:28
22386         Log: Subject: [PATCH] S_emulate_eaccess() does return a value
22387              From: Steve Peters <steve@fisharerojo.org>
22388              Message-ID: <20050614193052.GA1898@mccoy.peters.homeunix.org>
22389              Date: Tue, 14 Jun 2005 14:30:52 -0500
22390      Branch: perl
22391            ! embed.fnc proto.h
22392 ____________________________________________________________________________
22393 [ 24844] By: davem                                 on 2005/06/14  17:24:18
22394         Log: whoops, Perl_magic_freearylen_p returns int
22395      Branch: perl
22396            ! mg.c
22397 ____________________________________________________________________________
22398 [ 24843] By: nicholas                              on 2005/06/14  16:29:49
22399         Log: Change 24838 breaks deparse.t, which checks that embedded NULs work.
22400              Here's a temporary hack, pending a way for B to correctly identify
22401              PVs that are variable names in pads.
22402      Branch: perl
22403            ! ext/B/B.xs
22404 ____________________________________________________________________________
22405 [ 24842] By: rgs                                   on 2005/06/14  13:49:41
22406         Log: Add core test preamble
22407      Branch: perl
22408            ! lib/IO/Zlib/t/basic.t lib/IO/Zlib/t/external.t
22409            ! lib/IO/Zlib/t/getc.t lib/IO/Zlib/t/getline.t
22410            ! lib/IO/Zlib/t/import.t lib/IO/Zlib/t/large.t
22411            ! lib/IO/Zlib/t/tied.t lib/IO/Zlib/t/uncomp1.t
22412            ! lib/IO/Zlib/t/uncomp2.t
22413 ____________________________________________________________________________
22414 [ 24841] By: nicholas                              on 2005/06/14  13:40:49
22415         Log: Test was coredumping with a shared perl library.
22416              This is wrong. It seems that what gets peephole optimised
22417              (in this case named method calls into shared string scalars) depends
22418              on whether there is a shared perl library.
22419              Anyway, fix the symptom - the coredump.
22420      Branch: perl
22421            ! ext/XS/APItest/t/hash.t
22422 ____________________________________________________________________________
22423 [ 24840] By: steveh                                on 2005/06/14  13:36:03
22424         Log: Stop "test" filename clashing with "TEST" on Win32
22425              
22426              (and bump $IO::Zlib::VERSION again)
22427      Branch: perl
22428            ! lib/IO/Zlib.pm lib/IO/Zlib/t/uncomp1.t lib/IO/Zlib/t/uncomp2.t
22429 ____________________________________________________________________________
22430 [ 24839] By: steveh                                on 2005/06/14  13:26:30
22431         Log: Actually skip tests when they're supposed to be skipped!
22432              
22433              (and bump $IO::Zlib::VERSION)
22434      Branch: perl
22435            ! lib/IO/Zlib.pm lib/IO/Zlib/t/external.t
22436 ____________________________________________________________________________
22437 [ 24838] By: rgs                                   on 2005/06/14  13:22:20
22438         Log: Subject: [PATCH] Fix for SEGV in ext/B/t/xref.t on OpenBSD
22439              From: Steve Peters <steve@fisharerojo.org>
22440              Date: Tue, 14 Jun 2005 08:16:38 -0500
22441              Message-ID: <20050614131638.GA24771@mccoy.peters.homeunix.org>
22442      Branch: perl
22443            ! ext/B/B.xs
22444 ____________________________________________________________________________
22445 [ 24837] By: steveh                                on 2005/06/14  13:13:17
22446         Log: Don't delete IO/Zlib during distclean on Win32
22447              
22448              (IO/Socket still needs to go, though)
22449      Branch: perl
22450            ! win32/Makefile win32/makefile.mk
22451 ____________________________________________________________________________
22452 [ 24836] By: rgs                                   on 2005/06/14  13:02:24
22453         Log: Document ${^UTF8LOCALE}
22454      Branch: perl
22455            ! pod/perlvar.pod
22456 ____________________________________________________________________________
22457 [ 24835] By: rgs                                   on 2005/06/14  12:12:33
22458         Log: Add IO::Zlib in maintainers list
22459      Branch: perl
22460            ! Porting/Maintainers.pl
22461 ____________________________________________________________________________
22462 [ 24834] By: rgs                                   on 2005/06/14  12:06:40
22463         Log: Add IO::Zlib 1.04 to bleadperl
22464      Branch: perl
22465            + lib/IO/Zlib.pm lib/IO/Zlib/t/basic.t lib/IO/Zlib/t/external.t
22466            + lib/IO/Zlib/t/getc.t lib/IO/Zlib/t/getline.t
22467            + lib/IO/Zlib/t/import.t lib/IO/Zlib/t/large.t
22468            + lib/IO/Zlib/t/tied.t lib/IO/Zlib/t/uncomp1.t
22469            + lib/IO/Zlib/t/uncomp2.t
22470            ! MANIFEST Makefile.SH
22471 ____________________________________________________________________________
22472 [ 24833] By: davem                                 on 2005/06/14  10:15:10
22473         Log: Perl_magic_freearylen_p could coredump
22474      Branch: perl
22475            ! mg.c
22476 ____________________________________________________________________________
22477 [ 24832] By: rgs                                   on 2005/06/14  08:52:46
22478         Log: Subject: better assertion support
22479              From: Salvador Fandiño <sfandino@yahoo.com>
22480              Date: Mon, 13 Jun 2005 16:48:01 +0100
22481              Message-ID: <20050613154719.29295.qmail@lists.develooper.com>
22482      Branch: perl
22483            + lib/assertions/compat.pm t/comp/asstcompat.t
22484            ! MANIFEST lib/assertions.pm lib/assertions/activate.pm perl.c
22485            ! pod/perlrun.pod t/comp/assertions.t t/run/switch_A.t
22486 ____________________________________________________________________________
22487 [ 24831] By: rgs                                   on 2005/06/14  08:31:18
22488         Log: Since the version module is use'd afterwards, use_ok needs to be
22489              in a BEGIN block
22490      Branch: perl
22491            ! lib/version.t
22492 ____________________________________________________________________________
22493 [ 24830] By: steveh                                on 2005/06/14  07:42:33
22494         Log: Add BUILDOPTEXTRA to Win32 makefiles
22495              
22496              This allows extra build options, e.g. -DNO_HASH_SEED, to be
22497              specified on the command line, which is otherwise not possible
22498              under nmake using the existing BUILDOPT macro
22499              
22500              Suggested by Jan Dubois <jand@ActiveState.com>
22501      Branch: perl
22502            ! win32/Makefile win32/makefile.mk
22503 ____________________________________________________________________________
22504 [ 24829] By: nicholas                              on 2005/06/13  22:29:00
22505         Log: Pay attention to the comments that Dave writes.
22506      Branch: perl
22507            ! sv.c
22508 ____________________________________________________________________________
22509 [ 24828] By: rgs                                   on 2005/06/13  20:22:52
22510         Log: Comment nit to help Devel::Cover, spotted by Steve Peters
22511      Branch: perl
22512            ! ext/POSIX/POSIX.xs
22513 ____________________________________________________________________________
22514 [ 24827] By: nicholas                              on 2005/06/13  20:18:57
22515         Log: Croak if an attempt is made to modify PL_strtab
22516              (er, TODO - these should be in perldiag)
22517      Branch: perl
22518            ! ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
22519            ! ext/XS/APItest/t/hash.t hv.c
22520 ____________________________________________________________________________
22521 [ 24826] By: nicholas                              on 2005/06/13  20:17:56
22522         Log: More SvPV consting
22523      Branch: perl
22524            ! perl.c
22525 ____________________________________________________________________________
22526 [ 24825] By: steveh                                on 2005/06/13  16:35:19
22527         Log: Subject: [PATCH @ 24819] Re: Change 24806: improve static build for win32/Makefile
22528              From: vadim <vadim@vkonovalov.ru>
22529              Date: Mon, 13 Jun 2005 15:41:41 -0400
22530              Message-Id: <1118691701.6333.32.camel@mdk10>
22531      Branch: perl
22532            ! win32/Makefile win32/makefile.mk
22533 ____________________________________________________________________________
22534 [ 24824] By: nicholas                              on 2005/06/13  16:24:57
22535         Log: With shared hash key scalars now accessing the hash via the PVX, you
22536              can't fake them with regular PVIVs. So fake method calls have to use
22537              real shared hask key scalars.
22538      Branch: perl
22539            ! ext/B/t/optree_specials.t op.c
22540 ____________________________________________________________________________
22541 [ 24823] By: rgs                                   on 2005/06/13  15:20:05
22542         Log: Subject: [PATCH] Bring bleadperl up to version.pm
22543              From: John Peacock <jpeacock@rowman.com>
22544              Date: Mon, 06 Jun 2005 05:18:21 -0400
22545              Message-ID: <42A414DD.8090504@rowman.com>
22546      Branch: perl
22547            ! configpm embed.fnc lib/h2xs.t lib/version.pm lib/version.t
22548            ! pod/perlapi.pod pp_ctl.c proto.h t/comp/require.t t/comp/use.t
22549            ! t/op/universal.t t/op/ver.t universal.c util.c utils/h2xs.PL
22550 ____________________________________________________________________________
22551 [ 24822] By: rgs                                   on 2005/06/13  12:49:18
22552         Log: Subject: [PATCH] Re: [perl #36047] perlmod.pod/CLONESKIP error
22553              From: Offer Kaye <offer.kaye@gmail.com>
22554              Date: Thu, 2 Jun 2005 09:14:53 +0300
22555              Message-ID: <56942505060123146e5eb1c2@mail.gmail.com>
22556      Branch: perl
22557            ! pod/perlmod.pod
22558 ____________________________________________________________________________
22559 [ 24821] By: nicholas                              on 2005/06/13  11:48:05
22560         Log: Change 24816 forgot to update makedef.pl
22561      Branch: perl
22562            ! makedef.pl
22563 ____________________________________________________________________________
22564 [ 24820] By: rgs                                   on 2005/06/13  11:28:43
22565         Log: Make some variables global, to avoid some "will not stay
22566              shared" warnings at compile time
22567      Branch: perl
22568            ! lib/ExtUtils/ParseXS.pm
22569 ____________________________________________________________________________
22570 [ 24819] By: nicholas                              on 2005/06/13  09:43:18
22571         Log: S_share_hek_flags can revert to returning a HEK
22572      Branch: perl
22573            ! embed.fnc hv.c proto.h
22574 ____________________________________________________________________________
22575 [ 24818] By: rgs                                   on 2005/06/13  09:13:43
22576         Log: Remove MANIFEST for Compress::Zlib
22577      Branch: perl
22578            - ext/Compress/Zlib/MANIFEST
22579            ! MANIFEST
22580 ____________________________________________________________________________
22581 [ 24817] By: rgs                                   on 2005/06/13  09:00:00
22582         Log: Make SvUPGRADE always have the value '1'
22583              Make sv_upgrade a void function
22584      Branch: perl
22585            ! embed.fnc pod/perlapi.pod proto.h sv.c sv.h
22586 ____________________________________________________________________________
22587 [ 24816] By: nicholas                              on 2005/06/13  08:25:53
22588         Log: We no longer need PL_shared_hek_table
22589      Branch: perl
22590            ! embedvar.h ext/threads/threads.xs intrpvar.h perl.c perlapi.h
22591            ! sv.c
22592 ____________________________________________________________________________
22593 [ 24815] By: rgs                                   on 2005/06/13  07:58:31
22594         Log: Help "make distclean"
22595      Branch: perl
22596            ! Makefile.SH
22597 ____________________________________________________________________________
22598 [ 24814] By: nicholas                              on 2005/06/12  23:40:55
22599         Log: Clone all shared string PVs as shared string PVs (now that we can do
22600              it very efficiently)
22601      Branch: perl
22602            ! sv.c
22603 ____________________________________________________________________________
22604 [ 24813] By: nicholas                              on 2005/06/12  22:34:39
22605         Log: duping shared hask key scalars can use hek_dup
22606      Branch: perl
22607            ! sv.c
22608 ____________________________________________________________________________
22609 [ 24812] By: nicholas                              on 2005/06/12  22:33:51
22610         Log: hek_dup can now store the HEK rather than the HE, as there is now a
22611              fast way to share a hek
22612      Branch: perl
22613            ! hv.c
22614 ____________________________________________________________________________
22615 [ 24811] By: nicholas                              on 2005/06/12  21:59:34
22616         Log: Provide share_hek_hek, and use it for fast copying of shared string
22617              scalars.
22618      Branch: perl
22619            ! hv.h sv.c
22620 ____________________________________________________________________________
22621 [ 24810] By: nicholas                              on 2005/06/12  21:58:23
22622         Log: Compare HE *s in S_unshare_hek_or_pvn's tight hek loop, rather than
22623              HEKs
22624      Branch: perl
22625            ! hv.c
22626 ____________________________________________________________________________
22627 [ 24809] By: nicholas                              on 2005/06/12  21:08:33
22628         Log: Shortcut chasing round strtab when we're not the last reference.
22629      Branch: perl
22630            ! hv.c
22631 ____________________________________________________________________________
22632 [ 24808] By: nicholas                              on 2005/06/12  20:00:18
22633         Log: In the shared string table, store the HE and HEK next to each other
22634              in one malloc()ed block.
22635      Branch: perl
22636            ! hv.c hv.h
22637 ____________________________________________________________________________
22638 [ 24807] By: merijn                                on 2005/06/12  09:58:32
22639         Log: Subject: [PATCH] perlipc.pod: mkfifo()
22640              From: Alexey Tourbin <at@altlinux.ru>
22641              Date: Sat, 11 Jun 2005 16:26:56 +0400
22642              Message-ID: <20050611122656.GC8181@solemn.turbinal.org>
22643      Branch: perl
22644            ! pod/perlipc.pod
22645 ____________________________________________________________________________
22646 [ 24806] By: merijn                                on 2005/06/12  09:54:07
22647         Log: Subject: improve static build for win32/Makefile
22648              From: vadim <vadim@vkonovalov.ru>
22649              Date: Sun, 12 Jun 2005 14:09:11 -0400
22650              Message-Id: <1118599750.2732.2.camel@mdk10>
22651      Branch: perl
22652            ! win32/Makefile
22653 ____________________________________________________________________________
22654 [ 24805] By: merijn                                on 2005/06/12  09:19:38
22655         Log: Subject: RE: 05gzsetp.t and initial 'ver' in test output
22656              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
22657              Date: Sat, 11 Jun 2005 22:23:00 +0100
22658              Message-Id: <20050611212234.UGOL29707.aamta11-winn.ispmail.ntl.com@MARQUESSPT21>
22659      Branch: perl
22660            ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/Zlib.pm
22661            ! ext/Compress/Zlib/t/05gzsetp.t
22662 ____________________________________________________________________________
22663 [ 24804] By: nicholas                              on 2005/06/11  21:05:29
22664         Log: This isn't an LVALUE, so make the compiler enforce that.
22665      Branch: perl
22666            ! sv.h
22667 ____________________________________________________________________________
22668 [ 24803] By: nicholas                              on 2005/06/11  18:01:32
22669         Log: hash key code cleanup
22670      Branch: perl
22671            ! embed.fnc hv.c hv.h proto.h
22672 ____________________________________________________________________________
22673 [ 24802] By: nicholas                              on 2005/06/11  17:00:52
22674         Log: Shrink shared hash scalars from PVIV to PV
22675      Branch: perl
22676            ! embed.fnc embed.h proto.h sv.c sv.h
22677 ____________________________________________________________________________
22678 [ 24801] By: nicholas                              on 2005/06/11  14:08:00
22679         Log: Propagate const/mutable/not into the SvPV call for retrieving an
22680              overloaded value.
22681      Branch: perl
22682            ! sv.c
22683 ____________________________________________________________________________
22684 [ 24800] By: nicholas                              on 2005/06/10  23:12:29
22685         Log: More SvPV consting. And other related drive-by refactoring.
22686      Branch: perl
22687            ! regcomp.c regexec.c taint.c toke.c universal.c utf8.c util.c
22688            ! xsutils.c
22689 ____________________________________________________________________________
22690 [ 24799] By: nicholas                              on 2005/06/10  22:06:15
22691         Log: More SvPV consting, including some code cleanup and living dangerously
22692              with socket API calls.
22693      Branch: perl
22694            ! pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c
22695 ____________________________________________________________________________
22696 [ 24798] By: nicholas                              on 2005/06/10  20:48:35
22697         Log: Move SvPV consting, remove an n_a, and correct one error in Move()
22698      Branch: perl
22699            ! doio.c doop.c dump.c op.c sv.c
22700 ____________________________________________________________________________
22701 [ 24797] By: nicholas                              on 2005/06/10  18:42:47
22702         Log: Allison says that "Media" isn't really needed in the name.
22703      Branch: perl
22704            ! pod/perl.pod
22705 ____________________________________________________________________________
22706 [ 24796] By: nicholas                              on 2005/06/10  16:26:43
22707         Log: Add SvGROW_mutable
22708      Branch: perl
22709            ! sv.c sv.h
22710 ____________________________________________________________________________
22711 [ 24795] By: nicholas                              on 2005/06/10  15:44:47
22712         Log: Passing read only values (such as string constants) to select should
22713              croak.
22714      Branch: perl
22715            + t/op/sselect.t
22716            ! MANIFEST pp_sys.c
22717 ____________________________________________________________________________
22718 [ 24794] By: nicholas                              on 2005/06/10  15:16:43
22719         Log: Don't pass constants to select
22720      Branch: perl
22721            ! t/op/lex_assign.t
22722 ____________________________________________________________________________
22723 [ 24793] By: rgs                                   on 2005/06/10  13:44:35
22724         Log: Pre-run and disarm the code automodification run by
22725              Compress::Zlib's Makefile
22726      Branch: perl
22727            ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/Zlib.pm
22728            ! ext/Compress/Zlib/examples/filtdef
22729            ! ext/Compress/Zlib/examples/filtinf
22730            ! ext/Compress/Zlib/examples/gzcat
22731            ! ext/Compress/Zlib/examples/gzgrep
22732            ! ext/Compress/Zlib/examples/gzstream
22733            ! ext/Compress/Zlib/t/01version.t ext/Compress/Zlib/t/02zlib.t
22734            ! ext/Compress/Zlib/t/03examples.t
22735            ! ext/Compress/Zlib/t/04encoding.t
22736            ! ext/Compress/Zlib/t/05gzsetp.t ext/Compress/Zlib/t/06gzdopen.t
22737 ____________________________________________________________________________
22738 [ 24792] By: rgs                                   on 2005/06/10  12:53:21
22739         Log: Update Windows makefiles
22740      Branch: perl
22741            ! win32/Makefile win32/makefile.mk
22742 ____________________________________________________________________________
22743 [ 24791] By: nicholas                              on 2005/06/10  12:44:30
22744         Log: Work around bug 36211, plus a lot of TODO regression tests for local/
22745              $#... interaction. 
22746      Branch: perl
22747            ! scope.c t/op/array.t
22748 ____________________________________________________________________________
22749 [ 24790] By: rgs                                   on 2005/06/10  12:44:02
22750         Log: Update maintainers list
22751      Branch: perl
22752            ! Porting/Maintainers.pl
22753 ____________________________________________________________________________
22754 [ 24789] By: rgs                                   on 2005/06/10  12:30:14
22755         Log: Bump version number
22756      Branch: perl
22757            ! ext/Compress/Zlib/Zlib.pm
22758 ____________________________________________________________________________
22759 [ 24788] By: rgs                                   on 2005/06/10  12:09:30
22760         Log: Makefile.PL adjustments for the core
22761      Branch: perl
22762            ! ext/Compress/Zlib/Makefile.PL
22763 ____________________________________________________________________________
22764 [ 24787] By: rgs                                   on 2005/06/10  12:07:01
22765         Log: SvUPGRADE returns void in blead
22766      Branch: perl
22767            ! ext/Compress/Zlib/Zlib.xs
22768 ____________________________________________________________________________
22769 [ 24786] By: rgs                                   on 2005/06/10  12:05:38
22770         Log: Drom Compress::Zlib 1.34 in ext/
22771      Branch: perl
22772            + ext/Compress/Zlib/ANNOUNCE ext/Compress/Zlib/Changes
22773            + ext/Compress/Zlib/MANIFEST ext/Compress/Zlib/Makefile.PL
22774            + ext/Compress/Zlib/README ext/Compress/Zlib/Zlib.pm
22775            + ext/Compress/Zlib/Zlib.xs ext/Compress/Zlib/config.in
22776            + ext/Compress/Zlib/examples/filtdef
22777            + ext/Compress/Zlib/examples/filtinf
22778            + ext/Compress/Zlib/examples/gzcat
22779            + ext/Compress/Zlib/examples/gzgrep
22780            + ext/Compress/Zlib/examples/gzstream
22781            + ext/Compress/Zlib/fallback.h ext/Compress/Zlib/fallback.xs
22782            + ext/Compress/Zlib/t/01version.t ext/Compress/Zlib/t/02zlib.t
22783            + ext/Compress/Zlib/t/03examples.t
22784            + ext/Compress/Zlib/t/04encoding.t
22785            + ext/Compress/Zlib/t/05gzsetp.t ext/Compress/Zlib/t/06gzdopen.t
22786            + ext/Compress/Zlib/typemap
22787            + ext/Compress/Zlib/zlib-src-1.2.2/adler32.c
22788            + ext/Compress/Zlib/zlib-src-1.2.2/compress.c
22789            + ext/Compress/Zlib/zlib-src-1.2.2/crc32.c
22790            + ext/Compress/Zlib/zlib-src-1.2.2/crc32.h
22791            + ext/Compress/Zlib/zlib-src-1.2.2/deflate.c
22792            + ext/Compress/Zlib/zlib-src-1.2.2/deflate.h
22793            + ext/Compress/Zlib/zlib-src-1.2.2/gzio.c
22794            + ext/Compress/Zlib/zlib-src-1.2.2/infback.c
22795            + ext/Compress/Zlib/zlib-src-1.2.2/inffast.c
22796            + ext/Compress/Zlib/zlib-src-1.2.2/inffast.h
22797            + ext/Compress/Zlib/zlib-src-1.2.2/inffixed.h
22798            + ext/Compress/Zlib/zlib-src-1.2.2/inflate.c
22799            + ext/Compress/Zlib/zlib-src-1.2.2/inflate.h
22800            + ext/Compress/Zlib/zlib-src-1.2.2/inftrees.c
22801            + ext/Compress/Zlib/zlib-src-1.2.2/inftrees.h
22802            + ext/Compress/Zlib/zlib-src-1.2.2/trees.c
22803            + ext/Compress/Zlib/zlib-src-1.2.2/trees.h
22804            + ext/Compress/Zlib/zlib-src-1.2.2/uncompr.c
22805            + ext/Compress/Zlib/zlib-src-1.2.2/zconf.h
22806            + ext/Compress/Zlib/zlib-src-1.2.2/zlib.h
22807            + ext/Compress/Zlib/zlib-src-1.2.2/zutil.c
22808            + ext/Compress/Zlib/zlib-src-1.2.2/zutil.h
22809            ! MANIFEST
22810 ____________________________________________________________________________
22811 [ 24785] By: nicholas                              on 2005/06/10  10:06:30
22812         Log: Change 24531 broke DEBUG_LEAKING_SCALARS.
22813      Branch: perl
22814            ! sv.c
22815 ____________________________________________________________________________
22816 [ 24784] By: nicholas                              on 2005/06/09  21:01:42
22817         Log: $r = do {my @a; \$#a}; $$r = 503 # is also naughty and now warns
22818      Branch: perl
22819            ! av.c pod/perldiag.pod t/op/array.t
22820 ____________________________________________________________________________
22821 [ 24783] By: nicholas                              on 2005/06/09  19:02:43
22822         Log: Fixes the case of $a = \$#{[]}; and then accessing $$a
22823              (but not \$#a after local @a or my @a leave a block)
22824      Branch: perl
22825            ! av.c dump.c embed.fnc embed.h mg.c perl.h proto.h t/op/array.t
22826 ____________________________________________________________________________
22827 [ 24782] By: nicholas                              on 2005/06/09  16:37:18
22828         Log: Convert op/array.t to test.pl
22829      Branch: perl
22830            ! t/op/array.t
22831 ____________________________________________________________________________
22832 [ 24781] By: rgs                                   on 2005/06/09  15:32:09
22833         Log: Revert part of previous patch
22834      Branch: perl
22835            ! util.c
22836 ____________________________________________________________________________
22837 [ 24780] By: rgs                                   on 2005/06/09  15:12:39
22838         Log: Subject: [PATCH] regcomp.c and more
22839              From: Andy Lester <andy@petdance.com>
22840              Date: Thu, 9 Jun 2005 10:05:56 -0500
22841              Message-ID: <20050609150556.GA30554@petdance.com>
22842      Branch: perl
22843            ! embed.fnc mg.c perly.c proto.h regcomp.c sv.c util.c
22844 ____________________________________________________________________________
22845 [ 24778] By: nicholas                              on 2005/06/09  10:36:53
22846         Log: More SvPV consting
22847      Branch: perl
22848            ! mg.c perlio.c pp_pack.c
22849 ____________________________________________________________________________
22850 [ 24777] By: nicholas                              on 2005/06/09  10:36:40
22851         Log: Don't ignore errors from an eval.
22852      Branch: perl
22853            ! t/op/pack.t
22854 ____________________________________________________________________________
22855 [ 24776] By: nicholas                              on 2005/06/09  09:23:55
22856         Log: Update API docs.
22857      Branch: perl
22858            ! pod/perlapi.pod
22859 ____________________________________________________________________________
22860 [ 24775] By: nicholas                              on 2005/06/09  09:22:18
22861         Log: Change perforce filetype from text to text+w (so regen.pl is happy)
22862      Branch: perl
22863            ! opnames.h reentr.c reentr.h
22864 ____________________________________________________________________________
22865 [ 24774] By: nicholas                              on 2005/06/09  09:15:55
22866         Log: reentr.pl should be using regen_lib.pl and unlinking files before it
22867              starts.
22868      Branch: perl
22869            ! reentr.pl
22870 ____________________________________________________________________________
22871 [ 24773] By: nicholas                              on 2005/06/09  08:59:21
22872         Log: Make minitest pass (must skip if no dynaloading)
22873      Branch: perl
22874            ! t/op/goto_xs.t
22875 ____________________________________________________________________________
22876 [ 24772] By: rgs                                   on 2005/06/09  08:12:03
22877         Log: Subject: [PATCH] pp_pack.c cleanup
22878              From: Andy Lester <andy@petdance.com>
22879              Date: Wed, 8 Jun 2005 10:23:53 -0500
22880              Message-ID: <20050608152353.GA6253@petdance.com>
22881      Branch: perl
22882            ! pp_pack.c
22883 ____________________________________________________________________________
22884 [ 24771] By: rgs                                   on 2005/06/09  07:59:09
22885         Log: Subject: [PATCH] perlfunc.pod: ioctl.ph
22886              From: Alexey Tourbin <at@altlinux.ru>
22887              Date: Wed, 8 Jun 2005 13:45:08 +0400
22888              Message-ID: <20050608094508.GJ5867@solemn.turbinal.org>
22889      Branch: perl
22890            ! pod/perlfunc.pod
22891 ____________________________________________________________________________
22892 [ 24770] By: rgs                                   on 2005/06/09  07:44:36
22893         Log: Subject: [PATCH] instead of unions use double cast for data pointer <-> function pointer
22894              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
22895              Date: Thu, 09 Jun 2005 08:50:56 +0300
22896              Message-ID: <42A7D8C0.1080104@gmail.com>
22897      Branch: perl
22898            ! ext/DynaLoader/dl_dlopen.xs perl.h sv.c toke.c
22899 ____________________________________________________________________________
22900 [ 24769] By: nicholas                              on 2005/06/08  22:48:00
22901         Log: More SvPV consting
22902      Branch: perl
22903            ! dump.c mg.c op.c pp_hot.c pp_sys.c regexec.c
22904 ____________________________________________________________________________
22905 [ 24768] By: nicholas                              on 2005/06/08  22:45:39
22906         Log: The old COW code needs to use SvPVX_mutable when doing copy-on-write.
22907      Branch: perl
22908            ! sv.c
22909 ____________________________________________________________________________
22910 [ 24767] By: nicholas                              on 2005/06/08  22:43:58
22911         Log: Add SvPV_mutable for use by the old COW code.
22912      Branch: perl
22913            ! sv.h
22914 ____________________________________________________________________________
22915 [ 24766] By: nicholas                              on 2005/06/08  20:32:35
22916         Log: sv_setsv is allowed to swipe buffers from read only scalars
22917      Branch: perl
22918            ! sv.c
22919 ____________________________________________________________________________
22920 [ 24765] By: nicholas                              on 2005/06/08  19:49:08
22921         Log: const-ize pp_formline
22922      Branch: perl
22923            ! pp_ctl.c
22924 ____________________________________________________________________________
22925 [ 24764] By: merijn                                on 2005/06/08  19:14:19
22926         Log: Cygwin fails to open $^X on many occasion here
22927              afile is still available from the previous test
22928      Branch: perl
22929            ! t/io/layers.t
22930 ____________________________________________________________________________
22931 [ 24763] By: nicholas                              on 2005/06/08  17:48:35
22932         Log: Remove repeated C<n_a>s
22933      Branch: perl
22934            ! perl.c
22935 ____________________________________________________________________________
22936 [ 24762] By: nicholas                              on 2005/06/08  17:48:17
22937         Log: Remove the n_a
22938      Branch: perl
22939            ! malloc.c
22940 ____________________________________________________________________________
22941 [ 24761] By: nicholas                              on 2005/06/08  16:02:54
22942         Log: Add and use MgPV_nolen_const
22943      Branch: perl
22944            ! mg.c mg.h
22945 ____________________________________________________________________________
22946 [ 24760] By: nicholas                              on 2005/06/08  15:39:40
22947         Log: Nuke some more n_a, and convert S_gv_ename from char * to const char *
22948      Branch: perl
22949            ! doop.c dump.c embed.fnc mg.c op.c pp_hot.c pp_pack.c pp_sys.c
22950            ! proto.h regcomp.c taint.c toke.c
22951 ____________________________________________________________________________
22952 [ 24759] By: nicholas                              on 2005/06/08  14:52:17
22953         Log: Allow a null length pointer to sv_pvn_force_flags.
22954              Add SvPV_force_nolen and use it to remove some C<n_a>s
22955      Branch: perl
22956            ! embed.fnc pp.c pp_ctl.c proto.h sv.c sv.h
22957 ____________________________________________________________________________
22958 [ 24758] By: nicholas                              on 2005/06/08  13:43:23
22959         Log: n_a no more
22960      Branch: perl
22961            ! perl.c pp_ctl.c pp_sys.c universal.c
22962 ____________________________________________________________________________
22963 [ 24757] By: nicholas                              on 2005/06/08  11:00:54
22964         Log: Eliminate more C<n_a>s
22965      Branch: perl
22966            ! XSUB.h pp.h
22967 ____________________________________________________________________________
22968 [ 24756] By: nicholas                              on 2005/06/08  11:00:33
22969         Log: A mising cast (given that rx->subbeg is only char *)
22970      Branch: perl
22971            ! pp_hot.c
22972 ____________________________________________________________________________
22973 [ 24755] By: nicholas                              on 2005/06/08  10:08:01
22974         Log: s/PERL_COPY_ON_WRITE/PERL_OLD_COPY_ON_WRITE/g
22975      Branch: perl
22976            ! dump.c embed.fnc embed.h ext/B/t/bytecode.t
22977            ! ext/Devel/PPPort/parts/embed.fnc makedef.pl mg.c pad.c
22978            ! pp_ctl.c pp_hot.c proto.h regcomp.c regexec.c regexp.h sv.c
22979            ! sv.h
22980 ____________________________________________________________________________
22981 [ 24754] By: rgs                                   on 2005/06/08  09:19:18
22982         Log: Subject: [PATCH] regexec.c utf8 loading
22983              From: Andy Lester <andy@petdance.com>
22984              Date: Wed, 8 Jun 2005 00:03:32 -0500
22985              Message-ID: <20050608050332.GA31059@petdance.com>
22986      Branch: perl
22987            ! regexec.c
22988 ____________________________________________________________________________
22989 [ 24753] By: rgs                                   on 2005/06/08  09:12:17
22990         Log: Subject: Re: FindBin.pm: incomplete getcwd/cwd patch and SELinux (Strict policy)
22991              From: José Pedro Oliveira <jpo@di.uminho.pt>
22992              Date: Tue, 07 Jun 2005 21:07:42 +0100
22993              Message-ID: <42A5FE8E.3020608@di.uminho.pt>
22994      Branch: perl
22995            ! lib/FindBin.pm
22996 ____________________________________________________________________________
22997 [ 24752] By: nicholas                              on 2005/06/08  09:09:52
22998         Log: One more SvPV_const
22999      Branch: perl
23000            ! pp.c
23001 ____________________________________________________________________________
23002 [ 24751] By: nicholas                              on 2005/06/08  09:09:28
23003         Log: Don't test the core XS code yet with PERL_DEBUG_COW > 1
23004      Branch: perl
23005            ! sv.h
23006 ____________________________________________________________________________
23007 [ 24750] By: nicholas                              on 2005/06/08  08:50:06
23008         Log: Remove two more unused C<n_a>s
23009      Branch: perl
23010            ! pp_sys.c
23011 ____________________________________________________________________________
23012 [ 24749] By: nicholas                              on 2005/06/08  08:49:32
23013         Log: Better sv_2pv_flags implementation (avoid writing to n_a)
23014      Branch: perl
23015            ! sv.c
23016 ____________________________________________________________________________
23017 [ 24748] By: nicholas                              on 2005/06/08  08:07:05
23018         Log: Convert POPpx POPpconstx and POPpbytex to use nolen macros.
23019              Elminate a lot of C<n_a>s
23020      Branch: perl
23021            ! pp.h pp_ctl.c pp_sys.c
23022 ____________________________________________________________________________
23023 [ 24747] By: nicholas                              on 2005/06/08  08:05:47
23024         Log: Add SvPVx_nolen and SvPVbytex_nolen
23025      Branch: perl
23026            ! sv.h
23027 ____________________________________________________________________________
23028 [ 24746] By: nicholas                              on 2005/06/08  08:04:53
23029         Log: More SvPV consting
23030      Branch: perl
23031            ! perly.act perly.y
23032 ____________________________________________________________________________
23033 [ 24745] By: rgs                                   on 2005/06/08  06:51:48
23034         Log: Mark a static function as static
23035      Branch: perl
23036            ! utf8.c
23037 ____________________________________________________________________________
23038 [ 24744] By: nicholas                              on 2005/06/07  22:22:34
23039         Log: More SvPV consting
23040      Branch: perl
23041            ! doop.c pp.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c regexec.c
23042            ! sv.c toke.c
23043 ____________________________________________________________________________
23044 [ 24743] By: nicholas                              on 2005/06/07  21:16:13
23045         Log: More SvPV consting
23046      Branch: perl
23047            ! doop.c mg.c perl.c pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sys.c
23048            ! sv.c
23049 ____________________________________________________________________________
23050 [ 24742] By: nicholas                              on 2005/06/07  19:45:13
23051         Log: More consting of SvPV
23052      Branch: perl
23053            ! embed.fnc pp_ctl.c proto.h sv.c
23054 ____________________________________________________________________________
23055 [ 24741] By: rgs                                   on 2005/06/07  19:30:35
23056         Log: The definition of SvPVx_nolen_const is missing for non GNU-C compilers
23057      Branch: perl
23058            ! sv.h
23059 ____________________________________________________________________________
23060 [ 24740] By: nicholas                              on 2005/06/07  18:38:39
23061         Log: More SvPV consting.
23062      Branch: perl
23063            ! doio.c doop.c gv.c mg.c perlio.c pp.c pp_ctl.c pp_hot.c
23064            ! pp_pack.c pp_sys.c sv.c toke.c universal.c util.c
23065 ____________________________________________________________________________
23066 [ 24739] By: nicholas                              on 2005/06/07  18:33:08
23067         Log: Add SvPV_nolen_const and SvPV_nomg_const
23068      Branch: perl
23069            ! sv.h
23070 ____________________________________________________________________________
23071 [ 24738] By: nicholas                              on 2005/06/07  18:32:44
23072         Log: Add MgPV_const
23073      Branch: perl
23074            ! mg.h
23075 ____________________________________________________________________________
23076 [ 24737] By: rgs                                   on 2005/06/07  18:07:41
23077         Log: Remove unused variable (thanks to Andy's lint)
23078      Branch: perl
23079            ! mg.c
23080 ____________________________________________________________________________
23081 [ 24736] By: nicholas                              on 2005/06/07  17:35:10
23082         Log: Change 24733 allows several pointers to be NULL. Therefore this
23083              should be reflected in their attributes.
23084      Branch: perl
23085            ! embed.fnc proto.h
23086 ____________________________________________________________________________
23087 [ 24735] By: rgs                                   on 2005/06/07  17:03:16
23088         Log: Subject: [PATCH] Random cleanups #47
23089              From: Andy Lester <andy@petdance.com>
23090              Date: Mon, 6 Jun 2005 10:11:07 -0500
23091              Message-ID: <20050606151107.GC7022@petdance.com>
23092      Branch: perl
23093            ! Makefile.SH README.aix embed.fnc hv.c numeric.c op.c pad.c
23094            ! pod/perldebug.pod pp_ctl.c proto.h sv.c toke.c util.c
23095 ____________________________________________________________________________
23096 [ 24734] By: rgs                                   on 2005/06/07  15:58:23
23097         Log: make some more functions static
23098              
23099              Subject: [PATCH] B/C/C.xs: static my_runops()
23100              Message-ID: <20050604232451.GT5867@solemn.turbinal.org>
23101              
23102              Subject: [PATCH] Devel/Peek/Peek.xs: make plain C functions static
23103              Message-ID: <20050604232952.GU5867@solemn.turbinal.org>
23104              
23105              Subject: [PATCH] File/Glob/Glob.xs: errfunc() should be static
23106              Message-ID: <20050604233414.GV5867@solemn.turbinal.org>
23107              
23108              all being :
23109              From: Alexey Tourbin <at@altlinux.ru>
23110              Date: Sun, 5 Jun 2005
23111      Branch: perl
23112            ! ext/B/C/C.xs ext/Devel/Peek/Peek.xs ext/File/Glob/Glob.xs
23113 ____________________________________________________________________________
23114 [ 24733] By: nicholas                              on 2005/06/07  15:10:38
23115         Log: Simplify the implementation of SvPV*nolen functions
23116      Branch: perl
23117            ! sv.c sv.h
23118 ____________________________________________________________________________
23119 [ 24732] By: nicholas                              on 2005/06/07  14:57:35
23120         Log: Ensure string table counts are balanced. (Was not true in op/pack.t)
23121      Branch: perl
23122            ! sv.c sv.h
23123 ____________________________________________________________________________
23124 [ 24731] By: rgs                                   on 2005/06/07  14:44:55
23125         Log: Remove unneeded #ifdef VMS since VMS is not defined here anyway
23126              (spotted by Steve_p)
23127      Branch: perl
23128            ! util.c
23129 ____________________________________________________________________________
23130 [ 24730] By: rgs                                   on 2005/06/07  14:35:25
23131         Log: Subject: [PATCH] one more round of is_utf8_foo tuneup
23132              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
23133              Date: Sun, 05 Jun 2005 18:06:12 +0300
23134              Message-ID: <42A314E4.8060608@gmail.com>
23135      Branch: perl
23136            ! embed.fnc embed.h global.sym mg.c pod/perlapi.pod proto.h
23137            ! utf8.c utf8.h
23138 ____________________________________________________________________________
23139 [ 24729] By: rgs                                   on 2005/06/07  13:53:59
23140         Log: Subject: [PATCH] util.c: S_vdie_common() should be static
23141              From: Alexey Tourbin <at@altlinux.ru>
23142              Date: Sun, 5 Jun 2005 03:08:30 +0400
23143              Message-ID: <20050604230830.GS5867@solemn.turbinal.org>
23144      Branch: perl
23145            ! util.c
23146 ____________________________________________________________________________
23147 [ 24728] By: rgs                                   on 2005/06/07  13:15:45
23148         Log: Fix apidoc for newSVhek
23149      Branch: perl
23150            ! pod/perlapi.pod sv.c
23151 ____________________________________________________________________________
23152 [ 24727] By: nicholas                              on 2005/06/07  13:01:42
23153         Log: make pp_split const
23154      Branch: perl
23155            ! pp.c
23156 ____________________________________________________________________________
23157 [ 24726] By: nicholas                              on 2005/06/07  12:11:48
23158         Log: Lots of consting
23159      Branch: perl
23160            ! doio.c doop.c gv.c hv.c op.c pp.c pp_ctl.c pp_hot.c pp_pack.c
23161            ! pp_sys.c
23162 ____________________________________________________________________________
23163 [ 24725] By: nicholas                              on 2005/06/07  12:08:58
23164         Log: The FBM compile code is mutable, because it's permissible to FBM
23165              compile a read-only value.
23166      Branch: perl
23167            ! util.c
23168 ____________________________________________________________________________
23169 [ 24724] By: nicholas                              on 2005/06/07  12:07:49
23170         Log: XS_VERSION_BOOTCHECK is read only.
23171      Branch: perl
23172            ! XSUB.h
23173 ____________________________________________________________________________
23174 [ 24723] By: nicholas                              on 2005/06/07  12:06:13
23175         Log: POPpx needs a const equivalent.
23176      Branch: perl
23177            ! pp.h
23178 ____________________________________________________________________________
23179 [ 24722] By: nicholas                              on 2005/06/07  12:03:56
23180         Log: Make a start at consting calls to SvPV. SV conversion and upgrade
23181              routines need to be mutable, as it's permitted to change the type of
23182              a READONLY SV, or cache the string or number conversion.
23183              Other routines are mostly const.
23184      Branch: perl
23185            ! sv.c
23186 ____________________________________________________________________________
23187 [ 24721] By: nicholas                              on 2005/06/07  12:00:09
23188         Log: Need const versions of SvPV(), so that its callers can indicate
23189              whether they are read/write or read only
23190              Also provide a mutable version, for the internals to use where it
23191              needs a non-const pointer, but will be writing. Callers of this are
23192              assumed to be aware of how copy on write is working, and to keep
23193              track of core changes.
23194              
23195              For now check that SVs are not READONLY when const versions are used.
23196              (with DEBUG_COW > 1). COW is going to have to be orthogonal to Perl's
23197              READONLY flag, but for now it provides a good test indicator.
23198      Branch: perl
23199            ! sv.h
23200 ____________________________________________________________________________
23201 [ 24720] By: rgs                                   on 2005/06/07  09:23:58
23202         Log: Subject: [PATCH] Re: [perl #36130] chr(-1) should probably return undef
23203              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
23204              Date: Mon, 06 Jun 2005 20:28:35 +0300
23205              Message-ID: <42A487C3.8010306@gmail.com>
23206      Branch: perl
23207            ! pod/perlfunc.pod pp.c t/op/chr.t
23208 ____________________________________________________________________________
23209 [ 24719] By: rgs                                   on 2005/06/07  09:02:23
23210         Log: Subject: RE: a bit of trouble with compiling with MSVC++ on Win32
23211              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
23212              Date: Tue, 7 Jun 2005 13:19:33 +0400 
23213              Message-ID: <7DD1BE2C50259746ABB8683672D2089E12D462@itotest-1.spb.lucent.com>
23214      Branch: perl
23215            ! README.win32
23216 ____________________________________________________________________________
23217 [ 24718] By: rgs                                   on 2005/06/07  08:56:37
23218         Log: Subject: [perl #36193] crash in Perl_yyerror due to missing check for NULL 
23219              From: "Todd C. Miller" (via RT) <perlbug-followup@perl.org>
23220              Date: 6 Jun 2005 23:24:28 -0000
23221              Message-ID: <rt-3.0.11-36193-115243.12.1531563965146@perl.org>
23222      Branch: perl
23223            ! toke.c
23224 ____________________________________________________________________________
23225 [ 24717] By: merijn                                on 2005/06/07  08:18:59
23226         Log: Subject: [PATCH] Unvoid SvUPGRADE
23227              From: Andy Lester <andy@petdance.com>
23228              Date: Mon, 6 Jun 2005 23:08:50 -0500
23229              Message-ID: <20050607040850.GA7033@petdance.com>
23230      Branch: perl
23231            ! doio.c doop.c gv.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c
23232            ! scope.c sv.c sv.h toke.c util.c
23233 ____________________________________________________________________________
23234 [ 24716] By: nicholas                              on 2005/06/06  14:50:21
23235         Log: Abstract all access to the shared hash value through SvSHARED_HASH()
23236      Branch: perl
23237            ! hv.c pp_hot.c sv.c sv.h
23238 ____________________________________________________________________________
23239 [ 24715] By: nicholas                              on 2005/06/06  10:01:49
23240         Log: SvIsCOW_shared_hash is declared all the time, so use it.
23241      Branch: perl
23242            ! pp_hot.c
23243 ____________________________________________________________________________
23244 [ 24714] By: nicholas                              on 2005/06/06  09:08:45
23245         Log: Shared hash key scalars can be safely copied as shared hash key scalars
23246              all the time.
23247      Branch: perl
23248            ! sv.c
23249 ____________________________________________________________________________
23250 [ 24713] By: steveh                                on 2005/06/06  07:52:59
23251         Log: NORETURN_FUNCTION_END is not a complete statement
23252              
23253              (Fix compilation error following change #24702)
23254      Branch: perl
23255            ! ext/IO/IO.xs
23256 ____________________________________________________________________________
23257 [ 24712] By: steveh                                on 2005/06/06  07:47:06
23258         Log: We still need an "i" in the PERL_IMPLICIT_SYS case
23259              
23260              (Fix compilation error following change #24689)
23261      Branch: perl
23262            ! sv.c
23263 ____________________________________________________________________________
23264 [ 24711] By: merijn                                on 2005/06/06  06:18:51
23265         Log: Subject: [PATCH] Tru64: allow creating perl.pixie even with optimized Perl
23266              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
23267              Date: Sun, 05 Jun 2005 18:28:08 +0300
23268              Message-ID: <42A31A08.3070601@gmail.com>
23269      Branch: perl
23270            ! Makefile.SH
23271 ____________________________________________________________________________
23272 [ 24710] By: merijn                                on 2005/06/06  06:01:30
23273         Log: Subject: [PATCH] Re: blead attribute warnings, cygwin + gcc 3.4.1
23274              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
23275              Date: Sun, 5 Jun 2005 20:43:55 -0700
23276              Message-ID: <20050606034354.GA1456@efn.org>
23277      Branch: perl
23278            ! cygwin/cygwin.c
23279 ____________________________________________________________________________
23280 [ 24709] By: rgs                                   on 2005/06/05  11:35:48
23281         Log: New test for getppid(), by Alexey Tourbin
23282      Branch: perl
23283            + t/op/getppid.t
23284            ! MANIFEST
23285 ____________________________________________________________________________
23286 [ 24708] By: rgs                                   on 2005/06/05  11:14:41
23287         Log: Subject: PATCH for [perl #36043] '@foo = sort { $a <=> $b } @bar' uses too much memory
23288              From: Salvador Fandiño <sfandino@yahoo.com>
23289              Date: Jun 5, 2005 4:25 AM
23290              Message-ID: <20050605022436.21982.qmail@lists.develooper.com>
23291      Branch: perl
23292            ! pp_sort.c
23293 ____________________________________________________________________________
23294 [ 24707] By: ams                                   on 2005/06/05  03:55:11
23295         Log: Subject: [PATCH] Fix minor bummer in 24706
23296              From: Andy Lester <andy@petdance.com>
23297              Date: Sat, 4 Jun 2005 23:09:04 -0500
23298              Message-Id: <20050605040904.GA27783@petdance.com>
23299      Branch: perl
23300            ! utf8.c
23301 ____________________________________________________________________________
23302 [ 24706] By: rgs                                   on 2005/06/04  16:55:27
23303         Log: Subject: [PATCH] further speeding up of is_utf8_string()
23304              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
23305              Date: Sat, 04 Jun 2005 13:40:15 +0300
23306              Message-ID: <42A1850F.4040109@gmail.com>
23307      Branch: perl
23308            + t/op/chr.t
23309            ! MANIFEST embed.fnc embed.h global.sym proto.h utf8.c
23310 ____________________________________________________________________________
23311 [ 24705] By: rgs                                   on 2005/06/04  16:49:33
23312         Log: Silence a const warning
23313      Branch: perl
23314            ! sv.c
23315 ____________________________________________________________________________
23316 [ 24704] By: rgs                                   on 2005/06/04  16:06:38
23317         Log: Improve FindBin discovery of current directory, based on :
23318              
23319              Subject: FindBin.pm: incomplete getcwd/cwd patch? (#24375, #24379)
23320              From: José Pedro Oliveira <jpo@di.uminho.pt>
23321              Date: Thu, 12 May 2005 20:36:48 +0100
23322              Message-ID: <4283B050.6080805@di.uminho.pt>
23323              
23324              Plus POD fixes
23325      Branch: perl
23326            ! lib/FindBin.pm
23327 ____________________________________________________________________________
23328 [ 24703] By: rgs                                   on 2005/06/04  07:16:11
23329         Log: Simplify the getppid code, by Alexey Tourbin
23330      Branch: perl
23331            ! pp_sys.c
23332 ____________________________________________________________________________
23333 [ 24702] By: rgs                                   on 2005/06/03  22:22:43
23334         Log: Subject: [PATCH] Consting IO and Devel::Peek
23335              From: Andy Lester <andy@petdance.com>
23336              Reply-To: Perl 5 Porters <perl5-porters@perl.org>
23337              Message-ID: <20050531212621.GA12117@petdance.com>
23338      Branch: perl
23339            ! ext/Devel/Peek/Peek.xs ext/IO/IO.xs
23340 ____________________________________________________________________________
23341 [ 24701] By: rgs                                   on 2005/06/03  22:07:57
23342         Log: Subject: [PATCH] Clean up UNI* macros in toke.c
23343              From: Andy Lester <andy@petdance.com>
23344              Date: Jun 3, 2005 7:14 PM
23345              Message-ID: <20050603171448.GA5834@petdance.com>
23346      Branch: perl
23347            ! toke.c
23348 ____________________________________________________________________________
23349 [ 24700] By: rgs                                   on 2005/06/03  21:48:16
23350         Log: Subject: B::Concise torture
23351              From: Jim Cromie <jcromie@divsol.com>
23352              Date: Jun 2, 2005 6:36 AM
23353              Message-ID: <429E8CBE.406@divsol.com>
23354              (with formatting nits)
23355      Branch: perl
23356            ! ext/B/B/Concise.pm ext/B/t/concise-xs.t ext/B/t/concise.t
23357 ____________________________________________________________________________
23358 [ 24699] By: rgs                                   on 2005/06/03  21:07:03
23359         Log: Subject: Re: [PATCH] Improved ICMP_UNREACHABLE handling in Net::Ping
23360              From: Gisle Aas <gisle@activestate.com>
23361              Date: 03 Jun 2005 09:17:44 -0700
23362              Message-ID: <lry89rfm8n.fsf_-_@caliper.activestate.com>
23363      Branch: perl
23364            ! lib/Net/Ping.pm
23365 ____________________________________________________________________________
23366 [ 24698] By: nicholas                              on 2005/06/03  12:00:01
23367         Log: Use newSVhek in the cloning code.
23368      Branch: perl
23369            ! sv.c
23370 ____________________________________________________________________________
23371 [ 24697] By: nicholas                              on 2005/06/03  11:06:36
23372         Log: Use newSVhek where we're generating SVs from package names
23373      Branch: perl
23374            ! op.c pp.c sv.c toke.c
23375 ____________________________________________________________________________
23376 [ 24696] By: nicholas                              on 2005/06/03  10:03:21
23377         Log: s/newSVpv_hek/newSVhek/g; # Lousy choice of name
23378      Branch: perl
23379            ! embed.fnc embed.h hv.c proto.h sv.c
23380 ____________________________________________________________________________
23381 [ 24694] By: rgs                                   on 2005/06/03  09:57:26
23382         Log: Bump version number
23383      Branch: perl
23384            ! ext/Devel/DProf/DProf.pm
23385 ____________________________________________________________________________
23386 [ 24693] By: rgs                                   on 2005/06/03  09:52:21
23387         Log: Subject: Re: [perl #35977] perlbug AutoReply: Devel::DProf "unstacked calls in outer"
23388              From: Duncan Findlay <duncf@debian.org>
23389              Date: Wed, 1 Jun 2005 12:18:08 -0400
23390              Message-ID: <20050601161808.GA17294@duncf.mine.nu>
23391      Branch: perl
23392            ! utils/dprofpp.PL
23393 ____________________________________________________________________________
23394 [ 24692] By: nicholas                              on 2005/06/03  09:37:21
23395         Log: Create newSVpv_hek to reduce code duplication where HEKs need to be
23396              turned into SVs
23397      Branch: perl
23398            ! embed.fnc embed.h global.sym hv.c sv.c
23399 ____________________________________________________________________________
23400 [ 24691] By: rgs                                   on 2005/06/03  09:29:36
23401         Log: POD fixes
23402      Branch: perl
23403            ! pod/perlfunc.pod
23404 ____________________________________________________________________________
23405 [ 24690] By: rgs                                   on 2005/06/03  08:37:42
23406         Log: Subject: Re: Should while ( <$fh> ) and while (< $fh >) do the same thing?
23407              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
23408              Date: Thu, 2 Jun 2005 11:49:11 -0700
23409              Message-ID: <20050602184911.GA3292@efn.org>
23410      Branch: perl
23411            ! pod/perlop.pod
23412 ____________________________________________________________________________
23413 [ 24689] By: rgs                                   on 2005/06/03  08:31:26
23414         Log: Subject: [PATCH] Random consting
23415              From: Andy Lester <andy@petdance.com>
23416              Date: Thu, 2 Jun 2005 12:19:43 -0500
23417              Message-ID: <20050602171943.GA16553@petdance.com>
23418      Branch: perl
23419            ! doio.c dump.c embed.fnc embed.h global.sym gv.c hv.c malloc.c
23420            ! perl.c perlio.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
23421            ! util.c
23422 ____________________________________________________________________________
23423 [ 24688] By: steveh                                on 2005/06/03  08:12:45
23424         Log: Subject: [PATCH] Run ICMP ping tests on Windows as long as we have admin privs
23425              From: "Jan Dubois" <jand@ActiveState.com>
23426              Date: Mon, 18 Apr 2005 20:16:24 -0700
23427              Message-Id: <200504190311.j3J3BM4p001792@smtp3.ActiveState.com>
23428              
23429              Subject: RE: [PATCH] Run ICMP ping tests on Windows as long as we have admin privs
23430              From: "Jan Dubois" <jand@ActiveState.com>
23431              Date: Tue, 19 Apr 2005 01:49:51 -0700
23432              Message-Id: <200504190844.j3J8inkW032630@smtp3.ActiveState.com>
23433              
23434              (There was no reply from Rob Brown in over a month, so commit to blead
23435              for now.  I'll email him again...)
23436      Branch: perl
23437            ! lib/Net/Ping.pm lib/Net/Ping/t/110_icmp_inst.t
23438            ! lib/Net/Ping/t/500_ping_icmp.t
23439 ____________________________________________________________________________
23440 [ 24687] By: rgs                                   on 2005/06/03  08:08:25
23441         Log: Subject: [PATCH] speed up is_utf8_char()
23442              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
23443              Date: Thu, 02 Jun 2005 21:52:46 +0300
23444              Message-ID: <429F557E.3090007@gmail.com>
23445      Branch: perl
23446            ! utf8.c utf8.h
23447 ____________________________________________________________________________
23448 [ 24686] By: rgs                                   on 2005/06/03  08:04:25
23449         Log: Subject: [PATCH] Quotes in pod/*.pod
23450              From: Andy Lester <andy@petdance.com>
23451              Date: Thu, 2 Jun 2005 16:19:54 -0500
23452              Message-ID: <20050602211954.GA22107@petdance.com>
23453      Branch: perl
23454            ! Porting/pumpkin.pod README.cygwin README.hurd README.mint
23455            ! README.os390 README.vmesa pod/perlfaq.pod pod/perlfaq3.pod
23456            ! pod/perlfaq4.pod pod/perlfaq6.pod pod/perlfaq7.pod
23457            ! pod/perlfaq8.pod pod/perlfaq9.pod pod/perlgpl.pod
23458            ! pod/perlhack.pod pod/perlipc.pod pod/perllocale.pod
23459            ! pod/perlport.pod pod/perlre.pod pod/perlref.pod
23460            ! pod/perlthrtut.pod
23461 ____________________________________________________________________________
23462 [ 24685] By: rgs                                   on 2005/06/03  07:59:48
23463         Log: Indent fix
23464      Branch: perl
23465            ! pod/perlfaq7.pod
23466 ____________________________________________________________________________
23467 [ 24684] By: rgs                                   on 2005/06/03  07:58:10
23468         Log: FAQ sync
23469      Branch: perl
23470            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
23471            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
23472            ! pod/perlfaq7.pod pod/perlfaq8.pod pod/perlfaq9.pod
23473 ____________________________________________________________________________
23474 [ 24683] By: rgs                                   on 2005/06/03  07:45:21
23475         Log: Subject: [PATCH] symbian/xsbuild.pl
23476              From: <jarkko.hietaniemi@nokia.com>
23477              Date: Fri, 3 Jun 2005 11:00:01 +0300
23478              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A225@esebe105.NOE.Nokia.com>
23479      Branch: perl
23480            ! symbian/xsbuild.pl
23481 ____________________________________________________________________________
23482 [ 24682] By: rgs                                   on 2005/06/03  07:43:52
23483         Log: Subject: [PATCH] SvPVX_const() - patch #4
23484              From: Steve Peters <steve@fisharerojo.org>
23485              Date: Thu, 2 Jun 2005 13:41:35 -0500
23486              Message-ID: <20050602184135.GA13682@mccoy.peters.homeunix.org>
23487      Branch: perl
23488            ! embed.fnc pod/perlapi.pod proto.h regcomp.c regexec.c sv.c
23489 ____________________________________________________________________________
23490 [ 24681] By: rgs                                   on 2005/06/02  16:44:51
23491         Log: Subject: Re: [patch] teach B::Concise to see XS code
23492              From: Jim Cromie <jcromie@divsol.com>
23493              Date: Wed, 01 Jun 2005 08:01:17 -0600
23494              Message-ID: <429DBFAD.1090308@divsol.com>
23495      Branch: perl
23496            ! ext/B/B/Concise.pm ext/B/t/concise.t
23497 ____________________________________________________________________________
23498 [ 24680] By: nicholas                              on 2005/06/02  16:40:58
23499         Log: Integrate perl587delta.pod, the changes in perlhist.pod, and update
23500              the relevant makefiles and tables-of-contents to reflect this.
23501      Branch: perl
23502           +> pod/perl587delta.pod
23503           !> MANIFEST Makefile.SH pod.lst pod/perl.pod pod/perlhist.pod
23504           !> pod/perltoc.pod vms/descrip_mms.template win32/Makefile
23505           !> win32/makefile.mk win32/pod.mak
23506 ____________________________________________________________________________
23507 [ 24679] By: steveh                                on 2005/06/02  15:57:13
23508         Log: Subject: DynaLoader dl_unload_file for win32 ( dl_win32.xs )
23509              From: DH <crazyinsomniac@yahoo.com>
23510              Date: Tue, 31 May 2005 08:33:27 -0700 (PDT)
23511              Message-ID: <20050531153327.85145.qmail@unknown-209-73-178-237.yahoo.com>
23512              
23513              (with a couple of minor tweaks)
23514      Branch: perl
23515            ! win32/dl_win32.xs
23516 ____________________________________________________________________________
23517 [ 24678] By: nicholas                              on 2005/06/02  15:10:54
23518         Log: Dave can see a better way of doing the rounding.
23519      Branch: perl
23520            ! handy.h
23521 ____________________________________________________________________________
23522 [ 24677] By: nicholas                              on 2005/06/02  14:42:20
23523         Log: 24672 is innocent. valgrind + perl's malloc considered harmful.
23524      Branch: perl
23525            ! toke.c
23526 ____________________________________________________________________________
23527 [ 24676] By: nicholas                              on 2005/06/02  13:36:01
23528         Log: Changes 24660 and 24665 both introduced errors into the USEMYMALLOC
23529              code. Plus change 24672 appears to break under USEMYMALLOC, so revert
23530              it for now.
23531      Branch: perl
23532            ! hv.c sv.c toke.c
23533 ____________________________________________________________________________
23534 [ 24675] By: rgs                                   on 2005/06/02  11:19:02
23535         Log: Upgrade to ExtUtils::CBuilder 0.12 and ExtUtils::ParseXS 2.10
23536      Branch: perl
23537            ! lib/ExtUtils/CBuilder.pm lib/ExtUtils/CBuilder/Base.pm
23538            ! lib/ExtUtils/CBuilder/Platform/Unix.pm
23539            ! lib/ExtUtils/CBuilder/Platform/VMS.pm
23540            ! lib/ExtUtils/CBuilder/Platform/Windows.pm
23541            ! lib/ExtUtils/CBuilder/Platform/aix.pm
23542            ! lib/ExtUtils/CBuilder/Platform/cygwin.pm
23543            ! lib/ExtUtils/CBuilder/Platform/darwin.pm
23544            ! lib/ExtUtils/CBuilder/Platform/os2.pm lib/ExtUtils/ParseXS.pm
23545 ____________________________________________________________________________
23546 [ 24674] By: rgs                                   on 2005/06/02  09:39:26
23547         Log: CPP typo fix (by Dominic Dunlop)
23548      Branch: perl
23549            ! perl.c
23550 ____________________________________________________________________________
23551 [ 24673] By: nicholas                              on 2005/06/02  09:29:48
23552         Log: Oops. My maths was too generous (by 1).
23553      Branch: perl
23554            ! handy.h
23555 ____________________________________________________________________________
23556 [ 24672] By: nicholas                              on 2005/06/02  09:24:17
23557         Log: Avoid duplicate calls to PAD_COMPNAME_OURSTASH, which is an expensive
23558              macro.
23559      Branch: perl
23560            ! toke.c
23561 ____________________________________________________________________________
23562 [ 24671] By: rgs                                   on 2005/06/02  09:06:39
23563         Log: Fix changed diagnostic
23564      Branch: perl
23565            ! pod/perldiag.pod
23566 ____________________________________________________________________________
23567 [ 24670] By: ams                                   on 2005/06/02  08:44:41
23568         Log: Subject: [PATCH] SvPVX_const() - part 3 ... and const'ing Storable
23569              From: Steve Peters <steve@fisharerojo.org>
23570              Date: Tue, 31 May 2005 09:55:43 -0500
23571              Message-Id: <20050531145543.GA8051@mccoy.peters.homeunix.org>
23572      Branch: perl
23573            ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
23574            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
23575            ! ext/PerlIO/encoding/encoding.xs ext/PerlIO/via/via.xs
23576            ! ext/Storable/Storable.xs pp_hot.c pp_pack.c pp_sys.c scope.c
23577 ____________________________________________________________________________
23578 [ 24669] By: rgs                                   on 2005/06/02  08:17:29
23579         Log: Subject: [PATCH] use lengths in sv_setpv() calls
23580              From: Andy Lester <andy@petdance.com>
23581              Date: Wed, 1 Jun 2005 23:16:56 -0500
23582              Message-ID: <20050602041656.GA3000@petdance.com>
23583      Branch: perl
23584            ! gv.c sv.c util.c
23585 ____________________________________________________________________________
23586 [ 24668] By: merijn                                on 2005/06/02  08:02:23
23587         Log: New HW model; more on threads for 10.20
23588      Branch: perl
23589            ! README.hpux
23590 ____________________________________________________________________________
23591 [ 24667] By: merijn                                on 2005/06/02  07:52:09
23592         Log: HP-UX specific #pragma entered in #23890 is not supported
23593              on HP-UX 10.20 and older
23594      Branch: perl
23595            ! perl.c
23596 ____________________________________________________________________________
23597 [ 24666] By: merijn                                on 2005/06/02  07:39:30
23598         Log: Subject: [PATCH] Quotes fixed, see also perl #36079
23599              From: Andy Lester <andy@petdance.com>
23600              Date: Thu, 2 Jun 2005 00:02:38 -0500
23601              Message-ID: <20050602050238.GA4001@petdance.com>
23602      Branch: perl
23603            ! av.c doio.c gv.c malloc.c perl.c perl.h perly.c
23604            ! pod/perldiag.pod pp_sort.c pp_sys.c regcomp.c regexec.c
23605            ! scope.h thrdvar.h toke.c util.c
23606 ____________________________________________________________________________
23607 [ 24665] By: nicholas                              on 2005/06/01  20:46:02
23608         Log: Round up all string length requests to malloc()/realloc() to the next
23609              multiple of 4/8 bytes [sizeof(size_t)] on the assumption that malloc()
23610              internally will quantise, and so we're going to use space that
23611              otherwise would be wasted. Hopefully this will save realloc()ing.
23612      Branch: perl
23613            ! ext/Devel/Peek/t/Peek.t handy.h perl.h sv.c
23614 ____________________________________________________________________________
23615 [ 24664] By: nicholas                              on 2005/06/01  20:42:29
23616         Log: I think SvCUR() was intended rather than SvLEN()
23617      Branch: perl
23618            ! ext/Storable/Storable.xs
23619 ____________________________________________________________________________
23620 [ 24663] By: nicholas                              on 2005/06/01  15:40:57
23621         Log: We don't have XRVs any more, so remove the typedef
23622      Branch: perl
23623            ! perl.h
23624 ____________________________________________________________________________
23625 [ 24662] By: nicholas                              on 2005/06/01  15:23:02
23626         Log: Zero-ing the new HV array is pointless, as we write to every element.
23627              Also avoid calling into he_dup when the HE is 0, to save the function
23628              call overhead.
23629      Branch: perl
23630            ! sv.c
23631 ____________________________________________________________________________
23632 [ 24661] By: nicholas                              on 2005/06/01  15:08:02
23633         Log: As PERL_HV_ARRAY_ALLOC_BYTES is bytes, not items, the type should be
23634              char rather than HE *. Bug was harmless, overallocating by a factor
23635              of sizeof(HE *)
23636      Branch: perl
23637            ! hv.c
23638 ____________________________________________________________________________
23639 [ 24660] By: nicholas                              on 2005/06/01  14:33:14
23640         Log: Store the xhv_aux structure after the main array.
23641              This reduces the size of HV bodies from 24 to 20 bytes on a 32 bit
23642              build. It has the side effect of defined %symbol_table:: now always
23643              being true. defined %hash is already deprecated.
23644      Branch: perl
23645            ! hv.c hv.h sv.c sv.h t/op/magic.t
23646 ____________________________________________________________________________
23647 [ 24659] By: nicholas                              on 2005/06/01  14:28:38
23648         Log: If we're building config_heavy.pl somewhere else, then we need to
23649              require it, not something (or maybe nothing) in the correct place.
23650      Branch: perl
23651            ! configpm
23652 ____________________________________________________________________________
23653 [ 24658] By: rgs                                   on 2005/06/01  14:16:32
23654         Log: Revert change #24656
23655      Branch: perl
23656            ! Makefile.SH
23657 ____________________________________________________________________________
23658 [ 24657] By: nicholas                              on 2005/06/01  09:19:46
23659         Log: Following the head refactoring, the Newz doesn't clear the SvPVX
23660              So PL_mess_sv contained an uninitialised value.
23661      Branch: perl
23662            ! util.c
23663 ____________________________________________________________________________
23664 [ 24656] By: rgs                                   on 2005/06/01  09:12:37
23665         Log: Subject: [PATCH] eliminate always running mktables
23666              From: Robin Barker <Robin.Barker@npl.co.uk>
23667              Date: Wed, 1 Jun 2005 09:55:16 +0100 
23668              Message-ID: <533D273D4014D411AB1D00062938C4D90849C6B8@hotel.npl.co.uk>
23669      Branch: perl
23670            ! Makefile.SH
23671 ____________________________________________________________________________
23672 [ 24655] By: rgs                                   on 2005/06/01  09:09:35
23673         Log: Don't touch lib/ExtUtils/Miniperl.pm when rebuild identically
23674      Branch: perl
23675            ! Makefile.SH
23676 ____________________________________________________________________________
23677 [ 24654] By: rgs                                   on 2005/06/01  08:18:46
23678         Log: Subject: [PATCH] Re: [patch] teach B::Concise to see XS code
23679              From: Stephen McCamant <smcc@mit.edu>
23680              Date: Sat, 21 May 2005 21:52:31 -0700
23681              Message-ID: <17040.4111.265639.434150@apocalypse.OCF.Berkeley.EDU>
23682              
23683              Correctly nullify CvSTART when undef'ing a CV
23684      Branch: perl
23685            ! op.c
23686 ____________________________________________________________________________
23687 [ 24653] By: rgs                                   on 2005/06/01  07:56:50
23688         Log: Subject: Re: [patch] teach B::Concise to see XS code
23689              From: Jim Cromie <jcromie@divsol.com>
23690              Date: Sat, 21 May 2005 09:24:24 -0600
23691              Message-ID: <428F52A8.20702@divsol.com>
23692      Branch: perl
23693            + ext/B/t/concise-xs.t
23694            ! MANIFEST ext/B/B/Concise.pm ext/B/t/concise.t
23695 ____________________________________________________________________________
23696 [ 24652] By: rgs                                   on 2005/06/01  07:39:38
23697         Log: Subject: [PATCH] Speed up lib/unicore/mktables by 45%
23698              From: Andy Lester <andy@petdance.com>
23699              Date: Tue, 31 May 2005 12:39:00 -0500
23700              Message-ID: <20050531173900.GA9820@petdance.com>
23701      Branch: perl
23702            ! lib/unicore/mktables
23703 ____________________________________________________________________________
23704 [ 24651] By: rgs                                   on 2005/05/31  20:34:44
23705         Log: Remove duplicated line
23706      Branch: perl
23707            ! lib/Module/CoreList.pm
23708 ____________________________________________________________________________
23709 [ 24650] By: rgs                                   on 2005/05/31  20:31:55
23710         Log: Upgrade to Module::CoreList 2.02
23711      Branch: perl
23712            ! lib/Module/CoreList.pm
23713 ____________________________________________________________________________
23714 [ 24649] By: nicholas                              on 2005/05/31  12:03:30
23715         Log: Attempt 2 at a diet memory layout can go live.
23716      Branch: perl
23717            ! av.h hv.h
23718 ____________________________________________________________________________
23719 [ 24648] By: nicholas                              on 2005/05/31  10:40:01
23720         Log: Avoid updating a variable in a loop.
23721              Only calculate the number of links in a hash bucket chain if we really
23722              need it.
23723      Branch: perl
23724            ! hv.c
23725 ____________________________________________________________________________
23726 [ 24646] By: nicholas                              on 2005/05/31  10:02:12
23727         Log: Avoid updating a variable in the loop
23728      Branch: perl
23729            ! hv.c
23730 ____________________________________________________________________________
23731 [ 24645] By: rgs                                   on 2005/05/31  09:13:34
23732         Log: Subject: [PATCH] ByteLoader.xs cleanup
23733              From: Andy Lester <andy@petdance.com>
23734              Date: Mon, 30 May 2005 22:28:36 -0500
23735              Message-ID: <20050531032836.GA32198@petdance.com>
23736      Branch: perl
23737            ! ext/ByteLoader/ByteLoader.xs
23738 ____________________________________________________________________________
23739 [ 24644] By: merijn                                on 2005/05/31  05:41:24
23740         Log: Add DECC to the symbol list
23741              Subject: [PATCH]lette Re: updated tru64 cc [PATCH]es (Re: [PATCH]es: Tru64/blead)
23742              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
23743              Date: Mon, 30 May 2005 16:33:15 -0700
23744              Message-ID: <20050530233315.GA3088@efn.org>
23745      Branch: perl
23746            ! Configure
23747 ____________________________________________________________________________
23748 [ 24642] By: davem                                 on 2005/05/30  23:37:15
23749         Log: add pointer to email explaining why eval {goto &foo} is banned
23750      Branch: perl
23751            ! pp_ctl.c
23752 ____________________________________________________________________________
23753 [ 24638] By: nicholas                              on 2005/05/30  21:02:34
23754         Log: Change the logic to avoid needing to set a variable during the loop
23755      Branch: perl
23756            ! hv.c
23757 ____________________________________________________________________________
23758 [ 24633] By: nicholas                              on 2005/05/30  13:01:27
23759         Log: Various HvPLACEHOLDERS() that should be HvPLACEHOLDERS_get()
23760      Branch: perl
23761            ! hv.c
23762 ____________________________________________________________________________
23763 [ 24631] By: rgs                                   on 2005/05/30  11:54:23
23764         Log: Upgrade to PathTools 3.08
23765      Branch: perl
23766            ! ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm
23767 ____________________________________________________________________________
23768 [ 24630] By: merijn                                on 2005/05/30  11:07:45
23769         Log: gcc hints were not yet applied to gcc-4.x
23770              Now they are
23771      Branch: perl
23772            ! hints/hpux.sh
23773 ____________________________________________________________________________
23774 [ 24629] By: rgs                                   on 2005/05/30  11:07:15
23775         Log: Subject: [perl #36037] Perl 5.8.7-RC1 build problems on LynxOS 
23776              From: Olli Savia (via RT) <perlbug-followup@perl.org>
23777              Date: 30 May 2005 10:59:35 -0000
23778              Message-ID: <rt-3.0.11-36037-113779.5.23037641993746@perl.org>
23779      Branch: perl
23780            ! util.c
23781 ____________________________________________________________________________
23782 [ 24628] By: merijn                                on 2005/05/30  10:28:06
23783         Log: regen after #24627
23784      Branch: perl
23785            ! perlapi.h
23786 ____________________________________________________________________________
23787 [ 24627] By: merijn                                on 2005/05/30  10:19:09
23788         Log: Subject: Re: updated tru64 cc [PATCH]es (Re: [PATCH]es: Tru64/blead)
23789              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
23790              Date: Mon, 30 May 2005 09:15:56 +0300
23791              Message-ID: <429AAF9C.30503@gmail.com>
23792      Branch: perl
23793            ! embed.pl ext/DynaLoader/dl_dlopen.xs perl.h sv.c
23794 ____________________________________________________________________________
23795 [ 24626] By: rgs                                   on 2005/05/30  08:54:51
23796         Log: Subject: [PATCH] Teeny optimization in S_hv_magic_check
23797              From: Andy Lester <andy@petdance.com>
23798              Date: Tue, 24 May 2005 11:41:15 -0500
23799              Message-ID: <20050524164115.GA12027@petdance.com>
23800      Branch: perl
23801            ! hv.c
23802 ____________________________________________________________________________
23803 [ 24625] By: rgs                                   on 2005/05/30  08:48:12
23804         Log: Subject: [PATCH] More embed.fnc strictures, plus consting and localizing
23805              From: Andy Lester <andy@petdance.com>
23806              Date: Tue, 24 May 2005 11:47:22 -0500
23807              Message-ID: <20050524164722.GC12027@petdance.com>
23808              
23809              Subject: [PATCH] Remove unused casts
23810              From: Andy Lester <andy@petdance.com>
23811              Date: Tue, 24 May 2005 11:42:18 -0500
23812              Message-ID: <20050524164218.GB12027@petdance.com>
23813      Branch: perl
23814            ! embed.fnc op.c pp_sys.c proto.h regcomp.c regexec.c scope.c
23815            ! sv.c
23816 ____________________________________________________________________________
23817 [ 24624] By: rgs                                   on 2005/05/30  08:11:30
23818         Log: Minor grammar fix by Uri Guttman
23819      Branch: perl
23820            ! pod/perlre.pod
23821 ____________________________________________________________________________
23822 [ 24623] By: rgs                                   on 2005/05/30  08:08:47
23823         Log: Subject: [PATCH] perlrun.pod -w description typo
23824              From: Offer Kaye <offer.kaye@gmail.com>
23825              Date: Mon, 30 May 2005 11:27:38 +0300
23826              Message-ID: <569425050530012768a9baca@mail.gmail.com>
23827      Branch: perl
23828            ! pod/perlrun.pod
23829 ____________________________________________________________________________
23830 [ 24622] By: rgs                                   on 2005/05/30  07:45:09
23831         Log: Subject: [PATCH] Minor warning squashings
23832              From: Andy Lester <andy@petdance.com>
23833              Date: Sun, 29 May 2005 00:19:06 -0500
23834              Message-Id: <740ea3aca85400c6d03e945323badad4@petdance.com>
23835              
23836              Subject: [PATCH] Consting in Opcode.xs
23837              From: Andy Lester <andy@petdance.com>
23838              Date: Sun, 29 May 2005 11:23:50 -0500
23839              Message-ID: <20050529162350.GA13965@petdance.com>
23840              
23841              Subject: [PATCH] consting attrs.xs
23842              From: Andy Lester <andy@petdance.com>
23843              Date: Sun, 29 May 2005 14:15:46 -0500
23844              Message-ID: <20050529191546.GA15581@petdance.com>
23845              
23846              Subject: [PATCH] consting B.xs
23847              From: Andy Lester <andy@petdance.com>
23848              Date: Sun, 29 May 2005 15:09:24 -0500
23849              Message-ID: <20050529200924.GA15873@petdance.com>
23850      Branch: perl
23851            ! embed.fnc ext/B/B.xs ext/Opcode/Opcode.xs ext/attrs/attrs.xs
23852            ! perlio.c pp_sys.c proto.h regcomp.c utf8.c
23853 ____________________________________________________________________________
23854 [ 24621] By: nicholas                              on 2005/05/30  07:43:05
23855         Log: Need a cast to avoid a compiler warning.
23856      Branch: perl
23857            ! ext/ByteLoader/bytecode.h
23858 ____________________________________________________________________________
23859 [ 24619] By: nicholas                              on 2005/05/29  19:35:38
23860         Log: Goodbye xav_arylen. You won't be missed that much.
23861              So now there's a buy 5 get one free offer on PVAV bodies.
23862      Branch: perl
23863            ! av.c av.h dump.c embed.fnc global.sym perl.h pp.c proto.h sv.c
23864 ____________________________________________________________________________
23865 [ 24618] By: ams                                   on 2005/05/29  18:07:37
23866         Log: Subject: [PATCH configure.com] compiler awareness week
23867              From: "Craig A. Berry" <craigberry@mac.com>
23868              Date: Sun, 29 May 2005 12:43:09 -0500
23869              Message-Id: <4299FF2D.90209@mac.com>
23870      Branch: perl
23871            ! configure.com
23872 ____________________________________________________________________________
23873 [ 24617] By: nicholas                              on 2005/05/29  17:46:39
23874         Log: Change the IV to a union.
23875              Revert the NV union back to a plain NV
23876              Transpose the positions of IV and NV (NV is now first)
23877              Don't allocate the NV for PV,PVIV,PVAV and PVHV (last 2 non-allocations
23878              currently disabled by default)
23879      Branch: perl
23880            ! av.h cv.h hv.h intrpvar.h sv.c sv.h
23881 ____________________________________________________________________________
23882 [ 24615] By: nicholas                              on 2005/05/29  14:24:17
23883         Log: Teach buildtoc about README.openbsd, and regenerate various makefiles.
23884      Branch: perl
23885            ! pod.lst pod/perl.pod vms/descrip_mms.template win32/Makefile
23886            ! win32/makefile.mk
23887 ____________________________________________________________________________
23888 [ 24614] By: nicholas                              on 2005/05/29  14:23:32
23889         Log: Restort into bulidtoc's preferred order
23890      Branch: perl
23891            ! MANIFEST
23892 ____________________________________________________________________________
23893 [ 24613] By: ams                                   on 2005/05/29  04:45:05
23894         Log: Subject: [PATCH] VMS build update for blead
23895              From: "Craig A. Berry" <craigberry@mac.com>
23896              Date: Sat, 28 May 2005 23:18:46 -0500
23897              Message-Id: <429942A6.10601@mac.com>
23898      Branch: perl
23899            ! doio.c perly.c vms/descrip_mms.template vms/gen_shrfls.pl
23900            ! vms/vms.c vms/vmsish.h
23901 ____________________________________________________________________________
23902 [ 24612] By: ams                                   on 2005/05/28  14:40:32
23903         Log: Subject: [PATCH] Re: t/uni/class.t has a lot to warn about
23904              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
23905              Date: Sat, 28 May 2005 11:47:47 +0300
23906              Message-Id: <42983033.5050509@gmail.com>
23907      Branch: perl
23908            ! t/uni/class.t
23909 ____________________________________________________________________________
23910 [ 24610] By: merijn                                on 2005/05/27  19:22:39
23911         Log: Subject: Re: [PATCH] Do not install change logs, READMEs, etc...
23912              From: Michael G Schwern <schwern@pobox.com>
23913              Date: Fri, 27 May 2005 12:33:27 -0700
23914              Message-ID: <20050527193327.GC17504@windhund.schwern.org>
23915      Branch: perl
23916            ! installperl
23917 ____________________________________________________________________________
23918 [ 24609] By: nicholas                              on 2005/05/27  18:54:36
23919         Log: In assert(), we mustn't stringify the message as part of the first
23920              argument to croak, as it's a *printf format, and the thing we're
23921              asserting might itself contain % signs.
23922              Also, as __FILE__ is a string, we can append that to the format,
23923              rather than needing a %s for it.
23924      Branch: perl
23925            ! perl.h
23926 ____________________________________________________________________________
23927 [ 24608] By: nicholas                              on 2005/05/27  18:20:26
23928         Log: is() is better than ok()
23929      Branch: perl
23930            ! t/op/each.t
23931 ____________________________________________________________________________
23932 [ 24607] By: steveh                                on 2005/05/27  16:22:59
23933         Log: Fix failing Cwd tests on Win32
23934              
23935              Patch was posted to Ken previously
23936              
23937              (see http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-05/msg00226.html)
23938              
23939              but no reply as yet.  I'll mail him again...
23940      Branch: perl
23941            ! lib/Cwd.pm
23942 ____________________________________________________________________________
23943 [ 24606] By: steveh                                on 2005/05/27  16:15:41
23944         Log: Skip signals and core dump tests on Win32
23945              
23946              See http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-05/msg00749.html
23947      Branch: perl
23948            ! t/run/exit.t
23949 ____________________________________________________________________________
23950 [ 24605] By: steveh                                on 2005/05/27  15:54:09
23951         Log: Fix more Win32 linker errors caused by change 24561
23952              
23953              Apparently sys_intern_init and sys_intern_clear are required even for
23954              non-threaded builds on Win32.
23955      Branch: perl
23956            ! embed.fnc embed.h proto.h
23957 ____________________________________________________________________________
23958 [ 24596] By: merijn                                on 2005/05/27  10:20:54
23959         Log: Subject: [PATCH] Do not install change logs, READMEs, etc...
23960              From: Michael G Schwern <schwern@pobox.com>
23961              Date: Thu, 26 May 2005 13:43:05 -0700
23962              Message-ID: <20050526204305.GH11558@windhund.schwern.org>
23963      Branch: perl
23964            ! installperl
23965 ____________________________________________________________________________
23966 [ 24595] By: merijn                                on 2005/05/27  10:06:25
23967         Log: Subject: [PATCH] add PERL_CALLCONV to PERL_CKDEF and PERL_PPDEF
23968              From: <jarkko.hietaniemi@nokia.com>
23969              Date: Fri, 27 May 2005 13:15:36 +0300
23970              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A1CD@esebe105.NOE.Nokia.com>
23971      Branch: perl
23972            ! perl.h
23973 ____________________________________________________________________________
23974 [ 24594] By: nicholas                              on 2005/05/27  09:18:26
23975         Log: Get the HEK once only in the hot code (class method calls)
23976      Branch: perl
23977            ! hv.h pp_hot.c
23978 ____________________________________________________________________________
23979 [ 24593] By: rgs                                   on 2005/05/27  07:44:07
23980         Log: Subject: [PATCH] Re: [perl #35420] localtime corruption
23981              From: Michael G Schwern <schwern@pobox.com>
23982              Date: Thu, 26 May 2005 13:39:38 -0700
23983              Message-ID: <20050526203938.GG11558@windhund.schwern.org>
23984      Branch: perl
23985            ! pod/perlfunc.pod pod/perlport.pod
23986 ____________________________________________________________________________
23987 [ 24592] By: rgs                                   on 2005/05/27  07:04:46
23988         Log: Subject: [PATCH] Documentation nits and fixes for Sv*_set() macros
23989              From: Steve Peters <steve@fisharerojo.org>
23990              Date: Thu, 26 May 2005 14:58:50 -0500
23991              Message-ID: <20050526195850.GA1308@mccoy.peters.homeunix.org>
23992      Branch: perl
23993            ! pod/perlapi.pod sv.h
23994 ____________________________________________________________________________
23995 [ 24591] By: steveh                                on 2005/05/26  16:56:03
23996         Log: Fix some Win32 link errors
23997      Branch: perl
23998            ! global.sym makedef.pl proto.h
23999 ____________________________________________________________________________
24000 [ 24590] By: nicholas                              on 2005/05/26  16:07:20
24001         Log: Rename the members of the SV head union to avoid pre-processor
24002              arguments with embed.h
24003      Branch: perl
24004            ! av.h hv.h sv.c sv.h
24005 ____________________________________________________________________________
24006 [ 24588] By: ams                                   on 2005/05/26  15:33:58
24007         Log: -Wall is intolerably noisy with icc.
24008      Branch: perl
24009            ! cflags.SH
24010 ____________________________________________________________________________
24011 [ 24585] By: rgs                                   on 2005/05/26  15:13:53
24012         Log: Subject: [PATCH] bytes.pm doesn't check undefined subroutine calling
24013              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
24014              Date: Thu, 26 May 2005 23:46:35 +0900
24015              Message-Id: <20050526234321.92F1.BQW10602@nifty.com>
24016      Branch: perl
24017            ! lib/bytes.pm lib/bytes.t
24018 ____________________________________________________________________________
24019 [ 24584] By: nicholas                              on 2005/05/26  14:24:31
24020         Log: Store the package name as a shared HEK.
24021              Abolish HvNAME() - as the stored pointer is not a char* you can't set
24022              it directly now.
24023              Storing a pointer to a HEK tracks the length too, and seems to be
24024              faster.
24025      Branch: perl
24026            ! embed.fnc gv.c hv.c hv.h op.c pp.c proto.h sv.c toke.c
24027            ! xsutils.c
24028 ____________________________________________________________________________
24029 [ 24583] By: nicholas                              on 2005/05/26  12:27:47
24030         Log: We know how big the global string table will be, so use that
24031              information.
24032      Branch: perl
24033            ! sv.c
24034 ____________________________________________________________________________
24035 [ 24582] By: nicholas                              on 2005/05/26  11:28:24
24036         Log: It helps to set the total keys correctly when duplicating a hash.
24037              It helps even more to have a test for this.
24038      Branch: perl
24039            ! ext/threads/t/problems.t sv.c
24040 ____________________________________________________________________________
24041 [ 24581] By: merijn                                on 2005/05/26  11:26:05
24042         Log: More possible re-order dependencies solved
24043      Branch: perl
24044            ! Porting/config_h.pl config_h.SH
24045 ____________________________________________________________________________
24046 [ 24580] By: merijn                                on 2005/05/26  08:43:38
24047         Log: Subject: [PATCH] Updated lint infrastructure
24048              From: Andy Lester <andy@petdance.com>
24049              Date: Wed, 25 May 2005 12:31:39 -0500
24050              Message-ID: <20050525173139.GB1701@petdance.com>
24051      Branch: perl
24052            ! Makefile.SH handy.h malloc.c mg.c pp.c regcomp.h
24053 ____________________________________________________________________________
24054 [ 24579] By: ams                                   on 2005/05/26  07:08:22
24055         Log: Subject: [PATCH] MPE/iX has no lchown()
24056              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
24057              Date: Thu, 26 May 2005 08:36:19 +0300
24058              Message-Id: <42956053.4010200@gmail.com>
24059      Branch: perl
24060            ! hints/mpeix.sh
24061 ____________________________________________________________________________
24062 [ 24578] By: merijn                                on 2005/05/25  19:05:07
24063         Log: Added Porting/config_h.pl
24064      Branch: perl
24065            ! MANIFEST
24066 ____________________________________________________________________________
24067 [ 24576] By: merijn                                on 2005/05/25  18:41:52
24068         Log: Reordering config_h.SH after metaconfig now semi automated
24069              This will save me *a lot* of manual work
24070      Branch: perl
24071            + Porting/config_h.pl
24072            ! Configure config_h.SH
24073 ____________________________________________________________________________
24074 [ 24575] By: nicholas                              on 2005/05/25  16:26:12
24075         Log: Export Perl_hek_dup, which duplicates shared hash keys.
24076      Branch: perl
24077            ! embed.fnc embed.h hv.c proto.h
24078 ____________________________________________________________________________
24079 [ 24574] By: nicholas                              on 2005/05/25  15:52:33
24080         Log: Track the mapping between source shared hash keys and target shared
24081              hash keys to save repeated lookups during cloning.
24082      Branch: perl
24083            ! embed.fnc embedvar.h ext/threads/threads.xs hv.c intrpvar.h
24084            ! perl.c perlapi.h proto.h sv.c
24085 ____________________________________________________________________________
24086 [ 24573] By: nicholas                              on 2005/05/25  14:06:55
24087         Log: Replace all uses of HvNAME with the appropriate HvNAME_get or
24088              HvNAME_set
24089      Branch: perl
24090            ! bytecode.pl cop.h ext/ByteLoader/bytecode.h
24091            ! ext/ByteLoader/byterun.c
24092 ____________________________________________________________________________
24093 [ 24572] By: nicholas                              on 2005/05/25  10:02:07
24094         Log: I think for now these have to be disabled by default.
24095      Branch: perl
24096            ! av.h hv.h
24097 ____________________________________________________________________________
24098 [ 24571] By: rgs                                   on 2005/05/25  09:34:20
24099         Log: Update description of Term::ReadLine and fix typo
24100              Subject: [perl #35963] Typo in Term::ReadLine 
24101              From: "perlbug@veggiechinese.net (via RT)" <perlbug-followup@perl.org>
24102              Date: 24 May 2005 23:29:37 -0000
24103              Message-ID: <rt-3.0.11-35963-113541.14.5614982698687@perl.org>
24104      Branch: perl
24105            ! lib/Term/ReadLine.pm
24106 ____________________________________________________________________________
24107 [ 24570] By: nicholas                              on 2005/05/24  20:23:53
24108         Log: Initialising the hash seed needs to be early in case anything
24109              calcualtes HASHes during dup()ing.
24110      Branch: perl
24111            ! sv.c
24112 ____________________________________________________________________________
24113 [ 24569] By: nicholas                              on 2005/05/24  17:13:34
24114         Log: Reorder the union to cause Win32 compilers to use void * alignment for
24115              it.
24116      Branch: perl
24117            ! av.h cv.h hv.h sv.h
24118 ____________________________________________________________________________
24119 [ 24568] By: ams                                   on 2005/05/24  16:44:53
24120         Log: Subject: [PATCH] xsubpp, ParseXS: allow other suffix beyond .c
24121              From: jarkko.hietaniemi@nokia.com
24122              Date: Tue, 24 May 2005 12:48:38 +0300
24123              Message-Id: <B356D8F434D20B40A8CEDAEC305A1F2453D7EB@esebe105.NOE.Nokia.com>
24124      Branch: perl
24125            ! lib/ExtUtils/ParseXS.pm lib/ExtUtils/xsubpp
24126 ____________________________________________________________________________
24127 [ 24567] By: rgs                                   on 2005/05/24  15:44:52
24128         Log: Clarification on the behaviour of qw// and x :
24129              Subject: [PATCH] Re: [perl #35885] qw and x operators doesn't mix
24130              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
24131              Date: Tue, 24 May 2005 08:52:00 -0700
24132              Message-ID: <20050524155200.GA1784@efn.org>
24133      Branch: perl
24134            ! pod/perlop.pod
24135 ____________________________________________________________________________
24136 [ 24566] By: nicholas                              on 2005/05/24  15:21:48
24137         Log: Leaking is bad, m'kay.
24138      Branch: perl
24139            ! hv.c sv.c
24140 ____________________________________________________________________________
24141 [ 24565] By: rgs                                   on 2005/05/24  13:50:02
24142         Log: Remove Perl_ck_* functions from public API
24143      Branch: perl
24144            ! embed.fnc embed.h global.sym
24145 ____________________________________________________________________________
24146 [ 24564] By: nicholas                              on 2005/05/24  13:01:49
24147         Log: Correct the description of pte_arenaroot
24148      Branch: perl
24149            ! intrpvar.h
24150 ____________________________________________________________________________
24151 [ 24563] By: rgs                                   on 2005/05/24  12:58:45
24152         Log: Documentation nit on @-, found by Guillaume Rousse
24153              (plus POD markup simplification, for readability with pod2text)
24154      Branch: perl
24155            ! pod/perlvar.pod
24156 ____________________________________________________________________________
24157 [ 24562] By: rgs                                   on 2005/05/24  12:39:26
24158         Log: ext/B/t/deparse.t was failing with t/TEST but not with t/harness
24159      Branch: perl
24160            ! ext/B/t/deparse.t
24161 ____________________________________________________________________________
24162 [ 24561] By: rgs                                   on 2005/05/24  12:33:01
24163         Log: Subject: [PATCH] embed.fnc cleanup + SvPVX_const usage
24164              From: Andy Lester <andy@petdance.com>
24165              Date: Sat, 21 May 2005 09:06:40 -0500
24166              Message-ID: <20050521140640.GB875@petdance.com>
24167      Branch: perl
24168            ! embed.fnc embed.h global.sym op.c pad.c perlio.c pp_ctl.c
24169            ! pp_hot.c pp_sys.c proto.h regcomp.c sv.c toke.c utf8.c
24170 ____________________________________________________________________________
24171 [ 24560] By: rgs                                   on 2005/05/24  11:22:21
24172         Log: The tokenizer should expect an operator after qw().
24173              This fixes [perl #35885] qw and x operators doesn't mix
24174      Branch: perl
24175            ! t/op/repeat.t toke.c
24176 ____________________________________________________________________________
24177 [ 24559] By: rgs                                   on 2005/05/24  08:45:44
24178         Log: Subject: Re: [perl #35857] [PATCH] B::Deparse doesnt handle warnings register properly.
24179              From: demerphq <demerphq@gmail.com>
24180              Date: Mon, 23 May 2005 11:43:56 +0200
24181              Message-ID: <9b18b31105052302431fb0a3c2@mail.gmail.com>
24182      Branch: perl
24183            ! ext/B/t/deparse.t
24184 ____________________________________________________________________________
24185 [ 24558] By: rgs                                   on 2005/05/24  08:09:10
24186         Log: Make distclean should remove the leftover test files of ExtUtils::ParseXS
24187      Branch: perl
24188            ! Makefile.SH
24189 ____________________________________________________________________________
24190 [ 24557] By: nicholas                              on 2005/05/23  20:26:35
24191         Log: Don't allocate an IV slot where the type doesn't use the IV slot.
24192      Branch: perl
24193            ! av.h hv.h sv.h
24194 ____________________________________________________________________________
24195 [ 24556] By: ams                                   on 2005/05/23  16:58:46
24196         Log: Assorted 2.15 fixes.
24197      Branch: perl
24198            ! ext/Storable/ChangeLog ext/Storable/Storable.xs
24199 ____________________________________________________________________________
24200 [ 24555] By: ams                                   on 2005/05/23  16:34:16
24201         Log: Remove one const to ensure that the universe doesn't tip over.
24202              (At least on AIX.)
24203      Branch: perl
24204            ! ext/Storable/Storable.xs
24205 ____________________________________________________________________________
24206 [ 24554] By: merijn                                on 2005/05/23  15:29:01
24207         Log: Subject: Re: [perl #35938] [PATCH] SDBM_File fails to build on some platforms due to use of 'extern int errno' (was: Re: patches for lang/perl5.8 dfport override) 
24208              From: Andrew Dougherty <doughera@lafayette.edu>
24209              Date: Mon, 23 May 2005 11:48:08 -0400 (EDT)
24210              Message-ID: <Pine.SOC.4.62.0505231143480.4714@maxwell.phys.lafayette.edu>
24211      Branch: perl
24212            ! ext/SDBM_File/sdbm/sdbm.c
24213 ____________________________________________________________________________
24214 [ 24553] By: ams                                   on 2005/05/23  15:24:05
24215         Log: Subject: [PATCH] universal.c warnings hushed
24216              From: Andy Lester <andy@petdance.com>
24217              Date: Mon, 23 May 2005 10:38:25 -0500
24218              Message-Id: <20050523153825.GA28498@petdance.com>
24219      Branch: perl
24220            ! universal.c
24221 ____________________________________________________________________________
24222 [ 24552] By: rgs                                   on 2005/05/23  14:31:33
24223         Log: Attribute compilation fix for Windows by Andy Lester
24224      Branch: perl
24225            ! perl.h perlio.h
24226 ____________________________________________________________________________
24227 [ 24551] By: gbarr                                 on 2005/05/23  13:49:59
24228         Log: Update to Scalar-List-Utils-1.17
24229      Branch: perl
24230            ! ext/List/Util/Changes ext/List/Util/README
24231            ! ext/List/Util/lib/List/Util.pm
24232            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/lln.t
24233            ! ext/List/Util/t/p_tainted.t ext/List/Util/t/refaddr.t
24234 ____________________________________________________________________________
24235 [ 24550] By: rgs                                   on 2005/05/23  11:38:34
24236         Log: Declaration nit spotted by Jarkko
24237      Branch: perl
24238            ! hv.c
24239 ____________________________________________________________________________
24240 [ 24549] By: nicholas                              on 2005/05/23  11:27:16
24241         Log: PL_regex_padav elements hold either more AVs, or IVs that point to
24242              regexps. Don't attempt to look at the IVX if it's not an IV.
24243      Branch: perl
24244            ! perl.c sv.c
24245 ____________________________________________________________________________
24246 [ 24548] By: nicholas                              on 2005/05/23  10:13:21
24247         Log: Oops. What is looking at an array's SvIVX()?
24248      Branch: perl
24249            ! sv.c
24250 ____________________________________________________________________________
24251 [ 24547] By: nicholas                              on 2005/05/23  09:22:35
24252         Log: We don't need IV and RV arena variables anymore. We don't need to set
24253              SvIVX or SvNVX on hashes.
24254      Branch: perl
24255            ! embedvar.h intrpvar.h perlapi.h sv.c
24256 ____________________________________________________________________________
24257 [ 24546] By: nicholas                              on 2005/05/23  09:09:15
24258         Log: Bytecode mustn't save the NVX for hashes now that the NVX is a union
24259              containing pointers initialised to zero.
24260      Branch: perl
24261            ! ext/B/B/Bytecode.pm
24262 ____________________________________________________________________________
24263 [ 24545] By: steveh                                on 2005/05/23  08:46:37
24264         Log: Fill in HASATTRIBUTE stuff in win32/config_H.* (see change #24508)
24265              
24266              (None are actually defined, but it's nice to have them there anyway)
24267      Branch: perl
24268            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
24269            ! win32/config_H.vc64
24270 ____________________________________________________________________________
24271 [ 24544] By: nicholas                              on 2005/05/23  08:09:58
24272         Log: create an "allocated" structure for PVs, PVAVs and PVHVs
24273      Branch: perl
24274            ! av.h hv.h intrpvar.h sv.c sv.h
24275 ____________________________________________________________________________
24276 [ 24543] By: rgs                                   on 2005/05/23  07:33:52
24277         Log: Fix [perl #35929] : PerlIO::scalar didn't understand $/ = ""
24278              because PerlIOScalar_unread was broken.
24279              Bump version number of PerlIO::scalar to 0.04.
24280      Branch: perl
24281            ! ext/PerlIO/scalar/scalar.pm ext/PerlIO/scalar/scalar.xs
24282            ! ext/PerlIO/t/scalar.t
24283 ____________________________________________________________________________
24284 [ 24542] By: nicholas                              on 2005/05/22  22:03:19
24285         Log: Re-order IVX slot in SV bodies
24286      Branch: perl
24287            ! av.h cv.h hv.h sv.h
24288 ____________________________________________________________________________
24289 [ 24541] By: rgs                                   on 2005/05/22  18:53:12
24290         Log: Subject: Re: [PATCH 5.8.7 RC1] lib/Carp.t todo for VMS
24291              From: Michael G Schwern <schwern@pobox.com>
24292              Date: May 20, 2005 10:09 PM
24293              Message-ID: <20050520200900.GB13473@windhund.schwern.org>
24294      Branch: perl
24295            ! lib/Carp.t
24296 ____________________________________________________________________________
24297 [ 24538] By: nicholas                              on 2005/05/21  22:46:50
24298         Log: Add a union in place of xnv_nv, which allows AVs and HVs to re-use
24299              the memory to store pointers and integers.
24300              (Part 1 - will be reworked to be more efficient when IV or void*
24301              is 64 bit soon)
24302      Branch: perl
24303            ! av.h cv.h dump.c ext/B/B.pm ext/B/B.xs ext/Devel/Peek/t/Peek.t
24304            ! hv.h sv.h
24305 ____________________________________________________________________________
24306 [ 24537] By: ams                                   on 2005/05/21  22:26:34
24307         Log: Subject: [PATCH] ExtUtils::CBuilder Tru64 support
24308              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
24309              Date: Sat, 21 May 2005 23:20:21 +0300
24310              Message-Id: <428F9805.70108@gmail.com>
24311      Branch: perl
24312            + lib/ExtUtils/CBuilder/Platform/dec_osf.pm
24313            ! MANIFEST
24314 ____________________________________________________________________________
24315 [ 24536] By: ams                                   on 2005/05/21  22:17:20
24316         Log: Make the __attribute__ stuff work with Symbian (Jarkko).
24317              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-05/msg00530.html
24318      Branch: perl
24319            ! perl.h
24320 ____________________________________________________________________________
24321 [ 24535] By: davem                                 on 2005/05/21  22:10:19
24322         Log: goto &xsub that croaks corrupts memory
24323              When an XS sub is called, a CxSUB context shouldn't be pushed. Make
24324              goto &xs_sub mimic this behaviour by first popping the old CxSUB
24325      Branch: perl
24326            ! pp_ctl.c t/op/goto_xs.t
24327 ____________________________________________________________________________
24328 [ 24534] By: davem                                 on 2005/05/21  21:38:55
24329         Log: stop goto &foo wasting stack space
24330              it used to push @_ onto the end of the stack; now it pops the stack
24331              back to the old watermark first.
24332      Branch: perl
24333            ! pp_ctl.c
24334 ____________________________________________________________________________
24335 [ 24533] By: davem                                 on 2005/05/21  19:50:50
24336         Log: add access to Perl_croak() via 'mycroak' in XS::APItest
24337      Branch: perl
24338            ! ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
24339            ! ext/XS/APItest/t/exception.t
24340 ____________________________________________________________________________
24341 [ 24532] By: davem                                 on 2005/05/21  19:15:43
24342         Log: disallow eval { goto &foo }
24343              eval 'goto &foo' is already banned, and the try-version usually
24344              coredumps due to the code assuming the CxEVAL is actually a CxSUB.
24345              Anyway exiting an eval but preserving "it's" @_ doesn't make much
24346              sense.
24347      Branch: perl
24348            ! pod/perldiag.pod pp_ctl.c t/op/goto.t
24349 ____________________________________________________________________________
24350 [ 24531] By: nicholas                              on 2005/05/21  18:19:43
24351         Log: Move the xpv_pv/xrv_rv member into the SV head, in a union with
24352              IV and UV. Avoid allocating a body for IVs and RVs.
24353      Branch: perl
24354            ! av.h bytecode.pl cv.h embed.fnc embed.h ext/B/B/C.pm
24355            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
24356            ! ext/ByteLoader/byterun.h hv.c hv.h proto.h sv.c sv.h
24357 ____________________________________________________________________________
24358 [ 24530] By: rgs                                   on 2005/05/21  16:01:42
24359         Log: Really fix change 24527
24360      Branch: perl
24361            ! gv.c
24362 ____________________________________________________________________________
24363 [ 24529] By: nicholas                              on 2005/05/21  15:59:30
24364         Log: Fool. That should be I32 everywhere.
24365      Branch: perl
24366            ! hv.c
24367 ____________________________________________________________________________
24368 [ 24528] By: ams                                   on 2005/05/21  15:35:44
24369         Log: Subject: [PATCH] ctags parms need to know .h is C
24370              From: Andy Lester <andy@petdance.com>
24371              Date: Sat, 21 May 2005 08:58:14 -0500
24372              Message-Id: <20050521135814.GA875@petdance.com>
24373      Branch: perl
24374            ! Makefile.SH
24375 ____________________________________________________________________________
24376 [ 24527] By: rgs                                   on 2005/05/21  14:15:44
24377         Log: Compilation fix
24378      Branch: perl
24379            ! gv.c
24380 ____________________________________________________________________________
24381 [ 24526] By: nicholas                              on 2005/05/21  12:31:52
24382         Log: Move hv_name, hv_eiter and hv_riter into a new aux structure.
24383              Provide (more efficient) _get and _set macros.
24384              Adjust the core to use them.
24385      Branch: perl
24386            ! dump.c embed.fnc ext/Data/Dumper/Dumper.xs
24387            ! ext/Devel/DProf/DProf.xs ext/Opcode/Opcode.xs
24388            ! ext/PerlIO/via/via.xs ext/Storable/Storable.xs
24389            ! ext/threads/shared/shared.xs global.sym gv.c hv.c hv.h mg.c
24390            ! op.c op.h opnames.h perl.c pp.c pp_hot.c pp_sys.c proto.h sv.c
24391            ! toke.c universal.c xsutils.c
24392 ____________________________________________________________________________
24393 [ 24525] By: nicholas                              on 2005/05/21  09:29:18
24394         Log: Move placeholders into a new rhash magic type.
24395      Branch: perl
24396            ! dump.c embed.fnc ext/Storable/Storable.xs global.sym hv.c hv.h
24397            ! perl.h proto.h sv.c
24398 ____________________________________________________________________________
24399 [ 24524] By: rgs                                   on 2005/05/21  09:18:07
24400         Log: Update to MakeMaker 6.30
24401      Branch: perl
24402            ! lib/ExtUtils/Changes lib/ExtUtils/MM_Unix.pm
24403            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/FIRST_MAKEFILE.t
24404            ! lib/ExtUtils/t/PL_FILES.t
24405            ! t/lib/MakeMaker/Test/Setup/PL_FILES.pm
24406 ____________________________________________________________________________
24407 [ 24523] By: ams                                   on 2005/05/21  02:58:49
24408         Log: Subject: [PATCH] SvPVX_const - patch #2
24409              From: Steve Peters <steve@fisharerojo.org>
24410              Date: Fri, 20 May 2005 21:42:10 -0500
24411              Message-Id: <20050521024210.GA29036@mccoy.peters.homeunix.org>
24412      Branch: perl
24413            ! dump.c gv.c op.c pad.c perlio.c perly.c pp.c pp_ctl.c
24414 ____________________________________________________________________________
24415 [ 24522] By: nicholas                              on 2005/05/20  22:53:00
24416         Log: Remove PMROOT and replace it with a small shell script. Er, magic.
24417              (PMROOT being needed to implement bare C<reset> - how often do you
24418              use that?)
24419      Branch: perl
24420            ! bytecode.pl dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Asmdata.pm
24421            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h hv.c hv.h
24422            ! op.c perl.h sv.c
24423 ____________________________________________________________________________
24424 [ 24521] By: nicholas                              on 2005/05/20  22:30:16
24425         Log: Update XS code to declare PERL_UNUSED_DECL conditionally
24426      Branch: perl
24427            ! ext/List/Util/Util.xs ext/POSIX/POSIX.xs
24428            ! ext/Storable/Storable.xs
24429 ____________________________________________________________________________
24430 [ 24520] By: nicholas                              on 2005/05/20  21:50:03
24431         Log: Updaate ppport.h to get a conditional PERL_UNUSED_DECL
24432      Branch: perl
24433            ! ext/Cwd/ppport.h ext/Time/HiRes/ppport.h
24434 ____________________________________________________________________________
24435 [ 24519] By: nicholas                              on 2005/05/20  21:46:26
24436         Log: Need to make PERL_UNUSED_DECL conditional as xlc on AIX doesn't like
24437              it being redefined.
24438      Branch: perl
24439            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/parts/inc/misc
24440 ____________________________________________________________________________
24441 [ 24518] By: nicholas                              on 2005/05/20  21:11:52
24442         Log: Goodbye AvFLAGS
24443      Branch: perl
24444            ! av.c av.h bytecode.pl cop.h dump.c ext/B/B.pm ext/B/B.xs
24445            ! ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm ext/B/B/C.pm
24446            ! ext/B/B/Debug.pm ext/B/defsubs_h.PL ext/ByteLoader/byterun.c
24447            ! ext/ByteLoader/byterun.h pad.c pp_ctl.c sv.c sv.h
24448 ____________________________________________________________________________
24449 [ 24517] By: rgs                                   on 2005/05/20  17:54:15
24450         Log: Upgrade to Math::BigInt 1.77
24451      Branch: perl
24452            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
24453            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
24454            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigintpm.inc
24455            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/sub_mbi.t
24456 ____________________________________________________________________________
24457 [ 24516] By: nicholas                              on 2005/05/20  16:42:44
24458         Log: Fix a typo
24459      Branch: perl
24460            ! hv.h
24461 ____________________________________________________________________________
24462 [ 24514] By: ams                                   on 2005/05/20  14:42:21
24463         Log: Damnable applypatch nonsense.
24464      Branch: perl
24465            ! ext/Storable/t/sig_die.t
24466 ____________________________________________________________________________
24467 [ 24513] By: rgs                                   on 2005/05/20  14:37:12
24468         Log: Update MANIFEST
24469      Branch: perl
24470            ! MANIFEST
24471 ____________________________________________________________________________
24472 [ 24512] By: ams                                   on 2005/05/20  14:21:21
24473         Log: Previously overlooked $SIG{DIE} patch from Slaven Rezic.
24474              http://groups-beta.google.com/group/perl.perl5.porters/msg/2d10ba2c390ecc41
24475      Branch: perl
24476            + ext/Storable/t/sig_die.t
24477            ! ext/Storable/MANIFEST ext/Storable/Storable.pm
24478 ____________________________________________________________________________
24479 [ 24511] By: rgs                                   on 2005/05/20  13:11:43
24480         Log: Subject: [PATCH] Add a Makefile target for ctags
24481              From: Andy Lester <andy@petdance.com>
24482              Date: Thu, 12 May 2005 11:40:52 -0500
24483              Message-ID: <20050512164052.GA30287@petdance.com>
24484      Branch: perl
24485            ! Makefile.SH
24486 ____________________________________________________________________________
24487 [ 24510] By: rgs                                   on 2005/05/20  10:49:03
24488         Log: Upgrade to MakeMaker 6.29
24489      Branch: perl
24490            + lib/ExtUtils/t/FIRST_MAKEFILE.t
24491            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/MM_Unix.pm
24492            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
24493            ! lib/ExtUtils/t/Installed.t
24494 ____________________________________________________________________________
24495 [ 24509] By: rgs                                   on 2005/05/20  09:26:01
24496         Log: Subject: SvPVX_const() - Patch #1
24497              From: Steve Peters <steve@fisharerojo.org>
24498              Date: Tue, 17 May 2005 18:17:01 -0500
24499              Message-ID: <20050517231701.GA1394@mccoy.peters.homeunix.org>
24500      Branch: perl
24501            ! doio.c toke.c universal.c util.c warnings.h warnings.pl
24502 ____________________________________________________________________________
24503 [ 24508] By: rgs                                   on 2005/05/20  07:53:46
24504         Log: Subject: [PATCH] Attribute configuration
24505              From: Andy Lester <andy@petdance.com>
24506              Date: Thu, 19 May 2005 12:32:56 -0500
24507              Message-ID: <20050519173256.GA29039@petdance.com>
24508      Branch: perl
24509            ! Configure Cross/config.sh-arm-linux NetWare/config.wc
24510            ! Porting/Glossary Porting/config.sh Porting/pumpkin.pod XSUB.h
24511            ! config_h.SH configure.com epoc/config.sh hints/next_3_0.sh
24512            ! hints/vmesa.sh malloc.c mg.c op.c perl.c perl.h perlio.h
24513            ! plan9/config_sh.sample plan9/genconfig.pl scope.c sv.c
24514            ! symbian/config.sh t/op/sprintf.t uconfig.sh vms/genconfig.pl
24515            ! win32/config.bc win32/config.gc win32/config.vc
24516            ! win32/config.vc64 wince/config.ce
24517 ____________________________________________________________________________
24518 [ 24507] By: rgs                                   on 2005/05/20  07:16:59
24519         Log: Gisle noted an unused variable
24520      Branch: perl
24521            ! t/run/exit.t
24522 ____________________________________________________________________________
24523 [ 24506] By: rgs                                   on 2005/05/19  21:07:43
24524         Log: Fix the new exit() tests, by Gisle Aas :
24525              don't let the shell interfere with the process return value
24526      Branch: perl
24527            ! t/run/exit.t
24528 ____________________________________________________________________________
24529 [ 24505] By: ams                                   on 2005/05/19  17:51:48
24530         Log: Subject: [perl #35857] [PATCH] B::Deparse doesnt handle warnings register properly. 
24531              From: yves orton <perlbug-followup@perl.org>
24532              Date: 18 May 2005 08:30:44 -0000
24533              Message-Id: <rt-3.0.11-35857-113142.6.75213005071278@perl.org>
24534      Branch: perl
24535            ! ext/B/B/Deparse.pm
24536 ____________________________________________________________________________
24537 [ 24504] By: nicholas                              on 2005/05/19  09:32:18
24538         Log: tabs, not spaces. Bad editor. No cookie.
24539              Does the MANIFEST file support comments, sufficient to add an editor
24540              block?
24541      Branch: perl
24542            ! MANIFEST
24543 ____________________________________________________________________________
24544 [ 24503] By: rgs                                   on 2005/05/19  06:25:22
24545         Log: Adjust VMS test count
24546      Branch: perl
24547            ! t/run/exit.t
24548 ____________________________________________________________________________
24549 [ 24501] By: rgs                                   on 2005/05/18  16:08:30
24550         Log: Subject: Well defined $? and introduction of ${^CHILD_ERROR_NATIVE} [PATCH]
24551              From: Gisle Aas <gisle@ActiveState.com>
24552              Date: 18 May 2005 08:35:47 -0700
24553              Message-ID: <lr8y2cim24.fsf_-_@caliper.activestate.com>
24554      Branch: perl
24555            ! doio.c embedvar.h gv.c intrpvar.h mg.c perl.c perl.h perlapi.h
24556            ! pod/perlfunc.pod pod/perlport.pod pod/perlvar.pod t/run/exit.t
24557 ____________________________________________________________________________
24558 [ 24500] By: rgs                                   on 2005/05/18  15:26:32
24559         Log: Subject: Re: [PATCH] ExtUtils-{ParseXS,CBuilder} into bleadperl (was: Re: [Module::Build] ANNOUNCE: Module::Build 0.2610 -> CPAN)
24560              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
24561              Date: Wed, 18 May 2005 07:13:40 -0700
24562              Message-ID: <20050518141131.GA2704@efn.org>
24563      Branch: perl
24564            + lib/ExtUtils/CBuilder.pm lib/ExtUtils/CBuilder/Base.pm
24565            + lib/ExtUtils/CBuilder/Platform/Unix.pm
24566            + lib/ExtUtils/CBuilder/Platform/VMS.pm
24567            + lib/ExtUtils/CBuilder/Platform/Windows.pm
24568            + lib/ExtUtils/CBuilder/Platform/aix.pm
24569            + lib/ExtUtils/CBuilder/Platform/cygwin.pm
24570            + lib/ExtUtils/CBuilder/Platform/darwin.pm
24571            + lib/ExtUtils/CBuilder/Platform/os2.pm
24572            + lib/ExtUtils/CBuilder/t/01-basic.t
24573            + lib/ExtUtils/CBuilder/t/02-link.t lib/ExtUtils/ParseXS.pm
24574            + lib/ExtUtils/ParseXS/t/XSTest.pm
24575            + lib/ExtUtils/ParseXS/t/XSTest.xs
24576            + lib/ExtUtils/ParseXS/t/basic.t
24577            ! MANIFEST Porting/Maintainers.pl lib/ExtUtils/t/00compile.t
24578            ! lib/ExtUtils/xsubpp
24579 ____________________________________________________________________________
24580 [ 24499] By: rgs                                   on 2005/05/18  12:46:38
24581         Log: Subject: B::Disassembler.pm
24582              From: Nicholas Clark <nick@ccl4.org>
24583              Date: Tue, 17 May 2005 11:28:18 +0100
24584              Message-ID: <20050517102817.GD94420@plum.flirble.org>
24585      Branch: perl
24586            ! ext/B/B/Disassembler.pm
24587 ____________________________________________________________________________
24588 [ 24498] By: davem                                 on 2005/05/18  12:39:22
24589         Log: make t/TEST print summary times consistently to two decimal places
24590      Branch: perl
24591            ! t/TEST
24592 ____________________________________________________________________________
24593 [ 24497] By: nicholas                              on 2005/05/18  12:34:53
24594         Log: Default to allocating the correct size for the array in the HV.
24595              Override this with -DPERL_USE_LARGE_HV_ALLOC
24596      Branch: perl
24597            ! hv.h
24598 ____________________________________________________________________________
24599 [ 24496] By: rgs                                   on 2005/05/18  11:50:47
24600         Log: Subject: [PATCH] Eliminate radically out of date CHANGES from perlport
24601              From: Michael G Schwern <schwern@pobox.com>
24602              Date: Mon, 16 May 2005 15:17:05 -0700
24603              Message-ID: <20050516221705.GA212@windhund.schwern.org>
24604              
24605              Subject: [PATCH] Eliminate function signatures from perlport
24606              From: Michael G Schwern <schwern@pobox.com>
24607              Date: Mon, 16 May 2005 15:24:18 -0700
24608              Message-ID: <20050516222418.GA422@windhund.schwern.org>
24609      Branch: perl
24610            ! pod/perlport.pod
24611 ____________________________________________________________________________
24612 [ 24495] By: merijn                                on 2005/05/17  18:45:56
24613         Log: Subject: [PATCH] more about __attribute__
24614              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
24615              Date: Tue, 17 May 2005 20:36:43 +0300
24616              Message-ID: <428A2BAB.9020306@gmail.com>
24617      Branch: perl
24618            ! perl.h
24619 ____________________________________________________________________________
24620 [ 24493] By: rgs                                   on 2005/05/17  15:55:38
24621         Log: Clarify definition of octal literals
24622              (thanks to Olivier Blin)
24623      Branch: perl
24624            ! pod/perldata.pod
24625 ____________________________________________________________________________
24626 [ 24492] By: rgs                                   on 2005/05/17  15:15:46
24627         Log: Subject: [PATCH] perl 5.9.x (@ 24471): Symbian update
24628              From: <jarkko.hietaniemi@nokia.com>
24629              Date: Mon, 16 May 2005 17:59:35 +0300
24630              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F2453D793@esebe105.NOE.Nokia.com>
24631              
24632              completed by:
24633              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F2453D7A0@esebe105.NOE.Nokia.com>
24634      Branch: perl
24635            ! embed.pl mg.c op.c perl.h proto.h reentr.c reentr.pl scope.c
24636            ! symbian/port.pl universal.c
24637 ____________________________________________________________________________
24638 [ 24491] By: nicholas                              on 2005/05/17  13:27:43
24639         Log: One last 1008 to replace with PERL_ARENA_SIZE
24640      Branch: perl
24641            ! sv.c
24642 ____________________________________________________________________________
24643 [ 24490] By: nicholas                              on 2005/05/16  21:42:05
24644         Log: Upgrade to Encode 2.10
24645      Branch: perl
24646            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
24647            ! ext/Encode/Encode.xs ext/Encode/META.yml
24648            ! ext/Encode/lib/Encode/Alias.pm
24649 ____________________________________________________________________________
24650 [ 24489] By: rgs                                   on 2005/05/16  16:56:43
24651         Log: Subject: [PATCH] consting-eleventy.patch: More consts, plus actual bug fix
24652              From: Andy Lester <andy@petdance.com>
24653              Date: Mon, 16 May 2005 10:13:53 -0500
24654              Message-ID: <20050516151353.GA25387@petdance.com>
24655      Branch: perl
24656            ! XSUB.h av.c dump.c embed.fnc embed.h hv.c malloc.c mg.c
24657            ! numeric.c perl.c perl.h pod/perlapi.pod pp.h pp_ctl.c pp_hot.c
24658            ! proto.h regcomp.c regexec.c scope.c sv.c sv.h
24659            ! t/run/fresh_perl.t toke.c universal.c utf8.c util.c
24660 ____________________________________________________________________________
24661 [ 24482] By: nicholas                              on 2005/05/16  15:11:30
24662         Log: Bump the version number on Win32::Win32
24663      Branch: perl
24664            ! win32/ext/Win32/Win32.pm
24665 ____________________________________________________________________________
24666 [ 24480] By: nicholas                              on 2005/05/16  15:01:48
24667         Log: Assuming that everything with 0x40000000 is SVpad_TYPED is bogus.
24668      Branch: perl
24669            ! sv.c
24670 ____________________________________________________________________________
24671 [ 24476] By: rgs                                   on 2005/05/16  08:58:40
24672         Log: This seems to be the right thing to do to iterate over layers
24673      Branch: perl
24674            ! ext/PerlIO/via/via.xs
24675 ____________________________________________________________________________
24676 [ 24475] By: rgs                                   on 2005/05/16  08:47:28
24677         Log: $! might contain "unknown" if strerror(3) says so
24678      Branch: perl
24679            ! t/op/mkdir.t
24680 ____________________________________________________________________________
24681 [ 24472] By: rgs                                   on 2005/05/16  08:03:15
24682         Log: Upgrade to Time::HiRes 1.68
24683      Branch: perl
24684            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
24685            ! ext/Time/HiRes/HiRes.xs
24686 ____________________________________________________________________________
24687 [ 24471] By: nicholas                              on 2005/05/15  20:46:03
24688         Log: Subject: [PATCH] Minor tweak to via
24689              From: Andy Lester <andy@petdance.com>
24690              Message-ID: <20050513163952.GA20167@petdance.com>
24691              Date: Fri, 13 May 2005 11:39:52 -0500
24692              
24693              from a bug report and patch by Matt Lawrence
24694      Branch: perl
24695            ! ext/PerlIO/via/via.xs
24696 ____________________________________________________________________________
24697 [ 24470] By: nicholas                              on 2005/05/15  11:32:15
24698         Log: Upgrade to CGI.pm 3.10
24699      Branch: perl
24700            + lib/CGI/t/can.t
24701            ! MANIFEST lib/CGI.pm lib/CGI/Changes lib/CGI/t/form.t
24702 ____________________________________________________________________________
24703 [ 24469] By: davem                                 on 2005/05/15  00:09:35
24704         Log: avoid leaked scalar in BEGIN { threads->new(...) }
24705      Branch: perl
24706            ! sv.c
24707 ____________________________________________________________________________
24708 [ 24468] By: davem                                 on 2005/05/14  23:16:50
24709         Log: Fix typo in DDEBUG_LEAKING_SCALARS flags output
24710      Branch: perl
24711            ! perl.c
24712 ____________________________________________________________________________
24713 [ 24467] By: davem                                 on 2005/05/14  15:11:30
24714         Log: initialize the PL_xpvgv_[arena]root vars during clone
24715      Branch: perl
24716            ! sv.c
24717 ____________________________________________________________________________
24718 [ 24465] By: gbarr                                 on 2005/05/13  20:42:53
24719         Log: Update to Scalar-List-Utils-1.15
24720      Branch: perl
24721            + ext/List/Util/t/p_blessed.t ext/List/Util/t/p_first.t
24722            + ext/List/Util/t/p_lln.t ext/List/Util/t/p_max.t
24723            + ext/List/Util/t/p_maxstr.t ext/List/Util/t/p_min.t
24724            + ext/List/Util/t/p_minstr.t ext/List/Util/t/p_openhan.t
24725            + ext/List/Util/t/p_readonly.t ext/List/Util/t/p_reduce.t
24726            + ext/List/Util/t/p_refaddr.t ext/List/Util/t/p_reftype.t
24727            + ext/List/Util/t/p_shuffle.t ext/List/Util/t/p_sum.t
24728            + ext/List/Util/t/p_tainted.t
24729            ! MANIFEST ext/List/Util/Changes ext/List/Util/Util.xs
24730            ! ext/List/Util/lib/List/Util.pm
24731            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/blessed.t
24732            ! ext/List/Util/t/dualvar.t ext/List/Util/t/first.t
24733            ! ext/List/Util/t/isvstring.t ext/List/Util/t/lln.t
24734            ! ext/List/Util/t/max.t ext/List/Util/t/maxstr.t
24735            ! ext/List/Util/t/min.t ext/List/Util/t/minstr.t
24736            ! ext/List/Util/t/openhan.t ext/List/Util/t/proto.t
24737            ! ext/List/Util/t/readonly.t ext/List/Util/t/reduce.t
24738            ! ext/List/Util/t/refaddr.t ext/List/Util/t/reftype.t
24739            ! ext/List/Util/t/shuffle.t ext/List/Util/t/sum.t
24740            ! ext/List/Util/t/tainted.t ext/List/Util/t/weak.t
24741 ____________________________________________________________________________
24742 [ 24461] By: rgs                                   on 2005/05/13  12:52:45
24743         Log: Subject: change to quiet cygwin's perlld
24744              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
24745              Date: Fri, 13 May 2005 06:15:45 -0700
24746              Message-ID: <20050513131545.GB4024@efn.org>
24747      Branch: perl
24748            ! cygwin/perlld.in
24749 ____________________________________________________________________________
24750 [ 24460] By: nicholas                              on 2005/05/13  11:59:26
24751         Log: Reorder the *more* arena allocation functions into a block
24752              As they are now ahead of their corresponding *new* functions, no need
24753              for all the embedding guff.
24754              Remove all the "register" keywords.
24755      Branch: perl
24756            ! embed.fnc embed.h hv.c proto.h sv.c
24757 ____________________________________________________________________________
24758 [ 24459] By: nicholas                              on 2005/05/13  11:09:03
24759         Log: Allocate GV bodies from arenas
24760      Branch: perl
24761            ! embed.fnc embed.h embedvar.h intrpvar.h perlapi.h proto.h sv.c
24762 ____________________________________________________________________________
24763 [ 24455] By: davem                                 on 2005/05/12  19:07:27
24764         Log: make join.t threadsafe!
24765              tests 13 and 14 could output in reverse order. Add a lock to stop
24766              this.
24767      Branch: perl
24768            ! ext/threads/t/join.t
24769 ____________________________________________________________________________
24770 [ 24454] By: steveh                                on 2005/05/12  10:56:20
24771         Log: Remove a couple of unreferenced local variables
24772      Branch: perl
24773            ! win32/ext/Win32/Win32.xs
24774 ____________________________________________________________________________
24775 [ 24453] By: steveh                                on 2005/05/12  10:10:37
24776         Log: Subject: [PATCH] Add Win32::GetFileVersion() function
24777              From: "Jan Dubois" <jand@ActiveState.com>
24778              Date: Wed, 11 May 2005 22:30:37 -0700
24779              Message-Id: <200505120530.j4C5UhpX031152@smtp3.ActiveState.com>
24780      Branch: perl
24781            ! win32/ext/Win32/Win32.pm win32/ext/Win32/Win32.xs
24782 ____________________________________________________________________________
24783 [ 24452] By: rgs                                   on 2005/05/12  09:58:50
24784         Log: Silence DEBUGGING compilation warnings
24785      Branch: perl
24786            ! toke.c
24787 ____________________________________________________________________________
24788 [ 24451] By: rgs                                   on 2005/05/12  09:52:12
24789         Log: SvUPGRADE doesn't return false.
24790      Branch: perl
24791            ! toke.c
24792 ____________________________________________________________________________
24793 [ 24450] By: rgs                                   on 2005/05/12  08:45:40
24794         Log: Rework documentation of split(//,...)
24795      Branch: perl
24796            ! pod/perlfunc.pod
24797 ____________________________________________________________________________
24798 [ 24449] By: ams                                   on 2005/05/11  16:57:27
24799         Log: Subject: [perl #33765] [PATCH] perlop: mention why 'print !!0' doesn't 
24800              From: Steve Peters via RT <perlbug-followup@perl.org>
24801              Date: 11 May 2005 16:58:22 -0000
24802              Message-Id: <rt-3.0.11-33765-112475.14.5633321030279@perl.org>
24803              
24804              Subject: [perl #33766] [PATCH] perldoc -f split lacks basic null example 
24805              From: Steve Peters via RT <perlbug-followup@perl.org>
24806              Date: 11 May 2005 17:13:29 -0000
24807              Message-Id: <rt-3.0.11-33766-112476.1.84217630998887@perl.org>
24808      Branch: perl
24809            ! pod/perlfunc.pod pod/perlsyn.pod
24810 ____________________________________________________________________________
24811 [ 24446] By: merijn                                on 2005/05/11  09:39:06
24812         Log: Subject: Hints changes for OS X 10.4
24813              From: Michael G Schwern <schwern@pobox.com>
24814              Date: Tue, 10 May 2005 18:10:47 -0700
24815              Message-ID: <20050511011047.GA23955@windhund.schwern.org>
24816      Branch: perl
24817            ! hints/darwin.sh
24818 ____________________________________________________________________________
24819 [ 24445] By: rgs                                   on 2005/05/11  07:54:19
24820         Log: Include vim/emacs modelines in generated files to open them
24821              in read-only mode. Make vi modelines compatible with non-vim
24822              vi versions.
24823      Branch: perl
24824            ! av.c bytecode.pl deb.c doio.c doop.c dump.c embed.h embed.pl
24825            ! embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
24826            ! ext/ByteLoader/byterun.h global.sym globals.c gv.c hv.c
24827            ! keywords.h keywords.pl lib/warnings.pm locale.c malloc.c mg.c
24828            ! miniperlmain.c numeric.c op.c opcode.h opcode.pl opnames.h
24829            ! pad.c perl.c perlapi.c perlapi.h perlio.c perly.c pp.c pp.sym
24830            ! pp_ctl.c pp_hot.c pp_pack.c pp_proto.h pp_sort.c pp_sys.c
24831            ! proto.h reentr.c reentr.h reentr.pl regcomp.c regcomp.pl
24832            ! regexec.c regnodes.h run.c scope.c sv.c taint.c toke.c
24833            ! universal.c utf8.c util.c warnings.h warnings.pl xsutils.c
24834 ____________________________________________________________________________
24835 [ 24444] By: rgs                                   on 2005/05/10  20:56:37
24836         Log: Subject: potential [PATCH] Tru64 crank up strictness
24837              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
24838              Date: May 10, 2005 7:44 PM
24839              Message-Id: <4ADE5AAD-27CB-4F9E-BEC7-41DAA7671108@iki.fi>
24840      Branch: perl
24841            ! hints/dec_osf.sh perl.h toke.c x2p/a2py.c
24842 ____________________________________________________________________________
24843 [ 24443] By: rgs                                   on 2005/05/10  20:27:16
24844         Log: "make regen" should run reentr.pl
24845      Branch: perl
24846            ! regen.pl
24847 ____________________________________________________________________________
24848 [ 24442] By: rgs                                   on 2005/05/10  20:08:27
24849         Log: Regenerate reentr.[ch]
24850      Branch: perl
24851            ! reentr.c reentr.h
24852 ____________________________________________________________________________
24853 [ 24441] By: ams                                   on 2005/05/10  17:23:26
24854         Log: Subject: Re: [PATCH] reentr.h changes so threaded Perl's compile on OpenBSD 3.7
24855              From: Steve Peters <steve@fisharerojo.org>
24856              Date: Tue, 10 May 2005 12:44:13 -0500
24857              Message-Id: <20050510174413.GA19686@mccoy.peters.homeunix.org>
24858      Branch: perl
24859            + README.openbsd
24860            ! MANIFEST reentr.pl
24861 ____________________________________________________________________________
24862 [ 24440] By: rgs                                   on 2005/05/10  16:51:02
24863         Log: Add editor boilerplates to all C files
24864              (except the generated ones)
24865      Branch: perl
24866            ! av.c deb.c doio.c doop.c dump.c globals.c gv.c hv.c locale.c
24867            ! malloc.c mg.c miniperlmain.c numeric.c op.c pad.c perl.c
24868            ! perlio.c perly.c pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sort.c
24869            ! pp_sys.c regcomp.c regexec.c run.c scope.c sv.c taint.c toke.c
24870            ! universal.c utf8.c util.c xsutils.c
24871 ____________________________________________________________________________
24872 [ 24439] By: nicholas                              on 2005/05/10  15:38:07
24873         Log: s/sv_setpv(sv,"")/sv_setpvn(sv,"",0)/
24874              plus a couple of 1 byte sv_setpv()s too.
24875      Branch: perl
24876            ! doio.c dump.c ext/B/B.xs ext/Storable/Storable.xs mg.c op.c
24877            ! perl.c pp_ctl.c pp_hot.c pp_sys.c toke.c
24878 ____________________________________________________________________________
24879 [ 24438] By: nicholas                              on 2005/05/10  14:47:58
24880         Log: As we have the length of the string easily to hand, no reason not to
24881              use it.
24882      Branch: perl
24883            ! op.c
24884 ____________________________________________________________________________
24885 [ 24437] By: ams                                   on 2005/05/10  14:41:08
24886         Log: Subject: [PATCH] perlop.pod nit
24887              From: Steve Peters <steve@fisharerojo.org>
24888              Date: Tue, 10 May 2005 09:41:01 -0500
24889              Message-Id: <20050510144101.GA21362@mccoy.peters.homeunix.org>
24890      Branch: perl
24891            ! pod/perlop.pod
24892 ____________________________________________________________________________
24893 [ 24436] By: nicholas                              on 2005/05/10  11:03:49
24894         Log: Experiment with using the ptr_table code to hold the seen hash
24895      Branch: perl
24896            ! ext/Storable/Storable.xs
24897 ____________________________________________________________________________
24898 [ 24435] By: nicholas                              on 2005/05/10  09:17:32
24899         Log: Simplify the debug and assert logic.
24900      Branch: perl
24901            ! ext/Storable/Storable.xs
24902 ____________________________________________________________________________
24903 [ 24434] By: nicholas                              on 2005/05/10  09:03:11
24904         Log: Change 24165 missed one s/class/classname/ in the debugging code.
24905      Branch: perl
24906            ! ext/Storable/Storable.xs
24907 ____________________________________________________________________________
24908 [ 24433] By: ams                                   on 2005/05/10  03:16:23
24909         Log: Subject: [PATCH] reentr.h changes so threaded Perl's compile on OpenBSD 3.7
24910              From: Steve Peters <steve@fisharerojo.org>
24911              Date: Mon, 9 May 2005 21:10:49 -0500
24912              Message-Id: <20050510021049.GA20147@mccoy.peters.homeunix.org>
24913      Branch: perl
24914            ! reentr.h
24915 ____________________________________________________________________________
24916 [ 24432] By: ams                                   on 2005/05/10  03:15:34
24917         Log: Subject: [PATCH] Avoid USE_SITECUSTOMIZE redefined warnings
24918              From: Jan Dubois <jand@ActiveState.com>
24919              Date: Mon, 9 May 2005 19:29:06 -0700
24920              Message-Id: <200505100229.j4A2TGm1019135@smtp3.ActiveState.com>
24921      Branch: perl
24922            ! config_h.SH
24923 ____________________________________________________________________________
24924 [ 24431] By: rgs                                   on 2005/05/09  20:07:14
24925         Log: Subject: [PATCH] attributes-two.patch, the next batch
24926              From: Andy Lester <andy@petdance.com>
24927              Date: May 9, 2005 5:45 PM
24928              Message-ID: <20050509154518.GA18273@petdance.com>
24929      Branch: perl
24930            ! doop.c embed.fnc embed.pl gv.c handy.h op.c perl.c
24931            ! pod/perlapi.pod pp.c pp_ctl.c pp_sys.c proto.h sv.c toke.c
24932            ! utf8.c
24933 ____________________________________________________________________________
24934 [ 24430] By: rgs                                   on 2005/05/09  19:19:20
24935         Log: Fix typo (bug #35368)
24936      Branch: perl
24937            ! pod/perlreftut.pod
24938 ____________________________________________________________________________
24939 [ 24429] By: nicholas                              on 2005/05/09  16:33:57
24940         Log: Update the comment describing arenas.
24941      Branch: perl
24942            ! sv.c
24943 ____________________________________________________________________________
24944 [ 24427] By: nicholas                              on 2005/05/09  11:22:19
24945         Log: Hoist the static "AUTOLOAD" into a static const variable. Makes the
24946              object file slightly smaller, and also increases the proportion of
24947              read only data section.
24948      Branch: perl
24949            ! gv.c
24950 ____________________________________________________________________________
24951 [ 24426] By: rgs                                   on 2005/05/09  11:11:35
24952         Log: Upgrade to Unicode::Collate 0.50
24953      Branch: perl
24954            + lib/Unicode/Collate/t/cjkrange.t lib/Unicode/Collate/t/ignor.t
24955            + lib/Unicode/Collate/t/override.t
24956            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
24957            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/altern.t
24958            ! lib/Unicode/Collate/t/contract.t
24959            ! lib/Unicode/Collate/t/hangtype.t
24960            ! lib/Unicode/Collate/t/hangul.t lib/Unicode/Collate/t/illegal.t
24961            ! lib/Unicode/Collate/t/illegalp.t lib/Unicode/Collate/t/index.t
24962            ! lib/Unicode/Collate/t/normal.t
24963            ! lib/Unicode/Collate/t/rearrang.t lib/Unicode/Collate/t/test.t
24964            ! lib/Unicode/Collate/t/trailwt.t
24965            ! lib/Unicode/Collate/t/variable.t
24966            ! lib/Unicode/Collate/t/version.t lib/Unicode/Collate/t/view.t
24967 ____________________________________________________________________________
24968 [ 24425] By: nicholas                              on 2005/05/09  10:10:42
24969         Log: Change 24413 should have updated makedef.pl with the knowledge that 2
24970              symbols are ithreads only.
24971      Branch: perl
24972            ! makedef.pl
24973 ____________________________________________________________________________
24974 [ 24424] By: nicholas                              on 2005/05/09  10:00:37
24975         Log: Change 24420 should have hand updated globvar.sym to reflect the
24976              renaming of the global variable.
24977      Branch: perl
24978            ! globvar.sym
24979 ____________________________________________________________________________
24980 [ 24423] By: nicholas                              on 2005/05/09  08:48:46
24981         Log: Simplify S_hv_notallowed slightly by passing a prebuilt message
24982              template. (Also slightly smaller object code)
24983      Branch: perl
24984            ! hv.c
24985 ____________________________________________________________________________
24986 [ 24422] By: rgs                                   on 2005/05/09  07:37:58
24987         Log: Subject: [PATCH] Sv_*set() doc's and extra const's for the SvPVX_const() tasks
24988              From: Steve Peters <steve@fisharerojo.org>
24989              Date: Sun, 8 May 2005 20:49:17 -0500
24990              Message-ID: <20050509014917.GA24132@mccoy.peters.homeunix.org>
24991      Branch: perl
24992            ! embed.fnc perl_keyword.pl pod/perlapi.pod proto.h sv.h toke.c
24993 ____________________________________________________________________________
24994 [ 24421] By: rgs                                   on 2005/05/09  07:29:33
24995         Log: Revert to Andy's first solution for nonnull attributes;
24996              add the missing defines for non-threaded perls in perl.h
24997      Branch: perl
24998            ! embed.h embed.pl global.sym perl.h proto.h
24999 ____________________________________________________________________________
25000 [ 24420] By: nicholas                              on 2005/05/08  22:09:18
25001         Log: Perl_croak uses perl's printf, so can pass in SVs direct - no need for
25002              SvPV and a %s format.
25003      Branch: perl
25004            ! mg.c perl.h pp.c pp_hot.c
25005 ____________________________________________________________________________
25006 [ 24419] By: nicholas                              on 2005/05/08  21:40:29
25007         Log: There's no need to set a reference count for the new SV heads, as it's
25008              always set to 1 at uprooting time.
25009              But set it to zero when DEBUGGING to make things clearer. Plus fix a
25010              bug introduced by change 22945, where the last SV head had an
25011              uninitialised reference count.
25012      Branch: perl
25013            ! sv.c
25014 ____________________________________________________________________________
25015 [ 24418] By: nicholas                              on 2005/05/08  19:45:30
25016         Log: The idea is that when you find something, you stop looking.
25017              ( http://use.perl.org/comments.pl?sid=26369&cid=40183 )
25018      Branch: perl
25019            ! sv.c
25020 ____________________________________________________________________________
25021 [ 24417] By: davem                                 on 2005/05/08  14:39:19
25022         Log: t/TEST's new error messages now include the prefix 'FAILURE--'
25023      Branch: perl
25024            ! t/TEST
25025 ____________________________________________________________________________
25026 [ 24416] By: rgs                                   on 2005/05/08  12:19:51
25027         Log: Tweak the insertion of __attribute__((nonnull())) declarations
25028              in proto.h so it compiles with and without threads with gcc 3.4
25029      Branch: perl
25030            ! embed.pl proto.h
25031 ____________________________________________________________________________
25032 [ 24414] By: rgs                                   on 2005/05/07  17:15:45
25033         Log: Subject: [PATCH] GCC attributes!
25034              From: Andy Lester <andy@petdance.com>
25035              Date: May 4, 2005 11:55 PM
25036              Message-ID: <20050504215540.GA20413@petdance.com>
25037      Branch: perl
25038            ! autodoc.pl av.c doio.c doop.c embed.fnc embed.pl op.c perl.h
25039            ! pod/perlapi.pod proto.h regcomp.c sv.c utf8.c util.c xsutils.c
25040 ____________________________________________________________________________
25041 [ 24413] By: nicholas                              on 2005/05/07  16:08:16
25042         Log: The ptr_table arena variables and code is only needed for ithreads.
25043      Branch: perl
25044            ! intrpvar.h sv.c
25045 ____________________________________________________________________________
25046 [ 24412] By: davem                                 on 2005/05/07  12:57:06
25047         Log: while (my $x ...) { ...; redo } shouldn't undef $x.
25048              In the presence of 'my' in the conditional of a while(), until(),
25049              or for(;;) loop, add an extra scope to the body so that redo
25050              doesn't undef the lexical
25051      Branch: perl
25052            ! embed.fnc embed.h op.c perly.act perly.h perly.tab perly.y
25053            ! pp_ctl.c proto.h t/op/loopctl.t
25054 ____________________________________________________________________________
25055 [ 24411] By: davem                                 on 2005/05/07  11:06:16
25056         Log: add 1.875c to the list of supported bisons
25057      Branch: perl
25058            ! regen_perly.pl
25059 ____________________________________________________________________________
25060 [ 24410] By: nicholas                              on 2005/05/06  22:17:04
25061         Log: Get the correct refcount on the temporary assignment to PL_sigwarn so
25062              that other code assigning to $SIG{__WARN__} doesn't cause a premature
25063              free.
25064      Branch: perl
25065            ! perlio.c t/io/layers.t
25066 ____________________________________________________________________________
25067 [ 24409] By: nicholas                              on 2005/05/06  19:08:35
25068         Log: Ooops. Wise man tests with ithreads before commiting. D'oh!
25069      Branch: perl
25070            ! sv.c
25071 ____________________________________________________________________________
25072 [ 24408] By: nicholas                              on 2005/05/06  18:38:45
25073         Log: Change types of PL_he_arenaroot and PL_pte_arenaroot to avoid casting.
25074      Branch: perl
25075            ! hv.c intrpvar.h sv.c
25076 ____________________________________________________________________________
25077 [ 24407] By: rgs                                   on 2005/05/06  15:37:30
25078         Log: Upgrade to PathTools 3.07
25079      Branch: perl
25080            ! ext/Cwd/Changes ext/Cwd/t/taint.t lib/Cwd.pm lib/File/Spec.pm
25081            ! lib/File/Spec/Cygwin.pm lib/File/Spec/Mac.pm
25082            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
25083            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
25084            ! lib/File/Spec/t/Spec.t
25085 ____________________________________________________________________________
25086 [ 24406] By: ams                                   on 2005/05/06  15:17:26
25087         Log: Don't pretend SIGZERO exists [#35291].
25088      Branch: perl
25089            ! mg.c
25090 ____________________________________________________________________________
25091 [ 24405] By: nicholas                              on 2005/05/06  13:11:54
25092         Log: Make the arena size changeable at compile time, and up the default by
25093              a factor of 4.
25094      Branch: perl
25095            ! hv.c perl.h sv.c
25096 ____________________________________________________________________________
25097 [ 24404] By: nicholas                              on 2005/05/06  12:34:36
25098         Log: Allocate pointer table entries (for ithread cloning) from an arena
25099      Branch: perl
25100            ! embedvar.h intrpvar.h perlapi.h sv.c
25101 ____________________________________________________________________________
25102 [ 24402] By: davem                                 on 2005/05/05  20:52:11
25103         Log: avoid accessing a just-freed SV (keep ponie happy)
25104      Branch: perl
25105            ! pad.c
25106 ____________________________________________________________________________
25107 [ 24401] By: rgs                                   on 2005/05/05  17:12:38
25108         Log: Missing files in Test::Simple
25109      Branch: perl
25110            + lib/Test/Simple/t/create.t lib/Test/Simple/t/is_deeply_fail.t
25111            + t/lib/Test/Simple/sample_tests/exit.plx
25112 ____________________________________________________________________________
25113 [ 24399] By: nicholas                              on 2005/05/05  15:17:23
25114         Log: Bump versions of non dual-life modules
25115      Branch: perl
25116            ! lib/File/Path.pm lib/FileCache.pm lib/Pod/Html.pm
25117            ! lib/Symbol.pm lib/utf8.pm win32/FindExt.pm
25118 ____________________________________________________________________________
25119 [ 24398] By: nicholas                              on 2005/05/05  14:54:20
25120         Log: Bump version numbers
25121      Branch: perl
25122            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/File.pm
25123            ! ext/IO/lib/IO/Socket/INET.pm ext/XS/APItest/APItest.pm
25124 ____________________________________________________________________________
25125 [ 24397] By: rgs                                   on 2005/05/05  14:41:55
25126         Log: Upgrade to Test::Simple 0.60
25127      Branch: perl
25128            - lib/Test/Simple/t/is_deeply.t
25129            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
25130            ! lib/Test/Simple.pm lib/Test/Simple/Changes
25131            ! lib/Test/Simple/t/00signature.t
25132            ! lib/Test/Simple/t/circular_data.t lib/Test/Simple/t/exit.t
25133            ! lib/Test/Simple/t/fork.t lib/Test/Simple/t/has_plan.t
25134            ! lib/Test/Simple/t/has_plan2.t lib/Test/Simple/t/is_fh.t
25135            ! lib/Test/Simple/t/require_ok.t
25136 ____________________________________________________________________________
25137 [ 24396] By: nicholas                              on 2005/05/05  14:28:42
25138         Log: Bump B version numbers
25139      Branch: perl
25140            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm
25141            ! ext/B/B/Disassembler.pm ext/B/B/Terse.pm
25142            ! ext/B/t/OptreeCheck.pm
25143 ____________________________________________________________________________
25144 [ 24393] By: davem                                 on 2005/05/05  12:06:32
25145         Log: stop Math/BigInt/t/bare_mbf.t producing spurious test output
25146      Branch: perl
25147            ! lib/Math/BigInt/t/bare_mbf.t
25148 ____________________________________________________________________________
25149 [ 24392] By: davem                                 on 2005/05/05  12:01:51
25150         Log: strictifying t/TEST stopped it handling '1..n todo' correctly
25151              (made scope of %toto too narrow)
25152      Branch: perl
25153            ! t/TEST
25154 ____________________________________________________________________________
25155 [ 24390] By: davem                                 on 2005/05/05  00:34:50
25156         Log: make t/TEST detect various failure modes in testfile outputs
25157              in particular:
25158              multiple leader lines
25159              leader line not first or last line of file
25160              unrecognised lines
25161              out-of-sequence test numbers
25162      Branch: perl
25163            ! t/TEST
25164 ____________________________________________________________________________
25165 [ 24389] By: davem                                 on 2005/05/04  22:14:54
25166         Log: strictify t/TEST
25167              make most variables lexical, narrow their scope, and give some of
25168              them more meaningful names. Also fix a harmless bug where the wrong
25169              filehandles are closed (A+B rather than U+A)
25170      Branch: perl
25171            ! t/TEST
25172 ____________________________________________________________________________
25173 [ 24388] By: rgs                                   on 2005/05/04  20:50:59
25174         Log: Document the unportability of atan2() edge cases
25175              and remove unportable tests (by Steve Peters)
25176      Branch: perl
25177            ! pod/perlport.pod t/op/exp.t
25178 ____________________________________________________________________________
25179 [ 24387] By: davem                                 on 2005/05/04  20:30:00
25180         Log: add test for [perl #34682] leaving eval via last in inner runops
25181      Branch: perl
25182            ! t/op/eval.t
25183 ____________________________________________________________________________
25184 [ 24386] By: rgs                                   on 2005/05/04  18:31:19
25185         Log: Fix test numerotation
25186      Branch: perl
25187            ! t/op/goto.t
25188 ____________________________________________________________________________
25189 [ 24385] By: davem                                 on 2005/05/04  15:52:11
25190         Log: make goto.t use test.pl, strict and warnings
25191      Branch: perl
25192            ! t/op/goto.t
25193 ____________________________________________________________________________
25194 [ 24384] By: davem                                 on 2005/05/04  14:01:40
25195         Log: SEGV when next is followed by a goto
25196              
25197              next and redo didn't restore PL_curcop
25198      Branch: perl
25199            ! pp_ctl.c t/op/goto.t
25200 ____________________________________________________________________________
25201 [ 24383] By: ams                                   on 2005/05/04  12:12:30
25202         Log: Subject: [PATCH] perlvar.pod verbatim paragraph first line does not start with a space
25203              From: Offer Kaye <offer.kaye@gmail.com>
25204              Date: Wed, 4 May 2005 15:10:37 +0300
25205              Message-Id: <56942505050405101bfe678d@mail.gmail.com>
25206      Branch: perl
25207            ! pod/perlvar.pod
25208 ____________________________________________________________________________
25209 [ 24382] By: rgs                                   on 2005/05/04  11:21:54
25210         Log: Sync synopses
25211      Branch: perl
25212            ! pod/perl.pod pod/perlrun.pod
25213 ____________________________________________________________________________
25214 [ 24381] By: davem                                 on 2005/05/03  22:10:45
25215         Log: document the internals of exception handling
25216      Branch: perl
25217            ! pod/perlhack.pod
25218 ____________________________________________________________________________
25219 [ 24380] By: rgs                                   on 2005/05/03  15:43:34
25220         Log: Fix getting prototype of builtins mkdir and setpgrp.
25221              Hardcode special exceptions for exec and system, instead
25222              of trying to be clever and failing.
25223      Branch: perl
25224            ! opcode.h opcode.pl pp.c t/op/cproto.t
25225 ____________________________________________________________________________
25226 [ 24379] By: rgs                                   on 2005/05/03  12:18:50
25227         Log: Error in the latest FindBin patch, noticed by Nicholas
25228      Branch: perl
25229            ! lib/FindBin.pm
25230 ____________________________________________________________________________
25231 [ 24378] By: rgs                                   on 2005/05/03  12:15:45
25232         Log: mkdir without arguments now defaults to $_
25233      Branch: perl
25234            ! opcode.h opcode.pl pod/perlfunc.pod t/op/cproto.t t/op/mkdir.t
25235 ____________________________________________________________________________
25236 [ 24377] By: nicholas                              on 2005/05/03  12:00:25
25237         Log: ok($a == $b) better written as cmp_ok($a, '==', $b)
25238              (The latter gives more diagnostics in the case of failure)
25239      Branch: perl
25240            ! t/op/exp.t
25241 ____________________________________________________________________________
25242 [ 24376] By: rgs                                   on 2005/05/03  09:45:24
25243         Log: Convert to test.pl
25244      Branch: perl
25245            ! t/op/mkdir.t
25246 ____________________________________________________________________________
25247 [ 24375] By: rgs                                   on 2005/05/03  08:53:25
25248         Log: Fix for [perl #34252] Access rights in FindBin::Bin
25249              At least on my platform, Cwd::getcwd doesn't find the current
25250              directory if it has no access to it. Try harder with Cwd::cwd.
25251      Branch: perl
25252            ! lib/FindBin.pm
25253 ____________________________________________________________________________
25254 [ 24374] By: steveh                                on 2005/05/03  08:51:24
25255         Log: Fix croak() and confess() so that they don't clobber $!
25256              (plus tests to check this)
25257      Branch: perl
25258            ! lib/Carp.pm lib/Carp.t
25259 ____________________________________________________________________________
25260 [ 24373] By: nicholas                              on 2005/05/03  08:45:28
25261         Log: PL_mess_sv is always >= SVt_PVMG, so no need for an if() test
25262      Branch: perl
25263            ! perl.c
25264 ____________________________________________________________________________
25265 [ 24372] By: rgs                                   on 2005/05/03  07:36:17
25266         Log: Subject: [perl #33809] optimize macro dXSARGS 
25267              From: Sergey Skvortsov (via RT) <perlbug-followup@perl.org>
25268              Date: 17 Jan 2005 09:02:33 -0000
25269              Message-ID: <rt-3.0.11-33809-105714.16.4209917806492@perl.org>
25270      Branch: perl
25271            ! XSUB.h pod/perlapi.pod universal.c
25272 ____________________________________________________________________________
25273 [ 24371] By: rgs                                   on 2005/05/03  06:56:03
25274         Log: Subject: [PATCH] IEEE math for the masses
25275              From: Steve Peters <steve@fisharerojo.org>
25276              Date: Fri, 15 Apr 2005 09:10:54 -0500
25277              Message-ID: <20050415141054.GA12749@mccoy.peters.homeunix.org>
25278              
25279              (tests added to t/op/exp.t)
25280      Branch: perl
25281            ! pp.c t/op/exp.t
25282 ____________________________________________________________________________
25283 [ 24370] By: rgs                                   on 2005/05/03  06:30:47
25284         Log: Convert to test.pl
25285      Branch: perl
25286            ! t/op/exp.t
25287 ____________________________________________________________________________
25288 [ 24369] By: nicholas                              on 2005/05/02  20:45:00
25289         Log: A slightly better layout for the diagram.
25290      Branch: perl
25291            ! ext/B/B.pm
25292 ____________________________________________________________________________
25293 [ 24368] By: rgs                                   on 2005/05/02  20:10:34
25294         Log: Clarify the definition of the 'w' pack format, as suggested by
25295              Alexey Toptygin.
25296      Branch: perl
25297            ! pod/perlfunc.pod
25298 ____________________________________________________________________________
25299 [ 24367] By: rgs                                   on 2005/05/02  17:10:19
25300         Log: For perls where pids and ppids are cached, when the ppid of
25301              the perl process becomes 1, refresh the ppid cache (this may
25302              indicate that the parent process has died.)
25303      Branch: perl
25304            ! pp_sys.c
25305 ____________________________________________________________________________
25306 [ 24366] By: rgs                                   on 2005/05/02  16:16:35
25307         Log: Change inheritance hierarchy of B subclassses :
25308              
25309              Subject: @B::NV::ISA = 'B::IV';
25310              From: Nicholas Clark <nick@ccl4.org>
25311              Date: Wed, 27 Apr 2005 14:57:51 +0100
25312              Message-ID: <20050427135750.GD94420@plum.flirble.org>
25313      Branch: perl
25314            ! ext/B/B.pm
25315 ____________________________________________________________________________
25316 [ 24365] By: rgs                                   on 2005/05/02  15:46:51
25317         Log: Subject: [PATCH] printf.patch: Adding printf checking for gcc
25318              From: Andy Lester <andy@petdance.com>
25319              Date: Sun, 1 May 2005 15:07:55 -0500
25320              Message-ID: <20050501200755.GA30259@petdance.com>
25321      Branch: perl
25322            ! gv.c lib/ExtUtils/t/Embed.t pad.c perl.c perl.h perlio.c
25323            ! perlio.h perliol.h pp_pack.c pp_sort.c x2p/util.c x2p/util.h
25324 ____________________________________________________________________________
25325 [ 24364] By: rgs                                   on 2005/05/02  14:48:04
25326         Log: Subject: Re: [perl #31793] Data::Dumper: Useqq interacts badly with overloading
25327              From: Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
25328              Date: Wed, 3 Nov 2004 16:38:01 +0100
25329              Message-ID: <20041103163801.6839be30@valis.local>
25330      Branch: perl
25331            ! ext/Data/Dumper/Dumper.pm
25332 ____________________________________________________________________________
25333 [ 24363] By: davem                                 on 2005/05/02  14:27:20
25334         Log: Better fix for #8738  (Core dump in 'leavetry')
25335              When in an inner runops loop (eg via a tie or sort), an eval
25336              needs a new JMPENV pushing by S_docatch. If an exception is raised,
25337              control is returned to S_docatch, and it must determine whether
25338              the eval that trapped the exception is an inner eval or an outer
25339              one. In the former case, restart the loop, in the latter case,
25340              rethrow the exception. This is determined by whether we are still
25341              at the same PL_curstackinfo level. This fails in the case of
25342              SPLICE(), which pushes a new SETJMP and runops level, but not a
25343              new stackinfo level. There may be other code which does similar.
25344              The solution is to store the current calue of PL_top_env in each
25345              pushed CxEVAL, and see if it's still the same as PL_top_env when
25346              the exception is handled.
25347      Branch: perl
25348            ! cop.h pp_ctl.c
25349 ____________________________________________________________________________
25350 [ 24362] By: davem                                 on 2005/05/02  13:51:42
25351         Log: Revert change #15705 (Core dump in 'leavetry')
25352              This fixes bug #34682, reintroduces bug #8738 (ID 20020301.011),
25353              and reintroduces an eval optimisation for innter runops levels
25354      Branch: perl
25355            ! pp_ctl.c
25356 ____________________________________________________________________________
25357 [ 24361] By: davem                                 on 2005/05/02  13:29:17
25358         Log: move the SETJMP exception-handing definitions from scope.h to cop.h
25359              so that a JMPENV* entry can be added to struct block_eval
25360      Branch: perl
25361            ! cop.h scope.h
25362 ____________________________________________________________________________
25363 [ 24360] By: rgs                                   on 2005/05/02  09:37:04
25364         Log: Fix [perl #35162] $SIG{__DIE__} = 'IGNORE' is base.pm is illegal
25365      Branch: perl
25366            ! lib/base.pm
25367 ____________________________________________________________________________
25368 [ 24359] By: rgs                                   on 2005/05/02  08:09:38
25369         Log: Subject: [PATCH] undo pod utilities regression in 24034
25370              From: "Craig A. Berry" <craigberry@mac.com>
25371              Date: Fri, 29 Apr 2005 17:22:48 -0500
25372              Message-ID: <4272B3B8.6030603@mac.com>
25373      Branch: perl
25374            ! pod/pod2usage.PL pod/podselect.PL
25375 ____________________________________________________________________________
25376 [ 24358] By: rgs                                   on 2005/05/02  07:15:37
25377         Log: Subject: [PATCH] uninitialized warnings in regcomp
25378              From: Steven Philip Schubiger <steven@accognoscere.org>
25379              Date: Mon, 2 May 2005 01:14:29 +0200 (CEST)
25380              Message-Id: <200505012314.j41NETLk018737@accognoscere.homeunix.org>
25381      Branch: perl
25382            ! regcomp.c
25383 ____________________________________________________________________________
25384 [ 24357] By: nicholas                              on 2005/05/01  22:16:16
25385         Log: Explode if anyone attempts to sv_upgrade PL_mess_sv.
25386              Should this be a panic: ?
25387      Branch: perl
25388            ! sv.c
25389 ____________________________________________________________________________
25390 [ 24355] By: merijn                                on 2005/04/29  15:32:17
25391         Log: Put back INSTALL_PREFIX and INSTALL_PREFIX_EXP as they were
25392              unintendedly removed by patch #23435
25393      Branch: perl
25394            ! config_h.SH
25395 ____________________________________________________________________________
25396 [ 24354] By: merijn                                on 2005/04/29  13:59:36
25397         Log: Subject: [PATCH] Small patch to perlport.pod
25398              From: Sébastien Aperghis-Tramoni <maddingue@free.fr>
25399              Date: Thu, 28 Apr 2005 02:24:04 +0200
25400              Message-Id: <D38E89F3-B77B-11D9-B91D-000502F3279F@free.fr>
25401      Branch: perl
25402            ! pod/perlport.pod
25403 ____________________________________________________________________________
25404 [ 24353] By: steveh                                on 2005/04/29  09:07:19
25405         Log: Subject: [PATCH] one cannot "static" exported functions
25406              From: <jarkko.hietaniemi@nokia.com>
25407              Date: Fri, 29 Apr 2005 11:02:01 +0300
25408              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F2453D705@esebe105.NOE.Nokia.com>
25409      Branch: perl
25410            ! perlio.c
25411 ____________________________________________________________________________
25412 [ 24352] By: steveh                                on 2005/04/29  08:24:50
25413         Log: Skip PL_sig_sv when PERL_IMPLICIT_CONTEXT is defined
25414              (rather than when PERL_IMPLICIT_SYS is defined)
25415      Branch: perl
25416            ! makedef.pl
25417 ____________________________________________________________________________
25418 [ 24351] By: nicholas                              on 2005/04/28  22:28:53
25419         Log: Refactor Perl_sv_utf8_upgrade_flags to use SvPV_free
25420      Branch: perl
25421            ! sv.c
25422 ____________________________________________________________________________
25423 [ 24350] By: steveh                                on 2005/04/28  16:42:13
25424         Log: Subject: (in blead) a missing const in a prototype
25425              From: <jarkko.hietaniemi@nokia.com>
25426              Date: Wed, 27 Apr 2005 17:35:27 +0300
25427              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F2453D6ED@esebe105.NOE.Nokia.com>
25428      Branch: perl
25429            ! embed.fnc proto.h
25430 ____________________________________________________________________________
25431 [ 24349] By: steveh                                on 2005/04/28  16:38:51
25432         Log: Silence a compilation warning on Win32
25433      Branch: perl
25434            ! pp.c
25435 ____________________________________________________________________________
25436 [ 24348] By: nicholas                              on 2005/04/28  11:22:15
25437         Log: Add a new macro SvPV_free() which undoes OOK and free()s the PVX(),
25438              becase there's a lot of code around that calls SvOOK_off(), memmov()s
25439              the buffer, then promptly free()s it. So avoid the needless memmov().
25440      Branch: perl
25441            ! perl.c pp.c pp_ctl.c pp_hot.c sv.c sv.h
25442 ____________________________________________________________________________
25443 [ 24347] By: steveh                                on 2005/04/28  11:13:55
25444         Log: Remove temporary clean-up from Win32 makefiles
25445              
25446              Change 22501 temporarily added some clean-up to the Win32 makefiles
25447              which was only meant to stay until cpan rt #5616 was fixed.  It is
25448              now fixed (in EU-MM 6.22, which in turn has been in blead for a
25449              while now), so these hacks are no longer required.
25450              
25451              This change is also good for maint, which currently contains EU-MM
25452              6.17, which didn't create the blibdirs.exists files in question
25453              anyway.
25454      Branch: perl
25455            ! win32/Makefile win32/makefile.mk
25456 ____________________________________________________________________________
25457 [ 24345] By: rgs                                   on 2005/04/28  09:29:07
25458         Log: Remove confusing punctuation
25459              (spotted by David Rigaudiere)
25460      Branch: perl
25461            ! pod/perlvar.pod
25462 ____________________________________________________________________________
25463 [ 24344] By: nicholas                              on 2005/04/28  09:29:06
25464         Log: Calling sv_backoff() on something that's about to be free()d will
25465              memmov() memory that's about to be freed. Seems wasteful.
25466      Branch: perl
25467            ! sv.c
25468 ____________________________________________________________________________
25469 [ 24341] By: steveh                                on 2005/04/28  08:44:28
25470         Log: Fix perlsio_binmode() export breakage caused by change #24338
25471              
25472              Define and export perlsio_binmode() based on the same condition,
25473              namely, that USE_PERLIO is defined and USE_SFIO is not.
25474      Branch: perl
25475            ! makedef.pl perlio.c
25476 ____________________________________________________________________________
25477 [ 24340] By: nicholas                              on 2005/04/28  08:34:57
25478         Log: The if() clause is the wrong way round, so OOK can never be true in
25479              this case. Given that OOK is never undone, we could never have been
25480              correctly upgrading a PV with OOK to HV or AV. I believe that only
25481              SVt_NULL is the only type ever upgraded to HV or AV.
25482      Branch: perl
25483            ! sv.c
25484 ____________________________________________________________________________
25485 [ 24339] By: rgs                                   on 2005/04/27  20:24:30
25486         Log: A couple of warning fixes by Gisle
25487      Branch: perl
25488            ! pp.c pp_sys.c
25489 ____________________________________________________________________________
25490 [ 24338] By: rgs                                   on 2005/04/27  14:48:46
25491         Log: Subject: [PATCH] perlio-two.patch: More warnings squashed, more consts
25492              From: Andy Lester <andy@petdance.com>
25493              Date: Wed, 27 Apr 2005 10:02:43 -0500
25494              Message-ID: <20050427150243.GA21883@petdance.com>
25495      Branch: perl
25496            ! perl.c perlio.c perlio.h perliol.h
25497 ____________________________________________________________________________
25498 [ 24334] By: steveh                                on 2005/04/27  08:35:40
25499         Log: Subject: Win32 MM test fix
25500              From: Michael G Schwern <schwern@pobox.com>
25501              Date: Mon, 18 Apr 2005 14:30:19 -0700
25502              Message-ID: <20050418213019.GA15797@windhund.schwern.org>
25503              
25504              Subject: Re: Win32 MM test fix
25505              From: demerphq <demerphq@gmail.com>
25506              Date: Tue, 19 Apr 2005 00:57:59 +0200
25507              Message-ID: <9b18b31105041815573e10dc10@mail.gmail.com>
25508      Branch: perl
25509            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
25510 ____________________________________________________________________________
25511 [ 24333] By: rgs                                   on 2005/04/26  21:03:43
25512         Log: Subject: [PATCH] XS() __attribute__
25513              From: Andy Lester <andy@petdance.com>
25514              Date: Fri, 22 Apr 2005 17:39:47 -0500
25515              Message-ID: <20050422223947.GA4681@petdance.com>
25516      Branch: perl
25517            ! XSUB.h universal.c xsutils.c
25518 ____________________________________________________________________________
25519 [ 24328] By: rgs                                   on 2005/04/26  14:27:01
25520         Log: Subject: Re: [PATCH] pp_pack.c redux, to work w/Jarkko's recent patches
25521              From: Andy Lester <andy@petdance.com>
25522              Date: Mon, 25 Apr 2005 17:56:51 -0500
25523              Message-ID: <20050425225651.GB17271@petdance.com>
25524      Branch: perl
25525            ! embed.fnc embed.h perl.h pod/perlapi.pod pp_pack.c proto.h
25526 ____________________________________________________________________________
25527 [ 24326] By: rgs                                   on 2005/04/26  12:49:03
25528         Log: Upgrade to CGI.pm 3.08
25529      Branch: perl
25530            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Changes lib/CGI/Cookie.pm
25531            ! lib/CGI/Pretty.pm
25532 ____________________________________________________________________________
25533 [ 24325] By: merijn                                on 2005/04/26  11:28:42
25534         Log: Subject: [PATCH?] for AIX problems? RE: [PATCH] Symbian port of Perl
25535              Date: Tue, 26 Apr 2005 12:22:12 +0300
25536              From: <jarkko.hietaniemi@nokia.com>
25537              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F2453D6CB@esebe105.NOE.Nokia.com>
25538              From: Steve Hay <steve.hay@uk.radan.com>
25539              Message-ID: <426E11A3.8070002@uk.radan.com>
25540      Branch: perl
25541            ! ext/Storable/Storable.xs
25542 ____________________________________________________________________________
25543 [ 24321] By: steveh                                on 2005/04/25  13:09:57
25544         Log: Update location to fetch dmake from in README.win32
25545              
25546              Use the generic search.cpan.org URL so that the latest version is
25547              always found
25548      Branch: perl
25549            ! README.win32
25550 ____________________________________________________________________________
25551 [ 24320] By: nicholas                              on 2005/04/25  11:41:01
25552         Log: Subject: [PATCH] mktables.lst and related stuff (was Re: [PATCH] Unicode 4.1.0)
25553              From: demerphq <demerphq@gmail.com>
25554              Message-ID: <9b18b31105042412352fcf2bc5@mail.gmail.com>
25555              Date: Sun, 24 Apr 2005 21:35:35 +0200
25556      Branch: perl
25557            ! lib/unicore/README.perl lib/unicore/mktables
25558            ! lib/unicore/mktables.lst
25559 ____________________________________________________________________________
25560 [ 24319] By: steveh                                on 2005/04/25  11:05:24
25561         Log: Provide $Config{libswanted_uselargefiles} on Win32
25562              
25563              This fixes some test failures introduced by change 24271.
25564      Branch: perl
25565            ! win32/config.bc win32/config.gc win32/config.vc
25566            ! win32/config.vc64
25567 ____________________________________________________________________________
25568 [ 24318] By: steveh                                on 2005/04/25  07:47:11
25569         Log: Subject: [PATCH] combopatch
25570              From: Jarkko Hietaniemi <jhi@iki.fi>
25571              Date: Sun, 24 Apr 2005 22:58:15 +0300
25572              Message-ID: <426BFA57.9060105@iki.fi>
25573      Branch: perl
25574            ! embed.fnc makedef.pl mg.c perl.c perl.h perlvars.h pp_pack.c
25575            ! proto.h toke.c util.c
25576 ____________________________________________________________________________
25577 [ 24317] By: rgs                                   on 2005/04/25  06:30:44
25578         Log: Fix typo, noticed by Randal Schwartz
25579      Branch: perl
25580            ! pod/perlfunc.pod
25581 ____________________________________________________________________________
25582 [ 24316] By: ams                                   on 2005/04/25  01:36:38
25583         Log: Add STORABLE_attach hook (Adam Kennedy).
25584      Branch: perl
25585            + ext/Storable/t/HAS_ATTACH.pm ext/Storable/t/attach_errors.t
25586            + ext/Storable/t/attach_singleton.t
25587            + ext/Storable/t/circular_hook.t
25588            ! MANIFEST ext/Storable/ChangeLog ext/Storable/MANIFEST
25589            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
25590 ____________________________________________________________________________
25591 [ 24315] By: rgs                                   on 2005/04/24  15:25:18
25592         Log: Add files missing in 24314
25593      Branch: perl
25594            + lib/Test/Harness/Point.pm lib/Test/Harness/t/from_line.t
25595            + lib/Test/Harness/t/point-parse.t lib/Test/Harness/t/point.t
25596            + lib/Test/Harness/t/version.t
25597 ____________________________________________________________________________
25598 [ 24314] By: rgs                                   on 2005/04/24  13:26:50
25599         Log: Upgrade to Test::Harness 2.48
25600      Branch: perl
25601            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
25602            ! lib/Test/Harness/Straps.pm lib/Test/Harness/TAP.pod
25603            ! lib/Test/Harness/t/00compile.t
25604            ! lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
25605            ! t/lib/sample-tests/skip
25606 ____________________________________________________________________________
25607 [ 24313] By: merijn                                on 2005/04/24  11:52:03
25608         Log: Subject: [PATCH] Add -Wdeclaration-after-statement to default flags for gcc 3+
25609              From: Steve Peters <steve@fisharerojo.org>
25610              Date: Sat, 23 Apr 2005 22:37:48 -0500
25611              Message-ID: <20050424033748.GA23117@mccoy.peters.homeunix.org>
25612      Branch: perl
25613            ! Configure
25614 ____________________________________________________________________________
25615 [ 24311] By: rgs                                   on 2005/04/24  11:48:24
25616         Log: Add %patchlevel hash to Module::CoreList
25617      Branch: perl
25618            ! lib/Module/CoreList.pm
25619 ____________________________________________________________________________
25620 [ 24310] By: merijn                                on 2005/04/24  09:12:37
25621         Log: Subject: [PATCH] lib/Time/Local.t: time_t is unsigned on VMS
25622              From: "Craig A. Berry" <craigberry@mac.com>
25623              Date: Sat, 23 Apr 2005 18:25:52 -0500
25624              Message-ID: <426AD980.2010801@mac.com>
25625      Branch: perl
25626            ! lib/Time/Local.t
25627 ____________________________________________________________________________
25628 [ 24309] By: nicholas                              on 2005/04/23  14:00:49
25629         Log: Variable declarations can't come after statements in C89.
25630      Branch: perl
25631            ! util.c
25632 ____________________________________________________________________________
25633 [ 24308] By: nicholas                              on 2005/04/23  13:57:41
25634         Log: Save state when auto-generating #ifdef PERL_CORE and PERL_CORE/PERL_EXT
25635              reducing embed.h by about 10%.
25636      Branch: perl
25637            ! embed.h embed.pl
25638 ____________________________________________________________________________
25639 [ 24307] By: davem                                 on 2005/04/23  13:56:18
25640         Log: Subject:  [PATCH] Fix for warnings in util.c/Perl_init_tm()
25641              From:  Steve Peters <steve@fisharerojo.org>
25642              Date:  Fri, 22 Apr 2005 22:36:03 -0500
25643              Message-Id:  <20050423033603.GA32547@mccoy.peters.homeunix.org>
25644              
25645              localtime() can return null
25646      Branch: perl
25647            ! util.c
25648 ____________________________________________________________________________
25649 [ 24303] By: nicholas                              on 2005/04/22  21:40:21
25650         Log: Convert to test.pl
25651      Branch: perl
25652            ! t/op/substr.t
25653 ____________________________________________________________________________
25654 [ 24301] By: nicholas                              on 2005/04/22  16:21:46
25655         Log: Subject: [PATCH] t/uni/class.t -- update VMS test skippage
25656              From: "Craig A. Berry" <craigberry@mac.com>
25657              Message-ID: <42692501.6090809@mac.com>
25658              Date: Fri, 22 Apr 2005 11:23:29 -0500
25659      Branch: perl
25660            ! t/uni/class.t
25661 ____________________________________________________________________________
25662 [ 24300] By: rgs                                   on 2005/04/22  16:17:36
25663         Log: Patch by Yves Orton to accept several options on the corelist(1)
25664              command-line. Plus POD nits.
25665      Branch: perl
25666            ! lib/Module/CoreList.pm lib/Module/CoreList/bin/corelist
25667 ____________________________________________________________________________
25668 [ 24290] By: steveh                                on 2005/04/22  13:51:47
25669         Log: Fix last remaining Win32 linker error following change 24271
25670              
25671              (Supplied by Jarkko in a makedef.pl that was omitted from the
25672              aforementioned change)
25673      Branch: perl
25674            ! makedef.pl
25675 ____________________________________________________________________________
25676 [ 24287] By: rgs                                   on 2005/04/22  12:42:37
25677         Log: There's no point listing '-f' in --help output
25678              when perl isn't built with USE_SITECUSTOMIZE, since it might
25679              confuse users about $sitelib/sitecustomize.pl being sourced
25680              at startup.
25681      Branch: perl
25682            ! perl.c
25683 ____________________________________________________________________________
25684 [ 24286] By: nicholas                              on 2005/04/22  12:37:19
25685         Log: For now, TODO the 2 tests that fail on 5.8.x
25686      Branch: perl
25687            ! ext/B/t/optree_specials.t
25688 ____________________________________________________________________________
25689 [ 24284] By: rgs                                   on 2005/04/22  12:34:14
25690         Log: -A wasn't listed in the --help output
25691      Branch: perl
25692            ! perl.c
25693 ____________________________________________________________________________
25694 [ 24280] By: steveh                                on 2005/04/22  09:59:54
25695         Log: Fix more Win32 linker errors following change 24271
25696              
25697              This clears up problems with Perl_free_global_struct and
25698              Perl_init_global_struct
25699      Branch: perl
25700            ! embed.fnc embed.h global.sym makedef.pl proto.h
25701 ____________________________________________________________________________
25702 [ 24279] By: rgs                                   on 2005/04/22  09:04:08
25703         Log: Subject: [PATCH] pp_pack.c warning quieting
25704              From: Andy Lester <andy@petdance.com>
25705              Date: Thu, 21 Apr 2005 11:33:13 -0500
25706              Message-ID: <20050421163313.GA20930@petdance.com>
25707      Branch: perl
25708            ! pp_pack.c
25709 ____________________________________________________________________________
25710 [ 24278] By: steveh                                on 2005/04/22  08:59:58
25711         Log: Fix Win32 linker errors following change 24271
25712              
25713              This clears up "unresolved external" errors for the following symbols:
25714              
25715              PL_watch_pvx
25716              Perl_Gappctx_ptr
25717              Perl_Gmmap_page_size_ptr
25718              Perl_Gsig_defaulting_ptr
25719              Perl_Gsig_handlers_initted_ptr
25720              Perl_Gsig_ignoring_ptr
25721              Perl_Gsig_sv_ptr
25722              Perl_Gtimesbase_ptr
25723              Perl_Gwatch_pvx_ptr
25724      Branch: perl
25725            ! makedef.pl
25726 ____________________________________________________________________________
25727 [ 24277] By: rgs                                   on 2005/04/22  08:48:14
25728         Log: Subject: [PATCH] bytecode.pl, bytecode.h, and sv.h fixes
25729              From: Steve Peters <steve@fisharerojo.org>
25730              Date: Thu, 21 Apr 2005 18:55:47 -0500
25731              Message-ID: <20050421235547.GA12149@mccoy.peters.homeunix.org>
25732      Branch: perl
25733            ! bytecode.pl ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
25734            ! sv.h
25735 ____________________________________________________________________________
25736 [ 24276] By: steveh                                on 2005/04/22  08:13:01
25737         Log: Fix my_chsize() for systems having chsize(), broken by change #24271
25738      Branch: perl
25739            ! pp_sys.c
25740 ____________________________________________________________________________
25741 [ 24275] By: davem                                 on 2005/04/21  21:30:11
25742         Log: Sigh - really bump Text::Wrap version number this time.
25743      Branch: perl
25744            ! lib/Text/Wrap.pm
25745 ____________________________________________________________________________
25746 [ 24274] By: davem                                 on 2005/04/21  21:27:15
25747         Log: bump version number in Text::Wrap after change #24273
25748      Branch: perl
25749            ! lib/Text/Wrap.pm
25750 ____________________________________________________________________________
25751 [ 24273] By: davem                                 on 2005/04/21  21:22:54
25752         Log: Text::Wrap::wrap() fails with non-space separator
25753      Branch: perl
25754            ! lib/Text/TabsWrap/t/wrap.t lib/Text/Wrap.pm
25755 ____________________________________________________________________________
25756 [ 24271] By: rgs                                   on 2005/04/21  15:38:30
25757         Log: Subject: [PATCH] Symbian port of Perl
25758              From: <jarkko.hietaniemi@nokia.com>
25759              Date: Mon, 18 Apr 2005 13:18:30 +0300
25760              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F2453D653@esebe105.NOE.Nokia.com>
25761      Branch: perl
25762            + README.symbian ext/DynaLoader/dl_symbian.xs
25763            + symbian/PerlApp.cpp symbian/PerlApp.h symbian/PerlApp.hrh
25764            + symbian/PerlApp.rss symbian/PerlAppAif.rss
25765            + symbian/PerlBase.cpp symbian/PerlBase.h symbian/PerlBase.pod
25766            + symbian/PerlRecog.cpp symbian/PerlRecog.mmp symbian/README
25767            + symbian/TODO symbian/bld.inf symbian/config.pl
25768            + symbian/config.sh symbian/cwd.pl symbian/demo_pl
25769            + symbian/install.cfg symbian/makesis.pl symbian/port.pl
25770            + symbian/sanity.pl symbian/sdk.pl symbian/symbian_dll.cpp
25771            + symbian/symbian_proto.h symbian/symbian_stubs.c
25772            + symbian/symbian_stubs.h symbian/symbian_utils.cpp
25773            + symbian/symbianish.h symbian/uid.pl symbian/version.pl
25774            + symbian/xsbuild.pl
25775            ! EXTERN.h INTERN.h MANIFEST Porting/curliff.pl Porting/makerel
25776            ! XSUB.h av.c bytecode.pl configpm doio.c dump.c embed.fnc
25777            ! embed.h embed.pl embedvar.h ext/B/B.xs
25778            ! ext/ByteLoader/byterun.c ext/Data/Dumper/Dumper.xs
25779            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
25780            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/dlutils.c
25781            ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Socket.pm
25782            ! ext/List/Util/Util.xs ext/MIME/Base64/Base64.xs
25783            ! ext/POSIX/POSIX.xs ext/PerlIO/scalar/scalar.xs
25784            ! ext/PerlIO/via/via.xs ext/SDBM_File/sdbm/sdbm.c
25785            ! ext/Storable/Storable.xs ext/Time/HiRes/HiRes.xs global.sym
25786            ! globvar.sym gv.c hv.c intrpvar.h lib/ExtUtils/t/Embed.t
25787            ! lib/ExtUtils/xsubpp lib/File/Spec.pm lib/File/Spec/Win32.pm
25788            ! locale.c mg.c miniperlmain.c numeric.c op.c opcode.h opcode.pl
25789            ! pad.c patchlevel.h perl.c perl.h perlapi.c perlapi.h perlio.c
25790            ! perlio.h perliol.h perlvars.h pod.lst pod/perl.pod
25791            ! pod/perlguts.pod pod/perlintern.pod pp.c pp_ctl.c pp_hot.c
25792            ! pp_pack.c pp_sort.c pp_sys.c proto.h reentr.pl regcomp.c
25793            ! regexec.c scope.h sv.c taint.c toke.c universal.c utf8.c
25794            ! utf8.h util.c util.h vms/descrip_mms.template win32/Makefile
25795            ! win32/makefile.mk win32/win32io.c xsutils.c
25796 ____________________________________________________________________________
25797 [ 24270] By: davem                                 on 2005/04/21  15:36:14
25798         Log: substr uses utf8 length cache incorrectly
25799      Branch: perl
25800            ! sv.c t/op/substr.t
25801 ____________________________________________________________________________
25802 [ 24269] By: davem                                 on 2005/04/21  00:13:14
25803         Log: Subject:  [PATCH] extra code in pp_concat, Take 2
25804              From:  Andy Lester <andy@petdance.com>
25805              Date:  Wed, 13 Apr 2005 21:06:01 -0500
25806              Message-Id:  <20050414020601.GA21346@petdance.com>
25807              
25808              add 'const', and remove extraneous code, from pp_concat
25809      Branch: perl
25810            ! pp_hot.c t/op/concat.t
25811 ____________________________________________________________________________
25812 [ 24268] By: davem                                 on 2005/04/20  23:56:18
25813         Log: Subject:  patch to [PATCH] Fix MGVTBL structures in perl.h (preprocessor
25814              From:  David Dyck <david.dyck@fluke.com>
25815              Date:  Wed, 20 Apr 2005 16:35:55 -0700 (PDT)
25816              Message-Id:  <Pine.LNX.4.62.0504201627550.27786@dd.tc.fluke.com>
25817              
25818              fix nits in change #24264:
25819              some preprocessors don't like #ifdefs within a macro's args;
25820              also removed duplicate semicolons from macro definitions.
25821      Branch: perl
25822            ! perl.h
25823 ____________________________________________________________________________
25824 [ 24267] By: davem                                 on 2005/04/20  23:35:54
25825         Log: In change 24266 I failed to actually change anything. Sigh.
25826      Branch: perl
25827            ! ext/Sys/Syslog/Syslog.pm
25828 ____________________________________________________________________________
25829 [ 24266] By: davem                                 on 2005/04/20  23:32:04
25830         Log: change misleading syslog() example
25831      Branch: perl
25832            ! ext/Sys/Syslog/Syslog.pm
25833 ____________________________________________________________________________
25834 [ 24265] By: davem                                 on 2005/04/20  21:47:40
25835         Log: Subject:  [perl #35059] [PATCH] caller() skips frames (such as eval() frames) if $^P set 
25836              From:  glasser@tang-eleven-seventy-nine.mit.edu (via RT) <perlbug-followup@perl.org>
25837              Date:  20 Apr 2005 19:28:14 -0000
25838              Message-Id:  <rt-3.0.11-35059-111134.0.304511316819145@perl.org>
25839              
25840              improved version of change 21842 that copes with glob DB::sub
25841              existing but &DB::sub not existing.
25842      Branch: perl
25843            ! mg.c pp_ctl.c t/op/caller.t
25844 ____________________________________________________________________________
25845 [ 24264] By: davem                                 on 2005/04/20  21:32:23
25846         Log: Subject:  [PATCH] Fix MGVTBL structures in perl.h
25847              From:  Andy Lester <andy@petdance.com>
25848              Date:  Wed, 20 Apr 2005 15:09:24 -0500
25849              Message-Id:  <20050420200923.GA3017@petdance.com>
25850              
25851              The MGVTBL structures contain 7 function pointers, but only 5 were
25852              getting initialized. Plus, there were repeated lists between
25853              declaration and definition; add a macro to declare or define
25854              all the global MGVTBLs as appropriate.
25855      Branch: perl
25856            ! perl.h
25857 ____________________________________________________________________________
25858 [ 24260] By: nicholas                              on 2005/04/20  13:51:54
25859         Log: Subject: [PATCH] Refactoring to Sv*_set() macros - patch #6
25860              From: Steve Peters <steve@fisharerojo.org>
25861              Message-ID: <20050420112720.GA31042@mccoy.peters.homeunix.org>
25862              Date: Wed, 20 Apr 2005 06:27:20 -0500
25863      Branch: perl
25864            ! bytecode.pl ext/ByteLoader/bytecode.h malloc.c sv.c
25865 ____________________________________________________________________________
25866 [ 24258] By: nicholas                              on 2005/04/20  08:13:21
25867         Log: Merge common code. Reduces object size by 1K on x86, 6K on PPC
25868      Branch: perl
25869            ! sv.c
25870 ____________________________________________________________________________
25871 [ 24257] By: davem                                 on 2005/04/19  23:47:38
25872         Log: run regen_headers after addition of FOO_set() macros
25873      Branch: perl
25874            ! ext/ByteLoader/byterun.c
25875 ____________________________________________________________________________
25876 [ 24256] By: davem                                 on 2005/04/19  23:43:54
25877         Log: Subject:  [PATCH] pad_compname_type(), takes care of a clunky macro
25878              From:  Andy Lester <andy@petdance.com>
25879              Date:  Tue, 19 Apr 2005 11:38:44 -0500
25880              Message-Id:  <20050419163844.GA19747@petdance.com>
25881      Branch: perl
25882            ! embed.fnc embed.h pad.c pad.h proto.h
25883 ____________________________________________________________________________
25884 [ 24255] By: davem                                 on 2005/04/19  23:31:52
25885         Log: DEBUG_LEAKING_SCALARS could use the value of a freed PL_op
25886      Branch: perl
25887            ! op.c
25888 ____________________________________________________________________________
25889 [ 24254] By: nicholas                              on 2005/04/19  21:53:38
25890         Log: Don't set things to zero twice. Once is enough. (see also change 15255)
25891      Branch: perl
25892            ! sv.c
25893 ____________________________________________________________________________
25894 [ 24253] By: nicholas                              on 2005/04/19  20:55:24
25895         Log: Restore SvEND_set
25896      Branch: perl
25897            ! sv.h
25898 ____________________________________________________________________________
25899 [ 24252] By: nicholas                              on 2005/04/19  20:07:49
25900         Log: Force RVALUE macros when in PERL_DEBUG_COW
25901      Branch: perl
25902            ! ext/ByteLoader/byterun.c sv.c sv.h
25903 ____________________________________________________________________________
25904 [ 24251] By: nicholas                              on 2005/04/19  14:25:00
25905         Log: Avoid generating thousands of UTF-8 warnings when testing under a
25906              UTF-8 locale
25907      Branch: perl
25908            ! t/op/pack.t
25909 ____________________________________________________________________________
25910 [ 24249] By: rgs                                   on 2005/04/19  11:20:37
25911         Log: Simplify PERL_DEBUG_PAD_ZERO so it continues to expand to
25912              valid C code
25913      Branch: perl
25914            ! perl.h
25915 ____________________________________________________________________________
25916 [ 24248] By: nicholas                              on 2005/04/19  09:55:51
25917         Log: Subject: [PATCH] Refactoring to Sv*_set() macros - patch #5
25918              From: Steve Peters <steve@fisharerojo.org>
25919              Message-ID: <20050419000925.GA21640@mccoy.peters.homeunix.org>
25920              Date: Mon, 18 Apr 2005 19:09:25 -0500
25921      Branch: perl
25922            ! dump.c ext/ByteLoader/ByteLoader.pm ext/ByteLoader/byterun.c
25923            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
25924            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
25925            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
25926            ! ext/List/Util/lib/List/Util.pm ext/POSIX/POSIX.pm
25927            ! ext/POSIX/POSIX.xs ext/PerlIO/encoding/encoding.pm
25928            ! ext/PerlIO/encoding/encoding.xs ext/PerlIO/scalar/scalar.pm
25929            ! ext/PerlIO/scalar/scalar.xs ext/Storable/Storable.pm
25930            ! ext/Storable/Storable.xs ext/threads/shared/shared.pm
25931            ! ext/threads/shared/shared.xs ext/threads/threads.pm gv.c mg.c
25932            ! op.c pad.c pad.h perl.h pp.c pp.h pp_hot.c pp_pack.c regcomp.c
25933            ! scope.c sv.c sv.h toke.c
25934 ____________________________________________________________________________
25935 [ 24247] By: davem                                 on 2005/04/19  01:38:54
25936         Log: Add CLONE_SKIP() class method to allow individual classes to skip
25937              cloning objects during thread creation
25938      Branch: perl
25939            ! dump.c ext/threads/t/thread.t pod/perlmod.pod sv.c sv.h
25940 ____________________________________________________________________________
25941 [ 24246] By: nicholas                              on 2005/04/18  22:31:48
25942         Log: PERL_DEBUG_COW for SvUVX and SvPVX
25943      Branch: perl
25944            ! ext/DynaLoader/dl_dyld.xs sv.h
25945 ____________________________________________________________________________
25946 [ 24245] By: nicholas                              on 2005/04/18  21:58:22
25947         Log: SvPV_renew also calls SvLEN_set
25948              Add SvPV_shrink_to_cur(sv) to call SvPV_renew with SvCUR(sv)+1.
25949              For Ponie this can be a single call into the PMC
25950      Branch: perl
25951            ! pp_hot.c pp_sys.c sv.h toke.c
25952 ____________________________________________________________________________
25953 [ 24244] By: nicholas                              on 2005/04/18  20:37:13
25954         Log: Replace Renew(SvPVX(...)...) with SvPV_renew, which avoids an LVALUE
25955              SvPVX
25956      Branch: perl
25957            ! pp_hot.c pp_sys.c sv.h toke.c
25958 ____________________________________________________________________________
25959 [ 24243] By: nicholas                              on 2005/04/18  19:50:12
25960         Log: A more efficient way of expressing the MALLOC_WRAP conditional compile.
25961      Branch: perl
25962            ! handy.h
25963 ____________________________________________________________________________
25964 [ 24242] By: steveh                                on 2005/04/18  16:04:20
25965         Log: Fix bug #33664: allow for transport providers with protocol == 0
25966              
25967              (This indicates that any protocol may be used, so don't bother checking
25968              that the requested protocol matches in this case.)
25969      Branch: perl
25970            ! win32/win32sck.c
25971 ____________________________________________________________________________
25972 [ 24241] By: nicholas                              on 2005/04/18  15:23:45
25973         Log: Refactor the odd-one-out code before a Renew(SvPVX(...)...)
25974      Branch: perl
25975            ! pp_hot.c
25976 ____________________________________________________________________________
25977 [ 24240] By: nicholas                              on 2005/04/18  14:15:52
25978         Log: Two more uses of lvalue SvIVX()
25979      Branch: perl
25980            ! ext/ByteLoader/byterun.c lib/ExtUtils/t/Constant.t
25981 ____________________________________________________________________________
25982 [ 24239] By: nicholas                              on 2005/04/18  12:18:20
25983         Log: Subject: [PATCH] Refactoring to Sv*_set() macros - patch #4
25984              Message-ID: <20050416160502.GA26957@mccoy.peters.homeunix.org>
25985              From: Steve Peters <steve@fisharerojo.org>
25986              Date: Sat, 16 Apr 2005 11:05:02 -0500
25987              
25988              plus fix to Perl_rvpv_dup assigning to an RV with SvPVX
25989      Branch: perl
25990            ! av.c cop.h ext/PerlIO/encoding/encoding.xs
25991            ! ext/Storable/Storable.xs gv.c malloc.c perl.c pp.c pp_ctl.c
25992            ! pp_hot.c pp_pack.c pp_sort.c scope.c sv.c
25993 ____________________________________________________________________________
25994 [ 24238] By: rgs                                   on 2005/04/15  13:16:29
25995         Log: Update the outdated info in "Minimizing the Perl installation"
25996      Branch: perl
25997            ! INSTALL
25998 ____________________________________________________________________________
25999 [ 24237] By: rgs                                   on 2005/04/14  16:13:45
26000         Log: Fix for:
26001              [perl #34934] perl 5.8.5 on x86 and x86-64 hang at compile-time
26002              From: bstrand@switchmanagement.com (via RT) <perlbug-followup@perl.org>
26003              Date: 12 Apr 2005 19:12:58 -0000
26004              Message-ID: <rt-3.0.11-34934-110595.15.9181274318682@perl.org>
26005              
26006              This syntax error now produces a panic message.
26007      Branch: perl
26008            ! op.c
26009 ____________________________________________________________________________
26010 [ 24236] By: merijn                                on 2005/04/13  15:10:24
26011         Log: Subject: [PATCH] Removing yydestruct from perly.c
26012              From: Andy Lester <andy@petdance.com>
26013              Date: Wed, 13 Apr 2005 10:06:47 -0500
26014              Message-ID: <20050413150647.GA13464@petdance.com>
26015      Branch: perl
26016            ! perly.c
26017 ____________________________________________________________________________
26018 [ 24235] By: merijn                                on 2005/04/13  14:51:00
26019         Log: Mandrakesoft is now Mandriva
26020      Branch: perl
26021            ! AUTHORS
26022 ____________________________________________________________________________
26023 [ 24234] By: merijn                                on 2005/04/13  14:41:20
26024         Log: H.Merijn changed e-mail
26025      Branch: perl
26026            ! AUTHORS Porting/checkAUTHORS.pl Porting/patching.pod
26027            ! README.aix README.hpux ext/Encode/AUTHORS ext/Storable/README
26028 ____________________________________________________________________________
26029 [ 24233] By: rgs                                   on 2005/04/13  08:25:43
26030         Log: Subject: [PATCH Perl 5.9.2] -Wformat 
26031              From: Robin Barker <Robin.Barker@npl.co.uk>
26032              Date: Tue, 12 Apr 2005 18:53:32 +0100
26033              Message-ID: <533D273D4014D411AB1D00062938C4D90849C634@hotel.npl.co.uk>
26034      Branch: perl
26035            ! perly.c regcomp.c regexec.c toke.c
26036 ____________________________________________________________________________
26037 [ 24232] By: rgs                                   on 2005/04/13  07:24:07
26038         Log: Upgrade to ExtUtils::MakeMaker 6.28
26039      Branch: perl
26040            ! lib/ExtUtils/Changes lib/ExtUtils/MANIFEST.SKIP
26041            ! lib/ExtUtils/META.yml lib/ExtUtils/MM_AIX.pm
26042            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MakeMaker.pm
26043            ! lib/ExtUtils/Manifest.pm
26044 ____________________________________________________________________________
26045 [ 24231] By: rgs                                   on 2005/04/12  15:30:23
26046         Log: Upgrade to Encode 2.0902
26047      Branch: perl
26048            + ext/Encode/t/utf8strict.t
26049            ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
26050            ! ext/Encode/Encode.xs ext/Encode/Encode/encode.h
26051            ! ext/Encode/MANIFEST ext/Encode/META.yml
26052            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/t/Aliases.t
26053            ! ext/Encode/t/fallback.t
26054 ____________________________________________________________________________
26055 [ 24230] By: nicholas                              on 2005/04/12  11:24:49
26056         Log: Don't PERL_HASH(SvUVX(...)...) as it's actually a set.
26057              Plus add an editor block
26058      Branch: perl
26059            ! op.c
26060 ____________________________________________________________________________
26061 [ 24229] By: nicholas                              on 2005/04/12  09:19:43
26062         Log: Subject: [PATCH] Refactoring to Sv*_set() macros - patch #3
26063              From: Steve Peters <steve@fisharerojo.org>
26064              Message-ID: <20050411023736.GB9355@mccoy.peters.homeunix.org>
26065              Date: Sun, 10 Apr 2005 21:37:36 -0500
26066              
26067              (with correction to SvUV_set)
26068      Branch: perl
26069            ! ext/List/Util/Util.xs sv.c sv.h
26070 ____________________________________________________________________________
26071 [ 24228] By: nicholas                              on 2005/04/11  14:53:38
26072         Log: Avoid taking a reference to SvIVX and putting that address on the
26073              save stack
26074      Branch: perl
26075            ! perl.c pp_ctl.c pp_hot.c
26076 ____________________________________________________________________________
26077 [ 24227] By: steveh                                on 2005/04/11  10:39:59
26078         Log: Support d_libm_lib_version for Win32 (see change 24217)
26079      Branch: perl
26080            ! win32/config.bc win32/config.gc win32/config.vc
26081            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
26082            ! win32/config_H.vc win32/config_H.vc64
26083 ____________________________________________________________________________
26084 [ 24226] By: merijn                                on 2005/04/11  10:09:06
26085         Log: Out of sync metaunit caused the erroneous return of the
26086              removed d_sitecustomize. Mea Culpa.
26087      Branch: perl
26088            ! Configure
26089 ____________________________________________________________________________
26090 [ 24225] By: steveh                                on 2005/04/11  09:39:40
26091         Log: Disable I18N::Langinfo for Win32 since nl_langinfo() isn't available
26092      Branch: perl
26093            ! win32/Makefile win32/makefile.mk
26094 ____________________________________________________________________________
26095 [ 24224] By: rgs                                   on 2005/04/11  09:21:54
26096         Log: Subject: [PATCH] perlfunc.pod: incomplete select description
26097              From: Hernan Perez Masci <hmasci@uolsinectis.com.ar>
26098              Date: Fri, 8 Apr 2005 15:28:28 -0300
26099              Message-Id: <200504081528.28307.hmasci@uolsinectis.com.ar>
26100      Branch: perl
26101            ! pod/perlfunc.pod
26102 ____________________________________________________________________________
26103 [ 24223] By: rgs                                   on 2005/04/11  09:11:53
26104         Log: Make the four-argument form of select() return undef
26105              instead of -1 on error.
26106      Branch: perl
26107            ! pod/perl593delta.pod pod/perlfunc.pod pp_sys.c
26108 ____________________________________________________________________________
26109 [ 24222] By: rgs                                   on 2005/04/11  07:02:59
26110         Log: Make Win32 build (and clean) I18::Langinfo and Math::BigInt::FastCalc
26111      Branch: perl
26112            ! win32/Makefile win32/makefile.mk
26113 ____________________________________________________________________________
26114 [ 24221] By: merijn                                on 2005/04/11  06:06:13
26115         Log: Subject: Re: New Configure functionality
26116              From: Abe Timmerman <abe@ztreet.demon.nl>
26117              Date: Sun, 10 Apr 2005 22:19:28 +0200
26118              Message-Id: <200504102219.29024.abe@ztreet.demon.nl>
26119      Branch: perl
26120            ! configure.com
26121 ____________________________________________________________________________
26122 [ 24220] By: rgs                                   on 2005/04/10  20:03:59
26123         Log: POD typo.
26124      Branch: perl
26125            ! lib/Module/CoreList.pm
26126 ____________________________________________________________________________
26127 [ 24219] By: rgs                                   on 2005/04/10  19:49:49
26128         Log: Module::CoreList: Data from Sebastien Aperghis-Tramoni for perl
26129              5.00{0,1,2}. Upgrade version number.
26130      Branch: perl
26131            ! lib/Module/CoreList.pm
26132 ____________________________________________________________________________
26133 [ 24218] By: merijn                                on 2005/04/10  18:00:05
26134         Log: Sorting still is a mess. This is better.
26135      Branch: perl
26136            ! config_h.SH
26137 ____________________________________________________________________________
26138 [ 24217] By: merijn                                on 2005/04/10  17:08:36
26139         Log: Configure now probes for _LIB_VERSION support in math.h/libm
26140              LIBM_LIB_VERSION is defined if it does
26141      Branch: perl
26142            ! Configure Porting/config_H config_h.SH handy.h
26143 ____________________________________________________________________________
26144 [ 24215] By: rgs                                   on 2005/04/10  15:03:10
26145         Log: Fix [perl #34892] Segfault on &DB::sub declared but not defined
26146      Branch: perl
26147            ! pod/perldiag.pod pp_hot.c
26148 ____________________________________________________________________________
26149 [ 24214] By: merijn                                on 2005/04/10  09:14:06
26150         Log: Subject: [PATCH] usesitecustomize for VMS
26151              From: "Craig A. Berry" <craigberry@mac.com>
26152              Date: Sat, 09 Apr 2005 15:58:43 -0500
26153              Message-ID: <42584203.2090405@mac.com>
26154      Branch: perl
26155            ! configure.com
26156 ____________________________________________________________________________
26157 [ 24213] By: nicholas                              on 2005/04/08  19:11:04
26158         Log: Mangle the expected output correctly for both 5.9 and 5.8
26159      Branch: perl
26160            ! ext/B/t/stash.t
26161 ____________________________________________________________________________
26162 [ 24212] By: rgs                                   on 2005/04/08  16:17:49
26163         Log: Subject: Re: [ANNOUNCE] ExtUtils::MakeMaker 6.27
26164              From: Michael G Schwern <schwern@pobox.com>
26165              Date: Thu, 7 Apr 2005 15:15:00 -0700
26166              Message-ID: <20050407221500.GB6223@windhund.schwern.org>
26167              
26168              Fix duplicate target warnings
26169      Branch: perl
26170            ! lib/ExtUtils/MM_Any.pm
26171 ____________________________________________________________________________
26172 [ 24211] By: merijn                                on 2005/04/08  14:22:05
26173         Log: The last remains of d_sitecustomize
26174      Branch: perl
26175            ! Porting/config.sh
26176 ____________________________________________________________________________
26177 [ 24210] By: merijn                                on 2005/04/08  14:16:59
26178         Log: now usesitecustomize is used more generic
26179      Branch: perl
26180            ! config_h.SH
26181 ____________________________________________________________________________
26182 [ 24209] By: steveh                                on 2005/04/08  14:15:14
26183         Log: Subject: Re: [PATCH] Re: [perl #24119] CPAN.pm error in Win32: uses rename() not File::Copy::move
26184              From: Steven Schubiger <steven@accognoscere.org>
26185              Date: Thu, 7 Apr 2005 22:38:25 +0200 (CEST)
26186              Message-Id: <200504072038.j37KcPXY011755@accognoscere.homeunix.org>
26187              
26188              (with arguments changed to match perlfunc.pod)
26189      Branch: perl
26190            ! pod/perlport.pod
26191 ____________________________________________________________________________
26192 [ 24208] By: merijn                                on 2005/04/08  14:12:54
26193         Log: Drop d_sitecustomize again. (usesitecustomize is enough)
26194      Branch: perl
26195            ! Configure
26196 ____________________________________________________________________________
26197 [ 24206] By: nicholas                              on 2005/04/08  13:16:07
26198         Log: Add SvIVX() to PERL_DEBUG_COW, and change pad.c to SvIVset()
26199      Branch: perl
26200            ! pad.c sv.h
26201 ____________________________________________________________________________
26202 [ 24205] By: merijn                                on 2005/04/08  12:18:42
26203         Log: Subject: [PATCH] Removing Y2K warnings
26204              From: Andy Lester <andy@petdance.com>
26205              Date: Thu, 7 Apr 2005 17:44:42 -0500
26206              Message-ID: <20050407224442.GA23895@petdance.com>
26207      Branch: perl
26208            - README.Y2K
26209            ! INSTALL MANIFEST lib/warnings.pm pod/buildtoc pod/perldiag.pod
26210            ! pod/perllexwarn.pod pp_hot.c sv.c t/lib/warnings/pp_hot
26211            ! t/lib/warnings/sv t/op/caller.t warnings.h warnings.pl
26212 ____________________________________________________________________________
26213 [ 24204] By: nicholas                              on 2005/04/08  11:29:22
26214         Log: Subject: [PATCH] Refactoring to Sv*_set() macros - patch #2
26215              From: Steve Peters <steve@fisharerojo.org>
26216              Date: Thu, 7 Apr 2005 13:51:49 -0500
26217              Message-ID: <20050407185149.GA4418@mccoy.peters.homeunix.org>
26218      Branch: perl
26219            ! doio.c ext/List/Util/Util.xs ext/threads/threads.xs op.c pp.c
26220            ! pp_ctl.c pp_hot.c sv.c toke.c util.c
26221 ____________________________________________________________________________
26222 [ 24201] By: nicholas                              on 2005/04/08  10:39:15
26223         Log: Add a macro PERL_DEBUG_COW, for aggressive compile time tests of
26224              Copy-On-Write related source changes.
26225              Fix the problem this revealed.
26226      Branch: perl
26227            ! sv.c sv.h
26228 ____________________________________________________________________________
26229 [ 24200] By: nicholas                              on 2005/04/08  10:08:35
26230         Log: MM_AIX needs neatvalue
26231      Branch: perl
26232            ! lib/ExtUtils/MM_AIX.pm
26233 ____________________________________________________________________________
26234 [ 24199] By: nicholas                              on 2005/04/08  10:05:49
26235         Log: Subject: [PATCH] Refactoring to Sv*_set() macros - patch #1
26236              From: Steve Peters <steve@fisharerojo.org>
26237              Message-ID: <20050406232110.GA12249@mccoy.peters.homeunix.org>
26238              Date: Wed, 6 Apr 2005 18:21:10 -0500
26239      Branch: perl
26240            ! ext/ByteLoader/byterun.c ext/List/Util/Util.xs pad.c sv.c
26241            ! toke.c
26242 ____________________________________________________________________________
26243 [ 24198] By: rgs                                   on 2005/04/08  09:48:08
26244         Log: Add perl593delta.pod
26245      Branch: perl
26246            + pod/perl593delta.pod
26247            ! MANIFEST Makefile.SH pod.lst pod/perl.pod
26248            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
26249            ! win32/pod.mak
26250 ____________________________________________________________________________
26251 [ 24194] By: rgs                                   on 2005/04/07  12:42:07
26252         Log: Mention that select() returns -1 on error,
26253              as suggested by Hernan Perez Masci
26254      Branch: perl
26255            ! pod/perlfunc.pod
26256 ____________________________________________________________________________
26257 [ 24192] By: rgs                                   on 2005/04/07  09:51:29
26258         Log: Subject: Re: [PATCH] Re: [perl #34650] perldoc -f my should perhaps mention BEGIN and END
26259              From: Abigail <abigail@abigail.nl>
26260              Date: Wed, 6 Apr 2005 01:41:55 +0200
26261              Message-ID: <20050405234154.GG8680@abigail.nl>
26262      Branch: perl
26263            ! t/japh/abigail.t
26264 ____________________________________________________________________________
26265 [ 24191] By: rgs                                   on 2005/04/07  09:45:27
26266         Log: Subject: Re: Bugs? In Unicode::EastAsianWidth.
26267              From: Autrijus Tang <autrijus@autrijus.org>
26268              Date: Wed, 6 Apr 2005 18:17:32 +0800
26269              Message-ID: <20050406101732.GA17931@aut.dyndns.org>
26270      Branch: perl
26271            ! lib/unicore/mktables
26272 ____________________________________________________________________________
26273 [ 24190] By: rgs                                   on 2005/04/07  09:38:06
26274         Log: Subject: perldbtty$$ location
26275              From: Gisle Aas <gisle@ActiveState.com>
26276              Date: 06 Apr 2005 01:49:54 -0700
26277              Message-ID: <lr3bu48f2l.fsf@caliper.activestate.com>
26278              (and remove trailing whitespace)
26279      Branch: perl
26280            ! pod/perldebug.pod
26281 ____________________________________________________________________________
26282 [ 24189] By: nicholas                              on 2005/04/07  08:43:40
26283         Log: Tabs not spaces in MANIFEST
26284      Branch: perl
26285            ! MANIFEST
26286 ____________________________________________________________________________
26287 [ 24187] By: merijn                                on 2005/04/07  08:33:53
26288         Log: Subject: [perl #34699] documentation bug in "man perlpodspec" 
26289              From: "raf@tradingpost.com.au (via RT)" <perlbug-followup@perl.org>
26290              Date: 7 Apr 2005 00:20:31 -0000
26291              Message-ID: <rt-3.0.11-34699-110174.9.79475562169704@perl.org>
26292      Branch: perl
26293            ! pod/perlpodspec.pod
26294 ____________________________________________________________________________
26295 [ 24185] By: rgs                                   on 2005/04/07  08:07:14
26296         Log: Upgrade to ExtUtils::MakeMaker 6.27,
26297              plus a patch to restore functioning of 'distclean'
26298              for the perl core
26299      Branch: perl
26300            + lib/ExtUtils/MM_AIX.pm lib/ExtUtils/MM_QNX.pm
26301            + lib/ExtUtils/MM_VOS.pm lib/ExtUtils/MakeMaker/Config.pm
26302            + lib/ExtUtils/t/PL_FILES.t lib/ExtUtils/t/config.t
26303            + lib/ExtUtils/t/installbase.t lib/ExtUtils/t/xs.t
26304            + t/lib/MakeMaker/Test/Setup/PL_FILES.pm
26305            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command.pm
26306            ! lib/ExtUtils/Command/MM.pm lib/ExtUtils/Install.pm
26307            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/META.yml
26308            ! lib/ExtUtils/MM.pm lib/ExtUtils/MM_Any.pm
26309            ! lib/ExtUtils/MM_BeOS.pm lib/ExtUtils/MM_Cygwin.pm
26310            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_OS2.pm
26311            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
26312            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm
26313            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/FAQ.pod
26314            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/PATCHING
26315            ! lib/ExtUtils/README lib/ExtUtils/t/INST_PREFIX.t
26316            ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/MM_Win32.t
26317            ! lib/ExtUtils/t/basic.t lib/ExtUtils/t/dir_target.t
26318            ! lib/ExtUtils/t/prefixify.t lib/ExtUtils/t/prereq_print.t
26319            ! lib/ExtUtils/t/recurs.t t/lib/MakeMaker/Test/Setup/BFD.pm
26320            ! t/lib/MakeMaker/Test/Setup/Recurs.pm
26321            ! t/lib/MakeMaker/Test/Utils.pm
26322 ____________________________________________________________________________
26323 [ 24178] By: steveh                                on 2005/04/06  15:57:36
26324         Log: Don't try to export symbols that don't exist
26325              
26326              Change #24148 added Perl_rvpv_dup() to the public API, but it is only
26327              defined when USE_ITHREADS is defined.  Adjust makedef.pl accordingly
26328              to keep Win32 happy.
26329      Branch: perl
26330            ! makedef.pl
26331 ____________________________________________________________________________
26332 [ 24176] By: nicholas                              on 2005/04/06  15:11:53
26333         Log: cast to/from (void *) in the re-entrant code. Now watch the smoke rise.
26334      Branch: perl
26335            ! reentr.c reentr.h reentr.pl
26336 ____________________________________________________________________________
26337 [ 24175] By: nicholas                              on 2005/04/06  15:05:32
26338         Log: Casting to/from (void *) sufficient to make a C++ compiler happy.
26339      Branch: perl
26340            ! ext/File/Glob/bsd_glob.c ext/threads/shared/shared.xs
26341            ! ext/threads/threads.xs pad.h sv.c
26342 ____________________________________________________________________________
26343 [ 24174] By: nicholas                              on 2005/04/06  14:36:40
26344         Log: If we're going to prototype modfl(), it needs extern "C" linkage.
26345      Branch: perl
26346            ! perl.h
26347 ____________________________________________________________________________
26348 [ 24173] By: merijn                                on 2005/04/06  06:14:51
26349         Log: 1. t/TEST now deals with SKIP as if it was TODO. This complies to TAP
26350              2. Removed the depricated 'my $foo if expr' there
26351      Branch: perl
26352            ! t/TEST
26353 ____________________________________________________________________________
26354 [ 24171] By: nicholas                              on 2005/04/05  22:34:32
26355         Log: D'oh! We were never correctly spotting a modfl prototype
26356      Branch: perl
26357            ! Configure
26358 ____________________________________________________________________________
26359 [ 24170] By: nicholas                              on 2005/04/05  21:30:21
26360         Log: Add casting to allow g++ (3.3.5) to compile the core code.
26361              A C++ compiler produces lots of warnings that are probably valid
26362              concerns to investigate.
26363      Branch: perl
26364            ! doio.c ext/B/B.xs ext/Cwd/Cwd.xs ext/Devel/DProf/DProf.xs gv.c
26365            ! perl.c perl.h pp_pack.c scope.c sv.c toke.c util.c x2p/walk.c
26366 ____________________________________________________________________________
26367 [ 24169] By: nicholas                              on 2005/04/05  21:16:01
26368         Log: Tests need to skip if there is no Encode configured.
26369      Branch: perl
26370            ! lib/encoding/warnings/t/1-warning.t
26371            ! lib/encoding/warnings/t/2-fatal.t
26372 ____________________________________________________________________________
26373 [ 24167] By: nicholas                              on 2005/04/05  16:09:59
26374         Log: Using savesvpv() here is terser and produces smaller object code.
26375      Branch: perl
26376            ! doio.c
26377 ____________________________________________________________________________
26378 [ 24166] By: rgs                                   on 2005/04/05  15:23:47
26379         Log: Upgrade to Unicode::Normalize 0.32
26380      Branch: perl
26381            ! ext/Unicode/Normalize/Changes
26382            ! ext/Unicode/Normalize/Makefile.PL
26383            ! ext/Unicode/Normalize/Normalize.pm
26384            ! ext/Unicode/Normalize/Normalize.xs
26385            ! ext/Unicode/Normalize/mkheader ext/Unicode/Normalize/t/form.t
26386            ! ext/Unicode/Normalize/t/norm.t ext/Unicode/Normalize/t/test.t
26387 ____________________________________________________________________________
26388 [ 24165] By: nicholas                              on 2005/04/05  14:52:05
26389         Log: Down with C++ reserved names
26390              (and also function pointer declarations that rely on the C semantics
26391              of ())
26392      Branch: perl
26393            ! ext/Storable/Storable.xs mg.c op.c perlio.c pp_sort.c
26394            ! universal.c
26395 ____________________________________________________________________________
26396 [ 24164] By: nicholas                              on 2005/04/05  14:51:05
26397         Log: Down with potentially incorrect duplicate prototypes
26398      Branch: perl
26399            ! pp_sys.c
26400 ____________________________________________________________________________
26401 [ 24163] By: nicholas                              on 2005/04/05  14:50:30
26402         Log: Down with more K&R prototypes
26403      Branch: perl
26404            ! ext/DynaLoader/dl_dyld.xs
26405 ____________________________________________________________________________
26406 [ 24162] By: nicholas                              on 2005/04/05  14:49:11
26407         Log: Down with unneeded duplicate prototypes
26408      Branch: perl
26409            ! x2p/a2p.c
26410 ____________________________________________________________________________
26411 [ 24161] By: nicholas                              on 2005/04/05  14:48:33
26412         Log: Down with K&R function arguments
26413      Branch: perl
26414            ! ext/Cwd/Cwd.xs
26415 ____________________________________________________________________________
26416 [ 24160] By: rgs                                   on 2005/04/05  14:06:01
26417         Log: Add Math::BigInt::FastCalc in maintainer list
26418      Branch: perl
26419            ! Porting/Maintainers.pl
26420 ____________________________________________________________________________
26421 [ 24159] By: rgs                                   on 2005/04/05  13:12:22
26422         Log: Adaptations to the Makefile.PL of Math::BigInt/FastCalc, for core-ification
26423      Branch: perl
26424            ! ext/Math/BigInt/FastCalc/Makefile.PL
26425 ____________________________________________________________________________
26426 [ 24158] By: rgs                                   on 2005/04/05  12:56:35
26427         Log: New core module, Math::BigInt::FastCalc
26428              
26429              Subject: [PATCH] integrate Math::BigInt::FastCalc
26430              From: Tels <nospam-abuse@bloodgate.com>
26431              Date: Sun, 3 Apr 2005 11:12:45 +0200
26432              Message-Id: <200504031112.55179@bloodgate.com>
26433      Branch: perl
26434            + ext/Math/BigInt/FastCalc/FastCalc.pm
26435            + ext/Math/BigInt/FastCalc/FastCalc.xs
26436            + ext/Math/BigInt/FastCalc/Makefile.PL
26437            + ext/Math/BigInt/FastCalc/t/bigintfc.t
26438            + ext/Math/BigInt/FastCalc/t/bootstrap.t
26439            + ext/Math/BigInt/FastCalc/t/mbi_rand.t
26440            ! MANIFEST
26441 ____________________________________________________________________________
26442 [ 24155] By: rgs                                   on 2005/04/05  10:40:35
26443         Log: Subject: [Patch] Math::BigInt v1.76, Math::BigRat v0.15, bignum v0.17
26444              From: Tels <nospam-abuse@bloodgate.com>
26445              Date: Sun, 3 Apr 2005 10:43:10 +0200
26446              Message-Id: <200504031043.12273@bloodgate.com>
26447      Branch: perl
26448            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
26449            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/_e_math.t
26450            ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bigfltpm.inc
26451            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
26452            ! lib/Math/BigInt/t/calling.t lib/Math/BigInt/t/config.t
26453            ! lib/Math/BigInt/t/req_mbf0.t lib/Math/BigInt/t/req_mbfw.t
26454            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/trap.t
26455            ! lib/Math/BigInt/t/with_sub.t lib/Math/BigRat.pm
26456            ! lib/Math/BigRat/t/bigratpm.t lib/Math/BigRat/t/requirer.t
26457            ! lib/bigint.pm lib/bignum.pm lib/bigrat.pm
26458 ____________________________________________________________________________
26459 [ 24152] By: rgs                                   on 2005/04/04  20:55:03
26460         Log: That's C, not perl.
26461      Branch: perl
26462            ! patchlevel.h
26463 ____________________________________________________________________________
26464 [ 24151] By: nicholas                              on 2005/04/04  20:53:42
26465         Log: Make -DFORMAT_CHECK compile with threads.
26466      Branch: perl
26467            ! perl.h
26468 ____________________________________________________________________________
26469 [ 24149] By: rgs                                   on 2005/04/04  17:14:37
26470         Log: Bump version to 5.9.3
26471              Restore "DEVEL" tag in patchlevel.h
26472              Regenerate Porting/config*
26473      Branch: perl
26474            ! NetWare/Makefile NetWare/config_H.wc Porting/config.sh
26475            ! Porting/config_H epoc/config.sh epoc/createpkg.pl patchlevel.h
26476            ! plan9/config.plan9 win32/Makefile win32/config_H.bc
26477            ! win32/config_H.gc win32/config_H.vc64 win32/makefile.mk
26478            ! wince/Makefile.ce
26479 ____________________________________________________________________________
26480 [ 24148] By: rgs                                   on 2005/04/04  14:19:30
26481         Log: Subject: [PATCH] const-eight.diff
26482              From: Andy Lester <andy@petdance.com>
26483              Date: Wed, 30 Mar 2005 11:40:24 -0600
26484              Message-ID: <20050330174024.GA12167@petdance.com>
26485      Branch: perl
26486            ! Porting/Maintainers.pl doio.c dump.c embed.fnc embed.h
26487            ! global.sym mg.c op.c perl.c proto.h sv.c universal.c xsutils.c
26488 ____________________________________________________________________________
26489 [ 24147] By: mhx                                   on 2005/04/03  16:47:54
26490         Log: Subject: Re: [PATCH] Re: [perl #34632] perlintro: "Comments start with ahash symbol"
26491              From: Steven Schubiger <steven@accognoscere.org>
26492              Date: Sun, 3 Apr 2005 11:47:22 +0200 (CEST)
26493              Message-Id: <200504030947.j339lMgp010306@accognoscere.homeunix.org>
26494      Branch: perl
26495            ! pod/perltrap.pod
26496 ____________________________________________________________________________
26497 [ 24139] By: mhx                                   on 2005/04/03  08:19:06
26498         Log: Subject: Re: [PATCH] Re: [perl #34632] perlintro: "Comments start with a hash symbol"
26499              From: Steven Schubiger <steven@accognoscere.org>
26500              Date: Sat, 2 Apr 2005 19:37:11 +0200 (CEST)
26501              Message-Id: <200504021737.j32HbBNS000652@accognoscere.homeunix.org>
26502      Branch: perl
26503            ! pod/perltrap.pod
26504 ____________________________________________________________________________
26505 [ 24138] By: mhx                                   on 2005/04/03  08:16:25
26506         Log: Fix wrong version for byteorder modifiers feature.
26507      Branch: perl
26508            ! pod/perlpacktut.pod
26509 ____________________________________________________________________________
26510 [ 24137] By: nicholas                              on 2005/04/02  22:58:59
26511         Log: Silence compiler warnings about possibly uninitialised variables.
26512              (None are, but it saves anyone else having to work this out)
26513      Branch: perl
26514            ! regexec.c
26515 ____________________________________________________________________________
26516 [ 24136] By: nicholas                              on 2005/04/02  19:04:27
26517         Log: Fix "[perl #34643] Config_heavy.pl not in archlib"
26518      Branch: perl
26519            ! installperl
26520 ____________________________________________________________________________
26521 [ 24135] By: nicholas                              on 2005/04/02  18:52:11
26522         Log: Oops. Forgot to add this.
26523      Branch: perl
26524            + lib/unicore/NamedSequences.txt
26525 ____________________________________________________________________________
26526 [ 24134] By: nicholas                              on 2005/04/02  18:51:27
26527         Log: Subject: [PATCH] Unicode 4.1.0
26528              From: Jarkko Hietaniemi <jhi@iki.fi>
26529              Message-ID: <424E584D.5000508@iki.fi>
26530              Date: Sat, 02 Apr 2005 11:31:09 +0300
26531      Branch: perl
26532            ! MANIFEST lib/Unicode/UCD.pm lib/Unicode/UCD.t
26533            ! lib/unicore/ArabicShaping.txt lib/unicore/BidiMirroring.txt
26534            ! lib/unicore/Blocks.txt lib/unicore/CaseFolding.txt
26535            ! lib/unicore/CompositionExclusions.txt
26536            ! lib/unicore/EastAsianWidth.txt
26537            ! lib/unicore/HangulSyllableType.txt lib/unicore/Jamo.txt
26538            ! lib/unicore/LineBreak.txt lib/unicore/NamesList.txt
26539            ! lib/unicore/NormalizationCorrections.txt
26540            ! lib/unicore/PropList.txt lib/unicore/PropValueAliases.txt
26541            ! lib/unicore/PropertyAliases.txt lib/unicore/README.perl
26542            ! lib/unicore/ReadMe.txt lib/unicore/Scripts.txt
26543            ! lib/unicore/SpecialCasing.txt
26544            ! lib/unicore/StandardizedVariants.txt
26545            ! lib/unicore/UnicodeData.txt lib/unicore/version t/uni/class.t
26546 ____________________________________________________________________________
26547 [ 24133] By: rgs                                   on 2005/04/01  09:16:19
26548         Log: Add encoding::warnings to Maintainers.pl and rebuild META.yml for release
26549      Branch: perl
26550            ! META.yml Porting/Maintainers.pl
26551 ____________________________________________________________________________
26552 [ 24132] By: rgs                                   on 2005/04/01  08:29:26
26553         Log: Update Changes
26554      Branch: perl
26555            ! Changes
26556 ____________________________________________________________________________
26557 [ 24131] By: steveh                                on 2005/04/01  08:18:27
26558         Log: Remove dependency on tr(1) for MinGW builds on Win32
26559              
26560              This leaves things slightly (more) broken for MinGW builds on Cygwin,
26561              but that doesn't currently quite work in other respects and isn't
26562              documented anyway.  See:
26563              
26564              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-03/msg00751.html
26565      Branch: perl
26566            ! pod/perl592delta.pod win32/makefile.mk
26567 ____________________________________________________________________________
26568 [ 24130] By: rgs                                   on 2005/04/01  07:47:26
26569         Log: Regenerate perltoc and perlmodlib
26570      Branch: perl
26571            ! pod/perlmodlib.pod pod/perltoc.pod
26572 ____________________________________________________________________________
26573 [ 24129] By: rgs                                   on 2005/04/01  07:36:04
26574         Log: POD fixes.
26575      Branch: perl
26576            ! pod/perlfaq1.pod
26577 ____________________________________________________________________________
26578 [ 24128] By: rgs                                   on 2005/04/01  07:19:27
26579         Log: FAQ sync.
26580      Branch: perl
26581            ! pod/perlfaq.pod pod/perlfaq3.pod pod/perlfaq4.pod
26582            ! pod/perlfaq6.pod pod/perlfaq7.pod
26583 ____________________________________________________________________________
26584 [ 24127] By: rgs                                   on 2005/04/01  07:14:22
26585         Log: Add a note about installhtml
26586      Branch: perl
26587            ! pod/perltodo.pod
26588 ____________________________________________________________________________
26589 [ 24126] By: rgs                                   on 2005/03/31  21:51:28
26590         Log: Subject: [PATCH] pp_pack.c warnings on VMS
26591              From: "Craig A. Berry" <craigberry@mac.com>
26592              Date: Thu, 31 Mar 2005 14:51:05 -0600
26593              Message-ID: <424C62B9.2030601@mac.com>
26594      Branch: perl
26595            ! pp_pack.c
26596 ____________________________________________________________________________
26597 [ 24125] By: rgs                                   on 2005/03/31  17:14:01
26598         Log: Mention the current MinGW compilation problems
26599      Branch: perl
26600            ! pod/perl592delta.pod
26601 ____________________________________________________________________________
26602 [ 24124] By: rgs                                   on 2005/03/31  17:11:15
26603         Log: Update Changes
26604      Branch: perl
26605            ! Changes
26606 ____________________________________________________________________________
26607 [ 24123] By: rgs                                   on 2005/03/31  15:52:46
26608         Log: This is 5.9.2. Mostly.
26609      Branch: perl
26610            ! patchlevel.h pod/perlhist.pod
26611 ____________________________________________________________________________
26612 [ 24122] By: steveh                                on 2005/03/31  15:39:57
26613         Log: Fix USE_SITECUSTOMIZE on Win32
26614              
26615              This fixes the problem described in:
26616              
26617              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-03/msg00740.html
26618      Branch: perl
26619            ! win32/win32.c
26620 ____________________________________________________________________________
26621 [ 24121] By: rgs                                   on 2005/03/31  15:24:24
26622         Log: Update copyrights.
26623              Well, those are generated files anyway.
26624      Branch: perl
26625            ! embed.h embed.pl embedvar.h global.sym perlapi.c perlapi.h
26626            ! proto.h
26627 ____________________________________________________________________________
26628 [ 24120] By: steveh                                on 2005/03/31  14:36:44
26629         Log: Add support for USE_SITECUSTOMIZE in the Win32 makefiles
26630              
26631              Note that this feature doesn't actually work correctly on Win32
26632              until the problem described here is solved:
26633              
26634              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-03/msg00740.html
26635      Branch: perl
26636            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
26637            ! win32/config.vc64 win32/makefile.mk
26638 ____________________________________________________________________________
26639 [ 24119] By: rgs                                   on 2005/03/31  13:52:58
26640         Log: Upgrade to Module::CoreList 1.99
26641      Branch: perl
26642            ! lib/Module/CoreList.pm
26643 ____________________________________________________________________________
26644 [ 24118] By: rgs                                   on 2005/03/31  13:45:17
26645         Log: More known problems.
26646      Branch: perl
26647            ! pod/perl592delta.pod
26648 ____________________________________________________________________________
26649 [ 24117] By: rgs                                   on 2005/03/31  13:10:26
26650         Log: Known problems, reported by Merijn
26651      Branch: perl
26652            ! pod/perl592delta.pod
26653 ____________________________________________________________________________
26654 [ 24116] By: rgs                                   on 2005/03/31  12:45:03
26655         Log: OS typo.
26656      Branch: perl
26657            ! pod/perl592delta.pod
26658 ____________________________________________________________________________
26659 [ 24115] By: rgs                                   on 2005/03/31  12:42:38
26660         Log: Add a tool to generate data for Module::CoreList
26661      Branch: perl
26662            + Porting/corelist.pl
26663            ! MANIFEST
26664 ____________________________________________________________________________
26665 [ 24114] By: rgs                                   on 2005/03/31  11:42:15
26666         Log: More work on perldelta
26667      Branch: perl
26668            ! pod/perl592delta.pod
26669 ____________________________________________________________________________
26670 [ 24113] By: steveh                                on 2005/03/31  10:01:18
26671         Log: Add support for PERL_HASH_SEED_EXPLICIT and NO_HASH_SEED in the
26672              Win32 makefiles
26673      Branch: perl
26674            ! win32/Makefile win32/makefile.mk
26675 ____________________________________________________________________________
26676 [ 24112] By: rgs                                   on 2005/03/31  09:58:40
26677         Log: AUTHORS update
26678      Branch: perl
26679            ! AUTHORS
26680 ____________________________________________________________________________
26681 [ 24111] By: steveh                                on 2005/03/31  09:18:23
26682         Log: A few Win32 makefile tidy-ups (No real changes)
26683      Branch: perl
26684            ! win32/Makefile win32/makefile.mk
26685 ____________________________________________________________________________
26686 [ 24110] By: steveh                                on 2005/03/31  08:20:00
26687         Log: Fix typo in INSTALL (s/USE_HAS_SEED_EXPLICIT/USE_HASH_SEED_EXPLICIT/)
26688      Branch: perl
26689            ! INSTALL
26690 ____________________________________________________________________________
26691 [ 24109] By: steveh                                on 2005/03/31  07:55:12
26692         Log: One more Win32 compilation clean-up (for when using -DDEBUGGING)
26693      Branch: perl
26694            ! sv.c
26695 ____________________________________________________________________________
26696 [ 24108] By: steveh                                on 2005/03/31  07:36:52
26697         Log: Another Win32 compilation clean-up (for when using Perl's malloc)
26698      Branch: perl
26699            ! malloc.c
26700 ____________________________________________________________________________
26701 [ 24107] By: merijn                                on 2005/03/30  17:03:19
26702         Log: Now that we have the full path, we can skip the which call,
26703              that might cause trouble on testdrive systems.
26704      Branch: perl
26705            ! hints/hpux.sh
26706 ____________________________________________________________________________
26707 [ 24106] By: rgs                                   on 2005/03/30  14:41:51
26708         Log: Update copyrights.
26709      Branch: perl
26710            ! XSUB.h av.c deb.c dump.c embedvar.h gv.h handy.h hv.h
26711            ! miniperlmain.c numeric.c op.h pad.c perl.h pp.h regcomp.h
26712            ! regen_perly.pl scope.h sv.h thrdvar.h thread.h
26713 ____________________________________________________________________________
26714 [ 24105] By: merijn                                on 2005/03/30  14:25:05
26715         Log: Simplify #24043 note now Configure can do -Dusesitecustomize
26716      Branch: perl
26717            ! INSTALL
26718 ____________________________________________________________________________
26719 [ 24104] By: merijn                                on 2005/03/30  14:17:40
26720         Log: Support for -Dusesitecustomize
26721      Branch: perl
26722            ! Configure config_h.SH
26723 ____________________________________________________________________________
26724 [ 24102] By: merijn                                on 2005/03/30  13:43:12
26725         Log: USE_STRLCAT and USE_STRLCPY now actually used
26726              LIBM_VERSION_TYPE and USE_SITECUSTOMIZE are preparations
26727              for future use
26728      Branch: perl
26729            ! handy.h
26730 ____________________________________________________________________________
26731 [ 24101] By: rgs                                   on 2005/03/30  13:34:11
26732         Log: Subject: [PATCH] ext/Errno/Errno_pm.PL: fix for GNU hurd
26733              From: Brendan O'Dea <bod@debian.org>
26734              Date: Wed, 30 Mar 2005 10:30:25 +1000
26735              Message-ID: <20050330003025.GA29797@londo.c47.org>
26736      Branch: perl
26737            ! ext/Errno/Errno_pm.PL
26738 ____________________________________________________________________________
26739 [ 24100] By: rgs                                   on 2005/03/30  13:16:52
26740         Log: Subject: Re: PATCH: byte count feature request for unpack
26741              From: perl5-porters@ton.iguana.be (Ton Hospel)
26742              Date: Sun, 27 Mar 2005 18:32:11 +0000 (UTC)
26743              Message-Id: <d26u7b$i3v$1@post.home.lunix>
26744              
26745              (rework of a patch from Arne Ahrend <aahrend@web.de>)
26746      Branch: perl
26747            ! pod/perldiag.pod pod/perlfunc.pod pp_pack.c t/op/pack.t
26748 ____________________________________________________________________________
26749 [ 24099] By: steveh                                on 2005/03/30  08:36:50
26750         Log: A couple more Win32 compilation clean-ups
26751      Branch: perl
26752            ! win32/win32sck.c
26753 ____________________________________________________________________________
26754 [ 24098] By: rgs                                   on 2005/03/30  08:03:13
26755         Log: Minor POD nits.
26756      Branch: perl
26757            ! ext/File/Glob/Glob.pm
26758 ____________________________________________________________________________
26759 [ 24097] By: merijn                                on 2005/03/30  07:49:46
26760         Log: Subject: Re: [PATCH] 5.6 File::Glob documentation insufficient for use
26761              From: Steven Schubiger <steven@accognoscere.org>
26762              Date: Wed, 30 Mar 2005 03:41:03 +0200 (CEST)
26763              Message-Id: <200503300141.j2U1f3EP024524@accognoscere.homeunix.org>
26764      Branch: perl
26765            ! ext/File/Glob/Glob.pm
26766 ____________________________________________________________________________
26767 [ 24096] By: steveh                                on 2005/03/29  15:18:30
26768         Log: Clean-up some warnings when compiling on Win32 with VC++
26769      Branch: perl
26770            ! hv.c mg.c op.c pp_pack.c pp_sort.c pp_sys.c utf8.c util.c
26771 ____________________________________________________________________________
26772 [ 24095] By: rgs                                   on 2005/03/29  12:39:39
26773         Log: Downconst external APIs
26774      Branch: perl
26775            ! embed.fnc gv.h op.c opcode.h opcode.pl pod/perlapi.pod proto.h
26776            ! sv.c util.c
26777 ____________________________________________________________________________
26778 [ 24094] By: rgs                                   on 2005/03/29  09:38:39
26779         Log: The core part of :
26780              Subject: [PATCH] Consting seven
26781              From: Andy Lester <andy@petdance.com>
26782              Date: Sun, 27 Mar 2005 15:57:22 -0600
26783              Message-ID: <20050327215722.GC20451@petdance.com>
26784      Branch: perl
26785            ! embed.fnc embed.h perl.c perlio.c pp_ctl.c proto.h regcomp.c
26786            ! regexec.c util.c
26787 ____________________________________________________________________________
26788 [ 24093] By: steveh                                on 2005/03/29  08:48:50
26789         Log: Fix Win32 compilation nit following change #24074
26790      Branch: perl
26791            ! util.c
26792 ____________________________________________________________________________
26793 [ 24092] By: steveh                                on 2005/03/29  08:22:45
26794         Log: Fix PerlLIO_chsize() for platforms that don't have chsize()
26795              
26796              This is the patch from the end of the thread that started here:
26797              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2004-09/msg00055.html
26798      Branch: perl
26799            ! doio.c iperlsys.h pp_sys.c
26800 ____________________________________________________________________________
26801 [ 24091] By: rgs                                   on 2005/03/29  07:01:40
26802         Log: Fix Peek.t to work with and without DEBUG_LEAKING_SCALARS
26803      Branch: perl
26804            ! ext/Devel/Peek/t/Peek.t
26805 ____________________________________________________________________________
26806 [ 24090] By: merijn                                on 2005/03/29  07:01:11
26807         Log: Make the spelling of whitespace (vs white-space and white space)
26808              more consistent
26809              From: Offer Kaye <offer.kaye@gmail.com>
26810              Date: Thu, 17 Mar 2005 14:47:36 -0500
26811              Message-ID: <5694250503171147668e73c7@mail.gmail.com>
26812      Branch: perl
26813            ! pod/perllocale.pod pod/perlop.pod pod/perlopentut.pod
26814            ! pod/perlre.pod pod/perlxstut.pod
26815 ____________________________________________________________________________
26816 [ 24089] By: rgs                                   on 2005/03/29  06:14:18
26817         Log: Don't #ifdef out a return statement
26818      Branch: perl
26819            ! pad.c
26820 ____________________________________________________________________________
26821 [ 24088] By: davem                                 on 2005/03/28  21:38:44
26822         Log: expand -DDEBUG_LEAKING_SCALARS to instrument the creation of each SV
26823      Branch: perl
26824            ! dump.c ext/Devel/Peek/t/Peek.t pad.c perl.c pod/perlhack.pod
26825            ! sv.c sv.h
26826 ____________________________________________________________________________
26827 [ 24087] By: rgs                                   on 2005/03/27  16:38:13
26828         Log: Raw work on perl592delta.
26829      Branch: perl
26830            ! pod/perl592delta.pod
26831 ____________________________________________________________________________
26832 [ 24086] By: rgs                                   on 2005/03/27  13:59:02
26833         Log: Subject: Re: [perl #34195] Regex: Alternations within negative lookahead assertions 
26834              From: hv@crypt.org
26835              Date: Thu, 24 Mar 2005 19:51:08 +0000
26836              Message-Id: <200503241951.j2OJp8s18147@zen.crypt.org>
26837      Branch: perl
26838            ! regexec.c t/op/re_tests
26839 ____________________________________________________________________________
26840 [ 24085] By: rgs                                   on 2005/03/27  13:30:18
26841         Log: Fix -C option of mktables (for VMS)
26842              
26843              Subject: Re: [PATCH] Consting five
26844              From: demerphq <demerphq@gmail.com>
26845              Date: Sat, 26 Mar 2005 21:45:09 +0100
26846              Message-ID: <9b18b311050326124563db5113@mail.gmail.com>
26847      Branch: perl
26848            ! lib/unicore/mktables
26849 ____________________________________________________________________________
26850 [ 24084] By: davem                                 on 2005/03/26  21:25:47
26851         Log: UTF-8 string substitution corrupts memory
26852              The implicit call of 'require utf8' triggered by code like
26853              "\x{100}" =~ /[[:print:]]/
26854              wasn't saving state correctly first.
26855      Branch: perl
26856            ! utf8.c
26857 ____________________________________________________________________________
26858 [ 24083] By: rgs                                   on 2005/03/26  17:40:26
26859         Log: Remove an XXX note from the public doc.
26860              Hide it in the comments, instead
26861      Branch: perl
26862            ! pod/perlapi.pod sv.c
26863 ____________________________________________________________________________
26864 [ 24082] By: nicholas                              on 2005/03/26  00:21:30
26865         Log: Need to return something when the compiler doesn't know that a
26866              function is "noreturn".
26867      Branch: perl
26868            ! mg.c op.c scope.c
26869 ____________________________________________________________________________
26870 [ 24081] By: nicholas                              on 2005/03/25  23:46:22
26871         Log: Subject: [PATCH] Consting five
26872              Date: Fri, 25 Mar 2005 17:14:09 -0600
26873              From: Andy Lester <andy@petdance.com>
26874              Message-ID: <20050325231409.GB17660@petdance.com>
26875              
26876              [with modification - the extra argument to incpush was supposed to
26877              be being used]
26878      Branch: perl
26879            ! av.c embed.fnc embed.h ext/DynaLoader/dlutils.c gv.c
26880            ! intrpvar.h locale.c mg.c miniperlmain.c op.c perl.c pp_sys.c
26881            ! proto.h regcomp.c thrdvar.h toke.c
26882 ____________________________________________________________________________
26883 [ 24080] By: rgs                                   on 2005/03/25  21:09:23
26884         Log: Subject: Re: [perl #34568] Perl crashes reading past the end of a heap block while parsing foreach statement
26885              From: Gurusamy Sarathy <gsar@ActiveState.com>
26886              Date: Fri, 25 Mar 2005 10:31:09 -0800
26887              Message-Id: <200503251831.j2PIV9A6006234@smtp3.ActiveState.com>
26888      Branch: perl
26889            ! op.c
26890 ____________________________________________________________________________
26891 [ 24079] By: rgs                                   on 2005/03/25  21:02:04
26892         Log: Subject: [PATCH] Consting part 4
26893              From: Andy Lester <andy@petdance.com>
26894              Date: Fri, 25 Mar 2005 14:43:31 -0600
26895              Message-ID: <20050325204331.GA16388@petdance.com>
26896      Branch: perl
26897            ! embed.fnc mg.c numeric.c op.c perlio.c pod/perlapi.pod proto.h
26898            ! regcomp.c scope.c sv.c taint.c toke.c utf8.c util.c
26899 ____________________________________________________________________________
26900 [ 24078] By: nicholas                              on 2005/03/25  20:57:46
26901         Log: FreeBSD NDBM appears to generate files ending .db, so be prepared to
26902              clean this variant up as well.
26903      Branch: perl
26904            ! lib/Memoize/t/tie_ndbm.t
26905 ____________________________________________________________________________
26906 [ 24077] By: rgs                                   on 2005/03/25  18:03:00
26907         Log: Remove the const qualifier from argv and env variables
26908      Branch: perl
26909            ! embed.fnc intrpvar.h perl.c pod/perlapi.pod proto.h
26910 ____________________________________________________________________________
26911 [ 24076] By: rgs                                   on 2005/03/25  14:41:46
26912         Log: Subject: [PATCH] const fix-up for vms/vms.c
26913              From: "Craig A. Berry" <craigberry@mac.com>
26914              Date: Fri, 25 Mar 2005 09:00:06 -0600
26915              Message-ID: <42442776.8030603@mac.com>
26916      Branch: perl
26917            ! vms/vms.c vms/vmsish.h
26918 ____________________________________________________________________________
26919 [ 24075] By: rgs                                   on 2005/03/25  09:24:15
26920         Log: Subject: [PATCH] Re: Smoke [5.9.2] 24061 FAIL(m) linux 2.6.10-1.770_FC3 [fedora] (i686/1 cpu)
26921              From: Steve Peters <steve@fisharerojo.org>
26922              Date: Tue, 22 Mar 2005 17:15:23 -0600
26923              Message-ID: <20050322231523.GA3083@mccoy.peters.homeunix.org>
26924      Branch: perl
26925            ! hints/linux.sh
26926 ____________________________________________________________________________
26927 [ 24074] By: rgs                                   on 2005/03/24  16:25:58
26928         Log: Subject: [PATCH] Third consting batch
26929              From: Andy Lester <andy@petdance.com>
26930              Date: Tue, 22 Mar 2005 00:35:55 -0600
26931              Message-Id: <2f14220e7101a03f7659dbe79a03b115@petdance.com>
26932      Branch: perl
26933            ! XSUB.h deb.c doio.c dump.c embed.fnc gv.c gv.h hv.c mg.c mg.h
26934            ! minimod.pl numeric.c op.c pad.c patchlevel.h perl.c perl.h
26935            ! perlio.c perliol.h perlvars.h perly.c pod/perlapi.pod
26936            ! pod/perlintern.pod pp.c pp_hot.c pp_sys.c proto.h regcomp.c
26937            ! regcomp.h regexec.c scope.c sv.c taint.c universal.c utf8.c
26938            ! utf8.h utfebcdic.h util.c writemain.SH xsutils.c
26939 ____________________________________________________________________________
26940 [ 24073] By: mhx                                   on 2005/03/22  16:30:57
26941         Log: Mention (un)?pack byte-order modifiers in perldelta
26942      Branch: perl
26943            ! pod/perl592delta.pod
26944 ____________________________________________________________________________
26945 [ 24072] By: rgs                                   on 2005/03/22  16:15:58
26946         Log: Some updates in the new perldelta.
26947      Branch: perl
26948            ! pod/perl592delta.pod
26949 ____________________________________________________________________________
26950 [ 24071] By: rgs                                   on 2005/03/22  15:30:18
26951         Log: Remove IPC::Run for 5.9.2
26952      Branch: perl
26953            - lib/IPC/Run.pm lib/IPC/Run/Debug.pm lib/IPC/Run/IO.pm
26954            - lib/IPC/Run/Timer.pm lib/IPC/Run/Win32Helper.pm
26955            - lib/IPC/Run/Win32IO.pm lib/IPC/Run/Win32Pump.pm
26956            - lib/IPC/Run/t/adopt.t lib/IPC/Run/t/binmode.t
26957            - lib/IPC/Run/t/bogus.t lib/IPC/Run/t/filter.t
26958            - lib/IPC/Run/t/harness.t lib/IPC/Run/t/io.t
26959            - lib/IPC/Run/t/kill_kill.t lib/IPC/Run/t/parallel.t
26960            - lib/IPC/Run/t/pty.t lib/IPC/Run/t/pump.t lib/IPC/Run/t/run.t
26961            - lib/IPC/Run/t/signal.t lib/IPC/Run/t/timeout.t
26962            - lib/IPC/Run/t/timer.t lib/IPC/Run/t/win32_compile.t
26963            ! MANIFEST
26964 ____________________________________________________________________________
26965 [ 24070] By: rgs                                   on 2005/03/22  14:53:01
26966         Log: Forbid the -C option on the command-line
26967              as suggested by Merijn (see [perl #34087])
26968      Branch: perl
26969            ! pod/perldiag.pod toke.c
26970 ____________________________________________________________________________
26971 [ 24069] By: rgs                                   on 2005/03/22  14:03:12
26972         Log: Upgrade to PathTools 3.05
26973      Branch: perl
26974            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm lib/File/Spec.pm
26975 ____________________________________________________________________________
26976 [ 24068] By: rgs                                   on 2005/03/22  10:59:53
26977         Log: Upgrade to File::Temp 0.16
26978      Branch: perl
26979            ! lib/File/Temp.pm lib/File/Temp/t/object.t
26980            ! lib/File/Temp/t/tempfile.t
26981 ____________________________________________________________________________
26982 [ 24067] By: rgs                                   on 2005/03/22  10:53:39
26983         Log: Revert change #24055, which was producing a segfault in installman
26984              when it was trying to install perltoc.
26985      Branch: perl
26986            ! regexec.c t/op/re_tests
26987 ____________________________________________________________________________
26988 [ 24066] By: rgs                                   on 2005/03/22  09:43:44
26989         Log: Fix unresolved POD link
26990      Branch: perl
26991            ! pod/perlfunc.pod
26992 ____________________________________________________________________________
26993 [ 24065] By: rgs                                   on 2005/03/22  09:21:09
26994         Log: Rename ${^RE_TRIE_MAXBUFF} to ${^RE_TRIE_MAXBUF},
26995              and other neatification
26996      Branch: perl
26997            ! pod/perl592delta.pod pod/perlvar.pod regcomp.c regcomp.h
26998 ____________________________________________________________________________
26999 [ 24064] By: rgs                                   on 2005/03/22  08:57:18
27000         Log: Subject: [PATCH] simple optimization for SelectSaver
27001              From: Alexey Tourbin <at@altlinux.ru>
27002              Date: Fri, 18 Mar 2005 21:05:51 +0300
27003              Message-ID: <20050318180551.GA12596@solemn.turbinal.org>
27004      Branch: perl
27005            ! lib/SelectSaver.pm
27006 ____________________________________________________________________________
27007 [ 24063] By: rgs                                   on 2005/03/22  08:53:21
27008         Log: minitest fix
27009      Branch: perl
27010            ! t/run/fresh_perl.t
27011 ____________________________________________________________________________
27012 [ 24062] By: rgs                                   on 2005/03/22  07:50:28
27013         Log: Add in perldelta changes about unpack A and trailing whitespace, trie
27014              optimization, and debug flags for "use re".
27015      Branch: perl
27016            ! pod/perl592delta.pod
27017 ____________________________________________________________________________
27018 [ 24061] By: nicholas                              on 2005/03/21  22:52:12
27019         Log: Casts needed to make VMS happy. (It gets very upset at assignments
27020              between char * and unsigned char *)
27021      Branch: perl
27022            ! pp_pack.c
27023 ____________________________________________________________________________
27024 [ 24060] By: rgs                                   on 2005/03/21  21:44:37
27025         Log: Subject: Re: unpack A strip patch
27026              From: Ton Hospel <perl5-porters@ton.iguana.be>
27027              Date: Mon, 21 Mar 2005 21:31:37 +0000 (UTC)
27028              Message-Id: <d1nefp$lpe$1@post.home.lunix>
27029      Branch: perl
27030            ! pod/perlfunc.pod pp_pack.c t/op/pack.t
27031 ____________________________________________________________________________
27032 [ 24059] By: rgs                                   on 2005/03/21  21:33:16
27033         Log: Subject: Re: regexp trie fails compile on VMS
27034              From: demerphq <demerphq@gmail.com>
27035              Date: Mon, 21 Mar 2005 22:29:09 +0100
27036              Message-ID: <9b18b311050321132917a4b1c7@mail.gmail.com>
27037      Branch: perl
27038            ! regcomp.c regcomp.h regcomp.pl regcomp.sym regexec.c
27039 ____________________________________________________________________________
27040 [ 24058] By: rgs                                   on 2005/03/21  21:22:10
27041         Log: Break up long lines in -V output for compile-time options
27042              
27043              Subject: Re: sitecustomize.pl [PATCH]
27044              From: sthoenna[at]efn.org (Yitzchak Scott-Thoennes)
27045              Date: Tue, 8 Mar 2005 17:46:04 -0800
27046              Message-ID: <20050309014604.GA5876[at]efn.org>
27047      Branch: perl
27048            ! perl.c
27049 ____________________________________________________________________________
27050 [ 24057] By: steveh                                on 2005/03/21  17:08:26
27051         Log: Oops - forgot to update MANIFEST for change 24056.
27052      Branch: perl
27053            ! MANIFEST
27054 ____________________________________________________________________________
27055 [ 24056] By: steveh                                on 2005/03/21  17:06:45
27056         Log: Subject: Re: Stop mktables from needlessly re-running when using dmake on Win32
27057              From: demerphq <demerphq@gmail.com>
27058              Date: Tue, 8 Mar 2005 02:24:10 +0100
27059              Message-ID: <9b18b311050307172455a5816e@mail.gmail.com>
27060              
27061              Change 24004 stopped mktables from needlessly re-running when using
27062              dmake on Win32, but it can still happen when using nmake because it
27063              doesn't support the .UPDATEALL attribute that was used to fix dmake.
27064              e.g. Build perl, touch a core header file, then rebuild -- mktables
27065              re-runs when it didn't need to, and 7 times over at that!  This change
27066              alleviates the pain by making mktables exit quickly in such cases.
27067      Branch: perl
27068            + lib/unicore/mktables.lst
27069            ! lib/unicore/mktables
27070 ____________________________________________________________________________
27071 [ 24055] By: rgs                                   on 2005/03/21  14:58:21
27072         Log: Resubmit change #24053.
27073      Branch: perl
27074            ! regexec.c t/op/re_tests
27075 ____________________________________________________________________________
27076 [ 24054] By: rgs                                   on 2005/03/21  14:32:58
27077         Log: Subject: [PATCH] Re: [perl #34493] h2ph `extern inline' problems
27078              From: Alexey Tourbin <at@altlinux.ru>
27079              Date: Sat, 19 Mar 2005 16:37:12 +0300
27080              Message-ID: <20050319133712.GB6484@solemn.turbinal.org>
27081              
27082              and
27083              
27084              Message-ID: <20050319141457.GC6484@solemn.turbinal.org>
27085      Branch: perl
27086            ! t/lib/h2ph.h utils/h2ph.PL
27087 ____________________________________________________________________________
27088 [ 24053] By: rgs                                   on 2005/03/21  13:15:34
27089         Log: Subject: Re: [perl #34195] Regex: Alternations within negative lookahead assertions 
27090              From: hv@crypt.org
27091              Date: Mon, 21 Feb 2005 17:59:49 +0000
27092              Message-Id: <200502211759.j1LHxnC22894@zen.crypt.org>
27093      Branch: perl
27094            ! regexec.c t/op/re_tests
27095 ____________________________________________________________________________
27096 [ 24052] By: rgs                                   on 2005/03/21  10:27:44
27097         Log: Subject: pack / for general types
27098              From: perl5-porters@ton.iguana.be (Ton Hospel)
27099              Date: Sat, 19 Mar 2005 22:00:45 +0000 (UTC)
27100              Message-Id: <d1i7ed$62c$1@post.home.lunix>
27101              
27102              Allow "len/format" to work for any format type, not just strings.
27103      Branch: perl
27104            ! pod/perldiag.pod pod/perlfunc.pod pp_pack.c t/op/pack.t
27105 ____________________________________________________________________________
27106 [ 24051] By: rgs                                   on 2005/03/21  10:12:01
27107         Log: perldelta suggestions on (un)?pack by Ton Hospel
27108      Branch: perl
27109            ! pod/perl592delta.pod
27110 ____________________________________________________________________________
27111 [ 24050] By: rgs                                   on 2005/03/21  09:59:13
27112         Log: Subject: Re: bugzilla.redhat bug #101767 (threads, threads::shared)
27113              From: Alexey Tourbin <at@altlinux.ru>
27114              Date: Sat, 19 Mar 2005 06:10:45 +0300
27115              Message-ID: <20050319031045.GN12596@solemn.turbinal.org>
27116      Branch: perl
27117            + ext/threads/hints/linux.pl ext/threads/shared/hints/linux.pl
27118            ! MANIFEST
27119 ____________________________________________________________________________
27120 [ 24049] By: rgs                                   on 2005/03/21  09:39:35
27121         Log: Subject: [PATCH] More consting goodness
27122              From: Andy Lester <andy@petdance.com>
27123              Date: Sat, 19 Mar 2005 01:28:30 -0600
27124              Message-ID: <20050319072830.GA7721@petdance.com>
27125      Branch: perl
27126            ! deb.c dump.c embed.fnc handy.h op.c opcode.h opcode.pl perl.c
27127            ! pod/perlapi.pod pp_ctl.c pp_sys.c proto.h regcomp.c regexec.c
27128            ! sv.c toke.c
27129 ____________________________________________________________________________
27130 [ 24048] By: rgs                                   on 2005/03/20  21:20:50
27131         Log: Upgrade to Math::BigInt 1.75, by Tels
27132      Branch: perl
27133            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
27134            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
27135            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
27136            ! lib/Math/BigInt/t/fallback.t lib/Math/BigInt/t/mbi_rand.t
27137            ! lib/Math/BigInt/t/sub_mbi.t
27138 ____________________________________________________________________________
27139 [ 24047] By: merijn                                on 2005/03/20  10:50:11
27140         Log: Subject: [PATCH] perlrun typo (env PERLDB_OPTS)
27141              From: Alexey Tourbin <at@altlinux.ru>
27142              Date: Sat, 19 Mar 2005 03:40:13 +0300
27143              Message-ID: <20050319004013.GJ12596@solemn.turbinal.org>
27144      Branch: perl
27145            ! pod/perlrun.pod
27146 ____________________________________________________________________________
27147 [ 24046] By: rgs                                   on 2005/03/18  21:47:54
27148         Log: Remove an useless line, spotted by Andy Lester
27149      Branch: perl
27150            ! toke.c
27151 ____________________________________________________________________________
27152 [ 24045] By: rgs                                   on 2005/03/18  16:54:38
27153         Log: Remove trie optimisation from the todo list
27154      Branch: perl
27155            ! pod/perltodo.pod
27156 ____________________________________________________________________________
27157 [ 24044] By: rgs                                   on 2005/03/18  15:04:39
27158         Log: Subject: Re: Reworked Trie Patch
27159              From: demerphq <demerphq@gmail.com>
27160              Date: Mon, 14 Mar 2005 08:55:39 +0100
27161              Message-ID: <9b18b31105031323557019ae1@mail.gmail.com>
27162              
27163              Subject: Re: Reworked Trie Patch
27164              From: demerphq <demerphq@gmail.com>
27165              Date: Wed, 16 Mar 2005 19:48:18 +0100
27166              Message-ID: <9b18b31105031610481025a080@mail.gmail.com>
27167              
27168              Plus minor nits in the documentation of re.pm,
27169              a version bump, and addition of an OPTIMIZE alias
27170      Branch: perl
27171            + t/op/regexp_notrie.t t/op/regexp_trielist.t
27172            ! MANIFEST embed.fnc embed.h ext/re/re.pm pod/perlvar.pod
27173            ! proto.h regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h
27174            ! sv.c t/op/pat.t t/op/re_tests t/op/readdir.t
27175 ____________________________________________________________________________
27176 [ 24043] By: rgs                                   on 2005/03/18  14:02:36
27177         Log: Subject: Re: sitecustomize.pl [PATCH]
27178              From: Gisle Aas <gisle@ActiveState.com>
27179              Date: 18 Mar 2005 04:06:40 -0800
27180              Message-ID: <lru0n9w433.fsf@caliper.activestate.com>
27181              
27182              Adds a new command-line switch, -f, and a new optional
27183              compile-time setting -DUSE_SITECUSTOMIZE
27184      Branch: perl
27185            ! INSTALL ext/Devel/DProf/t/DProf.t perl.c pod/perlrun.pod
27186 ____________________________________________________________________________
27187 [ 24042] By: rgs                                   on 2005/03/18  13:38:32
27188         Log: Subject: [PATCH] More const parms
27189              From: Andy Lester <andy@petdance.com>
27190              Date: Mon, 14 Mar 2005 13:59:54 -0600
27191              Message-ID: <20050314195954.GB7141@petdance.com>
27192      Branch: perl
27193            ! embed.fnc gv.c numeric.c op.c pad.c perlio.c pod/perlapi.pod
27194            ! pod/perlintern.pod pp_ctl.c pp_hot.c proto.h scope.c sv.c
27195            ! toke.c utf8.c
27196 ____________________________________________________________________________
27197 [ 24041] By: rgs                                   on 2005/03/18  10:27:17
27198         Log: Don't use vars in DynaLoader
27199              Remove left-over maintenance code
27200      Branch: perl
27201            ! ext/DynaLoader/DynaLoader_pm.PL
27202 ____________________________________________________________________________
27203 [ 24040] By: rgs                                   on 2005/03/18  07:57:06
27204         Log: Subject: [PATCH] $B::Disassembler::VERSION
27205              From: Alexey Tourbin <at@altlinux.ru>
27206              Date: Thu, 17 Mar 2005 19:02:38 +0300
27207              Message-ID: <20050317160238.GN5825@solemn.turbinal.org>
27208      Branch: perl
27209            ! ext/B/B/Disassembler.pm
27210 ____________________________________________________________________________
27211 [ 24039] By: rgs                                   on 2005/03/15  09:30:28
27212         Log: Upgrade to CGI 3.07.
27213              Add CGI's changelog
27214      Branch: perl
27215            + lib/CGI/Changes
27216            ! MANIFEST lib/CGI.pm lib/CGI/Cookie.pm
27217 ____________________________________________________________________________
27218 [ 24038] By: merijn                                on 2005/03/14  15:55:44
27219         Log: Subject: pp_pack.c, simplifying genpacksizetables
27220              From: perl5-porters@ton.iguana.be (Ton Hospel)
27221              Date: Sun, 13 Mar 2005 15:07:41 +0000 (UTC)
27222              Message-Id: <d11kvt$1k7$1@post.home.lunix>
27223      Branch: perl
27224            ! genpacksizetables.pl pp_pack.c
27225 ____________________________________________________________________________
27226 [ 24037] By: rgs                                   on 2005/03/14  14:35:33
27227         Log: Subject: [PATCH] Adding const qualifiers
27228              From: Andy Lester <andy@petdance.com>
27229              Date: Sun, 13 Mar 2005 14:20:05 -0600
27230              Message-ID: <20050313202005.GA23535@petdance.com>
27231      Branch: perl
27232            ! av.c embed.fnc gv.c hv.c mg.c op.c pod/perlapi.pod pp_ctl.c
27233            ! proto.h scope.c utf8.c
27234 ____________________________________________________________________________
27235 [ 24036] By: rgs                                   on 2005/03/14  09:19:01
27236         Log: Subject: Re: [perl #34155] perldoc -f hex should say how to convert back
27237              From: David Nicol <davidnicol@gmail.com>
27238              Date: Tue, 8 Mar 2005 18:23:11 -0600
27239              Message-ID: <934f64a20503081623713f6d27@mail.gmail.com>
27240      Branch: perl
27241            ! pod/perlfunc.pod
27242 ____________________________________________________________________________
27243 [ 24035] By: rgs                                   on 2005/03/13  21:14:36
27244         Log: Document pack changes in perldelta
27245      Branch: perl
27246            ! pod/perl592delta.pod
27247 ____________________________________________________________________________
27248 [ 24034] By: rgs                                   on 2005/03/13  16:41:05
27249         Log: Upgrade to Pod::Parser 1.30
27250      Branch: perl
27251            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
27252            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
27253            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podselect.PL
27254            ! t/pod/poderrs.xr
27255 ____________________________________________________________________________
27256 [ 24033] By: rgs                                   on 2005/03/13  11:07:40
27257         Log: Doc patches to clarify the stringification rules of {} and =>
27258              by Jarkko (bug #34419)
27259      Branch: perl
27260            ! pod/perldata.pod pod/perlop.pod
27261 ____________________________________________________________________________
27262 [ 24032] By: rgs                                   on 2005/03/13  09:20:01
27263         Log: gcc warning patch by Andy Lester
27264      Branch: perl
27265            ! perl.h
27266 ____________________________________________________________________________
27267 [ 24031] By: rgs                                   on 2005/03/12  22:05:14
27268         Log: Subject: Re: Encoding neutral unpack
27269              From: perl5-porters@ton.iguana.be (Ton Hospel)
27270              Date: Sat, 12 Mar 2005 18:54:29 +0000 (UTC)
27271              Message-ID: <d0vdt5$81a$1@post.home.lunix>
27272              
27273              A new test.
27274      Branch: perl
27275            ! t/op/pack.t
27276 ____________________________________________________________________________
27277 [ 24030] By: rgs                                   on 2005/03/12  22:01:21
27278         Log: Indentation patch by Ton Hospel for pp_pack
27279      Branch: perl
27280            ! pp_pack.c
27281 ____________________________________________________________________________
27282 [ 24029] By: rgs                                   on 2005/03/12  20:49:00
27283         Log: Change my email, put real name of Pixel
27284      Branch: perl
27285            ! AUTHORS
27286 ____________________________________________________________________________
27287 [ 24028] By: rgs                                   on 2005/03/12  17:15:23
27288         Log: Upgrade to DB_File 1.811, by Paul Marquess
27289      Branch: perl
27290            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
27291            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-hash.t
27292            ! ext/DB_File/typemap
27293 ____________________________________________________________________________
27294 [ 24027] By: rgs                                   on 2005/03/11  17:47:41
27295         Log: Add standard core test headers to the Class::ISA new tests
27296      Branch: perl
27297            ! lib/Class/ISA/t/00_about_verbose.t
27298            ! lib/Class/ISA/t/01_old_junk.t
27299 ____________________________________________________________________________
27300 [ 24026] By: rgs                                   on 2005/03/11  17:37:01
27301         Log: Upgrade to Class::ISA 0.33
27302      Branch: perl
27303            + lib/Class/ISA/ChangeLog lib/Class/ISA/t/00_about_verbose.t
27304            + lib/Class/ISA/t/01_old_junk.t
27305            - lib/Class/ISA/test.pl
27306            ! MANIFEST lib/Class/ISA.pm
27307 ____________________________________________________________________________
27308 [ 24025] By: rgs                                   on 2005/03/11  16:55:59
27309         Log: Update Changes
27310      Branch: perl
27311            ! Changes
27312 ____________________________________________________________________________
27313 [ 24024] By: rgs                                   on 2005/03/11  11:12:31
27314         Log: FAQ sync
27315      Branch: perl
27316            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
27317            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
27318            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
27319            ! pod/perlfaq9.pod
27320 ____________________________________________________________________________
27321 [ 24023] By: rgs                                   on 2005/03/11  10:22:28
27322         Log: Subject: [PATCH] pad_push numero three-o
27323              From: Andy Lester <andy@petdance.com>
27324              Date: Thu, 10 Mar 2005 15:17:28 -0600
27325              Message-ID: <20050310211728.GC32386@petdance.com>
27326      Branch: perl
27327            ! embed.fnc embed.h pad.c pod/perlintern.pod pp_ctl.c pp_hot.c
27328            ! proto.h
27329 ____________________________________________________________________________
27330 [ 24022] By: rgs                                   on 2005/03/10  17:42:54
27331         Log: Make the return value of close() depend not only on the success of the
27332              close itself, but also on whether the output stream had a previous
27333              error. From Jim Meyering <jim@meyering.net>, via Debian.
27334      Branch: perl
27335            ! doio.c
27336 ____________________________________________________________________________
27337 [ 24021] By: rgs                                   on 2005/03/10  17:39:56
27338         Log: 8 is not an octal digit. (from Debian)
27339      Branch: perl
27340            ! pod/perlreref.pod
27341 ____________________________________________________________________________
27342 [ 24020] By: rgs                                   on 2005/03/10  17:38:51
27343         Log: Fix a2p manpage (from Debian)
27344      Branch: perl
27345            ! x2p/a2p.pod
27346 ____________________________________________________________________________
27347 [ 24019] By: rgs                                   on 2005/03/10  17:36:37
27348         Log: Remove a spurious undefined warning when using getopts.pl with -w.
27349              (from Debian)
27350      Branch: perl
27351            ! lib/getopts.pl
27352 ____________________________________________________________________________
27353 [ 24018] By: rgs                                   on 2005/03/10  17:34:39
27354         Log: Doc patch for Devel::DProf (from Debian)
27355      Branch: perl
27356            ! ext/Devel/DProf/DProf.pm
27357 ____________________________________________________________________________
27358 [ 24017] By: rgs                                   on 2005/03/10  17:22:25
27359         Log: Add support for Debian GNU/k*BSD
27360      Branch: perl
27361            ! hints/gnukfreebsd.sh hints/gnuknetbsd.sh
27362 ____________________________________________________________________________
27363 [ 24016] By: rgs                                   on 2005/03/10  17:21:05
27364         Log: Patch for Debian bug #258618, compilation under Debian/Hurd
27365      Branch: perl
27366            ! hints/gnu.sh
27367 ____________________________________________________________________________
27368 [ 24015] By: steveh                                on 2005/03/10  15:18:20
27369         Log: Subject: Minor AUTHORS patch
27370              From: "Mike Giroux" <rmgiroux@hotmail.com>
27371              Date: Thu, 10 Mar 2005 08:39:04 -0500
27372              Message-ID: <BAY104-F4B1925432A15287069D3BCE520@phx.gbl>
27373      Branch: perl
27374            ! AUTHORS
27375 ____________________________________________________________________________
27376 [ 24014] By: steveh                                on 2005/03/10  11:25:36
27377         Log: More Win32 dmake fixes
27378
27379              Use $B macro as per change 23991 in more places, and fix some syntax
27380              errors in the subst's (missing trailing ",")
27381
27382              Tested with GCC and MSVC. I don't have BCC available, so those parts
27383              are untested.
27384      Branch: perl
27385            ! win32/makefile.mk
27386 ____________________________________________________________________________
27387 [ 24013] By: rgs                                   on 2005/03/10  10:10:33
27388         Log: Upgrade to CGI.pm 3.06
27389      Branch: perl
27390            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Util.pm
27391            ! lib/CGI/t/form.t lib/CGI/t/html.t
27392 ____________________________________________________________________________
27393 [ 24012] By: rgs                                   on 2005/03/09  22:17:33
27394         Log: Further pack optimisations by Ton Hospel
27395      Branch: perl
27396            ! pp_pack.c
27397 ____________________________________________________________________________
27398 [ 24011] By: rgs                                   on 2005/03/09  18:02:13
27399         Log: Fix memory corruption when growing pack utf8 buffer
27400      Branch: perl
27401            ! pp_pack.c
27402 ____________________________________________________________________________
27403 [ 24010] By: rgs                                   on 2005/03/08  17:53:50
27404         Log: Subject: Encoding neutral unpack
27405              From: perl5-porters@ton.iguana.be (Ton Hospel)
27406              Date: Sun, 6 Mar 2005 18:29:38 +0000 (UTC)
27407              Message-Id: <d0fi6i$k06$1@post.home.lunix>
27408      Branch: perl
27409            ! embed.fnc embed.h genpacksizetables.pl lib/charnames.t perl.h
27410            ! pod/perldiag.pod pod/perlfunc.pod pod/perlunicode.pod
27411            ! pod/perluniintro.pod pp_pack.c proto.h t/op/pack.t
27412            ! t/op/utftaint.t
27413 ____________________________________________________________________________
27414 [ 24009] By: merijn                                on 2005/03/08  15:25:57
27415         Log: Subject: Minor AUTHORS patch
27416              From: Andy Lester <andy@petdance.com>
27417              Date: Tue, 8 Mar 2005 09:44:45 -0600
27418              Message-ID: <20050308154445.GB3213@petdance.com>
27419      Branch: perl
27420            ! AUTHORS
27421 ____________________________________________________________________________
27422 [ 24008] By: merijn                                on 2005/03/08  14:45:17
27423         Log: Some updates to current status
27424      Branch: perl
27425            ! README.hpux
27426 ____________________________________________________________________________
27427 [ 24007] By: steveh                                on 2005/03/07  11:02:12
27428         Log: Include regcomp.h in Win32 makefiles
27429
27430              Subject: Re: Stop mktables from needlessly re-running when using dmake on Win32
27431              From: demerphq <demerphq@gmail.com>
27432              Date: Sun, 6 Mar 2005 09:16:12 +0100
27433              Message-ID: <9b18b311050306001624012bd@mail.gmail.com>
27434      Branch: perl
27435            ! win32/Makefile win32/makefile.mk
27436 ____________________________________________________________________________
27437 [ 24006] By: steveh                                on 2005/03/04  17:19:46
27438         Log: A better fix than change 24005 was ;)
27439
27440              Actually, "@echo." still emits a blank line.  Use "@rem" instead as the
27441              no-op.  This was being used in the Win95 case, but works fine on WinNT
27442              too, and is actually what ExtUtils-MakeMaker uses.
27443
27444              Also change the nmake Makefile.
27445      Branch: perl
27446            ! win32/Makefile win32/makefile.mk
27447 ____________________________________________________________________________
27448 [ 24005] By: steveh                                on 2005/03/04  17:11:56
27449         Log: Suppress "ECHO is on." messages when using dmake on Win32
27450
27451              (The shell's "echo" command displays the current echo setting when
27452              called with no arguments.  Use "echo." to display nothing.)
27453      Branch: perl
27454            ! win32/makefile.mk
27455 ____________________________________________________________________________
27456 [ 24004] By: steveh                                on 2005/03/04  17:01:24
27457         Log: Stop mktables from needlessly re-running when using dmake on Win32
27458      Branch: perl
27459            ! win32/makefile.mk
27460 ____________________________________________________________________________
27461 [ 24003] By: rgs                                   on 2005/03/04  16:02:20
27462         Log: Update -v copyright notice
27463      Branch: perl
27464            ! perl.c
27465 ____________________________________________________________________________
27466 [ 24002] By: rgs                                   on 2005/03/03  18:27:34
27467         Log: Add a regression test for bug #32193, and make the
27468              fix a bit more robust
27469      Branch: perl
27470            ! lib/Tie/RefHash.pm lib/Tie/RefHash.t
27471 ____________________________________________________________________________
27472 [ 24001] By: rgs                                   on 2005/03/03  18:03:15
27473         Log: Subject: [perl #32193] Tie::RefHash DELETE does not return value for ref keys
27474              From: Yuval Kojman (via RT) <perlbug-followup@perl.org>
27475              Date: 28 Oct 2004 12:16:37 -0000
27476              Message-ID: <rt-3.0.11-32193-98805.8.56634266171625@perl.org>
27477      Branch: perl
27478            ! lib/Tie/RefHash.pm
27479 ____________________________________________________________________________
27480 [ 24000] By: rgs                                   on 2005/03/03  15:43:43
27481         Log: do "filename" is not really used with perl subroutine librairies
27482              anymore.
27483      Branch: perl
27484            ! pod/perlfunc.pod
27485 ____________________________________________________________________________
27486 [ 23999] By: merijn                                on 2005/02/27  11:28:27
27487         Log: Fix for bug [ID 20020227.005] format bug with undefined _TOP
27488              http://rt.perl.org/rt3/Ticket/Display.html?id=8698
27489              If there was no TOP format the lines left on page was set
27490              to fixed number, now set to the current page length of the
27491              IO channel used. More debugging for yet another bug needed.
27492      Branch: perl
27493            ! pp_sys.c
27494 ____________________________________________________________________________
27495 [ 23998] By: davem                                 on 2005/02/26  11:32:59
27496         Log: ithreads: cond_signal() on a non-shared object coredumped
27497      Branch: perl
27498            ! ext/threads/shared/shared.xs
27499 ____________________________________________________________________________
27500 [ 23997] By: nicholas                              on 2005/02/26  09:33:30
27501         Log: SvUTF8 can be present on scalars other than PVs
27502              (specifically references with overloaded stringification)
27503      Branch: perl
27504            ! dump.c
27505 ____________________________________________________________________________
27506 [ 23996] By: davem                                 on 2005/02/26  00:47:03
27507         Log: Fix leaks in List::Util::reduce,first
27508              When the block is a closure, the cloned CV created on each call
27509              was never freed
27510      Branch: perl
27511            ! ext/List/Util/Util.xs ext/List/Util/lib/Scalar/Util.pm
27512 ____________________________________________________________________________
27513 [ 23995] By: steveh                                on 2005/02/24  15:52:01
27514         Log: Subject: Re: (patch blead) Extend t/harness to allow filtering of the file list by regex.
27515              From: demerphq <demerphq@gmail.com>
27516              Date: Wed, 23 Feb 2005 17:49:50 +0100
27517              Message-ID: <9b18b311050223084917d7ef59@mail.gmail.com>
27518      Branch: perl
27519            ! pod/perlhack.pod
27520 ____________________________________________________________________________
27521 [ 23994] By: merijn                                on 2005/02/24  10:12:26
27522         Log: Subject: [PATCH] dprofpp help
27523              From: Andy Lester <andy@petdance.com>
27524              Date: Thu, 24 Feb 2005 00:10:42 -0600
27525              Message-ID: <20050224061042.GA20259@petdance.com>
27526      Branch: perl
27527            ! utils/dprofpp.PL
27528 ____________________________________________________________________________
27529 [ 23993] By: steveh                                on 2005/02/23  13:36:59
27530         Log: Subject: (patch blead) Extend t/harness to allow filtering of the file list by regex.
27531              From: demerphq <demerphq@gmail.com>
27532              Date: Sat, 19 Feb 2005 11:10:00 +0100
27533              Message-ID: <9b18b3110502190210105decf4@mail.gmail.com>
27534      Branch: perl
27535            ! t/harness
27536 ____________________________________________________________________________
27537 [ 23992] By: steveh                                on 2005/02/23  12:28:55
27538         Log: Subject: Patch Win32 makefiles for blead to allow parameters to be passed to harness:
27539              From: demerphq <demerphq@gmail.com>
27540              Date: Sat, 19 Feb 2005 11:00:08 +0100
27541              Message-ID: <9b18b31105021902003d9c2a95@mail.gmail.com>
27542      Branch: perl
27543            ! win32/Makefile win32/makefile.mk
27544 ____________________________________________________________________________
27545 [ 23991] By: steveh                                on 2005/02/23  09:17:55
27546         Log: Fix Win32's dmake makefile.mk for new dmakes built with Visual C++
27547      Branch: perl
27548            ! win32/makefile.mk
27549 ____________________________________________________________________________
27550 [ 23990] By: rgs                                   on 2005/02/22  18:13:01
27551         Log: Porting/manicheck is not happy when I use spaces instead of tabs.
27552      Branch: perl
27553            ! MANIFEST
27554 ____________________________________________________________________________
27555 [ 23989] By: rgs                                   on 2005/02/21  16:05:22
27556         Log: Subject: IPC::Run test failures with utf8
27557              From: Nicholas Clark <nick@ccl4.org>
27558              Date: Sat, 19 Feb 2005 00:27:57 +0000
27559              Message-ID: <20050219002757.GO13998@plum.flirble.org>
27560      Branch: perl
27561            ! lib/IPC/Run/t/run.t
27562 ____________________________________________________________________________
27563 [ 23988] By: rgs                                   on 2005/02/21  13:51:44
27564         Log: Subject: [PATCH] signed/unsigned help for pp_pack.c
27565              From: "Craig A. Berry" <craigberry@mac.com>
27566              Date: Fri, 18 Feb 2005 09:42:52 -0600
27567              Message-ID: <42160CFC.3080304@mac.com>
27568      Branch: perl
27569            ! pp_pack.c
27570 ____________________________________________________________________________
27571 [ 23987] By: rgs                                   on 2005/02/21  12:56:22
27572         Log: Subject: (blead patch) Skip a torture test under blead, and skip certain torture tests under Win32.
27573              From: demerphq <demerphq@gmail.com>
27574              Date: Sat, 19 Feb 2005 11:04:00 +0100
27575              Message-ID: <9b18b3110502190204641e103c@mail.gmail.com
27576      Branch: perl
27577            ! t/japh/abigail.t
27578 ____________________________________________________________________________
27579 [ 23986] By: rgs                                   on 2005/02/18  18:21:25
27580         Log: Subject: Patch for Perlbug #4253
27581              From: Nikolai Eipel <eipel@web.de>
27582              Date: Sat, 29 Jan 2005 16:52:53 +0100
27583              Message-Id: <200501291652.53841.eipel@web.de>
27584
27585              (-T and -B invalidate _ filehandle when no read permission on file)
27586              plus a regression test
27587      Branch: perl
27588            ! pp_sys.c t/op/stat.t
27589 ____________________________________________________________________________
27590 [ 23985] By: rgs                                   on 2005/02/18  16:18:34
27591         Log: Install and build corelist on VMS, too
27592      Branch: perl
27593            ! vms/descrip_mms.template
27594 ____________________________________________________________________________
27595 [ 23984] By: rgs                                   on 2005/02/18  16:07:54
27596         Log: Add corelist to the win32 makefiles
27597              (noticed by demerphq)
27598      Branch: perl
27599            ! win32/Makefile win32/makefile.mk
27600 ____________________________________________________________________________
27601 [ 23983] By: rgs                                   on 2005/02/18  15:48:51
27602         Log: Subject: [perl #32968] [PATCH] Re: B::walkoptree segfaults
27603              From: Stephen McCamant <smcc@MIT.EDU>
27604              Date: Tue, 28 Dec 2004 10:13:50 -0800
27605              Message-ID: <16849.41566.887352.677148@apocalypse.OCF.Berkeley.EDU>
27606      Branch: perl
27607            ! ext/B/B.xs op.h
27608 ____________________________________________________________________________
27609 [ 23982] By: rgs                                   on 2005/02/18  15:34:59
27610         Log: Subject: Re: Integration of PathTools 3.04
27611              From: demerphq <demerphq@gmail.com>
27612              Date: Fri, 18 Feb 2005 16:31:50 +0100
27613              Message-ID: <9b18b31105021807316af0aed5@mail.gmail.com>
27614      Branch: perl
27615            ! lib/Cwd.pm
27616 ____________________________________________________________________________
27617 [ 23981] By: rgs                                   on 2005/02/18  15:00:12
27618         Log: Subject: Re: Bug in Socket::IO::INET Version 1.27
27619              From: Gisle Aas <gisle@ActiveState.com>
27620              Date: 03 Feb 2005 03:16:46 -0800
27621              Message-ID: <lr7jlpsxk1.fsf@caliper.activestate.com>
27622      Branch: perl
27623            ! ext/IO/lib/IO/Socket/INET.pm
27624 ____________________________________________________________________________
27625 [ 23980] By: rgs                                   on 2005/02/18  14:27:38
27626         Log: Integrate encoding::warnings from Autrijus Tang.
27627      Branch: perl
27628            + lib/encoding/warnings.pm lib/encoding/warnings/t/1-warning.t
27629            + lib/encoding/warnings/t/2-fatal.t
27630            + lib/encoding/warnings/t/3-normal.t
27631            ! MANIFEST
27632 ____________________________________________________________________________
27633 [ 23979] By: rgs                                   on 2005/02/18  09:53:36
27634         Log: Subject: [PATCH] find2perl, new options
27635              From: slaven@rezic.de
27636              Date: Thu, 17 Feb 2005 22:30:13 +0100
27637              Message-Id: <1108675813.24421@devpc01.iconmobile.de>
27638      Branch: perl
27639            ! x2p/find2perl.PL
27640 ____________________________________________________________________________
27641 [ 23978] By: rgs                                   on 2005/02/18  08:54:33
27642         Log: Missing dependencies in x2p makefile, by Slaven Rezic.
27643      Branch: perl
27644            ! x2p/Makefile.SH
27645 ____________________________________________________________________________
27646 [ 23977] By: rgs                                   on 2005/02/17  18:14:19
27647         Log: Upgrade to PathTools 3.04
27648              (plus tweaks to Cwd and cwd.t to run when building perl)
27649      Branch: perl
27650            + ext/Cwd/ppport.h
27651            ! MANIFEST ext/Cwd/Changes ext/Cwd/Cwd.xs ext/Cwd/t/cwd.t
27652            ! ext/Cwd/t/taint.t ext/Cwd/t/win32.t lib/Cwd.pm
27653            ! lib/File/Spec.pm lib/File/Spec/Cygwin.pm lib/File/Spec/Epoc.pm
27654            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
27655            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
27656            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
27657            ! lib/File/Spec/t/Spec.t lib/File/Spec/t/crossplatform.t
27658            ! lib/File/Spec/t/rel2abs2rel.t
27659 ____________________________________________________________________________
27660 [ 23976] By: rgs                                   on 2005/02/17  17:42:59
27661         Log: Upgrade to Pod::LaTeX 0.58
27662      Branch: perl
27663            ! lib/Pod/LaTeX.pm lib/Pod/t/pod2latex.t
27664 ____________________________________________________________________________
27665 [ 23975] By: rgs                                   on 2005/02/17  15:21:55
27666         Log: Upgrade to Time::HiRes 1.66
27667      Branch: perl
27668            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
27669            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/t/HiRes.t
27670 ____________________________________________________________________________
27671 [ 23974] By: rgs                                   on 2005/02/17  14:57:06
27672         Log: Subject: [perl #31730] [PATCH] IO::File reads garbage from directory filehandles
27673              From: "Steve Peters via RT" <perlbug-followup@perl.org>
27674              Date: 1 Feb 2005 16:24:11 -0000
27675              Message-ID: <rt-3.0.11-31730-107010.1.24399823945417@perl.org>
27676      Branch: perl
27677            ! ext/IO/lib/IO/File.pm
27678 ____________________________________________________________________________
27679 [ 23973] By: rgs                                   on 2005/02/16  13:20:55
27680         Log: Subject: Re: [PATCH] Re: perl winpid?
27681              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
27682              Date: Tue, 15 Feb 2005 20:45:13 -0800
27683              Message-ID: <20050216044512.GA2516@efn.org>
27684      Branch: perl
27685            ! ext/B/t/stash.t
27686 ____________________________________________________________________________
27687 [ 23972] By: steveh                                on 2005/02/15  14:47:47
27688         Log: Jan Dubois has taken over maintenance of Win32 stuff from Sarathy
27689      Branch: perl
27690            ! Porting/Maintainers.pl README.win32
27691 ____________________________________________________________________________
27692 [ 23971] By: rgs                                   on 2005/02/15  13:52:15
27693         Log: Fix documentation bug in using Socket's import tags :
27694
27695              Subject: [perl #34141] example in perlbug -f getsockopt incomplete
27696              From: David Dyck (via RT) <perlbug-followup@perl.org>
27697              Date: 15 Feb 2005 07:35:45 -0000
27698              Message-ID: <rt-3.0.11-34141-107730.6.0777451251105@perl.org>
27699      Branch: perl
27700            ! pod/perlfunc.pod
27701 ____________________________________________________________________________
27702 [ 23970] By: steveh                                on 2005/02/15  13:20:40
27703         Log: Fix PERL_MALLOC/DEBUG_MSTATS options in Win32 makefiles
27704
27705              Currently, if USE_IMP_SYS is defined then PERL_MALLOC gets undefined.
27706              We should also undefine DEBUG_MSTATS if PERL_MALLOC is (or has become)
27707              undefined, and we should do all this *before* inspecting DEBUG_MSTATS
27708              to see if we need to add -DPERL_DEBUGGING_MSTATS to BUILDOPT.
27709      Branch: perl
27710            ! win32/Makefile win32/makefile.mk
27711 ____________________________________________________________________________
27712 [ 23969] By: steveh                                on 2005/02/15  11:40:03
27713         Log: Fix definition of DEBUG_MSTATS for Win32 dmake builds
27714      Branch: perl
27715            ! win32/makefile.mk
27716 ____________________________________________________________________________
27717 [ 23968] By: rgs                                   on 2005/02/15  08:29:13
27718         Log: Use strl* functions in doio.c when available
27719              Based on :
27720              Subject: [PATCH] Changes to doio.c to use strlcpy() and strlcat()
27721              From: Steve Peters <steve@fisharerojo.org>
27722              Date: Wed, 1 Dec 2004 19:42:14 -0600
27723              Message-ID: <20041202014214.GA20907@mccoy.peters.homeunix.org>
27724      Branch: perl
27725            ! doio.c
27726 ____________________________________________________________________________
27727 [ 23967] By: mhx                                   on 2005/02/15  04:58:48
27728         Log: Subject: [PATCH] Additional tests for t/op/not.t
27729              From: Steve Peters <steve@fisharerojo.org>
27730              Date: Mon, 14 Feb 2005 19:54:17 -0600
27731              Message-ID: <20050215015417.GA30368@mccoy.peters.homeunix.org>
27732      Branch: perl
27733            ! t/op/not.t
27734 ____________________________________________________________________________
27735 [ 23966] By: rgs                                   on 2005/02/14  21:05:17
27736         Log: Subject: Re: encoding neutral unpack
27737              From: perl5-porters@ton.iguana.be (Ton Hospel)
27738              Date: Sat, 5 Feb 2005 01:34:44 +0000 (UTC)
27739              Message-ID: <cu17rk$k78$1@post.home.lunix>
27740
27741              tweaked to remove the 'not supported on this platform'
27742              error messages
27743      Branch: perl
27744            ! genpacksizetables.pl pp_pack.c t/op/pack.t t/uni/case.pl
27745 ____________________________________________________________________________
27746 [ 23965] By: mhx                                   on 2005/02/14  17:26:02
27747         Log: Regenerate Perl_keyword() to remove superfluous goto statements.
27748      Branch: perl
27749            ! toke.c
27750 ____________________________________________________________________________
27751 [ 23964] By: mhx                                   on 2005/02/14  17:21:29
27752         Log: Require version 0.05 of Devel::Tokenizer::C.
27753      Branch: perl
27754            ! perl_keyword.pl
27755 ____________________________________________________________________________
27756 [ 23963] By: rgs                                   on 2005/02/12  16:26:47
27757         Log: Mac OS Classic vs Mac OS X clarications
27758              by Sherm Pendley
27759      Branch: perl
27760            ! pod/perlfaq3.pod pod/perlmodinstall.pod pod/perlopentut.pod
27761            ! pod/perlrun.pod
27762 ____________________________________________________________________________
27763 [ 23962] By: rgs                                   on 2005/02/12  16:14:56
27764         Log: README.cygwin additions by Reini Urban
27765      Branch: perl
27766            ! README.cygwin
27767 ____________________________________________________________________________
27768 [ 23961] By: merijn                                on 2005/02/11  09:32:50
27769         Log: Subject: Re: [PATCH] Re: perl winpid?
27770              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
27771              Date: Thu, 10 Feb 2005 20:04:35 -0800
27772              Message-ID: <20050211040434.GA3824@efn.org>
27773      Branch: perl
27774            + t/lib/cygwin.t
27775            ! MANIFEST README.cygwin cygwin/cygwin.c
27776 ____________________________________________________________________________
27777 [ 23960] By: mhx                                   on 2005/02/10  20:50:31
27778         Log: not() || 1 produces segmentation fault
27779
27780              Fixed by making not() behave like not(0). This is also the
27781              way not() behaved before it started segfaulting in 5.6.0.
27782      Branch: perl
27783            + t/op/not.t
27784            ! MANIFEST perly.act perly.h perly.tab perly.y
27785 ____________________________________________________________________________
27786 [ 23959] By: mhx                                   on 2005/02/10  20:36:13
27787         Log: regen_perly.pl runs fine with bison 2.0.
27788      Branch: perl
27789            ! regen_perly.pl
27790 ____________________________________________________________________________
27791 [ 23958] By: merijn                                on 2005/02/10  15:56:04
27792         Log: 'what' cannot find ccversion if `which cc` is a symlink to ccache
27793              ccversion is important enough to jump through some hoops to get it
27794      Branch: perl
27795            ! hints/hpux.sh
27796 ____________________________________________________________________________
27797 [ 23957] By: merijn                                on 2005/02/10  14:19:51
27798         Log: Swap logic in BEGIN blocks to have Cwd's abs_path do the
27799              translation *before* the chdir (), so it now DTRT
27800      Branch: perl
27801            ! lib/IPC/Run/t/adopt.t lib/IPC/Run/t/binmode.t
27802            ! lib/IPC/Run/t/bogus.t lib/IPC/Run/t/filter.t
27803            ! lib/IPC/Run/t/harness.t lib/IPC/Run/t/io.t
27804            ! lib/IPC/Run/t/kill_kill.t lib/IPC/Run/t/parallel.t
27805            ! lib/IPC/Run/t/pty.t lib/IPC/Run/t/pump.t lib/IPC/Run/t/run.t
27806            ! lib/IPC/Run/t/signal.t lib/IPC/Run/t/timeout.t
27807            ! lib/IPC/Run/t/timer.t lib/IPC/Run/t/win32_compile.t
27808 ____________________________________________________________________________
27809 [ 23956] By: rgs                                   on 2005/02/10  10:58:26
27810         Log: Upgrade to Time::Local 1.11
27811      Branch: perl
27812            ! lib/Time/Local.pm lib/Time/Local.t
27813 ____________________________________________________________________________
27814 [ 23955] By: rgs                                   on 2005/02/10  10:51:59
27815         Log: Subject: Re: [PATCH] BigInt mbi_rand.t failings (solved now)
27816              From: Tels <nospam-abuse@bloodgate.com>
27817              Date: Wed, 9 Feb 2005 21:44:22 +0100
27818              Message-Id: <200502092144.24051@bloodgate.com>
27819      Branch: perl
27820            ! lib/Math/BigInt/Calc.pm
27821 ____________________________________________________________________________
27822 [ 23954] By: rgs                                   on 2005/02/09  18:06:39
27823         Log: Add IPC::Run 0.80.
27824
27825              Subject: [PATCH] IPC::Run 0.80 integration (was Re: [RFC] More core integration)
27826              From: "Jos I. Boumans" <kane@xs4all.net>
27827              Date: Fri, 28 Jan 2005 18:32:44 +0100
27828              Message-Id: <9E6ECDBE-7152-11D9-B82E-000A956B0E06@xs4all.net>
27829
27830              with PERL_CORE test premables hacked for better $^X portability
27831              (we hope.)
27832      Branch: perl
27833            + lib/IPC/Run.pm lib/IPC/Run/Debug.pm lib/IPC/Run/IO.pm
27834            + lib/IPC/Run/Timer.pm lib/IPC/Run/Win32Helper.pm
27835            + lib/IPC/Run/Win32IO.pm lib/IPC/Run/Win32Pump.pm
27836            + lib/IPC/Run/t/adopt.t lib/IPC/Run/t/binmode.t
27837            + lib/IPC/Run/t/bogus.t lib/IPC/Run/t/filter.t
27838            + lib/IPC/Run/t/harness.t lib/IPC/Run/t/io.t
27839            + lib/IPC/Run/t/kill_kill.t lib/IPC/Run/t/parallel.t
27840            + lib/IPC/Run/t/pty.t lib/IPC/Run/t/pump.t lib/IPC/Run/t/run.t
27841            + lib/IPC/Run/t/signal.t lib/IPC/Run/t/timeout.t
27842            + lib/IPC/Run/t/timer.t lib/IPC/Run/t/win32_compile.t
27843            ! MANIFEST
27844 ____________________________________________________________________________
27845 [ 23953] By: rgs                                   on 2005/02/09  09:28:19
27846         Log: Patch for CAN-2004-0452 by Jeroen van Wolffelaar.
27847              The rmtree() function in the perl File::Path module would remove
27848              directories in an insecure manner which could lead to the removal
27849              of arbitrary files and directories via a symlink attack.
27850      Branch: perl
27851            ! lib/File/Path.pm
27852 ____________________________________________________________________________
27853 [ 23952] By: merijn                                on 2005/02/08  16:30:43
27854         Log: IBM Released vac.C version 7, and changed the naming convention (again)
27855              Thanks to Campo for spotting, testing and the fix
27856      Branch: perl
27857            ! hints/aix.sh
27858 ____________________________________________________________________________
27859 [ 23951] By: rgs                                   on 2005/02/08  14:02:56
27860         Log: Subject: [perl #34076] P/p pack formats only recognize literal undef
27861              From: perl-5.8.0@ton.iguana.be (via RT) <perlbug-followup@perl.org>
27862              Date: 6 Feb 2005 22:03:20 -0000
27863              Message-ID: <rt-3.0.11-34076-107344.19.3123360602169@perl.org>
27864      Branch: perl
27865            ! pp_pack.c
27866 ____________________________________________________________________________
27867 [ 23950] By: rgs                                   on 2005/02/08  11:09:03
27868         Log: Remove mention of sub-packages in the Symbol manpage.
27869      Branch: perl
27870            ! lib/Symbol.pm
27871 ____________________________________________________________________________
27872 [ 23949] By: rgs                                   on 2005/02/08  10:44:09
27873         Log: Add Module::CoreList in the maintainers list
27874      Branch: perl
27875            ! Porting/Maintainers.pl
27876 ____________________________________________________________________________
27877 [ 23948] By: rgs                                   on 2005/02/08  10:39:21
27878         Log: Fix typo in corelist
27879      Branch: perl
27880            ! lib/Module/CoreList/bin/corelist
27881 ____________________________________________________________________________
27882 [ 23947] By: rgs                                   on 2005/02/08  10:22:22
27883         Log: Add Module::CoreList to bleadperl.
27884
27885              Subject: [PATCH] Module::CoreList 1.98 integration (was: Re: [RFC] More core integration)
27886              From: "Jos I. Boumans" <kane@xs4all.net>
27887              Date: Fri, 28 Jan 2005 17:38:27 +0100
27888              Message-Id: <097CE3D0-714B-11D9-B82E-000A956B0E06@xs4all.net>
27889      Branch: perl
27890            + lib/Module/CoreList.pm lib/Module/CoreList/bin/corelist
27891            + lib/Module/CoreList/t/corelist.t utils/corelist.PL
27892            ! MANIFEST installperl utils.lst utils/Makefile
27893 ____________________________________________________________________________
27894 [ 23946] By: rgs                                   on 2005/02/08  09:31:45
27895         Log: Subject: [perl #34062] pack Z0 destroys the character before
27896              From: perl-5.8.0@ton.iguana.be (via RT) <perlbug-followup@perl.org>
27897              Date: 5 Feb 2005 18:09:00 -0000
27898              Message-ID: <rt-3.0.11-34062-107199.19.360569328007@perl.org>
27899              (plus a regression test)
27900      Branch: perl
27901            ! pp_pack.c t/op/pack.t
27902 ____________________________________________________________________________
27903 [ 23945] By: rgs                                   on 2005/02/08  09:25:29
27904         Log: A small precision in the docs for overloaded regexp escapes
27905              (see bug #33906)
27906      Branch: perl
27907            ! pod/perlre.pod
27908 ____________________________________________________________________________
27909 [ 23943] By: rgs                                   on 2005/02/06  22:18:48
27910         Log: Avoid evaluating a strlen twice due the new implementation
27911              of New() with PERL_MALLOC_WRAP
27912      Branch: perl
27913            ! util.c
27914 ____________________________________________________________________________
27915 [ 23942] By: nicholas                              on 2005/02/05  22:02:50
27916         Log: Stop lib/h2xs.t failing needlessly if it failed to clear up behind
27917              itself on a previous run.
27918      Branch: perl
27919            ! lib/h2xs.t
27920 ____________________________________________________________________________
27921 [ 23941] By: nicholas                              on 2005/02/05  21:47:35
27922         Log: With mallocwrap New() evaluates its arguments more than once, so they
27923              had better not have any side effects.
27924              :-(
27925      Branch: perl
27926            ! util.c
27927 ____________________________________________________________________________
27928 [ 23935] By: nicholas                              on 2005/02/05  15:05:08
27929         Log: Let's (un)do the timewarp, again.
27930              Attempt to bodge round Makefile sometimes being older than Makefile.PL
27931              Pesky filesystems.
27932      Branch: perl
27933            ! lib/ExtUtils/t/Constant.t
27934 ____________________________________________________________________________
27935 [ 23928] By: rgs                                   on 2005/02/04  10:41:43
27936         Log: Upgrade to Digest 1.10
27937      Branch: perl
27938            + lib/Digest/Changes lib/Digest/file.pm lib/Digest/t/file.t
27939            ! MANIFEST lib/Digest.pm lib/Digest/base.pm
27940 ____________________________________________________________________________
27941 [ 23927] By: mhx                                   on 2005/02/02  21:33:12
27942         Log: Remove 2 unused variables from APItest.xs.
27943      Branch: perl
27944            ! ext/XS/APItest/APItest.xs
27945 ____________________________________________________________________________
27946 [ 23926] By: mhx                                   on 2005/02/02  21:29:40
27947         Log: Upgrade to Devel::PPPort 3.06.
27948      Branch: perl
27949            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
27950            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort.xs
27951            ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/module3.c
27952            ! ext/Devel/PPPort/parts/inc/exception
27953            ! ext/Devel/PPPort/parts/inc/misc
27954 ____________________________________________________________________________
27955 [ 23925] By: mhx                                   on 2005/02/02  21:26:14
27956         Log: Attempt to fix problems with new exception handling macros.
27957      Branch: perl
27958            + ext/XS/APItest/exception.c
27959            ! MANIFEST XSUB.h ext/XS/APItest/APItest.xs
27960            ! ext/XS/APItest/MANIFEST ext/XS/APItest/Makefile.PL
27961            ! pod/perlguts.pod
27962 ____________________________________________________________________________
27963 [ 23924] By: rgs                                   on 2005/02/02  19:50:53
27964         Log: Subject: Re: encoding neutral unpack
27965              From: perl5-porters[at]ton.iguana.be (Ton Hospel)
27966              Date: Sat, 29 Jan 2005 12:54:34 +0000 (UTC)
27967              Message-ID: <ctg12a$j0e$2[at]post.home.lunix>
27968
27969              Counted length prefixes shouldn't change C0/U0 mode
27970              in pack/unpack (plus a regression test)
27971      Branch: perl
27972            ! pp_pack.c t/op/pack.t
27973 ____________________________________________________________________________
27974 [ 23923] By: rgs                                   on 2005/02/02  19:35:47
27975         Log: Subject: Re: encoding neutral unpack
27976              From: perl5-porters[at]ton.iguana.be (Ton Hospel)
27977              Date: Sat, 29 Jan 2005 13:07:38 +0000 (UTC)
27978              Message-ID: <ctg1qq$j0e$3[at]post.home.lunix>
27979
27980              Make U0 and C0 scoped to () pack subtemplates.
27981              (plus a regression test)
27982      Branch: perl
27983            ! pp_pack.c t/op/pack.t
27984 ____________________________________________________________________________
27985 [ 23922] By: rgs                                   on 2005/02/02  19:23:46
27986         Log: Subject: Re: encoding neutral unpack
27987              From: perl5-porters[at]ton.iguana.be (Ton Hospel)
27988              Date: Sat, 29 Jan 2005 13:24:55 +0000 (UTC)
27989              Message-ID: <ctg2r7$j0e$4[at]post.home.lunix>
27990
27991              Ensure that with the C format, unpack checksums
27992              don't get overflowed. (plus a regression test)
27993      Branch: perl
27994            ! pp_pack.c t/op/pack.t
27995 ____________________________________________________________________________
27996 [ 23921] By: davem                                 on 2005/02/02  18:25:00
27997         Log: fix POSIX::strtod error handling documentation
27998      Branch: perl
27999            ! ext/POSIX/POSIX.pod
28000 ____________________________________________________________________________
28001 [ 23920] By: merijn                                on 2005/02/02  13:12:17
28002         Log: Subject: [PATCH pod/perlfunc.pod] POD nit @ sysseek
28003              From: Abigail <abigail@abigail.nl>
28004              Date: Tue, 1 Feb 2005 21:33:14 +0100
28005              Message-ID: <20050201203314.GC335@abigail.nl>
28006      Branch: perl
28007            ! pod/perlfunc.pod
28008 ____________________________________________________________________________
28009 [ 23919] By: merijn                                on 2005/02/02  12:49:46
28010         Log: Picky compilers (e.g. vac on AIX 5.2) do not accept statements
28011              between declarations
28012      Branch: perl
28013            ! ext/Devel/PPPort/PPPort.xs
28014 ____________________________________________________________________________
28015 [ 23917] By: nicholas                              on 2005/02/01  11:46:31
28016         Log: "All" "all?" Who said all? There were 2 more missing gnuk{free,net}bsd
28017              hints files to add to MANIFEST. Sort MANIFEST
28018              while I'm in the area.
28019      Branch: perl
28020            ! MANIFEST
28021 ____________________________________________________________________________
28022 [ 23916] By: rgs                                   on 2005/02/01  10:02:51
28023         Log: Subject: Re: [perl #34010] localtime docs
28024              From: Andy Lester <andy@petdance.com>
28025              Date: Mon, 31 Jan 2005 21:24:29 -0600
28026              Message-ID: <20050201032429.GA29354@petdance.com>
28027      Branch: perl
28028            ! pod/perlfunc.pod
28029 ____________________________________________________________________________
28030 [ 23915] By: rgs                                   on 2005/01/31  23:08:59
28031         Log: Subject: Re: encoding neutral unpack
28032              From: perl5-porters[at]ton.iguana.be (Ton Hospel)
28033              Date: Sat, 29 Jan 2005 12:41:20 +0000 (UTC)
28034              Message-ID: <ctg09g$j0e$1[at]post.home.lunix>
28035
28036              Forgotten character progress while checksumming over partial
28037              b or B format. (plus a regression test)
28038      Branch: perl
28039            ! pp_pack.c t/op/pack.t
28040 ____________________________________________________________________________
28041 [ 23914] By: mhx                                   on 2005/01/31  19:22:41
28042         Log: Make Perl_keyword() another 30% faster.
28043      Branch: perl
28044            ! perl_keyword.pl toke.c
28045 ____________________________________________________________________________
28046 [ 23913] By: mhx                                   on 2005/01/31  18:14:44
28047         Log: Regenerate perlapi.pod.
28048      Branch: perl
28049            ! pod/perlapi.pod
28050 ____________________________________________________________________________
28051 [ 23912] By: mhx                                   on 2005/01/31  18:07:29
28052         Log: Upgrade to Devel::PPPort 3.05.
28053      Branch: perl
28054            + ext/Devel/PPPort/parts/base/5008006
28055            + ext/Devel/PPPort/parts/inc/exception
28056            + ext/Devel/PPPort/parts/todo/5008006
28057            + ext/Devel/PPPort/t/exception.t
28058            ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/HACKERS
28059            ! ext/Devel/PPPort/MANIFEST ext/Devel/PPPort/MANIFEST.SKIP
28060            ! ext/Devel/PPPort/META.yml ext/Devel/PPPort/Makefile.PL
28061            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort.xs
28062            ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/PPPort_xs.PL
28063            ! ext/Devel/PPPort/README ext/Devel/PPPort/TODO
28064            ! ext/Devel/PPPort/apicheck_c.PL
28065            ! ext/Devel/PPPort/devel/buildperl.pl
28066            ! ext/Devel/PPPort/devel/mkapidoc.sh
28067            ! ext/Devel/PPPort/devel/mktodo ext/Devel/PPPort/devel/mktodo.pl
28068            ! ext/Devel/PPPort/devel/scanprov ext/Devel/PPPort/mktests.PL
28069            ! ext/Devel/PPPort/module2.c ext/Devel/PPPort/module3.c
28070            ! ext/Devel/PPPort/parts/apicheck.pl
28071            ! ext/Devel/PPPort/parts/base/5004000
28072            ! ext/Devel/PPPort/parts/base/5004050
28073            ! ext/Devel/PPPort/parts/base/5005000
28074            ! ext/Devel/PPPort/parts/base/5006000
28075            ! ext/Devel/PPPort/parts/base/5008001
28076            ! ext/Devel/PPPort/parts/base/5009002
28077            ! ext/Devel/PPPort/parts/embed.fnc
28078            ! ext/Devel/PPPort/parts/inc/MY_CXT
28079            ! ext/Devel/PPPort/parts/inc/SvPV
28080            ! ext/Devel/PPPort/parts/inc/call ext/Devel/PPPort/parts/inc/cop
28081            ! ext/Devel/PPPort/parts/inc/format
28082            ! ext/Devel/PPPort/parts/inc/grok
28083            ! ext/Devel/PPPort/parts/inc/limits
28084            ! ext/Devel/PPPort/parts/inc/mPUSH
28085            ! ext/Devel/PPPort/parts/inc/magic
28086            ! ext/Devel/PPPort/parts/inc/misc
28087            ! ext/Devel/PPPort/parts/inc/newCONSTSUB
28088            ! ext/Devel/PPPort/parts/inc/newRV
28089            ! ext/Devel/PPPort/parts/inc/ppphbin
28090            ! ext/Devel/PPPort/parts/inc/ppphdoc
28091            ! ext/Devel/PPPort/parts/inc/ppphtest
28092            ! ext/Devel/PPPort/parts/inc/sv_xpvf
28093            ! ext/Devel/PPPort/parts/inc/threads
28094            ! ext/Devel/PPPort/parts/inc/uv
28095            ! ext/Devel/PPPort/parts/inc/version
28096            ! ext/Devel/PPPort/parts/ppptools.pl
28097            ! ext/Devel/PPPort/parts/todo/5009002
28098            ! ext/Devel/PPPort/ppport_h.PL ext/Devel/PPPort/soak
28099            ! ext/Devel/PPPort/t/SvPV.t ext/Devel/PPPort/t/misc.t
28100            ! ext/Devel/PPPort/typemap
28101 ____________________________________________________________________________
28102 [ 23911] By: mhx                                   on 2005/01/31  18:00:31
28103         Log: Add simple exception handling macros for XS writers.
28104      Branch: perl
28105            + ext/XS/APItest/t/exception.t
28106            ! MANIFEST XSUB.h ext/XS/APItest/APItest.pm
28107            ! ext/XS/APItest/APItest.xs pod/perlguts.pod
28108 ____________________________________________________________________________
28109 [ 23910] By: nicholas                              on 2005/01/31  17:46:03
28110         Log: Add all the missing gnuk{free,net}bsd hints files to MANIFEST
28111      Branch: perl
28112            ! MANIFEST
28113 ____________________________________________________________________________
28114 [ 23909] By: merijn                                on 2005/01/31  11:33:14
28115         Log: Subject: [perl #33998] [PATCH] Support for GNU/kFreeBSD
28116              From: "rmh@debian.org (via RT)" <perlbug-followup@perl.org>
28117              Date: 31 Jan 2005 07:37:55 -0000
28118              Message-ID: <rt-3.0.11-33998-106860.15.2609323921089@perl.org>
28119      Branch: perl
28120            + ext/DynaLoader/hints/gnukfreebsd.pl
28121            + ext/DynaLoader/hints/gnuknetbsd.pl
28122            + ext/NDBM_File/hints/gnukfreebsd.pl
28123            + ext/NDBM_File/hints/gnuknetbsd.pl
28124            + ext/ODBM_File/hints/gnukfreebsd.pl
28125            + ext/ODBM_File/hints/gnuknetbsd.pl
28126            + ext/POSIX/hints/gnukfreebsd.pl ext/POSIX/hints/gnuknetbsd.pl
28127            + ext/Storable/hints/gnukfreebsd.pl
28128            + ext/Storable/hints/gnuknetbsd.pl hints/gnukfreebsd.sh
28129            + hints/gnuknetbsd.sh
28130            ! Configure
28131 ____________________________________________________________________________
28132 [ 23907] By: rgs                                   on 2005/01/31  11:17:26
28133         Log: Document the changes to PERLIO_DEBUG.
28134      Branch: perl
28135            ! pod/perlrun.pod
28136 ____________________________________________________________________________
28137 [ 23906] By: rgs                                   on 2005/01/31  10:53:14
28138         Log: Really fix the bug [perl #33990].
28139              NB. -DIAMSUID is only set to compile sperl.o.
28140      Branch: perl
28141            ! perlio.c
28142 ____________________________________________________________________________
28143 [ 23905] By: steveh                                on 2005/01/31  10:03:56
28144         Log: Fix test suite hang on Win32 caused by change #23898
28145
28146              ("perl -e sleep 3" does an indefinite sleep!)
28147      Branch: perl
28148            ! t/op/alarm.t
28149 ____________________________________________________________________________
28150 [ 23904] By: rgs                                   on 2005/01/31  08:35:51
28151         Log: Avoid a buffer overflow with threads and PERLIO_DEBUG
28152      Branch: perl
28153            ! perlio.c
28154 ____________________________________________________________________________
28155 [ 23903] By: rgs                                   on 2005/01/31  08:19:10
28156         Log: Don't write to $PERLIO_DEBUG when setuid ([perl #33990])
28157      Branch: perl
28158            ! perlio.c
28159 ____________________________________________________________________________
28160 [ 23900] By: davem                                 on 2005/01/30  17:46:35
28161         Log: minor corrections to comments in perly.y
28162      Branch: perl
28163            ! perly.y
28164 ____________________________________________________________________________
28165 [ 23899] By: rgs                                   on 2005/01/30  14:50:15
28166         Log: Subject: h2hp: 2 fix
28167              From: Olivier Thauvin <olivier.thauvin@aerov.jussieu.fr>
28168              Date: Fri, 28 Jan 2005 16:53:11 +0100
28169              Message-Id: <200501281653.15708.olivier.thauvin@aerov.jussieu.fr>
28170      Branch: perl
28171            ! utils/h2ph.PL
28172 ____________________________________________________________________________
28173 [ 23898] By: davem                                 on 2005/01/29  16:14:20
28174         Log: chomp() fails after alarm(), `sleep`
28175
28176              PP_backtick's temp altering of PL_rs didn't restore after
28177              an exception
28178      Branch: perl
28179            ! pp_sys.c t/op/alarm.t
28180 ____________________________________________________________________________
28181 [ 23897] By: nicholas                              on 2005/01/28  21:01:04
28182         Log: More consistent names for all the parameter name/declaration methods
28183      Branch: perl
28184            ! lib/ExtUtils/Constant/Base.pm lib/ExtUtils/Constant/XS.pm
28185            ! perl_keyword.pl
28186 ____________________________________________________________________________
28187 [ 23894] By: nicholas                              on 2005/01/28  13:59:40
28188         Log: Calculate the number of tests in one place, so that the skip()s will
28189              always agree with the plan()s
28190      Branch: perl
28191            ! ext/B/t/optree_check.t ext/B/t/optree_concise.t
28192 ____________________________________________________________________________
28193 [ 23893] By: rgs                                   on 2005/01/28  08:53:47
28194         Log: Add a reference to books.perl.org.
28195      Branch: perl
28196            ! pod/perlbook.pod
28197 ____________________________________________________________________________
28198 [ 23892] By: nicholas                              on 2005/01/27  19:26:21
28199         Log: Retrieve the flag bit that only 'p' uses, so that it is spare for
28200              future use.
28201      Branch: perl
28202            ! genpacksizetables.pl pp_pack.c
28203 ____________________________________________________________________________
28204 [ 23891] By: rgs                                   on 2005/01/27  18:29:51
28205         Log: Subject: Re: [patch] decrufting OptreeCheck stuff
28206              From: Jim Cromie <jcromie@divsol.com>
28207              Date: Sun, 16 Jan 2005 17:16:00 -0700
28208              Message-ID: <41EB03C0.7030509@divsol.com>
28209              (with minor typos fixed)
28210      Branch: perl
28211            ! ext/B/B/Concise.pm ext/B/t/OptreeCheck.pm ext/B/t/f_map.t
28212            ! ext/B/t/f_sort.t ext/B/t/optree_check.t
28213            ! ext/B/t/optree_concise.t ext/B/t/optree_samples.t
28214            ! ext/B/t/optree_sort.t ext/B/t/optree_specials.t
28215            ! ext/B/t/optree_varinit.t
28216 ____________________________________________________________________________
28217 [ 23890] By: rgs                                   on 2005/01/27  17:49:50
28218         Log: Subject: [PATCH] libperl leaks a THREAD_KEY each time it is reloaded
28219              From: Gisle Aas <gisle@ActiveState.com>
28220              Date: 05 Jan 2005 03:21:06 -0800
28221              Message-ID: <lris6cxgt9.fsf@caliper.activestate.com>
28222      Branch: perl
28223            ! perl.c
28224 ____________________________________________________________________________
28225 [ 23889] By: nicholas                              on 2005/01/27  17:29:04
28226         Log: Make the byte order modifers < and > and the sign modifier ! (for
28227              n N v V) conditionally compile. This means that the refactored
28228              pp_pack/pp_unpack code can now be used in maint.
28229      Branch: perl
28230            ! genpacksizetables.pl pp_pack.c
28231 ____________________________________________________________________________
28232 [ 23888] By: nicholas                              on 2005/01/27  16:40:07
28233         Log: Oops. Was forgetting to test n! N! v! V! in pack
28234      Branch: perl
28235            ! t/op/pack.t
28236 ____________________________________________________________________________
28237 [ 23886] By: nicholas                              on 2005/01/27  14:42:28
28238         Log: Check that the warning behaviour on the modifiers !, < and > is as we
28239              expect it for this perl.
28240      Branch: perl
28241            ! t/op/pack.t
28242 ____________________________________________________________________________
28243 [ 23884] By: nicholas                              on 2005/01/27  11:27:12
28244         Log: Make the tests for the endianness modifiers < and >, and the
28245              signnedness modifier ! conditional on perl version. Surprisingly
28246              little change needed.
28247      Branch: perl
28248            ! t/op/pack.t
28249 ____________________________________________________________________________
28250 [ 23883] By: nicholas                              on 2005/01/27  11:12:34
28251         Log: &_q needs to *globally* escape ' and \ in its substitution.
28252      Branch: perl
28253            ! t/test.pl
28254 ____________________________________________________________________________
28255 [ 23882] By: rgs                                   on 2005/01/25  16:53:08
28256         Log: Subject: [PATCH] BigInt mbi_rand.t failings
28257              From: Tels <nospam-abuse@bloodgate.com>
28258              Date: Tue, 25 Jan 2005 18:06:58 +0100
28259              Message-Id: <200501251806.59782@bloodgate.com>
28260      Branch: perl
28261            ! lib/Math/BigInt/Calc.pm
28262 ____________________________________________________________________________
28263 [ 23881] By: rgs                                   on 2005/01/25  16:12:08
28264         Log: Integrate change #23880 in original comment
28265      Branch: perl
28266            ! util.c
28267 ____________________________________________________________________________
28268 [ 23880] By: merijn                                on 2005/01/25  15:41:30
28269         Log: Subject: [PATCH] perlapi.pod has pod errors
28270              From: "Jos I. Boumans" <kane@xs4all.net>
28271              Date: Tue, 25 Jan 2005 16:42:38 +0100
28272              Message-Id: <BDA482F7-6EE7-11D9-8AA7-000A95EF62E2@xs4all.net>
28273      Branch: perl
28274            ! pod/perlapi.pod
28275 ____________________________________________________________________________
28276 [ 23879] By: nicholas                              on 2005/01/24  23:16:04
28277         Log: Correct and update comments (before anyone writes in)
28278              Remove a temporary variable.
28279      Branch: perl
28280            ! lib/ExtUtils/Constant/Base.pm
28281 ____________________________________________________________________________
28282 [ 23878] By: nicholas                              on 2005/01/24  22:10:36
28283         Log: Ooops. It was 190M when I was using 4 bytes per entry for lengths in
28284              the dump file. The newer format is only 135M
28285      Branch: perl
28286            ! toke.c
28287 ____________________________________________________________________________
28288 [ 23877] By: nicholas                              on 2005/01/24  22:06:05
28289         Log: A script to regenerate Perl_keyword()
28290      Branch: perl
28291            + perl_keyword.pl
28292            ! MANIFEST
28293 ____________________________________________________________________________
28294 [ 23876] By: nicholas                              on 2005/01/24  22:05:29
28295         Log: Add weights to ExtUtils::Constant to allow sorting by expected
28296              frequency. This makes the Perl_keyword() replacement 20% faster,
28297              rather than just 12%
28298      Branch: perl
28299            ! lib/ExtUtils/Constant/Base.pm lib/ExtUtils/Constant/XS.pm
28300 ____________________________________________________________________________
28301 [ 23875] By: nicholas                              on 2005/01/24  21:43:52
28302         Log: Replace Perl_keyword() with a version that's 20% faster on typical
28303              input, generated by subclassing ExtUtils::Constant. (Typical input
28304              being about 135M of input from running a lot of perl scripts)
28305      Branch: perl
28306            ! toke.c
28307 ____________________________________________________________________________
28308 [ 23874] By: merijn                                on 2005/01/24  15:10:55
28309         Log: Subject: [PATCH] assorted tempfile clean-up in the test suite
28310              From: "Craig A. Berry" <craigberry@mac.com>
28311              Date: Sun, 23 Jan 2005 14:23:17 -0600
28312              Message-ID: <41F407B5.7020106@mac.com>
28313      Branch: perl
28314            ! lib/Test/Simple/t/reset.t t/io/fs.t t/io/tell.t
28315 ____________________________________________________________________________
28316 [ 23873] By: rgs                                   on 2005/01/24  13:14:21
28317         Log: Revert change 23843.
28318              (See discussion for bug [perl #31924])
28319      Branch: perl
28320            ! embed.fnc embed.h global.sym hv.c hv.h pod/perlapi.pod
28321            ! pp_ctl.c proto.h t/comp/require.t
28322 ____________________________________________________________________________
28323 [ 23872] By: rgs                                   on 2005/01/24  10:27:10
28324         Log: Subject: [perl #33906] Missing \\ in perlre
28325              From: Andrew (via RT) <perlbug-followup@perl.org>
28326              Date: 23 Jan 2005 20:52:51 -0000
28327              Message-ID: <rt-3.0.11-33906-106339.17.5527961922343@perl.org>
28328      Branch: perl
28329            ! pod/perlre.pod
28330 ____________________________________________________________________________
28331 [ 23871] By: rgs                                   on 2005/01/24  10:10:47
28332         Log: Subject: [PATCH] Test::Harness::Straps::_default_inc shell problem
28333              From: "Craig A. Berry" <craigberry@mac.com>
28334              Date: Sun, 23 Jan 2005 13:44:49 -0600
28335              Message-ID: <41F3FEB1.9020102@mac.com>
28336      Branch: perl
28337            ! lib/Test/Harness/Straps.pm
28338 ____________________________________________________________________________
28339 [ 23870] By: rgs                                   on 2005/01/24  09:40:35
28340         Log: Subject: Re: [perl #33892] Add Interix support
28341              From: Todd Vierling <tv@duh.org>
28342              Date: Fri, 21 Jan 2005 15:16:16 -0500 (EST)
28343              Message-ID: <Pine.NEB.4.61.0501211424350.13373@duh.net.dhis.org>
28344      Branch: perl
28345            ! hints/interix.sh
28346 ____________________________________________________________________________
28347 [ 23869] By: davem                                 on 2005/01/23  22:20:10
28348         Log: Subject:  Re: Smoke [5.9.2] 23863 FAIL(F) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
28349              From:  Jarkko Hietaniemi <jhi@iki.fi>
28350              Date:  Sun, 23 Jan 2005 21:25:01 +0200
28351              Message-Id:  <41F3FA0D.4010301@iki.fi>
28352
28353              The uc() memory reduction patch had a memory leak...
28354      Branch: perl
28355            ! pp.c
28356 ____________________________________________________________________________
28357 [ 23868] By: nicholas                              on 2005/01/23  22:06:01
28358         Log: Tidy up 2 comments
28359      Branch: perl
28360            ! regcomp.c
28361 ____________________________________________________________________________
28362 [ 23867] By: nicholas                              on 2005/01/23  22:05:12
28363         Log: Assimilate ExtUtils::Constant 0.16
28364      Branch: perl
28365            + lib/ExtUtils/Constant/Base.pm lib/ExtUtils/Constant/Utils.pm
28366            + lib/ExtUtils/Constant/XS.pm
28367            ! MANIFEST lib/ExtUtils/Constant.pm
28368 ____________________________________________________________________________
28369 [ 23866] By: nicholas                              on 2005/01/23  21:43:17
28370         Log: Slightly terser code in S_regpposixcc (names inside [:*here*:])
28371      Branch: perl
28372            ! regcomp.c
28373 ____________________________________________________________________________
28374 [ 23864] By: nicholas                              on 2005/01/22  22:30:12
28375         Log: Subject: Re: Smoke [5.9.2] 23792 FAIL(F) osf1 V5.1 (21264A)/4 cpu)
28376              From: Jarkko Hietaniemi <jhi@iki.fi>
28377              Message-ID: <41F2C427.7020003@iki.fi>
28378              Date: Sat, 22 Jan 2005 23:22:47 +0200
28379      Branch: perl
28380            ! hints/dec_osf.sh
28381 ____________________________________________________________________________
28382 [ 23863] By: davem                                 on 2005/01/22  18:27:58
28383         Log: Subject:  Re: uc($long_utf8_string) exhausts memory
28384              From:  Jarkko Hietaniemi <jhi@iki.fi>
28385              Date:  Sat, 22 Jan 2005 11:33:12 +0200
28386              Message-Id:  <41F21DD8.3050500@iki.fi>
28387
28388              change #23857 miscalculated the SvGROW size
28389      Branch: perl
28390            ! pp.c
28391 ____________________________________________________________________________
28392 [ 23862] By: nicholas                              on 2005/01/22  17:51:13
28393         Log: Subject: Re: Smoke [5.9.2] 23792 FAIL(F) osf1 V5.1 (21264A)/4 cpu)
28394              From: Jarkko Hietaniemi <jhi@iki.fi>
28395              Message-ID: <41F2911E.8090204@iki.fi>
28396              Date: Sat, 22 Jan 2005 19:45:02 +0200
28397
28398              (drop optimisation on pp_pack.c for gcc on osf1 to -O1)
28399      Branch: perl
28400            ! hints/dec_osf.sh
28401 ____________________________________________________________________________
28402 [ 23861] By: nicholas                              on 2005/01/22  14:15:58
28403         Log: Update copyright years and add editor blocks
28404      Branch: perl
28405            ! doop.c hv.c utf8.c
28406 ____________________________________________________________________________
28407 [ 23860] By: nicholas                              on 2005/01/22  12:03:00
28408         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
28409              Subject: Re: [PATCH] do not assume quads or long doubles
28410              Message-ID: <41F21B0A.2050301@iki.fi>
28411              Date: Sat, 22 Jan 2005 11:21:14 +0200
28412      Branch: perl
28413            ! pp_pack.c
28414 ____________________________________________________________________________
28415 [ 23858] By: nicholas                              on 2005/01/22  00:39:41
28416         Log: Remove now-unnecessary check. (It's done earlier)
28417      Branch: perl
28418            ! pp_pack.c
28419 ____________________________________________________________________________
28420 [ 23857] By: davem                                 on 2005/01/22  00:17:40
28421         Log: Subject:  Re: uc($long_utf8_string) exhausts memory
28422              From:  Jarkko Hietaniemi <jhi@iki.fi>
28423              Date:  Sat, 22 Jan 2005 00:20:12 +0200
28424              Message-Id:  <41F1801C.3080201@iki.fi>
28425
28426              Make buffer size estimates for utf8 case conversion less maximally
28427              pessimistic
28428      Branch: perl
28429            ! doop.c op.c pp.c pp_pack.c regcomp.c regexec.c sv.c t/op/lc.t
28430            ! toke.c utf8.c utf8.h
28431 ____________________________________________________________________________
28432 [ 23854] By: nicholas                              on 2005/01/21  22:15:43
28433         Log: Shrink a switch() statment by driving the size calculations from the
28434              size table. This requires #ifdef()s in the size table initialiser.
28435              Astoundingly this shaves over 6K of the object size with -Os on OS X.
28436              I was expecting about 1K (due to shrinking a branch table). Mind you,
28437              I'm not going to argue with what I got. :-)
28438      Branch: perl
28439            ! genpacksizetables.pl pp_pack.c
28440 ____________________________________________________________________________
28441 [ 23853] By: nicholas                              on 2005/01/21  16:46:49
28442         Log: Make the length overrun checking and stack extension table driven.
28443              (Shaves about 3k off pp_pack.o)
28444      Branch: perl
28445            + genpacksizetables.pl
28446            ! MANIFEST pp_pack.c
28447 ____________________________________________________________________________
28448 [ 23852] By: rgs                                   on 2005/01/21  16:29:53
28449         Log: Subject: [perl #32503] Fix for Storable module
28450              From: "Steven N. Hirsch" (via RT) <perlbug-followup@perl.org>
28451              Date: 19 Nov 2004 13:06:57 -0000
28452              Message-ID: <rt-3.0.11-32503-100597.6.46123979926323@perl.org>
28453      Branch: perl
28454            ! ext/Storable/Storable.xs
28455 ____________________________________________________________________________
28456 [ 23851] By: rgs                                   on 2005/01/21  15:51:54
28457         Log: Fix spurious warnings emitted by XSLoader via Data::Dumper
28458      Branch: perl
28459            ! ext/Data/Dumper/Dumper.pm
28460 ____________________________________________________________________________
28461 [ 23850] By: nicholas                              on 2005/01/21  15:43:24
28462         Log: Name another pack test
28463      Branch: perl
28464            ! t/op/pack.t
28465 ____________________________________________________________________________
28466 [ 23849] By: rgs                                   on 2005/01/21  15:26:10
28467         Log: Subject: [perl #33892] Add Interix support
28468              From: Todd Vierling (via RT) <perlbug-followup@perl.org>
28469              Date: 21 Jan 2005 14:36:31 -0000
28470              Message-ID: <rt-3.0.11-33892-106280.17.6407478352545@perl.org>
28471
28472              (except the Configure chunk)
28473              (and bump version numbers of modules)
28474      Branch: perl
28475            + hints/interix.sh
28476            ! MANIFEST Makefile.SH lib/ExtUtils/MM_Unix.pm lib/File/Find.pm
28477            ! lib/File/Temp.pm t/io/openpid.t t/op/groups.t
28478 ____________________________________________________________________________
28479 [ 23848] By: merijn                                on 2005/01/21  14:47:31
28480         Log: Subject: [perl #33892] Add Interix support
28481              From: Todd Vierling (via RT) <perlbug-followup@perl.org>
28482              Date: 21 Jan 2005 14:36:31 -0000
28483              Message-ID: <rt-3.0.11-33892-106280.17.6407478352545@perl.org>
28484      Branch: perl
28485            ! Configure
28486 ____________________________________________________________________________
28487 [ 23847] By: rgs                                   on 2005/01/21  14:46:38
28488         Log: Upgrade to Test::Harness 2.46
28489      Branch: perl
28490            + lib/Test/Harness/TAP.pod lib/Test/Harness/t/harness.t
28491            + lib/Test/Harness/t/prove-globbing.t
28492            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Assert.pm
28493            ! lib/Test/Harness/Changes lib/Test/Harness/Iterator.pm
28494            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/prove-switches.t
28495            ! lib/Test/Harness/t/strap.t
28496 ____________________________________________________________________________
28497 [ 23845] By: rgs                                   on 2005/01/21  14:09:19
28498         Log: Subject: [perl #32967] [PATCH] Re: More B bugs: svref_2object
28499              From: Stephen McCamant <smcc@OCF.Berkeley.EDU>
28500              Date: Tue, 28 Dec 2004 16:01:49 -0800
28501              Message-ID: <16849.62445.116153.489478@apocalypse.OCF.Berkeley.EDU>
28502      Branch: perl
28503            ! ext/B/B.pm
28504 ____________________________________________________________________________
28505 [ 23844] By: rgs                                   on 2005/01/21  13:49:46
28506         Log: Subject: [Patch] [perl #32446]  close leaves fd open
28507              From: Steffen Ullrich <coyote.frank@gmx.net>
28508              Date: Wed, 01 Dec 2004 15:22:34 +0100
28509              Message-ID: <20041201142236.4273.qmail@lists.develooper.com>
28510      Branch: perl
28511            ! perlio.c
28512 ____________________________________________________________________________
28513 [ 23843] By: rgs                                   on 2005/01/21  13:35:49
28514         Log: Subject: [PATCH bleadperl] Re: [perl #31924] %INC caching failure-case problem
28515              From: Rick Delaney <rick@bort.ca>
28516              Date: Wed, 13 Oct 2004 12:40:18 -0400
28517              Message-ID: <20041013164018.GA32174@biff.bort.ca>
28518      Branch: perl
28519            ! embed.fnc embed.h global.sym hv.c hv.h pod/perlapi.pod
28520            ! pp_ctl.c proto.h t/comp/require.t
28521 ____________________________________________________________________________
28522 [ 23842] By: rgs                                   on 2005/01/21  10:57:48
28523         Log: Subject: Re: [PATCH] File::Find dies on find({follow=>1, ...}) on Win32
28524              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
28525              Date: Mon, 20 Dec 2004 16:08:56 -0800
28526              Message-ID: <20041221000856.GA2924@efn.org>
28527      Branch: perl
28528            ! pp_sys.c t/op/stat.t
28529 ____________________________________________________________________________
28530 [ 23841] By: rgs                                   on 2005/01/21  10:26:17
28531         Log: Subject: [PATCH] doc SVt_PVLV <=> SVt_PVGV change version in B.pm
28532              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
28533              Date: Sun, 19 Dec 2004 23:57:56 -0800
28534              Message-ID: <20041220075754.GA800@efn.org>
28535      Branch: perl
28536            ! ext/B/B.pm
28537 ____________________________________________________________________________
28538 [ 23840] By: rgs                                   on 2005/01/20  18:45:55
28539         Log: Subject: [patch] cleanup perlsfio.h
28540              From: Stas Bekman <stas@stason.org>
28541              Date: Thu, 13 Jan 2005 16:14:23 -0500
28542              Message-ID: <41E6E4AF.8070303@stason.org>
28543      Branch: perl
28544            ! perlsfio.h
28545 ____________________________________________________________________________
28546 [ 23839] By: rgs                                   on 2005/01/20  18:33:00
28547         Log: VERSION++
28548      Branch: perl
28549            ! lib/Text/ParseWords.pm
28550 ____________________________________________________________________________
28551 [ 23838] By: rgs                                   on 2005/01/20  18:21:36
28552         Log: Subject: Re: [perl #33173] shellwords.pl and tainting
28553              From: Alexey Tourbin <at@altlinux.ru>
28554              Date: Tue, 28 Dec 2004 22:29:37 +0300
28555              Message-ID: <20041228192937.GB7824@solemn.turbinal.org>
28556      Branch: perl
28557            + lib/Text/ParseWords/taint.t
28558            ! MANIFEST lib/Text/ParseWords.pm lib/shellwords.pl
28559 ____________________________________________________________________________
28560 [ 23836] By: nicholas                              on 2005/01/20  13:21:14
28561         Log: Run regen.pl and pod/buildtoc --build-all
28562      Branch: perl
28563            ! MANIFEST pod/perlapi.pod pod/perltoc.pod
28564 ____________________________________________________________________________
28565 [ 23835] By: nicholas                              on 2005/01/20  13:20:50
28566         Log: A little more determinacy in our sorting
28567      Branch: perl
28568            ! autodoc.pl
28569 ____________________________________________________________________________
28570 [ 23827] By: nicholas                              on 2005/01/19  21:22:30
28571         Log: Make "assertion" attribute code and test conditional
28572      Branch: perl
28573            ! t/op/attrs.t xsutils.c
28574 ____________________________________________________________________________
28575 [ 23824] By: merijn                                on 2005/01/19  18:32:41
28576         Log: Subject: [PATCH] Further follow-up to 23767
28577              From: Robin Barker <Robin.Barker@npl.co.uk>
28578              Date: Wed, 19 Jan 2005 18:30:31 -0000
28579              Message-ID: <533D273D4014D411AB1D00062938C4D90849C57D@hotel.npl.co.uk>
28580      Branch: perl
28581            ! XSUB.h gv.c perl.c perl.h pp_ctl.c sv.c utf8.c
28582 ____________________________________________________________________________
28583 [ 23822] By: rgs                                   on 2005/01/19  17:19:04
28584         Log: Subject: Re: [perl #32498] h2xs generates incorrect code for Makefile.PL for enums
28585              From: Noah <sitz@onastick.net>
28586              Date: Wed, 19 Jan 2005 12:33:52 -0500
28587              Message-ID: <20050119173352.GA15592@radu.onastick.net>
28588      Branch: perl
28589            ! utils/h2xs.PL
28590 ____________________________________________________________________________
28591 [ 23821] By: rgs                                   on 2005/01/19  11:30:38
28592         Log: Subject: [PATCH] op/stat.t test 9 failing on recent cygwin snapshots
28593              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
28594              Date: Sun, 16 Jan 2005 10:30:45 -0800
28595              Message-ID: <20050116183045.GA2768@efn.org>
28596      Branch: perl
28597            ! t/op/stat.t
28598 ____________________________________________________________________________
28599 [ 23820] By: rgs                                   on 2005/01/19  11:20:10
28600         Log: Subject: [PATCH] Make Data::Dumper work when dynamic extensions are not available
28601              From: "Jos I. Boumans" <kane@xs4all.net>
28602              Date: Tue, 18 Jan 2005 15:12:03 +0100
28603              Message-Id: <ED6BA2C4-695A-11D9-B09C-000A95EF62E2@xs4all.net>
28604      Branch: perl
28605            ! ext/Data/Dumper/Dumper.pm
28606 ____________________________________________________________________________
28607 [ 23819] By: rgs                                   on 2005/01/19  11:15:14
28608         Log: Fix dependencies in ext/B/Makefile.PL
28609              (bug #8254, fix by Alan Burlison)
28610      Branch: perl
28611            ! ext/B/Makefile.PL
28612 ____________________________________________________________________________
28613 [ 23817] By: steveh                                on 2005/01/19  09:33:27
28614         Log: Exclude "Thread" from $Config{extensions}
28615
28616              It is already excluded from $Config{dynamic_ext}, so should not be
28617              in $Config{extensions} either. (Note that Thread is actually still
28618              built, though. This is just for consistency with Unix builds.)
28619      Branch: perl
28620            ! win32/config_sh.PL
28621 ____________________________________________________________________________
28622 [ 23816] By: steveh                                on 2005/01/19  08:55:06
28623         Log: Exclude "Thread" from $Config{dynamic_ext}
28624
28625              This was accidentally broken by change 23757.  It has already been
28626              fixed in maint-5.8 when resolving conflicts during integration of
28627              23757, so this one does NOT need integrating itself!
28628
28629              For more details see:
28630              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-01/msg00477.html
28631      Branch: perl
28632            ! win32/config_sh.PL
28633 ____________________________________________________________________________
28634 [ 23807] By: steveh                                on 2005/01/17  17:55:02
28635         Log: Fix for building with MinGW under Cygwin
28636
28637              Subject: [PATCH] building win32 perl with cygwin's mingw (was: Re: [PATCH] Re: lib/Config/Extensions.t fails on Win32)
28638              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
28639              Date: Thu, 13 Jan 2005 16:11:36 -0800
28640              Message-ID: <20050114001136.GC2516@efn.org>
28641      Branch: perl
28642            ! ext/Errno/Errno_pm.PL
28643 ____________________________________________________________________________
28644 [ 23806] By: steveh                                on 2005/01/17  16:57:10
28645         Log: Get $Config{ccversion} or $Config{gccversion} filled in on Win32
28646      Branch: perl
28647            ! win32/config_sh.PL
28648 ____________________________________________________________________________
28649 [ 23805] By: nicholas                              on 2005/01/14  19:56:42
28650         Log: Better test diagnostics for the numbers tests.
28651              (Failure diagnostics were always good, but now the tests have names,
28652              which show even when they pass)
28653      Branch: perl
28654            ! t/op/pack.t
28655 ____________________________________________________________________________
28656 [ 23803] By: nicholas                              on 2005/01/14  12:06:31
28657         Log: Correct the editor block to match the perl 5 policy on tabs
28658      Branch: perl
28659            ! pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c scope.c
28660            ! sv.c universal.c
28661 ____________________________________________________________________________
28662 [ 23802] By: nicholas                              on 2005/01/14  10:58:47
28663         Log: Refactor S_regclass to generate slightly smaller object code
28664      Branch: perl
28665            ! regcomp.c
28666 ____________________________________________________________________________
28667 [ 23801] By: nicholas                              on 2005/01/14  10:32:08
28668         Log: A terser way to write the \-ing code in pv_uni_display
28669              Plus drive-by insert of a more correct editor block. (thanks Dave)
28670      Branch: perl
28671            ! utf8.c
28672 ____________________________________________________________________________
28673 [ 23800] By: nicholas                              on 2005/01/14  09:55:16
28674         Log: Improve documentation for sv_catpvf, to note that pattern's UTF-8ness
28675              is taken from the SV's UTF-8ness
28676      Branch: perl
28677            ! pod/perlapi.pod sv.c
28678 ____________________________________________________________________________
28679 [ 23799] By: nicholas                              on 2005/01/14  09:52:51
28680         Log: SvUTF8_off() in do_join can be unconditional.
28681      Branch: perl
28682            ! doop.c
28683 ____________________________________________________________________________
28684 [ 23798] By: nicholas                              on 2005/01/14  09:28:14
28685         Log: sv_catpvf holds no advantage over sv_catpv when the "pattern" isn't.
28686      Branch: perl
28687            ! op.c regcomp.c toke.c utf8.c
28688 ____________________________________________________________________________
28689 [ 23797] By: nicholas                              on 2005/01/13  23:13:05
28690         Log: Use the new SV_NOSTEAL flag to avoid the SvTEMP dance in newSVsv
28691      Branch: perl
28692            ! sv.c
28693 ____________________________________________________________________________
28694 [ 23796] By: nicholas                              on 2005/01/13  23:10:38
28695         Log: sv_2mortal(NEWSV(0,0)) better written as sv_newmortal()
28696      Branch: perl
28697            ! utf8.c
28698 ____________________________________________________________________________
28699 [ 23795] By: nicholas                              on 2005/01/13  22:54:10
28700         Log: replace NEWSV(), SvSetSV() with newSVsv()
28701      Branch: perl
28702            ! pp.c pp_hot.c pp_sort.c regexec.c scope.c toke.c
28703 ____________________________________________________________________________
28704 [ 23794] By: nicholas                              on 2005/01/13  22:39:58
28705         Log: Turn the unreachable code into assertions. (So prove me wrong...)
28706      Branch: perl
28707            ! pp_pack.c
28708 ____________________________________________________________________________
28709 [ 23793] By: nicholas                              on 2005/01/13  22:07:20
28710         Log: Source code tidy up - avoid assigning to sv.
28711      Branch: perl
28712            ! pp_pack.c
28713 ____________________________________________________________________________
28714 [ 23792] By: nicholas                              on 2005/01/13  21:54:21
28715         Log: Avoid dogfood problems when an empty string accidentally ends up
28716              as a constant name. [They don't work in qw(), strangely]
28717      Branch: perl
28718            ! lib/ExtUtils/Constant.pm
28719 ____________________________________________________________________________
28720 [ 23791] By: nicholas                              on 2005/01/13  21:44:53
28721         Log: The leaktesting of NEWSV() is long dead, so create and initialise
28722              SV values in one, to simplify source code and shrink object code
28723              by about 1%
28724      Branch: perl
28725            ! pp_pack.c
28726 ____________________________________________________________________________
28727 [ 23790] By: nicholas                              on 2005/01/13  20:55:37
28728         Log: Not a good idea to use unpack "H*" to peek at a scalar's internal
28729              representation.
28730      Branch: perl
28731            ! t/op/join.t
28732 ____________________________________________________________________________
28733 [ 23789] By: nicholas                              on 2005/01/13  14:05:08
28734         Log: Update copyright years. Add an editor block while passing by.
28735      Branch: perl
28736            ! pp_ctl.c pp_hot.c pp_sort.c pp_sys.c regcomp.c scope.c sv.c
28737            ! universal.c
28738 ____________________________________________________________________________
28739 [ 23788] By: nicholas                              on 2005/01/13  13:50:40
28740         Log: utf.pm needs to require Carp before croak()ing
28741      Branch: perl
28742            ! lib/utf8.pm lib/utf8.t
28743 ____________________________________________________________________________
28744 [ 23787] By: nicholas                              on 2005/01/13  13:21:11
28745         Log: Refactor all the unpack checksum-or-not logic to avoid massive
28746              duplication.
28747      Branch: perl
28748            ! pp_pack.c
28749 ____________________________________________________________________________
28750 [ 23786] By: merijn                                on 2005/01/13  11:28:31
28751         Log: Subject: Re: killing USE_5005THREADS in blead?
28752              From: Stas Bekman <stas@stason.org>
28753              Date: Wed, 12 Jan 2005 16:32:42 -0500
28754              Message-ID: <41E5977A.3060306@stason.org>
28755      Branch: perl
28756            ! perl.c
28757 ____________________________________________________________________________
28758 [ 23785] By: steveh                                on 2005/01/13  10:24:13
28759         Log: Fix Win32 build problem caused by change 23757
28760
28761              Change 23757 added a glob() call to win32/FindExt.pm.  That code is
28762              run by miniperl.exe when making the ..\config.sh target, but
28763              miniperl.exe is built with -D PERL_EXTERNAL_GLOB so it requires
28764              perlglob.exe to do the glob().  perlglob.exe has been built, but is
28765              in the top-level of the source tree so is not found when miniperl.exe
28766              is executed from within the win32/ sub-directory.
28767
28768              This was causing smokes to fail on t/lib/commonsense.t because the
28769              "extensions" field in lib/Config_heavy.pl only contained
28770              "threads/shared" as a result of the glob() not finding anything.
28771
28772              Manual builds had been working fine for me because I had an installed
28773              perl in my PATH so perlglob.exe was being found there instead!
28774      Branch: perl
28775            ! win32/FindExt.pm
28776 ____________________________________________________________________________
28777 [ 23783] By: rgs                                   on 2005/01/12  18:04:17
28778         Log: Subject: [PATCH] follow-up to #23765
28779              From: "Craig A. Berry" <craigberry@mac.com>
28780              Date: Tue, 11 Jan 2005 21:01:27 -0600
28781              Message-ID: <41E49307.7080900@mac.com>
28782      Branch: perl
28783            ! lib/warnings.t
28784 ____________________________________________________________________________
28785 [ 23782] By: nicholas                              on 2005/01/11  19:10:20
28786         Log: Fix bug 32294 - index()/rindex() ignore UTF8 flag
28787              (for cases of mixed UTF8/bytes)
28788              Test code based on bug report by John Gardiner Myers
28789      Branch: perl
28790            ! pp.c t/op/index.t
28791 ____________________________________________________________________________
28792 [ 23781] By: rgs                                   on 2005/01/11  17:04:24
28793         Log: Subject: [PATCH] follow-up to 23767
28794              From: Robin Barker <Robin.Barker@npl.co.uk>
28795              Date: Tue, 11 Jan 2005 15:48:49 -0000
28796              Message-ID: <533D273D4014D411AB1D00062938C4D90849C56A@hotel.npl.co.uk>
28797      Branch: perl
28798            ! Porting/pumpkin.pod sv.c
28799 ____________________________________________________________________________
28800 [ 23780] By: mhx                                   on 2005/01/10  19:25:27
28801         Log: Remove PERL_FLEXIBLE_EXCEPTIONS code.
28802      Branch: perl
28803            ! embed.fnc embed.h embedvar.h global.sym makedef.pl perl.c
28804            ! perl.h perlapi.h pod/perlapi.pod pod/perlintern.pod pp_ctl.c
28805            ! proto.h scope.c scope.h sv.c thrdvar.h
28806 ____________________________________________________________________________
28807 [ 23779] By: nicholas                              on 2005/01/10  17:07:03
28808         Log: Subject: [PATCH] t/op/split.t #11 nit on VMS
28809              From: "Craig A. Berry" <craigberry@mac.com>
28810              Message-ID: <41E1C261.5020100@mac.com>
28811              Date: Sun, 09 Jan 2005 17:46:41 -0600
28812      Branch: perl
28813            ! t/op/split.t
28814 ____________________________________________________________________________
28815 [ 23778] By: steveh                                on 2005/01/10  11:53:10
28816         Log: Need to close files before unlinking them on Win32
28817
28818              (Various files created by test programs are left behind otherwise,
28819              and distclean doesn't clean them up)
28820      Branch: perl
28821            ! lib/FileCache/t/01open.t lib/FileCache/t/04twoarg.t
28822            ! lib/FileCache/t/07noimport.t t/op/read.t
28823 ____________________________________________________________________________
28824 [ 23777] By: steveh                                on 2005/01/10  10:28:00
28825         Log: Make Win32's distclean target clean up properly
28826      Branch: perl
28827            ! win32/Makefile win32/makefile.mk
28828 ____________________________________________________________________________
28829 [ 23776] By: steveh                                on 2005/01/10  09:45:50
28830         Log: Get $Config{osvers} filled in on Win32
28831      Branch: perl
28832            ! win32/config_sh.PL
28833 ____________________________________________________________________________
28834 [ 23775] By: merijn                                on 2005/01/10  08:54:00
28835         Log: Subject: [PATCH] follow-up to #23748, -Duselargefiles on VMS
28836              Date: Sun, 09 Jan 2005 17:52:09 -0600
28837              From: "Craig A. Berry" <craigberry@mac.com>
28838              Message-ID: <41E1C3A9.9080900@mac.com>
28839      Branch: perl
28840            ! configure.com
28841 ____________________________________________________________________________
28842 [ 23774] By: nicholas                              on 2005/01/09  23:42:25
28843         Log: Shorter source code in pp_gelem. (But it compiles to the same size)
28844      Branch: perl
28845            ! pp.c
28846 ____________________________________________________________________________
28847 [ 23773] By: nicholas                              on 2005/01/09  21:50:28
28848         Log: If we know the length of the string constant, save a strlen()
28849      Branch: perl
28850            ! perl.c pp_sys.c
28851 ____________________________________________________________________________
28852 [ 23772] By: nicholas                              on 2005/01/09  21:26:40
28853         Log: savepv(SvPV(sv,n_a)) is common, and creates an unnecessary call to
28854              strlen(). Add savesvpv(sv), which gets the length from the SV,
28855              and returns a copy of its PV.
28856      Branch: perl
28857            ! embed.fnc embed.h global.sym mg.c pp_sys.c proto.h regcomp.c
28858            ! universal.c util.c
28859 ____________________________________________________________________________
28860 [ 23771] By: nicholas                              on 2005/01/09  19:42:30
28861         Log: Can pass in a length here without introducing a bug. Might save
28862              a strlen()
28863      Branch: perl
28864            ! toke.c
28865 ____________________________________________________________________________
28866 [ 23770] By: nicholas                              on 2005/01/09  15:05:33
28867         Log: Pull the am-I-utf8-or-not logic into one place (S_newSV_maybe_utf8)
28868              as I think that it will be needed for utf8 soft references.
28869      Branch: perl
28870            ! toke.c
28871 ____________________________________________________________________________
28872 [ 23769] By: steveh                                on 2005/01/07  17:25:35
28873         Log: Disable PERL_MALLOC and DEBUG_MSTATS in win32/makefile.mk by default
28874              and force PERL_MALLOC off if USE_IMP_SYS is on
28875
28876              This brings makefile.mk into line with Makefile in this regard
28877
28878              (PERL_MALLOC cannot currently be used with USE_IMP_SYS, e.g. see:
28879              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2004-07/msg00465.html
28880              so it is sensible to enforce this, and to not have the default set
28881              to a configuration that isn't allowed)
28882      Branch: perl
28883            ! win32/makefile.mk
28884 ____________________________________________________________________________
28885 [ 23768] By: rgs                                   on 2005/01/07  14:30:51
28886         Log: Subject: Re: [PATCH] Remove Carp from warnings.pm
28887              From: Jim Cromie <jim.cromie@gmail.com>
28888              Date: Mon, 3 Jan 2005 06:36:16 -0700
28889              Message-ID: <cfe85dfa05010305367445dee6@mail.gmail.com>
28890      Branch: perl
28891            + lib/vars_carp.t
28892            ! MANIFEST ext/B/t/optree_specials.t ext/B/t/stash.t lib/Carp.pm
28893            ! lib/English.pm lib/Exporter.pm lib/Exporter.t
28894            ! lib/Exporter/Heavy.pm lib/warnings.pm warnings.pl
28895 ____________________________________________________________________________
28896 [ 23767] By: rgs                                   on 2005/01/07  13:41:47
28897         Log: Subject: [PATCH] to improve -DCHECK_FORMAT
28898              From: Robin Barker <Robin.Barker@npl.co.uk>
28899              Date: Wed, 5 Jan 2005 11:55:09 -0000
28900              Message-ID: <533D273D4014D411AB1D00062938C4D90849C55A@hotel.npl.co.uk>
28901      Branch: perl
28902            ! mg.c perl.h pp.h pp_sys.c sv.c
28903 ____________________________________________________________________________
28904 [ 23766] By: nicholas                              on 2005/01/07  12:46:07
28905         Log: Stage 1 of utf8 support for soft references.
28906              Change gv_fetchpv to take a UTF8 flag, as gv_fetchpvn_flags
28907              Add gv_fetchsv to look up a GV by SV rather than a char * pointer
28908              Provide a backwards compatability gv_fetchpv
28909              Migrate from gv_fetchpv to gv_fetchsv where the caller was grabbing
28910              the pointer from an SV
28911              All tests still pass.
28912      Branch: perl
28913            ! embed.fnc embed.h global.sym gv.c gv.h mg.c op.c perl.h pp.c
28914            ! pp_hot.c pp_sys.c proto.h sv.c sv.h toke.c universal.c
28915 ____________________________________________________________________________
28916 [ 23765] By: nicholas                              on 2005/01/07  11:23:48
28917         Log: Subject: [PATCH] make lib/warnings.t use t/test.pl
28918              From: "Craig A. Berry" <craigberry@mac.com>
28919              Message-ID: <41DDCA71.1080704@mac.com>
28920              Date: Thu, 06 Jan 2005 17:32:01 -0600
28921      Branch: perl
28922            ! lib/warnings.t
28923 ____________________________________________________________________________
28924 [ 23764] By: steveh                                on 2005/01/07  08:35:29
28925         Log: Fix win32/config.*'s cc, ld and other related values
28926
28927              cc and ld themselves always get replaced with correct values anyway
28928              so we just provide example values as per other similar settings
28929
28930              Other related values (ccname, cpp, cpprun, cppstdin) need to use the
28931              correct ~keyword~, namely ~cc~, not ~CC~, otherwise they do not get set
28932
28933              Subject: [PATCH] Re: lib/Config/Extensions.t fails on Win32
28934              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
28935              Date: Wed, 5 Jan 2005 10:01:41 -0800
28936              Message-ID: <20050105180141.GA676@efn.org>
28937
28938              Subject: Re: [PATCH] Re: lib/Config/Extensions.t fails on Win32
28939              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
28940              Date: Thu, 6 Jan 2005 11:53:11 -0800
28941              Message-ID: <20050106195311.GC1300@efn.org>
28942      Branch: perl
28943            ! win32/config.bc win32/config.gc win32/config.vc
28944            ! win32/config.vc64
28945 ____________________________________________________________________________
28946 [ 23763] By: nicholas                              on 2005/01/06  17:42:59
28947         Log: Add TODO tests for UTF8 encoded soft references
28948      Branch: perl
28949            ! t/op/ref.t
28950 ____________________________________________________________________________
28951 [ 23762] By: steveh                                on 2005/01/06  16:50:10
28952         Log: Allow static linking core extensions on Win32 with MinGW
28953
28954              Subject: [PATCH] Re: lib/Config/Extensions.t fails on Win32
28955              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
28956              Date: Wed, 5 Jan 2005 10:01:41 -0800
28957              Message-ID: <20050105180141.GA676@efn.org>
28958      Branch: perl
28959            ! win32/buildext.pl win32/makefile.mk
28960 ____________________________________________________________________________
28961 [ 23761] By: rgs                                   on 2005/01/06  15:49:39
28962         Log: Silence a compilation warning
28963      Branch: perl
28964            ! pp_sort.c
28965 ____________________________________________________________________________
28966 [ 23760] By: nicholas                              on 2005/01/06  14:59:17
28967         Log: Turn barewords into strings to run under strict subs.
28968              Run under strict refs outside the soft reference tests.
28969      Branch: perl
28970            ! t/op/ref.t
28971 ____________________________________________________________________________
28972 [ 23759] By: nicholas                              on 2005/01/06  14:34:24
28973         Log: All tests now use test.pl
28974      Branch: perl
28975            ! t/op/ref.t
28976 ____________________________________________________________________________
28977 [ 23758] By: nicholas                              on 2005/01/06  11:44:08
28978         Log: Start converting t/op/ref.t to use test.pl
28979      Branch: perl
28980            ! t/op/ref.t
28981 ____________________________________________________________________________
28982 [ 23757] By: steveh                                on 2005/01/06  11:26:12
28983         Log: Fix extensions config fields on Win32 to be as they are on Unix
28984
28985              Subject: [PATCH] Re: lib/Config/Extensions.t fails on Win32
28986              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
28987              Date: Wed, 5 Jan 2005 10:01:41 -0800
28988              Message-ID: <20050105180141.GA676@efn.org>
28989      Branch: perl
28990            ! win32/FindExt.pm win32/config_sh.PL
28991 ____________________________________________________________________________
28992 [ 23756] By: nicholas                              on 2005/01/05  21:58:15
28993         Log: Correct a Greengrocer's apostrophe.
28994      Branch: perl
28995            ! ext/DynaLoader/dl_dyld.xs
28996 ____________________________________________________________________________
28997 [ 23755] By: nicholas                              on 2005/01/05  21:36:26
28998         Log: Foolishly I committed change 23753 before remembering to test without
28999              ithreads. No tests => bugs. This should fix them.
29000      Branch: perl
29001            ! perl.c
29002 ____________________________________________________________________________
29003 [ 23754] By: nicholas                              on 2005/01/05  20:14:02
29004         Log: Error-free constant folding is a TODO
29005      Branch: perl
29006            ! pod/perltodo.pod
29007 ____________________________________________________________________________
29008 [ 23753] By: nicholas                              on 2005/01/05  19:44:28
29009         Log: Turn INIT_TLS_AND_INTERP into a static function
29010      Branch: perl
29011            ! perl.c
29012 ____________________________________________________________________________
29013 [ 23752] By: nicholas                              on 2005/01/05  16:27:19
29014         Log: Shave off the explict 1; from the end of lib/Config.pm
29015      Branch: perl
29016            ! configpm
29017 ____________________________________________________________________________
29018 [ 23751] By: rgs                                   on 2005/01/05  13:31:51
29019         Log: Subject: [PATCH] unnecessary rmdir in Makefile
29020              From: Robin Barker <Robin.Barker@npl.co.uk>
29021              Date: Wed, 5 Jan 2005 11:58:54 -0000
29022              Message-ID: <533D273D4014D411AB1D00062938C4D90849C55C@hotel.npl.co.uk>
29023      Branch: perl
29024            ! Makefile.SH
29025 ____________________________________________________________________________
29026 [ 23750] By: merijn                                on 2005/01/05  11:44:11
29027         Log: Subject: [PATCH] gcc and ld in Configure
29028              From: Robin Barker <Robin.Barker@npl.co.uk>
29029              Date: Wed, 5 Jan 2005 12:04:25 -0000
29030              Message-ID: <533D273D4014D411AB1D00062938C4D90849C55D@hotel.npl.co.uk>
29031      Branch: perl
29032            ! hints/solaris_2.sh
29033 ____________________________________________________________________________
29034 [ 23749] By: nicholas                              on 2005/01/05  11:25:29
29035         Log: Subject: [PATCH] Avoid segfault when pthread_key_create fails
29036              From: Gisle Aas <gisle@ActiveState.com>
29037              Date: 05 Jan 2005 01:09:51 -0800
29038              Message-ID: <lracroz1gg.fsf@caliper.activestate.com>
29039      Branch: perl
29040            ! thread.h
29041 ____________________________________________________________________________
29042 [ 23748] By: nicholas                              on 2005/01/05  10:44:59
29043         Log: Subject: [PATCH] -Duselargefiles for VMS
29044              From: "Craig A. Berry" <craigberry@mac.com>
29045              Message-ID: <41DB63A6.7040504@mac.com>
29046              Date: Tue, 04 Jan 2005 21:48:54 -0600
29047      Branch: perl
29048            ! configure.com vms/descrip_mms.template vms/vmsish.h
29049 ____________________________________________________________________________
29050 [ 23747] By: nicholas                              on 2005/01/05  10:10:14
29051         Log: Rafael spotted that my changes caused warnings. So clean up.
29052      Branch: perl
29053            ! t/op/attrs.t
29054 ____________________________________________________________________________
29055 [ 23746] By: nicholas                              on 2005/01/04  23:07:25
29056         Log: Update copyright years.
29057      Branch: perl
29058            ! mg.c miniperlmain.c op.c perlio.c xsutils.c
29059 ____________________________________________________________________________
29060 [ 23745] By: nicholas                              on 2005/01/04  19:32:01
29061         Log: Make the switch statement discriminate similar names more
29062              efficiently.
29063      Branch: perl
29064            ! xsutils.c
29065 ____________________________________________________________________________
29066 [ 23744] By: nicholas                              on 2005/01/04  16:20:43
29067         Log: Check all attributes in modify_SV_attributes are recognised.
29068              Fix bug where 'assertion' was always rejected as invalid.
29069      Branch: perl
29070            ! t/op/attrs.t xsutils.c
29071 ____________________________________________________________________________
29072 [ 23743] By: nicholas                              on 2005/01/04  12:46:56
29073         Log: Use the new ${^UTF8LOCALE} to make the test reliable.
29074      Branch: perl
29075            ! t/io/layers.t
29076 ____________________________________________________________________________
29077 [ 23742] By: merijn                                on 2005/01/04  12:38:03
29078         Log: Subject: [PATCH pod/perlxs.pod] RE: [perl #32660] INT2PTR not mentioned in perlxs(1)
29079              From: Robin Barker <Robin.Barker@npl.co.uk>
29080              Date: Tue, 4 Jan 2005 12:32:29 -0000
29081              Message-ID: <533D273D4014D411AB1D00062938C4D90849C553@hotel.npl.co.uk>
29082      Branch: perl
29083            ! pod/perlxs.pod
29084 ____________________________________________________________________________
29085 [ 23741] By: nicholas                              on 2005/01/04  11:27:57
29086         Log: Add ${^UTF8LOCALE} to give perl space access to PL_utf8locale
29087      Branch: perl
29088            ! gv.c mg.c
29089 ____________________________________________________________________________
29090 [ 23740] By: steveh                                on 2005/01/04  10:56:55
29091         Log: Bring win32/config.* into line with win32/config_H.*
29092              so that "perl -V:usemallocwrap" tells us what the configuration is
29093              instead of saying 'UNKNOWN'.
29094      Branch: perl
29095            ! win32/config.bc win32/config.gc win32/config.vc
29096            ! win32/config.vc64
29097 ____________________________________________________________________________
29098 [ 23739] By: rgs                                   on 2005/01/04  08:36:50
29099         Log: Subject: [PATCH] Math::BigInt v1.74, Math::BigRat v0.14, bignum v0.16
29100              From: Tels <nospam-abuse@bloodgate.com>
29101              Date: Sat, 1 Jan 2005 18:59:51 +0100
29102              Message-Id: <200501011859.52858@bloodgate.com>
29103      Branch: perl
29104            + lib/Math/BigInt/t/lib_load.t lib/bignum/t/ratopt_a.t
29105            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
29106            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/CalcEmu.pm
29107            ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bare_mbi.t
29108            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
29109            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
29110            ! lib/Math/BigInt/t/inf_nan.t lib/Math/BigInt/t/sub_mbf.t
29111            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/upgrade.inc
29112            ! lib/Math/BigInt/t/with_sub.t lib/Math/BigRat.pm
29113            ! lib/Math/BigRat/t/bigrat.t lib/Math/BigRat/t/bigratpm.inc
29114            ! lib/Math/BigRat/t/bigratpm.t lib/bigint.pm lib/bignum.pm
29115            ! lib/bignum/t/option_a.t lib/bignum/t/option_l.t
29116            ! lib/bignum/t/option_p.t lib/bigrat.pm
29117            ! t/lib/Math/BigFloat/Subclass.pm
29118 ____________________________________________________________________________
29119 [ 23738] By: rgs                                   on 2005/01/04  08:05:16
29120         Log: Happy new year
29121      Branch: perl
29122            ! README
29123 ____________________________________________________________________________
29124 [ 23736] By: nicholas                              on 2005/01/03  21:17:28
29125         Log: Return an immortal from attributes::_warn_reserved (a private
29126              function). (saves creating a new IV)
29127      Branch: perl
29128            ! xsutils.c
29129 ____________________________________________________________________________
29130 [ 23735] By: nicholas                              on 2005/01/03  20:58:09
29131         Log: Change dXSTARGET to dXSTARG as recommended by Spider Boardman.
29132      Branch: perl
29133            ! xsutils.c
29134 ____________________________________________________________________________
29135 [ 23733] By: nicholas                              on 2005/01/03  18:54:22
29136         Log: D'oh! Spurious aTHX_. Here was I thinking that my test build was
29137              threaded, but "oh no it isn't!" :-(
29138      Branch: perl
29139            ! toke.c
29140 ____________________________________________________________________________
29141 [ 23732] By: rgs                                   on 2005/01/03  17:24:24
29142         Log: Integrate a patch from Gentoo for uclibc support.
29143              See :
29144              Subject: Re: Static linking notes --- perl5.8.6 and uClibc
29145              From: Alexey Tourbin <at@altlinux.ru>
29146              Date: Tue, 28 Dec 2004 14:25:42 +0300
29147              Message-ID: <20041228112542.GB21037@solemn.turbinal.org>
29148      Branch: perl
29149            ! perlio.c
29150 ____________________________________________________________________________
29151 [ 23731] By: nicholas                              on 2005/01/02  23:18:07
29152         Log: Remove compiler warnings.
29153      Branch: perl
29154            ! toke.c
29155 ____________________________________________________________________________
29156 [ 23730] By: nicholas                              on 2005/01/02  22:49:49
29157         Log: Change 23727 broke code that relied on \ being escaped.
29158              Fix this. *Everything* should work now.
29159      Branch: perl
29160            + t/run/switchF1.t
29161            ! MANIFEST toke.c
29162 ____________________________________________________________________________
29163 [ 23729] By: nicholas                              on 2005/01/02  07:46:12
29164         Log: Splitting the -n/-p code and concatenating strings generates
29165              smaller object code.
29166      Branch: perl
29167            ! toke.c
29168 ____________________________________________________________________________
29169 [ 23728] By: nicholas                              on 2005/01/01  21:34:52
29170         Log: Concatenate some string constants
29171      Branch: perl
29172            ! toke.c
29173 ____________________________________________________________________________
29174 [ 23727] By: nicholas                              on 2005/01/01  21:13:53
29175         Log: Use Rafael's sick trick of ASCII NUL as a q'' delimiter to save a
29176              lot of quoting code
29177      Branch: perl
29178            ! toke.c
29179 ____________________________________________________________________________
29180 [ 23726] By: nicholas                              on 2005/01/01  20:48:31
29181         Log: Probably should be using *pvn rather than *pv forms for speed in
29182              toke.c (to save a strlen())
29183      Branch: perl
29184            ! toke.c
29185 ____________________________________________________________________________
29186 [ 23725] By: nicholas                              on 2005/01/01  20:26:27
29187         Log: strEQ/strNE of 1 character strings seems better hand inlined,
29188              because it generates smaller object code (as well as being
29189              faster than a true function call)
29190      Branch: perl
29191            ! doio.c locale.c op.c perl.c pp.c toke.c util.c
29192 ____________________________________________________________________________
29193 [ 23724] By: nicholas                              on 2005/01/01  17:15:58
29194         Log: Not all the world's a VAX, er ASCII, so don't make assumptions.
29195              Tweak is_gv_magical's string comparisons to produce smaller object
29196              code.
29197              First 2005 copyright notice.
29198      Branch: perl
29199            ! gv.c
29200 ____________________________________________________________________________
29201 [ 23723] By: nicholas                              on 2005/01/01  13:54:33
29202         Log: Change 23714 accidentally broke t/io/layers.t when testing with
29203              UTF8 locales and the -C flag. When UTF8 is flagged as enabled
29204              based on the locale, we have no perl space access to PL_utf8locale
29205              so assume for the moment that UTF8 is never conditionally enabled.
29206      Branch: perl
29207            ! t/io/layers.t
29208 ____________________________________________________________________________
29209 [ 23722] By: nicholas                              on 2004/12/31  23:04:47
29210         Log: Skip the switch statement entirely if the pointer is null, rather
29211              than the old pointless switch on '\0'. Also skip re-comparing the
29212              first character. Faster, and generates terser object code.
29213      Branch: perl
29214            ! pp.c
29215 ____________________________________________________________________________
29216 [ 23721] By: nicholas                              on 2004/12/31  22:46:25
29217         Log: Doing the strnEQ char by char for 2 and 3 character strings
29218              generates a smaller object file, and will be faster.
29219      Branch: perl
29220            ! doio.c
29221 ____________________________________________________________________________
29222 [ 23720] By: nicholas                              on 2004/12/31  21:41:25
29223         Log: Improve documentation for is_gv_magical, and split the switch
29224              statement into 2 parts, lengths > 1 and lengths <= 1
29225              This should cause most variables (lower case, multicharacter)
29226              to escape the function without passing through a switch table.
29227      Branch: perl
29228            ! gv.c
29229 ____________________________________________________________________________
29230 [ 23719] By: nicholas                              on 2004/12/31  21:02:59
29231         Log: Because name is always NUL terminated we can incorporate length
29232              0 names in the switch statement for length 1.
29233      Branch: perl
29234            ! gv.c
29235 ____________________________________________________________________________
29236 [ 23718] By: nicholas                              on 2004/12/31  20:25:52
29237         Log: Generate smaller object code by using a single switch statement
29238              for determining which names are forced into main::
29239      Branch: perl
29240            ! gv.c
29241 ____________________________________________________________________________
29242 [ 23717] By: nicholas                              on 2004/12/31  18:31:18
29243         Log: Tidy up comments in change 23716
29244      Branch: perl
29245            ! gv.c
29246 ____________________________________________________________________________
29247 [ 23716] By: nicholas                              on 2004/12/31  18:22:54
29248         Log: Refactor gv_fetchpv so that the overwhelmingly common case
29249              (variable names starting with a lower case letter or _, longer
29250              than one character) get out of the function very quickly.
29251              (Without even passing through a switch statement jump table)
29252              Also fixes bug 33631
29253      Branch: perl
29254            ! gv.c
29255 ____________________________________________________________________________
29256 [ 23715] By: nicholas                              on 2004/12/31  15:43:07
29257         Log: Subject: [PATCH] randbits and randfunc for VMS
29258              From: "Craig A. Berry" <craigberry@mac.com>
29259              Message-ID: <41D570BF.8010409@mac.com>
29260              Date: Fri, 31 Dec 2004 09:31:11 -0600
29261      Branch: perl
29262            ! configure.com
29263 ____________________________________________________________________________
29264 [ 23714] By: nicholas                              on 2004/12/31  13:14:18
29265         Log: Bug in t/io/layers.t spotted by Ignasi Roca Carrió
29266      Branch: perl
29267            ! AUTHORS t/io/layers.t
29268 ____________________________________________________________________________
29269 [ 23712] By: mhx                                   on 2004/12/30  18:29:02
29270         Log: Mention ppport.h and its --api-info switch in perlguts.
29271      Branch: perl
29272            ! pod/perlguts.pod
29273 ____________________________________________________________________________
29274 [ 23711] By: merijn                                on 2004/12/30  13:10:20
29275         Log: Subject: [PATCH] Allow Configure's d_attribut to be set from the command line
29276              From: Gisle Aas <gisle@ActiveState.com>
29277              Date: 30 Dec 2004 03:39:36 -0800
29278              Message-ID: <lrllbgypzb.fsf@caliper.activestate.com>
29279      Branch: perl
29280            ! Configure
29281 ____________________________________________________________________________
29282 [ 23708] By: nicholas                              on 2004/12/29  21:41:04
29283         Log: Thinko in the description of Config::Extensions
29284      Branch: perl
29285            ! MANIFEST
29286 ____________________________________________________________________________
29287 [ 23707] By: nicholas                              on 2004/12/29  21:25:29
29288         Log: Experimental module intended to simplify core regression tests
29289      Branch: perl
29290            + lib/Config/Extensions.pm lib/Config/Extensions.t
29291            ! MANIFEST
29292 ____________________________________________________________________________
29293 [ 23706] By: nicholas                              on 2004/12/29  21:24:30
29294         Log: Skip tests that binmode :utf8 if there is no perlio
29295      Branch: perl
29296            ! t/op/read.t
29297 ____________________________________________________________________________
29298 [ 23705] By: nicholas                              on 2004/12/29  21:04:43
29299         Log: Ooops. Fix unitialised variable
29300      Branch: perl
29301            ! pp_sys.c
29302 ____________________________________________________________________________
29303 [ 23704] By: nicholas                              on 2004/12/29  19:47:12
29304         Log: Oops. Forgot to uncomment the last set of Unicode values for
29305              testing.
29306      Branch: perl
29307            ! t/op/read.t
29308 ____________________________________________________________________________
29309 [ 23703] By: nicholas                              on 2004/12/29  19:00:12
29310         Log: read (and presuambly sysread) would expose the UTF8 internals when
29311              reading from a byte orientated file handle into a UTF8 scalar.
29312      Branch: perl
29313            ! pp_sys.c t/op/read.t
29314 ____________________________________________________________________________
29315 [ 23702] By: nicholas                              on 2004/12/29  17:20:29
29316         Log: Add a lot of tests for combinations of values, offsets and lengths
29317      Branch: perl
29318            ! t/op/read.t
29319 ____________________________________________________________________________
29320 [ 23701] By: nicholas                              on 2004/12/29  16:28:58
29321         Log: Convert op/read.t to use test.pl and make it stricture compliant.
29322      Branch: perl
29323            ! t/op/read.t
29324 ____________________________________________________________________________
29325 [ 23700] By: mhx                                   on 2004/12/29  13:46:36
29326         Log: Upgrade to Devel::PPPort 3.04
29327      Branch: perl
29328            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
29329            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort_pm.PL
29330            ! ext/Devel/PPPort/TODO ext/Devel/PPPort/parts/inc/SvPV
29331            ! ext/Devel/PPPort/parts/inc/ppphbin
29332            ! ext/Devel/PPPort/parts/inc/ppphdoc
29333            ! ext/Devel/PPPort/parts/inc/ppphtest
29334 ____________________________________________________________________________
29335 [ 23696] By: merijn                                on 2004/12/29  12:41:14
29336         Log: Rebuilt after backport start for 23674, 23675, and 23676
29337      Branch: perl
29338            ! Configure
29339 ____________________________________________________________________________
29340 [ 23691] By: merijn                                on 2004/12/29  11:57:57
29341         Log: Subject: [PATCH] Cleanup ext/B tests for -w and to run separately
29342              Date: Tue, 28 Dec 2004 13:49:19 -0800
29343              From: Stephen McCamant <smcc@MIT.EDU>
29344              Message-ID: <16849.54495.424654.896889@apocalypse.OCF.Berkeley.EDU>
29345      Branch: perl
29346            ! ext/B/B/Terse.pm ext/B/t/asmdata.t ext/B/t/b.t
29347            ! ext/B/t/bblock.t ext/B/t/bytecode.t ext/B/t/concise.t
29348            ! ext/B/t/debug.t ext/B/t/deparse.t ext/B/t/f_map.t
29349            ! ext/B/t/f_sort.t ext/B/t/lint.t ext/B/t/o.t
29350            ! ext/B/t/optree_check.t ext/B/t/optree_concise.t
29351            ! ext/B/t/optree_samples.t ext/B/t/optree_sort.t
29352            ! ext/B/t/optree_specials.t ext/B/t/optree_varinit.t
29353            ! ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
29354            ! ext/B/t/xref.t
29355 ____________________________________________________________________________
29356 [ 23688] By: nicholas                              on 2004/12/28  10:25:28
29357         Log: Make Config.t warnings and strictures clean
29358      Branch: perl
29359            ! lib/Config.t
29360 ____________________________________________________________________________
29361 [ 23683] By: nicholas                              on 2004/12/27  16:03:59
29362         Log: Subject: [patch sv.c] comment fix
29363              From: Stas Bekman <stas@stason.org>
29364              Message-ID: <41CF50FE.5070307@stason.org>
29365              Date: Sun, 26 Dec 2004 19:02:06 -0500
29366      Branch: perl
29367            ! sv.c
29368 ____________________________________________________________________________
29369 [ 23682] By: nicholas                              on 2004/12/27  15:48:24
29370         Log: Add investigating self tie segfaults to the TODO
29371      Branch: perl
29372            ! pod/perltodo.pod
29373 ____________________________________________________________________________
29374 [ 23681] By: rgs                                   on 2004/12/24  13:51:59
29375         Log: Subject: [perl #33173] shellwords.pl and tainting
29376              From: perl-5.8.0@ton.iguana.be (via RT) <perlbug-followup@perl.org>
29377              Date: 24 Dec 2004 00:14:19 -0000
29378              Message-ID: <rt-3.0.11-33173-103504.3.54366755060383@perl.org>
29379      Branch: perl
29380            ! lib/shellwords.pl
29381 ____________________________________________________________________________
29382 [ 23680] By: rgs                                   on 2004/12/24  13:42:08
29383         Log: Subject: Missign STATEMENT brackets in PUSHMARK
29384              From: perl5-porters@ton.iguana.be (Ton Hospel)
29385              Date: Thu, 23 Dec 2004 17:55:13 +0000 (UTC)
29386              Message-Id: <cqf0q1$9cc$1@post.home.lunix>
29387      Branch: perl
29388            ! pp.h
29389 ____________________________________________________________________________
29390 [ 23679] By: nicholas                              on 2004/12/24  10:33:32
29391         Log: Don't do the ... expansion on archlib, sitelib etc, given that
29392              everyone should already be using archlibext etc
29393              Add the extra special case code for otherlibdirs
29394      Branch: perl
29395            ! configpm
29396 ____________________________________________________________________________
29397 [ 23678] By: rgs                                   on 2004/12/24  08:57:56
29398         Log: Subject: Re: [patch perlapi doc] sv_magic
29399              From: Stas Bekman <stas@stason.org>
29400              Date: Thu, 23 Dec 2004 16:28:06 -0500
29401              Message-ID: <41CB3866.1080307@stason.org>
29402      Branch: perl
29403            ! pod/perlapi.pod sv.c
29404 ____________________________________________________________________________
29405 [ 23677] By: nicholas                              on 2004/12/24  08:54:58
29406         Log: Subject: [PATCH] Re: Smoke [5.9.2] 23675 FAIL(m) openvms E8.2 (Alpha/4 cpu)
29407              From: "Craig A. Berry" <craigberry@mac.com>
29408              Message-ID: <41CB6BD1.8030207@mac.com>
29409              Date: Thu, 23 Dec 2004 19:07:29 -0600
29410      Branch: perl
29411            ! configure.com
29412 ____________________________________________________________________________
29413 [ 23676] By: nicholas                              on 2004/12/23  23:15:24
29414         Log: Bother. It helps if you also propagate the new entry to config.sh
29415      Branch: perl
29416            ! Configure
29417 ____________________________________________________________________________
29418 [ 23675] By: nicholas                              on 2004/12/23  22:14:42
29419         Log: Oops. You can't add new entries to config_h.SH without making some
29420              sort of corresponding defined/undefined value in config.sh somehow.
29421      Branch: perl
29422            ! Configure
29423 ____________________________________________________________________________
29424 [ 23674] By: nicholas                              on 2004/12/23  21:38:59
29425         Log: Relocatable @INC entries for Unix.
29426              (With appropriate fixups in Config.pm to complete the illusion)
29427              Currently can only be enabled with hackery to config.sh
29428              TODO - proper Configure support, and support for otherlibdirs in
29429              Config.pm
29430      Branch: perl
29431            ! Porting/Glossary config_h.SH configpm embed.fnc embed.h perl.c
29432            ! proto.h
29433 ____________________________________________________________________________
29434 [ 23673] By: merijn                                on 2004/12/23  21:04:37
29435         Log: 23669 was not such a good idea. More research needed.
29436      Branch: perl
29437            ! config_h.SH
29438 ____________________________________________________________________________
29439 [ 23672] By: rgs                                   on 2004/12/23  17:21:37
29440         Log: The "Setuid script not plain file" error wasn't documented.
29441      Branch: perl
29442            ! pod/perldiag.pod
29443 ____________________________________________________________________________
29444 [ 23671] By: rgs                                   on 2004/12/23  15:21:58
29445         Log: Subject: [PATCH] Data::Dumper Freezer fixes
29446              From: Sam Tregar <sam@tregar.com>
29447              Date: Sun, 19 Dec 2004 14:40:25 -0500 (EST)
29448              Message-ID: <Pine.LNX.4.61.0412191434490.7660@hillmont.dreamhost.com>
29449
29450              and bump Data::Dumper's VERSION
29451      Branch: perl
29452            + ext/Data/Dumper/t/freezer.t
29453            ! MANIFEST ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
29454 ____________________________________________________________________________
29455 [ 23670] By: nicholas                              on 2004/12/22  23:15:07
29456         Log: Fix typo
29457      Branch: perl
29458            ! ext/Storable/Storable.xs
29459 ____________________________________________________________________________
29460 [ 23669] By: merijn                                on 2004/12/22  20:16:53
29461         Log: Just to re-sync with metaconfig output. No real changes.
29462      Branch: perl
29463            ! config_h.SH
29464 ____________________________________________________________________________
29465 [ 23668] By: rgs                                   on 2004/12/22  08:46:21
29466         Log: Move the definition of the S_procself_val() function before
29467              the point where it's used
29468      Branch: perl
29469            ! perl.c
29470 ____________________________________________________________________________
29471 [ 23667] By: nicholas                              on 2004/12/21  20:56:58
29472         Log: Move the setting of $^X ahead of the initialisation of @INC
29473      Branch: perl
29474            ! perl.c
29475 ____________________________________________________________________________
29476 [ 23666] By: nicholas                              on 2004/12/21  20:31:57
29477         Log: $#a>>=1 relies on malloc wrap to avoid the segfault, so need to
29478              skip the test on platforms where it's not available
29479      Branch: perl
29480            ! t/op/bop.t
29481 ____________________________________________________________________________
29482 [ 23663] By: nicholas                              on 2004/12/21  11:58:53
29483         Log: Note that the shell's test uses eq etc for numbers, = etc for
29484              strings, the reverse of Perl, which is definitely a trap.
29485              Spotted by Alexei Alexandrov.
29486      Branch: perl
29487            ! AUTHORS pod/perltrap.pod
29488 ____________________________________________________________________________
29489 [ 23662] By: merijn                                on 2004/12/20  13:38:45
29490         Log: Subject: [PATCH] AUTHORS
29491              From: Tels <nospam-abuse@bloodgate.com>
29492              Date: Sun, 19 Dec 2004 14:28:44 +0100
29493              Message-Id: <200412191428.45898@bloodgate.com>
29494      Branch: perl
29495            ! AUTHORS
29496 ____________________________________________________________________________
29497 [ 23661] By: rgs                                   on 2004/12/17  09:08:23
29498         Log: Subject: Re: [perl #32717] BeOS specific Updates
29499              From: bonefish@cs.tu-berlin.de
29500              Date: Fri, 17 Dec 2004 01:17:40 +0100
29501              Message-Id: <20041217011740.14398.1@cs.tu-berlin.de>
29502      Branch: perl
29503            - beos/beos_flock_server.cpp beos/beos_flock_server.h
29504            ! MANIFEST Makefile.SH README.beos beos/beos.c beos/beosish.h
29505            ! hints/beos.sh
29506 ____________________________________________________________________________
29507 [ 23660] By: rgs                                   on 2004/12/16  16:09:20
29508         Log: Subject: [PATCH] bop.t follow-up to #23645
29509              From: "Craig A. Berry" <craigberry@mac.com>
29510              Date: Thu, 16 Dec 2004 08:53:32 -0600
29511              Message-ID: <41C1A16C.9040700@mac.com>
29512      Branch: perl
29513            ! t/op/bop.t
29514 ____________________________________________________________________________
29515 [ 23659] By: rgs                                   on 2004/12/16  16:05:49
29516         Log: Subject: Re: Can't locate auto/POSIX/autosplit.ix [perl #24445] [PATCH]
29517              From: Andy Dougherty <doughera@lafayette.edu>
29518              Date: Thu, 16 Dec 2004 09:57:44 -0500 (EST)
29519              Message-ID: <Pine.SOL.4.58.0412160953470.20202@maxwell.phys.lafayette.edu>
29520      Branch: perl
29521            ! ext/POSIX/Makefile.PL
29522 ____________________________________________________________________________
29523 [ 23658] By: rgs                                   on 2004/12/16  15:58:06
29524         Log: Two pod2html patches from Dave Sparks :
29525
29526              Fix anchors for some function names
29527              Subject: pod2html fragment fix [PATCH]
29528              From: Gisle Aas <gisle@ActiveState.com>
29529              Date: 11 Nov 2004 14:36:46 +0100
29530              Message-ID: <lrk6sso6c1.fsf@caliper.activestate.com>
29531
29532              Subject: Make 'pod2html --quiet' be quiet [PATCH]
29533              From: Gisle Aas <gisle@ActiveState.com>
29534              Date: 11 Nov 2004 15:19:58 +0100
29535              Message-ID: <lrbre4o4c1.fsf@caliper.activestate.com>
29536      Branch: perl
29537            ! lib/Pod/Html.pm
29538 ____________________________________________________________________________
29539 [ 23657] By: rgs                                   on 2004/12/16  15:43:02
29540         Log: Pod::Html is not part of the podlators distribution
29541      Branch: perl
29542            ! Porting/Maintainers.pl
29543 ____________________________________________________________________________
29544 [ 23656] By: rgs                                   on 2004/12/15  16:39:29
29545         Log: Security fix from Debian in the debugger (in the setterm()
29546              function), from:
29547              Subject: Re: Security patch from Debian?
29548              From: Brendan O'Dea <bod@debian.org>
29549              Date: Thu, 2 Dec 2004 13:42:17 +1100
29550              Message-ID: <20041202024217.GA12670@londo.c47.org>
29551      Branch: perl
29552            ! lib/perl5db.pl
29553 ____________________________________________________________________________
29554 [ 23655] By: rgs                                   on 2004/12/15  15:14:05
29555         Log: A couple of SCO compilation patches
29556
29557              Subject: [perl #3097] Re: SCO5 XS dyn loading fails
29558              From: "Ilya N. Golubev" <gin@mo.msk.ru>
29559              Date: Tue, 14 Dec 2004 22:37:27 +0300
29560              Message-ID: <028941bf40f648-gin@mo.msk.ru>
29561
29562              Subject: Re: [perl #3100] NaN passed to gcvt [PATCH]
29563              From: Andy Dougherty <doughera@lafayette.edu>
29564              Date: Wed, 15 Dec 2004 10:29:22 -0500 (EST)
29565              Message-ID: <Pine.SOL.4.58.0412150956360.3441@maxwell.phys.lafayette.edu>
29566      Branch: perl
29567            ! hints/sco.sh
29568 ____________________________________________________________________________
29569 [ 23654] By: rgs                                   on 2004/12/15  13:16:06
29570         Log: Upgrade to Test::Simple 0.54
29571      Branch: perl
29572            + lib/Test/Simple/t/is_fh.t
29573            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
29574            ! lib/Test/Simple.pm lib/Test/Simple/Changes
29575            ! lib/Test/Simple/t/details.t lib/Test/Simple/t/fail-more.t
29576            ! lib/Test/Simple/t/harness_active.t
29577            ! lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/maybe_regex.t
29578            ! lib/Test/Simple/t/plan_no_plan.t lib/Test/Simple/t/sort_bug.t
29579            ! lib/Test/Simple/t/todo.t lib/Test/Simple/t/undef.t
29580 ____________________________________________________________________________
29581 [ 23653] By: rgs                                   on 2004/12/15  12:43:37
29582         Log: Upgrade to ExtUtils::MakeMaker 6.25
29583      Branch: perl
29584            + lib/ExtUtils/t/dir_target.t
29585            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command.pm
29586            ! lib/ExtUtils/Command/MM.pm lib/ExtUtils/Liblist/Kid.pm
29587            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/META.yml
29588            ! lib/ExtUtils/MM.pm lib/ExtUtils/MM_Any.pm
29589            ! lib/ExtUtils/MM_MacOS.pm lib/ExtUtils/MM_NW5.pm
29590            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
29591            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm
29592            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/FAQ.pod
29593            ! lib/ExtUtils/MakeMaker/Tutorial.pod lib/ExtUtils/Manifest.pm
29594            ! lib/ExtUtils/NOTES lib/ExtUtils/README lib/ExtUtils/instmodsh
29595            ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/INST_PREFIX.t
29596            ! lib/ExtUtils/t/Liblist.t lib/ExtUtils/t/MM_Unix.t
29597            ! lib/ExtUtils/t/MM_Win32.t lib/ExtUtils/t/hints.t
29598            ! lib/ExtUtils/t/oneliner.t lib/ExtUtils/t/parse_version.t
29599            ! lib/ExtUtils/t/prereq_print.t lib/ExtUtils/t/split_command.t
29600 ____________________________________________________________________________
29601 [ 23652] By: rgs                                   on 2004/12/14  16:22:42
29602         Log: Fix for [perl #32491] h2xs incorrectly parses enums with implicit values
29603      Branch: perl
29604            ! utils/h2xs.PL
29605 ____________________________________________________________________________
29606 [ 23651] By: rgs                                   on 2004/12/14  12:17:25
29607         Log: Subject: Re: B::walkoptree segfaults
29608              From: Alexey Tourbin <at@altlinux.ru>
29609              Date: Fri, 3 Dec 2004 05:06:49 +0300
29610              Message-ID: <20041203020649.GD3898@solemn.turbinal.org>
29611      Branch: perl
29612            ! ext/B/B.pm
29613 ____________________________________________________________________________
29614 [ 23650] By: rgs                                   on 2004/12/14  11:21:53
29615         Log: Make Sys::Syslog stricture-compliant
29616      Branch: perl
29617            ! ext/Sys/Syslog/Syslog.pm
29618 ____________________________________________________________________________
29619 [ 23649] By: rgs                                   on 2004/12/14  10:35:57
29620         Log: Allow escaping %m as %%m in Sys::Syslog format strings
29621              (suggested by Joshua Richardson <jric@yahoo-inc.com>
29622              and Yitzchak Scott-Thoennes)
29623      Branch: perl
29624            ! ext/Sys/Syslog/Syslog.pm
29625 ____________________________________________________________________________
29626 [ 23648] By: rgs                                   on 2004/12/14  10:22:48
29627         Log: Subject: [perl #24343] [PATCH] -w vs. -s
29628              From: "Steve Peters via RT" <perlbug-followup@perl.org>
29629              Date: 14 Dec 2004 06:41:34 -0000
29630              Message-ID: <rt-3.0.11-24343-103027.13.3005637364295@perl.org>
29631      Branch: perl
29632            ! pod/perlrun.pod
29633 ____________________________________________________________________________
29634 [ 23647] By: merijn                                on 2004/12/14  07:51:43
29635         Log: Subject: [perl #3274] [PATCH] Documentation for utime should be improved
29636              Date: 14 Dec 2004 06:29:23 -0000
29637              From: "Steve Peters via RT" <perlbug-followup@perl.org>
29638              Message-ID: <rt-3.0.11-3274-103026.2.21000805211489@perl.org>
29639      Branch: perl
29640            ! pod/perlfaq5.pod
29641 ____________________________________________________________________________
29642 [ 23646] By: rgs                                   on 2004/12/14  07:41:08
29643         Log: Fix test added in change 23645 with an eval()
29644      Branch: perl
29645            ! t/op/bop.t
29646 ____________________________________________________________________________
29647 [ 23645] By: rgs                                   on 2004/12/14  07:28:57
29648         Log: Test patch for already-solved bug #33003,
29649              by Michael G Schwern.
29650      Branch: perl
29651            ! t/op/bop.t
29652 ____________________________________________________________________________
29653 [ 23644] By: steveh                                on 2004/12/13  17:26:46
29654         Log: Document gv_stashpvn
29655
29656              This is already in the API supported by Devel::PPPort, and is
29657              more efficient than gv_stashpv if the length is already known.
29658      Branch: perl
29659            ! embed.fnc gv.c pod/perlapi.pod
29660 ____________________________________________________________________________
29661 [ 23643] By: rgs                                   on 2004/12/13  10:02:57
29662         Log: Subject: [PATCH] FileCache without import
29663              From: Michael G Schwern <schwern@pobox.com>
29664              Date: Sat, 11 Dec 2004 18:58:32 -0500
29665              Message-ID: <20041211235832.GA13462@windhund.schwern.org>
29666      Branch: perl
29667            + lib/FileCache/t/07noimport.t
29668            ! MANIFEST lib/FileCache.pm
29669 ____________________________________________________________________________
29670 [ 23642] By: rgs                                   on 2004/12/13  09:54:23
29671         Log: Subject: [PATCH] perlipc typo
29672              From: Brendan O'Dea <bod@debian.org>
29673              Date: Sun, 12 Dec 2004 10:25:04 +1100
29674              Message-ID: <20041211232504.GA8380@londo.c47.org>
29675      Branch: perl
29676            ! pod/perlipc.pod
29677 ____________________________________________________________________________
29678 [ 23641] By: rgs                                   on 2004/12/13  09:41:21
29679         Log: Subject: [PATCH] t/op/taint.t follow-up to #23635
29680              From: "Craig A. Berry" <craigberry@mac.com>
29681              Date: Sat, 11 Dec 2004 11:03:57 -0600
29682              Message-ID: <41BB287D.6090001@mac.com>
29683      Branch: perl
29684            ! t/op/taint.t
29685 ____________________________________________________________________________
29686 [ 23640] By: rgs                                   on 2004/12/13  08:39:34
29687         Log: Subject: Re: Smoke [5.9.2] 23634 FAIL(F) openbsd 3.6 (i386/1 cpu) [PATCH]
29688              From: Gisle Aas <gisle@ActiveState.com>
29689              Date: 11 Dec 2004 02:57:19 -0800
29690              Message-ID: <lrr7lxje5s.fsf_-_@caliper.activestate.com>
29691      Branch: perl
29692            ! utf8.c
29693 ____________________________________________________________________________
29694 [ 23639] By: rgs                                   on 2004/12/10  22:02:52
29695         Log: Subject: [PATCH] Re: [perl #2562] wantarray fails in END, INIT, and CHECK blocks
29696              From: mjtg@cam.ac.uk (Mike Guy)
29697              Date: Fri, 10 Dec 2004 19:08:01 +0000
29698              Message-ID: <E1Ccq7V-00057s-9s@virgo.cus.cam.ac.uk>
29699      Branch: perl
29700            ! pod/perlfunc.pod
29701 ____________________________________________________________________________
29702 [ 23638] By: steveh                                on 2004/12/10  14:58:59
29703         Log: Fix Win32 breakage caused by change 23610
29704
29705              Simply skip the offending tests on Win32.  There is no sense in testing
29706              that $Config dir entries appear in @INC because the $Config entries
29707              relate to where perl.exe will be installed (as per INST_DRV/INST_TOP in
29708              win32/Makefile), whereas @INC entries are dynamic, based on where
29709              perlXX.dll is currently located.
29710      Branch: perl
29711            ! lib/Config.t
29712 ____________________________________________________________________________
29713 [ 23637] By: rgs                                   on 2004/12/10  10:17:47
29714         Log: Pod nit ([perl #32800])
29715      Branch: perl
29716            ! pod/perlfunc.pod
29717 ____________________________________________________________________________
29718 [ 23636] By: rgs                                   on 2004/12/10  10:02:12
29719         Log: Subject: [PATCH] Test rt.perl.org 5900
29720              From: Michael G Schwern <schwern@pobox.com>
29721              Date: Thu, 9 Dec 2004 22:11:59 -0500
29722              Message-ID: <20041210031159.GA7629@windhund.schwern.org>
29723      Branch: perl
29724            ! t/op/taint.t
29725 ____________________________________________________________________________
29726 [ 23635] By: rgs                                   on 2004/12/10  09:51:44
29727         Log: Subject: [PATCH] cleanup t/op/taint.t
29728              From: Michael G Schwern <schwern@pobox.com>
29729              Date: Fri, 10 Dec 2004 02:04:49 -0500
29730              Message-ID: <20041210070448.GA22347@windhund.schwern.org>
29731
29732              Subject: [PATCH] Add todo_skip() to test.pl
29733              From: Michael G Schwern <schwern@pobox.com>
29734              Date: Fri, 10 Dec 2004 04:27:06 -0500
29735              Message-ID: <20041210092706.GA23378@windhund.schwern.org>
29736      Branch: perl
29737            ! t/op/taint.t t/test.pl
29738 ____________________________________________________________________________
29739 [ 23634] By: nicholas                              on 2004/12/09  22:51:03
29740         Log: Evade using @ in the 1 liner with some perl 1 syntax.
29741      Branch: perl
29742            ! lib/Config.t
29743 ____________________________________________________________________________
29744 [ 23633] By: rgs                                   on 2004/12/09  18:50:16
29745         Log: Subject: RE: [PATCH perl.h toke.c utf8.c] minor format clean up
29746              From: Robin Barker <Robin.Barker@npl.co.uk>
29747              Date: Wed, 1 Dec 2004 15:15:44 -0000
29748              Message-ID: <533D273D4014D411AB1D00062938C4D90849C521@hotel.npl.co.uk>
29749      Branch: perl
29750            ! perl.h
29751 ____________________________________________________________________________
29752 [ 23632] By: rgs                                   on 2004/12/09  17:12:12
29753         Log: Subject: UTF8_ALLOW_ANYUV should not allow overlong sequences [PATCH]
29754              From: Gisle Aas <gisle@activestate.com>
29755              Date: 06 Dec 2004 02:59:24 -0800
29756              Message-ID: <lrmzwrae0j.fsf_-_@caliper.activestate.com>
29757      Branch: perl
29758            ! utf8.h
29759 ____________________________________________________________________________
29760 [ 23631] By: rgs                                   on 2004/12/09  16:03:01
29761         Log: Subject: [PATCH] :encoding(utf8) broken in perl-5.8.6
29762              From: Gisle Aas <gisle@ActiveState.com>
29763              Date: 03 Dec 2004 06:09:19 -0800
29764              Message-ID: <lrllcfeank.fsf_-_@caliper.activestate.com>
29765      Branch: perl
29766            ! ext/PerlIO/t/encoding.t
29767 ____________________________________________________________________________
29768 [ 23630] By: rgs                                   on 2004/12/09  15:49:07
29769         Log: Upgrade to perldoc 3.14
29770      Branch: perl
29771            ! lib/Pod/Perldoc.pm lib/Pod/Perldoc/ToMan.pm
29772 ____________________________________________________________________________
29773 [ 23629] By: rgs                                   on 2004/12/09  09:57:42
29774         Log: Fix test to cope with the previous h2ph change.
29775      Branch: perl
29776            ! t/lib/h2ph.pht
29777 ____________________________________________________________________________
29778 [ 23628] By: rgs                                   on 2004/12/08  16:50:30
29779         Log: Subject: [perl #32962] h2ph - use of local() in generated code
29780              From: Peter.Dintelmann@dresdner-bank.com (via RT)
29781              Date: 8 Dec 2004 15:49:32 -0000
29782              Message-ID: <rt-3.0.11-32962-102394.11.065973521948@perl.org>
29783      Branch: perl
29784            ! utils/h2ph.PL
29785 ____________________________________________________________________________
29786 [ 23627] By: rgs                                   on 2004/12/08  16:19:38
29787         Log: Subject: [PATCH] Re: [perl #32949] FileCache only works in "main" package
29788              From: "Jos I. Boumans" <kane@xs4all.net>
29789              Date: Wed, 8 Dec 2004 14:24:19 +0100
29790              Message-Id: <7728A4F5-491C-11D9-9CA3-000A95EF62E2@xs4all.net>
29791      Branch: perl
29792            + lib/FileCache/t/06export.t
29793            ! MANIFEST lib/FileCache.pm
29794 ____________________________________________________________________________
29795 [ 23626] By: nicholas                              on 2004/12/07  23:39:46
29796         Log: Avoid getting the stash name twice (at least visually, if not also
29797              in the generated code)
29798      Branch: perl
29799            ! sv.c
29800 ____________________________________________________________________________
29801 [ 23624] By: rgs                                   on 2004/12/07  18:26:48
29802         Log: Upgrade to Encode 2.09
29803      Branch: perl
29804            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
29805            ! ext/Encode/META.yml ext/Encode/Unicode/Unicode.xs
29806            ! ext/Encode/t/Encode.t ext/Encode/t/fallback.t
29807 ____________________________________________________________________________
29808 [ 23623] By: nicholas                              on 2004/12/07  15:27:09
29809         Log: Revert part of the change to gv_fullname4(), as the change seems to
29810              be fractionally slower. Re-investigation prompted by a comment from
29811              Tim Bunce, who seems to be more on the ball than I am.
29812      Branch: perl
29813            ! gv.c
29814 ____________________________________________________________________________
29815 [ 23622] By: steveh                                on 2004/12/07  10:50:26
29816         Log: Update AUTHORS (for changes #23200 and #23621)
29817      Branch: perl
29818            ! AUTHORS
29819 ____________________________________________________________________________
29820 [ 23621] By: steveh                                on 2004/12/07  10:35:59
29821         Log: Updates to README.win32 (aka perlwin32), with some changes.
29822
29823              Subject: Patch to README.win32 distributed with 5.8.6 for building under .net / MSVC7 (free)
29824              From: Max Maischein <corion@corion.net>
29825              Date: Sun, 05 Dec 2004 19:39:40 +0100
29826              Message-ID: <41B355EC.9010505@corion.net>
29827      Branch: perl
29828            ! README.win32
29829 ____________________________________________________________________________
29830 [ 23620] By: rgs                                   on 2004/12/06  22:22:11
29831         Log: Upgrade to Term::ANSIColor 1.09
29832      Branch: perl
29833            ! lib/Term/ANSIColor.pm lib/Term/ANSIColor/ChangeLog
29834            ! lib/Term/ANSIColor/README lib/Term/ANSIColor/test.pl
29835 ____________________________________________________________________________
29836 [ 23619] By: rgs                                   on 2004/12/06  21:54:55
29837         Log: Small addition to perlsec by Stas Bekman.
29838      Branch: perl
29839            ! pod/perlsec.pod
29840 ____________________________________________________________________________
29841 [ 23618] By: steveh                                on 2004/12/06  15:54:30
29842         Log: Fix another Win32 breakage caused by change 23554
29843      Branch: perl
29844            ! t/win32/system.t
29845 ____________________________________________________________________________
29846 [ 23617] By: nicholas                              on 2004/12/06  15:35:39
29847         Log: Break out setting $^X into its own static function S_set_caret_X
29848      Branch: perl
29849            ! perl.c
29850 ____________________________________________________________________________
29851 [ 23616] By: steveh                                on 2004/12/06  14:42:32
29852         Log: Fix typo from change 23554 which screwed up Windows smokes
29853      Branch: perl
29854            ! win32/Makefile
29855 ____________________________________________________________________________
29856 [ 23615] By: nicholas                              on 2004/12/06  14:39:59
29857         Log: sanity check the arguments to runperl(), to try to avoid it
29858              hanging waiting on STDIN for a script.
29859      Branch: perl
29860            ! t/test.pl
29861 ____________________________________________________________________________
29862 [ 23614] By: nicholas                              on 2004/12/06  13:41:45
29863         Log: Remove spurious semicolons
29864              (As these 2 are spare, I guess I should send them to Mark Rhodes
29865              (former office mate) as he often said that he kept mislaying his)
29866      Branch: perl
29867            ! gv.h
29868 ____________________________________________________________________________
29869 [ 23613] By: nicholas                              on 2004/12/06  13:10:24
29870         Log: Tests for Config.pm much better now - toDONE
29871      Branch: perl
29872            ! pod/perltodo.pod
29873 ____________________________________________________________________________
29874 [ 23612] By: nicholas                              on 2004/12/06  13:01:36
29875         Log: Turn gv_fullname3 and gv_efullname3 into macros that call
29876              gv_fullname4 and gv_efullname4 directly, saving overhead.
29877      Branch: perl
29878            ! embed.fnc embed.h gv.h proto.h
29879 ____________________________________________________________________________
29880 [ 23611] By: merijn                                on 2004/12/06  12:00:10
29881         Log: New Itanium servers
29882      Branch: perl
29883            ! README.hpux
29884 ____________________________________________________________________________
29885 [ 23610] By: nicholas                              on 2004/12/06  10:35:00
29886         Log: Check that @INC entries and %Config path entries are consistent.
29887      Branch: perl
29888            ! lib/Config.t
29889 ____________________________________________________________________________
29890 [ 23609] By: nicholas                              on 2004/12/03  22:17:32
29891         Log: gv_fullname4() can get rid of the main:: for us.
29892              (well, actually, it never puts it in)
29893      Branch: perl
29894            ! op.c
29895 ____________________________________________________________________________
29896 [ 23608] By: rgs                                   on 2004/12/03  21:51:45
29897         Log: $foo::_ was wrongly forced as $main::_.
29898              Since we still want "our $_" to be always forced to $main::_,
29899              deplace the forcing code at our-pad allocation time.
29900              (Making execution probably a tiny bit faster)
29901      Branch: perl
29902            ! gv.c op.c t/op/mydef.t
29903 ____________________________________________________________________________
29904 [ 23607] By: nicholas                              on 2004/12/03  20:38:37
29905         Log: Remove double checking of acceptable switches on tr/// ops.
29906      Branch: perl
29907            ! toke.c
29908 ____________________________________________________________________________
29909 [ 23606] By: nicholas                              on 2004/12/03  20:07:31
29910         Log: use (c == '$' || c == '@' || c == '%') instead of strchr("$@%", c)
29911              The latter gives larger code, is less clear and can't be any faster
29912      Branch: perl
29913            ! perl.c toke.c
29914 ____________________________________________________________________________
29915 [ 23605] By: nicholas                              on 2004/12/03  18:56:31
29916         Log: Small code tidy up in gv_fullname4
29917      Branch: perl
29918            ! gv.c
29919 ____________________________________________________________________________
29920 [ 23604] By: nicholas                              on 2004/12/03  18:26:43
29921         Log: There are clearer ways of saying m/^[ab]$/ than strchr("ab", c)
29922              They seem to produce slightly smaller object code too.
29923      Branch: perl
29924            ! gv.c
29925 ____________________________________________________________________________
29926 [ 23603] By: nicholas                              on 2004/12/03  17:02:43
29927         Log: Fix a typo in an assert(). It helps to compile with -DDEBUGGING
29928      Branch: perl
29929            ! perl.c
29930 ____________________________________________________________________________
29931 [ 23602] By: nicholas                              on 2004/12/03  15:50:15
29932         Log: Pull out the duplicateded push @INC, $_ if -e $_ code from
29933              S_pushinc into a new function S_pushinc_if_exists
29934              Avoid the SV copy when pushing onto @INC by creating a new scratch
29935              SV each time a push is done.
29936      Branch: perl
29937            ! perl.c
29938 ____________________________________________________________________________
29939 [ 23601] By: nicholas                              on 2004/12/02  22:35:34
29940         Log: Subject: [PATCH] configure.com: no more CONFIG=true
29941              From: "Craig A. Berry" <craigberry@mac.com>
29942              Message-ID: <41AF87BA.1080108@mac.com>
29943              Date: Thu, 02 Dec 2004 15:23:06 -0600
29944      Branch: perl
29945            ! configure.com
29946 ____________________________________________________________________________
29947 [ 23598] By: nicholas                              on 2004/12/01  23:13:32
29948         Log: 2 new BeOS files were missing
29949      Branch: perl
29950            ! MANIFEST
29951 ____________________________________________________________________________
29952 [ 23592] By: nicholas                              on 2004/12/01  18:54:14
29953         Log: Subject: [PATCH] Makefile.SH: de-parallelise mktables
29954              From: Jarkko Hietaniemi <jhi@iki.fi>
29955              Message-ID: <41ADFD95.4030007@iki.fi>
29956              Date: Wed, 01 Dec 2004 19:21:25 +0200
29957      Branch: perl
29958            ! Makefile.SH
29959 ____________________________________________________________________________
29960 [ 23588] By: nicholas                              on 2004/12/01  16:52:45
29961         Log: &test in constant.t is vestigial, so amputate it.
29962      Branch: perl
29963            ! lib/constant.t
29964 ____________________________________________________________________________
29965 [ 23587] By: nicholas                              on 2004/12/01  16:35:10
29966         Log: Tidy up the reference name stringification to save getting the
29967              hash name twice. Pleasant side effect is 44 byte smaller object
29968              file. (A small win is still a win)
29969      Branch: perl
29970            ! sv.c
29971 ____________________________________________________________________________
29972 [ 23584] By: merijn                                on 2004/12/01  13:44:24
29973         Log: Subject: [perl #32717] BeOS specific Updates
29974              Date: 30 Nov 2004 15:38:32 -0000
29975              From: Ingo Weinhold (via RT) <perlbug-followup@perl.org>
29976              Message-ID: <rt-3.0.11-32717-101307.19.7097750538509@perl.org>
29977      Branch: perl
29978            + beos/beos_flock_server.cpp beos/beos_flock_server.h
29979            ! beos/beos.c beos/beosish.h ext/Errno/Errno_pm.PL
29980            ! ext/File/Glob/t/basic.t hints/beos.sh lib/ExtUtils/t/MM_BeOS.t
29981            ! lib/Tie/File/t/16_handle.t perl.c t/op/magic.t
29982 ____________________________________________________________________________
29983 [ 23583] By: merijn                                on 2004/12/01  13:29:18
29984         Log: Subject: [PATCH] add -I../lib to VMS build to find Config_heavy.pl
29985              Date: Wed, 01 Dec 2004 07:24:45 -0600
29986              From: "Craig A. Berry" <craigberry@mac.com>
29987              Message-ID: <41ADC61D.8010407@mac.com>
29988      Branch: perl
29989            ! vms/descrip_mms.template
29990 ____________________________________________________________________________
29991 [ 23581] By: rgs                                   on 2004/12/01  13:01:55
29992         Log: MANIFEST.SKIP is missing from the list of files that come
29993              with MakeMaker
29994      Branch: perl
29995            ! Porting/Maintainers.pl
29996 ____________________________________________________________________________
29997 [ 23577] By: nicholas                              on 2004/11/30  16:40:06
29998         Log: Add placeholders for the new strlcat and strlcpy entries in
29999              config.sh, to ensure that the config.h generated for cross-
30000              compilation will still work.
30001      Branch: perl
30002            ! Cross/config.sh-arm-linux
30003 ____________________________________________________________________________
30004 [ 23575] By: nicholas                              on 2004/11/30  15:32:17
30005         Log: Let pod/buildtoc resort the MANIFEST the way it wants it
30006      Branch: perl
30007            ! MANIFEST
30008 ____________________________________________________________________________
30009 [ 23574] By: nicholas                              on 2004/11/30  15:31:14
30010         Log: Add perl586delta.pod to all the necessary makefiles and tables of
30011              contents.
30012      Branch: perl
30013            ! pod.lst pod/perl.pod pod/perltoc.pod vms/descrip_mms.template
30014            ! win32/pod.mak
30015 ____________________________________________________________________________
30016 [ 23571] By: merijn                                on 2004/11/30  15:11:01
30017         Log: Subject: Re: [PATCH] Re: Smoke [5.9.2] 23566 FAIL(X) openbsd 3.6 (i386/1 cpu)
30018              Date: Tue, 30 Nov 2004 09:29:06 -0600
30019              From: Steve Peters <steve@fisharerojo.org>
30020              Message-ID: <20041130152906.GA555@mccoy.peters.homeunix.org>
30021      Branch: perl
30022            ! hints/openbsd.sh
30023 ____________________________________________________________________________
30024 [ 23570] By: nicholas                              on 2004/11/30  14:57:53
30025         Log: Integrate perlhist entries for 5.8.6 and its perldelta to blead
30026      Branch: perl
30027           +> pod/perl586delta.pod
30028            ! MANIFEST
30029           !> pod/perlhist.pod
30030 ____________________________________________________________________________
30031 [ 23568] By: rgs                                   on 2004/11/30  13:02:16
30032         Log: Protection against trailing spaces in embed.fnc
30033      Branch: perl
30034            ! autodoc.pl embed.pl
30035 ____________________________________________________________________________
30036 [ 23567] By: rgs                                   on 2004/11/30  12:57:30
30037         Log: Remove trailing whitespace that found their way in the docs
30038              (spotted by Stas Bekman)
30039      Branch: perl
30040            ! embed.fnc pod/perlapi.pod proto.h
30041 ____________________________________________________________________________
30042 [ 23566] By: rgs                                   on 2004/11/29  12:30:31
30043         Log: Upgrade to Test::Simple 0.53
30044      Branch: perl
30045            + lib/Test/Simple/t/circular_data.t
30046            + lib/Test/Simple/t/overload_threads.t
30047            + lib/Test/Simple/t/plan_bad.t
30048            + lib/Test/Simple/t/plan_shouldnt_import.t
30049            + lib/Test/Simple/t/require_ok.t lib/Test/Simple/t/sort_bug.t
30050            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
30051            ! lib/Test/Simple.pm lib/Test/Simple/Changes
30052            ! lib/Test/Simple/README lib/Test/Simple/TODO
30053            ! lib/Test/Simple/t/00signature.t lib/Test/Simple/t/More.t
30054            ! lib/Test/Simple/t/diag.t lib/Test/Simple/t/fail_one.t
30055            ! lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/overload.t
30056            ! lib/Test/Simple/t/todo.t t/lib/TieOut.pm
30057 ____________________________________________________________________________
30058 [ 23564] By: nicholas                              on 2004/11/28  16:13:56
30059         Log: Skip generating all the code to deal with "" strings in config.sh
30060              if there aren't any. '' only code is much simpler.
30061      Branch: perl
30062            ! configpm
30063 ____________________________________________________________________________
30064 [ 23563] By: nicholas                              on 2004/11/28  15:00:15
30065         Log: Given that there is a pre-built cache, no need for @v_fast
30066      Branch: perl
30067            ! configpm
30068 ____________________________________________________________________________
30069 [ 23562] By: nicholas                              on 2004/11/28  13:56:30
30070         Log: The byteorder code doesn't need to be in Config.pm if byteorder
30071              isn't actually a frequently looked up value.
30072      Branch: perl
30073            ! configpm
30074 ____________________________________________________________________________
30075 [ 23561] By: nicholas                              on 2004/11/28  13:20:39
30076         Log: Need to stub the public functions to keep some existing code
30077              working.
30078              No need to keep $Config_SH around in memory when we can easily
30079              re-create it.
30080      Branch: perl
30081            ! configpm
30082 ____________________________________________________________________________
30083 [ 23558] By: nicholas                              on 2004/11/27  23:06:41
30084         Log: Generate the precached %Config entries based on some empirical
30085              data, rather than just guesswork.
30086      Branch: perl
30087            ! Makefile.SH configpm
30088 ____________________________________________________________________________
30089 [ 23557] By: nicholas                              on 2004/11/27  21:26:42
30090         Log: Subject: [PATCH] Re: getting Config.pm on a diet
30091              From: "Craig A. Berry" <craigberry@mac.com>
30092              Message-ID: <41A8F225.7080902@mac.com>
30093              Date: Sat, 27 Nov 2004 15:31:17 -0600
30094      Branch: perl
30095            ! vms/descrip_mms.template
30096 ____________________________________________________________________________
30097 [ 23555] By: nicholas                              on 2004/11/27  17:28:47
30098         Log: Hateful cAsE iNsEnSiTiVe file systems
30099      Branch: perl
30100            ! configpm
30101 ____________________________________________________________________________
30102 [ 23554] By: nicholas                              on 2004/11/27  16:56:35
30103         Log: Put Config.pm on a diet. 3K rather than 32K
30104              configpm now generates 2 files, a small Config.pm containing the
30105              commonly used functions and values, which AUTOLOADs a
30106              Config_heavy.pl containing anything else needed.
30107              The "common" values in the small Config.pm may need some
30108              tweaking, based on real world data.
30109      Branch: perl
30110            ! Makefile.SH configpm vms/descrip_mms.template win32/Makefile
30111            ! win32/makefile.mk
30112 ____________________________________________________________________________
30113 [ 23550] By: nicholas                              on 2004/11/27  14:43:37
30114         Log: Clarify the return values of pos, particularly 0 and undef, as
30115              suggested by Stas Bekman
30116      Branch: perl
30117            ! pod/perlfunc.pod
30118 ____________________________________________________________________________
30119 [ 23549] By: nicholas                              on 2004/11/27  14:24:21
30120         Log: Document the interaction of PERL_USE_SAVE_PUTENV and
30121              PL_use_safe_putenv, based on text by Stas Bekman
30122      Branch: perl
30123            ! INSTALL
30124 ____________________________________________________________________________
30125 [ 23548] By: rgs                                   on 2004/11/26  17:20:46
30126         Log: Subject: [perl #32639] [PATCH] Bug in Term::Complete Module with $_ Usage
30127              From: "Steve Peters via RT" <perlbug-followup@perl.org>
30128              Date: 26 Nov 2004 17:14:33 -0000
30129              Message-ID: <rt-3.0.11-32639-101066.11.6172971744206@perl.org>
30130      Branch: perl
30131            ! lib/Term/Complete.pm
30132 ____________________________________________________________________________
30133 [ 23547] By: rgs                                   on 2004/11/26  15:16:59
30134         Log: Freak out if h2ph has to translate a macro that    contains assembly code.
30135
30136              Subject: [PATCH] h2ph vs __asm__
30137              From: Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
30138              Date: Thu, 25 Nov 2004 17:24:43 +0100
30139              Message-ID: <20041125172443.757a4833@dhcp123.mandrakesoft.com>
30140      Branch: perl
30141            ! utils/h2ph.PL
30142 ____________________________________________________________________________
30143 [ 23546] By: rgs                                   on 2004/11/26  15:07:47
30144         Log: Doc nit for B::Lint
30145              Subject: [PATCH] B::Lint
30146              From: Andy Lester <andy@petdance.com>
30147              Date: Fri, 26 Nov 2004 00:30:48 -0600
30148              Message-ID: <20041126063048.GA10161@petdance.com>
30149      Branch: perl
30150            ! ext/B/B/Lint.pm
30151 ____________________________________________________________________________
30152 [ 23545] By: nicholas                              on 2004/11/26  12:33:34
30153         Log: The change to the internal representation introduced a bug whereby
30154              the key returned by FIRSTKEY had an erroneous leading newline.
30155              EXISTS was also buggy.
30156      Branch: perl
30157            ! configpm lib/Config.t
30158 ____________________________________________________________________________
30159 [ 23544] By: nicholas                              on 2004/11/26  11:29:21
30160         Log: Make configpm and the generated Config.pm strict and warnings
30161              clean.
30162      Branch: perl
30163            ! configpm
30164 ____________________________________________________________________________
30165 [ 23543] By: steveh                                on 2004/11/26  10:56:12
30166         Log: Fix Win32 breakage caused by changes 23535/23542.
30167      Branch: perl
30168            ! lib/Config.t
30169 ____________________________________________________________________________
30170 [ 23542] By: nicholas                              on 2004/11/25  23:41:05
30171         Log: Generate the virtual entries at Config.pm build time, as they
30172              don't change. This lets us get rid of the entire "fetch_virtual"
30173              baggage, and makes the config_re lookup work for the virtual
30174              entries.
30175      Branch: perl
30176            ! configpm lib/Config.t
30177 ____________________________________________________________________________
30178 [ 23541] By: nicholas                              on 2004/11/25  22:50:15
30179         Log: Cheat. (Add a leading newline, and so remove all the special
30180              casing for "if we're at the start of $Config_SH")
30181      Branch: perl
30182            ! configpm lib/Config.t
30183 ____________________________________________________________________________
30184 [ 23538] By: nicholas                              on 2004/11/25  21:37:23
30185         Log: Add an exists test for the things we loop over
30186      Branch: perl
30187            ! lib/Config.t
30188 ____________________________________________________________________________
30189 [ 23537] By: nicholas                              on 2004/11/25  21:33:23
30190         Log: The first entry in the virtual config.sh is special cased. So
30191              test it.
30192      Branch: perl
30193            ! lib/Config.t
30194 ____________________________________________________________________________
30195 [ 23536] By: nicholas                              on 2004/11/25  21:00:56
30196         Log: Make $Config{libs_nolargefiles} and
30197              $Config{libswanted_nolargefiles} work. (For the first time)
30198      Branch: perl
30199            ! configpm lib/Config.t
30200 ____________________________________________________________________________
30201 [ 23535] By: nicholas                              on 2004/11/25  20:10:43
30202         Log: Test the currently working virtual %Config entries
30203      Branch: perl
30204            ! lib/Config.t
30205 ____________________________________________________________________________
30206 [ 23534] By: rgs                                   on 2004/11/24  16:09:42
30207         Log: Subject: RC1 pod fix #anchor
30208              From: Stas Bekman <stas@stason.org>
30209              Date: Wed, 24 Nov 2004 10:57:21 -0500
30210              Message-ID: <41A4AF61.9080408@stason.org>
30211      Branch: perl
30212            ! pod/perlrun.pod
30213 ____________________________________________________________________________
30214 [ 23533] By: rgs                                   on 2004/11/24  16:07:38
30215         Log: Subject: [patch pod/perlipc] use POSIX; w/o () is a bad idea
30216              From: Stas Bekman <stas@stason.org>
30217              Date: Wed, 24 Nov 2004 11:25:14 -0500
30218              Message-ID: <41A4B5EA.3020804@stason.org>
30219      Branch: perl
30220            ! pod/perlipc.pod
30221 ____________________________________________________________________________
30222 [ 23532] By: rgs                                   on 2004/11/24  14:47:31
30223         Log: Subject: [perl #3242] [PATCH]No error on assignment to $>
30224              From: "Steve Peters via RT" <perlbug-followup@perl.org>
30225              Date: 21 Nov 2004 04:38:09 -0000
30226              Message-ID: <rt-3.0.11-3242-100676.6.32723019025057@perl.org>
30227      Branch: perl
30228            ! pod/perlvar.pod
30229 ____________________________________________________________________________
30230 [ 23531] By: nicholas                              on 2004/11/24  11:50:28
30231         Log: Wrap some long lines
30232      Branch: perl
30233            ! lib/Config.t
30234 ____________________________________________________________________________
30235 [ 23528] By: rgs                                   on 2004/11/23  13:35:34
30236         Log: Fix for bug: [perl #32562] __PACKAGE__ symbol has wrong value
30237              after eval or require
30238      Branch: perl
30239            ! t/comp/package.t toke.c
30240 ____________________________________________________________________________
30241 [ 23527] By: rgs                                   on 2004/11/23  10:20:02
30242         Log: Subject: Re: [perl #32486] error in documentation for POSIX::pipe
30243              From: Michael G Schwern <schwern@pobox.com>
30244              Date: Fri, 19 Nov 2004 14:28:56 -0500
30245              Message-ID: <20041119192856.GA4769@windhund.schwern.org>
30246      Branch: perl
30247            ! ext/POSIX/POSIX.pod
30248 ____________________________________________________________________________
30249 [ 23526] By: rgs                                   on 2004/11/23  09:26:03
30250         Log: Subject: [perl #3422] [PATCH] CHECK routine called after syntax error
30251              From: "Steve Peters via RT" <perlbug-followup@perl.org>
30252              Date: 23 Nov 2004 00:04:24 -0000
30253              Message-ID: <rt-3.0.11-3422-100830.4.45764701781506@perl.org>
30254      Branch: perl
30255            ! ext/B/B/Deparse.pm
30256 ____________________________________________________________________________
30257 [ 23525] By: rgs                                   on 2004/11/23  09:09:57
30258         Log: Subject: [PATCH] warnings.t portability tweaks
30259              From: "Craig A. Berry" <craigberry@mac.com>
30260              Date: Sat, 20 Nov 2004 10:29:47 -0600
30261              Message-ID: <419F70FB.7000100@mac.com>
30262      Branch: perl
30263            ! t/lib/warnings/9uninit t/lib/warnings/perlio
30264 ____________________________________________________________________________
30265 [ 23523] By: nicholas                              on 2004/11/20  22:17:18
30266         Log: Assimilate Test-Simple 0.50
30267      Branch: perl
30268            + lib/Test/Simple/TODO lib/Test/Simple/t/00signature.t
30269            + lib/Test/Simple/t/00test_harness_check.t
30270            + lib/Test/Simple/t/eq_set.t lib/Test/Simple/t/extra_one.t
30271            + lib/Test/Simple/t/fail_one.t
30272            + lib/Test/Simple/t/harness_active.t lib/Test/Simple/t/no_diag.t
30273            + lib/Test/Simple/t/overload.t lib/Test/Simple/t/reset.t
30274            + lib/Test/Simple/t/thread_taint.t t/lib/NoExporter.pm
30275            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
30276            ! lib/Test/Simple.pm lib/Test/Simple/Changes
30277            ! lib/Test/Simple/README lib/Test/Simple/t/More.t
30278            ! lib/Test/Simple/t/diag.t lib/Test/Simple/t/extra.t
30279            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
30280            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/has_plan2.t
30281            ! lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/missing.t
30282            ! lib/Test/Simple/t/output.t lib/Test/Simple/t/plan_is_noplan.t
30283            ! lib/Test/Simple/t/plan_no_plan.t lib/Test/Simple/t/threads.t
30284            ! lib/Test/Simple/t/todo.t lib/Test/Simple/t/use_ok.t
30285            ! lib/Test/Tutorial.pod t/lib/Test/Simple/Catch.pm
30286            ! t/lib/TieOut.pm
30287 ____________________________________________________________________________
30288 [ 23520] By: nicholas                              on 2004/11/20  14:21:28
30289         Log: genuine possible buffer problems spotted by flawfinder
30290      Branch: perl
30291            ! regcomp.c util.c
30292 ____________________________________________________________________________
30293 [ 23519] By: rgs                                   on 2004/11/19  14:48:35
30294         Log: Make "err" a weak keyword;
30295              that is, it will be overriden by any sub named "err", except when
30296              really an operator is expected at this point. ([perl #32347])
30297      Branch: perl
30298            ! t/op/dor.t toke.c
30299 ____________________________________________________________________________
30300 [ 23518] By: rgs                                   on 2004/11/19  09:22:33
30301         Log: Subject: [perl #32486] error in documentation for POSIX::pipe
30302              From: chris@ex-parrot.com (via RT) <perlbug-followup@perl.org>
30303              Date: 18 Nov 2004 18:09:54 -0000
30304              Message-ID: <rt-3.0.11-32486-100537.1.04456486825399@perl.org>
30305      Branch: perl
30306            ! ext/POSIX/POSIX.pod
30307 ____________________________________________________________________________
30308 [ 23517] By: nicholas                              on 2004/11/18  23:32:20
30309         Log: Bump version number
30310      Branch: perl
30311            ! lib/ExtUtils/Constant.pm
30312 ____________________________________________________________________________
30313 [ 23516] By: rgs                                   on 2004/11/18  22:06:21
30314         Log: Remaining nit in the deparsing of reversed foreach loops
30315      Branch: perl
30316            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
30317 ____________________________________________________________________________
30318 [ 23514] By: rgs                                   on 2004/11/18  18:01:52
30319         Log: Fix deparsing of reversed foreach loops,
30320              plus a bug in the previous commit
30321      Branch: perl
30322            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
30323 ____________________________________________________________________________
30324 [ 23513] By: rgs                                   on 2004/11/18  17:25:19
30325         Log: Fix deparsing of reversed sort and descending sorts,
30326              due to the recent optimisations on this part of the optree.
30327      Branch: perl
30328            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
30329 ____________________________________________________________________________
30330 [ 23510] By: rgs                                   on 2004/11/17  10:41:56
30331         Log: Subject: [perl #28929] File::Find follow_fast => 1 loses dangling symlink
30332              From: "Steve Peters via RT" <perlbug-followup@perl.org>
30333              Date: 12 Nov 2004 02:47:36 -0000
30334              Message-ID: <rt-3.0.11-28929-100158.11.3214775505644@perl.org>
30335      Branch: perl
30336            ! lib/File/Find.pm lib/File/Find/t/find.t
30337 ____________________________________________________________________________
30338 [ 23509] By: rgs                                   on 2004/11/17  10:22:52
30339         Log: PerlFAQ sync.
30340      Branch: perl
30341            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq6.pod
30342            ! pod/perlfaq7.pod
30343 ____________________________________________________________________________
30344 [ 23508] By: rgs                                   on 2004/11/17  10:14:58
30345         Log: Fix a couple of typos.
30346      Branch: perl
30347            ! hv.c utf8.c
30348 ____________________________________________________________________________
30349 [ 23507] By: rgs                                   on 2004/11/17  10:11:20
30350         Log: Subject: SuSE's perl safe_putenf diff
30351              From: Michael Schroeder <Michael.Schroeder@informatik.uni-erlangen.de>
30352              Date: Thu, 11 Nov 2004 15:54:43 +0100
30353              Message-ID: <20041111145443.GA1854@immd4.informatik.uni-erlangen.de>
30354
30355              slightly reworked to make the PL_use_safe_putenv variable fit in
30356              the current framework. This patch turns on the use of safe putenv
30357              for any application that embeds a perl interpreter.
30358      Branch: perl
30359            ! embedvar.h mg.c miniperlmain.c perl.c perlapi.h perlvars.h
30360            ! util.c
30361 ____________________________________________________________________________
30362 [ 23506] By: rgs                                   on 2004/11/17  08:57:17
30363         Log: Subject: [PATCH] perl5db.pl POD cleanup
30364              From: Autrijus Tang <autrijus@autrijus.org>
30365              Date: Fri, 12 Nov 2004 12:41:33 +0800
30366              Message-ID: <20041112044133.GA92924@aut.dyndns.org>
30367      Branch: perl
30368            ! lib/perl5db.pl
30369 ____________________________________________________________________________
30370 [ 23505] By: rgs                                   on 2004/11/17  08:31:39
30371         Log: Subject: [PATCH 5.8.x] Allow more tries for t/op/time.t test 2.
30372              From: Andy Dougherty <doughera@lafayette.edu>
30373              Date: Tue, 16 Nov 2004 12:11:00 -0500 (EST)
30374              Message-ID: <Pine.SOL.4.58.0411161149170.5639@maxwell.phys.lafayette.edu>
30375      Branch: perl
30376            ! t/op/time.t
30377 ____________________________________________________________________________
30378 [ 23501] By: steveh                                on 2004/11/16  10:55:20
30379         Log: Make all scripts run by regen.pl write output with UNIX style EOL's.
30380
30381              (autodoc.pl was already done by change 23371.)
30382      Branch: perl
30383            ! bytecode.pl embed.pl keywords.pl opcode.pl regcomp.pl
30384            ! warnings.pl
30385 ____________________________________________________________________________
30386 [ 23500] By: merijn                                on 2004/11/16  10:49:35
30387         Log: Subject: [PATCH] s/hierachy/hierarchy/
30388              Date: Mon, 15 Nov 2004 15:59:14 -0700
30389              From: "Larry Shatzer Jr." <larrysh@cpan.org>
30390              Message-ID: <20041115225913.GA22373@zippy.zyx.net>
30391      Branch: perl
30392            ! ext/B/B.pm ext/Time/HiRes/Makefile.PL perlio.h
30393 ____________________________________________________________________________
30394 [ 23499] By: steveh                                on 2004/11/16  09:42:50
30395         Log: Fix Win32 breakage caused by changes to op.c in change 23433.
30396
30397              Also limit the scope of the locks in a couple of places, as suggested
30398              by Hugo in http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2004-11/msg00286.html.
30399      Branch: perl
30400            ! embed.fnc embed.h global.sym op.c op.h proto.h regcomp.c
30401 ____________________________________________________________________________
30402 [ 23498] By: merijn                                on 2004/11/14  07:02:20
30403         Log: Subject: [PATCH] Add the minitest target to vms buildsystem
30404              From: Abe Timmerman <abe@ztreet.demon.nl>
30405              Date: Sun, 14 Nov 2004 00:48:17 +0100
30406              Message-Id: <200411140048.17035.abe@ztreet.demon.nl>
30407      Branch: perl
30408            ! vms/descrip_mms.template vms/test.com
30409 ____________________________________________________________________________
30410 [ 23497] By: rgs                                   on 2004/11/12  21:11:48
30411         Log: Subject: [perl #32400] Unnecessary warning from constant.pm
30412              From: Anno Siegel (via RT) <perlbug-followup@perl.org>
30413              Date: 10 Nov 2004 18:30:38 -0000
30414              Message-ID: <rt-3.0.11-32400-100099.4.31094423840584@perl.org>
30415      Branch: perl
30416            ! lib/constant.pm lib/constant.t
30417 ____________________________________________________________________________
30418 [ 23496] By: merijn                                on 2004/11/12  20:47:19
30419         Log: Subject: [perl #32419] Spelling fixes for perl@23492
30420              Date: 12 Nov 2004 16:14:49 -0000
30421              From: Richard Soderberg (via RT) <perlbug-followup@perl.org>
30422              Message-ID: <rt-3.0.11-32419-100173.13.0717895191322@perl.org>
30423      Branch: perl
30424            ! pod/perl573delta.pod pod/perl58delta.pod pod/perl590delta.pod
30425            ! pod/perl591delta.pod pod/perl592delta.pod pod/perlapi.pod
30426            ! pod/perlapio.pod pod/perldata.pod pod/perldebtut.pod
30427            ! pod/perlipc.pod pod/perlport.pod pod/perlre.pod
30428            ! pod/perlretut.pod pod/perlrun.pod pod/perlsub.pod
30429            ! pod/perlthrtut.pod pod/perltodo.pod pod/perltooc.pod
30430 ____________________________________________________________________________
30431 [ 23495] By: merijn                                on 2004/11/12  20:26:17
30432         Log: Subject: [PATCH] Small documentation fix to ExtUtils::Constant
30433              Date: Fri, 12 Nov 2004 11:15:47 -0600
30434              From: steve@fisharerojo.org
30435              Message-ID: <20041112171547.GA8011@kirk.dsl-verizon.net>
30436      Branch: perl
30437            ! lib/ExtUtils/Constant.pm
30438 ____________________________________________________________________________
30439 [ 23494] By: davem                                 on 2004/11/12  18:59:06
30440         Log: Add some descriptive text from Larry to op.c on how optrees are built
30441      Branch: perl
30442            ! op.c
30443 ____________________________________________________________________________
30444 [ 23492] By: rgs                                   on 2004/11/10  09:32:39
30445         Log: Replace a skip by a todo.
30446              Subject: Re: [PATCH] Re: [perl #32272] Not OK: perl v5.8.5 +MAINT23414 on cygwin-thread-multi-64int 1.5.12s(0.11642) (UNINSTALLED)
30447              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
30448              Date: Wed, 10 Nov 2004 01:30:14 -0800
30449              Message-ID: <20041110093014.GA1676@efn.org>
30450      Branch: perl
30451            ! t/io/tell.t
30452 ____________________________________________________________________________
30453 [ 23491] By: rgs                                   on 2004/11/10  07:40:31
30454         Log: Subject: [PATCH] Re: [perl #32272] Not OK: perl v5.8.5 +MAINT23414 on cygwin-thread-multi-64int 1.5.12s(0.11642) (UNINSTALLED)
30455              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
30456              Date: Tue, 9 Nov 2004 17:40:13 -0800
30457              Message-ID: <20041110014012.GA2796@efn.org>
30458      Branch: perl
30459            ! t/io/tell.t
30460 ____________________________________________________________________________
30461 [ 23490] By: rgs                                   on 2004/11/09  18:17:07
30462         Log: Adjust test count for non-windows machines
30463      Branch: perl
30464            ! ext/IO/t/io_file.t
30465 ____________________________________________________________________________
30466 [ 23489] By: merijn                                on 2004/11/09  17:53:53
30467         Log: Subject: [PATCH] fix IO::File to support binmode
30468              From: "Jos I. Boumans" <kane@dwim.org>
30469              Date: Tue, 9 Nov 2004 16:59:27 +0100
30470              Message-Id: <559E356E-3268-11D9-A2E6-000A95EF62E2@dwim.org>
30471      Branch: perl
30472            + ext/IO/t/io_file.t
30473            ! MANIFEST ext/IO/lib/IO/File.pm
30474 ____________________________________________________________________________
30475 [ 23487] By: nicholas                              on 2004/11/08  20:27:42
30476         Log: No more late changes, dammit
30477      Branch: perl
30478            ! ext/B/t/optree_concise.t
30479 ____________________________________________________________________________
30480 [ 23485] By: rgs                                   on 2004/11/08  08:38:03
30481         Log: Subject: Re: optree tests and VMS progress (no really)
30482              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
30483              Date: Sun, 7 Nov 2004 23:24:15 -0800
30484              Message-ID: <20041108072415.GA3928@efn.org>
30485      Branch: perl
30486            ! ext/B/t/OptreeCheck.pm
30487 ____________________________________________________________________________
30488 [ 23482] By: davem                                 on 2004/11/06  11:59:16
30489         Log: document regcomp.c/regexec.c's dual life under ext/re/
30490      Branch: perl
30491            ! regcomp.c regexec.c
30492 ____________________________________________________________________________
30493 [ 23481] By: nicholas                              on 2004/11/06  08:48:50
30494         Log: Subject: Re: optree tests and VMS progress (no really)
30495              From: Jim Cromie <jim.cromie@gmail.com>
30496              Message-ID: <cfe85dfa041105235723398fe2@mail.gmail.com>
30497              Date: Sat, 6 Nov 2004 00:57:13 -0700
30498      Branch: perl
30499            ! ext/B/t/OptreeCheck.pm ext/B/t/optree_check.t
30500            ! ext/B/t/optree_concise.t
30501 ____________________________________________________________________________
30502 [ 23475] By: merijn                                on 2004/11/05  14:16:27
30503         Log: Subject: Re: Buidling stable.tar.gz on Unix as non-root [PATCH]
30504              Date: Fri, 5 Nov 2004 10:36:57 -0500 (EST)
30505              From: Andy Dougherty <doughera@lafayette.edu>
30506              Message-ID: <Pine.SOL.4.58.0411051035020.15217@maxwell.phys.lafayette.edu>
30507      Branch: perl
30508            ! INSTALL
30509 ____________________________________________________________________________
30510 [ 23474] By: merijn                                on 2004/11/05  13:07:16
30511         Log: Skip failing thread/wait tests on HP-UX 10.20
30512              These will never ever be fixed, since 10.20 is obsolete
30513              perl583delta describes this. The quote is included in wait.t
30514      Branch: perl
30515            ! ext/threads/shared/t/wait.t
30516 ____________________________________________________________________________
30517 [ 23473] By: rgs                                   on 2004/11/05  08:47:44
30518         Log: Subject: [perl #32327] Benchmark calls coderef with spurious arguments
30519              From: Anno Siegel (via RT) <perlbug-followup@perl.org>
30520              Date: 4 Nov 2004 20:12:36 -0000
30521              Message-ID: <rt-3.0.11-32327-99325.8.9408996026507@perl.org>
30522      Branch: perl
30523            ! lib/Benchmark.pm lib/Benchmark.t
30524 ____________________________________________________________________________
30525 [ 23471] By: rgs                                   on 2004/11/04  09:26:56
30526         Log: Subject: [PATCH blead] [perl #3038] Re: $qr = qr/^a$/m; $x =~ $qr; fails
30527              From: Rick Delaney <rick@bort.ca>
30528              Date: Sun, 31 Oct 2004 22:40:40 -0500
30529              Message-ID: <20041101034040.GC1232@biff.bort.ca>
30530      Branch: perl
30531            + t/op/regexp_qr.t
30532            ! MANIFEST pp.c pp_hot.c regexec.c t/op/regexp.t
30533 ____________________________________________________________________________
30534 [ 23470] By: rgs                                   on 2004/11/04  08:25:34
30535         Log: Subject: Re: [PATCH perl-current] Re: [perl #31793] Data::Dumper: Useqq interacts badly with overloading
30536              From: Rick Delaney <rick@bort.ca>
30537              Date: Wed, 3 Nov 2004 19:46:16 -0500
30538              Message-ID: <20041104004616.GA11214@biff.bort.ca>
30539      Branch: perl
30540            ! lib/overload.pm lib/overload.t
30541 ____________________________________________________________________________
30542 [ 23469] By: rgs                                   on 2004/11/03  11:54:28
30543         Log: Mostly revert change #23347 (keep the test suite, fixed),
30544              having decided that it wasn't a correct fix for bug #31793.
30545      Branch: perl
30546            ! lib/overload.pm lib/overload.t
30547 ____________________________________________________________________________
30548 [ 23468] By: rgs                                   on 2004/11/03  07:39:04
30549         Log: Subject: Re: [perl #30633] Perl's "do" operator with a variety of absolute paths under Cygwin
30550              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
30551              Date: Tue, 2 Nov 2004 17:24:29 -0800
30552              Message-ID: <20041103012429.GA7196@efn.org>
30553      Branch: perl
30554            ! util.h
30555 ____________________________________________________________________________
30556 [ 23467] By: rgs                                   on 2004/11/03  06:38:38
30557         Log: Subject: [PATCH configure.com] Re: [PATCH]  Detecting strlcat() and strlcpy() in Configure
30558              From: "Craig A. Berry" <craigberry@mac.com>
30559              Date: Tue, 02 Nov 2004 20:02:04 -0600
30560              Message-ID: <41883C1C.3080108@mac.com>
30561      Branch: perl
30562            ! configure.com
30563 ____________________________________________________________________________
30564 [ 23466] By: rgs                                   on 2004/11/02  12:33:57
30565         Log: FAQ sync
30566      Branch: perl
30567            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
30568            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
30569            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
30570            ! pod/perlfaq9.pod
30571 ____________________________________________________________________________
30572 [ 23465] By: rgs                                   on 2004/11/02  08:18:15
30573         Log: Reformulate an error
30574              (so the error message given by "perl -M" is a bit more
30575              meaningful, as Jarkko pointed out)
30576      Branch: perl
30577            ! perl.c pod/perldiag.pod
30578 ____________________________________________________________________________
30579 [ 23457] By: merijn                                on 2004/11/01  13:26:43
30580         Log: New Glossary and samples for blead
30581              Glossary now is in line with recent changes to config_h.SH
30582      Branch: perl
30583            ! Porting/Glossary Porting/config.sh Porting/config_H
30584 ____________________________________________________________________________
30585 [ 23455] By: merijn                                on 2004/11/01  12:51:52
30586         Log: Since strlcat/strlcpy are not argument/return value compatible
30587              with strncat/strncpy, replace the misleading defines with comment
30588      Branch: perl
30589            ! handy.h
30590 ____________________________________________________________________________
30591 [ 23450] By: merijn                                on 2004/10/31  16:33:17
30592         Log: The next step in strlcat ()/ strcpy () detection and usage
30593              preparation. Change to handy.h eeded for config_h.SH
30594      Branch: perl
30595            ! config_h.SH handy.h
30596 ____________________________________________________________________________
30597 [ 23448] By: nicholas                              on 2004/10/31  14:37:46
30598         Log: Make TEST and harness skip tests for extensions that were not
30599              configured. Currently this skipping is silent - maybe they should
30600              report what they are skipping.
30601      Branch: perl
30602            ! t/TEST t/harness
30603 ____________________________________________________________________________
30604 [ 23446] By: nicholas                              on 2004/10/31  13:02:01
30605         Log: Subject: [patches] optree_* tests unexpectedly succeeding. + maint-only patch
30606              From: Jim Cromie <jim.cromie@gmail.com>
30607              Message-ID: <cfe85dfa04102515365f11ef10@mail.gmail.com>
30608              Date: Mon, 25 Oct 2004 16:36:40 -0600
30609      Branch: perl
30610            ! ext/B/t/optree_check.t ext/B/t/optree_varinit.t
30611 ____________________________________________________________________________
30612 [ 23445] By: nicholas                              on 2004/10/31  12:24:09
30613         Log: Set the IV values for PL_sv_yes and PL_sv_no at initialisation time.
30614      Branch: perl
30615            ! perl.c sv.c
30616 ____________________________________________________________________________
30617 [ 23444] By: nicholas                              on 2004/10/31  11:20:27
30618         Log: Skip tests if Devel::Peek not built
30619      Branch: perl
30620            ! ext/threads/shared/t/sv_refs.t ext/threads/t/end.t
30621            ! ext/threads/t/join.t lib/base/t/fields-base.t
30622 ____________________________________________________________________________
30623 [ 23443] By: nicholas                              on 2004/10/31  11:19:47
30624         Log: Assimilate PathTools 3.01 (File::Spec and Cwd)
30625      Branch: perl
30626            ! ext/Cwd/t/cwd.t lib/Cwd.pm lib/File/Spec.pm
30627            ! lib/File/Spec/VMS.pm
30628 ____________________________________________________________________________
30629 [ 23442] By: nicholas                              on 2004/10/31  11:07:57
30630         Log: Oops. Forgot to add the new test in I18N::LangTags 0.35
30631      Branch: perl
30632            + lib/I18N/LangTags/t/20_locales.t
30633 ____________________________________________________________________________
30634 [ 23441] By: nicholas                              on 2004/10/31  10:41:17
30635         Log: Correct change 23437 - as Config isn't imported, need to use a fully
30636              qualified package
30637      Branch: perl
30638            ! ext/B/t/f_map.t ext/B/t/f_sort.t ext/B/t/optree_check.t
30639            ! ext/B/t/optree_concise.t ext/B/t/optree_samples.t
30640            ! ext/B/t/optree_sort.t ext/B/t/optree_specials.t
30641            ! ext/B/t/optree_varinit.t
30642 ____________________________________________________________________________
30643 [ 23440] By: nicholas                              on 2004/10/31  10:40:11
30644         Log: Assimilate I18N::LangTags 0.35
30645      Branch: perl
30646            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
30647            ! lib/I18N/LangTags/List.pm lib/I18N/LangTags/README
30648 ____________________________________________________________________________
30649 [ 23439] By: nicholas                              on 2004/10/31  08:17:57
30650         Log: Subject: [PATCH] Temporary fix for usemallocwrap problems on IRIX (was Re: usemallocwrap problems on IRIX (was Re: Problem and question))
30651              Date: Sun, 31 Oct 2004 04:01:42 -0500
30652              From: Ed Allen Smith <easmith@beatrice.rutgers.edu>
30653              Message-Id: <mid+200410310901.i9V91g1Y519894@dogberry.rutgers.edu>
30654      Branch: perl
30655            ! hints/irix_6.sh
30656 ____________________________________________________________________________
30657 [ 23438] By: davem                                 on 2004/10/30  23:25:37
30658         Log: Using foreach on threads::shared array crashes perl
30659              The FETCH code for shared aggregate elements could leak a shared RV
30660              address into a private SV. RVs are now handled specially, in the
30661              same way that they already were for scalar shared magic.
30662      Branch: perl
30663            ! ext/threads/shared/shared.xs
30664 ____________________________________________________________________________
30665 [ 23437] By: nicholas                              on 2004/10/30  22:49:18
30666         Log: Skip tests that require Data::Dumper if it is not built
30667      Branch: perl
30668            ! ext/B/t/f_map.t ext/B/t/f_sort.t ext/B/t/optree_check.t
30669            ! ext/B/t/optree_concise.t ext/B/t/optree_samples.t
30670            ! ext/B/t/optree_sort.t ext/B/t/optree_specials.t
30671            ! ext/B/t/optree_varinit.t lib/ExtUtils/t/Liblist.t
30672            ! lib/ExtUtils/t/prereq_print.t
30673 ____________________________________________________________________________
30674 [ 23436] By: merijn                                on 2004/10/30  16:11:15
30675         Log: Promote #23435 (strlcat ()/strlcpy ()) to non-standard OS's
30676      Branch: perl
30677            ! NetWare/config_H.wc Porting/config_H plan9/config_h.sample
30678            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
30679            ! win32/config_H.vc64 wince/config_H.ce
30680 ____________________________________________________________________________
30681 [ 23435] By: merijn                                on 2004/10/30  15:54:48
30682         Log: Added probes for strlcat () and strlcpy () to Configure
30683              Re-ordered config_h.SH
30684      Branch: perl
30685            ! Configure Makefile.SH config_h.SH
30686 ____________________________________________________________________________
30687 [ 23433] By: davem                                 on 2004/10/29  21:04:17
30688         Log: Threading crash with closures
30689              various OpREFCNT_inc() operations weren't doing locking
30690      Branch: perl
30691            ! pad.c regcomp.c sv.c
30692 ____________________________________________________________________________
30693 [ 23432] By: steveh                                on 2004/10/29  14:12:02
30694         Log: Document sv_magic() changes brought about by sv_magicext()
30695
30696              Change 14335 made sv_magic() a wrapper to a new sv_magicext(),
30697              but didn't update the documentation for sv_magic() to reflect
30698              the changed handling of the name/namlen arguments.
30699
30700              Also correct a couple of typos, and mention sv_magicext() in
30701              perlguts.
30702      Branch: perl
30703            ! pod/perlapi.pod pod/perlguts.pod sv.c
30704 ____________________________________________________________________________
30705 [ 23431] By: merijn                                on 2004/10/29  13:56:03
30706         Log: Subject: [PATCH] 36 additional tests for B
30707              From: Steve Peters <steve@fisharerojo.org>
30708              Date: Fri, 29 Oct 2004 00:53:22 -0500
30709              Message-Id: <200410290053.22947.steve@fisharerojo.org>
30710      Branch: perl
30711            ! ext/B/t/b.t
30712 ____________________________________________________________________________
30713 [ 23426] By: davem                                 on 2004/10/27  22:50:57
30714         Log: include flags and refcount in the list of leaked scalars
30715      Branch: perl
30716            ! perl.c
30717 ____________________________________________________________________________
30718 [ 23425] By: ams                                   on 2004/10/27  11:27:27
30719         Log: Subject: [PATCH] lib/Carp.t improvements
30720              From: "Craig A. Berry" <craigberry@mac.com>
30721              Date: Tue, 26 Oct 2004 23:32:25 -0500
30722              Message-Id: <417F24D9.1000904@mac.com>
30723      Branch: perl
30724            ! lib/Carp.t
30725 ____________________________________________________________________________
30726 [ 23424] By: rgs                                   on 2004/10/25  15:31:21
30727         Log: Fix [perl #32130] Errno.pm must not pass references to "prototype"
30728      Branch: perl
30729            ! ext/Errno/Errno_pm.PL ext/Errno/t/Errno.t
30730 ____________________________________________________________________________
30731 [ 23423] By: rgs                                   on 2004/10/25  15:09:27
30732         Log: Small updates to the web addresses for Perl, noticed by Robert Spier
30733      Branch: perl
30734            ! pod/perl.pod pod/perlfaq2.pod
30735 ____________________________________________________________________________
30736 [ 23422] By: rgs                                   on 2004/10/25  14:56:37
30737         Log: Subject: [perl #30227] [PATCH]splain vs. -w
30738              From: "Steve Peters via RT" <perlbug-followup@perl.org>
30739              Date: 23 Oct 2004 13:55:41 -0000
30740              Message-ID: <rt-3.0.11-30227-98375.1.28465791111211@perl.org>
30741      Branch: perl
30742            ! lib/diagnostics.pm
30743 ____________________________________________________________________________
30744 [ 23421] By: rgs                                   on 2004/10/25  07:29:50
30745         Log: Upgrade to Encode 2.08.
30746      Branch: perl
30747            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
30748            ! ext/Encode/META.yml ext/Encode/Unicode/Unicode.pm
30749            ! ext/Encode/Unicode/Unicode.xs
30750            ! ext/Encode/lib/Encode/Encoding.pm
30751 ____________________________________________________________________________
30752 [ 23420] By: mhx                                   on 2004/10/24  07:53:45
30753         Log: Subject: Re: [perl #31937] perlop: add basic =~ examples
30754              From: Steve Peters <steve@fisharerojo.org>
30755              Date: Sat, 23 Oct 2004 08:01:51 -0500
30756              Message-Id: <200410230801.51649.steve@fisharerojo.org>
30757      Branch: perl
30758            ! pod/perlop.pod
30759 ____________________________________________________________________________
30760 [ 23419] By: mhx                                   on 2004/10/23  23:39:18
30761         Log: Subject: [PATCH] Re: Devel::Peek: hash quality 125%?
30762              From: Tels <perl_dummy@bloodgate.com>
30763              Date: Sat, 23 Oct 2004 16:56:31 +0200
30764              Message-Id: <200410231656.40995@bloodgate.com>
30765      Branch: perl
30766            ! ext/Devel/Peek/Changes ext/Devel/Peek/Peek.pm
30767 ____________________________________________________________________________
30768 [ 23418] By: davem                                 on 2004/10/23  21:50:19
30769         Log: Chained goto &sub drops data too early.
30770
30771              Change 22373 to stop a memory leak in goto &foo intead caused
30772              the elements of @_ to be freed too early. This revised fix
30773              just transfers the reifiedness of the old @_ to the new @_
30774      Branch: perl
30775            ! pp_ctl.c t/op/goto.t
30776 ____________________________________________________________________________
30777 [ 23417] By: rgs                                   on 2004/10/23  19:58:07
30778         Log: Upgrade to Encode 2.07
30779      Branch: perl
30780            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
30781            ! ext/Encode/Encode.xs ext/Encode/META.yml
30782            ! ext/Encode/Unicode/Unicode.pm ext/Encode/encoding.pm
30783            ! ext/Encode/lib/Encode/Encoding.pm ext/Encode/t/Encode.t
30784            ! ext/Encode/t/fallback.t ext/Encode/ucm/macArabic.ucm
30785            ! ext/Encode/ucm/macCentEuro.ucm ext/Encode/ucm/macChinsimp.ucm
30786            ! ext/Encode/ucm/macChintrad.ucm ext/Encode/ucm/macDingbats.ucm
30787            ! ext/Encode/ucm/macGreek.ucm ext/Encode/ucm/macKorean.ucm
30788            ! ext/Encode/ucm/macROMnn.ucm ext/Encode/ucm/macSymbol.ucm
30789            ! ext/Encode/ucm/macThai.ucm
30790 ____________________________________________________________________________
30791 [ 23416] By: nicholas                              on 2004/10/23  17:15:46
30792         Log: Subject: [PATCH] ext/IO/IO.xs: fix blocking on sparc linux
30793              Message-ID: <20041022033033.GA12362@londo.c47.org>
30794              From: Brendan O'Dea <bod@debian.org>
30795              Date: Fri, 22 Oct 2004 13:30:33 +1000
30796      Branch: perl
30797            ! ext/IO/IO.xs
30798 ____________________________________________________________________________
30799 [ 23410] By: rgs                                   on 2004/10/21  15:51:32
30800         Log: Subject: docpatch for perltie.pod
30801              From: David Cantrell <david@cantrell.org.uk>
30802              Date: Thu, 21 Oct 2004 12:21:52 +0100
30803              Message-ID: <20041021112151.GA22862@bytemark.barnyard.co.uk>
30804      Branch: perl
30805            ! pod/perltie.pod
30806 ____________________________________________________________________________
30807 [ 23396] By: ams                                   on 2004/10/21  01:36:49
30808         Log: Subject: [PATCH] Math::BigInt v1.73 final
30809              From: Tels <perl_dummy@bloodgate.com>
30810              Date: Wed, 20 Oct 2004 21:06:40 +0200
30811              Message-Id: <200410202106.41840@bloodgate.com>
30812
30813              Subject: [PATCH] Math::BigRat v0.13 (pre-release)
30814              From: Tels <tels@bloodgate.com>
30815              Date: Wed, 20 Oct 2004 22:03:55 +0200
30816              Message-Id: <200410202203.56063@bloodgate.com>
30817      Branch: perl
30818            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/Math/BigRat.pm
30819            ! lib/Math/BigRat/t/big_ap.t lib/Math/BigRat/t/bigrat.t
30820            ! lib/Math/BigRat/t/bigratpm.inc lib/Math/BigRat/t/bigratpm.t
30821            ! lib/Math/BigRat/t/bigratup.t
30822 ____________________________________________________________________________
30823 [ 23395] By: nicholas                              on 2004/10/20  22:39:36
30824         Log: Need to skip optree walking tests if perlio not built
30825      Branch: perl
30826            ! ext/B/t/f_map.t ext/B/t/f_sort.t
30827 ____________________________________________________________________________
30828 [ 23394] By: rgs                                   on 2004/10/20  07:42:34
30829         Log: Remove opmini.c when cleaning up.
30830      Branch: perl
30831            ! Makefile.SH
30832 ____________________________________________________________________________
30833 [ 23393] By: rgs                                   on 2004/10/20  07:36:45
30834         Log: Ensure that PVA.pl returns a true value.
30835      Branch: perl
30836            ! lib/unicore/mktables
30837 ____________________________________________________________________________
30838 [ 23392] By: ams                                   on 2004/10/20  06:19:03
30839         Log: Subject: [PATCH perl.c pod/perl.pod pod/perlfaq2.pod]
30840              Rephrase "Perl Home Page" References
30841              From: chromatic <chromatic@wgz.org>
30842              Date: Tue, 19 Oct 2004 22:52:19 -0700
30843              Message-Id: <1098251539.20976.53.camel@localhost>
30844      Branch: perl
30845            ! AUTHORS perl.c pod/perl.pod pod/perlfaq2.pod
30846 ____________________________________________________________________________
30847 [ 23384] By: rgs                                   on 2004/10/19  13:17:01
30848         Log: Upgrade to Encode 2.05
30849      Branch: perl
30850            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/META.yml
30851            ! ext/Encode/encoding.pm
30852 ____________________________________________________________________________
30853 [ 23383] By: rgs                                   on 2004/10/19  11:38:37
30854         Log: More Data::Dumper docs nits, fix the previous one,
30855              suggested by Yves Orton.
30856      Branch: perl
30857            ! ext/Data/Dumper/Dumper.pm
30858 ____________________________________________________________________________
30859 [ 23382] By: rgs                                   on 2004/10/19  11:21:55
30860         Log: Subject: [PATCH] perlfaq2.pod (add a book)
30861              From: <richard.foley@ubs.com>
30862              Date: Tue, 19 Oct 2004 07:29:31 +0200
30863              Message-ID: <B374141B0A424D4F9CF143CC51B3ADD903FB9E3A@NZURC900PEX1.ubsgs.ubsgroup.net>
30864      Branch: perl
30865            ! pod/perlfaq2.pod
30866 ____________________________________________________________________________
30867 [ 23381] By: mhx                                   on 2004/10/19  03:51:59
30868         Log: Re-apply the encoding.pm part of:
30869
30870              Subject: [PATCH] encoding and open pragmas
30871              From: Jarkko Hietaniemi <jhi@iki.fi>
30872              Date: Mon, 16 Aug 2004 22:27:00 +0300
30873              Message-ID: <41210A84.6060506@iki.fi>
30874      Branch: perl
30875            ! ext/Encode/encoding.pm
30876 ____________________________________________________________________________
30877 [ 23380] By: mhx                                   on 2004/10/18  21:00:26
30878         Log: Upgrade to Encode 2.04.
30879      Branch: perl
30880            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
30881            ! ext/Encode/JP/JP.pm ext/Encode/META.yml ext/Encode/Makefile.PL
30882            ! ext/Encode/bin/piconv ext/Encode/bin/ucmsort
30883            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
30884            ! ext/Encode/lib/Encode/Supported.pod
30885            ! ext/Encode/ucm/big5-hkscs.ucm
30886 ____________________________________________________________________________
30887 [ 23379] By: mhx                                   on 2004/10/18  15:44:05
30888         Log: Fix a typo.
30889      Branch: perl
30890            ! utils/c2ph.PL
30891 ____________________________________________________________________________
30892 [ 23378] By: rgs                                   on 2004/10/18  11:25:20
30893         Log: Add a missing warning categorisation in perldiag.
30894      Branch: perl
30895            ! pod/perldiag.pod
30896 ____________________________________________________________________________
30897 [ 23377] By: ams                                   on 2004/10/16  23:52:18
30898         Log: Subject: [PATCH] test_harness tweak for VMS
30899              From: "Craig A. Berry" <craigberry@mac.com>
30900              Date: Sat, 16 Oct 2004 12:15:02 -0500
30901              Message-Id: <41715716.5000108@mac.com>
30902      Branch: perl
30903            ! vms/descrip_mms.template vms/test.com
30904 ____________________________________________________________________________
30905 [ 23376] By: nicholas                              on 2004/10/16  18:16:12
30906         Log: Merge code from vdie and vcroak into S_vdie_croak_common
30907      Branch: perl
30908            ! util.c
30909 ____________________________________________________________________________
30910 [ 23375] By: nicholas                              on 2004/10/16  14:39:48
30911         Log: Merge the common code from Perl_vdie and Perl_vwarner into a
30912              S_vdie_common
30913      Branch: perl
30914            ! util.c
30915 ____________________________________________________________________________
30916 [ 23374] By: nicholas                              on 2004/10/16  12:57:39
30917         Log: The second half of Perl_vwarner is actually a straight cut&paste job
30918              from Perl_vwarn, so convert it into a (tail) call to Perl_vwarn.
30919              cut&paste is bad, m'kay.
30920      Branch: perl
30921            ! util.c
30922 ____________________________________________________________________________
30923 [ 23373] By: nicholas                              on 2004/10/15  17:11:08
30924         Log: Implement sv_svset _nosteal variants by passing a flag into
30925              sv_set_flags rather than messing with the SvTEMP() flag on either
30926              side of the call.
30927      Branch: perl
30928            ! sv.c sv.h
30929 ____________________________________________________________________________
30930 [ 23372] By: rgs                                   on 2004/10/15  14:09:54
30931         Log: Implement a new -dt command-line flag, to enable threads under the
30932              debugger (bug #31666).
30933
30934              Subject: RE: [PATCH] debugger handles threads [perl #31666]
30935              From: <richard.foley@ubs.com>
30936              Date: Wed, 13 Oct 2004 13:01:18 +0200
30937              Message-ID: <B374141B0A424D4F9CF143CC51B3ADD903FB9E12@NZURC900PEX1.ubsgs.ubsgroup.net>
30938
30939              Subject: Re: [PATCH] debugger handles threads [perl #31666]
30940              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
30941              Date: Wed, 13 Oct 2004 02:49:58 -0700
30942              Message-ID: <20041013094957.GA17184@efn.org>
30943      Branch: perl
30944            ! lib/perl5db.pl perl.c pod/perlrun.pod
30945 ____________________________________________________________________________
30946 [ 23371] By: steveh                                on 2004/10/15  12:54:29
30947         Log: Make autodoc.pl write its output with UNIX style EOL's.
30948
30949              This saves the Win32 committer(s?) having to dos2unix the files
30950              before committing.  Maybe Perforce's "LineEnd: share" suffices
30951              anyway, but there's no harm in playing safe.
30952      Branch: perl
30953            ! autodoc.pl
30954 ____________________________________________________________________________
30955 [ 23370] By: nicholas                              on 2004/10/15  11:01:18
30956         Log: Include opmini.c in the dependency generation.
30957      Branch: perl
30958            ! Makefile.SH
30959 ____________________________________________________________________________
30960 [ 23369] By: rgs                                   on 2004/10/15  10:20:16
30961         Log: Doc nit to Data::Dumper, suggested by Peter Kay.
30962      Branch: perl
30963            ! ext/Data/Dumper/Dumper.pm
30964 ____________________________________________________________________________
30965 [ 23368] By: steveh                                on 2004/10/15  10:12:31
30966         Log: Document sv_vcatpvf, sv_vsetpvf, sv_vcatpvf_mg and sv_vsetpvf_mg.
30967
30968              These are already in the API supported by Devel::PPPort, and are
30969              often more useful than sv_vcatpvfn and sv_vsetpvfn which were
30970              already documented.
30971      Branch: perl
30972            ! embed.fnc pod/perlapi.pod sv.c
30973 ____________________________________________________________________________
30974 [ 23367] By: mhx                                   on 2004/10/14  18:00:04
30975         Log: Subject: [PATCH] Re: [NOT OK] 23353 OpenVMS 7.2 VAX
30976              From: "Craig A. Berry" <craigberry@mac.com>
30977              Date: Thu, 14 Oct 2004 10:09:41 -0500
30978              Message-ID: <416E96B5.5020100@mac.com>
30979      Branch: perl
30980            ! ext/Devel/PPPort/parts/inc/ppphtest
30981            ! ext/Devel/PPPort/t/ppphtest.t
30982 ____________________________________________________________________________
30983 [ 23366] By: rgs                                   on 2004/10/14  15:50:49
30984         Log: Subject: AW: [perl #31864] IO::Poll - undef fd not checked in mask()
30985              From: "Dintelmann, Peter" <Peter.Dintelmann@Dresdner-Bank.com>
30986              Date: Mon, 11 Oct 2004 09:54:15 +0200
30987              Message-ID: <8FD9B6A658383E468B55D364D1A9951601857331@ffz00zm6.ffz00e.mail.dresdner.net>
30988      Branch: perl
30989            ! ext/IO/lib/IO/Poll.pm
30990 ____________________________________________________________________________
30991 [ 23365] By: rgs                                   on 2004/10/14  14:58:21
30992         Log: Fix [perl #31971] local $^D gives noise
30993      Branch: perl
30994            ! embed.fnc embed.h mg.c perl.c proto.h
30995 ____________________________________________________________________________
30996 [ 23364] By: rgs                                   on 2004/10/14  14:25:29
30997         Log: A few fixes in the list of -D debugging flags
30998      Branch: perl
30999            ! perl.c pod/perlrun.pod
31000 ____________________________________________________________________________
31001 [ 23363] By: rgs                                   on 2004/10/14  14:01:50
31002         Log: Subject: [PATCH@23361] RE: [PATCH-for-23358] enable statically linked exte nsions for Win32
31003              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
31004              Date: Wed, 13 Oct 2004 09:45:31 +0400
31005              Message-ID: <7DD1BE2C50259746ABB8683672D2089E08133C@itotest-1.spb.lucent.com>
31006      Branch: perl
31007            ! win32/buildext.pl win32/makefile.mk
31008 ____________________________________________________________________________
31009 [ 23362] By: rgs                                   on 2004/10/12  16:49:53
31010         Log: Minor tweaks for the test.utf16 target, by Jarkko
31011      Branch: perl
31012            ! t/TEST
31013 ____________________________________________________________________________
31014 [ 23361] By: rgs                                   on 2004/10/12  16:07:54
31015         Log: Subject: [perl #31843] warnings::warn($obj,...) fails when $obj overloads ""
31016              From: kaminsky@math.huji.ac.il (via RT) <perlbug-followup@perl.org>
31017              Date: 5 Oct 2004 09:52:07 -0000
31018              Message-ID: <rt-3.0.11-31843-97358.2.89612012687236@perl.org>
31019              (with tweaks)
31020      Branch: perl
31021            ! lib/warnings.pm warnings.pl
31022 ____________________________________________________________________________
31023 [ 23360] By: rgs                                   on 2004/10/12  13:02:44
31024         Log: Subject: [PATCH-for-23358] enable statically linked extensions for Win32
31025              From: Vadim Konovalov <konovalo@mail.wplus.net>
31026              Date: Mon, 11 Oct 2004 22:57:00 +0400
31027              Message-ID: <80173417046.20041011225700@vkonovalov.ru>
31028      Branch: perl
31029            ! makedef.pl win32/Makefile win32/buildext.pl win32/dl_win32.xs
31030            ! win32/makefile.mk win32/perllib.c win32/sync_ext.pl
31031 ____________________________________________________________________________
31032 [ 23359] By: rgs                                   on 2004/10/12  12:54:27
31033         Log: Subject: Patch: BigInt v1.73 (pre-release)
31034              From: Tels <perl_dummy@bloodgate.com>
31035              Date: Sun, 10 Oct 2004 22:36:03 +0200
31036              Message-Id: <200410102236.03637@bloodgate.com>
31037      Branch: perl
31038            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
31039            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
31040            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.inc
31041            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.inc
31042            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/sub_mbf.t
31043            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/upgrade.inc
31044            ! lib/Math/BigInt/t/upgrade.t lib/Math/BigInt/t/with_sub.t
31045 ____________________________________________________________________________
31046 [ 23358] By: rgs                                   on 2004/10/11  07:28:34
31047         Log: Subject: [PATCH] add the 'test_harness' target to vms "makefile"
31048              From: Abe Timmerman <abe@ztreet.demon.nl>
31049              Date: Sat, 9 Oct 2004 18:13:38 +0200
31050              Message-Id: <200410091813.38673.abe@ztreet.demon.nl>
31051      Branch: perl
31052            ! t/harness vms/descrip_mms.template vms/test.com
31053 ____________________________________________________________________________
31054 [ 23357] By: davem                                 on 2004/10/10  19:18:00
31055         Log: Turn regcomp into a list op
31056      Branch: perl
31057            ! embed.fnc ext/B/B/Deparse.pm lib/overload.t op.c perly.act
31058            ! perly.h perly.tab perly.y pp_ctl.c proto.h toke.c
31059 ____________________________________________________________________________
31060 [ 23356] By: nicholas                              on 2004/10/10  15:21:24
31061         Log: Hack to make -Dusethreads -Uuseithreads -Uuse5005threads pass all tests
31062      Branch: perl
31063            ! ext/B/t/OptreeCheck.pm
31064 ____________________________________________________________________________
31065 [ 23355] By: nicholas                              on 2004/10/10  15:03:25
31066         Log: Restore runtime loading of Encode and Encode-related modules, so that
31067              open.pm will work when the Encode extension isn't build.
31068      Branch: perl
31069            ! lib/open.pm
31070 ____________________________________________________________________________
31071 [ 23354] By: merijn                                on 2004/10/09  12:27:39
31072         Log: Make AIX 5 + gcc work in 64bitall
31073      Branch: perl
31074            ! hints/aix.sh
31075 ____________________________________________________________________________
31076 [ 23353] By: merijn                                on 2004/10/08  09:52:59
31077         Log: A new machine type, some reformatting, some reorganization
31078              and a bit of additional info on Sleepycat's db.
31079      Branch: perl
31080            ! README.hpux
31081 ____________________________________________________________________________
31082 [ 23352] By: rgs                                   on 2004/10/08  08:56:49
31083         Log: Briefly document the test.utf16 make target.
31084      Branch: perl
31085            ! pod/perlhack.pod
31086 ____________________________________________________________________________
31087 [ 23351] By: rgs                                   on 2004/10/08  08:52:39
31088         Log: Make the perl interpreter more tolerant of UTF-16-encoded script
31089              (patch by Jarkko Hietaniemi)
31090      Branch: perl
31091            ! Makefile.SH t/TEST toke.c utf8.c
31092 ____________________________________________________________________________
31093 [ 23350] By: rgs                                   on 2004/10/04  16:05:20
31094         Log: Subject: [perl #31697] [PATCH] B::Showlex::newlex enhancement and pod
31095              From: Jim Cromie (via RT) <perlbug-followup@perl.org>
31096              Date: 23 Sep 2004 21:45:42 -0000
31097              Message-ID: <rt-3.0.11-31697-96840.0.810265136907162@perl.org>
31098              (with doc nits)
31099      Branch: perl
31100            ! ext/B/B/Concise.pm ext/B/B/Showlex.pm ext/B/t/showlex.t
31101 ____________________________________________________________________________
31102 [ 23349] By: rgs                                   on 2004/10/04  15:46:28
31103         Log: Increment $overload::VERSION after change #23347
31104      Branch: perl
31105            ! ext/B/B/Concise.pm lib/overload.pm
31106 ____________________________________________________________________________
31107 [ 23348] By: rgs                                   on 2004/10/04  14:00:11
31108         Log: Subject: [PATCH-for-23341] dynaloader improvements and cleanup
31109              From: Vadim Konovalov <vadim@vkonovalov.ru>
31110              Date: Sun, 3 Oct 2004 22:10:06 +0400
31111              Message-ID: <138-1837306906.20041003221006@vkonovalov.ru>
31112      Branch: perl
31113            ! ext/DynaLoader/DynaLoader_pm.PL
31114 ____________________________________________________________________________
31115 [ 23347] By: rgs                                   on 2004/10/04  10:57:15
31116         Log: Subject: [PATCH perl-current] Re: [perl #31793] Data::Dumper: Useqq interacts badly with overloading
31117              From: Rick Delaney <rick@bort.ca>
31118              Date: Sat, 2 Oct 2004 01:04:49 -0400
31119              Message-ID: <20041002050448.GB5059@biff.bort.ca>
31120      Branch: perl
31121            ! lib/overload.pm lib/overload.t
31122 ____________________________________________________________________________
31123 [ 23346] By: rgs                                   on 2004/10/04  10:18:49
31124         Log: Subject: [PATCH] vms/t/filespec.t tweak
31125              From: "Craig A. Berry" <craigberry@mac.com>
31126              Date: Fri, 01 Oct 2004 13:18:03 -0500
31127              Message-ID: <415D9F5B.5040306@mac.com>
31128      Branch: perl
31129            ! vms/ext/filespec.t
31130 ____________________________________________________________________________
31131 [ 23345] By: rgs                                   on 2004/10/04  08:53:04
31132         Log: More caveats on the non-portability of stat(), suggested by
31133              Stas Bekman.
31134      Branch: perl
31135            ! pod/perlfunc.pod
31136 ____________________________________________________________________________
31137 [ 23344] By: nicholas                              on 2004/10/02  21:49:15
31138         Log: Perl_sv_recode_to_utf8 shouldn't be returning SvPVX(sv) without
31139              any check on whether it's valid.
31140      Branch: perl
31141            ! sv.c
31142 ____________________________________________________________________________
31143 [ 23343] By: merijn                                on 2004/10/02  11:08:32
31144         Log: Subject: [PATCH] make t/uni/class.t pass on VMS
31145              From: "Craig A. Berry" <craigberry@mac.com>
31146              Date: Fri, 01 Oct 2004 12:57:55 -0500
31147              Message-ID: <415D9AA3.1000908@mac.com>
31148      Branch: perl
31149            ! t/uni/class.t
31150 ____________________________________________________________________________
31151 [ 23342] By: davem                                 on 2004/09/30  20:51:31
31152         Log: open $1, "file" doesn't raise an exception
31153      Branch: perl
31154            ! pp.c t/io/open.t
31155 ____________________________________________________________________________
31156 [ 23341] By: rgs                                   on 2004/09/30  15:41:40
31157         Log: Subject: [patch] Sys::Syslog POD - $Sys::Syslog::host
31158              From: "Jay Hannah" <jhannah@omnihotels.com>
31159              Date: Wed, 15 Sep 2004 14:51:42 -0500
31160              Message-ID: <002001c49b5d$6d0d79c0$4722000a@omarests2>
31161      Branch: perl
31162            ! ext/Sys/Syslog/Syslog.pm
31163 ____________________________________________________________________________
31164 [ 23340] By: rgs                                   on 2004/09/30  15:12:29
31165         Log: A fix for [perl #31692] : as PerlIO::scalar accesses directly the
31166              PV of the scalar it reads from, avoid to read it when it's an
31167              undefined PV.
31168      Branch: perl
31169            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
31170 ____________________________________________________________________________
31171 [ 23339] By: davem                                 on 2004/09/28  18:05:52
31172         Log: the improved -DT output of #23325 could print an uninit stack value
31173      Branch: perl
31174            ! toke.c
31175 ____________________________________________________________________________
31176 [ 23338] By: nicholas                              on 2004/09/28  16:55:08
31177         Log: Spelling correction spotted by Greg McCarroll
31178      Branch: perl
31179            ! README.epoc
31180 ____________________________________________________________________________
31181 [ 23337] By: rgs                                   on 2004/09/28  15:28:58
31182         Log: Subject: Patch for perl.c fixing an obscure environment bug
31183              From: Merijn Broeren <merijnb@iloquent.com>
31184              Date: Thu, 23 Sep 2004 17:18:17 +0200
31185              Message-ID: <20040923151817.GA15782@brugman.iloquent.nl>
31186      Branch: perl
31187            ! perl.c
31188 ____________________________________________________________________________
31189 [ 23336] By: rgs                                   on 2004/09/28  08:08:24
31190         Log: Perl -DT segfaults when parsing a 'use' statement
31191      Branch: perl
31192            ! toke.c
31193 ____________________________________________________________________________
31194 [ 23334] By: rgs                                   on 2004/09/23  07:33:15
31195         Log: Typo fix.
31196              Subject: [PATCH] Re: Smoke [5.9.2] 23330 FAIL(X) hp-ux 11.11/64 (PA-2.0/64/2 cpu)
31197              From: Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
31198              Date: Wed, 22 Sep 2004 11:20:53 +0200
31199              Message-ID: <20040922112053.686562b6@valis.local>
31200      Branch: perl
31201            ! lib/open.pm
31202 ____________________________________________________________________________
31203 [ 23333] By: rgs                                   on 2004/09/23  07:30:16
31204         Log: Remove a couple of C<> to avoid confusing double quotes in text
31205              rendering. [perl #31678]
31206      Branch: perl
31207            ! pod/perlop.pod
31208 ____________________________________________________________________________
31209 [ 23332] By: rgs                                   on 2004/09/22  09:08:04
31210         Log: Document that $ENV{PATH} may not contain relative directories under -T
31211      Branch: perl
31212            ! pod/perldiag.pod pod/perlsec.pod
31213 ____________________________________________________________________________
31214 [ 23331] By: davem                                 on 2004/09/20  22:11:29
31215         Log: Subject:  Re: [perl #31586] utime does not reach expectations [PATCH]
31216              From:  LAUN Wolfgang <wolfgang.laun@alcatel.at>
31217              Date:  Fri, 17 Sep 2004 14:01:11 +0200
31218              Message-Id:  <DF27CDCBD2581D4B88431901094E4B4D02B0C88B@attmsx1.aut.alcatel.at>
31219
31220              Clarify the effect of utime when the file isn't owned by the user
31221      Branch: perl
31222            ! pod/perlfunc.pod
31223 ____________________________________________________________________________
31224 [ 23330] By: rgs                                   on 2004/09/20  17:20:38
31225         Log: Upgrade to MIME::Base64 3.05.
31226      Branch: perl
31227            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Changes
31228            ! ext/MIME/Base64/t/warn.t
31229 ____________________________________________________________________________
31230 [ 23329] By: rgs                                   on 2004/09/20  17:13:20
31231         Log: Upgrade to Time::HiRes 1.65.
31232      Branch: perl
31233            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
31234            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
31235            ! ext/Time/HiRes/ppport.h ext/Time/HiRes/t/HiRes.t
31236 ____________________________________________________________________________
31237 [ 23327] By: rgs                                   on 2004/09/20  08:23:58
31238         Log: Subject: [perl #27576] [PATCH] Pod::Usage -exitvalue => "NOEXIT" requires -output be set (Doc bug)
31239              From: "Steve Peters via RT" <perlbug-followup@perl.org>
31240              Date: 26 Aug 2004 19:06:52 -0000
31241              Message-ID: <rt-3.0.11-27576-94411.2.28321880730803@perl.org>
31242      Branch: perl
31243            ! lib/Pod/Usage.pm
31244 ____________________________________________________________________________
31245 [ 23326] By: rgs                                   on 2004/09/20  08:10:47
31246         Log: Subject: [PATCH] encoding and open pragmas
31247              From: Jarkko Hietaniemi <jhi@iki.fi>
31248              Date: Mon, 16 Aug 2004 22:27:00 +0300
31249              Message-ID: <41210A84.6060506@iki.fi>
31250
31251              Subject: Re: [PATCH] encoding and open pragmas
31252              From: Jarkko Hietaniemi <jhi@iki.fi>
31253              Date: Tue, 17 Aug 2004 11:22:58 +0300 (EEST)
31254              Message-Id: <200408170822.i7H8MwUU016793@vipunen.hut.fi>
31255      Branch: perl
31256            ! ext/Encode/encoding.pm lib/open.pm lib/open.t t/io/layers.t
31257 ____________________________________________________________________________
31258 [ 23325] By: davem                                 on 2004/09/19  21:47:18
31259         Log: improve lexer debugging output (-DT)
31260              Decode yylex() return values, and show lexer state each time
31261              yylex() is called
31262      Branch: perl
31263            ! embed.fnc embed.h proto.h toke.c
31264 ____________________________________________________________________________
31265 [ 23323] By: rgs                                   on 2004/09/15  16:12:42
31266         Log: The XSUB.h patch from:
31267
31268              Subject: CPAN Upload: J/JP/JPEACOCK/version-0.42.tar.gz
31269              From: John Peacock <jpeacock@rowman.com>
31270              Date: Wed, 18 Aug 2004 08:26:35 -0400
31271              Message-ID: <41234AFB.1020009@rowman.com>
31272
31273              Now it will use version object logic for version comparison
31274              when loading XS modules.
31275      Branch: perl
31276            ! XSUB.h
31277 ____________________________________________________________________________
31278 [ 23322] By: rgs                                   on 2004/09/15  15:48:23
31279         Log: Upgrade to Time::HiRes 1.63.
31280              Note that it includes a ppport.h file. See if the one
31281              previously built in Devel::PPPort can be used instead.
31282      Branch: perl
31283            + ext/Time/HiRes/ppport.h
31284            ! MANIFEST ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
31285            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
31286            ! ext/Time/HiRes/t/HiRes.t
31287 ____________________________________________________________________________
31288 [ 23321] By: davem                                 on 2004/09/14  21:57:10
31289         Log: Subject:  Re: [perl #31459] Bug in read()
31290              From:  Chris Heath <chris@heathens.co.nz>
31291              Date:  06 Sep 2004 00:03:12 -0400
31292              Message-Id:  <1094443392.12379.35.camel@linux.heathens.co.nz>
31293
31294              a read(F) into a UTF8-encoded buffer with an offset off the
31295              end of the buffer, miss-calculated buffer lengths
31296      Branch: perl
31297            ! pp_sys.c
31298 ____________________________________________________________________________
31299 [ 23320] By: davem                                 on 2004/09/12  22:09:51
31300         Log: Memory leak in nested shared data structures in 5.8.4
31301              A pop of an item from a shared array ref causes a leak due to
31302              AVf_REAL not having been set after an sv_upgrade(sv, SVt_PVAV).
31303              Make sv_upgrade() set always this flag.
31304      Branch: perl
31305            ! sv.c
31306 ____________________________________________________________________________
31307 [ 23319] By: nicholas                              on 2004/09/10  16:40:17
31308         Log: Integrate:
31309              [ 23318]
31310              Update the skips for the no perlio case
31311      Branch: perl
31312           !> ext/B/t/optree_check.t ext/B/t/optree_concise.t
31313           !> ext/B/t/showlex.t
31314 ____________________________________________________________________________
31315 [ 23300] By: nicholas                              on 2004/09/09  15:54:18
31316         Log: A single version of B that supports 5.8 and 5.10
31317      Branch: perl
31318            ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
31319            ! ext/B/ramblings/runtime.porting ext/B/t/lint.t
31320 ____________________________________________________________________________
31321 [ 23283] By: mhx                                   on 2004/09/08  20:33:55
31322         Log: Subject: [PATCH-5.8.5] lib/bigint.pm tiny typo fix
31323              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
31324              Date: Mon, 6 Sep 2004 11:09:51 +0400
31325              Message-ID: <7DD1BE2C50259746ABB8683672D2089E081132@itotest-1.spb.lucent.com>
31326      Branch: perl
31327            ! lib/bigint.pm
31328 ____________________________________________________________________________
31329 [ 23282] By: mhx                                   on 2004/09/08  20:19:18
31330         Log: Upgrade to Devel::PPPort 3.03.
31331      Branch: perl
31332            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
31333            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort.xs
31334            ! ext/Devel/PPPort/PPPort_pm.PL
31335            ! ext/Devel/PPPort/parts/inc/MY_CXT ext/Devel/PPPort/t/MY_CXT.t
31336 ____________________________________________________________________________
31337 [ 23281] By: davem                                 on 2004/09/08  19:42:15
31338         Log: Subject:  [perl #21553] Re: Solaris Perl (fwd)
31339              From:  Andy Dougherty <doughera@lafayette.edu>
31340              Date:  Wed, 8 Sep 2004 11:32:26 -0400 (EDT)
31341              Message-Id:  <Pine.SOL.4.58.0409081129180.17582@maxwell.phys.lafayette.edu>
31342              Clarify whether it's safe to replace the perl bundled with Solaris
31343      Branch: perl
31344            ! README.solaris
31345 ____________________________________________________________________________
31346 [ 23280] By: mhx                                   on 2004/09/08  19:18:06
31347         Log: Upgrade to Devel::PPPort 3.02.
31348      Branch: perl
31349            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
31350            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort_pm.PL
31351            ! ext/Devel/PPPort/devel/scanprov ext/Devel/PPPort/mktests.PL
31352            ! ext/Devel/PPPort/parts/base/5004050
31353            ! ext/Devel/PPPort/parts/base/5005000
31354            ! ext/Devel/PPPort/parts/base/5006000
31355            ! ext/Devel/PPPort/parts/base/5008001
31356            ! ext/Devel/PPPort/parts/base/5009002
31357            ! ext/Devel/PPPort/parts/inc/MY_CXT
31358            ! ext/Devel/PPPort/parts/inc/misc ext/Devel/PPPort/t/MY_CXT.t
31359            ! ext/Devel/PPPort/t/SvPV.t ext/Devel/PPPort/t/call.t
31360            ! ext/Devel/PPPort/t/cop.t ext/Devel/PPPort/t/grok.t
31361            ! ext/Devel/PPPort/t/limits.t ext/Devel/PPPort/t/mPUSH.t
31362            ! ext/Devel/PPPort/t/magic.t ext/Devel/PPPort/t/misc.t
31363            ! ext/Devel/PPPort/t/newCONSTSUB.t ext/Devel/PPPort/t/newRV.t
31364            ! ext/Devel/PPPort/t/ppphtest.t ext/Devel/PPPort/t/sv_xpvf.t
31365            ! ext/Devel/PPPort/t/threads.t ext/Devel/PPPort/t/uv.t
31366 ____________________________________________________________________________
31367 [ 23279] By: mhx                                   on 2004/09/08  18:46:56
31368         Log: Add MY_CXT_CLONE to the core. (Taken from Time::HiRes.) See also:
31369              http://groups.google.com/groups?selm=r5l1vv00ca033k7a06d40fgei1ion91rnp%404ax.com
31370      Branch: perl
31371            ! perl.h
31372 ____________________________________________________________________________
31373 [ 23278] By: nicholas                              on 2004/09/08  16:53:34
31374         Log: backport B to work on 5.8.x, so that a single version of the source
31375              can be maintained, and ultimately dual-lifed on CPAN
31376              (the version conditional changes are actually surprisingly small)
31377      Branch: perl
31378            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
31379            ! ext/B/t/f_map.t ext/B/t/f_sort.t ext/B/t/optree_samples.t
31380            ! ext/B/t/stash.t
31381 ____________________________________________________________________________
31382 [ 23277] By: mhx                                   on 2004/09/08  16:49:59
31383         Log: Subject: SvO?OK_off()'s return value
31384              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
31385              Date: Sun, 1 Aug 2004 12:46:48 +0200
31386              Message-Id: <20040801124648.7f9b3cee@r2d2>
31387
31388              Move (void) casts into SvOOK_off macro.
31389      Branch: perl
31390            ! gv.c mg.c perl.c pp.c pp_ctl.c pp_hot.c scope.c sv.c sv.h
31391 ____________________________________________________________________________
31392 [ 23276] By: merijn                                on 2004/09/07  12:57:58
31393         Log: Subject: [PATCH] perlintro.pod
31394              From: Paul Johnson <paul@pjcj.net>
31395              Date: Tue, 7 Sep 2004 15:13:51 +0200
31396              Message-ID: <20040907131351.GD2513@pjcj.net>
31397      Branch: perl
31398            ! pod/perlintro.pod
31399 ____________________________________________________________________________
31400 [ 23275] By: steveh                                on 2004/09/06  10:16:12
31401         Log: Implement new environment variable to allow the use of non-IFS
31402              compatible LSP's on Windows to allow Perl to work in conjunction
31403              with a firewall such as McAfee Guardian.
31404
31405              Bug report and possible solutions by Ken Fox <kfox@ford.com>;
31406              further assistance by Artiom Morozov <artiom@phreaker.net>.
31407      Branch: perl
31408            ! pod/perlrun.pod win32/win32sck.c
31409 ____________________________________________________________________________
31410 [ 23274] By: merijn                                on 2004/09/06  08:49:24
31411         Log: Subject: [PATCH] -Dunlink_all_versions for VMS
31412              From: "Craig A. Berry" <craigberry@mac.com>
31413              Date: Sat, 04 Sep 2004 11:58:56 -0500
31414              Message-ID: <4139F450.7040708@mac.com>
31415      Branch: perl
31416            ! configure.com
31417 ____________________________________________________________________________
31418 [ 23271] By: davem                                 on 2004/09/05  21:36:57
31419         Log: only mortalize deleted array elements for AvREAL
31420              (update to change #23158)
31421      Branch: perl
31422            ! av.c
31423 ____________________________________________________________________________
31424 [ 23267] By: davem                                 on 2004/09/05  20:16:55
31425         Log: I somehow managed to omit the base.pm change from #23266
31426      Branch: perl
31427            ! lib/base.pm
31428 ____________________________________________________________________________
31429 [ 23266] By: davem                                 on 2004/09/05  20:04:35
31430         Log: Fields package bug
31431              An intermediate class with no fields messes up private fields
31432              in the base class.
31433      Branch: perl
31434            ! lib/base.pm lib/base/t/fields-base.t
31435 ____________________________________________________________________________
31436 [ 23258] By: rgs                                   on 2004/09/02  15:37:55
31437         Log: Upgrade to Encode 2.02
31438      Branch: perl
31439            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
31440            ! ext/Encode/META.yml ext/Encode/bin/enc2xs
31441            ! ext/Encode/bin/ucmsort ext/Encode/lib/Encode/Alias.pm
31442            ! ext/Encode/lib/Encode/Unicode/UTF7.pm
31443            ! ext/Encode/t/big5-hkscs.enc ext/Encode/t/big5-hkscs.utf
31444            ! ext/Encode/ucm/big5-hkscs.ucm
31445 ____________________________________________________________________________
31446 [ 23257] By: rgs                                   on 2004/09/02  15:01:39
31447         Log: Upgrade to version 0.42.
31448              From:
31449              Subject: CPAN Upload: J/JP/JPEACOCK/version-0.42.tar.gz
31450              From: John Peacock <jpeacock@rowman.com>
31451              Date: Wed, 18 Aug 2004 08:26:35 -0400
31452              Message-ID: <41234AFB.1020009@rowman.com>
31453      Branch: perl
31454            ! lib/version.pm lib/version.t util.c
31455 ____________________________________________________________________________
31456 [ 23256] By: davem                                 on 2004/09/01  23:41:25
31457         Log: Subject:  [PATCH] fields.pm lost compile-time benefit
31458              From:  Rick Delaney <rick@bort.ca>
31459              Date:  Fri, 13 Aug 2004 19:54:12 -0400
31460              Message-Id:  <20040813235412.GB12980@biff.bort.ca>
31461
31462              restore the compile-time field checking for
31463              my Dog $spot; $spot->{'walkies'};
31464              that was lost when pseudo-hashes were removed
31465      Branch: perl
31466            ! lib/base/t/fields-base.t lib/base/t/fields.t op.c
31467            ! pod/perldiag.pod
31468 ____________________________________________________________________________
31469 [ 23255] By: davem                                 on 2004/09/01  23:37:07
31470         Log: whoops, fix 'formline undef' test broken by change #23251
31471      Branch: perl
31472            ! t/lib/warnings/9uninit
31473 ____________________________________________________________________________
31474 [ 23253] By: davem                                 on 2004/09/01  22:45:07
31475         Log: Subject:  PATCH: Taintedness and ternary conditional
31476              From:  Andy Lester <andy@petdance.com>
31477              Date:  Thu, 26 Aug 2004 23:44:47 -0500
31478              Message-Id:  <20040827044447.GA5268@petdance.com>
31479
31480              add tests and documentation to the effect that ($tainted ? $a : $b)
31481              doesn't necessarily return a tainted value. Also tidy the markup in
31482              perldoc.pod
31483      Branch: perl
31484            ! pod/perlsec.pod t/op/taint.t
31485 ____________________________________________________________________________
31486 [ 23252] By: davem                                 on 2004/09/01  22:20:05
31487         Log: delete spurious blank lines added by change 23251
31488      Branch: perl
31489            ! pp_ctl.c
31490 ____________________________________________________________________________
31491 [ 23251] By: davem                                 on 2004/09/01  22:17:47
31492         Log: Random made scripts crashing perl
31493              fix 'formline undef' coredump
31494      Branch: perl
31495            ! pp_ctl.c t/lib/warnings/9uninit
31496 ____________________________________________________________________________
31497 [ 23250] By: davem                                 on 2004/09/01  20:46:13
31498         Log: From: david nicol <whatever@davidnicol.com>
31499              Subject: [perl #31228] no no-op
31500              Message-Id: 1093659222.1436.70.camel@plaza.davidnicol.com>
31501              Date: 27 Aug 2004 21:13:42 -0500
31502
31503              Document that 0 and 1 can (sort of) be used as no-ops.
31504      Branch: perl
31505            ! pod/perlop.pod
31506 ____________________________________________________________________________
31507 [ 23249] By: davem                                 on 2004/09/01  18:54:25
31508         Log: Subject:  [ PATCH ] 2 added private flags for B::Concise
31509              From:  Jim Cromie <jcromie@divsol.com>
31510              Date:  Tue, 31 Aug 2004 23:19:54 -0600
31511              Message-Id:  <41355BFA.8010900@divsol.com>
31512
31513              The OPpENTERSUB_NOMOD and OPpCONST_SHORTCIRCUIT flags weren't
31514              displayed by B::Concise.
31515      Branch: perl
31516            ! ext/B/B/Concise.pm
31517 ____________________________________________________________________________
31518 [ 23248] By: rgs                                   on 2004/09/01  15:35:20
31519         Log: Upgrade to Cwd 2.21.
31520      Branch: perl
31521            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
31522 ____________________________________________________________________________
31523 [ 23247] By: rgs                                   on 2004/09/01  15:11:45
31524         Log: Update to File::Spec 0.90
31525      Branch: perl
31526            ! lib/File/Spec.pm lib/File/Spec/VMS.pm
31527 ____________________________________________________________________________
31528 [ 23246] By: mhx                                   on 2004/08/30  18:36:18
31529         Log: Skip Time::HiRes tests if configured without that module.
31530      Branch: perl
31531            ! ext/Time/HiRes/t/HiRes.t
31532 ____________________________________________________________________________
31533 [ 23245] By: mhx                                   on 2004/08/30  18:34:58
31534         Log: Fix skipping of a Dumpvalue test when configured without Devel::Peek.
31535      Branch: perl
31536            ! lib/Dumpvalue.t
31537 ____________________________________________________________________________
31538 [ 23244] By: mhx                                   on 2004/08/30  18:33:27
31539         Log: Skip a Data::Dumper test if configured without B module.
31540      Branch: perl
31541            ! ext/Data/Dumper/t/dumper.t
31542 ____________________________________________________________________________
31543 [ 23243] By: mhx                                   on 2004/08/29  13:22:48
31544         Log: Fix typo in B::Assembler.
31545      Branch: perl
31546            ! ext/B/B/Assembler.pm
31547 ____________________________________________________________________________
31548 [ 23242] By: mhx                                   on 2004/08/29  13:21:50
31549         Log: Skip ext/B/t/assembler.t when configured without B.
31550      Branch: perl
31551            ! ext/B/t/assembler.t
31552 ____________________________________________________________________________
31553 [ 23241] By: merijn                                on 2004/08/28  08:05:19
31554         Log: Subject: [PATCH] File::Spec::VMS update
31555              From: "Craig A. Berry" <craigberry@mac.com>
31556              Date: Fri, 27 Aug 2004 18:51:09 -0500
31557              Message-ID: <412FC8ED.1020300@mac.com>
31558      Branch: perl
31559            ! lib/File/Spec/VMS.pm lib/File/Spec/t/Spec.t
31560 ____________________________________________________________________________
31561 [ 23240] By: merijn                                on 2004/08/28  07:41:47
31562         Log: Pumpkinship updates
31563      Branch: perl
31564            ! pod/perlhack.pod
31565 ____________________________________________________________________________
31566 [ 23239] By: mhx                                   on 2004/08/26  21:57:39
31567         Log: Fix nasty line break in Storable test file.
31568      Branch: perl
31569            ! ext/Storable/t/just_plain_nasty.t
31570 ____________________________________________________________________________
31571 [ 23238] By: rgs                                   on 2004/08/26  13:02:14
31572         Log: Upgrade to MIME::Base64 3.03
31573      Branch: perl
31574            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Changes
31575            ! ext/MIME/Base64/QuotedPrint.pm
31576 ____________________________________________________________________________
31577 [ 23237] By: rgs                                   on 2004/08/25  08:32:41
31578         Log: Upgrade to MIME::Base64 3.02.
31579      Branch: perl
31580            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
31581            ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
31582            ! ext/MIME/Base64/t/quoted-print.t
31583 ____________________________________________________________________________
31584 [ 23236] By: rgs                                   on 2004/08/24  17:24:40
31585         Log: Grammatical nit by Hugo.
31586      Branch: perl
31587            ! pod/perlnewmod.pod
31588 ____________________________________________________________________________
31589 [ 23235] By: rgs                                   on 2004/08/23  12:32:33
31590         Log: Subject: [perl #31295] PATCH: Test comp/use.t fails on Tru64
31591              From: Nikola Milutinovic (via RT) <perlbug-followup@perl.org>
31592              Date: 23 Aug 2004 10:37:31 -0000
31593              Message-ID: <rt-3.0.11-31295-94232.1.74127465250315@perl.org>
31594      Branch: perl
31595            ! t/comp/use.t
31596 ____________________________________________________________________________
31597 [ 23234] By: mhx                                   on 2004/08/23  05:33:39
31598         Log: Upgrade to Devel::PPPort 3.01.
31599      Branch: perl
31600            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
31601            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort_pm.PL
31602            ! ext/Devel/PPPort/module2.c ext/Devel/PPPort/parts/inc/ppphtest
31603            ! ext/Devel/PPPort/parts/inc/version
31604            ! ext/Devel/PPPort/t/ppphtest.t
31605 ____________________________________________________________________________
31606 [ 23233] By: mhx                                   on 2004/08/22  22:18:56
31607         Log: Fix some backwards-compatibility problems with Storable.
31608      Branch: perl
31609            ! ext/Storable/Storable.xs ext/Storable/t/weak.t
31610 ____________________________________________________________________________
31611 [ 23232] By: rgs                                   on 2004/08/22  19:14:57
31612         Log: Upgrade to Time::HiRes 1.61
31613      Branch: perl
31614            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
31615            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
31616            ! ext/Time/HiRes/hints/solaris.pl ext/Time/HiRes/t/HiRes.t
31617 ____________________________________________________________________________
31618 [ 23231] By: mhx                                   on 2004/08/22  15:36:36
31619         Log: Fix Storable's MANIFEST.
31620      Branch: perl
31621            ! ext/Storable/MANIFEST
31622 ____________________________________________________________________________
31623 [ 23230] By: davem                                 on 2004/08/20  21:20:48
31624         Log: a regex in STDOUT destructor coredumped because regex pad already
31625              freed
31626      Branch: perl
31627            ! perl.c t/op/ref.t
31628 ____________________________________________________________________________
31629 [ 23229] By: mhx                                   on 2004/08/20  13:18:08
31630         Log: Upgrade to Devel::PPPort 3.00_03.
31631      Branch: perl
31632            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
31633            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort_pm.PL
31634            ! ext/Devel/PPPort/parts/inc/ppphtest
31635            ! ext/Devel/PPPort/t/ppphtest.t
31636 ____________________________________________________________________________
31637 [ 23228] By: mhx                                   on 2004/08/19  23:14:00
31638         Log: Tweak 'h2xs -h' output.
31639      Branch: perl
31640            ! utils/h2xs.PL
31641 ____________________________________________________________________________
31642 [ 23227] By: mhx                                   on 2004/08/19  17:05:48
31643         Log: Delete superfluous "with".
31644      Branch: perl
31645            ! README.win32
31646 ____________________________________________________________________________
31647 [ 23226] By: mhx                                   on 2004/08/19  11:22:15
31648         Log: Upgrade to Devel::PPPort 3.00_02.
31649      Branch: perl
31650            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
31651            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
31652            ! ext/Devel/PPPort/PPPort_pm.PL
31653 ____________________________________________________________________________
31654 [ 23225] By: rgs                                   on 2004/08/19  07:58:59
31655         Log: Mark a test that relies on tainting behavior as TODO on Windows.
31656      Branch: perl
31657            ! t/comp/opsubs.t
31658 ____________________________________________________________________________
31659 [ 23224] By: steveh                                on 2004/08/18  13:44:13
31660         Log: Add notes for building with MS VC++ Toolkit 2003
31661      Branch: perl
31662            ! README.win32
31663 ____________________________________________________________________________
31664 [ 23223] By: mhx                                   on 2004/08/17  21:33:41
31665         Log: Upgrade to Devel::PPPort 3.00_01.
31666      Branch: perl
31667            + ext/Devel/PPPort/parts/inc/sv_xpvf ext/Devel/PPPort/t/cop.t
31668            + ext/Devel/PPPort/t/sv_xpvf.t
31669            ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/MANIFEST
31670            ! ext/Devel/PPPort/META.yml ext/Devel/PPPort/PPPort.pm
31671            ! ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/PPPort_pm.PL
31672            ! ext/Devel/PPPort/TODO ext/Devel/PPPort/parts/apicheck.pl
31673            ! ext/Devel/PPPort/parts/inc/misc
31674            ! ext/Devel/PPPort/parts/inc/ppphbin
31675            ! ext/Devel/PPPort/parts/inc/ppphtest
31676            ! ext/Devel/PPPort/parts/inc/uv
31677            ! ext/Devel/PPPort/parts/ppptools.pl
31678            ! ext/Devel/PPPort/parts/todo/5004000
31679            ! ext/Devel/PPPort/parts/todo/5004050
31680            ! ext/Devel/PPPort/parts/todo/5006000
31681            ! ext/Devel/PPPort/t/ppphtest.t ext/Devel/PPPort/t/uv.t
31682 ____________________________________________________________________________
31683 [ 23222] By: mhx                                   on 2004/08/17  10:14:46
31684         Log: Upgrade to Devel::PPPort 3.00.
31685      Branch: perl
31686            + (add 103 files)
31687            - ext/Devel/PPPort/t/test.t
31688            ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/MANIFEST
31689            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
31690            ! ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/README
31691            ! ext/Devel/PPPort/TODO ext/Devel/PPPort/module2.c
31692            ! ext/Devel/PPPort/module3.c ext/Devel/PPPort/ppport_h.PL
31693            ! ext/Devel/PPPort/soak
31694 ____________________________________________________________________________
31695 [ 23221] By: rgs                                   on 2004/08/17  08:25:39
31696         Log: Subject: [PATCH] Document Carp's global variables + provide tests
31697              From: "Jos I. Boumans" <kane@dwim.org>
31698              Date: Mon, 16 Aug 2004 15:53:40 +0200
31699              Message-Id: <ADC6DEC6-EF8B-11D8-8425-000A95EF62E2@dwim.org>
31700              (tests a bit reworked)
31701      Branch: perl
31702            ! lib/Carp.pm lib/Carp.t
31703 ____________________________________________________________________________
31704 [ 23220] By: rgs                                   on 2004/08/17  07:29:11
31705         Log: Subject: Updates to modules-related pod
31706              From: Kirrily Skud Robert <skud@infotrope.net>
31707              Date: Mon, 16 Aug 2004 16:00:14 -0400
31708              Message-ID: <20040816200014.GC27764@infotrope.net>
31709      Branch: perl
31710            ! pod/perlnewmod.pod
31711 ____________________________________________________________________________
31712 [ 23219] By: rgs                                   on 2004/08/16  17:59:22
31713         Log: Subject: [PATCH] running mktables on VMS
31714              From: "Craig A. Berry" <craigberry@mac.com>
31715              Date: Tue, 10 Aug 2004 22:28:04 -0500
31716              Message-ID: <41199244.9020706@mac.com>
31717      Branch: perl
31718            ! vms/descrip_mms.template
31719 ____________________________________________________________________________
31720 [ 23218] By: rgs                                   on 2004/08/16  07:23:56
31721         Log: Subject: [PATCH] make cygwin ld2 executable
31722              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
31723              Date: Sun, 15 Aug 2004 17:14:59 -0700
31724              Message-ID: <20040816001252.GA2148@efn.org>
31725      Branch: perl
31726            ! cygwin/Makefile.SHs
31727 ____________________________________________________________________________
31728 [ 23217] By: davem                                 on 2004/08/14  22:32:16
31729         Log: make pp_goto() cope potential stack reallocation in EXTEND
31730              The code for goto &foo had local pointers to the stack that
31731              pointed to the wrong place after a realloc.
31732      Branch: perl
31733            ! pp_ctl.c t/op/goto.t
31734 ____________________________________________________________________________
31735 [ 23216] By: rgs                                   on 2004/08/13  13:18:37
31736         Log: Subject: [PATCH] pre Math::BigInt v1.72
31737              From: Tels <perl_dummy@bloodgate.com>
31738              Date: Fri, 13 Aug 2004 14:02:50 +0200
31739              Message-Id: <200408131402.52270@bloodgate.com>
31740      Branch: perl
31741            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
31742            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
31743            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
31744            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/with_sub.t
31745 ____________________________________________________________________________
31746 [ 23215] By: rgs                                   on 2004/08/13  12:09:35
31747         Log: Subject: Test for functions with operator names
31748              From: Andy Lester <andy@petdance.com>
31749              Date: Thu, 12 Aug 2004 11:31:03 -0500
31750              Message-ID: <20040812163103.GA26687@petdance.com>
31751      Branch: perl
31752            + t/comp/opsubs.t
31753            ! MANIFEST
31754 ____________________________________________________________________________
31755 [ 23214] By: rgs                                   on 2004/08/13  07:13:38
31756         Log: Subject: api doc fix for SvSetMagicSV_nosteal
31757              From: Stas Bekman <stas@stason.org>
31758              Date: Thu, 12 Aug 2004 18:10:36 -0700
31759              Message-ID: <411C150C.5020602@stason.org>
31760      Branch: perl
31761            ! pod/perlapi.pod sv.h
31762 ____________________________________________________________________________
31763 [ 23213] By: rgs                                   on 2004/08/10  13:17:40
31764         Log: Subject: Re: 2 patches: goto.t, B.pm/xs
31765              From: Jim Cromie <jcromie@divsol.com>
31766              Date: Tue, 10 Aug 2004 07:29:08 -0600
31767              Message-ID: <4118CDA4.3060700@divsol.com>
31768      Branch: perl
31769            ! t/op/goto.t
31770 ____________________________________________________________________________
31771 [ 23212] By: rgs                                   on 2004/08/10  07:21:19
31772         Log: Subject: 2 patches: goto.t, B.pm/xs
31773              From: Jim Cromie <jcromie@divsol.com>
31774              Date: Sun, 08 Aug 2004 18:42:47 -0600
31775              Message-ID: <4116C887.9080400@divsol.com>
31776      Branch: perl
31777            ! ext/B/B.pm ext/B/B.xs
31778 ____________________________________________________________________________
31779 [ 23211] By: rgs                                   on 2004/08/10  07:00:01
31780         Log: Subject: Re: POSIX::sigprocmask implemented incorrectly
31781              From: Alan Burlison <Alan.Burlison@sun.com>
31782              Date: Mon, 09 Aug 2004 19:00:12 +0100
31783              Message-ID: <4117BBAC.7080603@sun.com>
31784      Branch: perl
31785            ! ext/POSIX/POSIX.xs
31786 ____________________________________________________________________________
31787 [ 23210] By: davem                                 on 2004/08/09  19:58:35
31788         Log: Fix a typo and remove some debugging crud from change #23209
31789      Branch: perl
31790            ! ext/XS/APItest/t/call.t
31791 ____________________________________________________________________________
31792 [ 23209] By: davem                                 on 2004/08/09  19:48:57
31793         Log: eval_sv() failing a taint test could corrupt the stack
31794      Branch: perl
31795            ! ext/XS/APItest/t/call.t perl.c
31796 ____________________________________________________________________________
31797 [ 23208] By: davem                                 on 2004/08/09  18:28:33
31798         Log: made eq_array in t/test.pl handle undef values better
31799      Branch: perl
31800            ! t/test.pl
31801 ____________________________________________________________________________
31802 [ 23207] By: davem                                 on 2004/08/09  17:21:27
31803         Log: fix minor nit in file description, to keep Jarkko happy
31804      Branch: perl
31805            ! utf8.c
31806 ____________________________________________________________________________
31807 [ 23206] By: rgs                                   on 2004/08/09  15:33:54
31808         Log: Subject: Patch for t/op/sleep.t
31809              From: Andy Lester <andy@petdance.com>
31810              Date: Mon, 9 Aug 2004 00:11:51 -0500
31811              Message-ID: <20040809051151.GA13872@petdance.com>
31812      Branch: perl
31813            ! t/op/sleep.t
31814 ____________________________________________________________________________
31815 [ 23205] By: rgs                                   on 2004/08/09  12:10:25
31816         Log: Add a note in perltodo about a potential extension of readpipe()
31817      Branch: perl
31818            ! pod/perltodo.pod
31819 ____________________________________________________________________________
31820 [ 23204] By: rgs                                   on 2004/08/09  09:13:27
31821         Log: Subject: Re: POSIX::sigprocmask implemented incorrectly
31822              From: Alan Burlison <Alan.Burlison@sun.com>
31823              Date: Mon, 09 Aug 2004 10:30:25 +0100
31824              Message-ID: <41174431.6050803@sun.com>
31825      Branch: perl
31826            ! ext/POSIX/POSIX.xs
31827 ____________________________________________________________________________
31828 [ 23203] By: davem                                 on 2004/08/07  15:10:40
31829         Log: Add tests for XS call_*() API
31830      Branch: perl
31831            + ext/XS/APItest/t/call.t
31832            ! MANIFEST ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
31833            ! ext/XS/APItest/MANIFEST pod/perlcall.pod
31834 ____________________________________________________________________________
31835 [ 23202] By: mhx                                   on 2004/08/07  15:10:39
31836         Log: Subject: [PATCH] DB_File 1.810
31837              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
31838              Date: Sat, 7 Aug 2004 15:22:09 +0100
31839              Message-Id: <20040807142059.CTQC10838.mta10-svc.ntlworld.com@MARQUESSPT21>
31840      Branch: perl
31841            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
31842            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-hash.t
31843 ____________________________________________________________________________
31844 [ 23200] By: steveh                                on 2004/08/06  12:55:31
31845         Log: Fix [perl #24269] socket() call uses non-IFS providers
31846              causing subsequent print/read to hang or misbehave
31847
31848              Patch supplied by Artiom Morozov <artiom@phreaker.net>
31849              in the bug report at http://rt.perl.org/rt3/index.html?q=24269
31850      Branch: perl
31851            ! README.win32 win32/Makefile win32/makefile.mk win32/win32.c
31852            ! win32/win32.h win32/win32sck.c
31853 ____________________________________________________________________________
31854 [ 23199] By: steveh                                on 2004/08/06  11:57:59
31855         Log: Another small clean-up following changes #23190 and #23198
31856      Branch: perl
31857            ! gv.c
31858 ____________________________________________________________________________
31859 [ 23198] By: davem                                 on 2004/08/06  10:06:46
31860         Log: remove leaks associated with version object change #23190
31861      Branch: perl
31862            ! gv.c util.c
31863 ____________________________________________________________________________
31864 [ 23197] By: rgs                                   on 2004/08/06  06:53:08
31865         Log: Subject: [PATCH sv.c]  signedness nit in #23190
31866              From: "Craig A. Berry" <craigberry@mac.com>
31867              Date: Thu, 05 Aug 2004 13:10:55 -0500
31868              Message-ID: <4112782F.7040302@mac.com>
31869      Branch: perl
31870            ! sv.c
31871 ____________________________________________________________________________
31872 [ 23196] By: mhx                                   on 2004/08/04  18:29:23
31873         Log: Document sv_catpvn_nomg, sv_setsv_nomg and sv_catsv_nomg.
31874      Branch: perl
31875            ! pod/perlapi.pod sv.h
31876 ____________________________________________________________________________
31877 [ 23195] By: nick                                  on 2004/08/04  18:16:47
31878         Log: Comment describing purpose.
31879      Branch: perl
31880            ! globals.c
31881 ____________________________________________________________________________
31882 [ 23194] By: rgs                                   on 2004/08/04  07:18:49
31883         Log: Subject: Re: POSIX::sigprocmask implemented incorrectly
31884              From: Alan Burlison <Alan.Burlison@sun.com>
31885              Date: Mon, 19 Jul 2004 12:07:02 +0100
31886              Message-ID: <40FBAB56.1030208@sun.com>
31887
31888              (last chunk only)
31889      Branch: perl
31890            ! ext/POSIX/POSIX.xs
31891 ____________________________________________________________________________
31892 [ 23193] By: rgs                                   on 2004/08/04  07:00:21
31893         Log: Remove compilation warnings about uninitialized variables.
31894      Branch: perl
31895            ! sv.c
31896 ____________________________________________________________________________
31897 [ 23192] By: rgs                                   on 2004/08/04  06:55:46
31898         Log: Remove the "Newline in left-justified string" warning.
31899      Branch: perl
31900            ! pod/perldiag.pod sv.c t/lib/warnings/sv
31901 ____________________________________________________________________________
31902 [ 23191] By: rgs                                   on 2004/08/04  06:30:58
31903         Log: Subject: [PATCH] extension to diagnostics.pm
31904              From: Fergal Daly <fergal@esatclear.ie>
31905              Date: Wed, 4 Aug 2004 00:33:09 +0100
31906              Message-ID: <20040803233309.GA239@dyn.fergaldaly.com>
31907      Branch: perl
31908            ! lib/diagnostics.pm
31909 ____________________________________________________________________________
31910 [ 23190] By: rgs                                   on 2004/08/04  06:19:27
31911         Log: Subject: [PATCH] Final version object core patch?
31912              From: John Peacock <jpeacock@rowman.com>
31913              Date: Tue, 03 Aug 2004 22:23:57 -0400
31914              Message-ID: <411048BD.3080700@rowman.com>
31915      Branch: perl
31916            ! gv.c perl.c pp_ctl.c sv.c t/comp/require.t t/op/ver.t util.c
31917 ____________________________________________________________________________
31918 [ 23189] By: merijn                                on 2004/08/03  23:51:13
31919         Log: gcc on AIX 4 doesn't like -G on the commandline too
31920      Branch: perl
31921            ! hints/aix_4.sh
31922 ____________________________________________________________________________
31923 [ 23188] By: merijn                                on 2004/08/03  23:48:13
31924         Log: gcc on AIX doesn't like -G on the commandline
31925      Branch: perl
31926            ! hints/aix.sh
31927 ____________________________________________________________________________
31928 [ 23187] By: davem                                 on 2004/08/03  19:20:18
31929         Log: more typo fixes for change 3176 (comments at top of .c files)
31930      Branch: perl
31931            ! mg.c miniperlmain.c perl.c run.c scope.c
31932 ____________________________________________________________________________
31933 [ 23186] By: rgs                                   on 2004/08/03  10:22:54
31934         Log: Subject: [perl #30914] ExtUtils::Embed should use libperl name from Config
31935              From: Marek Rouchal (via RT) <perlbug-followup@perl.org>
31936              Date: 2 Aug 2004 07:00:33 -0000
31937              Message-ID: <rt-3.0.11-30914-93038.14.5123598132685@perl.org>
31938      Branch: perl
31939            ! lib/ExtUtils/Embed.pm
31940 ____________________________________________________________________________
31941 [ 23185] By: rgs                                   on 2004/08/03  09:39:35
31942         Log: Subject: [PATCH] additional -V:foo tests
31943              From: Jim Cromie <jcromie@divsol.com>
31944              Date: Mon, 02 Aug 2004 09:15:23 -0600
31945              Message-ID: <410E5A8B.9030307@divsol.com>
31946      Branch: perl
31947            ! configpm lib/Config.t pod/perlrun.pod
31948 ____________________________________________________________________________
31949 [ 23184] By: rgs                                   on 2004/08/02  16:40:36
31950         Log: Enhance the caveat in the description of tell()
31951
31952              Subject: Re: [perl #30788] Error in documentation
31953              From: Nick Ing-Simmons <nick@ing-simmons.net>
31954              Date: Wed, 28 Jul 2004 15:12:54 +0100
31955              Message-Id: <20040728141254.3861.5@llama.ing-simmons.net>
31956      Branch: perl
31957            ! pod/perlfunc.pod
31958 ____________________________________________________________________________
31959 [ 23183] By: rgs                                   on 2004/08/02  09:16:13
31960         Log: Remove empty rpath from .so files
31961      Branch: perl
31962            ! lib/ExtUtils/MM_Unix.pm
31963 ____________________________________________________________________________
31964 [ 23182] By: rgs                                   on 2004/08/02  09:11:12
31965         Log: Subject: [PATCH] mention refaddr() in overload::StrVal docs
31966              From: Fergal Daly <fergal@esatclear.ie>
31967              Date: Fri, 30 Jul 2004 16:09:19 +0100
31968              Message-ID: <20040730150919.GB19022@dyn.fergaldaly.com>
31969      Branch: perl
31970            ! lib/overload.pm
31971 ____________________________________________________________________________
31972 [ 23181] By: steveh                                on 2004/08/02  08:05:05
31973         Log: Fix breakage caused by Change 23179
31974      Branch: perl
31975            ! t/run/fresh_perl.t
31976 ____________________________________________________________________________
31977 [ 23180] By: davem                                 on 2004/08/01  16:49:20
31978         Log: Add comment to top of reentr.c and fix typos in other files
31979      Branch: perl
31980            ! deb.c dump.c miniperlmain.c pad.c perly.y reentr.c reentr.h
31981            ! reentr.pl regcomp.c regexec.c scope.c utf8.c
31982 ____________________________________________________________________________
31983 [ 23179] By: mhx                                   on 2004/08/01  16:10:19
31984         Log: Skip test when building without Encode.
31985      Branch: perl
31986            ! t/run/fresh_perl.t
31987 ____________________________________________________________________________
31988 [ 23178] By: mhx                                   on 2004/08/01  10:19:46
31989         Log: Remove redundant SvOOK_off (called implicitly by SvOK_off)
31990              and merge identical cases.
31991      Branch: perl
31992            ! scope.c
31993 ____________________________________________________________________________
31994 [ 23177] By: davem                                 on 2004/07/31  16:27:09
31995         Log: shut up a warning in mg.c
31996      Branch: perl
31997            ! mg.c
31998 ____________________________________________________________________________
31999 [ 23176] By: davem                                 on 2004/07/31  16:21:50
32000         Log: Add comment to the top of most .c files explaining their purpose
32001      Branch: perl
32002            ! deb.c doio.c doop.c dump.c gv.c hv.c locale.c malloc.c mg.c
32003            ! miniperlmain.c numeric.c op.c pad.c perl.c perlio.c perly.act
32004            ! perly.h perly.tab perly.y pp.c pp_ctl.c pp_hot.c pp_pack.c
32005            ! pp_sort.c pp_sys.c regcomp.c regexec.c run.c scope.c taint.c
32006            ! universal.c utf8.c util.c
32007 ____________________________________________________________________________
32008 [ 23175] By: mhx                                   on 2004/07/31  15:19:13
32009         Log: Fix copy & paste bugs in mX?PUSH macro tests.
32010      Branch: perl
32011            ! ext/XS/APItest/APItest.xs
32012 ____________________________________________________________________________
32013 [ 23174] By: merijn                                on 2004/07/31  08:32:31
32014         Log: First steps towards an explicit perl.exp-less AIX build
32015              Previous method can still be used by undeffing usenativedlopen
32016              If that is ever tested at all on AIX
32017      Branch: perl
32018            ! hints/aix.sh hints/aix_4.sh
32019 ____________________________________________________________________________
32020 [ 23173] By: mhx                                   on 2004/07/31  08:29:54
32021         Log: Fix and update Perl_grok_* docs.
32022      Branch: perl
32023            ! numeric.c pod/perlapi.pod
32024 ____________________________________________________________________________
32025 [ 23172] By: steveh                                on 2004/07/30  14:31:08
32026         Log: A few minor updates to README.win32 (aka perlwin32)
32027      Branch: perl
32028            ! README.win32
32029 ____________________________________________________________________________
32030 [ 23171] By: rgs                                   on 2004/07/30  14:24:08
32031         Log: Upgrade to Math::BigInt v1.71.
32032      Branch: perl
32033            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
32034            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
32035            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
32036            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/with_sub.t
32037 ____________________________________________________________________________
32038 [ 23170] By: steveh                                on 2004/07/30  13:27:41
32039         Log: Bug report #30132 was resolved before it was finished!
32040              Here's the last piece in the puzzle.
32041      Branch: perl
32042            ! ext/IO/lib/IO/File.pm
32043 ____________________________________________________________________________
32044 [ 23168] By: rgs                                   on 2004/07/28  12:13:36
32045         Log: Upgrade to File::Spec 0.88.
32046      Branch: perl
32047            ! lib/File/Spec.pm lib/File/Spec/Win32.pm lib/File/Spec/t/Spec.t
32048 ____________________________________________________________________________
32049 [ 23167] By: rgs                                   on 2004/07/28  09:20:12
32050         Log: Subject: Re: [perl #30783] Test::Builder does not handle overloaded "name" values
32051              From: Autrijus Tang <autrijus@gmail.com>
32052              Date: Thu, 22 Jul 2004 20:17:58 -0700
32053              Message-ID: <1912f0e204072220171790193a@mail.gmail.com>
32054      Branch: perl
32055            ! lib/Test/Builder.pm
32056 ____________________________________________________________________________
32057 [ 23166] By: rgs                                   on 2004/07/28  06:31:06
32058         Log: Subject: Re: more 5.9 sort tests (second draft)
32059              From: david nicol <whatever@davidnicol.com>
32060              Date: 21 Jul 2004 17:10:05 -0500
32061              Message-Id: <1090447805.995.24.camel@plaza.davidnicol.com>
32062      Branch: perl
32063            ! t/op/sort.t
32064 ____________________________________________________________________________
32065 [ 23165] By: rgs                                   on 2004/07/28  06:25:15
32066         Log: Subject: Re: AW: [perl #7558] [PATCH] README.solaris
32067              From: Andy Dougherty <doughera@lafayette.edu>
32068              Date: Tue, 27 Jul 2004 14:12:06 -0400 (EDT)
32069              Message-ID: <Pine.SOL.4.58.0407271335550.22839@maxwell.phys.lafayette.edu>
32070      Branch: perl
32071            ! README.solaris
32072 ____________________________________________________________________________
32073 [ 23164] By: davem                                 on 2004/07/26  22:08:32
32074         Log: Subject:  [perl #7558] [PATCH] README.solaris
32075              From:  Andy Dougherty <doughera@lafayette.edu>
32076              Date:  Mon, 26 Jul 2004 15:32:35 -0400 (EDT)
32077              Message-Id:  <Pine.SOL.4.58.0407261530350.19559@maxwell.phys.lafayette.edu>
32078
32079              Add more info on /dev/random under solaris
32080      Branch: perl
32081            ! README.solaris
32082 ____________________________________________________________________________
32083 [ 23163] By: mhx                                   on 2004/07/26  17:14:37
32084         Log: The byte-order modifiers won't go into 5.8.
32085      Branch: perl
32086            ! pod/perlfunc.pod pod/perlport.pod
32087 ____________________________________________________________________________
32088 [ 23162] By: steveh                                on 2004/07/26  10:41:56
32089         Log: Windows-related updates to Porting/repository.pod
32090      Branch: perl
32091            ! Porting/repository.pod
32092 ____________________________________________________________________________
32093 [ 23161] By: davem                                 on 2004/07/25  19:05:28
32094         Log: make -Dl log runops loop entry and exit, and jump level popping
32095      Branch: perl
32096            ! dump.c scope.h
32097 ____________________________________________________________________________
32098 [ 23160] By: davem                                 on 2004/07/24  10:00:27
32099         Log: document that -i messes soft as well hard hard links.
32100      Branch: perl
32101            ! pod/perlrun.pod
32102 ____________________________________________________________________________
32103 [ 23159] By: davem                                 on 2004/07/23  21:15:32
32104         Log: make a note in perlrun that -i doesn't preserve UNIX hard links.
32105      Branch: perl
32106            ! pod/perlrun.pod
32107 ____________________________________________________________________________
32108 [ 23158] By: davem                                 on 2004/07/23  11:06:02
32109         Log: memory leak in array delete
32110              av_delete() wasn't mortalizing the returned value
32111      Branch: perl
32112            ! av.c t/op/delete.t
32113 ____________________________________________________________________________
32114 [ 23157] By: davem                                 on 2004/07/23  10:35:16
32115         Log: remove binary compat from #23156 (remove PL_retstack)
32116      Branch: perl
32117            ! cop.h embed.fnc embed.h embedvar.h perlapi.h proto.h scope.c
32118            ! thrdvar.h
32119 ____________________________________________________________________________
32120 [ 23156] By: davem                                 on 2004/07/23  09:52:59
32121         Log: remove the return stack PL_retstack, and store return ops in the CX
32122              structure directly instead
32123      Branch: perl
32124            ! cc_runtime.h cop.h deb.c mg.c perl.c pp_ctl.c pp_hot.c
32125            ! pp_sys.c scope.c sv.c thrdvar.h
32126 ____________________________________________________________________________
32127 [ 23155] By: nicholas                              on 2004/07/22  18:50:31
32128         Log: Build the perldelta copying command for the main Unix makefile with
32129              buildtoc, so that it doesn't get forgotten on version increments.
32130      Branch: perl
32131            ! Makefile.SH pod/buildtoc
32132 ____________________________________________________________________________
32133 [ 23154] By: nicholas                              on 2004/07/22  18:19:58
32134         Log: Grab perl585delta.pod from maint and
32135
32136              Integrate:
32137              [ 23069]
32138              This is RC2. Maybe this one will last longer.
32139
32140              [ 23141]
32141              Break a leg
32142
32143              [perlhist.pod]
32144      Branch: perl
32145           +> pod/perl585delta.pod
32146            ! MANIFEST pod.lst pod/perl.pod pod/perltoc.pod
32147            ! vms/descrip_mms.template win32/pod.mak
32148           !> pod/perlhist.pod
32149 ____________________________________________________________________________
32150 [ 23152] By: rgs                                   on 2004/07/22  16:16:41
32151         Log: Upgrade to Cwd 2.20
32152      Branch: perl
32153            + ext/Cwd/t/win32.t
32154            ! MANIFEST ext/Cwd/Changes ext/Cwd/Cwd.xs ext/Cwd/t/cwd.t
32155            ! lib/Cwd.pm
32156 ____________________________________________________________________________
32157 [ 23151] By: rgs                                   on 2004/07/22  15:50:34
32158         Log: Sort perldiag.
32159      Branch: perl
32160            ! pod/perldiag.pod
32161 ____________________________________________________________________________
32162 [ 23150] By: rgs                                   on 2004/07/22  13:15:12
32163         Log: Subject: Re: "Too late for -T" could be more descriptive
32164              From: Jim Cromie <jcromie@divsol.com>
32165              Date: Wed, 21 Jul 2004 11:21:50 -0600
32166              Message-ID: <40FEA62E.2010809@divsol.com>
32167              (with tweaks)
32168      Branch: perl
32169            ! perl.c perl.h pod/perldebug.pod pod/perldiag.pod
32170            ! pod/perlrun.pod
32171 ____________________________________________________________________________
32172 [ 23149] By: rgs                                   on 2004/07/22  12:09:40
32173         Log: Email change for Steffen Mueller.
32174      Branch: perl
32175            ! AUTHORS
32176 ____________________________________________________________________________
32177 [ 23148] By: rgs                                   on 2004/07/22  11:32:16
32178         Log: Grammar fix by Paul Johnson.
32179      Branch: perl
32180            ! pod/perldiag.pod
32181 ____________________________________________________________________________
32182 [ 23147] By: nicholas                              on 2004/07/22  10:51:48
32183         Log: Config::config_re and config_sh would report the byteorder as 'ffff'
32184      Branch: perl
32185            ! configpm lib/Config.t
32186 ____________________________________________________________________________
32187 [ 23146] By: rgs                                   on 2004/07/21  12:01:32
32188         Log: Subject: [PATCH] Mention common dynaloader errors in perldiag.pod
32189              From: "Jos I. Boumans" <kane@dwim.org>
32190              Date: Wed, 21 Jul 2004 13:47:35 +0200
32191              Message-Id: <C226C05A-DB0B-11D8-A551-000A95EF62E2@dwim.org>
32192              (with tweaks)
32193      Branch: perl
32194            ! pod/perldiag.pod
32195 ____________________________________________________________________________
32196 [ 23145] By: rgs                                   on 2004/07/21  08:47:14
32197         Log: Subject: [PATCH perl-current] Re: [perl #30688] Empty slice arg with ($;$) prototype
32198              From: Rick Delaney <rick@bort.ca>
32199              Date: Tue, 20 Jul 2004 16:53:54 -0400
32200              Message-ID: <20040720205353.GA970@biff.bort.ca>
32201      Branch: perl
32202            ! pp.c t/op/list.t
32203 ____________________________________________________________________________
32204 [ 23142] By: rgs                                   on 2004/07/19  15:49:12
32205         Log: Subject: [perl #30609] [PATCH] BigInt v1.71 - first try
32206              From: Tels <perl_dummy@bloodgate.com>
32207              Date: Sat, 17 Jul 2004 16:22:57 +0200
32208              Message-Id: <200407171622.58443@bloodgate.com>
32209      Branch: perl
32210            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
32211            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
32212            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.inc
32213            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.inc
32214            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/sub_mbf.t
32215            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/with_sub.t
32216 ____________________________________________________________________________
32217 [ 23135] By: nicholas                              on 2004/07/19  08:33:13
32218         Log: Turn 2 strcpy()s into memcpy() because we know the length.
32219      Branch: perl
32220            ! toke.c
32221 ____________________________________________________________________________
32222 [ 23130] By: nicholas                              on 2004/07/16  13:41:22
32223         Log: Clarify that it's only Mac OS *Classic* that uses 1904 - OS X uses
32224              1970
32225      Branch: perl
32226            ! pod/perlfunc.pod
32227 ____________________________________________________________________________
32228 [ 23129] By: nicholas                              on 2004/07/16  13:21:33
32229         Log: Typo fix from Julian Gilbey, forwarded upstream from Debian by
32230              Brendan O'Dea
32231      Branch: perl
32232            ! pod/perluniintro.pod
32233 ____________________________________________________________________________
32234 [ 23128] By: nick                                  on 2004/07/16  12:16:05
32235         Log: Use VirtualAlloc() more flexibly when using it to mimic UNIX's sbrk().
32236              From: Steve Hay <steve.hay@uk.radan.com>
32237              CC: perl-win32-porters@listserv.ActiveState.com
32238              Message-ID: <40F6B295.8010804@uk.radan.com>
32239
32240              Assumes perl's malloc can now handle non-contiguous memory (believed
32241              to be true).
32242              Does not address threading issues.
32243
32244              "The attached patch (against blead) makes sbrk() initially try to
32245              extend the existing block of memory exactly as it currently does, but
32246              to not  fail immediately if it can't -- it now frees up that part of
32247              whatever it  had previously reserved+committed which hadn't actually
32248              been used yet,  resets all its static variables and basically starts
32249              anew."
32250      Branch: perl
32251            ! win32/win32.c
32252 ____________________________________________________________________________
32253 [ 23127] By: nicholas                              on 2004/07/16  11:14:45
32254         Log: glob('*.c') to find documentation is dangerous when run in unclean
32255              trees, so isntead use MANIFEST to only scan the legitimate source
32256              files.
32257      Branch: perl
32258            ! autodoc.pl
32259 ____________________________________________________________________________
32260 [ 23126] By: nicholas                              on 2004/07/16  11:04:37
32261         Log: Encourage compilers to tail call optimise in sv_savepv, sv_savepvn
32262              and sv_savesharedpv. Need to create non-void returning versions of
32263              Copy and Zero, as the existing macros deliberately cast to (void)
32264      Branch: perl
32265            ! handy.h malloc.c perl.c pod/perlapi.pod sv.c util.c
32266 ____________________________________________________________________________
32267 [ 23125] By: nicholas                              on 2004/07/16  10:59:08
32268         Log: Rebuild perlapi.pod
32269      Branch: perl
32270            ! pod/perlapi.pod
32271 ____________________________________________________________________________
32272 [ 23124] By: merijn                                on 2004/07/16  10:30:53
32273         Log: Be sure HP-UX' ANSI C compiler's PATH is found *before*
32274              the path to the bundled braindead C compiler. This might
32275              influence ccache's behaviour in finding the correct path
32276      Branch: perl
32277            ! Configure
32278 ____________________________________________________________________________
32279 [ 23122] By: nicholas                              on 2004/07/16  10:14:24
32280         Log: oslevel can fail on AIX, but the output generated would confuse
32281              Configure
32282      Branch: perl
32283            ! Configure
32284 ____________________________________________________________________________
32285 [ 23121] By: nicholas                              on 2004/07/16  08:53:28
32286         Log: Some calls to PerlMemShared_alloc() aren't checking the return value.
32287              Bug spotted by Nigel Sandever
32288      Branch: perl
32289            ! ext/threads/threads.xs util.c
32290 ____________________________________________________________________________
32291 [ 23120] By: nicholas                              on 2004/07/15  19:09:15
32292         Log: threads.xs doesn't check the return value of the thread creation
32293              call. D'oh! This gives SEGVs if the OS fails to create another thread.
32294              Cause of problem located by Nigel Sandever
32295      Branch: perl
32296            ! ext/threads/threads.pm ext/threads/threads.xs
32297 ____________________________________________________________________________
32298 [ 23118] By: nicholas                              on 2004/07/15  16:28:03
32299         Log: Assimilate Cwd 2.19
32300      Branch: perl
32301            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
32302 ____________________________________________________________________________
32303 [ 23117] By: merijn                                on 2004/07/15  14:16:07
32304         Log: Trailing semi-colon are not allowed on #ifdef's in ANSI
32305      Branch: perl
32306            ! ext/Storable/Storable.xs
32307 ____________________________________________________________________________
32308 [ 23116] By: nicholas                              on 2004/07/15  12:50:31
32309         Log: Abigail notes that a re-entrant regexp engine is a todo
32310      Branch: perl
32311            ! pod/perltodo.pod
32312 ____________________________________________________________________________
32313 [ 23115] By: nicholas                              on 2004/07/15  12:47:50
32314         Log: for (reverse @foo) now iterates in reverse in place.
32315      Branch: perl
32316            ! op.c pod/perltodo.pod pp_ctl.c
32317 ____________________________________________________________________________
32318 [ 23114] By: nicholas                              on 2004/07/15  10:05:23
32319         Log: Optimise for (reverse ...)
32320      Branch: perl
32321            ! op.c
32322 ____________________________________________________________________________
32323 [ 23113] By: nicholas                              on 2004/07/15  09:44:16
32324         Log: Now optimising for $a (reverse ...)
32325      Branch: perl
32326            ! op.c
32327 ____________________________________________________________________________
32328 [ 23112] By: nicholas                              on 2004/07/15  09:16:43
32329         Log: The optrees for C<for $_ (...)> and C<for (...)> differ, so even more
32330              tests.
32331      Branch: perl
32332            ! t/cmd/for.t
32333 ____________________________________________________________________________
32334 [ 23111] By: nicholas                              on 2004/07/15  09:02:36
32335         Log: This seems to be needed to get COW working on Win32
32336      Branch: perl
32337            ! win32/win32.c
32338 ____________________________________________________________________________
32339 [ 23109] By: nicholas                              on 2004/07/14  23:35:24
32340         Log: "That's the way to do it"
32341              In taking out a bug spotted by my regression tests in t/cmd/for.t
32342              I actually managed to disable the entire optimisation. Which means
32343              that I didn't find the other bug. This optimisation is live, and
32344              passes all tests.
32345      Branch: perl
32346            ! op.c pp_hot.c
32347 ____________________________________________________________________________
32348 [ 23108] By: nicholas                              on 2004/07/14  20:55:30
32349         Log: Optimise foreach my $i (reverse ...)
32350              foreach without a lexical iterator not yet optimised
32351      Branch: perl
32352            ! ext/B/B/Concise.pm op.c op.h pp_ctl.c pp_hot.c
32353 ____________________________________________________________________________
32354 [ 23107] By: nicholas                              on 2004/07/14  17:44:08
32355         Log: Subject:  [PATCH] split doc clarification
32356              From:  Yitzchak Scott-Thoennes <sthoenna@efn.org>
32357              Date:  Wed, 14 Jul 2004 10:19:36 -0700
32358              Message-Id:  <20040714171936.GA1092@efn.org>
32359      Branch: perl
32360            ! pod/perlfunc.pod
32361 ____________________________________________________________________________
32362 [ 23106] By: nicholas                              on 2004/07/14  15:36:57
32363         Log: Numeric comparison operators mustn't compare addresses of references
32364              that are overloaded.
32365      Branch: perl
32366            ! lib/overload.t pp.c pp_hot.c
32367 ____________________________________________________________________________
32368 [ 23105] By: nicholas                              on 2004/07/14  10:40:54
32369         Log: Lots of tests for for reverse ...
32370      Branch: perl
32371            ! t/cmd/for.t
32372 ____________________________________________________________________________
32373 [ 23104] By: nicholas                              on 2004/07/13  21:10:21
32374         Log: Some thoughts on foreach reverse
32375      Branch: perl
32376            ! pod/perltodo.pod
32377 ____________________________________________________________________________
32378 [ 23103] By: nicholas                              on 2004/07/13  19:10:20
32379         Log: s/sort/split/; - my mistake spotted by Dave.
32380      Branch: perl
32381            ! pod/perltodo.pod
32382 ____________________________________________________________________________
32383 [ 23102] By: nicholas                              on 2004/07/13  18:59:46
32384         Log: Optimise list context reverse sort to reverse as part of the sort op
32385      Branch: perl
32386            ! op.c pp_sort.c
32387 ____________________________________________________________________________
32388 [ 23101] By: nicholas                              on 2004/07/13  18:58:41
32389         Log: Work around evil compiler bug on OS X. (Sucks all memory)
32390      Branch: perl
32391            ! util.c
32392 ____________________________________________________________________________
32393 [ 23100] By: nicholas                              on 2004/07/13  15:05:09
32394         Log: check that reverse (sort (@a), @b) etc work.
32395              Join some lines that don't need wrapping
32396      Branch: perl
32397            ! t/op/sort.t
32398 ____________________________________________________________________________
32399 [ 23099] By: nicholas                              on 2004/07/13  14:46:06
32400         Log: Check that non-optimimisable sort comparisons work when reversed
32401              (Not optimised yet, but might be coming soon)
32402      Branch: perl
32403            ! t/op/sort.t
32404 ____________________________________________________________________________
32405 [ 23098] By: nicholas                              on 2004/07/13  14:34:03
32406         Log: Test reverse sort as the return from a function in list and scalar
32407              contexts.
32408      Branch: perl
32409            ! t/op/sort.t
32410 ____________________________________________________________________________
32411 [ 23097] By: nicholas                              on 2004/07/13  14:23:28
32412         Log: Also test reverse sort in scalar context
32413      Branch: perl
32414            ! t/op/sort.t
32415 ____________________________________________________________________________
32416 [ 23096] By: nicholas                              on 2004/07/13  14:06:36
32417         Log: A proper, working, stable optimisation for sort {$b cmp $a}
32418      Branch: perl
32419            ! ext/B/B/Concise.pm ext/B/t/f_sort.t op.c pp_sort.c
32420 ____________________________________________________________________________
32421 [ 23095] By: rgs                                   on 2004/07/13  13:29:54
32422         Log: Tweak to change #23089, as suggested by Tim Bunce
32423      Branch: perl
32424            ! lib/perl5db.pl
32425 ____________________________________________________________________________
32426 [ 23094] By: nicholas                              on 2004/07/13  11:28:49
32427         Log: Generalised "how many in list context" would be useful
32428      Branch: perl
32429            ! pod/perltodo.pod
32430 ____________________________________________________________________________
32431 [ 23093] By: nicholas                              on 2004/07/13  11:19:31
32432         Log: The current optimisation for sort {$b cmp $a} is bogus now that we
32433              guarantee a stable sort. Disable it, pending a correct optimisation.
32434      Branch: perl
32435            ! ext/B/t/f_sort.t op.c op.h t/op/sort.t
32436 ____________________________________________________________________________
32437 [ 23092] By: rgs                                   on 2004/07/13  09:30:11
32438         Log: Subject: Re: [perl #30568] splice generates undef? [PATCH]
32439              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
32440              Date: Mon, 12 Jul 2004 08:26:01 +0200
32441              Message-ID: <DF27CDCBD2581D4B88431901094E4B4D02B0C7D2@attmsx1.aut.alcatel.at>
32442      Branch: perl
32443            ! pp.c t/op/splice.t
32444 ____________________________________________________________________________
32445 [ 23091] By: nicholas                              on 2004/07/13  09:14:22
32446         Log: Check each line of config_re output.
32447      Branch: perl
32448            ! lib/Config.t
32449 ____________________________________________________________________________
32450 [ 23090] By: nicholas                              on 2004/07/13  09:13:39
32451         Log: no_plan support in test.pl
32452      Branch: perl
32453            ! t/test.pl
32454 ____________________________________________________________________________
32455 [ 23089] By: rgs                                   on 2004/07/13  08:53:46
32456         Log: Subject: Re: debugger 'R'estart and open database connections
32457              From: Andrew Pimlott <andrew@pimlott.net>
32458              Date: Mon, 12 Jul 2004 21:06:01 -0400
32459              Message-ID: <20040713010601.GF8232@pimlott.net>
32460      Branch: perl
32461            ! lib/perl5db.pl
32462 ____________________________________________________________________________
32463 [ 23088] By: rgs                                   on 2004/07/13  08:27:11
32464         Log: Subject: [PATCH] was Re: UNIVERSAL::VERSION causing "Use of uninitialized value..." warning
32465              From: John Peacock <jpeacock@rowman.com>
32466              Date: Mon, 12 Jul 2004 23:16:51 -0400
32467              Message-ID: <40F35423.5080304@rowman.com>
32468      Branch: perl
32469            ! lib/version.pm lib/version.t util.c
32470 ____________________________________________________________________________
32471 [ 23085] By: nicholas                              on 2004/07/12  17:27:28
32472         Log: Bodge to make Tk work - like the UTF8 flag, the READONLY flag has too
32473              many meanings. const const vs mutable in this case.
32474      Branch: perl
32475            ! sv.c
32476 ____________________________________________________________________________
32477 [ 23084] By: nick                                  on 2004/07/12  14:26:12
32478         Log: NI-S: IMHO utf8_upgrade is just changing representation not the value
32479              so it has no business calling SvSETMAGIC.
32480      Branch: perl
32481            ! sv.c
32482 ____________________________________________________________________________
32483 [ 23083] By: nick                                  on 2004/07/12  12:17:56
32484         Log: Perl_is_utf8_string(pTHX_ U8 *s, STRLEN len)
32485              Can now handle the case
32486              is_utf8_string(NULL,0)
32487              again.
32488              Why do we have code dup for Perl_is_utf8_string_loc() ?
32489      Branch: perl
32490            ! utf8.c
32491 ____________________________________________________________________________
32492 [ 23082] By: nicholas                              on 2004/07/11  20:09:00
32493         Log: A decent benchmark would be useful. But it is vague.
32494      Branch: perl
32495            ! pod/perltodo.pod
32496 ____________________________________________________________________________
32497 [ 23081] By: nicholas                              on 2004/07/11  18:36:49
32498         Log: Finding a way to put "I'm MAINT" in perl -v is a TODO
32499      Branch: perl
32500            ! pod/perltodo.pod
32501 ____________________________________________________________________________
32502 [ 23079] By: nicholas                              on 2004/07/10  21:58:34
32503         Log: Store weak references.
32504      Branch: perl
32505            + ext/Storable/t/testlib.pl ext/Storable/t/weak.t
32506            ! MANIFEST ext/Storable/ChangeLog ext/Storable/MANIFEST
32507            ! ext/Storable/README ext/Storable/Storable.pm
32508            ! ext/Storable/Storable.xs ext/Storable/t/malice.t
32509 ____________________________________________________________________________
32510 [ 23078] By: nicholas                              on 2004/07/10  21:11:56
32511         Log: Dual lifing and dists is a TODO
32512      Branch: perl
32513            ! pod/perltodo.pod
32514 ____________________________________________________________________________
32515 [ 23077] By: nicholas                              on 2004/07/10  18:51:35
32516         Log: Resurrect the TODO items about Unicode filenames and Unicode %ENV
32517              Rant a bit more about POD -> HTML
32518      Branch: perl
32519            ! pod/perltodo.pod
32520 ____________________________________________________________________________
32521 [ 23076] By: nicholas                              on 2004/07/10  16:00:44
32522         Log: Perl_mode_from_discipline must update len. (else SEGV)
32523              Diagnosis and patch from clkao
32524      Branch: perl
32525            ! doio.c
32526 ____________________________________________________________________________
32527 [ 23075] By: rgs                                   on 2004/07/10  13:03:56
32528         Log: Subject: Bug with NEXT when called from an eval block
32529              From: Dave Rolsky <autarch@urth.org>
32530              Date: Fri, 9 Jul 2004 17:06:07 -0500 (CDT)
32531              Message-ID: <Pine.LNX.4.58.0407091703010.4578@urth.org>
32532      Branch: perl
32533            ! lib/NEXT.pm lib/NEXT/t/next.t
32534 ____________________________________________________________________________
32535 [ 23074] By: nicholas                              on 2004/07/09  21:03:11
32536         Log: Subject: Re: Segfault using HTML::Entities
32537              From: Jarkko Hietaniemi <jhi@iki.fi>
32538              Message-ID: <40EDBE1A.6080205@iki.fi>
32539              Date: Fri, 09 Jul 2004 00:35:22 +0300
32540      Branch: perl
32541            ! pp_ctl.c regexec.c t/run/fresh_perl.t
32542 ____________________________________________________________________________
32543 [ 23073] By: nicholas                              on 2004/07/09  14:49:16
32544         Log: A more honest TODO
32545      Branch: perl
32546            ! pod/perltodo.pod
32547 ____________________________________________________________________________
32548 [ 23072] By: nicholas                              on 2004/07/09  11:34:17
32549         Log: dor and // fulfil a TODO
32550              Correct a deviation from the Nicholas Clark style guide.
32551      Branch: perl
32552            ! pod/perltodo.pod
32553 ____________________________________________________________________________
32554 [ 23071] By: rgs                                   on 2004/07/09  08:08:05
32555         Log: Subject: [PATCH] prime_env_iter and zero-length values on VMS
32556              From: "Craig A. Berry" <craigberry@mac.com>
32557              Date: Thu, 08 Jul 2004 23:19:05 -0500
32558              Message-ID: <40EE1CB9.8030407@mac.com>
32559      Branch: perl
32560            ! vms/vms.c
32561 ____________________________________________________________________________
32562 [ 23065] By: nicholas                              on 2004/07/08  13:09:44
32563         Log: Randal notes:
32564
32565              "perldoc perldelta" still says 5.8.3 to 5.8.4, even though there
32566              *is* a "perldoc perl583delta" properly.
32567
32568              This is because perl584delta still thinks it's the perldelta
32569      Branch: perl
32570            ! pod/perl584delta.pod
32571 ____________________________________________________________________________
32572 [ 23063] By: rgs                                   on 2004/07/07  17:48:29
32573         Log: Make Perl_sv_utf8_upgrade_flags tolerate PL_sv_undef
32574              as an argument.
32575      Branch: perl
32576            ! sv.c
32577 ____________________________________________________________________________
32578 [ 23062] By: nicholas                              on 2004/07/07  15:14:39
32579         Log: First stab at explaining that CLONE may get more parameters in future.
32580              More eloquent rewording desired. Patches welcome.
32581      Branch: perl
32582            ! pod/perlmod.pod
32583 ____________________________________________________________________________
32584 [ 23061] By: nicholas                              on 2004/07/07  13:30:27
32585         Log: hv_store was not passing hash onwards (spotted by Dave)
32586      Branch: perl
32587            ! hv.c
32588 ____________________________________________________________________________
32589 [ 23060] By: mhx                                   on 2004/07/06  21:43:05
32590         Log: Failing matches don't reset numbered variables.
32591              Change #22997 could cause Text::ParseWords to loop forever if the
32592              regex didn't not match. Explicitly return if the match fails.
32593      Branch: perl
32594            ! lib/Text/ParseWords.pm lib/Text/ParseWords.t
32595 ____________________________________________________________________________
32596 [ 23059] By: nicholas                              on 2004/07/06  21:39:27
32597         Log: Integrate:
32598              [ 23057]
32599              This is RC1
32600      Branch: perl
32601           !> pod/perlhist.pod
32602 ____________________________________________________________________________
32603 [ 23058] By: nicholas                              on 2004/07/06  20:45:53
32604         Log: Stop ENV_IS_CASELESS hv.c picking up the wrong hash value from a
32605              shared string scalar.
32606      Branch: perl
32607            ! hv.c
32608 ____________________________________________________________________________
32609 [ 23052] By: nicholas                              on 2004/07/06  09:26:24
32610         Log: A tool to check the AUTHORS file
32611      Branch: perl
32612            + Porting/checkAUTHORS.pl
32613            ! MANIFEST
32614 ____________________________________________________________________________
32615 [ 23051] By: nicholas                              on 2004/07/06  09:25:16
32616         Log: Add some missing authors and remove 1 duplicate
32617      Branch: perl
32618            ! AUTHORS
32619 ____________________________________________________________________________
32620 [ 23048] By: nicholas                              on 2004/07/05  17:26:09
32621         Log: There was no need to bump $Text::ParseWords::VERSION to 3.24
32622      Branch: perl
32623            ! lib/Text/ParseWords.pm
32624 ____________________________________________________________________________
32625 [ 23047] By: rgs                                   on 2004/07/05  17:05:55
32626         Log: Update tests and $VERSION for change 23046
32627      Branch: perl
32628            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
32629 ____________________________________________________________________________
32630 [ 23046] By: rgs                                   on 2004/07/05  16:53:54
32631         Log: Subject: Re: [perl #30504] B::Deparse scoping problem with for loop
32632              From: Stephen McCamant <smcc@MIT.EDU>
32633              Date: Mon, 28 Jun 2004 18:26:24 -0700
32634              Message-ID: <16608.50496.787002.560481@apocalypse.OCF.Berkeley.EDU>
32635      Branch: perl
32636            ! ext/B/B/Deparse.pm
32637 ____________________________________________________________________________
32638 [ 23042] By: nicholas                              on 2004/07/05  14:54:15
32639         Log: Bump $B::Deparse::VERSION
32640      Branch: perl
32641            ! ext/B/B/Deparse.pm
32642 ____________________________________________________________________________
32643 [ 23040] By: nicholas                              on 2004/07/05  10:24:17
32644         Log: t/op/tie.t test 23 is failing when run with utf8 everywhere.
32645              Problem appears to be due to theft of temporaries
32646      Branch: perl
32647            ! mg.c
32648 ____________________________________________________________________________
32649 [ 23029] By: nicholas                              on 2004/07/04  16:39:07
32650         Log: Subject: [PATCH Cwd 2.18] _vms_abs_path on non-directories
32651              From: "Craig A. Berry" <craigberry@mac.com>
32652              Message-ID: <40E704AA.4090801@mac.com>
32653              Date: Sat, 03 Jul 2004 14:10:34 -0500
32654      Branch: perl
32655            ! ext/Cwd/t/cwd.t lib/Cwd.pm
32656 ____________________________________________________________________________
32657 [ 23028] By: nicholas                              on 2004/07/04  15:14:33
32658         Log: /usr/bin/locale steadfastly delivers 8 bit output independent of
32659              LC_ALL. So when perl's expecting utf8, things don't quite work right.
32660              This has become visible since fix 22842
32661      Branch: perl
32662            ! lib/locale.t
32663 ____________________________________________________________________________
32664 [ 23027] By: mhx                                   on 2004/07/02  14:44:37
32665         Log: More microperl tweaks.
32666      Branch: perl
32667            ! Makefile.micro README.micro uconfig.h uconfig.sh
32668 ____________________________________________________________________________
32669 [ 23026] By: rgs                                   on 2004/07/02  13:05:23
32670         Log: Maintainer change for Safe
32671      Branch: perl
32672            ! Porting/Maintainers.pl
32673 ____________________________________________________________________________
32674 [ 23025] By: rgs                                   on 2004/07/02  10:06:29
32675         Log: Bump version number of Safe for CPAN release
32676      Branch: perl
32677            ! ext/Opcode/Safe.pm
32678 ____________________________________________________________________________
32679 [ 23024] By: rgs                                   on 2004/07/02  07:50:42
32680         Log: Upgrade to I18N::LangTags 0.33
32681      Branch: perl
32682            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
32683            ! lib/I18N/LangTags/t/80_all_env.t
32684 ____________________________________________________________________________
32685 [ 23023] By: davem                                 on 2004/07/02  01:49:11
32686         Log: utf8 POPSTACK crash on split execution
32687              split() does a SWITCHSTACK to directly split to an array, but
32688              if it subsequently dies (eg the regex triggers a 'use utf8' which
32689              is then denied by Safe), then the switch doesn't get undone. Add
32690              a new save type to allow for this.
32691      Branch: perl
32692            ! pp.c scope.c scope.h
32693 ____________________________________________________________________________
32694 [ 23022] By: mhx                                   on 2004/07/01  21:08:44
32695         Log: The microperl config didn't know about usemallocwrap yet.
32696      Branch: perl
32697            ! uconfig.h uconfig.sh
32698 ____________________________________________________________________________
32699 [ 23021] By: mhx                                   on 2004/07/01  14:30:05
32700         Log: Check for definedness of sv before calling sv_derived_from()
32701              to prevent "Use of uninitialized value..." warning.
32702      Branch: perl
32703            ! universal.c
32704 ____________________________________________________________________________
32705 [ 23019] By: nicholas                              on 2004/07/01  10:14:03
32706         Log: Bump version numbers
32707      Branch: perl
32708            ! ext/File/Glob/Glob.pm ext/XS/APItest/APItest.pm
32709            ! ext/threads/threads.pm lib/Carp.pm lib/File/Copy.pm
32710            ! lib/Text/ParseWords.pm lib/Text/Wrap.pm lib/autouse.pm
32711            ! lib/charnames.pm lib/diagnostics.pm lib/utf8.pm
32712 ____________________________________________________________________________
32713 [ 23018] By: nicholas                              on 2004/06/30  21:37:12
32714         Log: Assert that we aren't leaking memory.
32715      Branch: perl
32716            ! sv.c
32717 ____________________________________________________________________________
32718 [ 23016] By: gbarr                                 on 2004/06/30  13:47:36
32719         Log: Sync to libnet-1.19
32720      Branch: perl
32721            ! lib/Net/Changes.libnet lib/Net/Cmd.pm lib/Net/FTP.pm
32722            ! lib/Net/POP3.pm lib/Net/SMTP.pm lib/Net/t/datasend.t
32723 ____________________________________________________________________________
32724 [ 23014] By: rgs                                   on 2004/06/30  12:12:24
32725         Log: Subject: [PATCH pod/perlop.pod] Documenting undefined behaviour of $i = $i ++.
32726              From: Abigail <abigail@abigail.nl>
32727              Date: Wed, 30 Jun 2004 12:00:21 +0200
32728              Message-ID: <20040630100021.GA23752@abigail.nl>
32729      Branch: perl
32730            ! pod/perlop.pod
32731 ____________________________________________________________________________
32732 [ 23011] By: nicholas                              on 2004/06/29  15:26:34
32733         Log: Note that sv_2mortal isn't just "increase reference count by 1, and
32734              mark that it needs a deferred recount"
32735      Branch: perl
32736            ! sv.c
32737 ____________________________________________________________________________
32738 [ 23010] By: rgs                                   on 2004/06/29  12:12:58
32739         Log: More caveats in B::Deparse's documentation
32740              (suggested by Yves Orton)
32741      Branch: perl
32742            ! ext/B/B/Deparse.pm
32743 ____________________________________________________________________________
32744 [ 23007] By: merijn                                on 2004/06/29  10:57:46
32745         Log: HP-UX 10.20 still *needs* -Ae for HP C-ANSI-C to be ANSI
32746              11.00 and on are ANSI by default for /opt/ansic/bin
32747              Error was introduced by #22975 in re-enabling 10.01
32748      Branch: perl
32749            ! hints/hpux.sh
32750 ____________________________________________________________________________
32751 [ 23006] By: davem                                 on 2004/06/28  22:50:01
32752         Log: use encoding and "eq" cause memory leak
32753              Perl_sv_eq() was creating a temp and not always freeing it
32754      Branch: perl
32755            ! sv.c
32756 ____________________________________________________________________________
32757 [ 23002] By: nicholas                              on 2004/06/27  20:57:50
32758         Log: Assimilate Locale-Codes-2.07
32759      Branch: perl
32760            ! lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
32761            ! lib/Locale/Codes/t/all.t lib/Locale/Codes/t/constants.t
32762            ! lib/Locale/Codes/t/country.t lib/Locale/Codes/t/currency.t
32763            ! lib/Locale/Codes/t/uk.t lib/Locale/Constants.pm
32764            ! lib/Locale/Constants.pod lib/Locale/Country.pm
32765            ! lib/Locale/Country.pod lib/Locale/Currency.pm
32766            ! lib/Locale/Currency.pod lib/Locale/Language.pm
32767            ! lib/Locale/Language.pod lib/Locale/Script.pm
32768            ! lib/Locale/Script.pod
32769 ____________________________________________________________________________
32770 [ 23001] By: nicholas                              on 2004/06/27  18:27:43
32771         Log: Stop 80_all_env.t failing when LC_ALL is set
32772      Branch: perl
32773            ! lib/I18N/LangTags/t/80_all_env.t
32774 ____________________________________________________________________________
32775 [ 22998] By: nicholas                              on 2004/06/25  22:19:51
32776         Log: Correct detection of absent modules. Based on
32777
32778              Subject: [PATCH] Config{extensions} uses filesystem names as extensions
32779              From: Andy Dougherty <doughera@lafayette.edu>
32780              Message-ID: <Pine.SOL.4.58.0406241505530.14039@maxwell.phys.lafayette.edu>
32781              Date: Thu, 24 Jun 2004 15:09:47 -0400 (EDT)
32782
32783              with improvements from Marcus Holland-Moritz
32784      Branch: perl
32785            ! ext/Devel/PPPort/t/test.t ext/PerlIO/t/scalar.t
32786            ! ext/PerlIO/t/via.t ext/threads/shared/t/disabled.t lib/DB.t
32787            ! lib/Dumpvalue.t lib/PerlIO/via/t/QuotedPrint.t
32788            ! lib/Tie/RefHash.t lib/autouse.t lib/dumpvar.t lib/h2xs.t
32789            ! lib/overload.t t/io/crlf.t
32790 ____________________________________________________________________________
32791 [ 22997] By: mhx                                   on 2004/06/25  20:27:05
32792         Log: Cleanup the main regex in Text::ParseWords and make the
32793              parse_line() routine faster. Add a Unicode test case.
32794      Branch: perl
32795            ! lib/Text/ParseWords.pm lib/Text/ParseWords.t
32796 ____________________________________________________________________________
32797 [ 22996] By: merijn                                on 2004/06/25  15:27:21
32798         Log: Subject: [perl #30450] perl 5.8.4: enhancement to hints/solaris_2.sh
32799              From: Nicholas Gianniotis (via RT) <perlbug-followup@perl.org>
32800              Date: 25 Jun 2004 09:39:51 -0000
32801              Message-ID: <rt-3.0.9-30450-91340.10.3279898804255@perl.org>
32802              and
32803              From: Andy Dougherty <doughera@lafayette.edu>
32804              Date: Fri, 25 Jun 2004 11:30:11 -0400 (EDT)
32805              Message-ID: <Pine.SOL.4.58.0406251113420.15961@maxwell.phys.lafayette.edu>
32806      Branch: perl
32807            ! hints/solaris_2.sh
32808 ____________________________________________________________________________
32809 [ 22995] By: rgs                                   on 2004/06/25  15:07:51
32810         Log: Subject: [PATCH] regcomp.c, t/op/regmesg.t -- False range with \p and \P
32811              From: Jeff 'japhy' Pinyan <japhy@perlmonk.org>
32812              Date: Thu, 24 Jun 2004 16:42:54 -0400 (EDT)
32813              Message-ID: <Pine.LNX.4.44.0406241636340.8774-200000@perlmonk.org>
32814      Branch: perl
32815            ! regcomp.c t/op/regmesg.t
32816 ____________________________________________________________________________
32817 [ 22994] By: rgs                                   on 2004/06/25  08:36:33
32818         Log: More @INC test fixes
32819      Branch: perl
32820            ! t/op/threads.t t/run/switch_A.t t/uni/chomp.t t/uni/tr_7jis.t
32821            ! t/uni/tr_eucjp.t t/uni/tr_sjis.t t/uni/tr_utf8.t
32822 ____________________________________________________________________________
32823 [ 22993] By: rgs                                   on 2004/06/25  08:28:34
32824         Log: Fix the Cwd tests for the core.
32825      Branch: perl
32826            ! ext/Cwd/t/cwd.t ext/Cwd/t/taint.t
32827 ____________________________________________________________________________
32828 [ 22992] By: mhx                                   on 2004/06/24  19:51:06
32829         Log: Fix for: [perl #30442] Text::ParseWords does not handle backslashed newline inside quoted text
32830              Use the suggested regex fix, plus some tests.
32831      Branch: perl
32832            ! lib/Text/ParseWords.pm lib/Text/ParseWords.t
32833 ____________________________________________________________________________
32834 [ 22991] By: rgs                                   on 2004/06/24  16:47:24
32835         Log: Upgrade to Cwd 2.18
32836              (with local changes to cwd.t, to adapt it to the core)
32837      Branch: perl
32838            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
32839 ____________________________________________________________________________
32840 [ 22990] By: mhx                                   on 2004/06/24  16:22:05
32841         Log: Fix for: [perl #2738] perl segfautls on input
32842              The parser was incorrectly accepting <> as a subroutine prototype and
32843              newATTRSUB didn't validate the proto argument before accessing op_sv.
32844      Branch: perl
32845            ! op.c pod/perldiag.pod t/comp/parser.t toke.c
32846 ____________________________________________________________________________
32847 [ 22988] By: rgs                                   on 2004/06/24  12:58:35
32848         Log: Upgrade to Cwd 2.17_03
32849      Branch: perl
32850            ! ext/Cwd/Changes ext/Cwd/Cwd.xs lib/Cwd.pm
32851 ____________________________________________________________________________
32852 [ 22977] By: nicholas                              on 2004/06/23  08:38:47
32853         Log: Test that [] // 0 is []
32854      Branch: perl
32855            ! t/op/dor.t
32856 ____________________________________________________________________________
32857 [ 22976] By: rgs                                   on 2004/06/23  08:28:15
32858         Log: Add a regression test for bug #23765 (by Jarkko)
32859      Branch: perl
32860            ! t/op/substr.t
32861 ____________________________________________________________________________
32862 [ 22975] By: merijn                                on 2004/06/23  06:56:15
32863         Log: Backward compatibility issues for HP-UX 10.01 and older
32864              Yes, it is still actively used in production environment
32865              One more patch expected for toke.c optimization level
32866      Branch: perl
32867            ! hints/hpux.sh
32868 ____________________________________________________________________________
32869 [ 22972] By: mhx                                   on 2004/06/22  21:23:59
32870         Log: Proposed patch + test case.
32871
32872              Subject: [perl #30409] charnames.pm clobbers default variable
32873              From: Marcel "Grünauer" (via RT) <perlbug-followup@perl.org>
32874              Date: 22 Jun 2004 16:43:50 -0000
32875              Message-ID: <rt-3.0.9-30409-91174.12.8617678524438@perl.org>
32876      Branch: perl
32877            ! lib/charnames.pm lib/charnames.t
32878 ____________________________________________________________________________
32879 [ 22971] By: mhx                                   on 2004/06/22  21:00:10
32880         Log: Adjust array index in FileCache.pm.
32881
32882              Subject: [perl #30291] Use of uninitialized value (array index reference) in FileCache.pm module at line 140
32883              From: bbucklan@jpl-devvax.jpl.nasa.gov (via RT) <perlbug-followup@perl.org>
32884              Date: 15 Jun 2004 16:55:22 -0000
32885              Message-ID: <rt-3.0.9-30291-90552.18.5392299690759@perl.org>
32886      Branch: perl
32887            ! lib/FileCache.pm
32888 ____________________________________________________________________________
32889 [ 22970] By: mhx                                   on 2004/06/22  20:26:11
32890         Log: Subject: [PATCH] DB_File 1.809  was RE: [perl #30237] DB_File methods and substr don't mix
32891              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
32892              Date: Tue, 22 Jun 2004 21:29:12 +0100
32893              Message-Id: <20040622202910.WBSU21846.mta08-svc.ntlworld.com@MARQUESSPT21>
32894      Branch: perl
32895            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
32896            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
32897            ! ext/DB_File/t/db-hash.t ext/DB_File/t/db-recno.t
32898            ! ext/DB_File/typemap
32899 ____________________________________________________________________________
32900 [ 22969] By: nicholas                              on 2004/06/22  13:25:11
32901         Log: Abolish the "Tied variable freed while still in use" error - I have
32902              a way to cleanly avoid the coredump.
32903      Branch: perl
32904            ! mg.c pod/perldiag.pod t/op/tie.t
32905 ____________________________________________________________________________
32906 [ 22968] By: nicholas                              on 2004/06/22  12:28:58
32907         Log: Subject: [PATCH] Storable signedness nit
32908              From: "Craig A. Berry" <craigberry@mac.com>
32909              Message-ID: <40D3AAC7.6030407@mac.com>
32910              Date: Fri, 18 Jun 2004 21:53:59 -0500
32911      Branch: perl
32912            ! ext/Storable/Storable.xs
32913 ____________________________________________________________________________
32914 [ 22967] By: nicholas                              on 2004/06/22  09:57:23
32915         Log: Skip tests if List::Util not built
32916      Branch: perl
32917            ! lib/DB.t lib/Dumpvalue.t lib/autouse.t lib/dumpvar.t
32918            ! lib/overload.t
32919 ____________________________________________________________________________
32920 [ 22966] By: nicholas                              on 2004/06/22  09:56:59
32921         Log: Skip test if Data::Dumper not built
32922      Branch: perl
32923            ! lib/Tie/RefHash.t
32924 ____________________________________________________________________________
32925 [ 22965] By: nicholas                              on 2004/06/22  09:56:34
32926         Log: Skip test if Devel::PPPort is not built.
32927              Probably should fix h2xs to work without it.
32928      Branch: perl
32929            ! lib/h2xs.t
32930 ____________________________________________________________________________
32931 [ 22964] By: rgs                                   on 2004/06/22  07:34:40
32932         Log: Upgrade to I18N::LangTags 0.32
32933      Branch: perl
32934            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
32935            ! lib/I18N/LangTags/Detect.pm lib/I18N/LangTags/t/80_all_env.t
32936 ____________________________________________________________________________
32937 [ 22963] By: davem                                 on 2004/06/20  12:00:56
32938         Log: make mktables always update modifed time to play better with make
32939      Branch: perl
32940            ! Makefile.SH lib/unicore/mktables
32941 ____________________________________________________________________________
32942 [ 22962] By: davem                                 on 2004/06/20  11:50:19
32943         Log: fix typo in gp_free
32944      Branch: perl
32945            ! gv.c
32946 ____________________________________________________________________________
32947 [ 22961] By: davem                                 on 2004/06/19  12:36:58
32948         Log: 'make test' without preceeding 'make' fails.
32949              Change #22872 added a target to run mktables, but this was
32950              skipped if 'make test' was run first, causing the build of
32951              Unicode::Normalize to fail.
32952      Branch: perl
32953            ! Makefile.SH
32954 ____________________________________________________________________________
32955 [ 22960] By: nicholas                              on 2004/06/18  20:18:02
32956         Log: When expecting an error, it's best to check the text you got, rather
32957              than blindly assuming that it's correct.
32958      Branch: perl
32959            ! t/op/write.t
32960 ____________________________________________________________________________
32961 [ 22959] By: nicholas                              on 2004/06/18  18:57:30
32962         Log: Case insensitive file systems are bad, m'kay
32963      Branch: perl
32964            ! ext/IO/t/IO.t
32965 ____________________________________________________________________________
32966 [ 22958] By: nicholas                              on 2004/06/18  13:45:51
32967         Log: This needs POSIX, so skip if no POSIX
32968      Branch: perl
32969            ! lib/Pod/t/basic.t
32970 ____________________________________________________________________________
32971 [ 22957] By: nicholas                              on 2004/06/18  13:44:27
32972         Log: Also needs skipping if PerlIO::via not built
32973      Branch: perl
32974            ! lib/PerlIO/via/t/QuotedPrint.t
32975 ____________________________________________________________________________
32976 [ 22956] By: nicholas                              on 2004/06/18  13:24:13
32977         Log: Skip tests when PerlIO::scalar and PerlIO::via aren't built
32978      Branch: perl
32979            ! ext/PerlIO/t/scalar.t ext/PerlIO/t/via.t
32980 ____________________________________________________________________________
32981 [ 22955] By: nicholas                              on 2004/06/18  13:19:16
32982         Log: Not ideal, but skip all of IO's tests if Socket is not built.
32983      Branch: perl
32984            ! ext/IO/t/IO.t
32985 ____________________________________________________________________________
32986 [ 22954] By: nicholas                              on 2004/06/18  13:11:31
32987         Log: Skip test if perl configured without threads::shared
32988      Branch: perl
32989            ! ext/threads/shared/t/disabled.t
32990 ____________________________________________________________________________
32991 [ 22953] By: nicholas                              on 2004/06/18  13:09:24
32992         Log: Skip test if Devel::PPPort not built
32993      Branch: perl
32994            ! ext/Devel/PPPort/t/test.t
32995 ____________________________________________________________________________
32996 [ 22952] By: nicholas                              on 2004/06/18  13:07:40
32997         Log: Skip re tests if re not built.
32998      Branch: perl
32999            ! ext/re/t/re.t
33000 ____________________________________________________________________________
33001 [ 22951] By: nicholas                              on 2004/06/18  11:38:24
33002         Log: If we don't build B, we should skip all its tests.
33003      Branch: perl
33004            ! ext/B/t/asmdata.t ext/B/t/b.t ext/B/t/bblock.t
33005            ! ext/B/t/bytecode.t ext/B/t/concise.t ext/B/t/debug.t
33006            ! ext/B/t/deparse.t ext/B/t/f_map.t ext/B/t/f_sort.t
33007            ! ext/B/t/lint.t ext/B/t/o.t ext/B/t/optree_check.t
33008            ! ext/B/t/optree_concise.t ext/B/t/optree_samples.t
33009            ! ext/B/t/optree_sort.t ext/B/t/optree_specials.t
33010            ! ext/B/t/optree_varinit.t ext/B/t/showlex.t ext/B/t/stash.t
33011            ! ext/B/t/terse.t ext/B/t/xref.t
33012 ____________________________________________________________________________
33013 [ 22950] By: nicholas                              on 2004/06/18  11:27:51
33014         Log: D'oh. Don't turn on warnings on the #! line without actually testing
33015              the full code in case it warns.
33016      Branch: perl
33017            ! lib/Unicode/UCD.t
33018 ____________________________________________________________________________
33019 [ 22949] By: nicholas                              on 2004/06/18  09:43:12
33020         Log: Unicode::UCD uses Storable, so we can't test if Storable isn't built.
33021      Branch: perl
33022            ! lib/Unicode/UCD.t
33023 ____________________________________________________________________________
33024 [ 22948] By: nicholas                              on 2004/06/18  09:23:20
33025         Log: Can't test the B modules if we didn't build 'em
33026      Branch: perl
33027            ! t/lib/1_compile.t
33028 ____________________________________________________________________________
33029 [ 22947] By: nicholas                              on 2004/06/18  08:59:01
33030         Log: Need to skip test 7 if perl built without the PerlIO::scalar extension
33031      Branch: perl
33032            ! t/io/crlf.t
33033 ____________________________________________________________________________
33034 [ 22946] By: rgs                                   on 2004/06/18  07:44:34
33035         Log: Upgrade to I18N::LangTags 0.31.
33036      Branch: perl
33037            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
33038            ! lib/I18N/LangTags/Detect.pm lib/I18N/LangTags/t/10_http.t
33039            ! lib/I18N/LangTags/t/80_all_env.t
33040 ____________________________________________________________________________
33041 [ 22945] By: nicholas                              on 2004/06/17  19:27:05
33042         Log: As 2/3rds (or 3/4s) of the SV head structure is rewritten, it doesn't
33043              seem that memzero() of everything is the most efficient idea.
33044      Branch: perl
33045            ! sv.c
33046 ____________________________________________________________________________
33047 [ 22944] By: nicholas                              on 2004/06/17  14:57:14
33048         Log: Change 22516 forgot to add make_overload.pl to generate test data
33049              (submitted from the pub via wireless, bluetooth and then GPRS out
33050              to the Internet)
33051      Branch: perl
33052            + ext/Storable/t/make_overload.pl
33053            ! MANIFEST
33054 ____________________________________________________________________________
33055 [ 22943] By: nicholas                              on 2004/06/17  12:03:48
33056         Log: Storable should cope if the string to thaw happens to be utf8 encoded
33057              And anything with bytes >=256 is corrupt
33058      Branch: perl
33059            ! ext/Storable/ChangeLog ext/Storable/README
33060            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
33061            ! ext/Storable/t/utf8.t
33062 ____________________________________________________________________________
33063 [ 22942] By: rgs                                   on 2004/06/17  09:57:14
33064         Log: Upgrade to Locale::Maketext 1.09
33065      Branch: perl
33066            + lib/Locale/Maketext/t/01_about_verbose.t
33067            + lib/Locale/Maketext/t/10_make.t lib/Locale/Maketext/t/20_get.t
33068            + lib/Locale/Maketext/t/40_super.t
33069            + lib/Locale/Maketext/t/50_super.t
33070            + lib/Locale/Maketext/t/60_super.t
33071            + lib/Locale/Maketext/t/90_utf8.t
33072            - lib/Locale/Maketext/t/00about.t lib/Locale/Maketext/t/01make.t
33073            - lib/Locale/Maketext/t/02get.t lib/Locale/Maketext/t/03http.t
33074            - lib/Locale/Maketext/t/04super.t
33075            - lib/Locale/Maketext/t/05super.t
33076            - lib/Locale/Maketext/t/06super.t lib/Locale/Maketext/t/90utf8.t
33077            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext/ChangeLog
33078            ! lib/Locale/Maketext/README
33079 ____________________________________________________________________________
33080 [ 22941] By: rgs                                   on 2004/06/17  09:43:48
33081         Log: Upgrade to I18N::LangTags 0.30.
33082      Branch: perl
33083            + lib/I18N/LangTags/Detect.pm
33084            + lib/I18N/LangTags/t/01_about_verbose.t
33085            + lib/I18N/LangTags/t/05_main.t lib/I18N/LangTags/t/07_listy.t
33086            + lib/I18N/LangTags/t/10_http.t lib/I18N/LangTags/t/50_super.t
33087            + lib/I18N/LangTags/t/55_supers_strict.t
33088            + lib/I18N/LangTags/t/80_all_env.t
33089            - lib/I18N/LangTags/t/01test.t lib/I18N/LangTags/t/02decency.t
33090            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
33091            ! lib/I18N/LangTags/List.pm
33092 ____________________________________________________________________________
33093 [ 22940] By: rgs                                   on 2004/06/17  08:54:41
33094         Log: More forgiving version comparison in perlivp.
33095      Branch: perl
33096            ! utils/perlivp.PL
33097 ____________________________________________________________________________
33098 [ 22939] By: nicholas                              on 2004/06/16  09:05:57
33099         Log: Improve the substitution to cc_r for threading so that compilers
33100              specified with a full path or as a parameter to ccache are changed
33101      Branch: perl
33102            ! hints/aix.sh
33103 ____________________________________________________________________________
33104 [ 22938] By: rgs                                   on 2004/06/15  14:35:00
33105         Log: Subject: [PATCH] File::Basename docs
33106              From: Boris Zentner <bzm@2bz.de>
33107              Date: Sat, 12 Jun 2004 16:29:42 +0200
33108              Message-Id: <200406121629.42595.bzm@2bz.de>
33109      Branch: perl
33110            ! lib/File/Basename.pm
33111 ____________________________________________________________________________
33112 [ 22937] By: nicholas                              on 2004/06/15  09:21:22
33113         Log: It seems that our assert() macro wasn't good enough.
33114              Changed to one that that is an expression, rather than a statement.
33115              Fix new macros definitions in sv.h to be clean enough C to keep the
33116              AIX compiler happy.
33117      Branch: perl
33118            ! perl.h sv.h
33119 ____________________________________________________________________________
33120 [ 22936] By: rgs                                   on 2004/06/15  08:22:32
33121         Log: Subject: [PATCH] perlop.pod: add an example to the .. and ... operators
33122              From: Shlomi Fish <shlomif@vipe.technion.ac.il>
33123              Date: Tue, 15 Jun 2004 10:15:15 +0300 (IDT)
33124              Message-ID: <Pine.LNX.4.56.0406151013140.14618@vipe.technion.ac.il>
33125      Branch: perl
33126            ! pod/perlop.pod
33127 ____________________________________________________________________________
33128 [ 22935] By: nicholas                              on 2004/06/15  07:17:17
33129         Log: Assert SvTYPE is at least PGMV whenever accessing SvSTASH
33130      Branch: perl
33131            ! ext/Storable/Storable.xs sv.h
33132 ____________________________________________________________________________
33133 [ 22934] By: nicholas                              on 2004/06/14  15:26:38
33134         Log: Assert that SV type has magic member when reading/writing.
33135              Will catch buggy code.
33136      Branch: perl
33137            ! sv.c sv.h
33138 ____________________________________________________________________________
33139 [ 22933] By: rgs                                   on 2004/06/13  17:54:47
33140         Log: More h2ph voodoo.
33141      Branch: perl
33142            ! utils/h2ph.PL
33143 ____________________________________________________________________________
33144 [ 22932] By: rgs                                   on 2004/06/13  15:35:00
33145         Log: Subject: [PATCH] t/TEST
33146              From: Abe Timmerman <abe@ztreet.demon.nl>
33147              Date: Sun, 13 Jun 2004 11:41:49 +0200
33148              Message-Id: <200406131141.50361.abe@ztreet.demon.nl>
33149      Branch: perl
33150            ! t/TEST
33151 ____________________________________________________________________________
33152 [ 22931] By: rgs                                   on 2004/06/11  16:54:00
33153         Log: Reapply change #20983, rolled back by change #22920,
33154              as noticed by Craig Berry.
33155      Branch: perl
33156            ! pod/pod2usage.PL pod/podselect.PL
33157 ____________________________________________________________________________
33158 [ 22930] By: rgs                                   on 2004/06/11  14:22:55
33159         Log: More h2ph tweaks: recognition of C types
33160      Branch: perl
33161            ! utils/h2ph.PL
33162 ____________________________________________________________________________
33163 [ 22929] By: rgs                                   on 2004/06/11  13:46:53
33164         Log: More h2ph tweaking for gcc __inline functions
33165      Branch: perl
33166            ! utils/h2ph.PL
33167 ____________________________________________________________________________
33168 [ 22928] By: mhx                                   on 2004/06/11  09:37:42
33169         Log: t/comp/utf.t failed when configuring with -Dnoextensions=Encode
33170      Branch: perl
33171            ! t/comp/utf.t
33172 ____________________________________________________________________________
33173 [ 22927] By: rgs                                   on 2004/06/11  08:28:19
33174         Log: Remove a warning against unsafe signals in perlipc.pod,
33175              now that we have "safe signals".
33176      Branch: perl
33177            ! pod/perlipc.pod
33178 ____________________________________________________________________________
33179 [ 22926] By: rgs                                   on 2004/06/10  19:03:51
33180         Log: Subject: Re: [perl #30197] perlbug AutoReply: Data::Dumper does not indent the deparsed code properly
33181              From: Mathieu Arnold <m@absolight.fr>
33182              Date: Thu, 10 Jun 2004 16:43:58 +0200
33183              Message-ID: <34D483170C7F84E0DFBE442B@andromede.in.reaumur.net>
33184              (with a test adjustment)
33185      Branch: perl
33186            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/t/dumper.t
33187 ____________________________________________________________________________
33188 [ 22925] By: rgs                                   on 2004/06/10  17:26:15
33189         Log: Make h2ph able to understand a limited set of inline functions.
33190              The glibc apparently now ships headers that use inline functions
33191              instead of plain old macros.
33192      Branch: perl
33193            ! utils/h2ph.PL
33194 ____________________________________________________________________________
33195 [ 22924] By: rgs                                   on 2004/06/10  07:55:41
33196         Log: Subject: Change 22872 breaks shared miniperl invocation
33197              From: Alexey Tourbin <at@altlinux.ru>
33198              Date: Fri, 4 Jun 2004 13:24:17 +0400
33199              Message-ID: <20040604092417.GA13447@solemn.turbinal.org>
33200      Branch: perl
33201            ! Makefile.SH
33202 ____________________________________________________________________________
33203 [ 22923] By: rgs                                   on 2004/06/09  19:47:47
33204         Log: Subject: Re: [perl #30045] Transliteration replacement not terminated message obscure
33205              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
33206              Date: Mon, 7 Jun 2004 00:28:55 -0700
33207              Message-ID: <20040607072854.GB1028@efn.org>
33208      Branch: perl
33209            ! pod/perldiag.pod
33210 ____________________________________________________________________________
33211 [ 22922] By: rgs                                   on 2004/06/09  18:40:45
33212         Log: Remove the "malloc wrappage" tests, due to their unportability
33213              (as suggested by Jarkko.)
33214      Branch: perl
33215            ! t/op/array.t t/op/repeat.t
33216 ____________________________________________________________________________
33217 [ 22921] By: rgs                                   on 2004/06/09  15:57:58
33218         Log: Subject: [PATCH] Re: [perl #24081] invalid regexp in perl -V
33219              From: Robin Barker <Robin.Barker@npl.co.uk>
33220              Date: Wed, 9 Jun 2004 12:02:01 +0100
33221              Message-ID: <533D273D4014D411AB1D00062938C4D9040468F1@hotel.npl.co.uk>
33222              with further adjustements for bleadperl
33223      Branch: perl
33224            ! configpm lib/Config.t
33225 ____________________________________________________________________________
33226 [ 22920] By: rgs                                   on 2004/06/09  13:13:29
33227         Log: Upgrade to Pod::Parser 1.28
33228              (except Pod::Find, which has local patches not yet on CPAN)
33229      Branch: perl
33230            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm lib/Pod/Parser.pm
33231            ! pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
33232            ! t/pod/find.t
33233 ____________________________________________________________________________
33234 [ 22919] By: mhx                                   on 2004/06/09  12:50:12
33235         Log: s/64bit/64-bit/g for consistency in the READMEs.
33236      Branch: perl
33237            ! README.aix README.hpux
33238 ____________________________________________________________________________
33239 [ 22918] By: rgs                                   on 2004/06/09  12:43:59
33240         Log: Subject: [patch] Windows/Win32 thread handle leak with threads join
33241              From: "Kevin Chase" <kevincha99@hotmail.com>
33242              Date: Sun, 06 Jun 2004 09:44:44 -0700
33243              Message-ID: <BAY2-F172Ih5h5xf4rJ0001a3a6@hotmail.com>
33244      Branch: perl
33245            ! ext/threads/threads.xs
33246 ____________________________________________________________________________
33247 [ 22917] By: merijn                                on 2004/06/09  11:46:23
33248         Log: Several updates, major, and minor corrections, model updates,
33249              explained the model numbering of HP-UX servers.
33250      Branch: perl
33251            ! README.hpux
33252 ____________________________________________________________________________
33253 [ 22916] By: rgs                                   on 2004/06/09  09:53:58
33254         Log: Upgrade to Pod::Perldoc 3.13
33255      Branch: perl
33256            + lib/Pod/Perldoc/t/01_about_verbose.t
33257            ! MANIFEST lib/Pod/Perldoc.pm lib/Pod/Perldoc/ToMan.pm
33258 ____________________________________________________________________________
33259 [ 22915] By: rgs                                   on 2004/06/09  09:08:46
33260         Log: Upgrade to Digest 1.08.
33261      Branch: perl
33262            ! lib/Digest.pm
33263 ____________________________________________________________________________
33264 [ 22914] By: rgs                                   on 2004/06/09  08:08:55
33265         Log: Upgrade to CGI.pm 3.05
33266      Branch: perl
33267            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Util.pm lib/CGI/t/html.t
33268 ____________________________________________________________________________
33269 [ 22913] By: davem                                 on 2004/06/08  22:20:40
33270         Log: double DESTROY in for loop
33271              pp_iter decremented the ref count of the previous iterant before
33272              unaliasing it. This could lead to DESTROY being called with the
33273              loop variable still aliased to the freed value. If the DESTROY
33274              also contained a for loop with the same iterator variable, the
33275              freed value would get resurrected then freed for a second time.
33276      Branch: perl
33277            ! pp_hot.c t/cmd/for.t
33278 ____________________________________________________________________________
33279 [ 22912] By: rgs                                   on 2004/06/08  18:51:03
33280         Log: Upgrade to Pod::LaTeX 0.57
33281      Branch: perl
33282            + lib/Pod/t/user.t
33283            ! MANIFEST lib/Pod/LaTeX.pm pod/pod2latex.PL
33284 ____________________________________________________________________________
33285 [ 22911] By: rgs                                   on 2004/06/08  18:42:29
33286         Log: Upgrade to Unicode::Normalize 0.30.
33287      Branch: perl
33288            ! ext/Unicode/Normalize/Changes
33289            ! ext/Unicode/Normalize/Normalize.pm
33290            ! ext/Unicode/Normalize/Normalize.xs
33291            ! ext/Unicode/Normalize/t/illegal.t
33292            ! ext/Unicode/Normalize/t/short.t
33293            ! ext/Unicode/Normalize/t/split.t
33294 ____________________________________________________________________________
33295 [ 22910] By: rgs                                   on 2004/06/08  18:40:38
33296         Log: Remove a spurious \n in a perltie example,
33297              noticed by Geoffrey Young.
33298      Branch: perl
33299            ! pod/perltie.pod
33300 ____________________________________________________________________________
33301 [ 22909] By: rgs                                   on 2004/06/08  18:34:23
33302         Log: Upgrade to Unicode::Collate 0.40
33303      Branch: perl
33304            ! lib/Unicode/Collate.pm lib/Unicode/Collate/t/hangul.t
33305 ____________________________________________________________________________
33306 [ 22908] By: rgs                                   on 2004/06/08  18:23:54
33307         Log: Upgrade to Time::Local 1.10.
33308      Branch: perl
33309            ! lib/Time/Local.pm lib/Time/Local.t
33310 ____________________________________________________________________________
33311 [ 22907] By: rgs                                   on 2004/06/08  18:02:59
33312         Log: Upgrade to Test::Harness 2.42
33313      Branch: perl
33314            ! lib/Test/Harness.pm lib/Test/Harness/Changes
33315            ! lib/Test/Harness/bin/prove lib/Test/Harness/t/prove-switches.t
33316 ____________________________________________________________________________
33317 [ 22906] By: nicholas                              on 2004/06/08  14:59:20
33318         Log: Patch 22835 Failed to upgrade all the new files in Encode 2.01
33319              As spotted by Jerry D. Hedden
33320      Branch: perl
33321            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/META.yml
33322 ____________________________________________________________________________
33323 [ 22905] By: rgs                                   on 2004/06/08  13:53:40
33324         Log: Subject: Re: newSVpvn(NULL, 0); doesn't work as advertised
33325              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
33326              Date: Fri, 4 Jun 2004 16:29:44 +0200
33327              Message-Id: <20040604162944.4011f1c6@r2d2>
33328      Branch: perl
33329            ! pod/perlapi.pod sv.c
33330 ____________________________________________________________________________
33331 [ 22904] By: rgs                                   on 2004/06/08  13:44:27
33332         Log: Subject: Re: [PATCH] Re: Lack of error for large string on Solaris
33333              From: Jarkko Hietaniemi <jhi@iki.fi>
33334              Date: Mon, 07 Jun 2004 20:09:42 +0300
33335              Message-ID: <40C4A156.5030205@iki.fi>
33336      Branch: perl
33337            ! av.c pod/perldiag.pod pp.c pp_hot.c t/op/array.t t/op/repeat.t
33338 ____________________________________________________________________________
33339 [ 22903] By: rgs                                   on 2004/06/08  10:19:27
33340         Log: Subject: [perl #30073] Misleading docs of Text::Wrap
33341              From: perl-5.8.0@ton.iguana.be (via RT) <perlbug-followup@perl.org>
33342              Date: 6 Jun 2004 21:50:19 -0000
33343              Message-ID: <rt-3.0.9-30073-89834.19.0927626986204@perl.org>
33344      Branch: perl
33345            ! lib/Text/Wrap.pm
33346 ____________________________________________________________________________
33347 [ 22902] By: rgs                                   on 2004/06/06  07:49:27
33348         Log: Subject: Re: [PATCH] [perl #29841] utf8::decode doesn't work under -T
33349              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
33350              Date: Sun, 06 Jun 2004 00:37:21 +0900
33351              Message-Id: <20040606003344.57B2.BQW10602@nifty.com>
33352      Branch: perl
33353            ! lib/utf8.pm pod/perlapi.pod sv.c t/op/utftaint.t
33354 ____________________________________________________________________________
33355 [ 22901] By: rgs                                   on 2004/06/03  15:19:52
33356         Log: Subject: [PATCH] Have win32/makefile.mk default to gcc, and update docs
33357              From: Steve Hay <steve.hay@uk.radan.com>
33358              Date: Thu, 03 Jun 2004 15:46:17 +0100
33359              Message-ID: <40BF39B9.3060207@uk.radan.com>
33360      Branch: perl
33361            ! README.win32 win32/makefile.mk
33362 ____________________________________________________________________________
33363 [ 22900] By: rgs                                   on 2004/06/03  13:20:37
33364         Log: perlpodspec uses 'nonbreaking' and 'non-breaking'.
33365              Normalize on the hyphenated spelling.
33366      Branch: perl
33367            ! pod/perlpodspec.pod
33368 ____________________________________________________________________________
33369 [ 22899] By: rgs                                   on 2004/06/03  13:03:20
33370         Log: Workaround a dmake oddity.
33371              Subject: Re: Smoke [5.9.2] 22881 FAIL(M) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
33372              From: Steve Hay <steve.hay@uk.radan.com>
33373              Date: Thu, 03 Jun 2004 12:16:13 +0100
33374              Message-ID: <40BF087D.8030005@uk.radan.com>
33375      Branch: perl
33376            ! win32/makefile.mk
33377 ____________________________________________________________________________
33378 [ 22898] By: rgs                                   on 2004/06/03  09:02:31
33379         Log: Carp was mostly unusable with Safe because it may require
33380              Carp::Heavy at run-time (while require() is forbidden.)
33381              Have Safe load Carp::Heavy.
33382      Branch: perl
33383            ! ext/Opcode/Safe.pm lib/Carp.pm
33384 ____________________________________________________________________________
33385 [ 22897] By: mhx                                   on 2004/06/02  18:03:40
33386         Log: Make change #22889 work for threaded builds, Part 2.
33387      Branch: perl
33388            ! XSUB.h
33389 ____________________________________________________________________________
33390 [ 22896] By: mhx                                   on 2004/06/02  17:18:44
33391         Log: Make change #22889 work for threaded builds.
33392      Branch: perl
33393            ! pad.c pp.c
33394 ____________________________________________________________________________
33395 [ 22895] By: mhx                                   on 2004/06/02  16:48:41
33396         Log: Fix apidoc entries for PUSHMARK and newXSproto.
33397      Branch: perl
33398            ! XSUB.h pod/perlapi.pod pp.h
33399 ____________________________________________________________________________
33400 [ 22894] By: mhx                                   on 2004/06/02  16:42:24
33401         Log: Document embed.fnc 'U' and 's' flags.
33402      Branch: perl
33403            ! embed.fnc
33404 ____________________________________________________________________________
33405 [ 22893] By: rgs                                   on 2004/06/02  08:21:30
33406         Log: Subject: [PATCH] on VMS, always exit with failure in my_failure_exit
33407              From: "Craig A. Berry" <craigberry@mac.com>
33408              Date: Tue, 01 Jun 2004 23:16:58 -0500
33409              Message-ID: <40BD54BA.9040708@mac.com>
33410      Branch: perl
33411            ! perl.c
33412 ____________________________________________________________________________
33413 [ 22892] By: rgs                                   on 2004/06/02  08:19:30
33414         Log: Subject: Re: [PATCH] [perl #29612] ndbm failure in make test
33415              From: Alexey Tourbin <at@altlinux.ru>
33416              Date: Sat, 22 May 2004 02:22:22 +0400
33417              Message-ID: <20040521222222.GJ2030@solemn.turbinal.org>
33418      Branch: perl
33419            ! ext/NDBM_File/hints/linux.pl
33420 ____________________________________________________________________________
33421 [ 22891] By: rgs                                   on 2004/06/02  06:47:58
33422         Log: Detypo.
33423      Branch: perl
33424            ! pod/perlintern.pod pp_ctl.c
33425 ____________________________________________________________________________
33426 [ 22890] By: rgs                                   on 2004/06/02  06:43:30
33427         Log: Subject: [PATCH] Re: [perl #29765] PERL-5.8.4 INSTALL
33428              From: Andrew Dougherty <doughera@lafayette.edu>
33429              Date: Tue, 1 Jun 2004 16:25:48 -0400 (EDT)
33430              Message-ID: <Pine.SOL.4.58.0406011619090.4066@maxwell.phys.lafayette.edu>
33431      Branch: perl
33432            ! INSTALL README
33433 ____________________________________________________________________________
33434 [ 22889] By: rgs                                   on 2004/06/02  06:07:53
33435         Log: Make the dUNDERBAR/UNDERBAR macros work as advertised.
33436              While we're at it, use the same trick to make reverse()
33437              work correctly with lexical $_.
33438      Branch: perl
33439            ! XSUB.h embed.fnc embed.h global.sym pad.c pp.c proto.h
33440            ! t/op/mydef.t
33441 ____________________________________________________________________________
33442 [ 22888] By: rgs                                   on 2004/06/01  15:26:59
33443         Log: Subject: [PATCH] Remove redundant %SIG assignments from FileCache
33444              From: Alan Burlison <Alan.Burlison@Sun.COM>
33445              Date: Fri, 28 May 2004 12:27:06 +0100
33446              Message-ID: <40B7220A.4040305@sun.com>
33447      Branch: perl
33448            ! lib/FileCache.pm
33449 ____________________________________________________________________________
33450 [ 22887] By: merijn                                on 2004/06/01  14:30:48
33451         Log: Subject: Re: Smoke [5.9.2] 22881 FAIL(M) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
33452              From: Steve Hay <steve.hay@uk.radan.com>
33453              Date: Tue, 01 Jun 2004 15:30:37 +0100
33454              Message-ID: <40BC930D.90701@uk.radan.com>
33455      Branch: perl
33456            ! win32/Makefile win32/makefile.mk
33457 ____________________________________________________________________________
33458 [ 22886] By: rgs                                   on 2004/06/01  12:24:30
33459         Log: Subject: [Fwd: [PATCH] Pod::Find should ignore SCM files and dirs]
33460              From: Alan Burlison <Alan.Burlison@sun.com>
33461              Date: Fri, 28 May 2004 23:28:44 +0100
33462              Message-ID: <40B7BD1C.40309@sun.com>
33463      Branch: perl
33464            ! lib/Pod/Find.pm
33465 ____________________________________________________________________________
33466 [ 22885] By: rgs                                   on 2004/06/01  12:17:18
33467         Log: Subject: Re: [PATCH] UPDATE - Grammatical fixes and explanations in perlfunc.pod (sysopen)
33468              From: Paul Fenwick <pjf@perltraining.com.au>
33469              Date: Tue, 1 Jun 2004 11:31:34 +1000
33470              Message-ID: <20040601013134.GA11005@perltraining.com.au>
33471      Branch: perl
33472            ! pod/perlfunc.pod
33473 ____________________________________________________________________________
33474 [ 22884] By: merijn                                on 2004/06/01  10:51:33
33475         Log: Subject: [PATCH] configure.com and PERL_API_REVISION
33476              From: "Craig A. Berry" <craigberry@mac.com>
33477              Date: Mon, 31 May 2004 21:04:07 -0500
33478              Message-ID: <40BBE417.2090001@mac.com>
33479      Branch: perl
33480            ! configure.com
33481 ____________________________________________________________________________
33482 [ 22883] By: rgs                                   on 2004/06/01  09:25:32
33483         Log: Subject: [PATCH] Shell.pm: pod rewrite and new mini-feature $Shell::raw
33484              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
33485              Date: Tue, 1 Jun 2004 07:52:58 +0200
33486              Message-ID: <DF27CDCBD2581D4B88431901094E4B4D02B0C744@attmsx1.aut.alcatel.at>
33487      Branch: perl
33488            ! lib/Shell.pm
33489 ____________________________________________________________________________
33490 [ 22882] By: rgs                                   on 2004/06/01  08:44:01
33491         Log: Subject: [PATCH] perlhack.pod - working with the Perl source
33492              From: Dave Rolsky <autarch@urth.org>
33493              Date: Mon, 31 May 2004 12:52:43 -0500 (CDT)
33494              Message-ID: <Pine.LNX.4.58.0405311250520.7714@urth.org>
33495      Branch: perl
33496            ! pod/perlhack.pod
33497 ____________________________________________________________________________
33498 [ 22881] By: nicholas                              on 2004/05/31  19:06:21
33499         Log: replace the run time code in lib/utf8_pva.pl with data generated
33500              at build by mktables, stored in lib/unicore/PVA.pl
33501      Branch: perl
33502            - lib/utf8_pva.pl
33503            ! MANIFEST Makefile.SH lib/unicore/mktables lib/utf8_heavy.pl
33504            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
33505 ____________________________________________________________________________
33506 [ 22880] By: nicholas                              on 2004/05/31  17:26:56
33507         Log: Don't need to require utf8_pva.pl at top of file
33508      Branch: perl
33509            ! lib/utf8_heavy.pl
33510 ____________________________________________________________________________
33511 [ 22879] By: nicholas                              on 2004/05/31  14:24:56
33512         Log: Run mktables as part of the build process.
33513              Don't ship any of the files that it generates in lib/unicore
33514      Branch: perl
33515            - (delete 419 files)
33516            ! MANIFEST Makefile.SH lib/unicore/mktables
33517            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
33518 ____________________________________________________________________________
33519 [ 22878] By: rgs                                   on 2004/05/31  14:20:53
33520         Log: Subject: [perl #29937] Entries missing from .packlist
33521              From: jdhedden@1979.usna.com (via RT) <perlbug-followup@perl.org>
33522              Date: 28 May 2004 19:23:48 -0000
33523              Message-ID: <rt-3.0.9-29937-88315.2.18472609678159@perl.org>
33524      Branch: perl
33525            ! installman installperl
33526 ____________________________________________________________________________
33527 [ 22877] By: rgs                                   on 2004/05/31  12:50:57
33528         Log: Subject: [PATCH] Re: [perl #29969] h2ph not correctly processing glibc sys/sysmacros.ph
33529              From: <wolfgang.laun@chello.at>
33530              Date: Sun, 30 May 2004 17:27:07 +0200
33531              Message-Id: <20040530152707.ZLWL22856.viefep16-int.chello.at@localhost>
33532      Branch: perl
33533            ! utils/h2ph.PL
33534 ____________________________________________________________________________
33535 [ 22876] By: rgs                                   on 2004/05/31  09:52:05
33536         Log: Subject: [PATCH] Fix anomalies in Carp functions
33537              From: Steve Hay <steve.hay@uk.radan.com>
33538              Date: Tue, 25 May 2004 16:05:02 +0100
33539              Message-ID: <40B3609E.5060502@uk.radan.com>
33540      Branch: perl
33541            ! lib/Carp.t lib/Carp/Heavy.pm lib/autouse.t
33542 ____________________________________________________________________________
33543 [ 22875] By: rgs                                   on 2004/05/31  09:25:37
33544         Log: Subject: [PATCH] Fix generation of perlapi.pod
33545              From: Steve Hay <steve.hay@uk.radan.com>
33546              Date: Fri, 28 May 2004 11:46:41 +0100
33547              Message-ID: <40B71891.6090806@uk.radan.com>
33548      Branch: perl
33549            ! autodoc.pl pod/perlapi.pod
33550 ____________________________________________________________________________
33551 [ 22874] By: davem                                 on 2004/05/30  22:31:03
33552         Log: Subject:  Re: my $x->{foo} doesn't work
33553              From:  Shinya Hayakawa <hayakawa@livedoor.jp>
33554              Date:  Tue, 25 May 2004 00:06:06 +0900
33555              Message-Id:  <200405250006.06387.hayakawa@livedoor.jp>
33556
33557              Allow autovivification of (my $x)->{foo}
33558      Branch: perl
33559            ! pp_hot.c t/op/my.t
33560 ____________________________________________________________________________
33561 [ 22873] By: nicholas                              on 2004/05/30  21:58:36
33562         Log: Convert to using File::Spec, so that we can build Unicode files
33563              on all platforms
33564      Branch: perl
33565            ! lib/unicore/mktables
33566 ____________________________________________________________________________
33567 [ 22872] By: nicholas                              on 2004/05/30  20:34:07
33568         Log: First step to generating Unicode files for the regexp engine at build
33569              time - targets in the Makefile
33570      Branch: perl
33571            ! Makefile.SH
33572 ____________________________________________________________________________
33573 [ 22870] By: davem                                 on 2004/05/30  14:30:45
33574         Log: Problem with autouse (causing Perl to crash)
33575              @_ sometimes wasn't getting created right
33576      Branch: perl
33577            ! pad.c pp_ctl.c t/op/goto.t
33578 ____________________________________________________________________________
33579 [ 22868] By: nicholas                              on 2004/05/30  13:57:05
33580         Log: Upgrade to Encode 2.01.
33581      Branch: perl
33582            ! ext/Encode/lib/Encode/CN/HZ.pm
33583            ! ext/Encode/lib/Encode/Unicode/UTF7.pm
33584 ____________________________________________________________________________
33585 [ 22866] By: nicholas                              on 2004/05/30  13:11:41
33586         Log: Skip in minitest
33587      Branch: perl
33588            ! t/comp/utf.t
33589 ____________________________________________________________________________
33590 [ 22853] By: rgs                                   on 2004/05/28  06:29:28
33591         Log: Subject: [PATCH doc] Re: undef loses it magicness when assigned to a variable?
33592              From: Stas Bekman <stas@stason.org>
33593              Date: Thu, 27 May 2004 11:25:08 -0700
33594              Message-ID: <40B63284.5040203@stason.org>
33595      Branch: perl
33596            ! pod/perlapi.pod pod/perlguts.pod sv.h
33597 ____________________________________________________________________________
33598 [ 22852] By: merijn                                on 2004/05/28  05:31:25
33599         Log: Subject: TEST needs to ignore SCM files
33600              From: Alan Burlison <Alan.Burlison@sun.com>
33601              Date: Thu, 27 May 2004 23:32:28 +0100
33602              Message-ID: <40B66C7C.8030303@sun.com>
33603      Branch: perl
33604            ! t/TEST
33605 ____________________________________________________________________________
33606 [ 22850] By: rgs                                   on 2004/05/26  16:17:24
33607         Log: Subject: [PATCH] 'perl -v' fails if local_patches contains code snippets
33608              From: Alan Burlison <Alan.Burlison@sun.com>
33609              Date: Wed, 26 May 2004 16:24:03 +0100
33610              Message-ID: <40B4B693.9090905@sun.com>
33611              (using \0 as a separator for q//)
33612      Branch: perl
33613            ! perl.c
33614 ____________________________________________________________________________
33615 [ 22848] By: rgs                                   on 2004/05/26  08:15:29
33616         Log: Subject: [PATCH] correctly handle C<< >> and C<<< >>> in diagnostics
33617              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
33618              Date: Tue, 25 May 2004 02:29:37 -0700
33619              Message-ID: <20040525092937.GA2332@efn.org>
33620      Branch: perl
33621            ! lib/diagnostics.pm
33622 ____________________________________________________________________________
33623 [ 22843] By: rgs                                   on 2004/05/24  16:12:41
33624         Log: Tests for change #22842, by SADAHIRO Tomoyuki
33625              (adapted to the core)
33626      Branch: perl
33627            + t/op/utftaint.t
33628            ! MANIFEST
33629 ____________________________________________________________________________
33630 [ 22842] By: rgs                                   on 2004/05/24  15:55:23
33631         Log: Subject: Re: utf-8 and taint don't work together
33632              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
33633              Date: Sat, 22 May 2004 21:38:33 +0900
33634              Message-Id: <20040522212704.C068.BQW10602@nifty.com>
33635
33636              Date: Sun, 23 May 2004 09:56:15 +0900
33637              Message-Id: <20040523095609.E404.BQW10602@nifty.com>
33638      Branch: perl
33639            ! ext/Encode/lib/Encode/CN/HZ.pm
33640            ! ext/Encode/lib/Encode/Unicode/UTF7.pm sv.c
33641 ____________________________________________________________________________
33642 [ 22841] By: rgs                                   on 2004/05/24  11:43:32
33643         Log: Subject: [PATCH] win32_chsize is not exported on Win32
33644              From: Steve Hay <steve.hay@uk.radan.com>
33645              Date: Mon, 24 May 2004 12:52:48 +0100
33646              Message-ID: <40B1E210.4050202@uk.radan.com>
33647      Branch: perl
33648            ! makedef.pl
33649 ____________________________________________________________________________
33650 [ 22840] By: rgs                                   on 2004/05/24  11:23:31
33651         Log: Subject: [PATCH] Re: [perl #29765] PERL-5.8.4 INSTALL
33652              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
33653              Date: Fri, 21 May 2004 11:35:34 -0700
33654              Message-ID: <20040521183533.GA5108@efn.org>
33655              (plus whitespace removal)
33656      Branch: perl
33657            ! INSTALL
33658 ____________________________________________________________________________
33659 [ 22839] By: davem                                 on 2004/05/22  11:15:34
33660         Log: Optimization busted: '@a = "b", sort @a' drops "b"
33661              Fix the sort-in-place optimization of change #22349.
33662      Branch: perl
33663            ! op.c t/op/sort.t
33664 ____________________________________________________________________________
33665 [ 22838] By: gbarr                                 on 2004/05/22  07:41:21
33666         Log: Update to Scalar-List-Utils-1.14
33667      Branch: perl
33668            + ext/List/Util/Changes
33669            - ext/List/Util/ChangeLog
33670            ! MANIFEST ext/List/Util/README ext/List/Util/Util.xs
33671            ! ext/List/Util/lib/List/Util.pm
33672            ! ext/List/Util/lib/Scalar/Util.pm
33673 ____________________________________________________________________________
33674 [ 22837] By: rgs                                   on 2004/05/21  15:40:49
33675         Log: Subject: Proposed doc patch for getsockopt
33676              From: perl5-porters@ton.iguana.be (Ton Hospel)
33677              Date: Sun, 16 May 2004 13:35:20 +0000 (UTC)
33678              Message-Id: <c87qmo$u9b$1@post.home.lunix>
33679      Branch: perl
33680            ! pod/perlfunc.pod
33681 ____________________________________________________________________________
33682 [ 22836] By: rgs                                   on 2004/05/21  08:45:28
33683         Log: Subject: [PATCH] h2xs doesn't recognize indented enums
33684              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
33685              Date: Fri, 21 May 2004 10:51:58 +0200
33686              Message-id: <20040521085158.GA10660@ethan>
33687              (modified regexp)
33688      Branch: perl
33689            ! utils/h2xs.PL
33690 ____________________________________________________________________________
33691 [ 22835] By: rgs                                   on 2004/05/20  13:30:25
33692         Log: Upgrade to Encode 2.00.
33693      Branch: perl
33694            ! (edit 147 files)
33695 ____________________________________________________________________________
33696 [ 22833] By: rgs                                   on 2004/05/20  11:48:29
33697         Log: Test portability nit.
33698              Subject: [PATCH] Re: Smoke [5.9.2] 22821 FAIL(F) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
33699              From: Steve Hay <steve.hay@uk.radan.com>
33700              Date: Tue, 18 May 2004 11:31:04 +0100
33701              Message-ID: <40A9E5E8.7030800@uk.radan.com>
33702      Branch: perl
33703            ! ext/B/t/optree_specials.t
33704 ____________________________________________________________________________
33705 [ 22831] By: davem                                 on 2004/05/19  21:02:04
33706         Log: improve hashing algorithm for ptr tables in perl_clone:
33707              the bottom few bits of a pointer are usually zero
33708      Branch: perl
33709            ! sv.c
33710 ____________________________________________________________________________
33711 [ 22830] By: davem                                 on 2004/05/19  20:17:55
33712         Log: Thread creation time is hypersensitive
33713
33714              Due to a logic error, the dup ptr table sometimes wans't being
33715              grown, leading to extremely slow cloning.
33716      Branch: perl
33717            ! sv.c
33718 ____________________________________________________________________________
33719 [ 22829] By: rgs                                   on 2004/05/18  13:05:48
33720         Log: perlrun.pod minor fixes :
33721              - the parameter to -x is optional
33722              - pod nit
33723      Branch: perl
33724            ! pod/perlrun.pod
33725 ____________________________________________________________________________
33726 [ 22828] By: rgs                                   on 2004/05/18  12:54:47
33727         Log: Subject: [perl #29623] Patch for h2xs.t in Perl 5.8.4
33728              From: mats@sm5sxl.net (via RT) <perlbug-followup@perl.org>
33729              Date: 16 May 2004 13:33:32 -0000
33730              Message-ID: <rt-3.0.9-29623-87522.10.1965589695082@perl.org>
33731      Branch: perl
33732            ! lib/h2xs.t
33733 ____________________________________________________________________________
33734 [ 22827] By: rgs                                   on 2004/05/18  12:16:42
33735         Log: Subject: [PATCH] Re: Smoke [5.9.2] 22818 FAIL(F) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
33736              From: Steve Hay <steve.hay@uk.radan.com>
33737              Date: Fri, 14 May 2004 17:33:17 +0100
33738              Message-ID: <40A4F4CD.2000003@uk.radan.com>
33739      Branch: perl
33740            ! t/comp/utf.t
33741 ____________________________________________________________________________
33742 [ 22826] By: rgs                                   on 2004/05/18  08:15:27
33743         Log: Error message too wide.
33744      Branch: perl
33745            ! perl.c
33746 ____________________________________________________________________________
33747 [ 22825] By: rgs                                   on 2004/05/17  15:12:03
33748         Log: Remove a TODO test that is no longer to do.
33749      Branch: perl
33750            ! ext/B/t/f_sort.t
33751 ____________________________________________________________________________
33752 [ 22824] By: rgs                                   on 2004/05/17  15:08:40
33753         Log: Fix new B::Concise test output
33754              Subject: Re: Smoke [5.9.2] 22820 FAIL(F) openbsd 3.5 (i386/1 cpu)
33755              From: Jim Cromie <jcromie@divsol.com>
33756              Date: Mon, 17 May 2004 09:19:00 -0600
33757              Message-ID: <40A8D7E4.1020007@divsol.com>
33758      Branch: perl
33759            ! ext/B/t/f_sort.t t/TEST
33760 ____________________________________________________________________________
33761 [ 22823] By: rgs                                   on 2004/05/17  08:54:15
33762         Log: Subject: [PATCH] Re: [perl #29581] glob() misses a lot of matches
33763              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
33764              Date: Mon, 17 May 2004 07:38:19 +0200
33765              Message-ID: <DF27CDCBD2581D4B88431901094E4B4D02B0C71E@attmsx1.aut.alcatel.at>
33766      Branch: perl
33767            ! ext/File/Glob/Glob.xs
33768 ____________________________________________________________________________
33769 [ 22822] By: rgs                                   on 2004/05/17  08:49:53
33770         Log: David Manura is the new maintainer of Text::Balanced.
33771      Branch: perl
33772            ! Porting/Maintainers.pl
33773 ____________________________________________________________________________
33774 [ 22821] By: davem                                 on 2004/05/16  15:31:42
33775         Log: make Text::Balanced skip "case /..../" correctly for Switch.pm
33776      Branch: perl
33777            ! lib/Text/Balanced.pm lib/Text/Balanced/t/extcbk.t
33778 ____________________________________________________________________________
33779 [ 22820] By: rgs                                   on 2004/05/14  16:30:07
33780         Log: Subject: Re: more B::Concise stuff (PATCH - updated)
33781              From: Jim Cromie <jcromie@divsol.com>
33782              Date: Mon, 10 May 2004 05:28:11 -0600
33783              Message-ID: <409F674B.2000506@divsol.com>
33784      Branch: perl
33785            + ext/B/t/f_map ext/B/t/f_map.t ext/B/t/f_sort ext/B/t/f_sort.t
33786            + ext/B/t/optree_specials.t
33787            ! MANIFEST ext/B/B/Concise.pm ext/B/B/Showlex.pm
33788            ! ext/B/B/Terse.pm ext/B/t/OptreeCheck.pm ext/B/t/concise.t
33789            ! ext/B/t/optree_check.t ext/B/t/optree_concise.t
33790            ! ext/B/t/optree_samples.t ext/B/t/optree_sort.t
33791            ! ext/B/t/optree_varinit.t ext/B/t/showlex.t
33792 ____________________________________________________________________________
33793 [ 22819] By: rgs                                   on 2004/05/14  09:38:43
33794         Log: Add new dUNDERBAR and UNDERBAR macros, to help XS writers to
33795              access the $_ variable, even when there is a lexical one in scope.
33796      Branch: perl
33797            ! XSUB.h pod/perlapi.pod
33798 ____________________________________________________________________________
33799 [ 22818] By: nicholas                              on 2004/05/13  12:15:17
33800         Log: Subject: BOM-marked and (BOMless) UTF-16 scripts not working
33801              From: Jarkko Hietaniemi <jhi@iki.fi>
33802              Message-ID: <40A26D75.8080406@iki.fi>
33803              Date: Wed, 12 May 2004 21:31:17 +0300
33804      Branch: perl
33805            + t/comp/utf.t
33806            ! MANIFEST pod/perldiag.pod pod/perlunicode.pod toke.c
33807 ____________________________________________________________________________
33808 [ 22817] By: rgs                                   on 2004/05/12  16:29:07
33809         Log: Subject: [perl #29527] Perl 5.8.4 build problems on LynxOS
33810              From: Olli Savia (via RT) <perlbug-followup@perl.org>
33811              Date: 12 May 2004 13:02:41 -0000
33812              Message-ID: <rt-3.0.9-29527-87290.17.3367022021997@perl.org>
33813      Branch: perl
33814            ! sv.c
33815 ____________________________________________________________________________
33816 [ 22816] By: rgs                                   on 2004/05/12  16:16:50
33817         Log: Make XSLoader update @DynaLoader::dl_shared_objects.
33818      Branch: perl
33819            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
33820 ____________________________________________________________________________
33821 [ 22815] By: merijn                                on 2004/05/12  10:43:42
33822         Log: Subject: [PATCH] Configure shouldn't unconditionally add in -pipe
33823              From: Andy Dougherty <doughera@lafayette.edu>
33824              Date: Tue, 11 May 2004 13:14:42 -0400 (EDT)
33825              Message-ID: <Pine.SOL.4.58.0405111313210.14279@maxwell.phys.lafayette.edu>
33826      Branch: perl
33827            ! Configure hints/darwin.sh hints/rhapsody.sh
33828 ____________________________________________________________________________
33829 [ 22812] By: mhx                                   on 2004/05/11  17:42:13
33830         Log: Add the byte-order modifiers '<' and '>' to the pack tutorial.
33831              This completes the series: #22734, #22745, #22754, #22780
33832      Branch: perl
33833            ! pod/perlpacktut.pod
33834 ____________________________________________________________________________
33835 [ 22811] By: mhx                                   on 2004/05/11  17:21:35
33836         Log: 'v' unpacks unsigned shorts.
33837      Branch: perl
33838            ! pod/perlpacktut.pod
33839 ____________________________________________________________________________
33840 [ 22810] By: rgs                                   on 2004/05/11  16:35:49
33841         Log: Subject: various -V: searches [PATCH]
33842              From: Jim Cromie <jcromie@divsol.com>
33843              Date: Tue, 11 May 2004 00:15:46 -0600
33844              Message-ID: <40A06F92.1070607@divsol.com>
33845      Branch: perl
33846            ! configpm lib/Config.t pod/perlrun.pod
33847 ____________________________________________________________________________
33848 [ 22809] By: rgs                                   on 2004/05/11  11:00:31
33849         Log: More pod names in the debugger for the runman command
33850      Branch: perl
33851            ! lib/perl5db.pl
33852 ____________________________________________________________________________
33853 [ 22808] By: rgs                                   on 2004/05/11  10:52:27
33854         Log: Subject: [PATCH] debugger (step backwards)
33855              From: Richard.Foley@t-online.de (Richard Foley)
33856              Date: Tue, 11 May 2004 11:04:11 +0200
33857              Message-Id: <200405111104.11484.richard.foley@rfi.net>
33858      Branch: perl
33859            ! lib/perl5db.pl
33860 ____________________________________________________________________________
33861 [ 22807] By: rgs                                   on 2004/05/11  09:16:56
33862         Log: Subject: void context !~ generates "Useless use of not at line..." warning
33863              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
33864              Date: Sun, 9 May 2004 00:59:19 -0700
33865              Message-ID: <20040509075919.GA3752@efn.org>
33866      Branch: perl
33867            ! op.c
33868 ____________________________________________________________________________
33869 [ 22806] By: ams                                   on 2004/05/10  22:12:31
33870         Log: Subject: Re: a little extra cmdline help. [PATCH]
33871              From: Jim Cromie <jcromie@divsol.com>
33872              Date: Mon, 10 May 2004 15:25:07 -0600
33873              Message-Id: <409FF333.4020104@divsol.com>
33874      Branch: perl
33875            ! perl.c
33876 ____________________________________________________________________________
33877 [ 22804] By: ams                                   on 2004/05/10  11:10:34
33878         Log: Remove stray '.
33879      Branch: perl
33880            ! lib/File/Copy.pm
33881 ____________________________________________________________________________
33882 [ 22803] By: ams                                   on 2004/05/10  10:14:40
33883         Log: Subject: [PATCH] File::Copy Pod
33884              From: slaven@rezic.de
33885              Date: Mon, 10 May 2004 09:57:37 +0000
33886              Message-Id: <1084183057.10822@devpc01.iconmobile.de>
33887      Branch: perl
33888            ! lib/File/Copy.pm
33889 ____________________________________________________________________________
33890 [ 22802] By: davem                                 on 2004/05/07  19:12:29
33891         Log: symbolic references like ${"foo$index"}*3 would incorrectly warn
33892              that $index was the uninitialized value, when in fact it was $foo1
33893      Branch: perl
33894            ! sv.c t/lib/warnings/9uninit
33895 ____________________________________________________________________________
33896 [ 22801] By: davem                                 on 2004/05/07  18:21:22
33897         Log: Subject:  Re: stdio still supported?
33898              From:  Jim Cromie <jcromie@divsol.com>
33899              Date:  Thu, 06 May 2004 16:37:56 -0600
33900              Message-Id:  <409ABE44.8060307@divsol.com>
33901
33902              Update B::Concise tests to skip stuff requiring the
33903              "open to a scalar" feature of Perlio is it isn't available.
33904              Also note this caveat in perlfunc.pod
33905      Branch: perl
33906            ! ext/B/B/Concise.pm ext/B/t/concise.t ext/B/t/optree_check.t
33907            ! ext/B/t/optree_concise.t ext/B/t/optree_samples.t
33908            ! ext/B/t/optree_sort.t ext/B/t/optree_varinit.t
33909            ! pod/perlfunc.pod
33910 ____________________________________________________________________________
33911 [ 22800] By: mhx                                   on 2004/05/07  16:58:57
33912         Log: Windows issues with select() are already documented in perlport.
33913      Branch: perl
33914            ! pod/perlfunc.pod
33915 ____________________________________________________________________________
33916 [ 22799] By: ams                                   on 2004/05/07  13:38:16
33917         Log: Subject: [perl #29397] Change in pod2man arguments
33918              From: Thorsten Glaser (via RT) <perlbug-followup@perl.org>
33919              Date: 6 May 2004 22:08:10 -0000
33920              Message-Id: <rt-3.0.9-29397-86929.5.37563386041974@perl.org>
33921      Branch: perl
33922            ! pod/pod2man.PL
33923 ____________________________________________________________________________
33924 [ 22798] By: mhx                                   on 2004/05/07  11:42:37
33925         Log: Scalar::Util::refaddr falsely returns false
33926              Add mg_get() to refaddr() when SV is magical.
33927              Fix the non-xs version of looks_like_number().
33928      Branch: perl
33929            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
33930            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/refaddr.t
33931 ____________________________________________________________________________
33932 [ 22797] By: mhx                                   on 2004/05/07  10:57:23
33933         Log: Document that select() on Windows doesn't work on non-socket filehandles.
33934      Branch: perl
33935            ! pod/perlfunc.pod
33936 ____________________________________________________________________________
33937 [ 22796] By: mhx                                   on 2004/05/06  17:19:17
33938         Log: Double warning for int(undef) and abs(undef)
33939              Remove the duplicate warnings and update tests.
33940      Branch: perl
33941            ! pp.c t/lib/warnings/9uninit
33942 ____________________________________________________________________________
33943 [ 22793] By: rgs                                   on 2004/05/06  14:43:08
33944         Log: Add a small script to check whether a perl source tree
33945              (with or without generated files) is friendly with
33946              case-insensitive filesystems.
33947              Adapted from :
33948              Subject: Re: STerm.pl vs Sterm.pl
33949              From: James Mastros <james@mastros.biz>
33950              Date: Thu, 06 May 2004 14:45:53 +0200
33951              Message-ID: <20040506124556.2402.qmail@onion.perl.org>
33952      Branch: perl
33953            + Porting/checkcase.pl
33954            ! MANIFEST
33955 ____________________________________________________________________________
33956 [ 22789] By: rgs                                   on 2004/05/06  12:33:14
33957         Log: Subject: Problem with system() on Win9x and command.com (perl 5.8.x-5.9.x)
33958              From: bilbo@ua.fm
33959              Date: Wed, 28 Apr 2004 00:19:55 +0300
33960              Message-ID: <611491036.20040428001955@ua.fm>
33961      Branch: perl
33962            ! win32/win32.c
33963 ____________________________________________________________________________
33964 [ 22788] By: merijn                                on 2004/05/06  11:35:21
33965         Log: add -pipe to gcc's default flags
33966              it has shown a compile time speed increase of about 40% on
33967              Linux and HP-UX, and also works on cygwin-1.5.9. On failing
33968              OS/gcc combo's remove it in the hints
33969      Branch: perl
33970            ! Configure
33971 ____________________________________________________________________________
33972 [ 22783] By: mhx                                   on 2004/05/05  19:02:28
33973         Log: Add tests for mX?PUSH[inup] macros.
33974
33975              Subject: Re: [PATCH] Document limitations in PUSHi et al macros and add new mPUSHi et al macros
33976              From: Steve Hay <steve.hay@uk.radan.com>
33977              Date: Wed, 05 May 2004 15:34:45 +0100
33978              Message-ID: <4098FB85.1060602@uk.radan.com>
33979      Branch: perl
33980            + ext/XS/APItest/t/push.t
33981            ! MANIFEST ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
33982            ! ext/XS/APItest/MANIFEST
33983 ____________________________________________________________________________
33984 [ 22782] By: rgs                                   on 2004/05/05  16:14:25
33985         Log: Subject: Problem with h2xs
33986              From: David Cannings <lists@edeca.net>
33987              Date: Mon, 3 May 2004 13:44:33 +0100
33988              Message-Id: <200405031344.33723.lists@edeca.net>
33989              (Second patch only)
33990      Branch: perl
33991            ! utils/h2xs.PL
33992 ____________________________________________________________________________
33993 [ 22781] By: davem                                 on 2004/05/04  19:20:36
33994         Log: Bizarre copy of ARRAY
33995              make sure a pad op's flags are updated after optimising away
33996              the assignment in my @a = () (see change 22520).
33997      Branch: perl
33998            ! op.c t/op/my.t
33999 ____________________________________________________________________________
34000 [ 22780] By: mhx                                   on 2004/05/04  14:46:05
34001         Log: Add byte-order group modifiers to (un)pack templates.
34002              Follow-up on: #22734, #22745, #22753, #22754.
34003
34004              Subject: Group modifiers in (un)pack templates
34005              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
34006              Date: Mon, 3 May 2004 20:14:41 +0200
34007              Message-Id: <20040503201441.1b058e0d@r2d2>
34008      Branch: perl
34009            ! perl.h pod/perldiag.pod pod/perlfunc.pod pp_pack.c t/op/pack.t
34010 ____________________________________________________________________________
34011 [ 22779] By: mhx                                   on 2004/05/04  14:30:39
34012         Log: Fix mX?PUSH[inup] macros. (Follow-up to #22756 and #22757)
34013
34014              Subject: Re: [PATCH] Document limitations in PUSHi et al macros and add new mPUSHi et al macros
34015              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
34016              Date: Mon, 3 May 2004 20:03:28 +0200
34017              Message-Id: <20040503200328.24efcda5@r2d2>
34018      Branch: perl
34019            ! pp.h
34020 ____________________________________________________________________________
34021 [ 22778] By: davem                                 on 2004/05/03  21:07:44
34022         Log: add test for change #22746 ([perl #29102] Crash on assign to lex fh)
34023      Branch: perl
34024            ! t/io/open.t
34025 ____________________________________________________________________________
34026 [ 22777] By: davem                                 on 2004/05/03  20:48:53
34027         Log: add test for change #22776 ("open m" crashes Perl)
34028      Branch: perl
34029            ! t/io/open.t
34030 ____________________________________________________________________________
34031 [ 22776] By: davem                                 on 2004/05/03  20:26:22
34032         Log: perl -e "open m" crashes Perl
34033      Branch: perl
34034            ! toke.c
34035 ____________________________________________________________________________
34036 [ 22775] By: davem                                 on 2004/05/03  18:52:39
34037         Log: scalar delete of empty slice returned garbage
34038      Branch: perl
34039            ! pp.c t/op/delete.t
34040 ____________________________________________________________________________
34041 [ 22774] By: davem                                 on 2004/05/03  17:44:44
34042         Log: split could leave an array without &PL_sv_undef
34043              in the unused elements
34044      Branch: perl
34045            ! pp.c t/op/split.t
34046 ____________________________________________________________________________
34047 [ 22773] By: nicholas                              on 2004/05/03  13:59:08
34048         Log: Subject: Re: "fuzzy" in mktables
34049              From: Jarkko Hietaniemi <jhi@iki.fi>
34050              Message-ID: <4093A82B.6040609@iki.fi>
34051              Date: Sat, 01 May 2004 16:37:47 +0300
34052      Branch: perl
34053            ! lib/unicore/mktables
34054 ____________________________________________________________________________
34055 [ 22772] By: davem                                 on 2004/05/03  13:33:21
34056         Log: remove spurious intentation in utf8_pva.pl
34057      Branch: perl
34058            ! lib/utf8_pva.pl
34059 ____________________________________________________________________________
34060 [ 22771] By: davem                                 on 2004/05/03  13:28:24
34061         Log: ensure that utf8 Perl code magically called from a regex localizes $.
34062      Branch: perl
34063            ! lib/utf8_pva.pl
34064 ____________________________________________________________________________
34065 [ 22770] By: nicholas                              on 2004/05/03  11:19:10
34066         Log: Integrate:
34067              [ 22694]
34068              For maint, I don't think that we can have sperl go sulky if invoked
34069              from a #! line. So keep .../sperl functional, and have the /dev/fd/...
34070              only set ID exectuable reside under a different name (suidperl)
34071
34072              [ 22700]
34073              The set uid perl is now called setuidperl. Not suidperl.
34074              Which I discover is hardlinked from sperl by ./installperl
34075              elsewhere. Helpfully confusing installperl script.
34076
34077              [ 22718]
34078              Revert 22700 (as part of changes suggested by Brendan O'Dea)
34079
34080              [ 22719]
34081              Revert 22694
34082
34083              [ 22720]
34084              Simpler suggstion to resolve the #!/usr/bin/suidperl vs. the set uid
34085              binary must have fd script conundrum, as suggested by Brendan O'Dea
34086              Plus restore the more helpful error message from 22694 and the gist
34087              of the perl584delta changes from 22700
34088      Branch: perl
34089           !> INSTALL installperl perl.c pod/perldiag.pod pod/perlsec.pod
34090 ____________________________________________________________________________
34091 [ 22769] By: nicholas                              on 2004/05/03  10:37:45
34092         Log: Subject: [perl #29073] Reference to incorrect method in documentation of
34093              From: "bob@starlabs.net (via RT)" <perlbug-followup@perl.org>
34094              Message-ID: <rt-3.0.8-29073-85903.18.1381766820328@perl.org>
34095              Date: 22 Apr 2004 10:49:22 -0000
34096      Branch: perl
34097            ! lib/Text/ParseWords.pm
34098 ____________________________________________________________________________
34099 [ 22768] By: nicholas                              on 2004/05/02  22:40:18
34100         Log: It seems daft to me that we have a synopis example that will fail if
34101              gcc happened to be invoked via the name cc, and completely ignores
34102              the far more reliable 'gccversion' variable
34103              So here's one using 'usethreads' that ought to work everywhere.
34104      Branch: perl
34105            ! configpm
34106 ____________________________________________________________________________
34107 [ 22765] By: nicholas                              on 2004/05/02  18:18:25
34108         Log: Make t/uni/class.t pass on case insensitive file systems
34109      Branch: perl
34110            ! t/uni/class.t
34111 ____________________________________________________________________________
34112 [ 22764] By: nicholas                              on 2004/05/02  17:57:12
34113         Log: Save some repeated strlen()s in Perl_swash_init
34114      Branch: perl
34115            ! utf8.c
34116 ____________________________________________________________________________
34117 [ 22763] By: nicholas                              on 2004/05/01  14:07:45
34118         Log: And that same fool forgot to add the not-really-needed "fuzzy" versions
34119              of some binary property files
34120      Branch: perl
34121            + lib/unicore/lib/gc_sc/Dash2.pl
34122            + lib/unicore/lib/gc_sc/Hyphen2.pl
34123            + lib/unicore/lib/gc_sc/Radical2.pl
34124 ____________________________________________________________________________
34125 [ 22762] By: nicholas                              on 2004/05/01  14:06:05
34126         Log: Some fool removed lib/unicore/ArabicShaping.txt    in change 22760
34127      Branch: perl
34128            ! MANIFEST
34129 ____________________________________________________________________________
34130 [ 22761] By: nicholas                              on 2004/05/01  14:02:59
34131         Log: Avoid mktables generating Sterm.pl and Sterm.pl in the same directory
34132              by making the %BaseName check global
34133      Branch: perl
34134            + lib/unicore/lib/gc_sc/Sterm2.pl
34135            - lib/unicore/lib/gc_sc/Sterm.pl
34136            ! MANIFEST lib/unicore/Canonical.pl
34137            ! lib/unicore/lib/gc_sc/Dash.pl lib/unicore/lib/gc_sc/Hyphen.pl
34138            ! lib/unicore/lib/gc_sc/Radical.pl lib/unicore/mktables
34139 ____________________________________________________________________________
34140 [ 22760] By: nicholas                              on 2004/05/01  13:17:09
34141         Log: Remove the no-longer autogenerated Unicode files
34142      Branch: perl
34143            - (delete 322 files)
34144            ! MANIFEST
34145 ____________________________________________________________________________
34146 [ 22759] By: nicholas                              on 2004/05/01  11:16:35
34147         Log: mktables requires post 5.005
34148      Branch: perl
34149            ! lib/unicore/mktables
34150 ____________________________________________________________________________
34151 [ 22758] By: davem                                 on 2004/04/30  11:48:55
34152         Log: disable problematical 'uninitialized value' warning tests
34153      Branch: perl
34154            ! t/lib/warnings/9uninit
34155 ____________________________________________________________________________
34156 [ 22757] By: rgs                                   on 2004/04/30  11:32:03
34157         Log: Follow-up to previous patch: the mX?PUSH[inup] macros
34158              should handle 'set' magic, just like the X?PUSH[inup]
34159              counterparts.
34160      Branch: perl
34161            ! pod/perlapi.pod pp.h
34162 ____________________________________________________________________________
34163 [ 22756] By: rgs                                   on 2004/04/30  10:15:00
34164         Log: Subject: [PATCH] Document limitations in PUSHi et al macros and add new mPUSHi et al macros
34165              From: Steve Hay <steve.hay@uk.radan.com>
34166              Date: Fri, 30 Apr 2004 10:07:21 +0100
34167              Message-ID: <40921749.3050600@uk.radan.com>
34168      Branch: perl
34169            ! pod/perlapi.pod pod/perlguts.pod pp.h
34170 ____________________________________________________________________________
34171 [ 22755] By: nicholas                              on 2004/04/29  18:30:18
34172         Log: Fix 29149 - another UTF8 cache bug hit by substr.
34173              Regression test from:
34174
34175              Subject: Re: [perl #29149] substr/UTF8 related problem with perl 5.8.3 on linux
34176              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
34177              Message-Id: <20040429103926.5BA6.BQW10602@nifty.com>
34178              Date: Thu, 29 Apr 2004 10:53:17 +0900
34179      Branch: perl
34180            ! sv.c t/op/substr.t
34181 ____________________________________________________________________________
34182 [ 22754] By: mhx                                   on 2004/04/29  18:29:28
34183         Log: More unpack cleanups.
34184      Branch: perl
34185            ! pp_pack.c
34186 ____________________________________________________________________________
34187 [ 22753] By: mhx                                   on 2004/04/29  17:50:40
34188         Log: CXUX_BROKEN_CONSTANT_CONVERT isn't used anymore.
34189              Remove all associated code.
34190      Branch: perl
34191            ! hints/cxux.sh pp_pack.c
34192 ____________________________________________________________________________
34193 [ 22752] By: mhx                                   on 2004/04/29  17:38:32
34194         Log: The openbsd 64-bit test should use $uquadtype rather
34195              than hardcoding unsigned long long.
34196      Branch: perl
34197            ! hints/openbsd.sh
34198 ____________________________________________________________________________
34199 [ 22751] By: ams                                   on 2004/04/29  08:24:31
34200         Log: Update to Test.pm 1.25 (from SBURKE).
34201      Branch: perl
34202            + lib/Test/t/05_about_verbose.t lib/Test/t/multiline.t
34203            ! MANIFEST lib/Test.pm
34204 ____________________________________________________________________________
34205 [ 22750] By: mhx                                   on 2004/04/28  20:53:29
34206         Log: When configuring for 64-bit support, check that the
34207              C library functions for casting floating point values
34208              to 64-bit integer values are not broken.
34209      Branch: perl
34210            ! hints/openbsd.sh
34211 ____________________________________________________________________________
34212 [ 22749] By: rgs                                   on 2004/04/28  18:28:07
34213         Log: Fix for [perl #28963]: find2perl was sometimes generating
34214              invalid code.
34215      Branch: perl
34216            ! x2p/find2perl.PL
34217 ____________________________________________________________________________
34218 [ 22748] By: rgs                                   on 2004/04/28  13:01:13
34219         Log: Subject: [PATCH] Add diagnostics section to base.pm
34220              From: "Jos I. Boumans" <kane@dwim.org>
34221              Date: Wed, 28 Apr 2004 13:04:47 +0200
34222              Message-Id: <DC9B4A9C-9903-11D8-BA95-000A956B0E06@dwim.org>
34223      Branch: perl
34224            ! lib/base.pm
34225 ____________________________________________________________________________
34226 [ 22747] By: merijn                                on 2004/04/28  12:42:50
34227         Log: Subject: [perl #29033] typo in description of sleep in documentation of POSIX module
34228              Date: 21 Apr 2004 11:07:22 -0000
34229              From: "bob@starlabs.net (via RT)" <perlbug-followup@perl.org>
34230              Message-ID: <rt-3.0.8-29033-85811.17.0452776199501@perl.org>
34231      Branch: perl
34232            ! ext/POSIX/POSIX.pod
34233 ____________________________________________________________________________
34234 [ 22746] By: davem                                 on 2004/04/27  22:21:35
34235         Log: fix a coredump caused by rv2gv not fully converting a PV to an RV
34236      Branch: perl
34237            ! pp.c
34238 ____________________________________________________________________________
34239 [ 22745] By: mhx                                   on 2004/04/27  20:38:00
34240         Log: Cleanup variables in S_(un)pack_rec().
34241              This also works around a gcc optimizer bug on dec_osf/alpha.
34242      Branch: perl
34243            ! pp_pack.c
34244 ____________________________________________________________________________
34245 [ 22744] By: rgs                                   on 2004/04/27  08:43:38
34246         Log: Subject: [PATCH utf8_heavy.pl, mktables, et. al.] candidate for TR18 compliance
34247              From: Jeff 'japhy' Pinyan <japhy@perlmonk.org>
34248              Date: Thu, 22 Apr 2004 14:31:30 -0400 (EDT)
34249              Message-ID: <Pine.LNX.4.44.0404221429040.10466-101000@perlmonk.org>
34250
34251              Date: Mon, 26 Apr 2004 12:37:21 -0400 (EDT)
34252              Message-ID: <Pine.LNX.4.44.0404261222320.7154-400000@perlmonk.org>
34253      Branch: perl
34254            + (add 406 files)
34255            ! MANIFEST lib/unicore/Canonical.pl
34256            ! lib/unicore/CombiningClass.pl lib/unicore/Decomposition.pl
34257            ! lib/unicore/Exact.pl lib/unicore/Name.pl
34258            ! lib/unicore/Properties lib/unicore/To/Digit.pl
34259            ! lib/unicore/To/Fold.pl lib/unicore/To/Lower.pl
34260            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
34261            ! lib/unicore/mktables lib/utf8_heavy.pl pod/perlunicode.pod
34262            ! t/op/pat.t t/uni/class.t
34263 ____________________________________________________________________________
34264 [ 22743] By: merijn                                on 2004/04/26  22:20:30
34265         Log: usemallocwrap works on AIX, but not with vac-5
34266              Date: Mon, 26 Apr 2004 15:35:23 +0200
34267              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
34268              Subject: Re: Perl 5.8.4 "panic: memory wrap" in miniperl on AIX 5.1
34269              Message-Id: <20040426152951.A6C4.H.M.BRAND@hccnet.nl>
34270      Branch: perl
34271            ! hints/aix.sh hints/aix_4.sh
34272 ____________________________________________________________________________
34273 [ 22742] By: davem                                 on 2004/04/24  12:53:07
34274         Log: fix 64-bit casting error in change 22741 (uninit var warnings)
34275      Branch: perl
34276            ! sv.c
34277 ____________________________________________________________________________
34278 [ 22741] By: davem                                 on 2004/04/23  20:43:02
34279         Log: Include variable names in "Use of uninitialized value" warnings
34280      Branch: perl
34281            + t/lib/warnings/9uninit
34282            ! MANIFEST doio.c embed.fnc embed.h ext/DB_File/DB_File.pm
34283            ! ext/DB_File/t/db-recno.t lib/Math/BigInt.pm
34284            ! lib/Math/BigInt/t/mbimbf.inc lib/Tie/RefHash.t lib/charnames.t
34285            ! mg.c perl.h pod/perldiag.pod pod/perlintern.pod pp.c pp_hot.c
34286            ! proto.h sv.c t/lib/warnings/1global t/lib/warnings/2use
34287            ! t/lib/warnings/3both t/lib/warnings/4lint
34288            ! t/lib/warnings/7fatal t/lib/warnings/doio t/lib/warnings/mg
34289            ! t/lib/warnings/pp t/lib/warnings/pp_ctl t/lib/warnings/pp_hot
34290            ! t/lib/warnings/pp_pack t/lib/warnings/sv t/lib/warnings/util
34291            ! t/run/fresh_perl.t t/run/runenv.t
34292 ____________________________________________________________________________
34293 [ 22739] By: rgs                                   on 2004/04/23  13:32:31
34294         Log: Subject: [PATCH] unfork the debugger (patch for 5.9.x)
34295              From: Richard.Foley@t-online.de (Richard Foley)
34296              Date: Fri, 23 Apr 2004 06:33:34 +0200
34297              Message-Id: <200404230633.34402.richard.foley@rfi.net>
34298      Branch: perl
34299            ! lib/perl5db.pl
34300 ____________________________________________________________________________
34301 [ 22737] By: nicholas                              on 2004/04/23  10:31:20
34302         Log: Ooops. Forgot to update pod.lst, and all that ensues with that
34303      Branch: perl
34304            ! MANIFEST pod.lst pod/perl.pod pod/perltoc.pod
34305            ! vms/descrip_mms.template win32/pod.mak
34306 ____________________________________________________________________________
34307 [ 22736] By: nicholas                              on 2004/04/23  10:11:26
34308         Log: Integrate:
34309              [ 22165]
34310              Create perl584delta.pod
34311              (Not that I'm really proposing to start work on 5.8.4 today)
34312
34313              [ 22650]
34314              Updates from Stas Bekman, Brendan O'Dea and Hugo
34315
34316              [ 22655]
34317              Tweaks from Hugo and Liz
34318
34319              [ 22677]
34320              Improvements from Jarkko
34321
34322              [ 22684]
34323              Integrate:
34324              [ 22665]
34325              AIX-4 with xlc does not like malloc wrap
34326
34327              [ 22666]
34328              Test drives are fun. Implement ccversion for Itanium HP-UX 11.23
34329
34330              [ 22698]
34331              Clarify AIX and win32's malloc wrapping
34332
34333              [ 22700]
34334              The set uid perl is now called setuidperl. Not suidperl.
34335              Which I discover is hardlinked from sperl by ./installperl
34336              elsewhere. Helpfully confusing installperl script.
34337
34338              [ 22703]
34339              More perldelta updates
34340
34341              [ 22710]
34342              Subject:  spelling
34343              From:  Jarkko Hietaniemi <jhi@cc.hut.fi>
34344              Date:  Fri, 16 Apr 2004 21:18:18 +0300 (EEST)
34345              Message-Id:  <200404161818.i3GIIILh391648@kosh.hut.fi>
34346
34347              [ 22718]
34348              Revert 22700 (as part of changes suggested by Brendan O'Dea)
34349
34350              [ 22720]
34351              Simpler suggstion to resolve the #!/usr/bin/suidperl vs. the set uid
34352              binary must have fd script conundrum, as suggested by Brendan O'Dea
34353              Plus restore the more helpful error message from 22694 and the gist
34354              of the perl584delta changes from 22700
34355
34356              [ 22731]
34357              Oink, oink, flap, flap!
34358      Branch: perl
34359           +> pod/perl584delta.pod
34360            ! MANIFEST
34361           !> pod/perlhist.pod
34362 ____________________________________________________________________________
34363 [ 22735] By: merijn                                on 2004/04/23  10:11:23
34364         Log: Subject: [PATCH] Where to find nmake for windows
34365              From: Abe Timmerman <abe@ztreet.demon.nl>
34366              Date: Thu, 22 Apr 2004 23:57:40 +0200
34367              Message-Id: <200404222357.40508.abe@ztreet.demon.nl>
34368              Changed download URL references for nmake
34369      Branch: perl
34370            ! README.win32 pod/perlmodinstall.pod
34371 ____________________________________________________________________________
34372 [ 22734] By: mhx                                   on 2004/04/23  04:07:25
34373         Log: Subject: [PATCH for testing/review] byte-order modifiers for (un)pack templates
34374              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
34375              Date: Wed, 21 Apr 2004 21:09:20 +0200
34376              Message-Id: <20040421210920.3c467772@r2d2>
34377      Branch: perl
34378            ! embed.fnc embed.h perl.h pod/perldiag.pod pod/perlfunc.pod
34379            ! pod/perlport.pod pp_pack.c proto.h t/op/pack.t util.c
34380 ____________________________________________________________________________
34381 [ 22733] By: rgs                                   on 2004/04/22  12:08:35
34382         Log: Missing copyright in the README.
34383      Branch: perl
34384            ! README
34385 ____________________________________________________________________________
34386 [ 22727] By: nicholas                              on 2004/04/21  15:22:29
34387         Log: Subject: [perl #28456] Typo in perlipc man page, and suggestions for same
34388              From: Axel Boldt (via RT) <perlbug-followup@perl.org>
34389              Message-ID: <rt-3.0.8-28456-84424.10.5222745276547@perl.org>
34390              Date: 11 Apr 2004 13:08:17 -0000
34391      Branch: perl
34392            ! pod/perlipc.pod
34393 ____________________________________________________________________________
34394 [ 22725] By: nicholas                              on 2004/04/21  14:21:57
34395         Log: Punt the "reporting bugs" section to the top.
34396              Reorder the description of what to do, to start with the most common
34397              case.
34398              Clarify "how to report bugs effectively" (and why it benefits you)
34399      Branch: perl
34400            ! INSTALL
34401 ____________________________________________________________________________
34402 [ 22724] By: nicholas                              on 2004/04/21  12:51:43
34403         Log: This should be L<>
34404      Branch: perl
34405            ! INSTALL
34406 ____________________________________________________________________________
34407 [ 22723] By: nicholas                              on 2004/04/21  09:42:35
34408         Log: INSTALL didn't mention the 5.8.2 hash changes. Fixed
34409      Branch: perl
34410            ! INSTALL
34411 ____________________________________________________________________________
34412 [ 22722] By: nicholas                              on 2004/04/21  09:25:34
34413         Log: We should be telling people about ..exp, else they use the unexpanded
34414              forms and shaft anyone who installs a private perl within ~
34415      Branch: perl
34416            ! INSTALL
34417 ____________________________________________________________________________
34418 [ 22721] By: rgs                                   on 2004/04/21  08:36:38
34419         Log: Subject: [patch] log the interpreter id in warnings
34420              From: Stas Bekman <stas@stason.org>
34421              Date: Mon, 19 Apr 2004 18:10:01 -0700
34422              Message-ID: <40847869.1000906@stason.org>
34423      Branch: perl
34424            ! gv.c handy.h hv.c perl.c sv.c
34425 ____________________________________________________________________________
34426 [ 22717] By: rgs                                   on 2004/04/20  12:27:18
34427         Log: Subject: [PATCH] Sync Term::Cap with CPAN version
34428              From: Jonathan Stowe <jns@gellyfish.com>
34429              Date: Tue, 20 Apr 2004 12:37:28 +0100
34430              Message-Id: <1082461047.2736.96.camel@localhost>
34431      Branch: perl
34432            ! lib/Term/Cap.pm
34433 ____________________________________________________________________________
34434 [ 22716] By: rgs                                   on 2004/04/19  12:26:35
34435         Log: Fix for [perl #28919] : sometimes the function ck_ftst was trying
34436              to read an op that was just freed, which was obviously illegal.
34437      Branch: perl
34438            ! op.c
34439 ____________________________________________________________________________
34440 [ 22715] By: rgs                                   on 2004/04/19  09:34:01
34441         Log: Upgrade to FileCache 1.04.
34442      Branch: perl
34443            ! lib/FileCache.pm
34444 ____________________________________________________________________________
34445 [ 22714] By: rgs                                   on 2004/04/19  08:57:17
34446         Log: New file left out of the last commit.
34447      Branch: perl
34448            + t/uni/class.t
34449 ____________________________________________________________________________
34450 [ 22713] By: rgs                                   on 2004/04/19  08:56:28
34451         Log: Subject: Re: [PATCH] lib/utf8_heavy.pl -- cascading classes and '&' support
34452              From: "Jeff 'japhy' Pinyan" <japhy@perlmonk.org>
34453              Date: Wed, 14 Apr 2004 17:01:38 -0400 (EDT)
34454              Message-ID: <Pine.LNX.4.44.0404141659480.11423-301000@perlmonk.org>
34455      Branch: perl
34456            ! MANIFEST pod/perlunicode.pod
34457 ____________________________________________________________________________
34458 [ 22712] By: rgs                                   on 2004/04/19  08:30:20
34459         Log: Subject: Re: [perl #28532] optional match of an anchor gets ignored
34460              From: hv@crypt.org
34461              Date: Wed, 14 Apr 2004 19:30:46 +0100
34462              Message-Id: <200404141830.i3EIUko03728@zen.crypt.org>
34463      Branch: perl
34464            ! regcomp.c regexec.c t/op/pat.t
34465 ____________________________________________________________________________
34466 [ 22708] By: nicholas                              on 2004/04/17  13:25:41
34467         Log: Integrate:
34468              [ 22661]
34469              This is RC1
34470
34471              [ 22705]
34472              This is RC2
34473      Branch: perl
34474           !> pod/perlhist.pod
34475 ____________________________________________________________________________
34476 [ 22706] By: rgs                                   on 2004/04/16  15:53:37
34477         Log: On Linux-PPC, using gcc, downgrade to the -O1 optimisation
34478              level (with -O2 miniperl behaves really badly.)
34479      Branch: perl
34480            ! hints/linux.sh
34481 ____________________________________________________________________________
34482 [ 22697] By: merijn                                on 2004/04/15  11:56:32
34483         Log: d_getservbyname_r undef up to at least OpenBSD 3.5
34484              Thanks to Campo Weijerman and Gerard Gerritsen off-list
34485      Branch: perl
34486            ! hints/openbsd.sh
34487 ____________________________________________________________________________
34488 [ 22696] By: merijn                                on 2004/04/14  16:04:40
34489         Log: #24121: Configure under turkish locale fails
34490              toupper (i) != I  in turkish, but U+0130
34491              \N{LATIN CAPITAL LETTER I WITH DOT ABOVE}
34492              Patch supplied by Rafael
34493      Branch: perl
34494            ! Configure
34495 ____________________________________________________________________________
34496 [ 22693] By: rgs                                   on 2004/04/14  08:28:15
34497         Log: Subject: [PATCH] lib/utf8_heavy.pl -- cascading classes and '&' support
34498              From: Jeff 'japhy' Pinyan <japhy@perlmonk.org>
34499              Date: Mon, 12 Apr 2004 20:24:48 -0400 (EDT)
34500              Message-ID: <Pine.LNX.4.44.0404122011160.3038-200000@perlmonk.org>
34501      Branch: perl
34502            ! lib/utf8_heavy.pl
34503 ____________________________________________________________________________
34504 [ 22692] By: rgs                                   on 2004/04/14  07:26:04
34505         Log: Subject: [PATCH]'s to bring bleadperl up to version-0.39
34506              From: John Peacock <jpeacock@rowman.com>
34507              Date: Tue, 13 Apr 2004 20:51:31 -0400
34508              Message-ID: <407C8B13.9020104@rowman.com>
34509      Branch: perl
34510            ! lib/version.pm lib/version.t t/comp/use.t universal.c util.c
34511 ____________________________________________________________________________
34512 [ 22691] By: rgs                                   on 2004/04/14  07:08:52
34513         Log: Subject: re: [PATCH] for bug 28525: Buffer overflow issue in the Win32 distribution of 5.8.3
34514              From: Jan Dubois <jand@ActiveState.com>
34515              Date: Tue, 13 Apr 2004 19:49:32 -0700
34516              Message-ID: <vm7p70h7au8unrnq4jp85oich7n71ar5ab@4ax.com
34517      Branch: perl
34518            ! win32/win32.c
34519 ____________________________________________________________________________
34520 [ 22689] By: mhx                                   on 2004/04/12  06:53:24
34521         Log: Borland C doesn't like PERL_MALLOC_WRAP.
34522              Until I know why, the fix is to disable it.
34523      Branch: perl
34524            ! win32/config_H.bc
34525 ____________________________________________________________________________
34526 [ 22688] By: davem                                 on 2004/04/11  14:27:26
34527         Log: Stop PL_comppad pointing to a freed pad during global destruction
34528      Branch: perl
34529            ! sv.c
34530 ____________________________________________________________________________
34531 [ 22687] By: davem                                 on 2004/04/11  13:13:35
34532         Log: Make global cleanup fractionally faster by giving S_visit()
34533              flags/mask to compare SVs against.
34534      Branch: perl
34535            ! embed.fnc embed.h proto.h sv.c
34536 ____________________________________________________________________________
34537 [ 22686] By: gbarr                                 on 2004/04/10  08:08:42
34538         Log: Sync with libnet 1.18
34539      Branch: perl
34540            + lib/Net/Changes.libnet lib/Net/t/datasend.t
34541            - lib/Net/ChangeLog.libnet
34542            ! MANIFEST lib/Net/Cmd.pm lib/Net/FTP.pm lib/Net/NNTP.pm
34543            ! lib/Net/POP3.pm lib/Net/README.libnet lib/Net/SMTP.pm
34544            ! lib/Net/Time.pm lib/Net/t/hostname.t
34545 ____________________________________________________________________________
34546 [ 22685] By: mhx                                   on 2004/04/10  06:37:30
34547         Log: Remove two unused variables that gcc used to warn about.
34548      Branch: perl
34549            ! util.c
34550 ____________________________________________________________________________
34551 [ 22682] By: rgs                                   on 2004/04/09  11:44:34
34552         Log: Subject: Re: #28386: UNIVERSAL::VERSION segfaults if $VERSION not defined (w/ patch to fix universal.c)
34553              From: David Dyck <david.dyck@fluke.com>
34554              Date: Thu, 8 Apr 2004 19:02:26 -0700 (PDT)
34555              Message-ID: <Pine.LNX.4.51.0404081843290.29618@dd.tc.fluke.com>
34556      Branch: perl
34557            ! universal.c
34558 ____________________________________________________________________________
34559 [ 22681] By: rgs                                   on 2004/04/09  07:04:48
34560         Log: find2perl should not default to -print when -eval is specified.
34561              Noticed by David Dyck.
34562      Branch: perl
34563            ! x2p/find2perl.PL
34564 ____________________________________________________________________________
34565 [ 22680] By: rgs                                   on 2004/04/09  06:58:51
34566         Log: Upgrade to Time::HiRes 1.59.
34567      Branch: perl
34568            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
34569            ! ext/Time/HiRes/HiRes.xs
34570 ____________________________________________________________________________
34571 [ 22675] By: rgs                                   on 2004/04/08  13:00:59
34572         Log: Upgrade to Digest 1.06.
34573      Branch: perl
34574            ! lib/Digest.pm
34575 ____________________________________________________________________________
34576 [ 22674] By: rgs                                   on 2004/04/08  12:57:48
34577         Log: Upgrade to Digest 1.06.
34578      Branch: perl
34579            ! lib/Digest.pm
34580 ____________________________________________________________________________
34581 [ 22673] By: rgs                                   on 2004/04/08  09:59:22
34582         Log: Upgrade to Time::HiRes 1.57.
34583      Branch: perl
34584            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
34585            ! ext/Time/HiRes/HiRes.xs
34586 ____________________________________________________________________________
34587 [ 22672] By: nicholas                              on 2004/04/07  20:48:04
34588         Log: Make gmtime and localtime cross reference each other.
34589              Suggested by Dan Jacobson
34590      Branch: perl
34591            ! pod/perlfunc.pod
34592 ____________________________________________________________________________
34593 [ 22671] By: merijn                                on 2004/04/07  17:54:10
34594         Log: Integrated Time-Local-1.09 from Dave Rolsky
34595              Corrected a wrap error from the CPAN version to match #22670
34596              Tested on AIX to make sure the skip is still needed
34597      Branch: perl
34598            ! lib/Time/Local.pm lib/Time/Local.t
34599 ____________________________________________________________________________
34600 [ 22670] By: merijn                                on 2004/04/07  12:03:11
34601         Log: Disable the edge case tests for timegm and timelocal on
34602              AIX-4.3 since the OS is obsoleted, and fixes are not to
34603              be expected
34604      Branch: perl
34605            ! lib/Time/Local.t
34606 ____________________________________________________________________________
34607 [ 22669] By: rgs                                   on 2004/04/07  08:26:48
34608         Log: Fix command-line quoting under Windows for the new optree tests
34609              Subject: Re: Smoke [5.9.2] 22666 FAIL(F) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
34610              From: Steve Hay <steve.hay@uk.radan.com>
34611              Date: Wed, 07 Apr 2004 09:46:01 +0100
34612              Message-ID: <4073BFC9.10707@uk.radan.com>
34613      Branch: perl
34614            ! ext/B/t/optree_samples.t
34615 ____________________________________________________________________________
34616 [ 22668] By: rgs                                   on 2004/04/07  08:00:07
34617         Log: Subject: [PATCH] Bleadperl to version 0.37
34618              From: John Peacock <jpeacock@rowman.com>
34619              Date: Tue, 06 Apr 2004 21:56:19 -0400
34620              Message-ID: <40735FC3.5010305@rowman.com>
34621      Branch: perl
34622            ! embed.fnc embed.h global.sym lib/version.pm lib/version.t
34623            ! pod/perlapi.pod proto.h t/comp/use.t t/op/universal.t
34624            ! universal.c util.c
34625 ____________________________________________________________________________
34626 [ 22667] By: rgs                                   on 2004/04/07  07:37:59
34627         Log: The optree builder was looping when constructing the ops
34628              for a map/grep block containing a while(1).
34629              (Bug reported by Pixel.)
34630      Branch: perl
34631            ! op.c t/op/grep.t
34632 ____________________________________________________________________________
34633 [ 22666] By: merijn                                on 2004/04/06  14:44:29
34634         Log: Test drives are fun. Implement ccversion for Itanium HP-UX 11.23
34635      Branch: perl
34636            ! hints/hpux.sh
34637 ____________________________________________________________________________
34638 [ 22665] By: merijn                                on 2004/04/06  13:34:14
34639         Log: AIX-4 with xlc does not like malloc wrap
34640      Branch: perl
34641            ! hints/aix_4.sh
34642 ____________________________________________________________________________
34643 [ 22664] By: rgs                                   on 2004/04/06  07:29:30
34644         Log: Subject: Re: tests for change #22539
34645              From: Jim Cromie <jcromie@divsol.com>
34646              Date: Tue, 30 Mar 2004 14:39:31 -0700
34647              Message-ID: <4069E913.5040906@divsol.com>
34648              (with some spelling tweaks)
34649      Branch: perl
34650            + ext/B/t/OptreeCheck.pm ext/B/t/optree_check.t
34651            + ext/B/t/optree_concise.t ext/B/t/optree_samples.t
34652            + ext/B/t/optree_sort.t ext/B/t/optree_varinit.t
34653            ! MANIFEST ext/B/B/Concise.pm ext/B/t/concise.t t/test.pl
34654 ____________________________________________________________________________
34655 [ 22663] By: mhx                                   on 2004/04/06  03:40:10
34656         Log: Make the ! suffix handle n/N/v/V as signed integers
34657              within pack templates.
34658      Branch: perl
34659            ! pod/perlfunc.pod pp_pack.c t/op/pack.t
34660 ____________________________________________________________________________
34661 [ 22662] By: mhx                                   on 2004/04/05  20:03:03
34662         Log: C<undef> doesn't look like a number. See also:
34663
34664              Subject: Re: [perl #27606] undef "looks like" a number
34665              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
34666              Date: Mon, 15 Mar 2004 22:16:26 +0100
34667              Message-Id: <20040315221626.48061c67@r2d2>
34668      Branch: perl
34669            ! ext/List/Util/lib/List/Util.pm
34670            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/lln.t
34671            ! pp_ctl.c sv.c
34672 ____________________________________________________________________________
34673 [ 22656] By: nicholas                              on 2004/04/05  15:55:18
34674         Log: Subject: Re: perldelta584
34675              From: Craig Berry <craigberry@mac.com>
34676              Message-ID: <12587569.1081180932766.JavaMail.craigberry@mac.com>
34677              Date: Mon, 05 Apr 2004 11:02:12 -0500
34678
34679              (makes malloc wrap the default on VMS)
34680      Branch: perl
34681            ! configure.com
34682 ____________________________________________________________________________
34683 [ 22654] By: rgs                                   on 2004/04/05  15:24:49
34684         Log: Subject: ref ($proto) || $proto patch
34685              From: Ovid <publiustemp-p5p@yahoo.com>
34686              Date: Sat, 03 Apr 2004 18:59:22 -0800
34687              Message-ID: <406F7A0A.50702@yahoo.com>
34688              (with minor reformatting)
34689      Branch: perl
34690            ! pod/perlobj.pod pod/perltoot.pod
34691 ____________________________________________________________________________
34692 [ 22652] By: rgs                                   on 2004/04/05  12:51:10
34693         Log: Subject: sv_pvutf8n_force and sv_pvbyten_force
34694              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
34695              Date: Wed, 24 Mar 2004 00:16:52 +0900
34696              Message-Id: <20040324001126.098F.BQW10602@nifty.com>
34697      Branch: perl
34698            ! sv.c
34699 ____________________________________________________________________________
34700 [ 22651] By: rgs                                   on 2004/04/05  11:50:10
34701         Log: wantarray docs should mention effect of eval { wantarray }
34702              as reported by Tim Bunce. Add a note to this effect in perlfunc,
34703              and regression tests for it.
34704      Branch: perl
34705            ! pod/perlfunc.pod t/op/wantarray.t
34706 ____________________________________________________________________________
34707 [ 22649] By: nicholas                              on 2004/04/05  08:57:18
34708         Log: More AUTHORS who deserve credit for patches
34709      Branch: perl
34710            ! AUTHORS
34711 ____________________________________________________________________________
34712 [ 22646] By: nicholas                              on 2004/04/04  16:32:54
34713         Log: Hand merge patch from maint back to blead.
34714      Branch: perl
34715            ! ext/threads/threads.pm
34716 ____________________________________________________________________________
34717 [ 22642] By: nicholas                              on 2004/04/04  13:07:50
34718         Log: Bump version numbers for modules that have changed since 5.8.3
34719      Branch: perl
34720            ! ext/B/B/Assembler.pm ext/B/B/Deparse.pm
34721            ! ext/DynaLoader/DynaLoader_pm.PL ext/IO/lib/IO/Handle.pm
34722            ! ext/IO/lib/IO/Pipe.pm ext/ODBM_File/ODBM_File.pm
34723            ! ext/threads/threads.pm lib/ExtUtils/Liblist/Kid.pm
34724            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Win95.pm
34725            ! lib/IPC/Open3.pm lib/Unicode/UCD.pm lib/base.pm lib/utf8.pm
34726 ____________________________________________________________________________
34727 [ 22641] By: rgs                                   on 2004/04/02  15:40:15
34728         Log: Fix bug #27940 : \cX escapes weren't working correctly in regular
34729              expression ranges.
34730      Branch: perl
34731            ! t/op/pat.t toke.c
34732 ____________________________________________________________________________
34733 [ 22637] By: davem                                 on 2004/04/02  10:02:06
34734         Log: Subject:  [PATCH] fix utils install problems on VMS
34735              From:  "Craig A. Berry" <craigberry@mac.com>
34736              Date:  Thu, 01 Apr 2004 20:19:53 -0600
34737              Message-Id:  <406CCDC9.7000500@mac.com>
34738
34739              We were not running utils/instmodsh.PL or utils/xsubpp.PL during
34740              the build, so installperl would not find the generated programs at
34741              install time.
34742              Also fixed several problems with the command definitions for the
34743              utilities
34744      Branch: perl
34745            ! configure.com vms/descrip_mms.template
34746 ____________________________________________________________________________
34747 [ 22636] By: davem                                 on 2004/04/01  22:00:40
34748         Log: Subject:  [PATCH] archname salad on VMS
34749              From:  "Craig A. Berry" <craigberry@mac.com>
34750              Date:  Thu, 01 Apr 2004 14:16:32 -0600
34751              Message-Id:  <406C78A0.2070009@mac.com>
34752
34753              sort out architecture-specific directory names for OpenVMS
34754              Itanium port
34755      Branch: perl
34756            ! configure.com vms/descrip_mms.template
34757 ____________________________________________________________________________
34758 [ 22635] By: davem                                 on 2004/04/01  20:27:14
34759         Log: Fix change #22376. Only mark a const as short-circuited
34760              if it's actually a const!
34761      Branch: perl
34762            ! op.c
34763 ____________________________________________________________________________
34764 [ 22630] By: nicholas                              on 2004/04/01  15:15:10
34765         Log: debug the instructions on upgrading Unicode
34766      Branch: perl
34767            ! lib/unicore/README.perl
34768 ____________________________________________________________________________
34769 [ 22625] By: mhx                                   on 2004/04/01  06:01:25
34770         Log: Fix and tests for [perl #28123] Perl optimizes // away incorrectly
34771      Branch: perl
34772            ! op.c t/op/dor.t
34773 ____________________________________________________________________________
34774 [ 22624] By: davem                                 on 2004/03/31  20:33:52
34775         Log: + (\$) prototype = bad free
34776              av_delete() didn't reify. I also updated its description
34777      Branch: perl
34778            ! av.c t/op/args.t
34779 ____________________________________________________________________________
34780 [ 22621] By: nicholas                              on 2004/03/31  15:05:40
34781         Log: Upgrade to Unicode 4.0.1
34782      Branch: perl
34783            + lib/unicore/lib/Katakan2.pl lib/unicore/lib/Sterm.pl
34784            + lib/unicore/lib/Variatio.pl
34785            ! MANIFEST lib/Unicode/UCD.t lib/unicore/ArabLink.pl
34786            ! lib/unicore/ArabLnkGrp.pl lib/unicore/ArabicShaping.txt
34787            ! lib/unicore/Bidirectional.pl lib/unicore/Blocks.pl
34788            ! lib/unicore/Blocks.txt lib/unicore/Canonical.pl
34789            ! lib/unicore/CaseFolding.txt lib/unicore/Category.pl
34790            ! lib/unicore/HangulSyllableType.txt lib/unicore/Index.txt
34791            ! lib/unicore/Jamo.txt lib/unicore/Lbrk.pl
34792            ! lib/unicore/LineBreak.txt lib/unicore/PropList.txt
34793            ! lib/unicore/PropValueAliases.txt lib/unicore/Properties
34794            ! lib/unicore/PropertyAliases.txt lib/unicore/ReadMe.txt
34795            ! lib/unicore/Scripts.pl lib/unicore/Scripts.txt
34796            ! lib/unicore/SpecialCasing.txt lib/unicore/To/Digit.pl
34797            ! lib/unicore/UnicodeData.txt lib/unicore/lib/Arabic.pl
34798            ! lib/unicore/lib/Armenian.pl lib/unicore/lib/Bengali.pl
34799            ! lib/unicore/lib/BidiBN.pl lib/unicore/lib/BidiCS.pl
34800            ! lib/unicore/lib/BidiEN.pl lib/unicore/lib/BidiES.pl
34801            ! lib/unicore/lib/BidiET.pl lib/unicore/lib/BidiL.pl
34802            ! lib/unicore/lib/BidiON.pl lib/unicore/lib/Bopomofo.pl
34803            ! lib/unicore/lib/Braille.pl lib/unicore/lib/Buhid.pl
34804            ! lib/unicore/lib/C.pl lib/unicore/lib/Canadian.pl
34805            ! lib/unicore/lib/Cf.pl lib/unicore/lib/Cherokee.pl
34806            ! lib/unicore/lib/Cntrl.pl lib/unicore/lib/Common.pl
34807            ! lib/unicore/lib/Cypriot.pl lib/unicore/lib/Cyrillic.pl
34808            ! lib/unicore/lib/Deseret.pl lib/unicore/lib/Devanaga.pl
34809            ! lib/unicore/lib/Ethiopic.pl lib/unicore/lib/Georgian.pl
34810            ! lib/unicore/lib/Gothic.pl lib/unicore/lib/Greek.pl
34811            ! lib/unicore/lib/Gujarati.pl lib/unicore/lib/Gurmukhi.pl
34812            ! lib/unicore/lib/Han.pl lib/unicore/lib/Hangul.pl
34813            ! lib/unicore/lib/Hanunoo.pl lib/unicore/lib/Hebrew.pl
34814            ! lib/unicore/lib/Hiragana.pl lib/unicore/lib/InCyril2.pl
34815            ! lib/unicore/lib/Inherite.pl lib/unicore/lib/Kannada.pl
34816            ! lib/unicore/lib/Katakana.pl lib/unicore/lib/Khmer.pl
34817            ! lib/unicore/lib/Lao.pl lib/unicore/lib/Latin.pl
34818            ! lib/unicore/lib/Limbu.pl lib/unicore/lib/LinearB.pl
34819            ! lib/unicore/lib/Malayala.pl lib/unicore/lib/Math.pl
34820            ! lib/unicore/lib/Mongolia.pl lib/unicore/lib/Myanmar.pl
34821            ! lib/unicore/lib/Ogham.pl lib/unicore/lib/OldItali.pl
34822            ! lib/unicore/lib/Oriya.pl lib/unicore/lib/Osmanya.pl
34823            ! lib/unicore/lib/OtherDef.pl lib/unicore/lib/OtherGra.pl
34824            ! lib/unicore/lib/OtherMat.pl lib/unicore/lib/Runic.pl
34825            ! lib/unicore/lib/Shavian.pl lib/unicore/lib/Sinhala.pl
34826            ! lib/unicore/lib/SoftDott.pl lib/unicore/lib/Syriac.pl
34827            ! lib/unicore/lib/Tagalog.pl lib/unicore/lib/Tagbanwa.pl
34828            ! lib/unicore/lib/TaiLe.pl lib/unicore/lib/Tamil.pl
34829            ! lib/unicore/lib/Telugu.pl lib/unicore/lib/Terminal.pl
34830            ! lib/unicore/lib/Thaana.pl lib/unicore/lib/Thai.pl
34831            ! lib/unicore/lib/Tibetan.pl lib/unicore/lib/Ugaritic.pl
34832            ! lib/unicore/lib/Yi.pl lib/unicore/lib/Z.pl
34833            ! lib/unicore/lib/Zs.pl lib/unicore/version t/op/pat.t
34834 ____________________________________________________________________________
34835 [ 22619] By: merijn                                on 2004/03/31  13:02:32
34836         Log: Regenerated Configure after backported #22571
34837              Some indent leftovers from earlier patches
34838              We don't like double negatives, not even in comment
34839      Branch: perl
34840            ! Configure
34841 ____________________________________________________________________________
34842 [ 22617] By: merijn                                on 2004/03/31  11:33:09
34843         Log: Subject: Re: [PATCH] MIME::Base64 PERL_NO_GET_CONTEXT
34844              From: Gisle Aas <gisle@ActiveState.com>
34845              Date: 30 Mar 2004 04:29:18 -0800
34846              Message-ID: <lrk712bjs1.fsf@caliper.activestate.com>
34847      Branch: perl
34848            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
34849            ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
34850 ____________________________________________________________________________
34851 [ 22615] By: nicholas                              on 2004/03/31  08:24:29
34852         Log: Unknowingly for years we've had a test that has assumed the order
34853              of results from readdir. Fixed.
34854      Branch: perl
34855            ! lib/File/Find/t/find.t
34856 ____________________________________________________________________________
34857 [ 22614] By: nicholas                              on 2004/03/30  21:50:15
34858         Log: Subject: Zaurus SL-[78]60 native compile patch
34859              Message-Id: <46DCC0BF-8199-11D8-8D5B-000A95DBB50A@dan.co.jp>
34860              From: Dan Kogai <dankogai@dan.co.jp>
34861              Date: Tue, 30 Mar 2004 00:53:52 +0900
34862      Branch: perl
34863            ! ext/Errno/Errno_pm.PL
34864 ____________________________________________________________________________
34865 [ 22610] By: davem                                 on 2004/03/29  21:20:35
34866         Log: various win32 build fixes
34867
34868              Subject: Re: [PATCH] Re: MinGW/GCC vs MSVC++ on Win32
34869              From: Steve Hay <steve.hay@uk.radan.com>
34870              Date: Tue, 23 Mar 2004 10:42:12 +0000
34871              Message-ID: <40601484.7040905@uk.radan.com>
34872
34873              Subject: [PATCH] distclean on Win32 should delete perl.base
34874              From: Steve Hay <steve.hay@uk.radan.com>
34875              Date: Tue, 23 Mar 2004 11:35:56 +0000
34876              Message-ID: <4060211C.8020704@uk.radan.com>
34877
34878              Subject: Re: [PATCH] Create debug symbols files on Windows even for release
34879              From: Steve Hay <steve.hay@uk.radan.com>
34880              Date: Fri, 26 Mar 2004 10:46:07 +0000
34881              Message-ID: <406409EF.9020404@uk.radan.com>
34882      Branch: perl
34883            ! win32/Makefile win32/makefile.mk
34884 ____________________________________________________________________________
34885 [ 22609] By: davem                                 on 2004/03/29  20:46:36
34886         Log: Subject: [perl #27986] IPC::Open3 fails in mod_perl (tie bug)
34887              From: "Benjamin J. Tilly" (via RT) <perlbug-followup@perl.org>
34888              Date: 26 Mar 2004 21:02:19 -0000
34889              Message-ID: <rt-3.0.8-27986-82842.3.55447645581215@perl.org>
34890
34891              The forked child should make sure STDIN and STDOUT aren't tied
34892              before messing with them
34893      Branch: perl
34894            ! lib/IPC/Open3.pm
34895 ____________________________________________________________________________
34896 [ 22608] By: davem                                 on 2004/03/29  20:10:05
34897         Log: backout change 22606 (make gv_fullname() include a literal '^')
34898              it breaks select.
34899      Branch: perl
34900            ! gv.c t/op/gv.t
34901 ____________________________________________________________________________
34902 [ 22607] By: davem                                 on 2004/03/28  15:10:48
34903         Log: update -Dx to cope with lexical version of OP_AELEMFAST
34904      Branch: perl
34905            ! dump.c
34906 ____________________________________________________________________________
34907 [ 22606] By: davem                                 on 2004/03/28  15:08:23
34908         Log: make gv_fullname() etc include a literal '^' for *^FOO style names
34909      Branch: perl
34910            ! gv.c t/op/gv.t
34911 ____________________________________________________________________________
34912 [ 22605] By: davem                                 on 2004/03/28  13:11:30
34913         Log: pv_display() had code to display \n etc as escapes but it didn't
34914              actually work.
34915      Branch: perl
34916            ! dump.c
34917 ____________________________________________________________________________
34918 [ 22604] By: davem                                 on 2004/03/28  10:55:30
34919         Log: fix typo in change 22597
34920      Branch: perl
34921            ! op.h
34922 ____________________________________________________________________________
34923 [ 22601] By: davem                                 on 2004/03/27  10:22:52
34924         Log: Subject:  [PATCH] -Dusemallocwrap for VMS)
34925              From:  "Craig A. Berry" <craigberry@mac.com>
34926              Date:  Fri, 26 Mar 2004 22:46:50 -0600
34927              Message-Id:  <4065073A.30007@mac.com>
34928
34929              Mimic in configure.com what Configure does to enable or disable
34930              the new feature -Dusemallocwrap
34931      Branch: perl
34932            ! configure.com
34933 ____________________________________________________________________________
34934 [ 22600] By: davem                                 on 2004/03/27  02:04:03
34935         Log: Subject:  [PATCH] don't clean-up perly.* on VMS
34936              From:  "Craig A. Berry" <craigberry@mac.com>
34937              Date:  Fri, 26 Mar 2004 16:54:44 -0600
34938              Message-Id:  <4064B4B4.2030203@mac.com>
34939
34940              refrain from getting rid of perly.c and perly.h now that there are
34941              no longer VMS-specific overrides for these files
34942      Branch: perl
34943            ! vms/descrip_mms.template
34944 ____________________________________________________________________________
34945 [ 22599] By: davem                                 on 2004/03/27  01:54:09
34946         Log: string corruption with lvalue sub
34947              Depending on the context, the same substr OP may want to return
34948              a PVLV or an LV on subsequent invcations. If TARG is the wrong
34949              type, use a mortal instead.
34950      Branch: perl
34951            ! pp.c t/op/substr.t
34952 ____________________________________________________________________________
34953 [ 22597] By: davem                                 on 2004/03/26  18:56:50
34954         Log: Clarify op.h comments for which ops the OPpDEREF* private flags
34955              are actually used; update Concise.pm to match
34956      Branch: perl
34957            ! ext/B/B/Concise.pm op.h
34958 ____________________________________________________________________________
34959 [ 22596] By: davem                                 on 2004/03/26  18:53:09
34960         Log: fix for change #22594; if using test.pl, must tell perl where to
34961              find it!
34962      Branch: perl
34963            ! t/comp/hints.t
34964 ____________________________________________________________________________
34965 [ 22595] By: davem                                 on 2004/03/26  17:28:48
34966         Log: document the return value of an empty sub
34967      Branch: perl
34968            ! pod/perlsub.pod
34969 ____________________________________________________________________________
34970 [ 22594] By: davem                                 on 2004/03/26  13:05:50
34971         Log: - hints hash was being double freed on scope exit
34972      Branch: perl
34973            ! op.c scope.c scope.h t/comp/hints.t
34974 ____________________________________________________________________________
34975 [ 22593] By: ams                                   on 2004/03/26  08:59:15
34976         Log: Subject: Re: [perl #27906] stat documentation correction
34977              From: Andy Lester <andy@petdance.com>
34978              Date: Wed, 24 Mar 2004 21:48:30 -0600
34979              Message-Id: <20040325034830.GA5865@petdance.com>
34980              (Applied with a correction from Spider Boardman.)
34981      Branch: perl
34982            ! pod/perlfunc.pod t/op/stat.t
34983 ____________________________________________________________________________
34984 [ 22592] By: davem                                 on 2004/03/26  01:24:24
34985         Log: fix some comments in perly.y
34986      Branch: perl
34987            ! perly.y
34988 ____________________________________________________________________________
34989 [ 22591] By: davem                                 on 2004/03/26  01:16:55
34990         Log: Blessed reference to anonymous glob
34991              Stop *$$x=$x giving "Attempt to free unreferenced scalar" warning
34992      Branch: perl
34993            ! sv.c t/op/ref.t
34994 ____________________________________________________________________________
34995 [ 22586] By: davem                                 on 2004/03/24  22:16:30
34996         Log: Subject: [perl #27748] 'find2perl' bug: -exec causes chdir error
34997              From: "jdhedden@1979.usna.com (via RT)" <perlbug-followup@perl.org>
34998              Date: 18 Mar 2004 20:25:50 -0000
34999              Message-ID: <rt-3.0.8-27748-82270.2.99482909739062@perl.org>
35000
35001              Cwd code was planted in the output executable after the exit, so
35002              was never run.
35003      Branch: perl
35004            ! x2p/find2perl.PL
35005 ____________________________________________________________________________
35006 [ 22585] By: nicholas                              on 2004/03/24  21:42:25
35007         Log: Remaining smoked platforms where malloc wrap is known to work.
35008              Data for Irix and NetBSD would be useful - they probably will work too.
35009              Will Unicos work? Place bets now...
35010      Branch: perl
35011            ! hints/aix.sh hints/bsdos.sh hints/dec_osf.sh hints/freebsd.sh
35012            ! hints/hpux.sh hints/linux.sh hints/openbsd.sh
35013            ! hints/solaris_2.sh
35014 ____________________________________________________________________________
35015 [ 22584] By: davem                                 on 2004/03/24  21:14:08
35016         Log: Subject: [perl #27790] split docs: say the string is EXPR
35017              From: Dan Jacobson (via RT) <perlbug-followup@perl.org>
35018              Date: 20 Mar 2004 05:21:07 -0000
35019              Message-ID: <rt-3.0.8-27790-82358.14.5476352902536@perl.org>
35020
35021              Minor documentation nit in split
35022      Branch: perl
35023            ! pod/perlfunc.pod
35024 ____________________________________________________________________________
35025 [ 22582] By: nicholas                              on 2004/03/24  19:15:29
35026         Log: mintest will pass if I skip the correct number of tests. D'oh!
35027      Branch: perl
35028            ! t/op/magic.t
35029 ____________________________________________________________________________
35030 [ 22579] By: nicholas                              on 2004/03/24  14:59:16
35031         Log: Subject: Re: [PATCH] Fix PERL_MALLOC_WRAP change for Win32
35032              From: Steve Hay <steve.hay@uk.radan.com>
35033              Message-ID: <40618D1C.7000601@uk.radan.com>
35034              Date: Wed, 24 Mar 2004 13:29:00 +0000
35035      Branch: perl
35036            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
35037            ! win32/config_H.vc64
35038 ____________________________________________________________________________
35039 [ 22578] By: rgs                                   on 2004/03/24  13:54:31
35040         Log: Good catch from Dave Mitchell; plus a null pointer protection.
35041      Branch: perl
35042            ! scope.c
35043 ____________________________________________________________________________
35044 [ 22577] By: nicholas                              on 2004/03/24  11:51:46
35045         Log: Unlike perl, 0 in void context isn't special cased in C :-)
35046              (So it warns). Tweak the no-action malloc wrap checkers to avoid
35047              warnings.
35048      Branch: perl
35049            ! handy.h
35050 ____________________________________________________________________________
35051 [ 22576] By: nicholas                              on 2004/03/24  10:29:16
35052         Log: Export PL_memory_wrap based on PERL_MALLOC_WRAP rather than
35053              NO_MALLOC_WRAP following Configure changes. Identical patch to
35054              mine supplied by Steve Hay while I was working on this.
35055              IP shootout at dawn :-)
35056      Branch: perl
35057            ! makedef.pl
35058 ____________________________________________________________________________
35059 [ 22572] By: nicholas                              on 2004/03/24  09:14:21
35060         Log: Tidy up function prototypes in the light of suidpatch
35061      Branch: perl
35062            ! embed.fnc embed.h perl.c proto.h
35063 ____________________________________________________________________________
35064 [ 22571] By: nicholas                              on 2004/03/23  22:35:09
35065         Log: Make usemallocwrap a Configure-time question. Default is yes for
35066              usedevel, no otherwise, but I'm expecting hints files on known
35067              good platforms to override this. (and known bad)
35068              Demonstration hints file for darwin.
35069      Branch: perl
35070            ! Configure config_h.SH hints/darwin.sh perl.h
35071 ____________________________________________________________________________
35072 [ 22569] By: nicholas                              on 2004/03/23  17:47:44
35073         Log: hv_delete_common was freeing the key, then passing the freed pointer
35074              to S_hv_notallowed. D'oh!
35075      Branch: perl
35076            ! hv.c
35077 ____________________________________________________________________________
35078 [ 22566] By: nicholas                              on 2004/03/23  16:23:58
35079         Log: Unify 5.008 and 5.009's B::Concise 0.58
35080      Branch: perl
35081            ! ext/B/B/Concise.pm
35082 ____________________________________________________________________________
35083 [ 22565] By: nicholas                              on 2004/03/23  16:05:28
35084         Log: Unify 5.008 and 5.009's B::Concise 0.56
35085      Branch: perl
35086            ! ext/B/B/Concise.pm
35087 ____________________________________________________________________________
35088 [ 22564] By: rgs                                   on 2004/03/23  13:43:49
35089         Log: Fix bug [perl #27839] returning @+ out of scope loses its value :
35090
35091              Subject: Re: Wondering about returned regex special arrays on going out of scope
35092              From: hv@crypt.org
35093              Date: Fri, 05 Mar 2004 17:42:25 +0000
35094              Message-Id: <200403051742.i25HgPd11240@zen.crypt.org>
35095
35096              plus a test case.
35097      Branch: perl
35098            ! pp_hot.c t/op/magic.t
35099 ____________________________________________________________________________
35100 [ 22563] By: nicholas                              on 2004/03/23  13:38:11
35101         Log: Subject: [PATCH] 5.9.1 suidperl
35102              From: psz@maths.usyd.edu.au (Paul Szabo)
35103              Message-Id: <200403182117.i2ILHug513080@milan.maths.usyd.edu.au>
35104              Date: Fri, 19 Mar 2004 08:17:56 +1100 (EST)
35105
35106              (which variables renamed as requested, plus tweaks to work on platforms
35107              with no ST_NOEXEC)
35108      Branch: perl
35109            ! embedvar.h intrpvar.h perl.c perl.h perlapi.h
35110 ____________________________________________________________________________
35111 [ 22560] By: rgs                                   on 2004/03/22  21:29:51
35112         Log: Update the -v copyright notice.
35113      Branch: perl
35114            ! perl.c
35115 ____________________________________________________________________________
35116 [ 22559] By: nicholas                              on 2004/03/22  21:05:09
35117         Log: Don't assume that the chmod will always work.
35118              (It won't for files on *BSD where chflags has set uchg, which is
35119              what the OS X perforce client does)
35120      Branch: perl
35121            ! t/op/filetest.t
35122 ____________________________________________________________________________
35123 [ 22557] By: rgs                                   on 2004/03/22  20:46:52
35124         Log: Clarifications on constants subroutines, based on:
35125
35126              Subject: [perl #27768] [patch] wrong examples in perlsub/"Constant Functions"
35127              From: "padre@elte.hu (via RT)" <perlbug-followup@perl.org>
35128              Date: 19 Mar 2004 14:56:09 -0000
35129              Message-ID: <rt-3.0.8-27768-82310.5.12766475665209@perl.org>
35130      Branch: perl
35131            ! pod/perlsub.pod
35132 ____________________________________________________________________________
35133 [ 22556] By: rgs                                   on 2004/03/22  20:30:41
35134         Log: Subject: [PATCH] Re: ../lib/ExtUtils/t/Embed.t failure on Win32/GCC
35135              From: Steve Hay <steve.hay@uk.radan.com>
35136              Date: Mon, 22 Mar 2004 14:44:46 +0000
35137              Message-ID: <405EFBDE.4090209@uk.radan.com>
35138      Branch: perl
35139            ! README.win32
35140 ____________________________________________________________________________
35141 [ 22553] By: rgs                                   on 2004/03/22  19:25:59
35142         Log: Subject: Re: [PATCH] warn on !=~
35143              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
35144              Date: Mon, 22 Mar 2004 10:32:05 -0800
35145              Message-ID: <20040322183106.GA1284@efn.org>
35146
35147              More warnings for this case.
35148      Branch: perl
35149            ! t/lib/warnings/toke toke.c
35150 ____________________________________________________________________________
35151 [ 22549] By: rgs                                   on 2004/03/21  17:22:42
35152         Log: Finally, this "Negative repeat count" warning wasn't such a great
35153              idea. Disable it. But add tests for this :
35154
35155              Subject: Re: [perl #27811] (@x) x -1 is a panic
35156              From: Andy Lester <andy@petdance.com>
35157              Date: Sun, 21 Mar 2004 09:27:04 -0600
35158              Message-ID: <20040321152704.GA9041@petdance.com>
35159      Branch: perl
35160            ! pp.c t/lib/warnings/pp t/op/repeat.t
35161 ____________________________________________________________________________
35162 [ 22548] By: rgs                                   on 2004/03/21  16:40:27
35163         Log: Subject: [PATCH sv.h] Nobody has used SvPVbyte_force?
35164              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
35165              Date: Sun, 21 Mar 2004 21:49:53 +0900
35166              Message-Id: <20040321213628.2461.BQW10602@nifty.com>
35167      Branch: perl
35168            ! sv.h
35169 ____________________________________________________________________________
35170 [ 22547] By: rgs                                   on 2004/03/21  13:36:27
35171         Log: I must be tired today.
35172      Branch: perl
35173            ! lib/utf8.t
35174 ____________________________________________________________________________
35175 [ 22546] By: rgs                                   on 2004/03/21  13:26:33
35176         Log: Silence a gcc warning.
35177      Branch: perl
35178            ! sv.c
35179 ____________________________________________________________________________
35180 [ 22545] By: rgs                                   on 2004/03/21  13:18:01
35181         Log: Subject: Re: [perl #27803] perl crashes when utf8::upgrade($offsetOK_scalar)
35182              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
35183              Date: Sun, 21 Mar 2004 15:19:22 +0900
35184              Message-Id: <20040321151828.DAC6.BQW10602@nifty.com>
35185      Branch: perl
35186            ! lib/utf8.t sv.c
35187 ____________________________________________________________________________
35188 [ 22544] By: rgs                                   on 2004/03/21  13:12:53
35189         Log: Subject: [PATCH] fix memory bug in vms.c:mp_do_tounixspec
35190              From: "Craig A. Berry" <craigberry@mac.com>
35191              Date: Sat, 20 Mar 2004 21:51:45 -0600
35192              Message-ID: <405D1151.3040308@mac.com>
35193      Branch: perl
35194            ! vms/vms.c
35195 ____________________________________________________________________________
35196 [ 22543] By: rgs                                   on 2004/03/21  13:06:20
35197         Log: Add a new warning "Negative repeat count"
35198              for the cases $x x -1.
35199      Branch: perl
35200            ! pod/perlop.pod pp.c t/lib/warnings/pp
35201 ____________________________________________________________________________
35202 [ 22542] By: rgs                                   on 2004/03/20  11:49:21
35203         Log: Subject: [PATCH] warn on !=~
35204              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
35205              Date: Thu, 18 Mar 2004 22:24:09 -0800
35206              Message-ID: <20040319062035.GA3768@efn.org>
35207
35208              with an improvement suggested by Ton Hospel.
35209      Branch: perl
35210            ! pod/perldiag.pod t/lib/warnings/toke toke.c
35211 ____________________________________________________________________________
35212 [ 22541] By: rgs                                   on 2004/03/20  10:19:59
35213         Log: Subject: makefile.95 tweak
35214              From: Greg Matheson <lang@ms.chinmin.edu.tw>
35215              Date: Fri, 19 Mar 2004 18:15:25 +0800
35216              Message-ID: <20040319181525.A6347@ms.chinmin.edu.tw>
35217      Branch: perl
35218            ! win32/makefile.mk
35219 ____________________________________________________________________________
35220 [ 22540] By: rgs                                   on 2004/03/20  10:15:36
35221         Log: \x80\xFF is not valid UTF-8.
35222      Branch: perl
35223            ! pod/perluniintro.pod
35224 ____________________________________________________________________________
35225 [ 22539] By: rgs                                   on 2004/03/19  23:09:13
35226         Log: Subject: [perl #24821] enhancement patch for B::Concise
35227              From: jim cromie <jcromie@divsol.com>
35228              Date: Wed, 17 Mar 2004 14:12:43 -0700
35229              Message-ID: <4058BF4B.1000004@divsol.com>
35230              (Only the Concise.pm part, with documentation nits)
35231      Branch: perl
35232            ! ext/B/B/Concise.pm
35233 ____________________________________________________________________________
35234 [ 22538] By: nicholas                              on 2004/03/19  12:15:23
35235         Log: Subject:  [PATCH] open.pm: allow upper-cased EUC
35236              From:  Autrijus Tang <autrijus@autrijus.org>
35237              Date:  Fri, 19 Mar 2004 18:27:10 +0800
35238              Message-Id:  <20040319102710.GA91216@aut.dyndns.org>
35239      Branch: perl
35240            ! lib/open.pm
35241 ____________________________________________________________________________
35242 [ 22537] By: nicholas                              on 2004/03/19  11:59:01
35243         Log: Subject: [PATCH] Move Win32.pm/Win32.xs from libwin32 module to core Perl
35244              From: Jan Dubois <jand@activestate.com>
35245              Message-ID: <lg2k509o51b8openotuetdts6go7pn4udo@4ax.com>
35246              Date: Thu, 18 Mar 2004 13:13:49 -0800
35247
35248              Subject: Re: [PATCH] Move Win32.pm/Win32.xs from libwin32 module to core Perl
35249              From: Steve Hay <steve.hay@uk.radan.com>
35250              Message-ID: <405ACC6D.1040804@uk.radan.com>
35251              Date: Fri, 19 Mar 2004 10:33:17 +0000
35252      Branch: perl
35253            + win32/ext/Win32/Makefile.PL win32/ext/Win32/Win32.pm
35254            + win32/ext/Win32/Win32.xs
35255            - lib/Win32.pod
35256            ! MANIFEST win32/Makefile win32/makefile.mk
35257 ____________________________________________________________________________
35258 [ 22536] By: nicholas                              on 2004/03/19  11:43:35
35259         Log: Change Storable.xs to conditionally include ppport.h for pre 5.8.0
35260              This allows the ppport.h to be deleted from ext/Storable, which will
35261              reduce the potential for confusion.
35262              Bump Storable's version to 2.12; update the ChangeLog
35263      Branch: perl
35264            - ext/Storable/ppport.h
35265            ! MANIFEST ext/Storable/ChangeLog ext/Storable/MANIFEST
35266            ! ext/Storable/README ext/Storable/Storable.pm
35267            ! ext/Storable/Storable.xs
35268 ____________________________________________________________________________
35269 [ 22535] By: nicholas                              on 2004/03/19  11:03:18
35270         Log: Move Beau Cox's ppport.h fixes into PPPort.pm
35271      Branch: perl
35272            ! ext/Devel/PPPort/PPPort.pm
35273 ____________________________________________________________________________
35274 [ 22534] By: rgs                                   on 2004/03/19  10:13:14
35275         Log: Nit in perluniintro about the U0 and C0 templates,
35276              noticed by Steve Hay.
35277      Branch: perl
35278            ! pod/perluniintro.pod
35279 ____________________________________________________________________________
35280 [ 22533] By: ams                                   on 2004/03/19  02:57:40
35281         Log: Subject: [PATCH] Storable PERL_NO_GET_CONTEXT
35282              From: beau@beaucox.com
35283              Date: Thu, 18 Mar 2004 12:45:45 -1000
35284              Message-Id: <20040318_224545_009145.beau@beaucox.com>
35285      Branch: perl
35286            + ext/Storable/ppport.h
35287            ! MANIFEST ext/Storable/MANIFEST ext/Storable/Storable.xs
35288 ____________________________________________________________________________
35289 [ 22532] By: rgs                                   on 2004/03/18  20:33:02
35290         Log: Subject: [PATCH] range operator warnings / 64-bit fix
35291              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
35292              Date: Wed, 10 Mar 2004 21:45:48 +0100
35293              Message-Id: <20040310214548.4f5e3ab1@r2d2>
35294      Branch: perl
35295            ! pp_ctl.c pp_hot.c t/op/range.t
35296 ____________________________________________________________________________
35297 [ 22531] By: davem                                 on 2004/03/18  19:02:32
35298         Log: add code comment for change 22525
35299      Branch: perl
35300            ! pp.c
35301 ____________________________________________________________________________
35302 [ 22530] By: rgs                                   on 2004/03/18  18:21:32
35303         Log: Add a perl592delta.pod man page.
35304      Branch: perl
35305            + pod/perl592delta.pod
35306            ! MANIFEST Makefile.SH pod.lst pod/perl.pod pod/perltoc.pod
35307            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
35308            ! win32/pod.mak
35309 ____________________________________________________________________________
35310 [ 22528] By: nicholas                              on 2004/03/18  16:58:06
35311         Log: Corrections and explanations in comments
35312      Branch: perl
35313            ! ext/Storable/Storable.xs
35314 ____________________________________________________________________________
35315 [ 22527] By: nicholas                              on 2004/03/18  16:50:25
35316         Log: Subject:  pumpkin fodder
35317              From:  Jarkko Hietaniemi <jhi@cc.hut.fi>
35318              Date:  Fri, 12 Mar 2004 15:16:57 +0200 (EET)
35319              Message-Id:  <200403121316.i2CDGv1Y254951@kosh.hut.fi>
35320      Branch: perl
35321            ! lib/unicore/README.perl
35322 ____________________________________________________________________________
35323 [ 22526] By: rgs                                   on 2004/03/18  14:33:14
35324         Log: Detypo.
35325      Branch: perl
35326            ! makedef.pl
35327 ____________________________________________________________________________
35328 [ 22525] By: davem                                 on 2004/03/18  14:13:16
35329         Log: make ~$x give warning is $x isn't initialised.
35330              Also add test for uninitialised warning in & op.
35331      Branch: perl
35332            ! pp.c t/lib/warnings/sv
35333 ____________________________________________________________________________
35334 [ 22524] By: rgs                                   on 2004/03/18  13:20:07
35335         Log: Try to fix the AIX and Windows builds regarding the
35336              definedness of the PL_memory_wrap symbol.
35337      Branch: perl
35338            ! makedef.pl
35339 ____________________________________________________________________________
35340 [ 22523] By: rgs                                   on 2004/03/18  08:27:34
35341         Log: Bump bleadperl's version number to 5.9.2.
35342      Branch: perl
35343            ! NetWare/Makefile NetWare/config_H.wc Porting/config.sh
35344            ! Porting/config_H epoc/config.sh epoc/createpkg.pl patchlevel.h
35345            ! plan9/config.plan9 win32/Makefile win32/config_H.bc
35346            ! win32/config_H.gc win32/config_H.vc win32/config_H.vc64
35347            ! win32/makefile.mk wince/Makefile.ce
35348 ____________________________________________________________________________
35349 [ 22521] By: rgs                                   on 2004/03/17  19:13:03
35350         Log: Subject: [PATCH] format/casting/warning RE: perl 5.9.1
35351              From: Robin Barker <Robin.Barker@npl.co.uk>
35352              Date: Wed, 17 Mar 2004 18:37:10 -0000
35353              Message-ID: <533D273D4014D411AB1D00062938C4D90404682E@hotel.npl.co.uk>
35354      Branch: perl
35355            ! dump.c ext/Socket/Socket.xs pad.c util.c
35356 ____________________________________________________________________________
35357 [ 22520] By: rgs                                   on 2004/03/17  18:20:54
35358         Log: Optimize away the assignment in the constructs C<my $s = undef>,
35359              C<my @a = ()>, C<my %h = ()>.
35360      Branch: perl
35361            ! op.c
35362 ____________________________________________________________________________
35363 [ 22517] By: nicholas                              on 2004/03/17  17:58:44
35364         Log: Subject: malloc wrappage
35365              From: Jarkko Hietaniemi <jhi@iki.fi>
35366              Message-Id: <37BF70DE-5C0E-11D8-B5A1-00039362CB92@iki.fi>
35367              Date: Tue, 10 Feb 2004 23:15:14 +0200
35368
35369              plus change croak to Perl_croak_nocontext to make ithread safe
35370              plus make it conditional on PERL_MALLOC_WRAP (default for blead is on)
35371      Branch: perl
35372            ! av.c handy.h perl.h pod/perldiag.pod pp.c
35373 ____________________________________________________________________________
35374 [ 22516] By: nicholas                              on 2004/03/17  16:10:57
35375         Log: Add auto-require of modules to restore overloading (and tests)
35376      Branch: perl
35377            + ext/Storable/t/HAS_OVERLOAD.pm
35378            ! MANIFEST ext/Storable/ChangeLog ext/Storable/MANIFEST
35379            ! ext/Storable/Storable.xs ext/Storable/t/overload.t
35380 ____________________________________________________________________________
35381 [ 22515] By: nicholas                              on 2004/03/17  15:48:03
35382         Log: Add regression tests for the auto-require of STORABLE_thaw
35383      Branch: perl
35384            + ext/Storable/t/HAS_HOOK.pm
35385            ! MANIFEST ext/Storable/ChangeLog ext/Storable/MANIFEST
35386            ! ext/Storable/t/blessed.t
35387 ____________________________________________________________________________
35388 [ 22514] By: nicholas                              on 2004/03/16  22:36:49
35389         Log: Move the PERLVAR(Ireentrant_buffer, REENTR*) outside the ITHREADS
35390              block. This allows the re-entrant API to be used with ithreads,
35391              which in turn permits -Dusethreads -Uuseithreads -Uuse5005threads
35392              (Which may seem inane, but makes perl threaded at the C level
35393              without enabling ithreads)
35394      Branch: perl
35395            ! intrpvar.h
35396 ____________________________________________________________________________
35397 [ 22513] By: rgs                                   on 2004/03/16  21:55:10
35398         Log: Add a lchown() call to the POSIX module. [perl #27547]
35399      Branch: perl
35400            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
35401 ____________________________________________________________________________
35402 [ 22512] By: rgs                                   on 2004/03/16  21:29:41
35403         Log: Subject: [PATCH] Re: Perl and Parrot disagree about sched_yield on Solaris
35404              From: Andrew Dougherty <doughera@lafayette.edu>
35405              Date: Tue, 16 Mar 2004 16:38:58 -0500 (EST)
35406              Message-ID: <Pine.SOL.4.58.0403161635590.27628@maxwell.phys.lafayette.edu>
35407      Branch: perl
35408            ! hints/solaris_2.sh
35409 ____________________________________________________________________________
35410 [ 22511] By: rgs                                   on 2004/03/16  21:27:02
35411         Log: Restore the "DEVEL" locally-applied-patches version tag in blead.
35412      Branch: perl
35413            ! patchlevel.h
35414 ____________________________________________________________________________
35415 [ 22510] By: rgs                                   on 2004/03/16  18:29:39
35416         Log: Update Changes. (again)
35417      Branch: perl
35418            ! Changes
35419 ____________________________________________________________________________
35420 [ 22509] By: rgs                                   on 2004/03/16  18:19:52
35421         Log: Update copyright notices
35422      Branch: perl
35423            ! cop.h cv.h doio.c doop.c dump.c embed.h embed.pl embedvar.h
35424            ! form.h global.sym gv.c handy.h hv.c mg.c op.c op.h opcode.h
35425            ! opcode.pl opnames.h pad.c patchlevel.h perl.c perl.h perlapi.h
35426            ! perlio.c pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c
35427            ! proto.h regexec.c scope.c scope.h sv.c sv.h thread.h
35428            ! universal.c utf8.c util.c
35429 ____________________________________________________________________________
35430 [ 22508] By: rgs                                   on 2004/03/16  16:31:03
35431         Log: Regenerate META.yml
35432      Branch: perl
35433            ! META.yml
35434 ____________________________________________________________________________
35435 [ 22507] By: rgs                                   on 2004/03/16  15:36:32
35436         Log: Update Changes.
35437      Branch: perl
35438            ! Changes
35439 ____________________________________________________________________________
35440 [ 22506] By: rgs                                   on 2004/03/16  15:32:42
35441         Log: This is 5.9.1.
35442      Branch: perl
35443            ! patchlevel.h
35444 ____________________________________________________________________________
35445 [ 22505] By: rgs                                   on 2004/03/16  15:28:55
35446         Log: We'll ship 5.9.1 today.
35447      Branch: perl
35448            ! pod/perlhist.pod
35449 ____________________________________________________________________________
35450 [ 22504] By: rgs                                   on 2004/03/16  15:25:22
35451         Log: More perldelta updates.
35452      Branch: perl
35453            ! pod/perl591delta.pod
35454 ____________________________________________________________________________
35455 [ 22503] By: rgs                                   on 2004/03/16  13:23:34
35456         Log: Since the signature.t test of CPAN relies on a non-core module,
35457              it's not relevant to the perl core distribution.
35458      Branch: perl
35459            - lib/CPAN/t/signature.t
35460            ! MANIFEST
35461 ____________________________________________________________________________
35462 [ 22502] By: rgs                                   on 2004/03/15  21:54:56
35463         Log: Fix the order of arguments in the usage message of
35464              POSIX::chown(). It's different from the POSIX order but
35465              it's the same than CORE::chown(). Damn.
35466      Branch: perl
35467            ! ext/POSIX/POSIX.pm
35468 ____________________________________________________________________________
35469 [ 22501] By: rgs                                   on 2004/03/15  17:09:26
35470         Log: Subject: Re: Smoke [5.9.1] 22491 FAIL(M) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
35471              From: Steve Hay <steve.hay@uk.radan.com>
35472              Date: Mon, 15 Mar 2004 10:28:02 +0000
35473              Message-ID: <40558532.30002@uk.radan.com>
35474
35475              Plus, restore patch #22489
35476      Branch: perl
35477            ! win32/Makefile win32/makefile.mk
35478 ____________________________________________________________________________
35479 [ 22500] By: davem                                 on 2004/03/14  20:13:47
35480         Log: scope exit could expose freed local() value
35481      Branch: perl
35482            ! scope.c t/op/localref.t
35483 ____________________________________________________________________________
35484 [ 22499] By: davem                                 on 2004/03/14  17:01:34
35485         Log: strict 'subs' didn't warn on bareword array index
35486      Branch: perl
35487            ! op.c t/lib/strict/subs
35488 ____________________________________________________________________________
35489 [ 22498] By: rgs                                   on 2004/03/14  12:52:17
35490         Log: Four Storable patches towards Storable 2.11 :
35491
35492              Subject: Re: [perl #27616] Storable can't freeze restricted hashes in canonical order
35493              From: Nicholas Clark <nick@ccl4.org>
35494              Date: Sat, 13 Mar 2004 15:13:28 +0000
35495              Message-ID: <20040313151327.GS701@plum.flirble.org>
35496
35497              Date: Sat, 13 Mar 2004 20:23:45 +0000
35498              Message-ID: <20040313202345.GX701@plum.flirble.org>
35499
35500              Date: Sat, 13 Mar 2004 22:20:07 +0000
35501              Message-ID: <20040313222007.GZ701@plum.flirble.org>
35502
35503              Date: Sat, 13 Mar 2004 23:03:46 +0000
35504              Message-ID: <20040313230345.GB701@plum.flirble.org>
35505      Branch: perl
35506            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
35507            ! ext/Storable/Storable.xs ext/Storable/t/blessed.t
35508            ! ext/Storable/t/restrict.t
35509 ____________________________________________________________________________
35510 [ 22497] By: rgs                                   on 2004/03/13  21:27:57
35511         Log: Subject: [perl #27567] [patch] a typo and a mistake in perltoot.pod
35512              From: "padre@elte.hu (via RT)" <perlbug-followup@perl.org>
35513              Date: 10 Mar 2004 17:05:09 -0000
35514              Message-ID: <rt-3.0.8-27567-81174.13.282806825515@perl.org>
35515      Branch: perl
35516            ! pod/perltoot.pod
35517 ____________________________________________________________________________
35518 [ 22496] By: rgs                                   on 2004/03/13  21:16:59
35519         Log: More small perldelta updates.
35520      Branch: perl
35521            ! pod/perl591delta.pod
35522 ____________________________________________________________________________
35523 [ 22495] By: rgs                                   on 2004/03/13  20:05:20
35524         Log: Revert change #22489, that seems to cause build failures on Windows.
35525      Branch: perl
35526            ! win32/Makefile win32/makefile.mk
35527 ____________________________________________________________________________
35528 [ 22494] By: rgs                                   on 2004/03/13  19:55:43
35529         Log: Subject: Re: [PATCH] Stop splitpod truncating sprintf manpage
35530              From: Steve Hay <steve.hay@uk.radan.com>
35531              Date: Fri, 12 Mar 2004 08:38:41 +0000
35532              Message-ID: <40517711.9030204@uk.radan.com>
35533      Branch: perl
35534            ! pod/splitpod
35535 ____________________________________________________________________________
35536 [ 22493] By: rgs                                   on 2004/03/12  23:39:16
35537         Log: perl591delta nits. Regenerate the tables of contents.
35538      Branch: perl
35539            ! pod/perl591delta.pod pod/perlmodlib.pod pod/perltoc.pod
35540 ____________________________________________________________________________
35541 [ 22492] By: rgs                                   on 2004/03/12  21:35:49
35542         Log: Update perl591delta. Include a small to-do list in it.
35543      Branch: perl
35544            ! pod/perl591delta.pod
35545 ____________________________________________________________________________
35546 [ 22491] By: rgs                                   on 2004/03/12  20:08:31
35547         Log: Subject: [PATCH] Math::BigInt v1.70, bignum 0.15, Math::BigRat 0.12
35548              From: Tels <perl_dummy@bloodgate.com>
35549              Date: Fri, 12 Mar 2004 18:02:30 +0100
35550              Message-Id: <200403121802.31679@bloodgate.com>
35551      Branch: perl
35552            + lib/Math/BigInt/t/_e_math.t
35553            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt/t/bare_mbf.t
35554            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
35555            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/with_sub.t
35556            ! lib/bigint.pm lib/bignum.pm
35557 ____________________________________________________________________________
35558 [ 22490] By: rgs                                   on 2004/03/12  18:31:12
35559         Log: Fix a bug in the cloning of regexps
35560
35561              Subject: Re: [perl #27530] Regex qr// interpolation fails when chr(0) is used in a thread
35562              From: hv@crypt.org
35563              Date: Thu, 11 Mar 2004 16:21:50 +0000
35564              Message-Id: <200403111621.i2BGLoi20225@zen.crypt.org>
35565              (plus another similar fix)
35566      Branch: perl
35567            ! sv.c
35568 ____________________________________________________________________________
35569 [ 22489] By: rgs                                   on 2004/03/12  18:26:34
35570         Log: Subject: [PATCH] Fix minitest target in Win32 makefiles
35571              From: Steve Hay <steve.hay@uk.radan.com>
35572              Date: Fri, 12 Mar 2004 15:52:23 +0000
35573              Message-ID: <4051DCB7.107@uk.radan.com>
35574      Branch: perl
35575            ! win32/Makefile win32/makefile.mk
35576 ____________________________________________________________________________
35577 [ 22488] By: rgs                                   on 2004/03/11  22:57:29
35578         Log: Document the new behaviour of the substr lvalue :
35579              Subject: Re: [perl #24346] pulling in stuff from outside the substr lvalue window
35580              From: Dave Mitchell <davem@fdisolutions.com>
35581              Date: Mon, 1 Mar 2004 23:59:21 +0000
35582              Message-ID: <20040301235921.GC6469@fdisolutions.com>
35583      Branch: perl
35584            ! pod/perlfunc.pod
35585 ____________________________________________________________________________
35586 [ 22485] By: davem                                 on 2004/03/11  14:52:58
35587         Log: make op/write.t work better under stdio by running the subtests
35588              in the child process rather than the parent.
35589      Branch: perl
35590            ! t/op/write.t
35591 ____________________________________________________________________________
35592 [ 22484] By: merijn                                on 2004/03/11  10:08:17
35593         Log: Subject: Re: [PATCH] Re: Proposal to remove support for MachTen
35594              From: Dominic Dunlop <shouldbedomo@mac.com>
35595              Date: Thu, 11 Mar 2004 10:34:01 +0100
35596              Message-Id: <3B07B7FC-733F-11D8-AC24-000A27839BD6@mac.com>
35597      Branch: perl
35598            ! README.machten hints/machten.sh
35599 ____________________________________________________________________________
35600 [ 22483] By: nicholas                              on 2004/03/10  20:38:49
35601         Log: croaking for readonly SVs in Perl_sv_utf8_upgrade_flags was a mistake
35602              back this out until we have a tangible policy
35603      Branch: perl
35604            ! sv.c
35605 ____________________________________________________________________________
35606 [ 22482] By: rgs                                   on 2004/03/10  16:16:00
35607         Log: Upgrade to Cwd 2.17.
35608      Branch: perl
35609            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
35610 ____________________________________________________________________________
35611 [ 22481] By: rgs                                   on 2004/03/10  10:55:12
35612         Log: Subject: Re: [PATCH] More "distclean" tidy ups on Win32
35613              From: Steve Hay <steve.hay@uk.radan.com>
35614              Date: Wed, 10 Mar 2004 10:58:15 +0000
35615              Message-ID: <404EF4C7.9090107@uk.radan.com>
35616      Branch: perl
35617            ! win32/Makefile win32/makefile.mk
35618 ____________________________________________________________________________
35619 [ 22480] By: rgs                                   on 2004/03/10  09:25:36
35620         Log: Change 22476 left out a similar fix for ExtUtils::MM_Win32
35621              (noticed by Steve Hay.)
35622              Also, update MANIFEST.SKIP to be in line with the renaming
35623              "blibdirs" to "blibdirs.exists".
35624      Branch: perl
35625            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/MM_Win32.pm
35626 ____________________________________________________________________________
35627 [ 22479] By: rgs                                   on 2004/03/10  09:07:03
35628         Log: A patch by Richard Foley to reduce the amount of
35629              forkage between the 5.8 and 5.9 debuggers.
35630      Branch: perl
35631            ! lib/perl5db.pl
35632 ____________________________________________________________________________
35633 [ 22478] By: chip                                  on 2004/03/09  23:51:41
35634         Log: In line-buffered mode, flush on the *last* newline,
35635              not on every newline.
35636      Branch: perl
35637            ! perlio.c
35638 ____________________________________________________________________________
35639 [ 22477] By: rgs                                   on 2004/03/09  22:27:22
35640         Log: Subject: [PATCH] More "distclean" tidy ups on Win32
35641              From: Steve Hay <steve.hay@uk.radan.com>
35642              Date: Fri, 05 Mar 2004 09:56:36 +0000
35643              Message-ID: <40484ED4.1050001@uk.radan.com>
35644              (only the win32 makefiles part)
35645      Branch: perl
35646            ! win32/Makefile win32/makefile.mk
35647 ____________________________________________________________________________
35648 [ 22476] By: rgs                                   on 2004/03/09  21:45:49
35649         Log: Subject: [PATCH] bleadperl/MM/VMS (was Re: perl@22413)
35650              From: "Craig A. Berry" <craigberry@mac.com>
35651              Date: Mon, 08 Mar 2004 08:18:43 -0600
35652              Message-ID: <404C80C3.6090009@mac.com>
35653
35654              Avoid to build everything twice on VMS.
35655              This is done by renaming the blibdirs target to blibdirs.exists.
35656              No, I don't understand why.
35657      Branch: perl
35658            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_NW5.pm
35659            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
35660            ! lib/ExtUtils/t/INST_PREFIX.t
35661 ____________________________________________________________________________
35662 [ 22474] By: rgs                                   on 2004/03/09  20:29:02
35663         Log: Improve the "Prototype mismatch" error message when
35664              the redefined subroutine didn't have any prototype.
35665      Branch: perl
35666            ! op.c t/comp/redef.t
35667 ____________________________________________________________________________
35668 [ 22473] By: mhx                                   on 2004/03/09  19:09:20
35669         Log: Revert change #22472, but keep the new tests.
35670      Branch: perl
35671            ! pp_ctl.c t/op/range.t
35672 ____________________________________________________________________________
35673 [ 22472] By: mhx                                   on 2004/03/09  18:41:15
35674         Log: Subject: Re: undef and the range operator
35675              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
35676              Date: Mon, 8 Mar 2004 21:49:55 +0100
35677              Message-Id: <20040308214955.3d8be3a6@r2d2>
35678      Branch: perl
35679            ! pp_ctl.c t/op/range.t
35680 ____________________________________________________________________________
35681 [ 22471] By: nicholas                              on 2004/03/09  16:11:37
35682         Log: Make a temporary copy of the input buffer in pp_send, so that send
35683              and syswrite don't gratuitously upgrade their input to UTF8
35684      Branch: perl
35685            ! pp_sys.c t/op/sysio.t
35686 ____________________________________________________________________________
35687 [ 22470] By: rgs                                   on 2004/03/09  15:27:38
35688         Log: Upgrade to Cwd 2.16
35689      Branch: perl
35690            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
35691 ____________________________________________________________________________
35692 [ 22469] By: rgs                                   on 2004/03/09  14:56:10
35693         Log: Upgrade to CGI.pm 3.04.
35694      Branch: perl
35695            ! lib/CGI.pm lib/CGI/Cookie.pm
35696 ____________________________________________________________________________
35697 [ 22468] By: rgs                                   on 2004/03/08  15:35:59
35698         Log: perl591delta.pod update.
35699      Branch: perl
35700            ! pod/perl591delta.pod
35701 ____________________________________________________________________________
35702 [ 22467] By: rgs                                   on 2004/03/08  10:43:23
35703         Log: Another makefile portability fix for Win32 by Steve Hay.
35704      Branch: perl
35705            ! win32/Makefile win32/makefile.mk
35706 ____________________________________________________________________________
35707 [ 22466] By: rgs                                   on 2004/03/08  08:06:33
35708         Log: Subject: [PATCH] win32_fstat has a potential buffer overrun problem
35709              From: Jan Dubois <jand@ActiveState.com>
35710              Date: Sun, 07 Mar 2004 17:04:35 -0800
35711              Message-ID: <8lgn409p4k2kpde8d428d7a4r7fsgjc8b4@4ax.com>
35712      Branch: perl
35713            ! win32/win32.c
35714 ____________________________________________________________________________
35715 [ 22465] By: nicholas                              on 2004/03/07  23:31:49
35716         Log: Fix Dave's original shared hash key corruption bug
35717      Branch: perl
35718            ! sv.c
35719 ____________________________________________________________________________
35720 [ 22463] By: nicholas                              on 2004/03/07  21:34:01
35721         Log: Add a readonly check to Perl_sv_utf8_upgrade_flags, a regresion test
35722              in utf8.t, and fix 3 bugs it exposed in utfhash.t
35723      Branch: perl
35724            ! lib/utf8.t sv.c t/op/utfhash.t
35725 ____________________________________________________________________________
35726 [ 22462] By: rgs                                   on 2004/03/07  20:34:05
35727         Log: Subject: undef and the range operator
35728              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
35729              Date: Sun, 7 Mar 2004 21:11:20 +0100
35730              Message-Id: <20040307211120.10e46933@r2d2>
35731      Branch: perl
35732            ! pp_ctl.c t/op/range.t
35733 ____________________________________________________________________________
35734 [ 22459] By: rgs                                   on 2004/03/07  18:41:36
35735         Log: Subject: Re: [PATCH Cwd 2.15] test tweak for VMS
35736              From: "Ken Williams" <ken@mathforum.org>
35737              Date: Sun, 7 Mar 2004 09:37:19 -0600
35738              Message-Id: <51C75B2A-704D-11D8-BBD2-003065F6D85A@mathforum.org>
35739      Branch: perl
35740            ! ext/Cwd/t/cwd.t
35741 ____________________________________________________________________________
35742 [ 22456] By: rgs                                   on 2004/03/07  14:08:43
35743         Log: Subject: [PATCH t/op/closure.t] line-end tweak for VMS
35744              From: "Craig A. Berry" <craigberry@mac.com>
35745              Date: Sat, 06 Mar 2004 22:50:25 -0600
35746              Message-ID: <404AAA11.8050001@mac.com>
35747      Branch: perl
35748            ! t/op/closure.t
35749 ____________________________________________________________________________
35750 [ 22452] By: rgs                                   on 2004/03/06  21:24:45
35751         Log: Subject: [PATCH Cwd 2.15] test tweak for VMS
35752              From: "Craig A. Berry" <craigberry@mac.com>
35753              Date: Sat, 06 Mar 2004 13:51:55 -0600
35754              Message-ID: <404A2BDB.8030401@mac.com>
35755      Branch: perl
35756            ! ext/Cwd/t/cwd.t
35757 ____________________________________________________________________________
35758 [ 22451] By: rgs                                   on 2004/03/06  21:09:10
35759         Log: Allow syslog() to use numeric constants in addition to strings for
35760              facility names and priorities.
35761
35762              Subject: Patch for Sys::Syslog
35763              From: Jim Schneider <jschneid@netilla.com>
35764              Date: Fri, 5 Mar 2004 14:03:10 -0500
35765              Message-Id: <200403051403.10674.jschneid@netilla.com>
35766      Branch: perl
35767            ! ext/Sys/Syslog/Syslog.pm
35768 ____________________________________________________________________________
35769 [ 22446] By: nicholas                              on 2004/03/06  16:13:48
35770         Log: Make threads tests pass make minitest (by skipping)
35771      Branch: perl
35772            ! t/op/getpid.t t/op/threads.t
35773 ____________________________________________________________________________
35774 [ 22445] By: davem                                 on 2004/03/06  15:25:32
35775         Log: fix coredump in /(?{sub{}})/
35776      Branch: perl
35777            ! pad.c
35778 ____________________________________________________________________________
35779 [ 22444] By: rgs                                   on 2004/03/05  21:19:06
35780         Log: A small perluniintro clarification by Jarkko.
35781      Branch: perl
35782            ! pod/perluniintro.pod
35783 ____________________________________________________________________________
35784 [ 22443] By: rgs                                   on 2004/03/05  14:13:50
35785         Log: Subject: [PATCH] Re: Strange segfault
35786              From: mhx-perl@gmx.net (Marcus Holland-Moritz)
35787              Date: Fri, 5 Mar 2004 15:13:53 +0100
35788              Message-ID: <20040305151353.5f3e913c@r2d2>
35789      Branch: perl
35790            ! pp_ctl.c t/op/range.t
35791 ____________________________________________________________________________
35792 [ 22442] By: rgs                                   on 2004/03/05  09:31:22
35793         Log: Subject: [PATCH] Fix PERLEXE_ICO/PERLEXE_RES targets in makefile.mk on Win32
35794              From: steve.hay@uk.radan.com (Steve Hay)
35795              Date: Fri, 05 Mar 2004 09:42:32 +0000
35796              Message-ID: <40484B88.7070608@uk.radan.com>
35797      Branch: perl
35798            ! win32/makefile.mk
35799 ____________________________________________________________________________
35800 [ 22441] By: rgs                                   on 2004/03/05  08:53:08
35801         Log: Change 22436 broke the Windows build.
35802              Fix by Steve Hay.
35803      Branch: perl
35804            ! ext/POSIX/POSIX.xs
35805 ____________________________________________________________________________
35806 [ 22440] By: davem                                 on 2004/03/05  00:09:23
35807         Log: silence some compiler warnings
35808      Branch: perl
35809            ! pp_ctl.c sv.c
35810 ____________________________________________________________________________
35811 [ 22439] By: davem                                 on 2004/03/04  23:56:42
35812         Log: ensure utf8::encode() normalises its arg
35813      Branch: perl
35814            ! sv.c
35815 ____________________________________________________________________________
35816 [ 22438] By: davem                                 on 2004/03/04  23:32:38
35817         Log: Memory leak in continue loop
35818              make sure redo always frees temps
35819      Branch: perl
35820            ! pp_ctl.c t/op/loopctl.t
35821 ____________________________________________________________________________
35822 [ 22437] By: davem                                 on 2004/03/04  22:03:17
35823         Log: Add perldiag entry for change #22435 (deprecate my $x if 0)
35824      Branch: perl
35825            ! pod/perldiag.pod
35826 ____________________________________________________________________________
35827 [ 22436] By: rgs                                   on 2004/03/04  21:52:18
35828         Log: Subject: [PATCH] Re: [perl #25270] 5.8.3 - POSIX::ctermid() on Solaris
35829              From: Andrew Dougherty <doughera@lafayette.edu>
35830              Date: Thu, 4 Mar 2004 14:41:07 -0500 (EST)
35831              Message-ID: <Pine.SOL.4.58.0403041438350.5863@maxwell.phys.lafayette.edu>
35832      Branch: perl
35833            ! ext/POSIX/POSIX.xs
35834 ____________________________________________________________________________
35835 [ 22435] By: davem                                 on 2004/03/04  21:39:47
35836         Log: add deprecation warning for my $x if 0
35837      Branch: perl
35838            ! op.c t/lib/warnings/op
35839 ____________________________________________________________________________
35840 [ 22434] By: davem                                 on 2004/03/04  21:38:57
35841         Log: remove an 'if $a if 0' from AutoSplit.t
35842      Branch: perl
35843            ! lib/AutoSplit.t
35844 ____________________________________________________________________________
35845 [ 22433] By: davem                                 on 2004/03/04  20:33:44
35846         Log: retract 22328 and 22332: deprecation warning for my $x if foo
35847      Branch: perl
35848            ! embed.h op.c opcode.h opcode.pl pod/perldiag.pod pp.sym
35849            ! pp_proto.h t/lib/warnings/op
35850 ____________________________________________________________________________
35851 [ 22432] By: rgs                                   on 2004/03/04  12:18:11
35852         Log: Maintainers.pl update by MJD.
35853      Branch: perl
35854            ! Porting/Maintainers.pl
35855 ____________________________________________________________________________
35856 [ 22431] By: rgs                                   on 2004/03/04  10:35:59
35857         Log: Fix [perl #27357] Scalar Win32::GetOSVersion() broken in 5.8.3
35858              (by Steve Hay)
35859      Branch: perl
35860            + t/win32/getosversion.t
35861            ! MANIFEST win32/win32.c
35862 ____________________________________________________________________________
35863 [ 22430] By: rgs                                   on 2004/03/04  08:03:54
35864         Log: Clarify the difference between utf8::downgrade/upgrade
35865              and utf8::encode/decode (patch by Jarkko).
35866      Branch: perl
35867            ! lib/utf8.pm pod/perluniintro.pod
35868 ____________________________________________________________________________
35869 [ 22429] By: rgs                                   on 2004/03/03  23:01:56
35870         Log: A couple of notes in perl591delta
35871              (about Benchmark and the debugger.)
35872      Branch: perl
35873            ! pod/perl591delta.pod
35874 ____________________________________________________________________________
35875 [ 22428] By: rgs                                   on 2004/03/03  22:15:42
35876         Log: Subject: [PATCH] simplify sv.h
35877              From: Arthur Bergman <sky@nanisky.com>
35878              Date: Sun, 29 Feb 2004 22:04:53 +0000
35879              Message-Id: <4D3C272C-6B03-11D8-B799-000A95A2734C@nanisky.com>
35880      Branch: perl
35881            ! sv.h
35882 ____________________________________________________________________________
35883 [ 22427] By: rgs                                   on 2004/03/03  21:55:03
35884         Log: Speed up the unicode case mappings (for /i, lc, uc, etc).
35885              Subject: [PATCH] [perl #24826]
35886              From: Jarkko Hietaniemi <jhi@iki.fi>
35887              Date: Wed, 3 Mar 2004 09:37:21 +0200
35888              Message-Id: <9B5CBF96-6CE5-11D8-83B0-00039362CB92@iki.fi>
35889      Branch: perl
35890            ! lib/unicore/To/Fold.pl lib/unicore/To/Lower.pl
35891            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
35892            ! lib/unicore/mktables t/uni/case.pl utf8.c
35893 ____________________________________________________________________________
35894 [ 22426] By: rgs                                   on 2004/03/03  21:04:48
35895         Log: Subject: [PATCH] debugger (5.8.x and 5.9.x)
35896              From: Richard.Foley@t-online.de (Richard Foley)
35897              Date: Wed, 3 Mar 2004 16:10:25 +0100
35898              Message-Id: <200403031610.25080.richard.foley@rfi.net>
35899      Branch: perl
35900            ! lib/perl5db.pl
35901 ____________________________________________________________________________
35902 [ 22425] By: davem                                 on 2004/03/03  00:02:51
35903         Log: stop t/op/write.t failures under stdio by always closing files
35904              before reading them back; also replace `cat file` with a function
35905              to read in the file
35906      Branch: perl
35907            ! t/op/write.t
35908 ____________________________________________________________________________
35909 [ 22424] By: nicholas                              on 2004/03/02  22:22:49
35910         Log: Change the skip logic on the unicode tests so that they don't rely on
35911              miniperl's "dynamic loading unavailable" message
35912      Branch: perl
35913            ! t/uni/chomp.t t/uni/tr_7jis.t t/uni/tr_eucjp.t t/uni/tr_sjis.t
35914            ! t/uni/tr_utf8.t
35915 ____________________________________________________________________________
35916 [ 22423] By: nicholas                              on 2004/03/02  22:02:36
35917         Log: Work on eliminating systematic failures on make minitest:
35918              make minitest passes a -minitest flag to t/TEST
35919              t/TEST sees this and sets $ENV{PERL_CORE_MINITEST}
35920              Tests can choose to skip based on this.
35921              (Other tactic is to make loading of Errno by %! happen at run time.)
35922      Branch: perl
35923            ! Makefile.SH t/TEST t/io/binmode.t t/io/crlf.t t/io/layers.t
35924            ! t/io/open.t t/io/print.t t/io/read.t t/op/magic.t
35925 ____________________________________________________________________________
35926 [ 22422] By: davem                                 on 2004/03/02  21:33:22
35927         Log: Remove machine-dependent rounding dependency from write overflow
35928              tests
35929      Branch: perl
35930            ! t/op/write.t
35931 ____________________________________________________________________________
35932 [ 22421] By: rgs                                   on 2004/03/02  21:25:12
35933         Log: Subject: [PATCH] nmake distclean cleans too much from lib/Digest on Win32
35934              From: Steve Hay <steve.hay@uk.radan.com>
35935              Date: Fri, 27 Feb 2004 17:42:26 +0000
35936              Message-ID: <403F8182.5090607@uk.radan.com>
35937      Branch: perl
35938            ! win32/Makefile win32/makefile.mk
35939 ____________________________________________________________________________
35940 [ 22419] By: davem                                 on 2004/03/01  22:17:52
35941         Log: add tests for change 22414 (lvalue substr jollity)
35942              courtesy of Graham Barr.
35943      Branch: perl
35944            ! t/op/substr.t
35945 ____________________________________________________________________________
35946 [ 22418] By: davem                                 on 2004/03/01  22:00:11
35947         Log: integrate Time::HiRes 1.56 from CPAN
35948              (which is itself mostly derived from the bleedperl version)
35949      Branch: perl
35950            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
35951            ! ext/Time/HiRes/Makefile.PL
35952 ____________________________________________________________________________
35953 [ 22417] By: mhx                                   on 2004/02/29  21:46:19
35954         Log: Make panics a bit more verbose to ease debugging.
35955      Branch: perl
35956            ! thread.h
35957 ____________________________________________________________________________
35958 [ 22415] By: davem                                 on 2004/02/29  18:06:45
35959         Log: make test breaks permissions on /dev/tty
35960              perl -i could fchmod(stdin) by mistake
35961      Branch: perl
35962            ! doio.c
35963 ____________________________________________________________________________
35964 [ 22414] By: davem                                 on 2004/02/29  16:21:34
35965         Log: Subject: Re: [perl #24346] pulling in stuff from outside the substr lvalue
35966              From: Graham Barr <gbarr@pobox.com>
35967              Date: Wed, 29 Oct 2003 09:56:53 +0000
35968              Message-Id: <3993BF6C-09F6-11D8-B6DD-0003938857CC@pobox.com>
35969
35970              make a variable aliased to an lvalue substr value work as expected
35971      Branch: perl
35972            ! mg.c
35973 ____________________________________________________________________________
35974 [ 22411] By: nicholas                              on 2004/02/29  13:08:28
35975         Log: Bump Socket's version to a real floating point value
35976      Branch: perl
35977            ! ext/Socket/Socket.pm
35978 ____________________________________________________________________________
35979 [ 22410] By: ams                                   on 2004/02/29  04:29:24
35980         Log: Back out _01 version suffix.
35981      Branch: perl
35982            ! ext/Storable/Storable.pm
35983 ____________________________________________________________________________
35984 [ 22409] By: davem                                 on 2004/02/28  23:29:10
35985         Log: Bump version numbers of moules affected by change #22258
35986              (removing /tmp and other insecurities)
35987      Branch: perl
35988            ! ext/DB_File/DB_File.pm ext/Devel/PPPort/PPPort.pm
35989            ! ext/Socket/Socket.pm ext/Storable/Storable.pm
35990            ! ext/Time/HiRes/HiRes.pm lib/CGI/Cookie.pm
35991            ! lib/ExtUtils/MakeMaker.pm lib/Memoize.pm lib/Shell.pm
35992            ! lib/perl5db.pl
35993 ____________________________________________________________________________
35994 [ 22408] By: davem                                 on 2004/02/28  22:37:08
35995         Log: make the bison-based parser threadsafe and capable of deep
35996              recursion by eradicating Perl_yylex_r()
35997      Branch: perl
35998            ! embed.fnc embed.h embedvar.h intrpvar.h mg.c perl.h perlapi.h
35999            ! perly.c proto.h toke.c
36000 ____________________________________________________________________________
36001 [ 22407] By: nicholas                              on 2004/02/28  16:10:20
36002         Log: Use File::Temp for tempfiles if it is available.
36003              (Based on a patch from Solar Designer <solar@openwall.com> in
36004              Message-ID: <20040125222218.GA13499@openwall.com>, the bulk of which
36005              was applied as change 22258)
36006      Branch: perl
36007            ! utils/perlbug.PL
36008 ____________________________________________________________________________
36009 [ 22406] By: mhx                                   on 2004/02/28  15:04:41
36010         Log: Fix segfaults when running under -Dx.
36011      Branch: perl
36012            ! dump.c
36013 ____________________________________________________________________________
36014 [ 22403] By: nicholas                              on 2004/02/27  17:56:30
36015         Log: Assimilate Cwd 2.15 from CPAN
36016      Branch: perl
36017            ! ext/Cwd/Changes lib/Cwd.pm
36018 ____________________________________________________________________________
36019 [ 22401] By: nicholas                              on 2004/02/27  16:27:19
36020         Log: Create a new local $_ without triggering tie by using local *_ = \my $a
36021              (an idea from Ton Hospel, Message-Id: <c1igq3$n84$1@post.home.lunix>)
36022      Branch: perl
36023            ! lib/File/Find.pm lib/File/Find/t/find.t
36024 ____________________________________________________________________________
36025 [ 22400] By: merijn                                on 2004/02/27  15:25:27
36026         Log: When threads are active we need -lpthread, but previous `fix' of
36027              now linked libraries invalidated the regex for sed (AIX 5 has no
36028              seperate libc.a and libc_r.a the latter links to the first)
36029      Branch: perl
36030            ! hints/aix.sh
36031 ____________________________________________________________________________
36032 [ 22397] By: nicholas                              on 2004/02/27  13:13:43
36033         Log: Correct thinko in comment.
36034      Branch: perl
36035            ! op.c
36036 ____________________________________________________________________________
36037 [ 22393] By: nicholas                              on 2004/02/27  10:41:39
36038         Log: In hsplit, if a normal hash has placeholders then clear them before
36039              splitting. We can do this safely because Storable ensures hsplit is
36040              not called while it builds restricted hashes (actually any hashes)
36041              This change may not make things faster, but now we have the choice.
36042      Branch: perl
36043            ! ext/Storable/t/restrict.t hv.c
36044 ____________________________________________________________________________
36045 [ 22391] By: nicholas                              on 2004/02/27  10:27:38
36046         Log: My re-implementation of hv_clear_placeholders was buggy - not sure why
36047              the tests still passed. Fixed.
36048      Branch: perl
36049            ! hv.c
36050 ____________________________________________________________________________
36051 [ 22383] By: nicholas                              on 2004/02/26  14:59:40
36052         Log: Moving all the e-mail addresses over by 1 column makes them start on
36053              an 8 column tabstop, which makes editing this file easier.
36054              So then I replaced spaces with tabs and made it smaller too.
36055      Branch: perl
36056            ! AUTHORS
36057 ____________________________________________________________________________
36058 [ 22382] By: nicholas                              on 2004/02/26  14:49:13
36059         Log: Add Mark Fowler
36060      Branch: perl
36061            ! AUTHORS
36062 ____________________________________________________________________________
36063 [ 22381] By: nicholas                              on 2004/02/26  13:11:07
36064         Log: Integrate:
36065              [ 22339]
36066              Mention 5.005_04 RC2
36067
36068              [ 22360]
36069              Update for 5.005_04 release
36070      Branch: perl
36071           !> pod/perlhist.pod
36072 ____________________________________________________________________________
36073 [ 22380] By: rgs                                   on 2004/02/26  13:03:43
36074         Log: Subject: [PATCH] Improved perlapi documentation for croak
36075              From: Mark Fowler <mark@twoshortplanks.com>
36076              Date: Wed, 25 Feb 2004 22:47:21 +0000 (GMT)
36077              Message-ID: <Pine.LNX.4.55.0402252242510.32152@gan.twoshortplanks.com>
36078
36079              (and regenerate perlapi.pod.)
36080      Branch: perl
36081            ! pod/perlapi.pod util.c
36082 ____________________________________________________________________________
36083 [ 22379] By: merijn                                on 2004/02/26  08:44:53
36084         Log: From: Art Haas <ahaas@airmail.net>
36085              Subject: Replacing '-rdynamic' in Configure script
36086              Date: Fri, 20 Feb 2004 13:53:56 -0600
36087              Message-ID: <20040220195400.31177.qmail@onion.perl.org>
36088      Branch: perl
36089            ! Configure
36090 ____________________________________________________________________________
36091 [ 22377] By: davem                                 on 2004/02/25  21:07:44
36092         Log: remove my work address
36093      Branch: perl
36094            ! AUTHORS
36095 ____________________________________________________________________________
36096 [ 22376] By: davem                                 on 2004/02/25  17:10:56
36097         Log: stop "const in void context" warning for a const in an
36098              optimised-away boolean expresssion, eg 5 || print;
36099      Branch: perl
36100            ! op.c op.h t/lib/warnings/op
36101 ____________________________________________________________________________
36102 [ 22375] By: merijn                                on 2004/02/25  11:13:12
36103         Log: Skip the Net/Ping/450_service failures on HP-UX for the time being
36104      Branch: perl
36105            ! lib/Net/Ping/t/450_service.t
36106 ____________________________________________________________________________
36107 [ 22374] By: merijn                                on 2004/02/25  09:32:12
36108         Log: AIX hints stage 3: remove AIX 3 and AIX 4 after split off
36109              One open issue left: promoting to cc_r for threaded builds
36110              need a review to permit users using -Dcc=xlc_r for non
36111              threaded builds
36112      Branch: perl
36113            ! hints/aix.sh
36114 ____________________________________________________________________________
36115 [ 22373] By: davem                                 on 2004/02/24  23:25:52
36116         Log: fix memory leak in @_ = ...; goto &sub
36117      Branch: perl
36118            ! pp_ctl.c
36119 ____________________________________________________________________________
36120 [ 22372] By: rgs                                   on 2004/02/24  22:44:34
36121         Log: Enhance test cleanliness by a very small factor.
36122      Branch: perl
36123            ! t/comp/parser.t
36124 ____________________________________________________________________________
36125 [ 22371] By: rgs                                   on 2004/02/24  22:34:06
36126         Log: Fix a segfault during optree construction. (bug #27024)
36127      Branch: perl
36128            ! op.c t/comp/parser.t
36129 ____________________________________________________________________________
36130 [ 22370] By: rgs                                   on 2004/02/24  20:39:26
36131         Log: Update Changes and AUTHORS.
36132      Branch: perl
36133            ! AUTHORS Changes
36134 ____________________________________________________________________________
36135 [ 22369] By: rgs                                   on 2004/02/24  19:53:51
36136         Log: Subject: [PATCH] optimization for map in scalar context
36137              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
36138              Date: Tue, 24 Feb 2004 12:02:57 +0100
36139              Message-id: <20040224110257.GA5510@ethan>
36140      Branch: perl
36141            ! pp_ctl.c
36142 ____________________________________________________________________________
36143 [ 22368] By: rgs                                   on 2004/02/24  19:30:12
36144         Log: Subject: Bugfix for perlrequick and perlretut
36145              From: Mark Kvale <kvale@phy.ucsf.edu>
36146              Date: Tue, 24 Feb 2004 11:32:34 -0800
36147              Message-Id: <200402241132.34656.kvale@phy.ucsf.edu>
36148      Branch: perl
36149            ! pod/perlrequick.pod pod/perlretut.pod
36150 ____________________________________________________________________________
36151 [ 22367] By: rgs                                   on 2004/02/23  22:08:33
36152         Log: Instead of localising *_, use a dummy foreach loop to get
36153              a local value of $_
36154      Branch: perl
36155            ! lib/File/Find.pm
36156 ____________________________________________________________________________
36157 [ 22366] By: rgs                                   on 2004/02/23  21:40:02
36158         Log: Subject: Re: [perl #24338] Attribute::Handlers will trash UNIVERSAL
36159              From: alan <alan@pair.com>
36160              Date: Tue, 17 Feb 2004 14:23:08 -0500 (EST)
36161              Message-ID: <Pine.BSF.4.58.0402171418090.80983@smx.pair.com>
36162      Branch: perl
36163            ! lib/Attribute/Handlers.pm
36164 ____________________________________________________________________________
36165 [ 22365] By: rgs                                   on 2004/02/23  21:30:42
36166         Log: Update perl591delta.
36167      Branch: perl
36168            ! pod/perl591delta.pod
36169 ____________________________________________________________________________
36170 [ 22364] By: rgs                                   on 2004/02/23  20:56:38
36171         Log: Fix bug #26910: hints were not propagated into (?{...})
36172              blocks, except the utf8 pragma.
36173      Branch: perl
36174            ! pp_ctl.c t/lib/strict/refs t/lib/strict/subs t/lib/strict/vars
36175 ____________________________________________________________________________
36176 [ 22363] By: rgs                                   on 2004/02/23  19:15:53
36177         Log: Subject: Re: [perl #26905] "use bytes" doesn't apply byte semantics to concatenation
36178              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
36179              Date: Sun, 22 Feb 2004 16:09:33 +0900
36180              Message-Id: <20040222160505.98E5.BQW10602@nifty.com>
36181
36182              Subject: [PATCH] Encode::CN::HZ (was Re: [perl #26905] "use bytes" doesn't apply byte semantics to concatenation)
36183              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
36184              Date: Sun, 22 Feb 2004 18:41:43 +0900
36185              Message-Id: <20040222182357.6B39.BQW10602@nifty.com>
36186
36187              Plus, add a "_01" to the theoretical version number of Encode::CN::HZ.
36188      Branch: perl
36189            ! ext/Encode/lib/Encode/CN/HZ.pm pp_hot.c t/op/concat.t
36190 ____________________________________________________________________________
36191 [ 22362] By: rgs                                   on 2004/02/23  18:31:31
36192         Log: Subject: [PATCH] Benchmark for child processes
36193              From: Chia-liang Kao <clkao@clkao.org>
36194              Date: Mon, 23 Feb 2004 22:53:51 +0800
36195              Message-ID: <20040223145351.GH94376@portege.clkao.org>
36196      Branch: perl
36197            ! lib/Benchmark.pm
36198 ____________________________________________________________________________
36199 [ 22359] By: merijn                                on 2004/02/23  11:55:08
36200         Log: Subject: Re: Perl 5.8.1 on IRIX 5.3
36201              Date: Thu, 22 Jan 2004 18:35:26 +0100 (CET)
36202              From: Georg Schwarz <geos@epost.de>
36203              Message-Id: <E1Ajijm-0006ya-LE@mikro.physik.TU-Berlin.DE>
36204      Branch: perl
36205            ! hints/irix_5.sh
36206 ____________________________________________________________________________
36207 [ 22358] By: rgs                                   on 2004/02/22  21:49:47
36208         Log: Subject: initial patch for cygwin IPC via cygserver
36209              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
36210              Date: Thu, 19 Feb 2004 09:01:13 -0800
36211              Message-ID: <20040219170113.GA2792@efn.org>
36212      Branch: perl
36213            ! ext/IPC/SysV/hints/cygwin.pl hints/cygwin.sh
36214 ____________________________________________________________________________
36215 [ 22357] By: davem                                 on 2004/02/22  15:43:53
36216         Log: Extend OP_AELEMFAST optimisation to lexical arrays
36217      Branch: perl
36218            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm op.c op.h pp_hot.c
36219 ____________________________________________________________________________
36220 [ 22356] By: rgs                                   on 2004/02/21  16:51:52
36221         Log: We're not binary compatible with 5.8.
36222              Change PERL_API_VERSION to 5.9.1.
36223      Branch: perl
36224            ! patchlevel.h
36225 ____________________________________________________________________________
36226 [ 22355] By: rgs                                   on 2004/02/21  16:30:02
36227         Log: Document change #22353 in perldelta.
36228      Branch: perl
36229            ! pod/perl591delta.pod
36230 ____________________________________________________________________________
36231 [ 22354] By: rgs                                   on 2004/02/21  16:23:54
36232         Log: Increment the version number of B, due to the incompatible
36233              API change introduced by #22353 (no more op_seq method.)
36234      Branch: perl
36235            ! ext/B/B.pm
36236 ____________________________________________________________________________
36237 [ 22353] By: rgs                                   on 2004/02/21  16:18:32
36238         Log: Subject: Re: op_seq (was: Freeing code)
36239              From: Paul Johnson <paul@pjcj.net>
36240              Date: Sat, 21 Feb 2004 02:31:47 +0100
36241              Message-ID: <20040221013147.GB6953@pjcj.net>
36242
36243              Rework the OP structure to use less space.
36244              Remove op_seq (and simulate it in dump.c),
36245              replace it by op_opt and op_static,
36246              shrink op_type, remove PL_op_seqmax.
36247      Branch: perl
36248            ! bytecode.pl dump.c embed.h embedvar.h ext/B/B.xs
36249            ! ext/B/B/Asmdata.pm ext/B/B/C.pm ext/B/B/Concise.pm
36250            ! ext/B/B/Debug.pm ext/ByteLoader/byterun.c
36251            ! ext/ByteLoader/byterun.h intrpvar.h op.c op.h perlapi.h
36252            ! pod/perlintern.pod sv.c
36253 ____________________________________________________________________________
36254 [ 22352] By: rgs                                   on 2004/02/20  17:29:32
36255         Log: When you write C<my $_ ; for (...) {...}>, the lexical $_
36256              is not actually introduced by the for statement.
36257      Branch: perl
36258            ! op.c
36259 ____________________________________________________________________________
36260 [ 22351] By: davem                                 on 2004/02/20  15:38:10
36261         Log: remove a split test's dependence on -Dx output
36262              (needed after change #22343)
36263      Branch: perl
36264            ! t/op/split.t
36265 ____________________________________________________________________________
36266 [ 22350] By: davem                                 on 2004/02/20  15:34:27
36267         Log: add Deparse/Concise support for inplace sort (change 22349)
36268      Branch: perl
36269            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm
36270 ____________________________________________________________________________
36271 [ 22349] By: davem                                 on 2004/02/20  14:54:35
36272         Log: optimise the sorting inplace of plain arrays: @a = sort @a
36273      Branch: perl
36274            ! op.c op.h pp_sort.c t/op/sort.t
36275 ____________________________________________________________________________
36276 [ 22348] By: davem                                 on 2004/02/20  14:18:13
36277         Log: Document the SVf_PADSTALE flag
36278      Branch: perl
36279            ! pad.c
36280 ____________________________________________________________________________
36281 [ 22347] By: rgs                                   on 2004/02/20  10:46:51
36282         Log: Delete lib/IPC/SysV.t (duplicate of ext/IPC/SysV/t/ipcsysv.t)
36283      Branch: perl
36284            - lib/IPC/SysV.t
36285            ! MANIFEST
36286 ____________________________________________________________________________
36287 [ 22346] By: rgs                                   on 2004/02/20  10:23:51
36288         Log: Subject: [PATCH] genmk95.pl touchup for distclean on Win98
36289              From: Greg Matheson <lang@ms.chinmin.edu.tw>
36290              Date: Fri, 20 Feb 2004 15:34:59 +0800
36291              Message-ID: <20040220153459.A30249@ms.chinmin.edu.tw>
36292      Branch: perl
36293            ! win32/genmk95.pl
36294 ____________________________________________________________________________
36295 [ 22345] By: rgs                                   on 2004/02/20  08:21:47
36296         Log: Upgrade to Term::ANSIColor 1.08.
36297      Branch: perl
36298            ! lib/Term/ANSIColor.pm lib/Term/ANSIColor/ChangeLog
36299            ! lib/Term/ANSIColor/README lib/Term/ANSIColor/test.pl
36300 ____________________________________________________________________________
36301 [ 22344] By: rgs                                   on 2004/02/19  21:17:10
36302         Log: Upgrade to prereleases of Math::BigInt 1.70 and
36303              Math::BigRat 0.12, by Tels.
36304      Branch: perl
36305            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
36306            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/CalcEmu.pm
36307            ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bare_mbi.t
36308            ! lib/Math/BigInt/t/bare_mif.t lib/Math/BigInt/t/bigfltpm.inc
36309            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
36310            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
36311            ! lib/Math/BigInt/t/bigints.t lib/Math/BigInt/t/biglog.t
36312            ! lib/Math/BigInt/t/calling.t lib/Math/BigInt/t/config.t
36313            ! lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/mbimbf.t
36314            ! lib/Math/BigInt/t/req_mbfw.t lib/Math/BigInt/t/sub_mbf.t
36315            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/sub_mif.t
36316            ! lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
36317            ! lib/Math/BigInt/t/use_mbfw.t lib/Math/BigInt/t/with_sub.t
36318            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigfltpm.inc
36319            ! lib/Math/BigRat/t/bigfltrt.t lib/Math/BigRat/t/bigrat.t
36320            ! lib/bigint.pm t/lib/Math/BigInt/BareCalc.pm
36321            ! t/lib/Math/BigInt/Scalar.pm t/lib/Math/BigRat/Test.pm
36322 ____________________________________________________________________________
36323 [ 22343] By: davem                                 on 2004/02/19  13:43:18
36324         Log: -Dx could coredump on threaded builds because consts are now
36325              stored in the pad
36326      Branch: perl
36327            ! dump.c
36328 ____________________________________________________________________________
36329 [ 22342] By: rgs                                   on 2004/02/18  21:38:13
36330         Log: Add a tool to report dual-lived core modules that don't
36331              have the same version than the corresponding module on CPAN.
36332      Branch: perl
36333            + Porting/corecpan.pl
36334            ! MANIFEST
36335 ____________________________________________________________________________
36336 [ 22341] By: rgs                                   on 2004/02/18  14:04:11
36337         Log: Document the removal of PERL_XS_APIVERSION and PERL_PM_APIVERSION.
36338      Branch: perl
36339            ! pod/perl591delta.pod
36340 ____________________________________________________________________________
36341 [ 22338] By: rgs                                   on 2004/02/18  13:32:17
36342         Log: Add base.pm and fields.pm to the maintainer list.
36343              Remove a duplicate file from this list.
36344      Branch: perl
36345            ! Porting/Maintainers.pl
36346 ____________________________________________________________________________
36347 [ 22337] By: davem                                 on 2004/02/18  13:22:13
36348         Log: fix write test: -small_number may be displayed as 00.00 or -0.00
36349      Branch: perl
36350            ! t/op/write.t
36351 ____________________________________________________________________________
36352 [ 22334] By: merijn                                on 2004/02/18  12:18:52
36353         Log: Removed pm_apiversion and xs_apiversion as requested by
36354              the pumpkin. Chainsaw was still in perfect working order.
36355      Branch: perl
36356            ! Configure Cross/config.sh-arm-linux NetWare/config.wc
36357            ! NetWare/config_H.wc Porting/Glossary Porting/config.sh
36358            ! Porting/config_H config_h.SH configure.com epoc/config.sh
36359            ! plan9/config.plan9 plan9/config_h.sample
36360            ! plan9/config_sh.sample uconfig.h uconfig.sh win32/config.bc
36361            ! win32/config.gc win32/config.vc win32/config.vc64
36362            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
36363            ! win32/config_H.vc64 wince/config.ce wince/config_H.ce
36364 ____________________________________________________________________________
36365 [ 22332] By: davem                                 on 2004/02/18  11:14:43
36366         Log: Add tests for the C<my $x if foo> deprecation, and change the
36367              warning text
36368      Branch: perl
36369            ! op.c pod/perldiag.pod t/lib/warnings/op
36370 ____________________________________________________________________________
36371 [ 22330] By: mhx                                   on 2004/02/18  08:53:03
36372         Log: 1. Add section to perlxs.pod describing that the refcount of AVs/HVs
36373              returned from XSUBs through RETVAL isn't decremented as it is for
36374              SVs. This causes those XSUBs to leak memory and cannot be fixed
36375              without breaking existing CPAN modules that work around this bug.
36376
36377              2. Fix a memory leak of that kind in POSIX::localconv.
36378      Branch: perl
36379            ! ext/POSIX/POSIX.xs pod/perlxs.pod
36380 ____________________________________________________________________________
36381 [ 22329] By: rgs                                   on 2004/02/18  08:25:58
36382         Log: Encode has local changes. Up-version it.
36383      Branch: perl
36384            ! ext/Encode/Encode.pm
36385 ____________________________________________________________________________
36386 [ 22328] By: davem                                 on 2004/02/17  23:30:50
36387         Log: add deprecation warning for C<my $x if foo> and C<foo && (my $x)>
36388      Branch: perl
36389            ! op.c opcode.h opcode.pl pod/perldiag.pod pp.sym pp_proto.h
36390 ____________________________________________________________________________
36391 [ 22327] By: rgs                                   on 2004/02/17  23:22:45
36392         Log: It's better to localize *_ than $_, to avoid magic leakage
36393      Branch: perl
36394            ! lib/File/Find.pm
36395 ____________________________________________________________________________
36396 [ 22326] By: rgs                                   on 2004/02/17  23:18:25
36397         Log: One of the new tests of MIME::Base64 relies on a non-core module.
36398      Branch: perl
36399            - ext/MIME/Base64/t/bad-sv.t
36400            ! MANIFEST
36401 ____________________________________________________________________________
36402 [ 22325] By: rgs                                   on 2004/02/17  23:10:22
36403         Log: Upgrade to MIME::Base64 3.00.
36404              Fix t/warn.t so it works in the core.
36405              Reintegrate change #22309 in it. Bump $VERSION to 3.00_01.
36406      Branch: perl
36407            + ext/MIME/Base64/t/bad-sv.t ext/MIME/Base64/t/warn.t
36408            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
36409            ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
36410            ! ext/MIME/Base64/t/base64.t
36411 ____________________________________________________________________________
36412 [ 22323] By: rgs                                   on 2004/02/17  22:20:25
36413         Log: Be more clear. Use simple words.
36414      Branch: perl
36415            ! pod/perl591delta.pod
36416 ____________________________________________________________________________
36417 [ 22322] By: davem                                 on 2004/02/17  21:52:08
36418         Log: remove C<my $x if foo> construct from core modules
36419      Branch: perl
36420            ! ext/B/B/Deparse.pm ext/IO/lib/IO/Handle.pm
36421            ! ext/IO/lib/IO/Pipe.pm lib/ExtUtils/Liblist/Kid.pm
36422            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Win95.pm
36423            ! lib/Net/NNTP.pm lib/Net/POP3.pm lib/Net/SMTP.pm
36424            ! lib/Pod/Parser.pm lib/Test/Harness.pm utils/h2xs.PL
36425 ____________________________________________________________________________
36426 [ 22321] By: rgs                                   on 2004/02/17  21:22:17
36427         Log: Dave Mitchell suggested this perldelta entry for the SVp_* reordering.
36428      Branch: perl
36429            ! pod/perl591delta.pod
36430 ____________________________________________________________________________
36431 [ 22320] By: rgs                                   on 2004/02/17  21:07:11
36432         Log: Bump $B::VERSION (because of change #22315).
36433      Branch: perl
36434            ! ext/B/B.pm
36435 ____________________________________________________________________________
36436 [ 22319] By: rgs                                   on 2004/02/17  21:03:09
36437         Log: Regenerate table of contents and other related files.
36438      Branch: perl
36439            ! MANIFEST pod/perl.pod pod/perltoc.pod
36440 ____________________________________________________________________________
36441 [ 22318] By: rgs                                   on 2004/02/17  20:06:04
36442         Log: Bump up perl's version number to 5.9.1.
36443              Add perl591delta in perl.pod.
36444              Update the sample config files in Porting/.
36445      Branch: perl
36446            ! NetWare/Makefile NetWare/config_H.wc Porting/config.sh
36447            ! Porting/config_H epoc/config.sh epoc/createpkg.pl patchlevel.h
36448            ! plan9/config.plan9 pod/perl.pod win32/Makefile
36449            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
36450            ! win32/config_H.vc64 win32/makefile.mk wince/Makefile.ce
36451 ____________________________________________________________________________
36452 [ 22317] By: davem                                 on 2004/02/17  19:28:58
36453         Log: 22316 had stupid precedence thinkos
36454      Branch: perl
36455            ! pp.c pp_hot.c
36456 ____________________________________________________________________________
36457 [ 22316] By: davem                                 on 2004/02/17  18:23:27
36458         Log: Slight update to #22315 ($lval=*FOO); optimise the hot tests,
36459              and fix some incorrect indentation
36460      Branch: perl
36461            ! pp.c pp_hot.c sv.c
36462 ____________________________________________________________________________
36463 [ 22315] By: davem                                 on 2004/02/17  18:01:52
36464         Log: Subject:  Re: [PATCH] GLOB to LVALUE assignment fix
36465              From:  Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
36466              Date:  Tue, 17 Feb 2004 17:32:16 +0100
36467              Message-Id:  <20040217163216.GA6805@ethan>
36468
36469              Make PVLV a superset of PVGV, so that $lvalue = *FOO works
36470      Branch: perl
36471            ! dump.c ext/B/B.pm ext/B/B.xs pp.c pp_hot.c sv.c sv.h t/op/gv.t
36472 ____________________________________________________________________________
36473 [ 22314] By: merijn                                on 2004/02/17  11:22:24
36474         Log: 1. Creating backward compatibility for Configure after patches
36475              #22227 and #22302 to still support 5.8.x and below
36476
36477              2. Small change for building on GNU hurd
36478              Date: Sun, 15 Feb 2004 23:27:17 +1100
36479              From: "Brendan O'Dea" <bod@debian.org>
36480              Message-ID: <20040215122717.GA26812@londo.c47.org>
36481      Branch: perl
36482            ! Configure Makefile.SH hints/gnu.sh
36483 ____________________________________________________________________________
36484 [ 22313] By: mhx                                   on 2004/02/16  20:27:40
36485         Log: Fix for Win32 build failure caused by the byacc to bison switch.
36486      Branch: perl
36487            ! perl.h
36488 ____________________________________________________________________________
36489 [ 22312] By: rgs                                   on 2004/02/16  13:16:43
36490         Log: Revert change 22308 (the patch was against maint, not blead)
36491      Branch: perl
36492            ! lib/ExtUtils/instmodsh
36493 ____________________________________________________________________________
36494 [ 22310] By: merijn                                on 2004/02/16  11:30:29
36495         Log: Fix typo in doc for Encode
36496              From: "Brendan O'Dea" <bod@debian.org>
36497              Date: Sun, 15 Feb 2004 23:27:17 +1100
36498              Message-ID: <20040215122717.GA26812@londo.c47.org>
36499      Branch: perl
36500            ! ext/Encode/Encode.pm
36501 ____________________________________________________________________________
36502 [ 22309] By: merijn                                on 2004/02/16  11:27:34
36503         Log: Missing semi-colon
36504              From: "Brendan O'Dea" <bod@debian.org>
36505              Date: Sun, 15 Feb 2004 23:27:17 +1100
36506              Message-ID: <20040215122717.GA26812@londo.c47.org>
36507      Branch: perl
36508            ! ext/MIME/Base64/Base64.xs
36509 ____________________________________________________________________________
36510 [ 22308] By: merijn                                on 2004/02/16  11:24:59
36511         Log: Add some basic POD to lib/ExtUtils/instmodsh so that
36512              it has a manpage.
36513              From: "Brendan O'Dea" <bod@debian.org>
36514              Date: Sun, 15 Feb 2004 23:27:17 +1100
36515              Message-ID: <20040215122717.GA26812@londo.c47.org>
36516      Branch: perl
36517            ! lib/ExtUtils/instmodsh
36518 ____________________________________________________________________________
36519 [ 22307] By: rgs                                   on 2004/02/15  11:02:49
36520         Log: Subject: [patch perlguts.pod] save_item doesn't handle magic
36521              From: Stas Bekman <stas@stason.org>
36522              Date: Fri, 13 Feb 2004 20:18:59 -0800
36523              Message-ID: <402DA1B3.2010608@stason.org>
36524      Branch: perl
36525            ! pod/perlguts.pod
36526 ____________________________________________________________________________
36527 [ 22306] By: davem                                 on 2004/02/15  00:24:26
36528         Log: Segmentation fault with
36529              sub x { shift; @a = @b; eval +{ use } }
36530      Branch: perl
36531            ! op.c perly.act perly.h perly.tab perly.y t/comp/parser.t
36532 ____________________________________________________________________________
36533 [ 22305] By: davem                                 on 2004/02/14  23:52:09
36534         Log: Enable v (verbose) switch on -Dp to display the top 8 elements
36535              on the parser stack at each reduce.  Also,
36536
36537              Subject: Re: switch from byacc to bison
36538              From: "Craig A. Berry" <craigberry@mac.com>
36539              Date: Sat, 14 Feb 2004 13:26:45 -0600
36540              Message-ID: <craigberry-8058A3.13264414022004@onion.develooper.com>
36541
36542              change #if DEBUGGING to #ifdef ... in perly.c
36543      Branch: perl
36544            ! perly.c pod/perlrun.pod
36545 ____________________________________________________________________________
36546 [ 22304] By: davem                                 on 2004/02/14  13:33:26
36547         Log: Subject:  Re: switch from byacc to bison
36548              From:  Abe Timmerman <abeltje@cpan.org>
36549              Date:  Sat, 14 Feb 2004 11:56:24 +0100
36550              Message-Id:  <200402141156.58185.abeltje@cpan.org>
36551
36552              Fix typos in pumpkin.pod
36553      Branch: perl
36554            ! Porting/pumpkin.pod
36555 ____________________________________________________________________________
36556 [ 22303] By: davem                                 on 2004/02/14  12:28:37
36557         Log: remove binary compatibility stuff from the yacc -> bison switch
36558              of change #22302
36559      Branch: perl
36560            ! embedvar.h intrpvar.h
36561 ____________________________________________________________________________
36562 [ 22302] By: davem                                 on 2004/02/14  02:06:53
36563         Log: Switch from byacc to bison and simplify the perly.* regeneration
36564              process
36565      Branch: perl
36566            + perly.act perly.tab regen_perly.pl
36567            - perly.fixer perly_c.diff perlyline.pl vms/perly_c.vms
36568            - vms/perly_h.vms vms/vms_yfix.pl
36569            ! MANIFEST Makefile.SH Porting/pumpkin.pod embedvar.h intrpvar.h
36570            ! op.c perl.h perlapi.h perly.c perly.h perly.y sv.c toke.c
36571            ! vms/descrip_mms.template
36572 ____________________________________________________________________________
36573 [ 22301] By: rgs                                   on 2004/02/13  21:11:25
36574         Log: Fix an fcntl example in perlopentut, spotted by MJD.
36575      Branch: perl
36576            ! pod/perlopentut.pod
36577 ____________________________________________________________________________
36578 [ 22300] By: davem                                 on 2004/02/12  23:18:20
36579         Log: The new -Dq option didn't actually work!
36580      Branch: perl
36581            ! perl.h
36582 ____________________________________________________________________________
36583 [ 22299] By: merijn                                on 2004/02/12  14:32:15
36584         Log: Subject: [comment patch] (ed: mg.c:mg_set() => mg.c:Perl_magic_set())
36585              From: Stas Bekman <stas@stason.org>
36586              Date: Wed, 11 Feb 2004 16:53:54 -0800
36587              Message-ID: <402ACEA2.4020907@stason.org>
36588      Branch: perl
36589            ! perl.c
36590 ____________________________________________________________________________
36591 [ 22298] By: rgs                                   on 2004/02/10  08:49:12
36592         Log: Subject: Re: [PATCH] Add "Camel" logo icon to perl.exe on Windows
36593              From: Greg Matheson <lang@ms.chinmin.edu.tw>
36594              Date: Tue, 10 Feb 2004 12:36:33 +0800
36595              Message-ID: <20040210043633.GA33671687@momotaro>
36596      Branch: perl
36597            ! win32/makefile.mk
36598 ____________________________________________________________________________
36599 [ 22297] By: rgs                                   on 2004/02/10  08:05:16
36600         Log: Add 5.005_04-RC1 and Leon in perlhist.
36601      Branch: perl
36602            ! pod/perlhist.pod
36603 ____________________________________________________________________________
36604 [ 22295] By: rgs                                   on 2004/02/09  22:48:54
36605         Log: Add a note in Unicode::UCD about the _getcode() function
36606              being copy-n-pasted in charnames.pm. (spotted by Merijn)
36607      Branch: perl
36608            ! lib/Unicode/UCD.pm
36609 ____________________________________________________________________________
36610 [ 22294] By: rgs                                   on 2004/02/09  21:48:15
36611         Log: Implement stacked filetest operators (-f -w -x $file).
36612      Branch: perl
36613            ! doio.c dump.c ext/B/B/Concise.pm op.c op.h
36614            ! pod/perl591delta.pod pod/perlfunc.pod pp_sys.c t/op/filetest.t
36615 ____________________________________________________________________________
36616 [ 22292] By: rgs                                   on 2004/02/09  21:17:40
36617         Log: Subject: Re: [perl #26073] sprintf miscounts padding when format is utf8
36618              From: hv@crypt.org
36619              Date: Mon, 09 Feb 2004 03:21:21 +0000
36620              Message-Id: <200402090321.i193LL907950@zen.crypt.org>
36621      Branch: perl
36622            ! sv.c t/op/sprintf2.t
36623 ____________________________________________________________________________
36624 [ 22291] By: rgs                                   on 2004/02/09  21:09:14
36625         Log: Subject: reduce overhead of charnames.pm, make op/pat.t work under miniperl
36626              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
36627              Date: Mon, 9 Feb 2004 00:51:45 -0800
36628              Message-ID: <20040209085145.GA3204@efn.org>
36629              (plus an etymological notice)
36630      Branch: perl
36631            ! lib/charnames.pm
36632 ____________________________________________________________________________
36633 [ 22290] By: rgs                                   on 2004/02/08  21:34:27
36634         Log: Add the new private flag OPpGREP_LEX in B::Concise.
36635      Branch: perl
36636            ! ext/B/B/Concise.pm
36637 ____________________________________________________________________________
36638 [ 22289] By: rgs                                   on 2004/02/08  21:21:28
36639         Log: map and grep weren't working correctly with lexical $_ in
36640              scalar context, because pp_mapwhile and pp_grepwhile were using
36641              their target as a temporary slot to store the return value.
36642      Branch: perl
36643            ! pp_ctl.c pp_hot.c t/op/mydef.t
36644 ____________________________________________________________________________
36645 [ 22287] By: rgs                                   on 2004/02/08  12:01:35
36646         Log: Subject: Re: [PATCH] Add "Camel" logo icon to perl.exe on Windows
36647              From: Greg Matheson <lang@ms.chinmin.edu.tw>
36648              Date: Mon, 2 Feb 2004 16:52:44 +0800
36649              Message-ID: <20040202165244.A17415@ms.chinmin.edu.tw>
36650      Branch: perl
36651            ! win32/makefile.mk
36652 ____________________________________________________________________________
36653 [ 22286] By: rgs                                   on 2004/02/08  11:48:09
36654         Log: Subject: [PATCH] Correct some prototypes in perlapi.pod
36655              From: Steve Hay <steve.hay@uk.radan.com>
36656              Date: Fri, 06 Feb 2004 12:44:05 +0000
36657              Message-ID: <40238C15.2090200@uk.radan.com>
36658      Branch: perl
36659            ! pod/perlapi.pod sv.h
36660 ____________________________________________________________________________
36661 [ 22285] By: rgs                                   on 2004/02/08  11:44:22
36662         Log: Subject: [PATCH] Fix absolute path handling in installhtml
36663              From: Steve Hay <steve.hay@uk.radan.com>
36664              Date: Fri, 06 Feb 2004 16:14:14 +0000
36665              Message-ID: <4023BD56.6090903@uk.radan.com>
36666      Branch: perl
36667            ! installhtml
36668 ____________________________________________________________________________
36669 [ 22284] By: rgs                                   on 2004/02/08  11:42:08
36670         Log: Subject: [PATCH perlunicode.pod] chomp() cares about Unicode
36671              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
36672              Date: Sat, 07 Feb 2004 00:08:36 +0900
36673              Message-Id: <20040206235116.0E36.BQW10602@nifty.com>
36674      Branch: perl
36675            ! pod/perlunicode.pod
36676 ____________________________________________________________________________
36677 [ 22282] By: nicholas                              on 2004/02/07  22:32:44
36678         Log: Comment to record why we can't clear placeholders in hsplit
36679      Branch: perl
36680            ! hv.c
36681 ____________________________________________________________________________
36682 [ 22281] By: nicholas                              on 2004/02/07  21:46:59
36683         Log: deleting keys in restricted hashes was leaking the entry. Yow!
36684      Branch: perl
36685            ! hv.c lib/Hash/Util.t
36686 ____________________________________________________________________________
36687 [ 22280] By: nicholas                              on 2004/02/07  21:20:16
36688         Log: Now hv_delete is able to ingore placeholders.
36689              (This is an XS visible change in the hash API. But not of documented
36690              behaviour)
36691      Branch: perl
36692            ! hv.c
36693 ____________________________________________________________________________
36694 [ 22279] By: nicholas                              on 2004/02/07  20:56:50
36695         Log: All whitespace is equal, but some whitespace is more equal than others
36696              (lib/DBM_Filter/Changes line had spaces. Spaces bad. Tabs better)
36697      Branch: perl
36698            ! MANIFEST
36699 ____________________________________________________________________________
36700 [ 22278] By: nicholas                              on 2004/02/07  19:50:10
36701         Log: hv_clear_placeholders now manipulates the linked lists directly, rather
36702              than using the iterator interface and calling hv_delete
36703              This will allow hv_delete to be simplified to remove most of the
36704              special casing related to placeholders.
36705      Branch: perl
36706            ! hv.c
36707 ____________________________________________________________________________
36708 [ 22273] By: merijn                                on 2004/02/06  11:47:14
36709         Log: Added hints_4.sh for specific AIX 4 support
36710              this is the next stage in the general cleanup process
36711              for the AIX hints. More to come
36712      Branch: perl
36713            + hints/aix_4.sh
36714            ! MANIFEST
36715 ____________________________________________________________________________
36716 [ 22272] By: rgs                                   on 2004/02/06  07:32:15
36717         Log: Fix a non-standard NAME pod section
36718              (by Smylers and Casey West)
36719      Branch: perl
36720            ! lib/Carp/Heavy.pm
36721 ____________________________________________________________________________
36722 [ 22268] By: rgs                                   on 2004/02/04  19:50:05
36723         Log: The "my $_" wasn't nice with foreach loops.
36724      Branch: perl
36725            ! op.c t/op/mydef.t
36726 ____________________________________________________________________________
36727 [ 22267] By: merijn                                on 2004/02/04  10:24:33
36728         Log: AIX 3 support removed from default hints after its separation
36729      Branch: perl
36730            ! hints/aix.sh
36731 ____________________________________________________________________________
36732 [ 22266] By: merijn                                on 2004/02/04  10:16:20
36733         Log: AIX 3 hints split off from default hints in preparation
36734              of a hint file cleanup. aix_4.sh will follow soon
36735      Branch: perl
36736            + hints/aix_3.sh
36737            ! MANIFEST
36738 ____________________________________________________________________________
36739 [ 22265] By: rgs                                   on 2004/02/03  21:54:23
36740         Log: More docs and tests for "my $_".
36741      Branch: perl
36742            ! pod/perlfunc.pod pod/perlsub.pod t/op/mydef.t
36743 ____________________________________________________________________________
36744 [ 22264] By: rgs                                   on 2004/02/03  20:33:02
36745         Log: Subject: [PATCH] was Re: [Fwd: CPAN Upload: J/JP/JPEACOCK/version-0.36.tar.gz]
36746              From: John Peacock <jpeacock@rowman.com>
36747              Date: Sun, 01 Feb 2004 21:10:07 -0500
36748              Message-ID: <401DB17F.5060808@rowman.com>
36749      Branch: perl
36750            ! embed.fnc embed.h lib/version.pm lib/version.t pod/perlapi.pod
36751            ! proto.h t/comp/use.t t/op/universal.t universal.c util.c
36752 ____________________________________________________________________________
36753 [ 22263] By: rgs                                   on 2004/02/03  19:41:11
36754         Log: Implement "my $_".
36755      Branch: perl
36756            + t/op/mydef.t
36757            ! MANIFEST gv.c op.c op.h opcode.h opcode.pl
36758            ! pod/perl591delta.pod pod/perlapi.pod pod/perlvar.pod pp.c
36759            ! pp_ctl.c pp_hot.c regexec.c toke.c
36760 ____________________________________________________________________________
36761 [ 22262] By: rgs                                   on 2004/02/03  16:38:25
36762         Log: Regenerate perlapi.pod.
36763      Branch: perl
36764            ! pod/perlapi.pod
36765 ____________________________________________________________________________
36766 [ 22261] By: merijn                                on 2004/02/03  12:57:37
36767         Log: If someone chooses xlc as default C compiler, threaded builds
36768              will fail, unless converted to cc_r
36769      Branch: perl
36770            ! hints/aix.sh
36771 ____________________________________________________________________________
36772 [ 22260] By: rgs                                   on 2004/02/01  20:47:35
36773         Log: Subject: patch for IRIX/gcc link issues
36774              From: Martin Pool <mbp@samba.org>
36775              Date: Wed, 28 Jan 2004 10:56:25 +1100
36776              Message-ID: <20040127235624.GA32612@hp.com>
36777      Branch: perl
36778            ! hints/irix_6.sh
36779 ____________________________________________________________________________
36780 [ 22259] By: davem                                 on 2004/02/01  17:42:44
36781         Log: update fix to Shell.pm in change #22254: make /dev/null portable
36782      Branch: perl
36783            ! lib/Shell.pm
36784 ____________________________________________________________________________
36785 [ 22258] By: davem                                 on 2004/02/01  17:40:02
36786         Log: Subject: Re: [perl #15063] /tmp issues
36787              From: Solar Designer <solar@openwall.com>
36788              Date: Mon, 26 Jan 2004 01:22:18 +0300
36789              Message-ID: <20040125222218.GA13499@openwall.com>
36790
36791              Remove insecure usage of /tmp from code and documentation
36792      Branch: perl
36793            ! ext/DB_File/DB_File.pm ext/DB_File/t/db-recno.t
36794            ! ext/Devel/PPPort/PPPort.pm ext/IO/t/io_unix.t
36795            ! ext/ODBM_File/ODBM_File.xs ext/POSIX/POSIX.pod
36796            ! ext/Socket/Socket.pm ext/Storable/Storable.pm
36797            ! ext/Time/HiRes/Makefile.PL lib/CGI/Cookie.pm
36798            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/instmodsh
36799            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_gdbm.t
36800            ! lib/Memoize/t/tie_ndbm.t lib/Memoize/t/tie_sdbm.t
36801            ! lib/Memoize/t/tie_storable.t lib/Shell.pm lib/dotsh.pl
36802            ! lib/perl5db.pl mpeix/nm mpeix/relink perly.fixer
36803            ! pod/perl571delta.pod pod/perl58delta.pod pod/perldbmfilter.pod
36804            ! pod/perldebug.pod pod/perlfaq5.pod pod/perlfaq8.pod
36805            ! pod/perlfunc.pod pod/perlipc.pod pod/perllexwarn.pod
36806            ! pod/perlobj.pod pod/perlop.pod pod/perlopentut.pod
36807            ! utils/c2ph.PL
36808 ____________________________________________________________________________
36809 [ 22257] By: davem                                 on 2004/02/01  15:46:24
36810         Log: threads documentation: fork on UNIX might not copy all threads.
36811      Branch: perl
36812            ! pod/perlthrtut.pod
36813 ____________________________________________________________________________
36814 [ 22256] By: davem                                 on 2004/02/01  15:34:59
36815         Log: add test for Change 22194:
36816              [perl #25147] "stmt if BAREWORD" bypasses strict 'subs' checks
36817      Branch: perl
36818            ! t/lib/strict/subs
36819 ____________________________________________________________________________
36820 [ 22254] By: davem                                 on 2004/02/01  13:11:00
36821         Log: Subject:  Patch for Shell.pm
36822              From:  Manuel Valente <mvalente@idealx.com>
36823              Date:  Tue, 27 Jan 2004 19:18:26 +0100
36824              Message-Id:  <4016AB72.1080503@idealx.com>
36825
36826              New option for Shell.pm to discard stderr instead of capturing it
36827      Branch: perl
36828            ! lib/Shell.pm
36829 ____________________________________________________________________________
36830 [ 22253] By: davem                                 on 2004/02/01  11:26:47
36831         Log: Make Time/HiRes/t/HiRes.t die more gracefully if its watchdog
36832              timeout triggers
36833      Branch: perl
36834            ! ext/Time/HiRes/t/HiRes.t
36835 ____________________________________________________________________________
36836 [ 22252] By: chip                                  on 2004/01/31  17:29:05
36837         Log: Don't show code closing STD{IN,OUT} before reopening, because
36838              doing so is unnecessary and occasionally harmful.
36839      Branch: perl
36840            ! pod/perlfork.pod pod/perlfunc.pod
36841 ____________________________________________________________________________
36842 [ 22248] By: rgs                                   on 2004/01/30  08:29:55
36843         Log: Another undocumented use of $_ : with reverse().
36844      Branch: perl
36845            ! pod/perlfunc.pod
36846 ____________________________________________________________________________
36847 [ 22247] By: merijn                                on 2004/01/30  08:18:28
36848         Log: Drop optimization for -O3 *and higher*
36849      Branch: perl
36850            ! ext/Storable/hints/linux.pl
36851 ____________________________________________________________________________
36852 [ 22246] By: rgs                                   on 2004/01/29  23:20:01
36853         Log: Regenerate perlapi.pod.
36854      Branch: perl
36855            ! pod/perlapi.pod
36856 ____________________________________________________________________________
36857 [ 22245] By: rgs                                   on 2004/01/29  21:08:28
36858         Log: Subject: Re: [perl #25269] panic: pp_match start/end pointers in m/^(?=.*(a)).*(bc)/
36859              From: hv@crypt.org
36860              Date: Thu, 29 Jan 2004 15:12:12 +0000
36861              Message-Id: <200401291512.i0TFCCr23736@zen.crypt.org>
36862      Branch: perl
36863            ! pp_hot.c t/op/pat.t
36864 ____________________________________________________________________________
36865 [ 22244] By: rgs                                   on 2004/01/28  22:00:09
36866         Log: I'm the new maintainer of Switch.
36867              Sync with the CPAN version of Switch 2.10.
36868      Branch: perl
36869            ! Porting/Maintainers.pl lib/Switch.pm lib/Switch/README
36870 ____________________________________________________________________________
36871 [ 22243] By: merijn                                on 2004/01/28  20:30:40
36872         Log: Message-ID: <40113F7B.6050701@davidfavor.com>
36873              Date: Fri, 23 Jan 2004 09:36:27 -0600
36874              From: David Favor <david@davidfavor.com>
36875              Part I: In hints/aix.sh change -qmaxmem=16384 to -qmaxmem=-1
36876              so no compilation stack limits are imposed.
36877      Branch: perl
36878            ! hints/aix.sh
36879 ____________________________________________________________________________
36880 [ 22242] By: rgs                                   on 2004/01/27  22:44:30
36881         Log: Update perl591delta.pod with what we've done so far.
36882      Branch: perl
36883            ! pod/perl591delta.pod
36884 ____________________________________________________________________________
36885 [ 22239] By: rgs                                   on 2004/01/27  21:54:31
36886         Log: Regenerate Changes.
36887              Only include changes from the perl branch.
36888      Branch: perl
36889            ! Changes
36890 ____________________________________________________________________________
36891 [ 22238] By: nicholas                              on 2004/01/27  21:51:27
36892         Log: Storable's hints file shouldn't blanket set optimize to -O2 on Linux
36893              Only *drop* optimize to -O2 if it's -O3 on gcc on Linux
36894      Branch: perl
36895            ! ext/Storable/hints/linux.pl
36896 ____________________________________________________________________________
36897 [ 22235] By: rgs                                   on 2004/01/27  21:19:03
36898         Log: More punctuation, good.
36899      Branch: perl
36900            ! pod/perlfunc.pod
36901 ____________________________________________________________________________
36902 [ 22228] By: rgs                                   on 2004/01/27  10:31:09
36903         Log: Subject: [PATCH] 5.8.3 -- fix signal comments in L<perlfunc/system>
36904              From: Brendan O'Dea <bod@debian.org>
36905              Date: Sun, 25 Jan 2004 11:23:48 +1100
36906              Message-ID: <20040125002348.GA31407@londo.c47.org>
36907      Branch: perl
36908            ! pod/perlfunc.pod
36909 ____________________________________________________________________________
36910 [ 22227] By: davem                                 on 2004/01/26  23:53:06
36911         Log: Subject:  [PATCH] myconfig.SH
36912              From:  "Daniel S. Lewart" <lewart@uiuc.edu>
36913              Date:  Sun, 25 Jan 2004 22:11:25 -0600
36914              Message-Id:  <20040125221125.A5390@staff1.cso.uiuc.edu>
36915
36916              make perl -V show the major release as 5 rather than 5.0
36917      Branch: perl
36918            ! myconfig.SH
36919 ____________________________________________________________________________
36920 [ 22224] By: merijn                                on 2004/01/26  22:10:13
36921         Log: Document change 22192
36922              We still need tests!
36923      Branch: perl
36924            ! lib/Exporter.pm
36925 ____________________________________________________________________________
36926 [ 22223] By: rgs                                   on 2004/01/26  21:58:14
36927         Log: Subject: [PATCH] fix vmsish.t #25
36928              From: "Craig A. Berry" <craigberry@mac.com>
36929              Date: Sat, 24 Jan 2004 18:45:35 -0600
36930              Message-ID: <401311AF.1060706@mac.com>
36931      Branch: perl
36932            ! lib/vmsish.t
36933 ____________________________________________________________________________
36934 [ 22221] By: nicholas                              on 2004/01/26  21:18:31
36935         Log: Merge dynamic perldelta from maint (22081)
36936              So now perldelta.pod is copied at build time from perl591delta.pod
36937              perl590delta.pod is as released to CPAN by Hugo
36938              Regen lots of makefiles, pods and the MANIFEST
36939      Branch: perl
36940            + pod/perl591delta.pod
36941           +> pod/perl590delta.pod
36942            - pod/perldelta.pod
36943            ! MANIFEST Makefile.SH pod.lst pod/perl.pod pod/perltoc.pod
36944            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
36945            ! win32/pod.mak
36946 ____________________________________________________________________________
36947 [ 22218] By: rgs                                   on 2004/01/25  23:35:45
36948         Log: Remove the caveat about detached threads crashing on Windows
36949              (fixed by #22201). Bump up the version of threads.pm.
36950      Branch: perl
36951            ! ext/threads/threads.pm
36952 ____________________________________________________________________________
36953 [ 22217] By: nicholas                              on 2004/01/25  22:17:47
36954         Log: Need to skip Storable's threads test on 5.8.2 with ithreads and
36955              -DDEBUGGING, because it tickles a bug. (The same bug that got DBI)
36956      Branch: perl
36957            ! ext/Storable/t/threads.t
36958 ____________________________________________________________________________
36959 [ 22216] By: davem                                 on 2004/01/25  12:06:04
36960         Log: update MANIFEST for 2 new Storable test files introduced by 22205
36961      Branch: perl
36962            ! MANIFEST
36963 ____________________________________________________________________________
36964 [ 22215] By: davem                                 on 2004/01/25  12:00:04
36965         Log: add test for change 22209 (Remove small memory leak in newATTRSUB)
36966      Branch: perl
36967            ! t/op/closure.t
36968 ____________________________________________________________________________
36969 [ 22209] By: davem                                 on 2004/01/25  02:04:23
36970         Log: Remove small memory leak in newATTRSUB that manifested as a
36971              leaking scalar after the interpeter was cloned
36972      Branch: perl
36973            ! op.c
36974 ____________________________________________________________________________
36975 [ 22208] By: davem                                 on 2004/01/24  16:13:17
36976         Log: Subject:  [perl #24942] fields::inherit doesn't bless derived
36977              package's \%FIELDS, results in phash deprecation errors.
36978              From:  "nothingmuch@woobling.org (via RT)" <perlbug-followup@perl.org>
36979              Date:  18 Jan 2004 15:15:46 -0000
36980              Message-Id:  <rt-3.0.8-24942-70144.16.7177902690315@perl.org>
36981      Branch: perl
36982            ! lib/base.pm lib/base/t/fields-base.t
36983 ____________________________________________________________________________
36984 [ 22207] By: davem                                 on 2004/01/24  15:36:28
36985         Log: Subject:  Re: Doc patches for File::Find
36986              From:  Mark Jason Dominus <mjd@plover.com>
36987              Date:  Thu, 22 Jan 2004 09:30:58 -0500
36988              Message-Id:  <20040122143058.29226.qmail@plover.com>
36989
36990              Better document the fact that neither find() nor finddepth() do a
36991              breath-first search.
36992      Branch: perl
36993            ! lib/File/Find.pm
36994 ____________________________________________________________________________
36995 [ 22206] By: ams                                   on 2004/01/24  11:06:51
36996         Log: Subject: [PATCH] Storable-2.08/t/code.t
36997              From: Slaven Rezic <slaven@rezic.de>
36998              Date: Sat, 8 Nov 2003 16:26:19 +0100 (CET)
36999              Message-Id: <200311081526.hA8FQJgb011684@vran.herceg.de>
37000      Branch: perl
37001            ! ext/Storable/t/code.t
37002 ____________________________________________________________________________
37003 [ 22205] By: ams                                   on 2004/01/24  11:03:36
37004         Log: Subject: [patch] make Storable thread-safe
37005              From: Stas Bekman <stas@stason.org>
37006              Date: Mon, 19 Jan 2004 00:20:02 -0800
37007              Message-Id: <400B9332.4070106@stason.org>
37008
37009              Subject: Re: Subroutine reference bug in Storable
37010              From: Slaven Rezic <slaven@rezic.de>
37011              Date: 14 Nov 2003 23:22:55 +0100
37012              Message-Id: <874qx6zj28.fsf@vran.herceg.de>
37013
37014              Subject: Re: [perl #25145] [PATCH] Storable segfaults with B::Deparse +
37015              overload + cyclic structures
37016              From: Sam Vilain <sam@vilain.net>
37017              Date: Tue, 20 Jan 2004 22:30:15 +1300
37018              Message-Id: <200401202230.15865.sam@vilain.net>
37019      Branch: perl
37020            + ext/Storable/t/just_plain_nasty.t ext/Storable/t/threads.t
37021            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
37022            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
37023            ! ext/Storable/t/code.t
37024 ____________________________________________________________________________
37025 [ 22204] By: ams                                   on 2004/01/24  08:59:11
37026         Log: Upgrade to Locale::Maketext 1.08.
37027      Branch: perl
37028            + lib/Locale/Maketext/t/06super.t
37029            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext/ChangeLog
37030            ! lib/Locale/Maketext/TPJ13.pod
37031 ____________________________________________________________________________
37032 [ 22203] By: davem                                 on 2004/01/23  23:06:49
37033         Log: make some t/op/write.t failures more verbose
37034      Branch: perl
37035            ! t/op/write.t
37036 ____________________________________________________________________________
37037 [ 22201] By: davem                                 on 2004/01/23  22:26:47
37038         Log: Subject:  Re: threads::shared::queue;
37039              From:  Jan Dubois <jand@ActiveState.com>
37040              Date:  Thu, 22 Jan 2004 19:18:46 -0800
37041              Message-Id:  <fi41105602ds7a9o4fko2oae7aokbg6als@4ax.com>
37042
37043              Avoid threads+win32 crash by freeing Perl interpreter slightly later
37044      Branch: perl
37045            ! ext/threads/threads.xs
37046 ____________________________________________________________________________
37047 [ 22200] By: nicholas                              on 2004/01/23  18:28:43
37048         Log: test that use encoding; doesn't cause references to be stringified
37049      Branch: perl
37050            ! t/uni/chomp.t
37051 ____________________________________________________________________________
37052 [ 22199] By: nicholas                              on 2004/01/23  18:03:41
37053         Log: Document chomp's travels in the wonderful world of use encoding;
37054      Branch: perl
37055            ! pod/perlfunc.pod
37056 ____________________________________________________________________________
37057 [ 22198] By: nicholas                              on 2004/01/23  17:41:01
37058         Log: Check the return values of chomp
37059              (more tricky than it may seem, as the return value is unicode)
37060      Branch: perl
37061            ! t/uni/chomp.t
37062 ____________________________________________________________________________
37063 [ 22197] By: nicholas                              on 2004/01/23  13:57:46
37064         Log: Test return values of all chomps
37065      Branch: perl
37066            ! t/op/chop.t
37067 ____________________________________________________________________________
37068 [ 22196] By: nicholas                              on 2004/01/23  13:24:41
37069         Log: Subject: Re: [perl #24888] chomp ignores utf8
37070              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
37071              Message-Id: <20040116040355.A849.BQW10602@nifty.com>
37072              Date: Fri, 16 Jan 2004 04:13:00 +0900
37073      Branch: perl
37074            + t/uni/chomp.t
37075            ! MANIFEST doop.c t/op/chop.t
37076 ____________________________________________________________________________
37077 [ 22195] By: davem                                 on 2004/01/22  20:48:03
37078         Log: Subject: Re: [PATCH] Add "Camel" logo icon to perl.exe on Windows
37079              From: Steve Hay <steve.hay@uk.radan.com>
37080              Date: Thu, 22 Jan 2004 17:08:29 +0000
37081              Message-ID: <4010038D.4070104@uk.radan.com>
37082      Branch: perl
37083            + win32/makeico.pl win32/perlexe.rc
37084            ! MANIFEST README.win32 win32/Makefile win32/makefile.mk
37085 ____________________________________________________________________________
37086 [ 22194] By: davem                                 on 2004/01/22  00:24:51
37087         Log: C<use strict; print if foo> didn't give the
37088              "Bareword not allowed" error unless warnings were enabled
37089      Branch: perl
37090            ! op.c
37091 ____________________________________________________________________________
37092 [ 22193] By: nicholas                              on 2004/01/21  21:58:10
37093         Log: Convert the older parts of op/bop.t over to test.pl
37094      Branch: perl
37095            ! t/op/bop.t
37096 ____________________________________________________________________________
37097 [ 22192] By: merijn                                on 2004/01/21  21:10:10
37098         Log: ':flock' not recognized unless it's first
37099              Exporter::Heavy now will treat :, /, and ! special in
37100              all arguments, not only if the _first_ arg starts with it
37101              Date: Wed, 21 Jan 2004 08:32:47 -0500
37102              Message-ID: <20040121133248.3359.qmail@plover.com>
37103      Branch: perl
37104            ! lib/Exporter/Heavy.pm
37105 ____________________________________________________________________________
37106 [ 22191] By: davem                                 on 2004/01/21  20:45:48
37107         Log: Subject:  PATCH for perl-5.8.4
37108              From:  "Edward S. Peschko" <esp5@pge.com>
37109              Date:  Mon, 19 Jan 2004 17:21:18 -0800
37110              Message-Id:  <20040120012118.GA29151@mdssdev05.comp.pge.com>
37111
37112              Add @DynaLoader::dl_shared_objects feature
37113      Branch: perl
37114            ! ext/DynaLoader/DynaLoader_pm.PL
37115 ____________________________________________________________________________
37116 [ 22190] By: davem                                 on 2004/01/21  20:14:51
37117         Log: remove the platform dependencies of the write.t tests introduced
37118              by change #22161, by hard-coding the expected outputs rather
37119              than using sprintf('%f').
37120      Branch: perl
37121            ! t/op/write.t
37122 ____________________________________________________________________________
37123 [ 22189] By: davem                                 on 2004/01/20  22:41:14
37124         Log: Fix typo in patch #22188
37125      Branch: perl
37126            ! pod/perlfunc.pod
37127 ____________________________________________________________________________
37128 [ 22188] By: davem                                 on 2004/01/20  22:36:10
37129         Log: warn that C<$x : unique> operates on the typeglob, so affects @x
37130              and %x too.
37131      Branch: perl
37132            ! pod/perlfunc.pod
37133 ____________________________________________________________________________
37134 [ 22187] By: davem                                 on 2004/01/20  22:27:50
37135         Log: "sub foo :unique" segfaults
37136
37137              Turn these two into compile-time errors until such time as
37138              someone thinks of a useful meaning for them:
37139              my $x : unique
37140              sub foo : unique
37141      Branch: perl
37142            ! ext/threads/t/problems.t pod/perldiag.pod toke.c xsutils.c
37143 ____________________________________________________________________________
37144 [ 22186] By: rgs                                   on 2004/01/20  21:16:01
37145         Log: Add a new test file for situations where threads may interfere.
37146              Subject: Re: "restricted hashes" hit again !
37147              From: Stas Bekman <stas@stason.org>
37148              Date: Tue, 23 Dec 2003 15:32:26 -0800
37149              Message-ID: <3FE8D08A.4090806@stason.org>
37150      Branch: perl
37151            + t/op/threads.t
37152            ! MANIFEST
37153 ____________________________________________________________________________
37154 [ 22185] By: davem                                 on 2004/01/20  21:01:08
37155         Log: Document CVf_UNIQUE flag better
37156      Branch: perl
37157            ! cv.h
37158 ____________________________________________________________________________
37159 [ 22183] By: rgs                                   on 2004/01/20  20:26:18
37160         Log: Fix precedence errors and add some cleanup in the new
37161              DBM_Filter tests
37162      Branch: perl
37163            ! lib/DBM_Filter/t/01error.t lib/DBM_Filter/t/02core.t
37164 ____________________________________________________________________________
37165 [ 22182] By: davem                                 on 2004/01/20  00:16:42
37166         Log: second attempt to fix [perl #24914] freeing a CV reference that was
37167              currently being executed caused coredumps. The dounwind called by
37168              die unwinds all the contexts on the context stack before unwinding
37169              the save stack.  To stop premature freeing of the CV, hold
37170              references to it on both stacks.
37171      Branch: perl
37172            ! cop.h pp_ctl.c pp_hot.c pp_sort.c t/op/closure.t
37173 ____________________________________________________________________________
37174 [ 22181] By: davem                                 on 2004/01/19  23:41:37
37175         Log: change #22071 (taint bug in $^0) introduced a potential double
37176              free(), because PL_osname may get freed but not nulled if a taint
37177              test fails in between. Mea cupla and all that...
37178      Branch: perl
37179            ! mg.c
37180 ____________________________________________________________________________
37181 [ 22180] By: rgs                                   on 2004/01/19  22:32:27
37182         Log: Subject: Re: [perl #24926] chop/~ mangles UTF8 [PATCH]
37183              From: Gisle Aas <gisle@ActiveState.com>
37184              Date: 17 Jan 2004 01:29:02 -0800
37185              Message-ID: <lrn08m7wkh.fsf@caliper.activestate.com>
37186              (test rewritten to fit in blead)
37187      Branch: perl
37188            ! pp.c t/op/bop.t
37189 ____________________________________________________________________________
37190 [ 22179] By: merijn                                on 2004/01/19  21:36:48
37191         Log: Subject: [PATCH] dl_unload_file for HP-UX
37192              Date: Mon, 12 Jan 2004 07:49:44 -0800
37193              From: Neil Watkiss <neil.watkiss@sophos.com>
37194              Message-ID: <20040112154944.GA15412@ActiveState.com>
37195      Branch: perl
37196            ! ext/DynaLoader/dl_hpux.xs
37197 ____________________________________________________________________________
37198 [ 22177] By: merijn                                on 2004/01/19  16:11:22
37199         Log: Allow -Uinc_version_list to mean -Dinc_version_list=none
37200              See INSTALL for more details
37201      Branch: perl
37202            ! Configure
37203 ____________________________________________________________________________
37204 [ 22175] By: merijn                                on 2004/01/19  16:05:50
37205         Log: Describe how to limit the perl's default @INC during Configure
37206              to _not_ include older versions
37207      Branch: perl
37208            ! INSTALL
37209 ____________________________________________________________________________
37210 [ 22174] By: merijn                                on 2004/01/19  10:41:24
37211         Log: Subject: [PATCH bleadperl] rescue PerlIO_getname for VMS
37212              Date: Sun, 18 Jan 2004 12:51:23 -0600
37213              From: "Craig A. Berry" <craigberry@mac.com>
37214              Message-ID: <400AD5AB.3080708@mac.com>
37215      Branch: perl
37216            ! perlio.c
37217 ____________________________________________________________________________
37218 [ 22173] By: merijn                                on 2004/01/19  10:27:53
37219         Log: Subject: [PATCH bleadperl] detect nanosleep on VMS
37220              Date: Sun, 18 Jan 2004 17:03:30 -0600
37221              From: "Craig A. Berry" <craigberry@mac.com>
37222              Message-ID: <400B10C2.9060504@mac.com>
37223      Branch: perl
37224            ! configure.com
37225 ____________________________________________________________________________
37226 [ 22172] By: davem                                 on 2004/01/17  23:58:04
37227         Log: back out change #24914 "freeing a CV reference that was currently
37228              being executed caused coredumps".
37229              The new test case sometimes locks up linux's malloc, and with
37230              Perl's malloc the test code still coredumps :-(
37231      Branch: perl
37232            ! perl.c scope.c scope.h sv.c t/op/closure.t
37233 ____________________________________________________________________________
37234 [ 22171] By: rgs                                   on 2004/01/17  22:00:48
37235         Log: Subject: Refactor VOS patches for bleadperl and perl-5.8.x
37236              From: "Green, Paul" <Paul.Green@stratus.com>
37237              Date: Thu, 15 Jan 2004 16:00:15 -0500
37238              Message-ID: <A2A34F15EE916148BC4C4748223E67A4069FBB15@exna4.stratus.com>
37239      Branch: perl
37240            ! README.vos hv.c pp_pack.c vos/Changes
37241 ____________________________________________________________________________
37242 [ 22170] By: rgs                                   on 2004/01/17  21:25:08
37243         Log: Subject: Re: open/or inconsistency
37244              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
37245              Date: Sat, 17 Jan 2004 19:59:55 +0900
37246              Message-Id: <20040117195729.623A.BQW10602@nifty.com>
37247              (plus a test.)
37248              Don't produce the warning for constructs like
37249              open my $fh, $file or die;
37250      Branch: perl
37251            ! op.c t/lib/warnings/op
37252 ____________________________________________________________________________
37253 [ 22169] By: davem                                 on 2004/01/17  18:02:31
37254         Log: Subject:  Perl core dumps when running out of memory [PATCH]
37255              From:  Gisle Aas <gisle@ActiveState.com>
37256              Date:  17 Jan 2004 06:18:13 -0800
37257              Message-Id:  <lrsmiebqvu.fsf@caliper.activestate.com>
37258
37259              Display 'out of memeory' errors using low-level I/O to avoid
37260              recursive failure and so coredumps.
37261      Branch: perl
37262            ! util.c
37263 ____________________________________________________________________________
37264 [ 22168] By: davem                                 on 2004/01/17  17:38:21
37265         Log: From: "Paul Marquess" <Paul.Marquess@btinternet.com>
37266              Subject: [PATCH ] Enhanced DBM Filters
37267              Date: Sat, 17 Jan 2004 16:44:53 -0000
37268              Message-ID: <AIEAJICLCBDNAAOLLOKLAEPPPHAA.Paul.Marquess@btinternet.com>
37269
37270              add DBM_Filter
37271      Branch: perl
37272            + lib/DBM_Filter.pm lib/DBM_Filter/Changes
37273            + lib/DBM_Filter/compress.pm lib/DBM_Filter/encode.pm
37274            + lib/DBM_Filter/int32.pm lib/DBM_Filter/null.pm
37275            + lib/DBM_Filter/t/01error.t lib/DBM_Filter/t/02core.t
37276            + lib/DBM_Filter/t/compress.t lib/DBM_Filter/t/encode.t
37277            + lib/DBM_Filter/t/int32.t lib/DBM_Filter/t/null.t
37278            + lib/DBM_Filter/t/utf8.t lib/DBM_Filter/utf8.pm
37279            + lib/dbm_filter_util.pl
37280            ! MANIFEST
37281 ____________________________________________________________________________
37282 [ 22167] By: davem                                 on 2004/01/17  16:12:32
37283         Log: freeing a CV reference that was currently being
37284              executed caused coredumps
37285      Branch: perl
37286            ! perl.c scope.c scope.h sv.c t/op/closure.t
37287 ____________________________________________________________________________
37288 [ 22166] By: nicholas                              on 2004/01/17  15:07:31
37289         Log: Integrate final perl583delta
37290      Branch: perl
37291           !> pod/perl583delta.pod
37292 ____________________________________________________________________________
37293 [ 22163] By: davem                                 on 2004/01/16  19:24:14
37294         Log: Subject:  Re: [perl #24816] Magic vars seem unsure if they are purely numeric
37295              From:  Yitzchak Scott-Thoennes <sthoenna@efn.org>
37296              Date:  Thu, 15 Jan 2004 14:10:37 -0800
37297              Message-Id:  <20040115221037.GA2392@efn.org>
37298
37299              Add sv_2iv_flags() to allow magic to be optionally processed.
37300      Branch: perl
37301            ! doop.c embed.fnc embed.h global.sym pod/perlapi.pod pp.c
37302            ! proto.h sv.c sv.h t/op/bop.t
37303 ____________________________________________________________________________
37304 [ 22162] By: davem                                 on 2004/01/16  16:39:17
37305         Log: format bug with undefined _TOP
37306              name of format_TOP now derived from the name of the current
37307              filehandle rather then the name of the  format associetd with that
37308              handle
37309      Branch: perl
37310            ! pp_sys.c t/op/write.t
37311 ____________________________________________________________________________
37312 [ 22161] By: davem                                 on 2004/01/16  13:29:26
37313         Log: Subject: [PATCH] format/write (version 2)
37314              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
37315              Message-ID: <DF27CDCBD2581D4B88431901094E4B4D02B0C4D3@attmsx1>
37316
37317              Fixes and additions to formats:
37318
37319              Improvement: NULL chars in picture line
37320              Bugfix: C<@*> shown in output if not alone on a line
37321              New feature: C<^*> for variable-width, one-line-at-a-time text
37322              Improvement: Diagnostic on C<@#> and C<~~>
37323              Bugfix: Segmentation fault on big numbers
37324              Improvement (maybe): Truncation of numbers produces misleading output
37325              Bugfix: "}" terminates format
37326              Bugfix: Error when copying non-UTF to UTF (EBCDIC only)
37327      Branch: perl
37328            ! embed.fnc embed.h form.h pod/perldiag.pod pod/perlform.pod
37329            ! pp_ctl.c proto.h t/op/write.t toke.c
37330 ____________________________________________________________________________
37331 [ 22160] By: davem                                 on 2004/01/15  23:49:02
37332         Log: buigid #24905 - the code planted to call glob() retained an
37333              extraneous targ index in a pushmark op, leasing to strangeness
37334              when the op was freed
37335      Branch: perl
37336            ! op.c
37337 ____________________________________________________________________________
37338 [ 22159] By: rgs                                   on 2004/01/15  22:19:25
37339         Log: Upgrade to Time::HiRes 1.55
37340      Branch: perl
37341            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
37342            ! ext/Time/HiRes/HiRes.xs
37343 ____________________________________________________________________________
37344 [ 22155] By: nicholas                              on 2004/01/15  00:03:04
37345         Log: Make chomp heed the utf8 flags on the target string and $/
37346              [Fixes #24888]
37347              More work still needed to make chomp heed the encoding pragma.
37348      Branch: perl
37349            ! doop.c t/op/chop.t
37350 ____________________________________________________________________________
37351 [ 22154] By: nicholas                              on 2004/01/14  21:14:14
37352         Log: Update pod.lst with perl583delta,pod, and rerun pod/buildtoc
37353              [Forgot to do this as part of the integration]
37354      Branch: perl
37355            ! MANIFEST pod.lst pod/perl.pod pod/perltoc.pod
37356            ! vms/descrip_mms.template win32/pod.mak
37357 ____________________________________________________________________________
37358 [ 22153] By: nicholas                              on 2004/01/14  19:28:54
37359         Log: Integrate:
37360              [ 22143]
37361              We're planning on making history today. Mind you, not that much -
37362              only 1 line.
37363
37364              perl583delta.pod
37365      Branch: perl
37366           +> pod/perl583delta.pod
37367            ! MANIFEST
37368           !> pod/perlhist.pod
37369 ____________________________________________________________________________
37370 [ 22150] By: nicholas                              on 2004/01/14  17:48:52
37371         Log: Bump version number as file has changed since 5.8.2
37372      Branch: perl
37373            ! lib/File/Find.pm
37374 ____________________________________________________________________________
37375 [ 22149] By: nicholas                              on 2004/01/14  17:45:54
37376         Log: Subject:  Doc patches for File::Find
37377              From:  Andy Lester <andy@petdance.com>
37378              Date:  Mon, 12 Jan 2004 00:10:50 -0600
37379              Message-Id:  <20040112061050.GB7308@petdance.com>
37380      Branch: perl
37381            ! lib/File/Find.pm
37382 ____________________________________________________________________________
37383 [ 22136] By: nicholas                              on 2004/01/14  13:01:27
37384         Log: Assimilate CGI 3.03
37385      Branch: perl
37386            ! lib/CGI.pm lib/CGI/Fast.pm lib/CGI/Util.pm
37387 ____________________________________________________________________________
37388 [ 22133] By: nicholas                              on 2004/01/13  22:53:42
37389         Log: Add VMS to the list of "don't fork" OSes
37390              [In the most simple way possible. Fix this properly post 5.8.3
37391              to use $Config{d_fork} or something more robust]
37392      Branch: perl
37393            ! ext/threads/shared/t/wait.t
37394 ____________________________________________________________________________
37395 [ 22129] By: rgs                                   on 2004/01/13  19:26:24
37396         Log: Subject: [PATCH] [ANNOUNCE] Math::BigInt v1.69
37397              From: Tels <perl_dummy@bloodgate.com>
37398              Date: Tue, 13 Jan 2004 19:28:48 +0100
37399              Message-Id: <200401131928.50247@bloodgate.com>
37400      Branch: perl
37401            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
37402            ! lib/Math/BigInt/CalcEmu.pm lib/Math/BigInt/t/bare_mbi.t
37403            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
37404            ! lib/Math/BigInt/t/sub_mbi.t
37405 ____________________________________________________________________________
37406 [ 22128] By: rgs                                   on 2004/01/13  09:06:11
37407         Log: MANIFEST adjustment.
37408      Branch: perl
37409            ! MANIFEST
37410 ____________________________________________________________________________
37411 [ 22126] By: ams                                   on 2004/01/13  07:16:33
37412         Log: Upgrade to Locale::Maketext 1.07.
37413      Branch: perl
37414            + lib/Locale/Maketext/t/04super.t
37415            + lib/Locale/Maketext/t/05super.t
37416            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
37417            ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
37418 ____________________________________________________________________________
37419 [ 22125] By: rgs                                   on 2004/01/12  22:44:53
37420         Log: Document usage of $_ and pos() inside /(?{...})/.
37421              (see change #2367.)
37422      Branch: perl
37423            ! pod/perlre.pod
37424 ____________________________________________________________________________
37425 [ 22124] By: rgs                                   on 2004/01/12  22:10:51
37426         Log: Upgrade to MIME::Base64 2.23.
37427      Branch: perl
37428            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
37429            ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
37430 ____________________________________________________________________________
37431 [ 22123] By: rgs                                   on 2004/01/12  21:24:28
37432         Log: Subject: [PATCH handy.h] RE: MIME-Base64-2.22 [PATCH]
37433              From: Robin Barker <Robin.Barker@npl.co.uk>
37434              Date: Thu, 8 Jan 2004 16:21:25 -0000
37435              Message-ID: <533D273D4014D411AB1D00062938C4D904046787@hotel.npl.co.uk>
37436      Branch: perl
37437            ! handy.h
37438 ____________________________________________________________________________
37439 [ 22122] By: nicholas                              on 2004/01/12  19:52:16
37440         Log: Subject: Re: 5.8.3-RC1, ext/threads/shared/t/wait still hanging
37441              From: Mike Pomraning <mjp@pilcrow.madison.wi.us>
37442              Message-ID: <Pine.LNX.4.58.0401121127210.15844@benevelle.wi.securepipe.com>
37443              Date: Mon, 12 Jan 2004 12:41:52 -0600 (CST)
37444      Branch: perl
37445            ! ext/threads/shared/t/wait.t
37446 ____________________________________________________________________________
37447 [ 22121] By: nicholas                              on 2004/01/12  17:27:25
37448         Log: use sv_setpvn rather than sv_setpv and save a strlen()
37449      Branch: perl
37450            ! doop.c
37451 ____________________________________________________________________________
37452 [ 22120] By: merijn                                on 2004/01/12  13:04:42
37453         Log: Subject: [PATCH] Make 'Configure -Dcf_by=...' work
37454              From: Gisle Aas <gisle@ActiveState.com>
37455              Date: 12 Jan 2004 02:35:27 -0800
37456              Message-ID: <lrvfnh315c.fsf@caliper.activestate.com>
37457      Branch: perl
37458            ! Configure
37459 ____________________________________________________________________________
37460 [ 22117] By: rgs                                   on 2004/01/12  10:10:43
37461         Log: Subject: Re: [perl #24846] [PATCH] Apparent utf8 bug in join() in 5.8.[012]
37462              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
37463              Date: Mon, 12 Jan 2004 11:19:37 +0900
37464              Message-Id: <20040112111007.EB69.BQW10602@nifty.com>
37465      Branch: perl
37466            ! doop.c t/op/join.t
37467 ____________________________________________________________________________
37468 [ 22115] By: nicholas                              on 2004/01/11  23:37:09
37469         Log: Subject: Re: 5.8.3-RC1, ext/threads/shared/t/wait still hanging
37470              From: Mike Pomraning <mjp@pilcrow.madison.wi.us>
37471              Message-ID: <Pine.LNX.4.58.0401111548010.6679@localhost.localdomain>
37472              Date: Sun, 11 Jan 2004 16:24:18 -0600 (CST)
37473      Branch: perl
37474            ! ext/threads/shared/t/wait.t
37475 ____________________________________________________________________________
37476 [ 22113] By: nicholas                              on 2004/01/11  23:14:48
37477         Log: Regenerate win32/Makefile and win32/makefile.mk after
37478
37479              Integrate:
37480              [ 22081]
37481              Move pod/perldelta.pod to pod/perl583delta.pod, and arrange for
37482              a copy to be made at build time.
37483
37484              [ 22111]
37485              Subject: Re: [PATCH win32/makefile.mk] (was Re: 5.8.3 RC1)
37486              From: Abe Timmerman <abe@ztreet.demon.nl>
37487              Message-Id: <200401111813.40829.abe@ztreet.demon.nl>
37488              Date: Sun, 11 Jan 2004 18:13:40 +0100
37489
37490              plus revert 22092 and 22080
37491      Branch: perl
37492            ! pod.lst win32/Makefile win32/makefile.mk
37493           !> pod/buildtoc
37494 ____________________________________________________________________________
37495 [ 22112] By: rgs                                   on 2004/01/11  22:38:08
37496         Log: Upgrade to Cwd 2.14.
37497      Branch: perl
37498            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
37499 ____________________________________________________________________________
37500 [ 22110] By: rgs                                   on 2004/01/11  16:34:43
37501         Log: Upgrade to Math::BigRat 0.11
37502
37503              Subject: [PATCH] [ANNOUCNE] Math::BigRat 0.11
37504              From: Tels <perl_dummy@bloodgate.com>
37505              Date: Wed, 7 Jan 2004 18:30:06 +0100
37506              Message-Id: <200401071830.07445@bloodgate.com>
37507      Branch: perl
37508            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigrat.t
37509            ! lib/Math/BigRat/t/bigratpm.inc lib/Math/BigRat/t/bigratpm.t
37510 ____________________________________________________________________________
37511 [ 22109] By: rgs                                   on 2004/01/10  23:39:38
37512         Log: Subject: [PATCH] Nicer formatting for function arguments in Carp messages
37513              From: Steve Hay <steve.hay@uk.radan.com>
37514              Date: Wed, 07 Jan 2004 13:22:30 +0000
37515              Message-ID: <3FFC0816.9090406@uk.radan.com>
37516
37517              (and increment version number in Carp)
37518      Branch: perl
37519            ! lib/Carp.pm lib/Carp/Heavy.pm
37520 ____________________________________________________________________________
37521 [ 22108] By: adi                                   on 2004/01/10  21:33:59
37522         Log: documentation nit
37523      Branch: perl
37524            ! pod/perlop.pod
37525 ____________________________________________________________________________
37526 [ 22107] By: adi                                   on 2004/01/10  20:19:09
37527         Log: nit to Bytecode - the av_extend opcode wasn't saved when
37528              the array had AvFILL == 0
37529      Branch: perl
37530            ! ext/B/B/Assembler.pm
37531 ____________________________________________________________________________
37532 [ 22106] By: adi                                   on 2004/01/10  20:16:03
37533         Log: still problems with backreferences + reverse cloning
37534              after #21936 - the weak reference may live on the pad.
37535      Branch: perl
37536            ! sv.c
37537 ____________________________________________________________________________
37538 [ 22104] By: nicholas                              on 2004/01/09  19:50:43
37539         Log: Bah. Makefile.PL still tests the sub-MANIFEST
37540      Branch: perl
37541            ! ext/Storable/MANIFEST
37542 ____________________________________________________________________________
37543 [ 22103] By: davem                                 on 2004/01/09  12:20:38
37544         Log: temporarily backout test of thread returning a closure. It crashes
37545              win32.
37546      Branch: perl
37547            ! ext/threads/t/problems.t
37548 ____________________________________________________________________________
37549 [ 22102] By: davem                                 on 2004/01/08  22:32:28
37550         Log: Subject: segv in pad.c with threads (was: DBD::Oracle and Perl 5.8.2 threads)
37551              Message-ID: <20040107121357.GD82921@dansat.data-plan.com>
37552
37553              Returning a closure from a thread (via join) could mess up because
37554              pointers to PL_sv_undef weren't rejigged to point at the joiner's
37555              version of PL_sv_undef. Also, the closure's CvGV got cloned too
37556              but never freed, since CvGV isn't refcounted.
37557      Branch: perl
37558            ! ext/threads/t/problems.t ext/threads/threads.xs sv.c
37559 ____________________________________________________________________________
37560 [ 22101] By: rgs                                   on 2004/01/08  21:00:56
37561         Log: perl582delta.pod was not in the MANIFEST.
37562      Branch: perl
37563            ! MANIFEST
37564 ____________________________________________________________________________
37565 [ 22100] By: nicholas                              on 2004/01/08  17:35:27
37566         Log: Integrate:
37567              [ 22093]
37568              Graham says that the search.cpan.org pod finder hashes on name
37569              The 4 files all thinking they are perldelta.pod confuses it.
37570      Branch: perl
37571           +> pod/perl582delta.pod
37572           !> pod/perl581delta.pod pod/perl58delta.pod
37573 ____________________________________________________________________________
37574 [ 22096] By: nicholas                              on 2004/01/08  13:15:38
37575         Log: Subject: [PATCH pod/perlhist.pod] Mention 5.8.3-RC1
37576              From: Abigail <abigail@abigail.nl>
37577              Message-ID: <20040107230027.GC393@abigail.nl>
37578              Date: Thu, 8 Jan 2004 00:00:27 +0100
37579      Branch: perl
37580            ! pod/perlhist.pod
37581 ____________________________________________________________________________
37582 [ 22091] By: nicholas                              on 2004/01/07  19:09:50
37583         Log: [Integrate]
37584              22088 22089 22090 (datestamp corrections - let's see if this really
37585              works)
37586      Branch: perl
37587           !> (integrate 35 files)
37588 ____________________________________________________________________________
37589 [ 22084] By: rgs                                   on 2004/01/07  09:25:16
37590         Log: Hardcoded numerical flag masks. Bad.
37591      Branch: perl
37592            ! doop.c
37593 ____________________________________________________________________________
37594 [ 22083] By: nicholas                              on 2004/01/06  18:57:29
37595         Log: Seems that sv_setsv_cow needs to be visible to core extensions,
37596              so that re will build properly on Win32. Thanks to Steve Hay for
37597              trying COW and finding the problems.
37598      Branch: perl
37599            ! embed.fnc embed.h
37600 ____________________________________________________________________________
37601 [ 22082] By: rgs                                   on 2004/01/06  18:11:22
37602         Log: Fix bug #24813 : the -0 wasn't recognized on the #! line
37603      Branch: perl
37604            + t/run/switch0.t
37605            ! MANIFEST perl.c
37606 ____________________________________________________________________________
37607 [ 22079] By: nicholas                              on 2004/01/06  12:38:52
37608         Log: Jarkko didn't move the cd ..\pod correctly. Given that it's been
37609              like this pre 5.8.1, I suspect that no-one has used it recently.
37610      Branch: perl
37611            ! win32/makefile.mk
37612 ____________________________________________________________________________
37613 [ 22076] By: rgs                                   on 2004/01/06  08:18:44
37614         Log: The TODO tag should be included also when a TODO test succeeds,
37615              so it's reported by the test harness
37616      Branch: perl
37617            ! t/op/write.t
37618 ____________________________________________________________________________
37619 [ 22075] By: rgs                                   on 2004/01/06  07:56:25
37620         Log: This TODO test seems to pass now.
37621      Branch: perl
37622            ! t/op/write.t
37623 ____________________________________________________________________________
37624 [ 22074] By: rgs                                   on 2004/01/05  23:29:55
37625         Log: Some of the bitwise manipulation PP functions weren't checking
37626              whether their arguments were magical before using them.
37627              (bug [#24816]).
37628      Branch: perl
37629            ! pp.c
37630 ____________________________________________________________________________
37631 [ 22071] By: davem                                 on 2004/01/05  22:17:04
37632         Log: [perl #24674]
37633              stop $^O getting tainted on read access, and disallow tainted
37634              assignment to it
37635      Branch: perl
37636            ! mg.c t/op/taint.t
37637 ____________________________________________________________________________
37638 [ 22068] By: rgs                                   on 2004/01/05  21:48:30
37639         Log: Some mandatory syntax warnings emitted by the lexer weren't
37640              disableable (bug [perl #24815]).
37641      Branch: perl
37642            ! pod/perldiag.pod t/lib/warnings/toke toke.c
37643 ____________________________________________________________________________
37644 [ 22067] By: nicholas                              on 2004/01/05  21:36:07
37645         Log: Change the flag logic in buildtoc
37646      Branch: perl
37647            ! pod.lst pod/buildtoc
37648 ____________________________________________________________________________
37649 [ 22064] By: nicholas                              on 2004/01/05  21:16:09
37650         Log: Fix bug with MANIFEST generation when we also regenerate perltoc.pod
37651      Branch: perl
37652            ! pod/buildtoc
37653 ____________________________________________________________________________
37654 [ 22058] By: rgs                                   on 2004/01/05  06:17:47
37655         Log: Subject: [PATCH] skip num.t #47 on VMS
37656              From: "Craig A. Berry" <craigberry@mac.com>
37657              Date: Sun, 04 Jan 2004 23:16:26 -0600
37658              Message-ID: <3FF8F32A.5000108@mac.com>
37659      Branch: perl
37660            ! t/base/num.t
37661 ____________________________________________________________________________
37662 [ 22057] By: rgs                                   on 2004/01/05  06:17:07
37663         Log: Subject: [PATCH configure.com] future-proof signal check
37664              From: "Craig A. Berry" <craigberry@mac.com>
37665              Date: Sun, 04 Jan 2004 22:53:40 -0600
37666              Message-ID: <3FF8EDD4.3080308@mac.com>
37667      Branch: perl
37668            ! configure.com
37669 ____________________________________________________________________________
37670 [ 22056] By: rgs                                   on 2004/01/04  20:45:31
37671         Log: Upgrade to Cwd 2.13
37672      Branch: perl
37673            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
37674 ____________________________________________________________________________
37675 [ 22055] By: davem                                 on 2004/01/04  19:34:36
37676         Log: Subject: Re: [perl #24774] eval + format - \n = pp_ctl.c assertion
37677              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
37678              Date: Fri, 2 Jan 2004 11:31:46 +0100
37679              Message-ID: <DF27CDCBD2581D4B88431901094E4B4D02B0C4B3@attmsx1>
37680
37681              eval of of a truncated format should fail
37682      Branch: perl
37683            ! t/op/write.t toke.c
37684 ____________________________________________________________________________
37685 [ 22052] By: rgs                                   on 2004/01/03  19:53:53
37686         Log: Upgrade to PerlIO::via::QuotedPrint 0.06
37687      Branch: perl
37688            ! lib/PerlIO/via/QuotedPrint.pm
37689 ____________________________________________________________________________
37690 [ 22051] By: rgs                                   on 2004/01/03  19:51:02
37691         Log: Upgrade to Time::HiRes 1.54
37692      Branch: perl
37693            + ext/Time/HiRes/hints/solaris.pl
37694            ! MANIFEST ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
37695            ! ext/Time/HiRes/HiRes.xs
37696 ____________________________________________________________________________
37697 [ 22050] By: nicholas                              on 2004/01/03  19:24:00
37698         Log: No matter how hard you proof read it, something always slips through.
37699      Branch: perl
37700            ! ext/Storable/ChangeLog
37701 ____________________________________________________________________________
37702 [ 22049] By: nicholas                              on 2004/01/03  19:22:08
37703         Log: Fix minor problems with the CPAN release
37704              1: Make Storable.xs to work on 5.8.2 and later (already in the core)
37705              2: Ship the linux hints file
37706              3: Ship Test::More for the benefit of Perls pre 5.6.2
37707              4: Correct Makefile.PL to install in core for 5.8.0 and later
37708      Branch: perl
37709            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
37710            ! ext/Storable/Makefile.PL ext/Storable/README
37711            ! ext/Storable/Storable.pm
37712 ____________________________________________________________________________
37713 [ 22047] By: rgs                                   on 2004/01/03  00:07:13
37714         Log: Tidy up change #18751, so that the second parameter to unpack()
37715              defaults to $_ at compile-time, instead of run-time (like all
37716              other primitives that default to $_).
37717      Branch: perl
37718            ! embed.h op.c opcode.h opcode.pl pp.sym pp_pack.c pp_proto.h
37719 ____________________________________________________________________________
37720 [ 22044] By: nicholas                              on 2004/01/02  16:17:24
37721         Log: Bump $threads::VERSION as the documentation has changed. Tweak the
37722              documentaiton, update Arthur's e-mail address
37723      Branch: perl
37724            ! ext/threads/threads.pm
37725 ____________________________________________________________________________
37726 [ 22043] By: rgs                                   on 2004/01/02  08:35:22
37727         Log: Use the optimization level -O2 by default on Linux/gcc.
37728              See :
37729              Subject: Benchmarking (was Re: GCC bug breaking Perl_sv_catpvfn()?)
37730              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
37731              Date: Thu, 1 Jan 2004 05:32:15 +0100
37732              Message-ID: <071601c3d020$4046d2a0$d500a8c0@R2D2>
37733      Branch: perl
37734            ! hints/linux.sh
37735 ____________________________________________________________________________
37736 [ 22041] By: nicholas                              on 2004/01/02  00:38:00
37737         Log: Update debugger version number and Changes file
37738      Branch: perl
37739            ! lib/perl5db.pl
37740 ____________________________________________________________________________
37741 [ 22037] By: davem                                 on 2004/01/01  23:22:10
37742         Log: addition to 22036 (document SUPER better): superclass may be plural
37743      Branch: perl
37744            ! pod/perlbot.pod pod/perlobj.pod
37745 ____________________________________________________________________________
37746 [ 22036] By: davem                                 on 2004/01/01  22:23:11
37747         Log: Document the quirks of SUPER, especially the fact that it it
37748              relative to the current package and not to the invoking object.
37749      Branch: perl
37750            ! pod/perlboot.pod pod/perlbot.pod pod/perlobj.pod
37751            ! pod/perltoot.pod
37752 ____________________________________________________________________________
37753 [ 22034] By: davem                                 on 2004/01/01  19:58:08
37754         Log: Fix bug #24383, where hashes with the :unique attribute weren't
37755              getting made readonly on interpreter clone. Also, remove the
37756              :unique attribute from the hashes in warnings.pm, since they may
37757              later be modified by warnings::register.  Finally, adds tests for
37758              the :unique attribute.
37759      Branch: perl
37760            ! ext/threads/t/problems.t lib/warnings.pm sv.c warnings.pl
37761 ____________________________________________________________________________
37762 [ 22033] By: nicholas                              on 2004/01/01  19:22:24
37763         Log: Subject: Perl 5.8.3 patches from the BS2000 port - part 2
37764              From: Dorner Thomas <tdorner@amadeus.net>
37765              Message-ID: <6727B1DACFCDD311A757009027CA8D69044B6740@Ex02.inhouse.start.de>
37766              Date: Fri, 19 Dec 2003 07:16:47 +0100
37767      Branch: perl
37768            ! t/io/utf8.t t/op/pat.t
37769 ____________________________________________________________________________
37770 [ 22032] By: rgs                                   on 2004/01/01  17:29:21
37771         Log: Subject: [PATCH 5.8.2 @21574] OS/2 update
37772              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
37773              Date: Thu, 18 Dec 2003 14:10:29 -0800
37774              Message-ID: <20031218221029.GA7898@math.berkeley.edu>
37775      Branch: perl
37776            ! README.os2 hints/os2.sh installperl lib/ExtUtils/MM_Unix.pm
37777            ! makedef.pl os2/Changes os2/OS2/REXX/DLL/Changes
37778            ! os2/OS2/REXX/DLL/DLL.pm os2/os2.c os2/os2ish.h os2/perl2cmd.pl
37779 ____________________________________________________________________________
37780 [ 22031] By: rgs                                   on 2004/01/01  16:30:13
37781         Log: Document that /[\W]/ doesn't work, unicode-wise (see bug #18281)
37782      Branch: perl
37783            ! pod/perlunicode.pod
37784 ____________________________________________________________________________
37785 [ 22030] By: rgs                                   on 2004/01/01  13:55:31
37786         Log: Document that detached threads aren't supported on Windows yet.
37787      Branch: perl
37788            ! ext/threads/threads.pm
37789 ____________________________________________________________________________
37790 [ 22029] By: rgs                                   on 2004/01/01  13:30:33
37791         Log: Upgrade to Getopt::Long 2.34_01
37792      Branch: perl
37793            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
37794 ____________________________________________________________________________
37795 [ 22026] By: nicholas                              on 2003/12/31  15:22:31
37796         Log: Tweak 00compile.t to avoid splatting a DIAG over core perl's
37797              beautiful clean run of OKs. You are all getting a clean run of OKs,
37798              aren't you?
37799      Branch: perl
37800            ! lib/Test/Harness/t/00compile.t
37801 ____________________________________________________________________________
37802 [ 22025] By: nicholas                              on 2003/12/31  15:11:51
37803         Log: Subject: [PATCH] "piconv -C 512" badly broken
37804              From: Autrijus Tang <autrijus@autrijus.org>
37805              Message-Id: <1072870210.769.5.camel@localhost>
37806              Date: Wed, 31 Dec 2003 19:30:10 +0800
37807      Branch: perl
37808            ! ext/Encode/bin/piconv
37809 ____________________________________________________________________________
37810 [ 22021] By: rgs                                   on 2003/12/31  08:28:43
37811         Log: Upgrade to Test::Harness 2.40.
37812      Branch: perl
37813            ! lib/Test/Harness.pm lib/Test/Harness/Changes
37814            ! lib/Test/Harness/Iterator.pm lib/Test/Harness/Straps.pm
37815            ! lib/Test/Harness/bin/prove lib/Test/Harness/t/00compile.t
37816            ! lib/Test/Harness/t/assert.t lib/Test/Harness/t/callback.t
37817            ! lib/Test/Harness/t/prove-switches.t
37818            ! lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
37819            ! lib/Test/Harness/t/test-harness.t
37820 ____________________________________________________________________________
37821 [ 22020] By: rgs                                   on 2003/12/31  07:59:19
37822         Log: C++ comments, bad.
37823      Branch: perl
37824            ! ext/Cwd/Cwd.xs
37825 ____________________________________________________________________________
37826 [ 22018] By: nicholas                              on 2003/12/30  23:29:59
37827         Log: Bump VERSION numbers
37828      Branch: perl
37829            ! ext/POSIX/POSIX.pm lib/Benchmark.pm lib/File/CheckTree.pm
37830            ! lib/Getopt/Std.pm lib/PerlIO.pm lib/Tie/Hash.pm
37831            ! lib/diagnostics.pm
37832 ____________________________________________________________________________
37833 [ 22016] By: rgs                                   on 2003/12/30  21:10:22
37834         Log: A patch for Test::Harness on VMS by Craig Berry
37835              (see RT CPAN bug #4745)
37836      Branch: perl
37837            ! lib/Test/Harness/Straps.pm
37838 ____________________________________________________________________________
37839 [ 22013] By: nicholas                              on 2003/12/30  18:18:28
37840         Log: Subject: more uni doc tweakage
37841              From: Jarkko Hietaniemi <jhi@iki.fi>
37842              Message-ID: <20031230133755.GA23118@vipunen.hut.fi>
37843              Date: Tue, 30 Dec 2003 15:37:55 +0200
37844
37845              Subject: one more pod fix
37846              From: Jarkko Hietaniemi <jhi@iki.fi>
37847              Message-ID: <20031230135641.GA24516@vipunen.hut.fi>
37848              Date: Tue, 30 Dec 2003 15:56:41 +0200
37849      Branch: perl
37850            ! lib/PerlIO.pm pod/perlunicode.pod
37851 ____________________________________________________________________________
37852 [ 22009] By: davem                                 on 2003/12/30  17:14:44
37853         Log: bug #24757 perlrun.pod's description of find -mtime was ambiguous
37854      Branch: perl
37855            ! pod/perlrun.pod
37856 ____________________________________________________________________________
37857 [ 22007] By: rgs                                   on 2003/12/30  16:04:47
37858         Log: Upgrade to Math::BigInt 1.68.
37859      Branch: perl
37860            + lib/Math/BigInt/t/bigroot.t
37861            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
37862            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/CalcEmu.pm
37863            ! lib/Math/BigInt/t/alias.inc lib/Math/BigInt/t/bare_mbi.t
37864            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigintpm.inc
37865            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/sub_mbi.t
37866 ____________________________________________________________________________
37867 [ 22005] By: davem                                 on 2003/12/30  15:07:50
37868         Log: Subject: Re: [perl #24774] eval + format - \n = pp_ctl.c assertion
37869              heuristics for calculating buffer size needed to compile a format
37870              didn't allow for \0
37871      Branch: perl
37872            ! pp_ctl.c t/op/write.t
37873 ____________________________________________________________________________
37874 [ 22003] By: rgs                                   on 2003/12/30  12:54:02
37875         Log: Add a regression test for bug #24762
37876      Branch: perl
37877            ! t/comp/parser.t
37878 ____________________________________________________________________________
37879 [ 22002] By: rgs                                   on 2003/12/30  12:49:09
37880         Log: Updates the notes about byacc in pumpkin.pod.
37881      Branch: perl
37882            ! Porting/pumpkin.pod
37883 ____________________________________________________________________________
37884 [ 22001] By: rgs                                   on 2003/12/30  09:58:08
37885         Log: Bump up UNIVERSAL's version to 1.02
37886              (due to fix #21418)
37887      Branch: perl
37888            ! lib/UNIVERSAL.pm
37889 ____________________________________________________________________________
37890 [ 21999] By: nicholas                              on 2003/12/29  23:53:31
37891         Log: Add Mike Pomraning
37892      Branch: perl
37893            ! AUTHORS
37894 ____________________________________________________________________________
37895 [ 21997] By: rgs                                   on 2003/12/29  20:11:12
37896         Log: Update the README and Changes files for Switch 2.10
37897      Branch: perl
37898            ! lib/Switch/Changes lib/Switch/README
37899 ____________________________________________________________________________
37900 [ 21996] By: rgs                                   on 2003/12/29  20:07:00
37901         Log: Upgrade to Switch 2.10, by integrating some changes by Damian
37902      Branch: perl
37903            ! lib/Switch.pm
37904 ____________________________________________________________________________
37905 [ 21993] By: rgs                                   on 2003/12/29  10:49:29
37906         Log: Windows hasn't getuid/setuid and friends.
37907              Therefore disable the code related to them in POSIX.xs.
37908
37909              Subject: [PATCH: ext/POSIX/POSIX.xs] Re: Smoke [5.8.2] 21979 FAIL(Xt) MSWin32 5.1 Service Pack 1 (x86/1 cpu)
37910              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
37911              Date: Mon, 29 Dec 2003 04:51:19 +0100
37912              Message-ID: <03d401c3cdbf$05730ee0$d500a8c0@R2D2>
37913      Branch: perl
37914            ! ext/POSIX/POSIX.xs
37915 ____________________________________________________________________________
37916 [ 21992] By: rgs                                   on 2003/12/29  10:31:07
37917         Log: Subject: [PATCH] win32_chsize buglet
37918              From: "Kevin Chase" <kevincha99@hotmail.com>
37919              Date: Sun, 28 Dec 2003 15:48:56 -0800
37920              Message-ID: <BAY2-F90usv0ccZRh8Z0005683d@hotmail.com>
37921      Branch: perl
37922            ! win32/win32.c
37923 ____________________________________________________________________________
37924 [ 21991] By: rgs                                   on 2003/12/29  08:10:51
37925         Log: Upgrade to Encode 1.99.
37926      Branch: perl
37927            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/META.yml
37928            ! ext/Encode/Unicode/Unicode.xs ext/Encode/encoding.pm
37929            ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_utf8.t
37930            ! ext/Encode/t/mime-header.t ext/Encode/ucm/gsm0338.ucm
37931            ! ext/Encode/ucm/macArabic.ucm ext/Encode/ucm/macFarsi.ucm
37932            ! ext/Encode/ucm/macHebrew.ucm
37933 ____________________________________________________________________________
37934 [ 21990] By: rgs                                   on 2003/12/28  18:41:35
37935         Log: Fix a little syntax error, reported by Marcus Holland-Moritz
37936      Branch: perl
37937            ! win32/win32.c
37938 ____________________________________________________________________________
37939 [ 21989] By: nicholas                              on 2003/12/28  11:49:20
37940         Log: From: "Nigel Sandever" <njsandever@hotmail.com>
37941              Subject: [PATCH] 5.8.1 / bcc55 / win32 / Enable PerlIO and/ or USE_LARGE_FILES
37942              Message-ID: <Law9-F94BdsnvUFcxT500000ea5@hotmail.com>
37943              Date: Thu, 25 Sep 2003 21:49:07 +0000
37944      Branch: perl
37945            ! dosish.h win32/win32.c win32/win32sck.c
37946 ____________________________________________________________________________
37947 [ 21988] By: rgs                                   on 2003/12/27  23:46:40
37948         Log: Regenerate the perly.c patch for byacc output painless fixing
37949      Branch: perl
37950            ! perly_c.diff
37951 ____________________________________________________________________________
37952 [ 21986] By: rgs                                   on 2003/12/27  23:11:59
37953         Log: Fix bug [perl #24762] : C<*foo{CODE} ? 1 : 0> was a syntax error
37954      Branch: perl
37955            ! perly.c perly.y vms/perly_c.vms
37956 ____________________________________________________________________________
37957 [ 21985] By: nicholas                              on 2003/12/27  22:55:35
37958         Log: Subject: Cross compilation patches for arm.
37959              From: Redvers Davies <red@criticalintegration.com>
37960              Message-Id: <1072098653.4789.6.camel@ragefire>
37961              Date: Mon, 22 Dec 2003 08:11:34 -0500
37962      Branch: perl
37963            ! Cross/Makefile Cross/Makefile.SH.patch Cross/README
37964            ! Cross/config.sh-arm-linux Cross/installperl.patch
37965 ____________________________________________________________________________
37966 [ 21983] By: rgs                                   on 2003/12/27  21:29:04
37967         Log: Fix bug [perl #24735] : make sure that the range (..) operator
37968              treats an undefined argument as 0 for numerical ranges and as ""
37969              for magical string ranges.
37970      Branch: perl
37971            ! pp_ctl.c t/op/range.t
37972 ____________________________________________________________________________
37973 [ 21981] By: rgs                                   on 2003/12/27  20:14:09
37974         Log: Subject: PATCH:  *DB*_File
37975              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
37976              Date: Sat, 27 Dec 2003 20:02:30 -0000
37977              Message-ID: <AIEAJICLCBDNAAOLLOKLIEAOPGAA.Paul.Marquess@btinternet.com>
37978      Branch: perl
37979            ! XSUB.h ext/DB_File/Changes ext/DB_File/DB_File.pm
37980            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
37981            ! ext/DB_File/t/db-hash.t ext/DB_File/t/db-recno.t
37982            ! ext/DB_File/typemap ext/GDBM_File/typemap
37983            ! ext/NDBM_File/typemap ext/ODBM_File/typemap
37984            ! ext/SDBM_File/typemap
37985 ____________________________________________________________________________
37986 [ 21978] By: nicholas                              on 2003/12/27  18:31:27
37987         Log: Straggler from Cwd
37988      Branch: perl
37989            + ext/Cwd/Changes
37990 ____________________________________________________________________________
37991 [ 21977] By: nicholas                              on 2003/12/27  18:29:44
37992         Log: Straggler from Unicode::Collate.
37993              We need to automate this.
37994              For some value of we. (tr/w/m/ I suspect)
37995      Branch: perl
37996            + lib/Unicode/Collate/t/rearrang.t
37997 ____________________________________________________________________________
37998 [ 21976] By: nicholas                              on 2003/12/27  18:28:37
37999         Log: Assimilate Unicode::Collate 0.33
38000      Branch: perl
38001            + lib/Unicode/Collate/t/altern.t lib/Unicode/Collate/t/view.t
38002            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
38003            ! lib/Unicode/Collate/README lib/Unicode/Collate/keys.txt
38004            ! lib/Unicode/Collate/t/contract.t
38005            ! lib/Unicode/Collate/t/illegal.t lib/Unicode/Collate/t/test.t
38006            ! lib/Unicode/Collate/t/version.t
38007 ____________________________________________________________________________
38008 [ 21975] By: nicholas                              on 2003/12/27  18:12:33
38009         Log: Assimilate PodParser-1.26
38010      Branch: perl
38011            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
38012            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/PlainText.pm
38013            ! lib/Pod/Select.pm lib/Pod/Usage.pm pod/pod2usage.PL
38014            ! pod/podselect.PL t/pod/pod2usage.xr t/pod/podselect.xr
38015 ____________________________________________________________________________
38016 [ 21974] By: nicholas                              on 2003/12/27  17:50:34
38017         Log: Assimilate File::Spec 0.87
38018      Branch: perl
38019            ! lib/File/Spec.pm lib/File/Spec/t/Spec.t
38020 ____________________________________________________________________________
38021 [ 21973] By: nicholas                              on 2003/12/27  17:24:27
38022         Log: Assimilate Digest 1.05
38023      Branch: perl
38024            ! lib/Digest.pm lib/Digest/t/digest.t
38025 ____________________________________________________________________________
38026 [ 21972] By: nicholas                              on 2003/12/27  17:20:23
38027         Log: Assimilate Cwd 2.12 from CPAN. Cwd wasn't in Maintainers, so change
38028              21646 was only applied to core (must punt this back and thereby unfork)
38029              Need to fix test boilerplate properly for PERL_CORE
38030      Branch: perl
38031            ! MANIFEST Porting/Maintainers.pl ext/Cwd/Cwd.xs ext/Cwd/t/cwd.t
38032            ! ext/Cwd/t/taint.t lib/Cwd.pm
38033 ____________________________________________________________________________
38034 [ 21971] By: nicholas                              on 2003/12/27  16:55:54
38035         Log: Subject: [PATCH] Remove Win32 compiler warnings
38036              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
38037              Date: Sat, 27 Dec 2003 17:39:20 +0100
38038              Message-ID: <018901c3cc97$fa976660$d500a8c0@R2D2>
38039      Branch: perl
38040            ! ext/XS/APItest/APItest.xs ext/threads/shared/shared.xs sv.c
38041 ____________________________________________________________________________
38042 [ 21970] By: nicholas                              on 2003/12/27  16:39:01
38043         Log: Allow overriding of the p4 settings via environment variables
38044              Make regexp more robust to parse FreeBSD's patch output
38045      Branch: perl
38046            ! Porting/apply
38047 ____________________________________________________________________________
38048 [ 21968] By: rgs                                   on 2003/12/27  14:27:57
38049         Log: Subject: [PATCH] perl 5.8.0, FindBin::again
38050              From: Slaven Rezic <slaven@rezic.de>
38051              Date: 01 May 2003 21:28:10 +0200
38052              Message-ID: <873cjy31rp.fsf@vran.herceg.de>
38053      Branch: perl
38054            ! lib/FindBin.pm lib/FindBin.t
38055 ____________________________________________________________________________
38056 [ 21967] By: nicholas                              on 2003/12/27  13:26:29
38057         Log: Subject: [PATCH: sv.c] Turn Quad_t to Uquad_t in unsigned branch
38058              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
38059              Date: Sat, 27 Dec 2003 02:48:19 +0100
38060              Message-ID: <010001c3cc1b$813763a0$d500a8c0@R2D2>
38061      Branch: perl
38062            ! sv.c
38063 ____________________________________________________________________________
38064 [ 21964] By: nicholas                              on 2003/12/26  20:31:38
38065         Log: Change minimum perl version where the test is run from 5.9.0 to 5.8.3
38066              as I'm going to integrate the core patch
38067      Branch: perl
38068            ! ext/List/Util/t/weak.t
38069 ____________________________________________________________________________
38070 [ 21962] By: nicholas                              on 2003/12/26  19:22:16
38071         Log: Subject: [PATCH: sv.c] Re: GCC bug breaking Perl_sv_catpvfn()?
38072              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
38073              Date: Fri, 26 Dec 2003 02:47:09 +0100
38074              Message-ID: <03ca01c3cb52$2d509b40$5700a8c0@R2D2>
38075      Branch: perl
38076            ! sv.c
38077 ____________________________________________________________________________
38078 [ 21960] By: rgs                                   on 2003/12/26  10:18:24
38079         Log: Refactor the code that checks whether a range is numeric
38080              or string-magical.
38081      Branch: perl
38082            ! pp_ctl.c
38083 ____________________________________________________________________________
38084 [ 21959] By: rgs                                   on 2003/12/26  08:51:06
38085         Log: Restore ext/SDBM_File/sdbm/Makefile to its pre-21655 state.
38086              This fixes building SDBM_File on AIX.
38087      Branch: perl
38088            ! ext/SDBM_File/sdbm/Makefile.PL
38089 ____________________________________________________________________________
38090 [ 21958] By: rgs                                   on 2003/12/25  21:22:25
38091         Log: Fix bug [perl #24641] : when POSIX::set[ug]id() are called,
38092              update the perl variables PL_uid and PL_euid (resp. PL_gid
38093              and PL_egid) with the new values.
38094      Branch: perl
38095            ! ext/POSIX/POSIX.xs
38096 ____________________________________________________________________________
38097 [ 21957] By: rgs                                   on 2003/12/25  20:14:00
38098         Log: Subject: [PATCH 5.8.2 @21574] INSTALL_PREFIX from C
38099              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
38100              Date: Thu, 18 Dec 2003 12:30:06 -0800
38101              Message-ID: <20031218203006.GA7772@math.berkeley.edu>
38102      Branch: perl
38103            ! config_h.SH
38104 ____________________________________________________________________________
38105 [ 21956] By: rgs                                   on 2003/12/25  19:40:55
38106         Log: Subject: BigInt v1.68 - pre-release
38107              From: Tels <perl_dummy@bloodgate.com>
38108              Date: Tue, 23 Dec 2003 01:09:23 +0100
38109              Message-Id: <200312230106.27661@bloodgate.com>
38110      Branch: perl
38111            + lib/Math/BigInt/CalcEmu.pm lib/Math/BigInt/t/alias.inc
38112            + lib/Math/BigInt/t/mbf_ali.t lib/Math/BigInt/t/mbi_ali.t
38113            + lib/Math/BigInt/t/sub_ali.t
38114            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
38115            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
38116            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
38117            ! lib/Math/BigInt/t/upgrade.inc
38118 ____________________________________________________________________________
38119 [ 21955] By: rgs                                   on 2003/12/25  18:59:54
38120         Log: Subject: [perl #24506] [PATCH] cannot weaken refs to read only values
38121              From: Fergal Daly <fergal@esatclear.ie>
38122              Date: Tue, 2 Dec 2003 23:18:18 +0000
38123              Message-Id: <200312022318.18353.fergal@esatclear.ie>
38124
38125              (tweaked so the test is skipped on perls < 5.9.0)
38126      Branch: perl
38127            ! ext/List/Util/t/weak.t sv.c
38128 ____________________________________________________________________________
38129 [ 21953] By: nicholas                              on 2003/12/23  23:34:48
38130         Log: Subject:  [PATCH: perl@21949] document patch for VMS port on new file systems
38131              From:  PPrymmer@factset.com
38132              Date:  Tue, 23 Dec 2003 17:27:44 -0500
38133              Message-Id:  <OF32243F10.A592C9A9-ON85256E05.007B1741-85256E05.007B63CB@factset.com>
38134      Branch: perl
38135            ! README.vms
38136 ____________________________________________________________________________
38137 [ 21952] By: nicholas                              on 2003/12/23  23:19:19
38138         Log: Subject: [patch t/test.pl] comment fix
38139              From: Stas Bekman <stas@stason.org>
38140              Message-ID: <3FE8C65A.4060708@stason.org>
38141              Date: Tue, 23 Dec 2003 14:48:58 -0800
38142      Branch: perl
38143            ! t/test.pl
38144 ____________________________________________________________________________
38145 [ 21951] By: adi                                   on 2003/12/22  23:22:12
38146         Log: re-fix [perl #24508] without speed regression.
38147              keep an eye on this.
38148      Branch: perl
38149            ! op.c opcode.h opcode.pl
38150 ____________________________________________________________________________
38151 [ 21950] By: adi                                   on 2003/12/22  23:19:25
38152         Log: sanitize some macros - based on Chip Salzenberg suggestions and
38153              on the way GNU people use the gcc-ish 'blocks in parens'
38154      Branch: perl
38155            ! XSUB.h sv.h
38156 ____________________________________________________________________________
38157 [ 21948] By: nicholas                              on 2003/12/22  21:00:30
38158         Log: Subject: Re: Smoke [5.8.2] 21930 FAIL(t) MSWin32 5.1 Service Pack 1 (x86/1 cpu)
38159              Message-ID: <Pine.LNX.4.58.0312220116520.17374@localhost.localdomain>
38160              Date: Mon, 22 Dec 2003 01:52:08 -0600 (CST)
38161              From: Mike Pomraning <mjp@pilcrow.madison.wi.us>
38162      Branch: perl
38163            ! ext/threads/shared/shared.xs
38164 ____________________________________________________________________________
38165 [ 21946] By: nicholas                              on 2003/12/22  20:34:06
38166         Log: Subject:  doc nits
38167              From:  Jarkko Hietaniemi <jhi@iki.fi>
38168              Date:  Mon, 22 Dec 2003 21:57:34 +0200
38169              Message-Id:  <20031222195734.GA29441@vipunen.hut.fi>
38170      Branch: perl
38171            ! pod/perltodo.pod pod/perlunicode.pod
38172 ____________________________________________________________________________
38173 [ 21944] By: merijn                                on 2003/12/22  10:13:43
38174         Log: Subject: [PATCH] configure.com archname tweak
38175              From: "Craig A. Berry" <craigberry@mac.com>
38176              Date: Sun, 21 Dec 2003 23:07:13 -0600
38177              Message-ID: <3FE67C01.1000704@mac.com>
38178      Branch: perl
38179            ! configure.com
38180 ____________________________________________________________________________
38181 [ 21942] By: rgs                                   on 2003/12/21  21:29:47
38182         Log: Subject: [perl #24651] Taint bug with multiple backticks in ref consturctors
38183              From: Mike Guy <mjtg@cam.ac.uk>
38184              Date: Fri, 19 Dec 2003 17:17:11 +0000
38185              Message-Id: <E1AXOFT-0007DE-7q@draco.cus.cam.ac.uk>
38186      Branch: perl
38187            ! pod/perlsec.pod
38188 ____________________________________________________________________________
38189 [ 21940] By: rgs                                   on 2003/12/21  15:33:19
38190         Log: Fix a side-effect of bug #24674 in the perl debugger.
38191
38192              Subject: [perl #24674] 5.x odd taint bug
38193              From: Dominique Quatravaux (via RT) <perlbug-followup@perl.org>
38194              Date: 16 Dec 2003 15:03:24 -0000
38195              Message-ID: <rt-3.0.7_01-24674-68456.11.3124667849085@perl.org>
38196      Branch: perl
38197            ! lib/perl5db.pl
38198 ____________________________________________________________________________
38199 [ 21938] By: rgs                                   on 2003/12/20  22:56:24
38200         Log: Subject: Perl 5.8.3 patches from the BS2000 port
38201              From: Dorner Thomas <tdorner@amadeus.net>
38202              Date: Wed, 17 Dec 2003 15:41:17 +0100
38203              Message-ID: <6727B1DACFCDD311A757009027CA8D69044B673A@Ex02.inhouse.start.de>
38204      Branch: perl
38205            ! hints/posix-bc.sh t/base/num.t t/comp/parser.t
38206 ____________________________________________________________________________
38207 [ 21937] By: adi                                   on 2003/12/20  21:37:03
38208         Log: after back-references, restricted hashes.
38209              see http://nntp.perl.org/group/perl.perl5.porters/86497
38210              this is hopefully only a temporary solution.
38211      Branch: perl
38212            ! perl.c
38213 ____________________________________________________________________________
38214 [ 21936] By: adi                                   on 2003/12/20  21:32:37
38215         Log: fix [perl #24660], [perl #24663].
38216      Branch: perl
38217            ! mg.c sv.c
38218 ____________________________________________________________________________
38219 [ 21935] By: rgs                                   on 2003/12/20  21:21:50
38220         Log: Upgrade to Time::Local 1.07_94
38221      Branch: perl
38222            ! lib/Time/Local.pm lib/Time/Local.t
38223 ____________________________________________________________________________
38224 [ 21933] By: nicholas                              on 2003/12/20  20:07:44
38225         Log: Subject: [PATCH] OpenVMS I64 support
38226              From: "Craig A. Berry" <craigberry@mac.com>
38227              Message-ID: <3FE2441F.2070603@mac.com>
38228              Date: Thu, 18 Dec 2003 18:19:43 -0600
38229      Branch: perl
38230            ! configure.com vms/gen_shrfls.pl
38231 ____________________________________________________________________________
38232 [ 21932] By: nicholas                              on 2003/12/20  19:57:51
38233         Log: remove duplicate PERL_HASH (as spotted by Enache Adrian in
38234              <20031220124854.GA1265@ratsnest.hole> )
38235      Branch: perl
38236            ! hv.c
38237 ____________________________________________________________________________
38238 [ 21931] By: nicholas                              on 2003/12/20  18:58:06
38239         Log: Solaris gconvert() doesn't like ndigits == 0. Currently we have no
38240              Configure test for troublesome gconvert(), so for now simply avoid
38241              the optimisation that calls gconvert() in this case.
38242      Branch: perl
38243            ! sv.c
38244 ____________________________________________________________________________
38245 [ 21928] By: rgs                                   on 2003/12/19  08:36:11
38246         Log: Upgrade to CGI.pm 3.01
38247      Branch: perl
38248            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Fast.pm
38249            ! lib/CGI/Pretty.pm lib/CGI/Util.pm lib/CGI/t/carp.t
38250            ! lib/CGI/t/request.t
38251 ____________________________________________________________________________
38252 [ 21927] By: rgs                                   on 2003/12/19  08:10:41
38253         Log: Subject: [DOCPATCH] base.pm
38254              From: Elizabeth Mattijsen <liz@dijkmat.nl>
38255              Date: Thu, 18 Dec 2003 22:30:52 +0100
38256              Message-Id: <p05111b12bc07cc596977@[192.168.56.3]>
38257
38258              Plus, remove leftover mentions of pseudo-hashes
38259      Branch: perl
38260            ! lib/base.pm
38261 ____________________________________________________________________________
38262 [ 21924] By: nicholas                              on 2003/12/18  20:24:29
38263         Log: "Richard" - who he? (Add "Richard Clamp" to the list of pumpkings)
38264      Branch: perl
38265            ! pod/perlhist.pod
38266 ____________________________________________________________________________
38267 [ 21923] By: rgs                                   on 2003/12/18  14:58:42
38268         Log: Perl 1.0.16 has been released.
38269      Branch: perl
38270            ! pod/perlhist.pod
38271 ____________________________________________________________________________
38272 [ 21922] By: rgs                                   on 2003/12/17  21:36:36
38273         Log: Subject: [PATCH: embed.fnc] arguments for perl_clone()
38274              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
38275              Date: Wed, 17 Dec 2003 13:26:52 +0100
38276              Message-ID: <055701c3c499$11144f90$8cecfe91@R2D2>
38277      Branch: perl
38278            ! embed.fnc embed.h global.sym
38279 ____________________________________________________________________________
38280 [ 21921] By: rgs                                   on 2003/12/17  17:34:05
38281         Log: Subject: [PATCH] 2-arg cond_wait, cond_timedwait, tests
38282              From: Mike Pomraning <mjp@pilcrow.madison.wi.us>
38283              Date: Wed, 17 Dec 2003 00:05:58 -0600 (CST)
38284              Message-ID: <Pine.LNX.4.58.0312092202040.13494@benevelle.wi.securepipe.com>
38285      Branch: perl
38286            + ext/threads/shared/t/wait.t
38287            ! MANIFEST ext/threads/shared/shared.pm
38288            ! ext/threads/shared/shared.xs
38289 ____________________________________________________________________________
38290 [ 21918] By: rgs                                   on 2003/12/16  22:00:39
38291         Log: Sync with the latest MakeMaker snapshot.
38292              But set the $VERSION to 6.21_01.
38293      Branch: perl
38294            ! lib/ExtUtils/Changes lib/ExtUtils/MANIFEST.SKIP
38295            ! lib/ExtUtils/META.yml lib/ExtUtils/MM_Any.pm
38296            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win95.pm
38297            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/FAQ.pod
38298            ! lib/ExtUtils/instmodsh
38299 ____________________________________________________________________________
38300 [ 21917] By: alanbur                               on 2003/12/15  09:13:49
38301         Log: Remove incorrect guards around inclusion of <signal.h>
38302              Causes problems with UNIX03/SUSv3
38303              Part 2 of change 21916 - oops!
38304
38305              See:
38306              Message-Id: <3FDD06A5.8010004@sun.com>
38307              Subject: Re: UNIX03 & C99 issue with 5.8.2
38308              From: Alan Burlison <Alan.Burlison@sun.com>
38309              Date: Mon, 15 Dec 2003 00:56:05 +0000
38310      Branch: perl
38311            ! doop.c mg.c mpeix/mpeixish.h plan9/plan9ish.h unixish.h util.c
38312 ____________________________________________________________________________
38313 [ 21916] By: alanbur                               on 2003/12/15  09:02:58
38314         Log: Remove incorrect guards around inclusion of <signal.h>
38315              Causes problems with UNIX03/SUSv3
38316      Branch: perl
38317            ! doio.c
38318 ____________________________________________________________________________
38319 [ 21915] By: rgs                                   on 2003/12/15  07:43:50
38320         Log: Add the macros dAX and dITEMS to PPPort.
38321      Branch: perl
38322            ! ext/Devel/PPPort/PPPort.pm
38323 ____________________________________________________________________________
38324 [ 21914] By: rgs                                   on 2003/12/14  22:53:43
38325         Log: Subject: [patch Porting/pumpkin.pod] trying to ensure that PPPort is up-to-date on each new release
38326              From: Stas Bekman <stas@stason.org>
38327              Date: Sun, 14 Dec 2003 15:12:40 -0800
38328              Message-ID: <3FDCEE68.3080509@stason.org>
38329      Branch: perl
38330            ! Porting/pumpkin.pod
38331 ____________________________________________________________________________
38332 [ 21912] By: rgs                                   on 2003/12/14  22:48:17
38333         Log: Subject: [DOCPATCH] perlfunc delete
38334              From: Elizabeth Mattijsen <liz@dijkmat.nl>
38335              Date: Sun, 14 Dec 2003 20:25:07 +0100
38336              Message-Id: <p05111b07bc0269065a99@[192.168.56.3]>
38337      Branch: perl
38338            ! pod/perlfunc.pod
38339 ____________________________________________________________________________
38340 [ 21910] By: nicholas                              on 2003/12/14  20:06:41
38341         Log: Forgot to remove a comment
38342      Branch: perl
38343            ! pp.c
38344 ____________________________________________________________________________
38345 [ 21907] By: nicholas                              on 2003/12/14  18:35:15
38346         Log: S_save_hek_flags should honour the "free" flag.
38347              Ought to mask the flag bits that shouldn't be stored.
38348      Branch: perl
38349            ! hv.c
38350 ____________________________________________________________________________
38351 [ 21906] By: nicholas                              on 2003/12/14  17:06:13
38352         Log: Some fool missed a letter n.
38353              (and then "optimised" code based on its absense. D'oh)
38354              Restore the correct behaviour - fetch with uppercase key, then if
38355              still not found store with mixed/lowercase key.
38356      Branch: perl
38357            ! hv.c
38358 ____________________________________________________________________________
38359 [ 21905] By: nicholas                              on 2003/12/14  16:34:01
38360         Log: Subject: Re: Change 21862
38361              From: Enache Adrian <enache@rdslink.ro>
38362              Date: Wed, 10 Dec 2003 06:05:58 +0200
38363              Message-ID: <20031210040558.GC1584@ratsnest.hole>
38364
38365              (1st hunk), plus the equivalent for hv_delete_common
38366      Branch: perl
38367            ! hv.c
38368 ____________________________________________________________________________
38369 [ 21904] By: nicholas                              on 2003/12/14  15:32:32
38370         Log: Clean up a bug I introduced into caseless ENV hv_delete
38371              (should be the proper fix for 21870 and 21872's band aid)
38372      Branch: perl
38373            ! hv.c
38374 ____________________________________________________________________________
38375 [ 21902] By: rgs                                   on 2003/12/13  21:56:45
38376         Log: Subject: Re: 5.6.2-RC1 on Cygwin
38377              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
38378              Date: Sat, 6 Dec 2003 22:32:59 -0800
38379              Message-ID: <20031207063259.GA3004@efn.org>
38380              (with tweaks to cleanup code)
38381      Branch: perl
38382            ! t/op/taint.t
38383 ____________________________________________________________________________
38384 [ 21898] By: nicholas                              on 2003/12/13  19:20:41
38385         Log: Add Perl_ceil
38386      Branch: perl
38387            ! perl.h pp.c
38388 ____________________________________________________________________________
38389 [ 21897] By: rgs                                   on 2003/12/13  18:41:51
38390         Log: Reformat a long line in perlembed.pod (bug #24623).
38391      Branch: perl
38392            ! pod/perlembed.pod
38393 ____________________________________________________________________________
38394 [ 21896] By: nicholas                              on 2003/12/13  18:40:59
38395         Log: The binary compatibility notes say that new global functions should
38396              go at the end. Not that I'm anything more than "trainee" when it
38397              comes to this bincompat stuff.
38398      Branch: perl
38399            ! embed.fnc proto.h
38400 ____________________________________________________________________________
38401 [ 21895] By: rgs                                   on 2003/12/13  18:33:38
38402         Log: alarm() is now implemented on Win32.
38403      Branch: perl
38404            ! pod/perlport.pod
38405 ____________________________________________________________________________
38406 [ 21893] By: nicholas                              on 2003/12/13  17:40:32
38407         Log: foreach qw() { # not valid syntax for 5.005. So fix it.
38408      Branch: perl
38409            ! pod/buildtoc
38410 ____________________________________________________________________________
38411 [ 21892] By: rgs                                   on 2003/12/13  17:02:12
38412         Log: Subject: Patch for: [perl #24650] File::CheckTree should list Larry Wall as author, not unknown
38413              From: David Dyck <david.dyck@fluke.com>
38414              Date: Sat, 13 Dec 2003 00:01:34 -0800 (PST)
38415              Message-ID: <Pine.LNX.4.51.0312122351450.8825@dd.tc.fluke.com>
38416      Branch: perl
38417            ! lib/File/CheckTree.pm
38418 ____________________________________________________________________________
38419 [ 21891] By: rgs                                   on 2003/12/13  16:33:46
38420         Log: Make the XSRETURN macro evaluate its argument only once.
38421      Branch: perl
38422            ! XSUB.h
38423 ____________________________________________________________________________
38424 [ 21886] By: rgs                                   on 2003/12/13  12:30:08
38425         Log: More POD fixes ; regenerate perltoc and perlmodlib.
38426      Branch: perl
38427            ! ext/DynaLoader/DynaLoader_pm.PL pod/perlmodlib.pod
38428            ! pod/perltoc.pod
38429 ____________________________________________________________________________
38430 [ 21885] By: rgs                                   on 2003/12/13  12:21:26
38431         Log: Fix some of the pods to produce more standard manpages,
38432              as reported by Eric S. Raymond.
38433      Branch: perl
38434            ! README.ce README.netware lib/Getopt/Std.pm lib/diagnostics.pm
38435 ____________________________________________________________________________
38436 [ 21884] By: rgs                                   on 2003/12/13  00:09:01
38437         Log: Subject: RE: [perl #24610] Pod::Html infinite recursion
38438              From: Anders Johnson <ajohnson@nvidia.com>
38439              Date: Fri, 12 Dec 2003 14:07:40 -0800
38440              Message-ID: <33171CC36240D94EAF1FE584B1D14E0A06EC6F51@mail-sc-11.nvidia.com>
38441              (with tweaks)
38442      Branch: perl
38443            ! lib/Pod/Html.pm
38444 ____________________________________________________________________________
38445 [ 21883] By: rgs                                   on 2003/12/12  23:54:25
38446         Log: Modify the common guard for the signal.h header, because
38447              C99 compilers don't like it.o
38448
38449              see :
38450              Subject: UNIX03 & C99 issue with 5.8.2
38451              From: Alan Burlison <Alan.Burlison@sun.com>
38452              Date: Fri, 12 Dec 2003 23:04:52 +0000
38453              Message-ID: <3FDA4994.6050209@sun.com>
38454      Branch: perl
38455            ! doio.c doop.c mg.c mpeix/mpeixish.h plan9/plan9ish.h unixish.h
38456            ! util.c
38457 ____________________________________________________________________________
38458 [ 21882] By: rgs                                   on 2003/12/12  22:43:11
38459         Log: Subject: [PATCH] Math::BigInt v1.67 released
38460              From: Tels <perl_dummy@bloodgate.com>
38461              Date: Fri, 12 Dec 2003 18:47:43 +0100
38462              Message-Id: <200312121847.49039@bloodgate.com>
38463      Branch: perl
38464            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
38465            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
38466            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
38467            ! lib/Math/BigInt/t/downgrade.t lib/Math/BigInt/t/fallback.t
38468            ! lib/Math/BigInt/t/sub_mbi.t
38469 ____________________________________________________________________________
38470 [ 21881] By: merijn                                on 2003/12/12  16:09:14
38471         Log: Subject: [PATCH] d_u32align for win32
38472              From: Gisle Aas <gisle@ActiveState.com>
38473              Date: 11 Dec 2003 01:33:39 -0800
38474              Message-ID: <lrzndzr958.fsf@caliper.activestate.com>
38475      Branch: perl
38476            ! win32/config.bc win32/config.gc win32/config.vc
38477 ____________________________________________________________________________
38478 [ 21879] By: rgs                                   on 2003/12/11  23:53:34
38479         Log: Subject: [PATCH] environ array fix for VMS
38480              From: "Craig A. Berry" <craigberry@mac.com>
38481              Date: Thu, 11 Dec 2003 14:35:29 -0600
38482              Message-ID: <3FD8D511.2030805@mac.com>
38483      Branch: perl
38484            ! vms/vms.c
38485 ____________________________________________________________________________
38486 [ 21878] By: nicholas                              on 2003/12/11  23:49:20
38487         Log: Subject: [PATCH] Perl 5.9.0 AUTHORS
38488              From: Mark Leighton Fisher <mark-fisher@mindspring.com>
38489              Message-ID: <3FD8E74F.7000202@mindspring.com>
38490              Date: Thu, 11 Dec 2003 16:53:19 -0500
38491      Branch: perl
38492            ! AUTHORS
38493 ____________________________________________________________________________
38494 [ 21877] By: rgs                                   on 2003/12/11  23:40:54
38495         Log: Add a mention of the error "DESTROY created new reference
38496              to dead object" in perldiag.
38497      Branch: perl
38498            ! pod/perldiag.pod
38499 ____________________________________________________________________________
38500 [ 21876] By: adi                                   on 2003/12/11  23:04:03
38501         Log: #21866 was wrong. another try to plumb that damn leak.
38502      Branch: perl
38503            ! mg.c sv.c
38504 ____________________________________________________________________________
38505 [ 21875] By: adi                                   on 2003/12/11  20:11:07
38506         Log: fix bug #24605.
38507              substr() wasn't working when used repeatedly on the same utf-8
38508              string.
38509      Branch: perl
38510            ! sv.c t/op/substr.t
38511 ____________________________________________________________________________
38512 [ 21874] By: rgs                                   on 2003/12/09  21:36:58
38513         Log: Suppress a C< $DB::single = 1 > from Switch.pm, as noticed
38514              by Jan Dubois.
38515      Branch: perl
38516            ! lib/Switch.pm
38517 ____________________________________________________________________________
38518 [ 21873] By: rgs                                   on 2003/12/09  21:33:22
38519         Log: Subject: [PATCH perlunicode.pod, encoding.pm] Implicit upgrading docs
38520              From: Autrijus Tang <autrijus@autrijus.org>
38521              Date: Tue, 9 Dec 2003 20:39:16 +0800
38522              Message-ID: <20031209123915.GA1454@not.autrijus.org>
38523      Branch: perl
38524            ! ext/Encode/encoding.pm pod/perlunicode.pod
38525 ____________________________________________________________________________
38526 [ 21872] By: adi                                   on 2003/12/09  03:26:16
38527         Log: temporary fix to avoid t/op/tie.t failures on Win32
38528      Branch: perl
38529            ! hv.c
38530 ____________________________________________________________________________
38531 [ 21871] By: rgs                                   on 2003/12/08  15:22:26
38532         Log: Upgrade to Digest-MD5 2.33.
38533      Branch: perl
38534            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
38535            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
38536            ! ext/Digest/MD5/t/files.t ext/Digest/MD5/typemap
38537 ____________________________________________________________________________
38538 [ 21870] By: rgs                                   on 2003/12/08  08:22:17
38539         Log: Integrate change #21862 from maint-5.8 :
38540
38541              Win32/MinGW tweaks
38542              A. ENV_IS_CASELESS has trys to free(keysave) when
38543              keysave isn't in scope yet.
38544              B. For default makefile.mk which build with perlhost.h
38545              stuff "live" need to link with g++ to find new/delete etc.
38546      Branch: perl
38547           !> hv.c win32/makefile.mk
38548 ____________________________________________________________________________
38549 [ 21869] By: rgs                                   on 2003/12/08  07:37:27
38550         Log: Subject: [PATCH] iterator reset moved to hv.c (was: [PATCH] SCALAR/FIRSTKEY for tied hashes in scalar context)
38551              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
38552              Date: Mon, 08 Dec 2003 08:17:46 +0100
38553              Message-id: <20031208071746.GA594@ethan>
38554      Branch: perl
38555            ! hv.c mg.c
38556 ____________________________________________________________________________
38557 [ 21868] By: adi                                   on 2003/12/08  03:38:39
38558         Log: yet another leak. bigger fish still swimming around.
38559              #!perl
38560              eval q{ $_ = "x"; s/x/"in subst"/e } while 1;
38561              __END__
38562      Branch: perl
38563            ! pp_ctl.c
38564 ____________________________________________________________________________
38565 [ 21867] By: adi                                   on 2003/12/08  03:34:37
38566         Log: yet another 2 leaks. example for the second:
38567              #! perl
38568              eval q{ open $p{q}, "foo" } while 1
38569              __END__
38570      Branch: perl
38571            ! op.c
38572 ____________________________________________________________________________
38573 [ 21866] By: adi                                   on 2003/12/08  03:30:16
38574         Log: plumb a leak with pos().
38575
38576              #! perl
38577              while (1) {
38578              my $a = "\x{1ff}"; $a =~ /\x{1ff}/g; pos($a);
38579              }
38580              __END__
38581      Branch: perl
38582            ! sv.c
38583 ____________________________________________________________________________
38584 [ 21865] By: rgs                                   on 2003/12/07  21:28:13
38585         Log: Subject: [PATCH] documenting SCALAR gotcha
38586              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
38587              Date: Sun, 07 Dec 2003 16:41:16 +0100
38588              Message-id: <20031207154116.GA825@ethan>
38589      Branch: perl
38590            ! pod/perltie.pod
38591 ____________________________________________________________________________
38592 [ 21864] By: rgs                                   on 2003/12/07  20:13:47
38593         Log: Subject: [PATCH] setenv tweak for VMS
38594              From: "Craig A. Berry" <craigberry@mac.com>
38595              Date: Sat, 06 Dec 2003 18:13:32 -0600
38596              Message-ID: <3FD270AC.3000106@mac.com>
38597      Branch: perl
38598            ! vms/vms.c
38599 ____________________________________________________________________________
38600 [ 21863] By: rgs                                   on 2003/12/06  21:33:22
38601         Log: Missing thingies.
38602      Branch: perl
38603            ! pp.c pp_hot.c
38604 ____________________________________________________________________________
38605 [ 21861] By: rgs                                   on 2003/12/06  20:58:12
38606         Log: Subject: [PATCH] Math::BigInt v1.67 (pre-release)
38607              From: Tels <perl_dummy@bloodgate.com>
38608              Date: Sat, 6 Dec 2003 20:19:44 +0100
38609              Message-Id: <200312062016.50484@bloodgate.com>
38610      Branch: perl
38611            + lib/Math/BigInt/t/const_mbf.t lib/Math/BigInt/t/fallback.t
38612            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
38613            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
38614            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.inc
38615            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
38616            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
38617            ! lib/Math/BigInt/t/bigints.t lib/Math/BigInt/t/biglog.t
38618            ! lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/sub_mbf.t
38619            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/with_sub.t
38620 ____________________________________________________________________________
38621 [ 21860] By: rgs                                   on 2003/12/06  20:33:09
38622         Log: Forgot to update the MANIFEST.
38623      Branch: perl
38624            ! MANIFEST
38625 ____________________________________________________________________________
38626 [ 21859] By: rgs                                   on 2003/12/06  20:19:16
38627         Log: Math::BigInt::Scalar is only for tests.
38628              Move it under t/lib.
38629      Branch: perl
38630           +> t/lib/Math/BigInt/Scalar.pm
38631            - lib/Math/BigInt/Scalar.pm
38632 ____________________________________________________________________________
38633 [ 21858] By: rgs                                   on 2003/12/06  20:01:24
38634         Log: Subject: [PATCH] casting bug in VMS part of Perl_start_glob
38635              From: "Craig A. Berry" <craigberry@mac.com>
38636              Date: Sat, 06 Dec 2003 12:44:40 -0600
38637              Message-ID: <3FD22398.1060506@mac.com>
38638      Branch: perl
38639            ! doio.c
38640 ____________________________________________________________________________
38641 [ 21857] By: rgs                                   on 2003/12/06  19:58:51
38642         Log: Remove the "Can't provide tied hash usage" error from perldiag.
38643              Mention the new tied hash SCALAR method in perldelta.
38644      Branch: perl
38645            ! pod/perldelta.pod pod/perldiag.pod
38646 ____________________________________________________________________________
38647 [ 21856] By: rgs                                   on 2003/12/06  19:51:49
38648         Log: Clarify the description of SCALAR in perltie
38649      Branch: perl
38650            ! pod/perltie.pod
38651 ____________________________________________________________________________
38652 [ 21855] By: rgs                                   on 2003/12/06  19:50:07
38653         Log: Subject: [PATCH] SCALAR/FIRSTKEY for tied hashes in scalar context
38654              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
38655              Date: Sat, 06 Dec 2003 11:50:59 +0100
38656              Message-id: <20031206105059.GA13989@ethan>
38657      Branch: perl
38658            ! embed.fnc embed.h global.sym hv.c lib/Tie/Hash.pm mg.c
38659            ! pod/perlapi.pod pod/perlfunc.pod pod/perltie.pod pp.c pp_hot.c
38660            ! proto.h t/op/tie.t
38661 ____________________________________________________________________________
38662 [ 21854] By: nicholas                              on 2003/12/06  16:30:35
38663         Log: Make sv_force_normal_flags cope with shared hash key scalars
38664              (remember the pointer from SvPVX, reset the flags before SvGROW,
38665              avoid crazy loops or read-from-free)
38666      Branch: perl
38667            ! sv.c
38668 ____________________________________________________________________________
38669 [ 21851] By: nicholas                              on 2003/12/05  20:49:10
38670         Log: Back out the Makefile.PL part of 21808 as requested by Gisle Aas
38671      Branch: perl
38672            ! ext/Digest/MD5/Makefile.PL
38673 ____________________________________________________________________________
38674 [ 21846] By: merijn                                on 2003/12/05  10:41:32
38675         Log: Subject: [PATCH] Configure gets d_u32align wrong
38676              From: Gisle Aas <gisle@ActiveState.com>
38677              Date: 05 Dec 2003 03:47:01 -0800
38678              Message-ID: <lr4qwfbi6i.fsf_-_@caliper.activestate.com>
38679      Branch: perl
38680            ! Configure
38681 ____________________________________________________________________________
38682 [ 21844] By: rgs                                   on 2003/12/05  07:31:18
38683         Log: Subject: [REPATCH lib/AutoLoader.t] Test can() with AutoLoader
38684              From: chromatic <chromatic@wgz.org>
38685              Date: Mon, 01 Dec 2003 09:20:21 -0800
38686              Message-Id: <1070299221.1275.19.camel@localhost>
38687      Branch: perl
38688            ! lib/AutoLoader.t
38689 ____________________________________________________________________________
38690 [ 21843] By: rgs                                   on 2003/12/05  07:13:08
38691         Log: Subject: [PATCH] another ext/SDBM_File/sdbm build fix
38692              From: "Craig A. Berry" <craigberry@mac.com>
38693              Date: Thu, 04 Dec 2003 16:00:03 -0600
38694              Message-ID: <3FCFAE63.1080106@mac.com>
38695      Branch: perl
38696            ! ext/SDBM_File/sdbm/Makefile.PL
38697 ____________________________________________________________________________
38698 [ 21842] By: rgs                                   on 2003/12/05  07:07:30
38699         Log: Subject: [PATCH] $^P, eval and caller
38700              From: Paul Johnson <paul@pjcj.net>
38701              Date: Fri, 5 Dec 2003 00:57:21 +0100
38702              Message-ID: <20031204235721.GJ26355@pjcj.net>
38703      Branch: perl
38704            ! mg.c
38705 ____________________________________________________________________________
38706 [ 21841] By: rgs                                   on 2003/12/04  12:00:28
38707         Log: Fix File::Copy with hard links on Windows.
38708
38709              Subject: [PATCH] Re: perl @ 21830
38710              From: Steve Hay <steve.hay@uk.radan.com>
38711              Date: Wed, 03 Dec 2003 10:53:02 +0000
38712              Message-ID: <3FCDC08E.7080800@uk.radan.com>
38713
38714              and
38715              Date: Thu, 04 Dec 2003 11:02:22 +0000
38716              Message-ID: <3FCF143E.1040905@uk.radan.com>
38717      Branch: perl
38718            ! lib/File/Copy.pm lib/File/Copy.t
38719 ____________________________________________________________________________
38720 [ 21840] By: rgs                                   on 2003/12/04  11:54:28
38721         Log: Subject: Re: a2p.pod not being installed in 5.8.2?
38722              From: Alan Burlison <Alan.Burlison@sun.com>
38723              Date: Thu, 04 Dec 2003 12:14:30 +0000
38724              Message-ID: <3FCF2526.3030905@sun.com>
38725      Branch: perl
38726            ! installperl
38727 ____________________________________________________________________________
38728 [ 21837] By: rgs                                   on 2003/12/03  08:27:33
38729         Log: Subject: Re: XS modules having problems with CLONE and ithreads unless PERL_NO_GET_CONTEXT is defined
38730              From: Stas Bekman <stas@stason.org>
38731              Date: Wed, 03 Dec 2003 01:41:42 -0800
38732              Message-ID: <3FCDAFD6.9050106@stason.org>
38733      Branch: perl
38734            ! sv.c
38735 ____________________________________________________________________________
38736 [ 21836] By: rgs                                   on 2003/12/02  23:31:06
38737         Log: The prove utility should also be installed on VMS and on Windows.
38738              Haven't we regression tests for installations yet ?
38739      Branch: perl
38740            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
38741 ____________________________________________________________________________
38742 [ 21835] By: rgs                                   on 2003/12/02  22:18:05
38743         Log: FAQ sync.
38744      Branch: perl
38745            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
38746            ! pod/perlfaq4.pod pod/perlfaq5.pod
38747 ____________________________________________________________________________
38748 [ 21834] By: rgs                                   on 2003/12/02  21:45:12
38749         Log: Subject: Re: [perl #24574] find2perl provides different results to find
38750              From: Slaven Rezic <slaven@rezic.de>
38751              Date: 30 Nov 2003 22:16:59 +0100
38752              Message-ID: <8765h1pnec.fsf@vran.herceg.de>
38753
38754              (plus a note about find2perl now defaulting to -print in perldelta)
38755      Branch: perl
38756            ! pod/perldelta.pod x2p/find2perl.PL
38757 ____________________________________________________________________________
38758 [ 21833] By: rgs                                   on 2003/12/02  21:34:57
38759         Log: Subject: [PATCH] setting $0 still broken
38760              From: Jan Dubois <jand@ActiveState.com>
38761              Date: Thu, 27 Nov 2003 21:09:51 -0800
38762              Message-ID: <f3mdsv8dcv4asle0kbhiijk0adu1l25sr3@4ax.com>
38763      Branch: perl
38764            ! mg.c
38765 ____________________________________________________________________________
38766 [ 21832] By: rgs                                   on 2003/12/02  21:05:58
38767         Log: Better docs for the special code blocks, based on :
38768              Subject: [DOCPATCH] BEGIN, CHECK, INIT, END explained more
38769              From: Elizabeth Mattijsen <liz@dijkmat.nl>
38770              Date: Sat, 29 Nov 2003 23:15:56 +0100
38771              Message-Id: <p05111b01bbeec2e8bf30@[192.168.56.3]>
38772      Branch: perl
38773            ! pod/perlmod.pod pod/perlsub.pod
38774 ____________________________________________________________________________
38775 [ 21828] By: rgs                                   on 2003/11/30  20:56:00
38776         Log: Fix the test boilerplate in lib/if.t, so it can be run
38777              from the t/ directory.
38778      Branch: perl
38779            ! lib/if.t
38780 ____________________________________________________________________________
38781 [ 21827] By: rgs                                   on 2003/11/30  20:34:39
38782         Log: Keep installing xsubpp in lib/ExtUtils,
38783              so MakeMaker can find it.
38784      Branch: perl
38785            ! installperl
38786 ____________________________________________________________________________
38787 [ 21826] By: rgs                                   on 2003/11/30  20:31:59
38788         Log: Upgrade to Test::Harness 2.38.
38789              Introduce the prove(1) utility.
38790              (The prove-switches test is disabled for now.)
38791      Branch: perl
38792            + lib/Test/Harness/bin/prove lib/Test/Harness/t/inc_taint.t
38793            + lib/Test/Harness/t/prove-switches.t t/lib/Dev/Null.pm
38794            + t/lib/sample-tests/inc_taint t/lib/sample-tests/taint_warn
38795            + utils/prove.PL
38796            ! MANIFEST installperl lib/Test/Harness.pm
38797            ! lib/Test/Harness/Assert.pm lib/Test/Harness/Changes
38798            ! lib/Test/Harness/Iterator.pm lib/Test/Harness/Straps.pm
38799            ! lib/Test/Harness/t/00compile.t lib/Test/Harness/t/assert.t
38800            ! lib/Test/Harness/t/callback.t lib/Test/Harness/t/pod.t
38801            ! lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
38802            ! lib/Test/Harness/t/test-harness.t utils.lst utils/Makefile
38803 ____________________________________________________________________________
38804 [ 21823] By: rgs                                   on 2003/11/30  18:22:54
38805         Log: Subject: Re: [perl #24554] Segfault in POSIX module
38806              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
38807              Date: Sat, 29 Nov 2003 23:32:38 +0900
38808              Message-Id: <20031129233010.8E2F.BQW10602@nifty.com>
38809
38810              (plus a test for the stringification of references
38811              passed to POSIX::isXXX())
38812      Branch: perl
38813            ! ext/POSIX/POSIX.xs ext/POSIX/t/is.t ext/POSIX/t/posix.t
38814 ____________________________________________________________________________
38815 [ 21814] By: nicholas                              on 2003/11/29  20:53:23
38816         Log: Integrate if.pm 0.0401
38817              Needed to edit the test file as t/TEST can't cope with extra output
38818              lines as produced by 0.0401's if.t
38819      Branch: perl
38820            ! lib/if.pm lib/if.t
38821 ____________________________________________________________________________
38822 [ 21813] By: nicholas                              on 2003/11/29  19:54:52
38823         Log: Remove whitespace from ends of lines (simply because it irritates me)
38824      Branch: perl
38825            ! utils/h2xs.PL
38826 ____________________________________________________________________________
38827 [ 21812] By: nicholas                              on 2003/11/29  17:55:32
38828         Log: Update Unicode::Normalize to 0.28
38829      Branch: perl
38830            + ext/Unicode/Normalize/t/illegal.t
38831            + ext/Unicode/Normalize/t/null.t ext/Unicode/Normalize/t/short.t
38832            ! MANIFEST ext/Unicode/Normalize/Changes
38833            ! ext/Unicode/Normalize/Normalize.pm
38834            ! ext/Unicode/Normalize/Normalize.xs
38835            ! ext/Unicode/Normalize/README
38836 ____________________________________________________________________________
38837 [ 21811] By: nicholas                              on 2003/11/29  17:30:18
38838         Log: D'oh! This has been moved to lib/Digest/t/digest.t but not deleted.
38839      Branch: perl
38840            - lib/Digest.t
38841 ____________________________________________________________________________
38842 [ 21810] By: nicholas                              on 2003/11/29  17:29:15
38843         Log: Update Unicode::Collate to 0.31 (Only the .pm version for now)
38844      Branch: perl
38845            + lib/Unicode/Collate/t/illegal.t
38846            + lib/Unicode/Collate/t/illegalp.t
38847            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
38848            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/version.t
38849 ____________________________________________________________________________
38850 [ 21809] By: nicholas                              on 2003/11/29  17:09:25
38851         Log: D'oh! Forgot to lib/Digest/base.pm
38852      Branch: perl
38853            + lib/Digest/base.pm
38854            ! MANIFEST
38855 ____________________________________________________________________________
38856 [ 21808] By: nicholas                              on 2003/11/29  17:04:39
38857         Log: Update to Digest::MD5 2.31
38858      Branch: perl
38859            + ext/Digest/MD5/t/bits.t
38860            ! MANIFEST ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
38861            ! ext/Digest/MD5/Makefile.PL ext/Digest/MD5/t/badfile.t
38862            ! ext/Digest/MD5/t/files.t
38863 ____________________________________________________________________________
38864 [ 21807] By: nicholas                              on 2003/11/29  16:45:19
38865         Log: Update Digest to 1.03
38866      Branch: perl
38867            + lib/Digest/t/base.t
38868           +> lib/Digest/t/digest.t
38869            ! MANIFEST Porting/Maintainers.pl lib/Digest.pm
38870 ____________________________________________________________________________
38871 [ 21806] By: nicholas                              on 2003/11/29  15:41:19
38872         Log: When Gconvert is a macro around sprintf with a .* format we need
38873              to cast to int (in case STRLEN isn't the same size as int)
38874              gcc issues a warning even when it is the same size
38875      Branch: perl
38876            ! sv.c
38877 ____________________________________________________________________________
38878 [ 21805] By: nicholas                              on 2003/11/29  14:44:56
38879         Log: Silence gcc 2.95 warning
38880              (Its trace flow isn't good enough to realise that there is no problem)
38881      Branch: perl
38882            ! pp_hot.c
38883 ____________________________________________________________________________
38884 [ 21804] By: nicholas                              on 2003/11/29  14:44:22
38885         Log: Gconvert actually takes type NV, while nv may be either double
38886              or long double (depending on some conditional code)
38887              Rafael and I think that this cast should work.
38888      Branch: perl
38889            ! sv.c
38890 ____________________________________________________________________________
38891 [ 21802] By: rgs                                   on 2003/11/29  11:38:58
38892         Log: POSIX::isXXX(undef) segfaulted. (bug #24554.)
38893      Branch: perl
38894            ! ext/POSIX/POSIX.xs ext/POSIX/t/posix.t
38895 ____________________________________________________________________________
38896 [ 21800] By: rgs                                   on 2003/11/28  22:38:40
38897         Log: Fix a regression introduced by change #21694 on sprintf()
38898              with long doubles, by disabling the specific optimisation
38899              path in this case ; remove a unnecessary cast ; add a new
38900              test file for miscellaneous sprintf() test that don't fit
38901              in the t/op/sprintf.t framework.
38902      Branch: perl
38903            + t/op/sprintf2.t
38904            ! MANIFEST sv.c
38905 ____________________________________________________________________________
38906 [ 21799] By: rgs                                   on 2003/11/28  21:41:29
38907         Log: Subject: [patch pod/perlsec.pod] (was Re: why PERL5LIB is ignored when -T is in effect)
38908              From: Stas Bekman <stas@stason.org>
38909              Date: Fri, 28 Nov 2003 14:42:25 -0800
38910              Message-ID: <3FC7CF51.7060804@stason.org>
38911      Branch: perl
38912            ! pod/perlsec.pod
38913 ____________________________________________________________________________
38914 [ 21798] By: rgs                                   on 2003/11/28  20:42:45
38915         Log: Implement C<use Exporter 'import'> :
38916
38917              Subject: Re: [PATCH] Exporter-related PODs
38918              From: Fergal Daly <fergal@esatclear.ie>
38919              Date: Mon, 10 Nov 2003 00:08:52 +0000
38920              Message-Id: <200311100008.52639.fergal@esatclear.ie>
38921
38922              (tweaked, so the imported import() doesn't spit out warnings)
38923      Branch: perl
38924            ! lib/Exporter.pm lib/Exporter.t
38925 ____________________________________________________________________________
38926 [ 21797] By: rgs                                   on 2003/11/28  20:11:47
38927         Log: Subject: Re: [perl #24245] File::Copy::copy damages hard linked files
38928              From: Slaven Rezic <slaven@rezic.de>
38929              Date: 19 Oct 2003 19:11:31 +0200
38930              Message-ID: <87smlprw3g.fsf@vran.herceg.de>
38931              (with further tweaks)
38932      Branch: perl
38933            ! lib/File/Copy.pm lib/File/Copy.t
38934 ____________________________________________________________________________
38935 [ 21795] By: rgs                                   on 2003/11/28  19:16:33
38936         Log: Subject: [PATCH] Fix perl 5.8 and 5.9 to build on latest VOS
38937              From: "Green, Paul" <Paul.Green@stratus.com>
38938              Date: Thu, 27 Nov 2003 21:51:26 -0500
38939              Message-ID: <A2A34F15EE916148BC4C4748223E67A4069FB815@exna4.stratus.com>
38940      Branch: perl
38941            ! hints/vos.sh
38942 ____________________________________________________________________________
38943 [ 21794] By: nicholas                              on 2003/11/28  19:14:58
38944         Log: Arguments to skip were the wrong way round, hence why all the *BSDs
38945              were failing
38946      Branch: perl
38947            ! t/op/readline.t
38948 ____________________________________________________________________________
38949 [ 21789] By: rgs                                   on 2003/11/27  22:18:29
38950         Log: Marcus Holland-Moritz is now the maintainer of Devel::PPPort.
38951              PerlIO and threads are not on CPAN.
38952      Branch: perl
38953            ! Porting/Maintainers.pl
38954 ____________________________________________________________________________
38955 [ 21788] By: nicholas                              on 2003/11/25  21:27:11
38956         Log: Add Torsten Foertsch to AUTHORS (patches plus tests are what we like)
38957      Branch: perl
38958            ! AUTHORS
38959 ____________________________________________________________________________
38960 [ 21787] By: rgs                                   on 2003/11/25  21:12:19
38961         Log: Subject: [PATCH] Re: bug or a feature?
38962              From: Torsten Foertsch <torsten.foertsch@gmx.net>
38963              Date: Sat, 22 Nov 2003 13:15:53 +0100
38964              Message-Id: <200311221315.58539.torsten.foertsch@gmx.net>
38965
38966              and
38967              Date: Sat, 22 Nov 2003 14:21:45 +0100
38968              Message-Id: <200311221421.48940.torsten.foertsch@gmx.net>
38969              (test moved to t/op/readline.t)
38970      Branch: perl
38971            ! pp_hot.c t/op/readline.t
38972 ____________________________________________________________________________
38973 [ 21783] By: merijn                                on 2003/11/24  21:24:46
38974         Log: Subject: remove hardcoded version number from cygwin/perlld.in
38975              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
38976              Date: Mon, 24 Nov 2003 08:11:36 -0800
38977              Message-ID: <20031124161136.GC2656@efn.org>
38978      Branch: perl
38979            ! cygwin/Makefile.SHs cygwin/perlld.in
38980 ____________________________________________________________________________
38981 [ 21782] By: nicholas                              on 2003/11/24  20:07:29
38982         Log: Should fix the infinite loop on a dynamic %ENV fetch
38983      Branch: perl
38984            ! hv.c
38985 ____________________________________________________________________________
38986 [ 21781] By: nicholas                              on 2003/11/24  19:47:57
38987         Log: Tweak the order of initialisation of oentry in hv_fetch_common -
38988              C source now cleaner, but optimised object file still the same size.
38989      Branch: perl
38990            ! hv.c
38991 ____________________________________________________________________________
38992 [ 21780] By: rgs                                   on 2003/11/23  21:59:06
38993         Log: Subject: Re: [perl #24439] 64 bit build failure on Solaris 9
38994              From: Andy Dougherty <doughera@lafayette.edu>
38995              Date: Thu, 20 Nov 2003 09:38:05 -0500 (EST)
38996              Message-ID: <Pine.SOL.4.53.0311200926550.25274@maxwell.phys.lafayette.edu>
38997
38998              and :
38999              Date: Fri, 21 Nov 2003 09:36:24 -0500 (EST)
39000              Message-ID: <Pine.SOL.4.53.0311210927460.1876@maxwell.phys.lafayette.edu>
39001      Branch: perl
39002            ! hints/solaris_2.sh
39003 ____________________________________________________________________________
39004 [ 21779] By: nicholas                              on 2003/11/22  23:37:24
39005         Log: D'oh. Mistake in the DYNAMIC_ENV_FETCH conditional code
39006              reported by Craig Berry
39007      Branch: perl
39008            ! hv.c
39009 ____________________________________________________________________________
39010 [ 21774] By: nicholas                              on 2003/11/22  21:21:22
39011         Log: restore_magic needs to undo COW
39012              (while magic was off, sv_setsv is likely to have seen this SV as a
39013              good source for COW)
39014              Should fix the smoke failures on lib/locale.t
39015      Branch: perl
39016            ! mg.c
39017 ____________________________________________________________________________
39018 [ 21773] By: nicholas                              on 2003/11/22  19:12:32
39019         Log: Don't COW if the destination has magic.
39020      Branch: perl
39021            ! sv.c
39022 ____________________________________________________________________________
39023 [ 21772] By: nicholas                              on 2003/11/22  17:05:32
39024         Log: Reorder functions in hv.c so that callers of hv_fetch_common are all
39025              close to it.
39026      Branch: perl
39027            ! hv.c
39028 ____________________________________________________________________________
39029 [ 21771] By: nicholas                              on 2003/11/22  16:43:09
39030         Log: "Space Is a Province of Brazil"
39031              Farewell, hv_store_common. Store is now part of Fetch.
39032              All tests pass. hv.c 15% smaller than when I started all this
39033      Branch: perl
39034            ! embed.fnc embed.h hv.c proto.h
39035 ____________________________________________________________________________
39036 [ 21770] By: nicholas                              on 2003/11/22  13:16:43
39037         Log: Farewell hv_exists_common - exists is now a call to fetch
39038              (with the exists magic handling moved into fetch)
39039      Branch: perl
39040            ! embed.fnc embed.h hv.c proto.h
39041 ____________________________________________________________________________
39042 [ 21769] By: nicholas                              on 2003/11/22  11:02:23
39043         Log: Shift negative klen/flags games from hv_store_common out to hv_store
39044      Branch: perl
39045            ! embed.fnc embed.h hv.c proto.h
39046 ____________________________________________________________________________
39047 [ 21768] By: nicholas                              on 2003/11/22  10:37:24
39048         Log: Shift negative klen/flags games from hv_exists_common out to hv_exists
39049      Branch: perl
39050            ! embed.fnc embed.h hv.c proto.h
39051 ____________________________________________________________________________
39052 [ 21767] By: nicholas                              on 2003/11/21  23:15:47
39053         Log: Check that the key is present before a delete, and absent afterwards
39054      Branch: perl
39055            ! ext/XS/APItest/t/hash.t
39056 ____________________________________________________________________________
39057 [ 21766] By: nicholas                              on 2003/11/21  23:12:33
39058         Log: Move the negative key -> utf8 flag conversion out to hv_delete
39059      Branch: perl
39060            ! embed.fnc embed.h hv.c proto.h
39061 ____________________________________________________________________________
39062 [ 21765] By: nicholas                              on 2003/11/21  22:41:23
39063         Log: Tweaks to S_hv_delete_common:
39064              make the magic call hv_fetch_common rather than ent-or-not
39065              grab the hash from a shared hash key scalar if possible
39066              use masked flags rather than flags for the comparison
39067      Branch: perl
39068            ! hv.c
39069 ____________________________________________________________________________
39070 [ 21764] By: nicholas                              on 2003/11/21  21:54:58
39071         Log: Integrate:
39072              [ 21762]
39073              Refactor hash API tests (prior to some additions)
39074
39075              [ 21763]
39076              Test all permuations of utf8 flags on hashes and keys
39077      Branch: perl
39078           !> ext/XS/APItest/t/hash.t
39079 ____________________________________________________________________________
39080 [ 21760] By: nicholas                              on 2003/11/20  22:34:00
39081         Log: Shift negative klen/flags games from hv_fetch_common out to hv_fetch
39082      Branch: perl
39083            ! embed.fnc hv.c proto.h
39084 ____________________________________________________________________________
39085 [ 21758] By: nicholas                              on 2003/11/20  20:14:17
39086         Log: Merge sv_store_flags and sv_store_ent into sv_store_common
39087      Branch: perl
39088            ! embed.fnc embed.h hv.c proto.h
39089 ____________________________________________________________________________
39090 [ 21756] By: rgs                                   on 2003/11/20  12:04:46
39091         Log: Subject: [PATCH] promote hv_clear_placeholders to perl API
39092              From: Alan Burlison <Alan.Burlison@sun.com>
39093              Date: Thu, 20 Nov 2003 10:34:30 +0000
39094              Message-ID: <3FBC98B6.6090909@sun.com>
39095      Branch: perl
39096            ! embed.fnc embed.h global.sym hv.c pod/perlapi.pod proto.h
39097            ! universal.c
39098 ____________________________________________________________________________
39099 [ 21755] By: rgs                                   on 2003/11/19  22:46:20
39100         Log: Regenerate perlapi and perltoc.
39101      Branch: perl
39102            ! pod/perlapi.pod pod/perltoc.pod
39103 ____________________________________________________________________________
39104 [ 21754] By: rgs                                   on 2003/11/19  22:39:51
39105         Log: Subject: [docpatch] PerlIO layers in perlrun.pod and PerlIO.pm
39106              From: Iain Truskett <spoon@cpan.org>
39107              Date: Thu, 20 Nov 2003 00:41:33 +1100
39108              Message-ID: <20031119134132.GG21314@gytha.anu.edu.au>
39109      Branch: perl
39110            ! lib/PerlIO.pm pod/perlrun.pod
39111 ____________________________________________________________________________
39112 [ 21753] By: nicholas                              on 2003/11/19  22:28:25
39113         Log: merge hv_fetch and hv_fetch_ent into hv_fetch_common
39114              remove S_hv_fetch_flags
39115              hv.c now 13% smaller than when I started. hv_store TODO
39116      Branch: perl
39117            ! embed.fnc embed.h hv.c proto.h
39118 ____________________________________________________________________________
39119 [ 21752] By: rgs                                   on 2003/11/19  21:06:01
39120         Log: Fix bug [perl #24508] Wrong assignment in nested assignment
39121              together with subroutine call
39122              Apparently concat still doesn't deal correctly with lexicals
39123              in all cases. Disable the whole TARGET_MY optimisation for it.
39124              (and remove the corresponding code from the peephole optimiser.)
39125      Branch: perl
39126            ! op.c opcode.h opcode.pl t/op/concat.t
39127 ____________________________________________________________________________
39128 [ 21751] By: rgs                                   on 2003/11/19  21:03:20
39129         Log: Update the runops stuff in perlguts
39130      Branch: perl
39131            ! pod/perlguts.pod
39132 ____________________________________________________________________________
39133 [ 21750] By: nicholas                              on 2003/11/19  20:37:27
39134         Log: integrate hv_delete and hv_delete_ent into hv_delete_common
39135      Branch: perl
39136            ! embed.fnc embed.h hv.c proto.h
39137 ____________________________________________________________________________
39138 [ 21748] By: rgs                                   on 2003/11/19  19:56:20
39139         Log: Subject: [PATCH] clear of empty locked hash SEGVs
39140              From: Alan Burlison <Alan.Burlison@sun.com>
39141              Date: Wed, 19 Nov 2003 14:39:03 +0000
39142              Message-ID: <3FBB8087.20206@sun.com>
39143      Branch: perl
39144            ! hv.c lib/Hash/Util.t
39145 ____________________________________________________________________________
39146 [ 21747] By: nicholas                              on 2003/11/19  19:51:41
39147         Log: merge hv_exists and hv_exists_ent into S_hv_exists_common
39148      Branch: perl
39149            ! embed.fnc embed.h hv.c proto.h
39150 ____________________________________________________________________________
39151 [ 21746] By: nicholas                              on 2003/11/19  18:46:07
39152         Log: Run regen.pl (for hv_assert)
39153      Branch: perl
39154            ! global.sym
39155 ____________________________________________________________________________
39156 [ 21744] By: nicholas                              on 2003/11/19  17:44:58
39157         Log: Integrate:
39158              [ 21642]
39159              space should be tab for lib/I18N/LangTags/t/02decency.t
39160      Branch: perl
39161           !> MANIFEST
39162 ____________________________________________________________________________
39163 [ 21743] By: rgs                                   on 2003/11/19  17:21:50
39164         Log: Restore errno after having read $^E (like for $!)
39165              to preserve errno from unfortunate side-effects.
39166      Branch: perl
39167            ! mg.c
39168 ____________________________________________________________________________
39169 [ 21742] By: nicholas                              on 2003/11/18  21:04:40
39170         Log: Whoops. We weren't actually testing hv_store_ent
39171              We are now. Plus test hv_store for an initially empty hash.
39172      Branch: perl
39173            ! ext/XS/APItest/APItest.xs ext/XS/APItest/t/hash.t
39174 ____________________________________________________________________________
39175 [ 21741] By: rgs                                   on 2003/11/17  23:06:07
39176         Log: Complement of change #21740 for Windows.
39177              (I have the feeling that it's already subtly broken on VMS)
39178      Branch: perl
39179            ! win32/Makefile win32/makefile.mk
39180 ____________________________________________________________________________
39181 [ 21740] By: rgs                                   on 2003/11/17  19:02:21
39182         Log: Install instmodsh and xsubpp in bin/ along the other utilities.
39183      Branch: perl
39184            + utils/instmodsh.PL utils/xsubpp.PL
39185            ! MANIFEST installperl utils.lst utils/Makefile
39186 ____________________________________________________________________________
39187 [ 21739] By: rgs                                   on 2003/11/17  08:52:52
39188         Log: Subject: Re: [perl #24493] install.html not working
39189              From: Slaven Rezic <slaven@rezic.de>
39190              Date: 16 Nov 2003 20:52:29 +0100
39191              Message-ID: <87d6bsw0oy.fsf@vran.herceg.de>
39192      Branch: perl
39193            ! installhtml
39194 ____________________________________________________________________________
39195 [ 21737] By: nicholas                              on 2003/11/16  21:32:09
39196         Log: Ooops. left an XXX comment in, and worse still it's a // comment
39197      Branch: perl
39198            ! hv.c
39199 ____________________________________________________________________________
39200 [ 21735] By: nicholas                              on 2003/11/16  20:20:58
39201         Log: utf8 keys now work for tied hashes via hv_fetch, hv_store, hv_delete
39202              (pp functions use the _ent variants, and as the implementation is
39203              duplicated, these bugs aren't tested, and aren't noticed)
39204      Branch: perl
39205            ! ext/XS/APItest/APItest.xs ext/XS/APItest/t/hash.t hv.c
39206 ____________________________________________________________________________
39207 [ 21734] By: nicholas                              on 2003/11/16  17:11:22
39208         Log: Accessing unicode keys in tie hashes via hv_exists was broken.
39209              (pp_exists uses hv_exists_ent, which isn't broken)
39210              I expect an equivalent bug in hv_delete
39211      Branch: perl
39212            + ext/XS/APItest/t/hash.t
39213            ! MANIFEST ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
39214            ! ext/XS/APItest/MANIFEST hv.c
39215 ____________________________________________________________________________
39216 [ 21733] By: rgs                                   on 2003/11/16  16:50:04
39217         Log: Subject: [PATCH] Re:ext/threads/t/problem.t (was: Problems with mod_perl 1.12 (?) and ActivePerl 5.8.1)
39218              From: Elizabeth Mattijsen <liz@dijkmat.nl>
39219              Date: Sat, 15 Nov 2003 23:22:16 +0100
39220              Message-Id: <p05111b04bbdc49076950@[192.168.56.3]>
39221      Branch: perl
39222            ! ext/threads/t/problems.t
39223 ____________________________________________________________________________
39224 [ 21732] By: rgs                                   on 2003/11/16  16:09:34
39225         Log: Subject: [PATCH] configpm, our $summary : unique
39226              From: Elizabeth Mattijsen <liz@dijkmat.nl>
39227              Date: Sat, 15 Nov 2003 22:18:32 +0100
39228              Message-Id: <p05111b03bbdc478d10cb@[192.168.56.3]>
39229              (plus comments)
39230      Branch: perl
39231            ! configpm
39232 ____________________________________________________________________________
39233 [ 21729] By: nicholas                              on 2003/11/15  14:39:00
39234         Log: Subject: [PATCH] Re: Storable Error
39235              From: Nicholas Clark <nick@ccl4.org>
39236              Date: Sat, 9 Aug 2003 00:35:36 +0100
39237              Message-ID: <20030809003535.C20130@plum.flirble.org>
39238      Branch: perl
39239            ! embed.fnc hv.c perl.c perl.h pod/perlapi.pod pod/perlrun.pod
39240            ! proto.h
39241 ____________________________________________________________________________
39242 [ 21728] By: rgs                                   on 2003/11/15  11:43:43
39243         Log: Update perlhist with 5.6.2.
39244      Branch: perl
39245            ! pod/perlhist.pod
39246 ____________________________________________________________________________
39247 [ 21725] By: rgs                                   on 2003/11/14  22:35:20
39248         Log: Add more complete tests for the "variable masks earlier
39249              declaration" warning, including a TODO test
39250      Branch: perl
39251            ! t/lib/warnings/pad
39252 ____________________________________________________________________________
39253 [ 21723] By: rgs                                   on 2003/11/14  07:43:17
39254         Log: Include "SCCS" in the list of directory names that should
39255              be ignored by installperl.
39256      Branch: perl
39257            ! installperl
39258 ____________________________________________________________________________
39259 [ 21718] By: nicholas                              on 2003/11/13  20:46:36
39260         Log: Subject: Re: Empty subroutine as object method segfaults in 5.8.2 (sometimes)
39261              From: Enache Adrian <enache@rdslink.ro>
39262              Date: Tue, 11 Nov 2003 15:25:29 +0200
39263              Message-ID: <20031111132529.GB1271@ratsnest.hole>
39264      Branch: perl
39265            ! op.c
39266 ____________________________________________________________________________
39267 [ 21714] By: rgs                                   on 2003/11/13  18:55:37
39268         Log: Fix bug [perl #24380] : assigning to a hash in list
39269              or scalar context yielded a wrong value if the list
39270              contained duplicated keys for the hash. This is fixed
39271              by counting the number of duplicate keys and trimming
39272              the stack by the corresponding number of items.
39273      Branch: perl
39274            ! pp_hot.c t/op/hashassign.t
39275 ____________________________________________________________________________
39276 [ 21713] By: merijn                                on 2003/11/13  09:25:15
39277         Log: Simplified the reading
39278      Branch: perl
39279            ! hints/solaris_2.sh
39280 ____________________________________________________________________________
39281 [ 21712] By: merijn                                on 2003/11/13  09:22:21
39282         Log: Enable hints to create call-back units that can act when
39283              a specific variable is *not* set (like -Uuselargefiles)
39284      Branch: perl
39285            ! Configure hints/README.hints
39286 ____________________________________________________________________________
39287 [ 21710] By: nicholas                              on 2003/11/12  21:35:35
39288         Log: Subject: [PATCH] Last stab at sdbm/Makefile.PL
39289              From: Michael G Schwern <schwern@pobox.com>
39290              Date: Tue, 11 Nov 2003 21:02:30 -0800
39291              Message-ID: <20031112050230.GO6874@localhost.comcast.net>
39292      Branch: perl
39293            ! ext/SDBM_File/sdbm/Makefile.PL
39294 ____________________________________________________________________________
39295 [ 21708] By: rgs                                   on 2003/11/12  09:46:51
39296         Log: Subject: [PATCH 5.8.2 @21574] make install not installing fully
39297              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
39298              Date: Tue, 4 Nov 2003 20:07:25 -0800
39299              Message-ID: <20031105040725.GA2629@math.berkeley.edu>
39300      Branch: perl
39301            ! installperl
39302 ____________________________________________________________________________
39303 [ 21706] By: ams                                   on 2003/11/11  23:46:19
39304         Log: Subject: Re: [perl #24460] [DOC PATCH] the begincheck program
39305              From: Tom Phoenix <rootbeer@redcat.com>
39306              Date: Tue, 11 Nov 2003 15:50:35 -0800 (PST)
39307              Message-Id: <Pine.BSO.4.53.0311111547500.9242@blue.stonehenge.com>
39308      Branch: perl
39309            ! pod/perlmod.pod
39310 ____________________________________________________________________________
39311 [ 21702] By: rgs                                   on 2003/11/11  20:13:56
39312         Log: Upgrade to MakeMaker 6.21.
39313      Branch: perl
39314            ! lib/ExtUtils/Changes lib/ExtUtils/Install.pm
39315            ! lib/ExtUtils/META.yml lib/ExtUtils/MM_Any.pm
39316            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
39317 ____________________________________________________________________________
39318 [ 21697] By: rgs                                   on 2003/11/10  20:55:25
39319         Log: Subject: [PATCH 5.8.2 @21574] make install: line noise
39320              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
39321              Date: Tue, 4 Nov 2003 20:10:16 -0800
39322              Message-ID: <20031105041016.GA2639@math.berkeley.edu>
39323
39324              and part of
39325              Subject: [PATCH 5.8.2 @21574] make install: PREFIX and DESTDIR
39326              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
39327              Date: Tue, 4 Nov 2003 20:18:37 -0800
39328              Message-ID: <20031105041836.GA2649@math.berkeley.edu>
39329
39330              (I've left out the PREFIX part for now)
39331      Branch: perl
39332            ! Makefile.SH installperl os2/Makefile.SHs
39333 ____________________________________________________________________________
39334 [ 21694] By: rgs                                   on 2003/11/09  17:20:35
39335         Log: Subject: [PATCH 5.8.2 @21574] sprintf() painfully slow
39336              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
39337              Date: Mon, 3 Nov 2003 20:27:39 -0800
39338              Message-ID: <20031104042739.GA1697@math.berkeley.edu>
39339
39340              Subject: Re: [PATCH 5.8.2 @21574] sprintf() painfully slow
39341              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
39342              Date: Mon, 3 Nov 2003 20:57:48 -0800
39343              Message-ID: <20031104045748.GA1826@math.berkeley.edu>
39344      Branch: perl
39345            ! sv.c
39346 ____________________________________________________________________________
39347 [ 21693] By: rgs                                   on 2003/11/09  11:37:29
39348         Log: Subject: [PATCH-5.8.2 for WinCE] must copy changes from win32/makeifle.mk to wince/makefile.ce
39349              From: Vadim Konovalov <konovalo@mail.wplus.net>
39350              Date: Sun, 9 Nov 2003 13:31:59 +0300
39351              Message-ID: <93187393948.20031109133159@mail.wplus.net>
39352      Branch: perl
39353            ! wince/Makefile.ce
39354 ____________________________________________________________________________
39355 [ 21691] By: rgs                                   on 2003/11/09  11:13:40
39356         Log: Update the list of pumpkings in perlhist.pod.
39357      Branch: perl
39358            ! pod/perlhist.pod
39359 ____________________________________________________________________________
39360 [ 21687] By: ams                                   on 2003/11/08  17:09:56
39361         Log: Subject: [PATCH 5.6.2-RC1 pod/perlhist.pod]  Updated.
39362              From: Abigail <abigail@abigail.nl>
39363              Date: Sat, 8 Nov 2003 18:51:30 +0100
39364              Message-Id: <20031108175130.GA22273@abigail.nl>
39365      Branch: perl
39366            ! pod/perlhist.pod
39367 ____________________________________________________________________________
39368 [ 21677] By: rgs                                   on 2003/11/07  07:49:17
39369         Log: Subject: [PATCH 5.8.2 @21574] OS/2 docu
39370              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
39371              Date: Thu, 6 Nov 2003 23:26:18 -0800
39372              Message-ID: <20031107072618.GA4370@math.berkeley.edu>
39373      Branch: perl
39374            ! os2/Changes
39375 ____________________________________________________________________________
39376 [ 21676] By: davem                                 on 2003/11/06  22:11:23
39377         Log: bugid #24407: numeric key for shared hash got stringified using
39378              wrong interpreter, and thus got malloced into the wrong thread
39379              memory pool
39380      Branch: perl
39381            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_simple.t
39382 ____________________________________________________________________________
39383 [ 21675] By: rgs                                   on 2003/11/06  10:27:22
39384         Log: Upgrade to MakeMaker 6.20.
39385      Branch: perl
39386            ! lib/ExtUtils/Changes lib/ExtUtils/Command.pm
39387            ! lib/ExtUtils/Liblist/Kid.pm lib/ExtUtils/MANIFEST.SKIP
39388            ! lib/ExtUtils/META.yml lib/ExtUtils/MM_Any.pm
39389            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/Tutorial.pod
39390            ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/postamble.t
39391 ____________________________________________________________________________
39392 [ 21674] By: ams                                   on 2003/11/06  09:32:26
39393         Log: Subject: [PATCH blead] Re: [perl #24248] taint propagation regression,
39394              tests fail to spot this
39395              From: Rick Delaney <rick@bort.ca>
39396              Date: Wed, 5 Nov 2003 23:02:41 -0500
39397              Message-Id: <20031105230241.D13585@biff.bort.ca>
39398      Branch: perl
39399            ! pp_ctl.c t/op/taint.t
39400 ____________________________________________________________________________
39401 [ 21673] By: rgs                                   on 2003/11/05  21:47:07
39402         Log: Subject: [PATCH] Be sure to use -fPIC not -fpic on Linux/SPARC
39403              From: Andy Dougherty <doughera@lafayette.edu>
39404              Date: Wed, 5 Nov 2003 17:19:03 -0500 (EST)
39405              Message-ID: <Pine.SOL.4.53.0311051715140.24878@maxwell.phys.lafayette.edu>
39406      Branch: perl
39407            ! hints/linux.sh
39408 ____________________________________________________________________________
39409 [ 21672] By: rgs                                   on 2003/11/05  20:42:47
39410         Log: Subject: [patch t/op/hash.t] extending the hash attack test
39411              From: Stas Bekman <stas@stason.org>
39412              Date: Tue, 04 Nov 2003 14:33:09 -0800
39413              Message-ID: <3FA82925.7020703@stason.org>
39414      Branch: perl
39415            ! t/op/hash.t
39416 ____________________________________________________________________________
39417 [ 21671] By: rgs                                   on 2003/11/05  20:38:09
39418         Log: Subject: Re: [perl #24398] Benchmark.pm cmpthese segfault
39419              From: Stas Bekman <stas@stason.org>
39420              Date: Wed, 05 Nov 2003 00:50:25 -0800
39421              Message-ID: <3FA8B9D1.2020806@stason.org>
39422      Branch: perl
39423            ! lib/Benchmark.pm
39424 ____________________________________________________________________________
39425 [ 21667] By: nicholas                              on 2003/11/05  19:13:56
39426         Log: From: Craig Berry <craigberry@mac.com>
39427              Subject: Opcode.xs/RC2 compile nit on VMS
39428              Date: Wed, 05 Nov 2003 12:16:34 -0600
39429              Message-ID: <2097592.1068056194261.JavaMail.craigberry@mac.com>
39430      Branch: perl
39431            ! ext/Opcode/Opcode.xs
39432 ____________________________________________________________________________
39433 [ 21664] By: ams                                   on 2003/11/05  18:34:28
39434         Log: Orphaned submission from #21546.
39435      Branch: perl
39436            ! perl.c
39437 ____________________________________________________________________________
39438 [ 21663] By: ams                                   on 2003/11/05  17:01:29
39439         Log: Subject: Re: Smoke [5.9.0] 21474 FAIL(F) darwin 6.8 (darwin/1 cpu)
39440              From: Slaven Rezic <slaven@rezic.de>
39441              Date: 20 Oct 2003 22:39:28 +0200
39442              Message-Id: <87oewbiqyn.fsf@vran.herceg.de>
39443      Branch: perl
39444            ! lib/filetest.t
39445 ____________________________________________________________________________
39446 [ 21662] By: ams                                   on 2003/11/05  16:51:08
39447         Log: Subject: Re: 'make minitest' fails for op/cproto and op/pat
39448              From: Michael G Schwern <schwern@pobox.com>
39449              Date: Wed, 5 Nov 2003 06:26:36 -0800
39450              Message-Id: <20031105142635.GA22761@localhost.comcast.net>
39451      Branch: perl
39452            ! t/op/cproto.t
39453 ____________________________________________________________________________
39454 [ 21661] By: ams                                   on 2003/11/05  16:50:05
39455         Log: Subject: [PATCH] Modernise INSTALL
39456              From: Gisle Aas <gisle@ActiveState.com>
39457              Date: 05 Nov 2003 05:16:25 -0800
39458              Message-Id: <lrd6c7ez12.fsf@caliper.activestate.com>
39459
39460              Subject: [PATCH pod/perlhist.pod]  Mention 5.8.2-RC2
39461              From: Abigail <abigail@abigail.nl>
39462              Date: Tue, 4 Nov 2003 10:40:57 +0100
39463              Message-Id: <20031104094057.GA22508@abigail.nl>
39464      Branch: perl
39465            ! INSTALL pod/perlhist.pod
39466 ____________________________________________________________________________
39467 [ 21660] By: ams                                   on 2003/11/05  16:46:12
39468         Log: Subject: [PATCH blead]  reentr.pl is not defining _srandom_struct
39469              From: Jan Dubois <jand@ActiveState.com>
39470              Date: Tue, 04 Nov 2003 16:52:14 -0800
39471              Message-Id: <45igqvsus3hr8bno3si087j5qnrqvn79bf@4ax.com>
39472      Branch: perl
39473            ! reentr.c reentr.h reentr.pl
39474 ____________________________________________________________________________
39475 [ 21657] By: rgs                                   on 2003/11/05  08:07:14
39476         Log: Subject: Re: [ANNOUNCE] ExtUtils::MakeMaker 6.19
39477              From: Michael G Schwern <schwern@pobox.com>
39478              Date: Tue, 4 Nov 2003 17:59:13 -0800
39479              Message-ID: <20031105015913.GL15406@localhost.comcast.net>
39480
39481              Replaces the temporary kludge (#21655).
39482      Branch: perl
39483            ! ext/SDBM_File/sdbm/Makefile.PL
39484 ____________________________________________________________________________
39485 [ 21656] By: rgs                                   on 2003/11/05  07:41:41
39486         Log: Subject: Re: [gherteg@csc.com: your CPAN page on EBCDIC]
39487              From: PPrymmer@factset.com
39488              Date: Tue, 4 Nov 2003 10:00:07 -0500
39489              Message-ID: <OF9A22A404.A32A5C26-ON85256DD4.00522E92-85256DD4.005268A4@factset.com>
39490      Branch: perl
39491            ! pod/perlebcdic.pod
39492 ____________________________________________________________________________
39493 [ 21655] By: rgs                                   on 2003/11/04  22:32:28
39494         Log: Temporary kludge to allow SDBM_File being built
39495              with MakeMaker 6.19.
39496      Branch: perl
39497            ! ext/SDBM_File/sdbm/Makefile.PL
39498 ____________________________________________________________________________
39499 [ 21652] By: rgs                                   on 2003/11/04  21:43:10
39500         Log: Upgrade to ExtUtils::MakeMaker 6.19
39501      Branch: perl
39502            + lib/ExtUtils/t/parse_version.t
39503            + t/lib/MakeMaker/Test/Setup/BFD.pm
39504            + t/lib/MakeMaker/Test/Setup/Problem.pm
39505            - lib/ExtUtils/t/00setup_dummy.t
39506            - lib/ExtUtils/t/zz_cleanup_dummy.t
39507            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command.pm
39508            ! lib/ExtUtils/Command/MM.pm lib/ExtUtils/Install.pm
39509            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/META.yml
39510            ! lib/ExtUtils/MM.pm lib/ExtUtils/MM_Any.pm
39511            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_NW5.pm
39512            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
39513            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm
39514            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/bytes.pm
39515            ! lib/ExtUtils/MakeMaker/vmsish.pm lib/ExtUtils/Manifest.pm
39516            ! lib/ExtUtils/README lib/ExtUtils/TODO lib/ExtUtils/instmodsh
39517            ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/INST.t
39518            ! lib/ExtUtils/t/INST_PREFIX.t lib/ExtUtils/t/Install.t
39519            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
39520            ! lib/ExtUtils/t/MM_Win32.t lib/ExtUtils/t/Manifest.t
39521            ! lib/ExtUtils/t/basic.t lib/ExtUtils/t/postamble.t
39522            ! lib/ExtUtils/t/prefixify.t lib/ExtUtils/t/prereq_print.t
39523            ! lib/ExtUtils/t/problems.t lib/ExtUtils/t/writemakefile_args.t
39524            ! t/lib/MakeMaker/Test/Setup/Recurs.pm
39525 ____________________________________________________________________________
39526 [ 21651] By: rgs                                   on 2003/11/04  05:43:56
39527         Log: Subject: Re: [PATCH 5.8.2 @21574] OS/2 build
39528              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
39529              Date: Mon, 3 Nov 2003 20:20:44 -0800
39530              Message-ID: <20031104042044.GA1682@math.berkeley.edu>
39531      Branch: perl
39532            ! os2/Makefile.SHs
39533 ____________________________________________________________________________
39534 [ 21650] By: rgs                                   on 2003/11/03  21:55:42
39535         Log: Subject: [PATCH] Re: [perl #24384] 21418 (UNIVERSAL.pm patch) breaks autouse.pm
39536              From: Michael G Schwern <schwern@pobox.com>
39537              Date: Sat, 1 Nov 2003 22:57:45 -0800
39538              Message-ID: <20031102065745.GN3659@localhost.comcast.net>
39539              (goes with change #21418)
39540      Branch: perl
39541            ! lib/autouse.pm lib/autouse.t
39542 ____________________________________________________________________________
39543 [ 21647] By: rgs                                   on 2003/11/03  20:08:18
39544         Log: Subject: [PATCH] Re: PERL_VERSION, SUBVERSION, PATCHLEVEL
39545              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
39546              Date: Mon, 3 Nov 2003 20:53:33 +0100
39547              Message-ID: <023a01c3a244$2a1dd5a0$0c2f1fac@R2D2>
39548      Branch: perl
39549            ! ext/Devel/PPPort/PPPort.pm
39550 ____________________________________________________________________________
39551 [ 21646] By: rgs                                   on 2003/11/03  20:00:07
39552         Log: Subject: Cwd.xs: off-by-one buffer overflow in realpath()
39553              From: Casey West <casey@geeknest.com>
39554              Date: Mon, 3 Nov 2003 10:11:43 -0500
39555              Message-ID: <20031103151143.GB430@geeknest.com>
39556      Branch: perl
39557            ! ext/Cwd/Cwd.xs
39558 ____________________________________________________________________________
39559 [ 21645] By: rgs                                   on 2003/11/03  19:18:42
39560         Log: Subject: Re: [PATCH 5.8.1] make reentr.[ch] compatible with 5.8.0 again
39561              From: Jan Dubois <jand@ActiveState.com>
39562              Date: Sun, 02 Nov 2003 21:43:44 -0800
39563              Message-ID: <8dqbqvg16ln2r807l1l2c905lh7hte303v@4ax.com>
39564      Branch: perl
39565            ! reentr.h reentr.pl
39566 ____________________________________________________________________________
39567 [ 21644] By: rgs                                   on 2003/11/03  15:33:55
39568         Log: Document the fact that keys() and values() are optimized
39569              for void context (as suggested by Liz.)
39570      Branch: perl
39571            ! pod/perlfunc.pod
39572 ____________________________________________________________________________
39573 [ 21639] By: nicholas                              on 2003/11/03  07:04:36
39574         Log: Stas would prefer not to have MOD_PERL defines in perl.
39575      Branch: perl
39576            ! hv.c hv.h
39577 ____________________________________________________________________________
39578 [ 21638] By: nicholas                              on 2003/11/03  06:46:48
39579         Log: s/new_hash/rehash/g (Stas suggested a better name)
39580      Branch: perl
39581            ! embedvar.h hv.h intrpvar.h lib/Hash/Util.pm perl.c perlapi.h
39582            ! sv.c universal.c util.c
39583 ____________________________________________________________________________
39584 [ 21634] By: nicholas                              on 2003/11/02  22:32:21
39585         Log: Provide Internals::new_hash_seed to return PL_new_hash_seed, and
39586              make Hash::Util::hash_seed use this.
39587      Branch: perl
39588            ! lib/Hash/Util.pm universal.c
39589 ____________________________________________________________________________
39590 [ 21628] By: rgs                                   on 2003/11/02  21:05:59
39591         Log: Fix for [perl #24347] segfault with Safe
39592              The empty %INC created for safe compartements was freed
39593              too early.
39594      Branch: perl
39595            ! ext/Opcode/Opcode.xs
39596 ____________________________________________________________________________
39597 [ 21627] By: rgs                                   on 2003/11/02  20:40:47
39598         Log: Subject: [PATCH pod/perlguts.pod] update embed.pl description
39599              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
39600              Date: Sun, 2 Nov 2003 22:24:28 +0100
39601              Message-ID: <007b01c3a187$b34c6110$0c2f1fac@R2D2>
39602      Branch: perl
39603            ! pod/perlguts.pod
39604 ____________________________________________________________________________
39605 [ 21625] By: rgs                                   on 2003/11/02  20:24:21
39606         Log: Mention perl 5.8.2-RC1 in perlhist, as spotted by Abigail.
39607      Branch: perl
39608            ! pod/perlhist.pod
39609 ____________________________________________________________________________
39610 [ 21620] By: nicholas                              on 2003/11/02  18:22:16
39611         Log: Subject: [PATCH 5.8.2 @21574] OS/2 build
39612              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
39613              Date: Wed, 29 Oct 2003 14:00:18 -0800
39614              Message-ID: <20031029220017.GA26384@math.berkeley.edu>
39615      Branch: perl
39616            ! ext/DynaLoader/DynaLoader_pm.PL makedef.pl os2/Makefile.SHs
39617            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2_base.t os2/os2ish.h
39618            ! os2/perl2cmd.pl perlio.c
39619 ____________________________________________________________________________
39620 [ 21619] By: rgs                                   on 2003/11/02  18:07:30
39621         Log: Quoted-printable is evil.
39622      Branch: perl
39623            ! win32/win32.h
39624 ____________________________________________________________________________
39625 [ 21618] By: nicholas                              on 2003/11/02  18:01:21
39626         Log: Stas spotted a missed s//new_/ for the hash seed renaming games
39627      Branch: perl
39628            ! perl.c
39629 ____________________________________________________________________________
39630 [ 21617] By: rgs                                   on 2003/11/02  17:25:50
39631         Log: Portability nit for MinGW 3.
39632
39633              Subject: MinGW-3.1.0-1 _CRTIMP definition preempting win32.h's
39634              From: Greg Matheson <lang@ms.chinmin.edu.tw>
39635              Date: Thu, 30 Oct 2003 14:11:58 +0800
39636              Message-ID: <20031030141158.A11772@ms>
39637              (actual patch by Abe Timmerman)
39638      Branch: perl
39639            ! win32/win32.h
39640 ____________________________________________________________________________
39641 [ 21616] By: rgs                                   on 2003/11/02  12:37:54
39642         Log: Subject: DOCPATCH: does STORE need to return anything and if so what?
39643              From: david nicol <whatever@davidnicol.com>
39644              Date: 26 Oct 2003 22:34:04 -0600
39645              Message-Id: <1067229244.1071.51.camel@plaza.davidnicol.com>
39646      Branch: perl
39647            ! pod/perltie.pod
39648 ____________________________________________________________________________
39649 [ 21615] By: rgs                                   on 2003/11/01  20:01:54
39650         Log: Subject: [PATCH] DB_File 1.807
39651              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
39652              Date: Sat, 1 Nov 2003 13:50:12 -0000
39653              Message-ID: <AIEAJICLCBDNAAOLLOKLOENMPAAA.Paul.Marquess@btinternet.com>
39654      Branch: perl
39655            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
39656            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
39657            ! ext/DB_File/t/db-hash.t ext/DB_File/t/db-recno.t
39658 ____________________________________________________________________________
39659 [ 21614] By: rgs                                   on 2003/11/01  19:40:28
39660         Log: Subject: Re: [PATCH bleadperl] (was Re: Is this brokenness in $< $( $> & $) ?)
39661              From: Rick Delaney <rick@bort.ca>
39662              Date: Mon, 27 Oct 2003 16:24:16 -0500
39663              Message-ID: <20031027162416.H2233@biff.bort.ca>
39664      Branch: perl
39665            ! pp_hot.c
39666 ____________________________________________________________________________
39667 [ 21611] By: nicholas                              on 2003/11/01  16:32:00
39668         Log: D'oh! t/op/hash.t wasn't in the MANIFEST. Rafael spotted this
39669      Branch: perl
39670            ! MANIFEST
39671 ____________________________________________________________________________
39672 [ 21607] By: nicholas                              on 2003/11/01  15:21:23
39673         Log: mod_perl2 will require access to the Plan C hashing function.
39674      Branch: perl
39675            ! hv.h
39676 ____________________________________________________________________________
39677 [ 21604] By: nicholas                              on 2003/11/01  14:21:38
39678         Log: Add Internals::HvREHASH to expose the rehashing flag
39679              t/op/hash.t tests that pathological data triggers rehashing
39680      Branch: perl
39681            + t/op/hash.t
39682            ! universal.c
39683 ____________________________________________________________________________
39684 [ 21599] By: davem                                 on 2003/11/01  00:09:22
39685         Log: whoops, typo
39686      Branch: perl
39687            ! ext/threads/shared/shared.xs
39688 ____________________________________________________________________________
39689 [ 21598] By: davem                                 on 2003/11/01  00:03:38
39690         Log: seg faults when deleting keys of shared hash refs
39691              Ensure that the shared_sv get magic of the element being deleted
39692              is called. Also, avoid posible memory leaks by wrapping all shared
39693              context sections with ENTER/SAVETMPS
39694      Branch: perl
39695            ! ext/threads/shared/shared.xs
39696 ____________________________________________________________________________
39697 [ 21596] By: rgs                                   on 2003/10/31  20:46:44
39698         Log: Subject: Re: [perl #24367] [PATCH] configure flag -Dextras="HTML::Parser" doesn't seem to do anything
39699              From: Andy Dougherty <doughera@lafayette.edu>
39700              Date: Fri, 31 Oct 2003 15:32:35 -0500 (EST)
39701              Message-ID: <Pine.SOL.4.53.0310311433440.8552@maxwell.phys.lafayette.edu>
39702              (plus POD link fixes)
39703      Branch: perl
39704            ! INSTALL
39705 ____________________________________________________________________________
39706 [ 21595] By: rgs                                   on 2003/10/31  20:35:23
39707         Log: Prevent the installation of makefiles that can be found
39708              under lib/.
39709      Branch: perl
39710            ! installperl
39711 ____________________________________________________________________________
39712 [ 21593] By: rgs                                   on 2003/10/31  20:19:01
39713         Log: Test nit ; goes with change 21591
39714      Branch: perl
39715            ! t/lib/warnings/regcomp
39716 ____________________________________________________________________________
39717 [ 21592] By: rgs                                   on 2003/10/31  20:03:58
39718         Log: Subject: [PATCH] Document PERL_DL_NONLAZY
39719              From: Gisle Aas <gisle@ActiveState.com>
39720              Date: 31 Oct 2003 03:13:03 -0800
39721              Message-ID: <lrn0bhbqyo.fsf@caliper.activestate.com>
39722      Branch: perl
39723            ! pod/perlrun.pod
39724 ____________________________________________________________________________
39725 [ 21591] By: rgs                                   on 2003/10/31  19:54:23
39726         Log: Subject: [PATCH] Off-by-one error in regcomp.c
39727              From: Slaven Rezic <slaven@rezic.de>
39728              Date: Fri, 31 Oct 2003 12:16:11 +0000
39729              Message-Id: <1067602571.12768@devpc01.iconmobile.de>
39730      Branch: perl
39731            ! regcomp.c t/op/regmesg.t
39732 ____________________________________________________________________________
39733 [ 21590] By: rgs                                   on 2003/10/31  19:36:32
39734         Log: Subject: [patch pod/perlfunc.pod] separate two unrelated notes in require
39735              From: Stas Bekman <stas@stason.org>
39736              Date: Wed, 29 Oct 2003 16:47:24 -0800
39737              Message-ID: <3FA05F9C.2080304@stason.org>
39738      Branch: perl
39739            ! pod/perlfunc.pod
39740 ____________________________________________________________________________
39741 [ 21589] By: rgs                                   on 2003/10/31  19:31:48
39742         Log: Subject: [5.8.x segfault + patch] chicken&egg segfault in -Dm -Mthreads
39743              From: Stas Bekman <stas@stason.org>
39744              Date: Wed, 29 Oct 2003 15:15:15 -0800
39745              Message-ID: <3FA04A03.5010603@stason.org>
39746              (enclosed in a #ifdef DEBUGGING)
39747      Branch: perl
39748            ! sv.c
39749 ____________________________________________________________________________
39750 [ 21588] By: rgs                                   on 2003/10/31  19:25:38
39751         Log: Subject: [PATCH] Devel::PPPort and scan_bin
39752              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
39753              Date: Wed, 29 Oct 2003 22:53:43 +0100
39754              Message-ID: <037201c39e67$1faa9940$0c2f1fac@R2D2>
39755      Branch: perl
39756            ! ext/Devel/PPPort/PPPort.pm
39757 ____________________________________________________________________________
39758 [ 21587] By: rgs                                   on 2003/10/31  19:19:00
39759         Log: Subject: [PATCH] change p4d2p to deal with new style diff2 output
39760              From: Jan Dubois <jand@ActiveState.com>
39761              Date: Thu, 30 Oct 2003 18:43:08 -0800
39762              Message-ID: <dpi3qvgf1uke7pj1gcpgmoh622lqcvl6uc@4ax.com>
39763      Branch: perl
39764            ! Porting/p4d2p
39765 ____________________________________________________________________________
39766 [ 21586] By: nicholas                              on 2003/10/31  18:54:26
39767         Log: Comment that this "optimisation" is actually a necessary fixup.
39768              When the split occurs (to make the opti{miser,onal}) this isn't
39769              (Richard Clamp reminded me that I forgot to do this)
39770      Branch: perl
39771            ! op.c
39772 ____________________________________________________________________________
39773 [ 21583] By: nicholas                              on 2003/10/30  22:37:26
39774         Log: Rewrite to correctly use test.pl
39775
39776              Date: Thu, 30 Oct 2003 15:51:03 -0800
39777              From: Michael G Schwern <schwern@pobox.com>
39778              Subject: Re: Fix for the orange lion bug - aka empty sub bug
39779              Message-ID: <20031030235103.GC27017@localhost.comcast.net>
39780      Branch: perl
39781            ! t/op/sub.t
39782 ____________________________________________________________________________
39783 [ 21582] By: nicholas                              on 2003/10/30  22:18:53
39784         Log: Date: Thu, 30 Oct 2003 22:01:35 +0000
39785              Subject: Fix for the orange lion bug - aka empty sub bug
39786              From: Arthur Bergman <sky@nanisky.com>
39787              Message-Id: <A10EEA90-0B24-11D8-93CD-000A95A2734C@nanisky.com>
39788      Branch: perl
39789            + t/op/sub.t
39790            ! MANIFEST op.c
39791 ____________________________________________________________________________
39792 [ 21580] By: nicholas                              on 2003/10/30  19:42:28
39793         Log: 14 is the chain length for attack. From
39794
39795              Message-ID: <20031030204117.16008.qmail@plover.com>
39796              Subject: Re: 5.8.2-RC1 and mp2
39797              Date: Thu, 30 Oct 2003 15:41:17 -0500
39798              From: Mark Jason Dominus <mjd@plover.com>
39799
39800              and
39801
39802              From: Scott A Crosby <scrosby@cs.rice.edu>
39803              Subject: Re: 5.8.2-RC1 and mp2
39804              Date: 30 Oct 2003 14:08:06 -0600
39805              Message-ID: <oydd6cea3q1.fsf@bert.cs.rice.edu>
39806      Branch: perl
39807            ! hv.c
39808 ____________________________________________________________________________
39809 [ 21575] By: rgs                                   on 2003/10/29  06:51:19
39810         Log: Move a fcntl() example in perlfunc at a more proper place,
39811              as suggested by :
39812              Subject: [perl #24334] ioctl/fcntl doc confusion
39813              From: "perl-5.8.0@ton.iguana.be (via RT)" <perlbug-followup@perl.org>
39814              Date: 28 Oct 2003 13:37:49 -0000
39815              Message-ID: <rt-24334-66603.12.4990768314782@rt.perl.org>
39816      Branch: perl
39817            ! pod/perlfunc.pod
39818 ____________________________________________________________________________
39819 [ 21567] By: rgs                                   on 2003/10/28  08:48:06
39820         Log: Upgrade to Time::HiRes 1.52.
39821      Branch: perl
39822            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
39823            ! ext/Time/HiRes/Makefile.PL ext/Time/HiRes/t/HiRes.t
39824 ____________________________________________________________________________
39825 [ 21566] By: rgs                                   on 2003/10/28  08:34:26
39826         Log: Subject: [PATCH lib/overload.t] TODO tests for bug #24313.
39827              From: Abigail <abigail@abigail.nl>
39828              Date: Mon, 27 Oct 2003 13:05:37 +0100
39829              Message-ID: <20031027120536.GA24608@abigail.nl>
39830
39831              Subject: [PATCH bleadperl] [perl #24313] (was Re: [PATCH lib/overload.t] TODO tests for bug #24313.)
39832              From: Rick Delaney <rick@bort.ca>
39833              Date: Mon, 27 Oct 2003 12:17:49 -0500
39834              Message-ID: <20031027121749.E2233@biff.bort.ca>
39835      Branch: perl
39836            ! lib/overload.t toke.c
39837 ____________________________________________________________________________
39838 [ 21565] By: rgs                                   on 2003/10/28  07:42:52
39839         Log: Subject: [PATCH t/comp/proto.t]  Test (5.9.x)
39840              From: Abigail <abigail@abigail.nl>
39841              Date: Mon, 27 Oct 2003 14:50:24 +0100
39842              Message-ID: <20031027135024.GA12666@abigail.nl>
39843      Branch: perl
39844            ! t/comp/proto.t
39845 ____________________________________________________________________________
39846 [ 21564] By: davem                                 on 2003/10/27  22:01:12
39847         Log: Fix more shared threads leaks: add SAVETMPS to the second branch
39848              of sharedsv_scalar_store().
39849      Branch: perl
39850            ! ext/threads/shared/shared.xs
39851 ____________________________________________________________________________
39852 [ 21563] By: rgs                                   on 2003/10/27  19:33:29
39853         Log: Add a new taint error, "%ENV is aliased to %s".
39854              This error is thrown when taint checks are enabled and
39855              when *ENV has been aliased, so that %ENV has no env-magic
39856              anymore. (see bug [perl #24291].)
39857      Branch: perl
39858            ! pod/perldiag.pod t/op/taint.t taint.c
39859 ____________________________________________________________________________
39860 [ 21560] By: nicholas                              on 2003/10/27  18:01:02
39861         Log: Record the escape^Wrelease of 5.9.0
39862      Branch: perl
39863            ! pod/perlhist.pod
39864 ____________________________________________________________________________
39865 [ 21554] By: nicholas                              on 2003/10/27  16:09:37
39866         Log: Subject: Re: DBD::Sybase and Sybase::CTlib build problems w/ 5.8.1, Solaris, gcc
39867              From: Alan Burlison <Alan.Burlison@sun.com>
39868              Date: Tue, 21 Oct 2003 15:00:58 +0100
39869              Message-ID: <3F953C1A.3060800@sun.com>
39870      Branch: perl
39871            ! hints/solaris_2.sh
39872 ____________________________________________________________________________
39873 [ 21550] By: nicholas                              on 2003/10/27  13:45:27
39874         Log: Sync with Unicode::Normalize 0.25
39875      Branch: perl
39876            + ext/Unicode/Normalize/t/fcdc.t ext/Unicode/Normalize/t/form.t
39877            + ext/Unicode/Normalize/t/proto.t
39878            + ext/Unicode/Normalize/t/split.t
39879            ! MANIFEST ext/Unicode/Normalize/Changes
39880            ! ext/Unicode/Normalize/Makefile.PL
39881            ! ext/Unicode/Normalize/Normalize.pm
39882            ! ext/Unicode/Normalize/Normalize.xs
39883            ! ext/Unicode/Normalize/README
39884 ____________________________________________________________________________
39885 [ 21549] By: nicholas                              on 2003/10/27  13:11:48
39886         Log: Sync with Unicode::Collate 0.30
39887      Branch: perl
39888            + lib/Unicode/Collate/t/hangtype.t
39889            + lib/Unicode/Collate/t/normal.t lib/Unicode/Collate/t/trailwt.t
39890            + lib/Unicode/Collate/t/variable.t
39891            + lib/Unicode/Collate/t/version.t
39892            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
39893            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/contract.t
39894            ! lib/Unicode/Collate/t/hangul.t lib/Unicode/Collate/t/index.t
39895            ! lib/Unicode/Collate/t/test.t
39896 ____________________________________________________________________________
39897 [ 21548] By: nicholas                              on 2003/10/27  12:39:39
39898         Log: Sync with Pod::Perldoc 3.12
39899      Branch: perl
39900            ! lib/Pod/Perldoc.pm
39901 ____________________________________________________________________________
39902 [ 21546] By: ams                                   on 2003/10/27  09:00:08
39903         Log: Will the real off by one please stand up?
39904      Branch: perl
39905            ! mg.c
39906 ____________________________________________________________________________
39907 [ 21545] By: hv                                    on 2003/10/27  02:52:16
39908         Log: fixup separators
39909      Branch: perl
39910            ! Changes
39911 ____________________________________________________________________________
39912 [ 21544] By: hv                                    on 2003/10/27  02:51:26
39913         Log: don't complain of podless .pm files that have a separate .pod file
39914      Branch: perl
39915            ! pod/buildtoc
39916 ____________________________________________________________________________
39917 [ 21543] By: hv                                    on 2003/10/27  02:50:04
39918         Log: regen pods and toc
39919      Branch: perl
39920            ! pod/perlmodlib.pod pod/perltoc.pod
39921 ____________________________________________________________________________
39922 [ 21542] By: rgs                                   on 2003/10/26  21:36:17
39923         Log: When %ENV has been turned into a non-magical hash after a
39924              glob assignment, TAINT_ENV() may dump core because it
39925              assumes $ENV{PATH} is magical. Fix this ; add a test to
39926              verify that the PATH is still checked for taintedness.
39927      Branch: perl
39928            ! t/op/taint.t taint.c
39929 ____________________________________________________________________________
39930 [ 21540] By: rgs                                   on 2003/10/26  14:59:53
39931         Log: Fix backward-compatibility issues in if.pm.
39932      Branch: perl
39933            ! lib/if.pm
39934 ____________________________________________________________________________
39935 [ 21539] By: hv                                    on 2003/10/26  12:22:54
39936         Log: Update Changes.
39937      Branch: perl
39938            ! Changes patchlevel.h
39939 ____________________________________________________________________________
39940 [ 21538] By: ams                                   on 2003/10/26  08:08:02
39941         Log: Fix off-by-one in $0 set magic. (From Autrijus.)
39942              The whole PL_origalen thing in perl.c looks very hokey.
39943      Branch: perl
39944            ! mg.c
39945 ____________________________________________________________________________
39946 [ 21536] By: nicholas                              on 2003/10/25  22:33:18
39947         Log: show the rehash flags in dumps
39948      Branch: perl
39949            ! dump.c
39950 ____________________________________________________________________________
39951 [ 21535] By: nicholas                              on 2003/10/25  22:32:40
39952         Log: Return 21533 (with modifications) having found the problem
39953      Branch: perl
39954            ! hv.c hv.h
39955 ____________________________________________________________________________
39956 [ 21534] By: nicholas                              on 2003/10/25  20:46:36
39957         Log: Back out 21533 because it broke Encode's build in really weird ways
39958      Branch: perl
39959            ! hv.c hv.h
39960 ____________________________________________________________________________
39961 [ 21533] By: nicholas                              on 2003/10/25  13:10:21
39962         Log: Plan C rough edge smoothing. Criteria for a hash split is now
39963              the earlier of "more keys than buckets" (the old test) or
39964              linked list too long. Rehash is triggered after a split if the
39965              longest linked list is too long.
39966      Branch: perl
39967            ! hv.c hv.h
39968 ____________________________________________________________________________
39969 [ 21532] By: rgs                                   on 2003/10/25  10:03:18
39970         Log: Subject: Re: [perl #948] $, untieable?
39971              From: Richard Clamp <richardc@unixbeard.net>
39972              Date: Tue, 21 Oct 2003 00:02:49 +0100
39973              Message-ID: <20031020230249.GA31123@mirth.demon.co.uk>
39974
39975              Plus a small fix to t/TEST to recognize the added TODO test
39976              as a TODO test.
39977      Branch: perl
39978            ! t/TEST t/op/tie.t
39979 ____________________________________________________________________________
39980 [ 21528] By: nicholas                              on 2003/10/23  19:21:00
39981         Log: When it says "add", then, like, you have to p4 add it. D'oh!
39982              (missed the new file in "Update I18N::LangTags from 0.28 to 0.29")
39983      Branch: perl
39984            + lib/I18N/LangTags/t/02decency.t
39985 ____________________________________________________________________________
39986 [ 21527] By: davem                                 on 2003/10/23  19:13:20
39987         Log: Fix two threads::shared leaks
39988              #24061 - AV in shared interpreter wasn't set to AvREAL
39989              #24255 - mortals were added to the shared interpreter's tmpstack
39990              and never freed.
39991      Branch: perl
39992            ! ext/threads/shared/shared.xs
39993 ____________________________________________________________________________
39994 [ 21526] By: nicholas                              on 2003/10/23  19:11:24
39995         Log: From: Jan Dubois <jand@ActiveState.com>
39996              Subject: [PATCH] Update Pod::Perldoc from 3.10 to 3.11
39997              Date: Wed, 22 Oct 2003 20:17:07 -0700
39998              Message-ID: <mjhepvgtnifdlgrvp20urtuu058e1jrav2@4ax.com>
39999
40000              From: Jan Dubois <jand@ActiveState.com>
40001              Subject: [PATCH] Update I18N::LangTags from 0.28 to 0.29
40002              Date: Wed, 22 Oct 2003 20:26:56 -0700
40003              Message-ID: <jgiepv0a8fp8ffq3lpc5ujl7j25hoo1rdt@4ax.com>
40004      Branch: perl
40005            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
40006            ! lib/I18N/LangTags/List.pm lib/I18N/LangTags/README
40007            ! lib/Pod/Perldoc.pm lib/Pod/Perldoc/ToMan.pm pod/perldoc.pod
40008            ! utils/perldoc.PL
40009 ____________________________________________________________________________
40010 [ 21523] By: ams                                   on 2003/10/23  12:53:03
40011         Log: Subject: [PATCH] utime documentation
40012              From: Gisle Aas <gisle@ActiveState.com>
40013              Date: 23 Oct 2003 05:33:43 -0700
40014              Message-Id: <lrekx4jfq0.fsf@caliper.activestate.com>
40015      Branch: perl
40016            ! pod/perlfunc.pod
40017 ____________________________________________________________________________
40018 [ 21522] By: ams                                   on 2003/10/23  08:07:18
40019         Log: Subject: [PATCH]  dup2() not going through PerlLIO abstraction layer
40020              From: Jan Dubois <jand@ActiveState.com>
40021              Date: Wed, 22 Oct 2003 20:33:54 -0700
40022              Message-Id: <vniepv0n5mcrbbutm0qgvori6n6vr6arsh@4ax.com>
40023      Branch: perl
40024            ! doio.c
40025 ____________________________________________________________________________
40026 [ 21520] By: nicholas                              on 2003/10/22  19:50:15
40027         Log: patch created by Casey West from:
40028
40029              Subject: CPAN module problems
40030              From: Edward Moy <emoy@apple.com>
40031              Date: Fri, 10 Oct 2003 17:42:06 -0700
40032              Message-Id: <BD2513C0-FB83-11D7-9065-000A956EFDEE@apple.com>
40033
40034              (change ld value in hints file)
40035      Branch: perl
40036            ! hints/darwin.sh
40037 ____________________________________________________________________________
40038 [ 21516] By: rgs                                   on 2003/10/22  15:06:13
40039         Log: Small email update in AUTHORS.
40040      Branch: perl
40041            ! AUTHORS
40042 ____________________________________________________________________________
40043 [ 21515] By: rgs                                   on 2003/10/22  06:39:29
40044         Log: Add a test.taintwarn makefile target,
40045              to run the whole test suite with the -t switch.
40046      Branch: perl
40047            ! Makefile.SH pod/perlhack.pod t/TEST
40048 ____________________________________________________________________________
40049 [ 21514] By: rgs                                   on 2003/10/21  21:21:56
40050         Log: Subject: [PATCH @20458] embedding perl
40051              From: Radu Greab <rgreab@fx.ro>
40052              Date: Tue, 05 Aug 2003 20:57:15 +0300 (EEST)
40053              Message-Id: <20030805.205715.113441323.radu@yx.primIT.ro>
40054      Branch: perl
40055            ! hv.c intrpvar.h perl.c pod/perlembed.pod pod/perlintern.pod
40056            ! sv.c
40057 ____________________________________________________________________________
40058 [ 21513] By: rgs                                   on 2003/10/21  20:45:12
40059         Log: Fix doc bug #23890, as suggested by Himanshu Garg :
40060              in perltoot, $him->fullname should be $him->fullname->as_string
40061              when passed to printf.
40062      Branch: perl
40063            ! pod/perltoot.pod
40064 ____________________________________________________________________________
40065 [ 21509] By: rgs                                   on 2003/10/21  05:42:50
40066         Log: Two OS/2 portability patches from Ilya.
40067
40068              Subject: [PATCH 5.8.1 @21211] sockets broken on OS/2
40069              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
40070              Date: Thu, 25 Sep 2003 12:09:11 -0700
40071              Message-ID: <20030925190911.GA27028@math.berkeley.edu>
40072
40073              Subject: Re: [PATCH 5.8.1 @21379] tmpfile() broken on OS/2
40074              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
40075              Date: Thu, 25 Sep 2003 19:50:45 -0700
40076              Message-ID: <20030926025045.GA27507@math.berkeley.edu>
40077      Branch: perl
40078            ! doio.c os2/os2ish.h perl.h perlio.c pp_sys.c
40079 ____________________________________________________________________________
40080 [ 21506] By: rgs                                   on 2003/10/20  19:28:27
40081         Log: Subject: [PATCH] add some missing defines to Devel::PPPort
40082              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
40083              Date: Mon, 20 Oct 2003 20:14:19 +0200
40084              Message-ID: <03a301c39735$fb7cb220$0c2f1fac@R2D2>
40085      Branch: perl
40086            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
40087 ____________________________________________________________________________
40088 [ 21505] By: rgs                                   on 2003/10/20  19:22:38
40089         Log: Subject: Re: [perl #24225] [5.8.1] segfault in binmode STDOUT, ':stdio'; print 1
40090              From: Slaven Rezic <slaven@rezic.de>
40091              Date: 19 Oct 2003 17:54:59 +0200
40092              Message-ID: <871xt9te7g.fsf@vran.herceg.de>
40093      Branch: perl
40094            ! perlio.c
40095 ____________________________________________________________________________
40096 [ 21503] By: rgs                                   on 2003/10/20  06:04:04
40097         Log: Skip the chflags tests in filetest.t on Darwin.
40098      Branch: perl
40099            ! lib/filetest.t
40100 ____________________________________________________________________________
40101 [ 21474] By: nicholas                              on 2003/10/17  18:44:28
40102         Log: Plan C rough edge smoothing - forgot to turn on the "has key flags"
40103              flag on the hash when rehashing. Can turn off the "rehasing" flag
40104              if the hash is cleared
40105      Branch: perl
40106            ! hv.c
40107 ____________________________________________________________________________
40108 [ 21473] By: rgs                                   on 2003/10/17  08:53:48
40109         Log: -u is deprecated.
40110              Subject: Re: why PERL5LIB is ignored when -T is in effect
40111              From: Slaven Rezic <slaven@rezic.de>
40112              Date: Fri, 17 Oct 2003 10:02:31 +0000
40113              Message-Id: <1066384951.4964@devpc01.iconmobile.de>
40114      Branch: perl
40115            ! perl.c
40116 ____________________________________________________________________________
40117 [ 21472] By: rgs                                   on 2003/10/17  07:29:10
40118         Log: The compilation of PerlIO::via may hang on AIX when
40119              compiling with vac at -O3 optimization level. Disable
40120              optimization for this module.
40121      Branch: perl
40122            + ext/PerlIO/via/hints/aix.pl
40123            ! MANIFEST
40124 ____________________________________________________________________________
40125 [ 21471] By: nicholas                              on 2003/10/16  21:10:27
40126         Log: Plan C for foiling the algorithmic complexity attack
40127              (based on Chip's plan A (binary compatibility with 5.8.0 and 5.8.1),
40128              Chip's plan B (do something new inside the hv functions)
40129              and introspective sort)
40130              Provides infrastructure for hashes to change their hash function
40131              if necessary, and code in hsplit to detect pathalogical data and
40132              instigate a random rehashing.
40133              Needs refinement. Let's see how much smoke it creates.
40134      Branch: perl
40135            ! embedvar.h hv.c hv.h intrpvar.h perl.c perlapi.h sv.c sv.h
40136            ! util.c
40137 ____________________________________________________________________________
40138 [ 21470] By: davem                                 on 2003/10/16  20:03:44
40139         Log: Ensure PL_comppad/curpad point to PL_main_cv's padlist when
40140              PL_main_root is freed; this may not have been be the case if a
40141              thread other than the main one is the last to be destroyed
40142      Branch: perl
40143            ! ext/threads/t/thread.t pad.h perl.c
40144 ____________________________________________________________________________
40145 [ 21469] By: nicholas                              on 2003/10/16  19:31:19
40146         Log: Duplicate 19423 (pathological hashes too easy) into share_hek_flags
40147              (as suggested by Jan Dubois)
40148      Branch: perl
40149            ! hv.c
40150 ____________________________________________________________________________
40151 [ 21468] By: ams                                   on 2003/10/16  19:00:14
40152         Log: Subject: Re: assert.h breaks perl.h
40153              From: Alexey Tourbin <at@altlinux.ru>
40154              Date: Thu, 16 Oct 2003 22:24:35 +0400
40155              Message-Id: <20031016182434.GH1724@julia.office.altlinux.ru>
40156      Branch: perl
40157            ! sv.h
40158 ____________________________________________________________________________
40159 [ 21467] By: ams                                   on 2003/10/16  18:57:57
40160         Log: Subject: [PATCH] Tie::Hash documentation
40161              From: Slaven Rezic <slaven@rezic.de>
40162              Date: Thu, 16 Oct 2003 17:57:35 +0000
40163              Message-Id: <1066327055.1428@devpc01.iconmobile.de>
40164      Branch: perl
40165            ! lib/Tie/Hash.pm
40166 ____________________________________________________________________________
40167 [ 21466] By: rgs                                   on 2003/10/16  08:52:50
40168         Log: Further tweak on change #21464.
40169      Branch: perl
40170            ! perl.c
40171 ____________________________________________________________________________
40172 [ 21464] By: ams                                   on 2003/10/16  08:42:50
40173         Log: Subject: perl -h tweak [PATCH]
40174              From: Gisle Aas <gisle@ActiveState.com>
40175              Date: 16 Oct 2003 02:49:39 -0700
40176              Message-Id: <lrn0c11pho.fsf@caliper.activestate.com>
40177      Branch: perl
40178            ! perl.c
40179 ____________________________________________________________________________
40180 [ 21456] By: rgs                                   on 2003/10/15  19:19:05
40181         Log: Perlfaq1 : take notice that 5.8.1 is now released.
40182      Branch: perl
40183            ! pod/perlfaq1.pod
40184 ____________________________________________________________________________
40185 [ 21454] By: rgs                                   on 2003/10/15  19:06:05
40186         Log: PerlFAQ sync. (only actual changes)
40187      Branch: perl
40188            ! pod/perlfaq4.pod
40189 ____________________________________________________________________________
40190 [ 21453] By: rgs                                   on 2003/10/15  19:02:35
40191         Log: Typos.
40192      Branch: perl
40193            ! hints/aix.sh
40194 ____________________________________________________________________________
40195 [ 21452] By: rgs                                   on 2003/10/15  11:12:31
40196         Log: Fix bug [perl #24212] : improper error recovery in the
40197              tokenizer after an unknown filetest operator.
40198      Branch: perl
40199            ! t/comp/parser.t toke.c
40200 ____________________________________________________________________________
40201 [ 21451] By: rgs                                   on 2003/10/15  09:19:02
40202         Log: Update MIME::Base64 and Digest::MD5 from the CPAN version.
40203      Branch: perl
40204            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
40205            ! ext/Digest/MD5/Makefile.PL ext/Digest/MD5/t/align.t
40206            ! ext/Digest/MD5/t/files.t ext/Digest/MD5/t/utf8.t
40207            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
40208            ! ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
40209            ! ext/MIME/Base64/QuotedPrint.pm ext/MIME/Base64/t/unicode.t
40210 ____________________________________________________________________________
40211 [ 21450] By: rgs                                   on 2003/10/15  06:47:11
40212         Log: Add support for Linux abstract unix domain sockets to Socket.pm.
40213              Based on a idea by Alex Hudson. (Basically those are unix domain
40214              sockets whose name has a '\0' as first character.)
40215      Branch: perl
40216            ! ext/Socket/Socket.xs ext/Socket/t/Socket.t
40217 ____________________________________________________________________________
40218 [ 21449] By: ams                                   on 2003/10/15  06:32:44
40219         Log: Subject: [PATCH] SIGN => 1 support for MakeMaker
40220              From: Autrijus Tang <autrijus@autrijus.org>
40221              Date: Tue, 14 Oct 2003 18:32:28 +0800
40222              Message-Id: <1066127547.65845.35.camel@localhost>
40223      Branch: perl
40224            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
40225            ! lib/ExtUtils/MakeMaker.pm
40226 ____________________________________________________________________________
40227 [ 21448] By: ams                                   on 2003/10/15  05:56:12
40228         Log: Rewrite #21447.
40229      Branch: perl
40230            ! pod/perliol.pod
40231 ____________________________________________________________________________
40232 [ 21447] By: ams                                   on 2003/10/15  05:36:48
40233         Log: Subject: [patch pod/perliol.pod]
40234              From: Stas Bekman <stas@stason.org>
40235              Date: Tue, 14 Oct 2003 18:05:29 -0700
40236              Message-Id: <3F8C9D59.3040403@stason.org>
40237      Branch: perl
40238            ! pod/perliol.pod
40239 ____________________________________________________________________________
40240 [ 21446] By: nicholas                              on 2003/10/14  18:45:39
40241         Log: Duplicate 19423 (pathological hashes too easy) into hv_store_ent
40242              (the routine used by perl level HV operations)
40243      Branch: perl
40244            ! hv.c
40245 ____________________________________________________________________________
40246 [ 21445] By: rgs                                   on 2003/10/13  21:03:05
40247         Log: Subject: [PATCH ext/Devel/PPPort/PPPort.pm] Changes #20819 and #20996 break compatibility with perl 5.6.0
40248              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
40249              Date: Tue, 30 Sep 2003 19:23:34 +0200
40250              Message-ID: <021e01c38777$93ea4e10$0c2f1fac@R2D2>
40251      Branch: perl
40252            ! ext/Devel/PPPort/PPPort.pm
40253 ____________________________________________________________________________
40254 [ 21442] By: ams                                   on 2003/10/13  08:41:17
40255         Log: Subject: [perl #24189] Incorrect comment in perldoc strict
40256              From: "Iain 'Spoon' Truskett (via RT)" <perlbug-followup@perl.org>
40257              Date: 12 Oct 2003 09:01:25 -0000
40258              Message-Id: <rt-24189-65954.9.50514379869631@rt.perl.org>
40259      Branch: perl
40260            ! lib/strict.pm
40261 ____________________________________________________________________________
40262 [ 21441] By: rgs                                   on 2003/10/13  08:02:21
40263         Log: Subject: [PATCH] Internals::hash_seed() returns wrong value
40264              From: Jan Dubois <jand@ActiveState.com>
40265              Date: Sun, 12 Oct 2003 22:09:39 -0700
40266              Message-ID: <07ckovck8mp5e8tthmtbbcrpi2tj6q9eak@4ax.com>
40267      Branch: perl
40268            ! universal.c
40269 ____________________________________________________________________________
40270 [ 21440] By: rgs                                   on 2003/10/12  19:58:05
40271         Log: Subject: [perl #24122] setreuid and friends borked on darwin/osx
40272              From: "pxm@nubz.org (via RT)" <perlbug-followup@perl.org>
40273              Date: 5 Oct 2003 20:55:56 -0000
40274              Message-ID: <rt-24122-65678.14.2411168523081@rt.perl.org>
40275      Branch: perl
40276            ! mg.c
40277 ____________________________________________________________________________
40278 [ 21439] By: rgs                                   on 2003/10/12  16:28:06
40279         Log: Subject: [PATCH] Tie::Hash documentation
40280              From: Slaven Rezic <slaven@rezic.de>
40281              Date: Sun, 12 Oct 2003 18:55:54 +0200 (CEST)
40282              Message-Id: <200310121655.h9CGtsrY003613@vran.herceg.de>
40283      Branch: perl
40284            ! lib/Tie/Hash.pm
40285 ____________________________________________________________________________
40286 [ 21438] By: rgs                                   on 2003/10/12  15:48:13
40287         Log: Subject: Re: [perl #24122] setreuid and friends borked on darwin/osx
40288              From: Slaven Rezic <slaven@rezic.de>
40289              Date: 07 Oct 2003 00:04:34 +0200
40290              Message-ID: <87ekxq6n0t.fsf@vran.herceg.de>
40291      Branch: perl
40292            ! hints/darwin.sh
40293 ____________________________________________________________________________
40294 [ 21437] By: rgs                                   on 2003/10/12  15:25:17
40295         Log: Minor nit in perlrun, spotted by Art Haas.
40296      Branch: perl
40297            ! pod/perlrun.pod
40298 ____________________________________________________________________________
40299 [ 21436] By: ams                                   on 2003/10/10  19:05:55
40300         Log: Subject: [PATCH] threads::async + some cleanup
40301              From: Elizabeth Mattijsen <liz@dijkmat.nl>
40302              Date: Fri, 10 Oct 2003 16:37:55 +0200
40303              Message-Id: <p05111b07bbac713a0aaf@[192.168.56.2]>
40304      Branch: perl
40305            ! ext/threads/threads.pm
40306 ____________________________________________________________________________
40307 [ 21435] By: ams                                   on 2003/10/10  19:02:34
40308         Log: Make everyone stop posting to p5p about 0e0.
40309      Branch: perl
40310            ! pod/perlsyn.pod
40311 ____________________________________________________________________________
40312 [ 21433] By: nicholas                              on 2003/10/09  20:57:26
40313         Log: Put all pre-processor #s on the first column (some compilers are picky)
40314              [perl #24167] `#' comment signs not at the very beginning of a line
40315      Branch: perl
40316            ! cop.h dosish.h ext/SDBM_File/sdbm/sdbm.h iperlsys.h op.c
40317            ! perl.h regcomp.c
40318 ____________________________________________________________________________
40319 [ 21432] By: rgs                                   on 2003/10/09  11:09:24
40320         Log: Suppress the test file t/op/nothr5005.t and integrate its tests into
40321              t/op/args.t, now that 5005threads have been removed. Port t/op/args.t
40322              to t/test.pl.
40323      Branch: perl
40324            - t/op/nothr5005.t
40325            ! MANIFEST t/op/args.t
40326 ____________________________________________________________________________
40327 [ 21431] By: rgs                                   on 2003/10/09  11:06:15
40328         Log: Document the behaviour of filetest operators regarding parentheses.
40329              This fixes bug #24127 (by documenting it as a feature.)
40330      Branch: perl
40331            ! pod/perlop.pod
40332 ____________________________________________________________________________
40333 [ 21430] By: ams                                   on 2003/10/09  07:55:34
40334         Log: Subject: [PATCH 5.8.1 CORE] Internal fixes to source-code coordinate
40335              calculations in regcomp.c
40336              From: Eric Promislow <ericp@ActiveState.com>
40337              Date: Wed, 8 Oct 2003 17:42:42 -0700
40338              Message-Id: <20031008174242.A17544@ActiveState.com>
40339      Branch: perl
40340            ! regcomp.c
40341 ____________________________________________________________________________
40342 [ 21429] By: ams                                   on 2003/10/09  07:43:56
40343         Log: Patch based on:
40344
40345              Subject: [perl #24157] -MModule=} is broken
40346              From: "Lukas Mai" (via RT) <perlbug-followup@perl.org>
40347              Date: 7 Oct 2003 21:47:43 -0000
40348              Message-Id: <rt-24157-65809.10.9980909617566@rt.perl.org>
40349
40350              (Includes a fix for a similar problem in -A, but not -d.)
40351      Branch: perl
40352            ! perl.c
40353 ____________________________________________________________________________
40354 [ 21428] By: ams                                   on 2003/10/09  02:32:07
40355         Log: Subject: [PATCH] Devel::PPPort is missing an aTHX when calling
40356              grok_numeric_radix()
40357              From: Jan Dubois <jand@ActiveState.com>
40358              Date: Wed, 08 Oct 2003 20:37:42 -0700
40359              Message-Id: <8kl9ov0932qo08o24uafuc9v77clrgnoe4@4ax.com>
40360      Branch: perl
40361            ! ext/Devel/PPPort/PPPort.pm
40362 ____________________________________________________________________________
40363 [ 21427] By: ams                                   on 2003/10/09  01:36:18
40364         Log: Subject: Re: require patch breaks locale
40365              From: Rick Delaney <rick@bort.ca>
40366              Date: Wed, 8 Oct 2003 22:41:55 -0400
40367              Message-Id: <20031008224155.A14638@biff.bort.ca>
40368      Branch: perl
40369            ! t/comp/require.t
40370 ____________________________________________________________________________
40371 [ 21426] By: ams                                   on 2003/10/09  01:26:57
40372         Log: Subject: Re: Simple @INC hook core dump [PATCH]
40373              From: Gisle Aas <gisle@ActiveState.com>
40374              Date: 08 Oct 2003 13:35:28 -0700
40375              Message-Id: <lrr81ncvsf.fsf@caliper.activestate.com>
40376      Branch: perl
40377            ! t/op/inccode.t
40378 ____________________________________________________________________________
40379 [ 21425] By: rgs                                   on 2003/10/08  11:34:17
40380         Log: Fix bug #24108: Goto +foo broken
40381              the fix having been suggested by xmath via Juerd.
40382      Branch: perl
40383            ! op.c t/op/goto.t
40384 ____________________________________________________________________________
40385 [ 21424] By: rgs                                   on 2003/10/08  11:16:58
40386         Log: Subject: Re: Simple @INC hook core dump [PATCH]
40387              From: Gisle Aas <gisle@ActiveState.com>
40388              Date: 08 Oct 2003 04:47:33 -0700
40389              Message-ID: <lrllrweysq.fsf_-_@caliper.activestate.com>
40390      Branch: perl
40391            ! pp_ctl.c
40392 ____________________________________________________________________________
40393 [ 21423] By: ams                                   on 2003/10/08  10:09:41
40394         Log: Subject: [PATCH pod/perlrun.pod] Layout & POD nit.
40395              From: Abigail <abigail@abigail.nl>
40396              Date: Wed, 8 Oct 2003 03:50:49 -0700
40397              Message-Id: <20031008105049.GA15770@ucan.foad.org>
40398      Branch: perl
40399            ! pod/perlrun.pod
40400 ____________________________________________________________________________
40401 [ 21422] By: ams                                   on 2003/10/08  06:13:07
40402         Log: "Are implicit undefs true?" asks Gisle.
40403      Branch: perl
40404            ! pod/perlsyn.pod
40405 ____________________________________________________________________________
40406 [ 21421] By: ams                                   on 2003/10/08  03:20:00
40407         Log: Subject: Re: [PATCH] perlop.pod Revamp - revision 4
40408              From: schwern@pobox.com
40409              Date: Tue, 7 Oct 2003 20:39:36 -0700
40410              Message-Id: <20031007203936.X4301@ttul.org>
40411
40412              (Originally from Shlomi Fish. Applied with tweaks.)
40413      Branch: perl
40414            ! pod/perlop.pod
40415 ____________________________________________________________________________
40416 [ 21420] By: ams                                   on 2003/10/07  19:51:35
40417         Log: Minor tweaks to pod/perlsyn.pod (as suggested by Yves Orton),
40418              sv.c (Tim Bunce), t/op/pow.t (John P. Linderman).
40419      Branch: perl
40420            ! pod/perlsyn.pod sv.c t/op/pow.t
40421 ____________________________________________________________________________
40422 [ 21419] By: ams                                   on 2003/10/07  04:03:34
40423         Log: Why should -3**$x be more precisely determined than 3**$x?
40424      Branch: perl
40425            ! t/op/pow.t
40426 ____________________________________________________________________________
40427 [ 21418] By: ams                                   on 2003/10/07  03:59:38
40428         Log: Subject: [PATCH] Fixing UNIVERSAL.pm's bit of unpleasantness
40429              From: schwern@pobox.com
40430              Date: Mon, 6 Oct 2003 13:14:36 -0700
40431              Message-Id: <20031006131436.G20960@ttul.org>
40432      Branch: perl
40433            ! lib/UNIVERSAL.pm t/op/universal.t
40434 ____________________________________________________________________________
40435 [ 21417] By: ams                                   on 2003/10/07  03:55:18
40436         Log: Update perlfunc/require to describe NXDOMAIN caching... er, you
40437              know what I mean.
40438      Branch: perl
40439            ! pod/perlfunc.pod
40440 ____________________________________________________________________________
40441 [ 21416] By: ams                                   on 2003/10/07  03:37:01
40442         Log: Subject: [patch sv.c] improve "...free unref scalar" warning
40443              From: Stas Bekman <stas@stason.org>
40444              Date: Mon, 06 Oct 2003 21:19:53 -0700
40445              Message-Id: <3F823EE9.4030103@stason.org>
40446      Branch: perl
40447            ! sv.c
40448 ____________________________________________________________________________
40449 [ 21415] By: ams                                   on 2003/10/06  17:30:31
40450         Log: Subject: [PATCH bleadperl] (was Re: require() does not behave aas documented)
40451              From: Rick Delaney <rick@bort.ca>
40452              Date: Tue, 23 Sep 2003 12:14:52 -0400
40453              Message-ID: <20030923121452.G18845@biff.bort.ca>
40454      Branch: perl
40455            ! pp_ctl.c t/comp/require.t
40456 ____________________________________________________________________________
40457 [ 21414] By: rgs                                   on 2003/10/06  15:23:01
40458         Log: Subject: Re: [PATCH lib/warnings.t]  Adding TODO functionality to lib/warnings.
40459              From: Abigail <abigail@abigail.nl>
40460              Date: Wed, 1 Oct 2003 14:19:43 +0200
40461              Message-ID: <20031001121943.GA29419@abigail.nl>
40462      Branch: perl
40463            ! lib/warnings.t
40464 ____________________________________________________________________________
40465 [ 21413] By: rgs                                   on 2003/10/06  15:05:32
40466         Log: Fixes in the modules maintainers list.
40467      Branch: perl
40468            ! Porting/Maintainers.pl
40469 ____________________________________________________________________________
40470 [ 21412] By: rgs                                   on 2003/10/06  15:02:42
40471         Log: Fix broken link in perltodo.pod.
40472      Branch: perl
40473            ! pod/perltodo.pod
40474 ____________________________________________________________________________
40475 [ 21411] By: rgs                                   on 2003/10/06  12:11:10
40476         Log: Typos in perldiag.
40477      Branch: perl
40478            ! pod/perldiag.pod
40479 ____________________________________________________________________________
40480 [ 21410] By: rgs                                   on 2003/10/06  11:55:52
40481         Log: Subject: Re: [doc-PATCH] for unpack_str() and question
40482              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
40483              Date: Mon, 6 Oct 2003 08:45:29 +0200
40484              Message-ID: <75A46BF1A9D8D311863A00508B6259A405F180C1@ATTMSX4>
40485      Branch: perl
40486            ! pod/perlapi.pod pp_pack.c
40487 ____________________________________________________________________________
40488 [ 21409] By: rgs                                   on 2003/10/06  11:49:55
40489         Log: Subject: [PATCH pod/perlfunc.pod]  ref can return false on references
40490              From: Abigail <abigail@abigail.nl>
40491              Date: Mon, 6 Oct 2003 05:55:21 -0700
40492              Message-ID: <20031006125521.GA26446@ucan.foad.org>
40493      Branch: perl
40494            ! pod/perlfunc.pod
40495 ____________________________________________________________________________
40496 [ 21408] By: rgs                                   on 2003/10/06  11:46:14
40497         Log: Add a new option --check to Porting/Maintainers,
40498              to check for files who are listed for several maintainers.
40499      Branch: perl
40500            ! Porting/Maintainers.pm
40501 ____________________________________________________________________________
40502 [ 21407] By: rgs                                   on 2003/10/06  11:44:33
40503         Log: Subject: [PATCH]Re: The META.yml file in bleadperl
40504              From: Fergal Daly <fergal@esatclear.ie>
40505              Date: Mon, 6 Oct 2003 00:25:29 +0100
40506              Message-Id: <200310060025.29122.fergal@esatclear.ie>
40507
40508              Plus regeneration of META.yml
40509      Branch: perl
40510            ! META.yml Porting/makemeta
40511 ____________________________________________________________________________
40512 [ 21406] By: ams                                   on 2003/10/06  04:22:11
40513         Log: Subject: Re: [perl #24076] "<> err EXPR" and warnings.
40514              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
40515              Date: Sun, 5 Oct 2003 21:27:54 +0200
40516              Message-Id: <20031005212754.5ef54472.rgarciasuarez@free.fr>
40517              (Applied with tweaks to op.c and a comment.)
40518      Branch: perl
40519            ! op.c t/lib/warnings/op
40520 ____________________________________________________________________________
40521 [ 21405] By: ams                                   on 2003/10/06  03:56:54
40522         Log: Subject: Re: [PATCH] perlsyn.pod Revision - Resend
40523              From: Shlomi Fish <shlomif@vipe.technion.ac.il>
40524              Date: Fri, 3 Oct 2003 12:34:46 +0200 (IST)
40525              Message-Id: <Pine.LNX.4.56.0310031233580.28640@vipe.technion.ac.il>
40526              (Applied with minor tweaks.)
40527      Branch: perl
40528            ! pod/perlsyn.pod
40529 ____________________________________________________________________________
40530 [ 21404] By: ams                                   on 2003/10/06  03:32:50
40531         Log: Subject: [perl #24120] Tie::Hash documentation has broken code
40532              From: "Benjamin J. Tilly" (via RT) <perlbug-followup@perl.org>
40533              Date: 5 Oct 2003 18:40:36 -0000
40534              Message-Id: <rt-24120-65664.15.9776865968429@rt.perl.org>
40535              (Applied without $VERSION update.)
40536      Branch: perl
40537            ! lib/Tie/Hash.pm
40538 ____________________________________________________________________________
40539 [ 21403] By: ams                                   on 2003/10/06  03:26:39
40540         Log: Subject: Re: [PATCH] [perl #24113] mistake in perlretut
40541              From: Robert Spier <rspier@pobox.com>
40542              Date: Sun, 05 Oct 2003 21:34:30 -0700
40543              Message-Id: <m3vfr39e7d.wl_rspier@pobox.com>
40544      Branch: perl
40545            ! pod/perlretut.pod
40546 ____________________________________________________________________________
40547 [ 21402] By: ams                                   on 2003/10/05  03:08:53
40548         Log: Subject: [PATCH] pp_sys.c: pp_waitpid and EINTR
40549              From: Steve Grazzini <grazz@pobox.com>
40550              Date: Sat, 4 Oct 2003 18:15:23 -0400
40551              Message-Id: <20031004221523.GA29324@grazzini.net>
40552      Branch: perl
40553            ! pp_sys.c
40554 ____________________________________________________________________________
40555 [ 21401] By: ams                                   on 2003/10/02  17:25:34
40556         Log: Subject: Re: 5.8.1 and srand
40557              From: Slaven Rezic <slaven@rezic.de>
40558              Date: Thu, 2 Oct 2003 15:51:11 +0000
40559              Message-Id: <1065109871.3115@devpc01.iconmobile.de>
40560      Branch: perl
40561            ! t/op/fork.t
40562 ____________________________________________________________________________
40563 [ 21400] By: hv                                    on 2003/10/02  09:34:36
40564         Log: minor cleanup for Changes
40565      Branch: perl
40566            ! Changes
40567 ____________________________________________________________________________
40568 [ 21399] By: hv                                    on 2003/10/02  09:18:27
40569         Log: Update changes
40570      Branch: perl
40571            ! Changes patchlevel.h
40572 ____________________________________________________________________________
40573 [ 21398] By: hv                                    on 2003/10/02  09:15:42
40574         Log: build perlapi.pod in deterministic order even when functions differ
40575              only in case; regen perlapi.pod
40576      Branch: perl
40577            ! autodoc.pl pod/perlapi.pod
40578 ____________________________________________________________________________
40579 [ 21397] By: ams                                   on 2003/10/02  07:48:51
40580         Log: Subject: Re: 5.8.1 and srand
40581              From: Brendan O'Dea <bod@debian.org>
40582              Date: Thu, 2 Oct 2003 10:30:36 +1000
40583              Message-Id: <20031002003036.GA9198@londo.c47.org>
40584      Branch: perl
40585            ! util.c
40586 ____________________________________________________________________________
40587 [ 21396] By: ams                                   on 2003/10/01  22:18:13
40588         Log: Update Changes.
40589      Branch: perl
40590            ! Changes patchlevel.h
40591 ____________________________________________________________________________
40592 [ 21394] By: ams                                   on 2003/10/01  20:28:20
40593         Log: Subject: misapplied patch 19452
40594              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
40595              Date: Tue, 30 Sep 2003 06:01:50 -0700
40596              Message-Id: <20030930130150.GA1436@efn.org>
40597      Branch: perl
40598            ! pp_hot.c
40599 ____________________________________________________________________________
40600 [ 21392] By: rgs                                   on 2003/09/30  20:22:02
40601         Log: Revamp the section on local() in perlsub.
40602              - avoid using the word "declare" in conjunction with local()
40603              - less archaelogical references
40604              - more about localization of lvalues
40605              - removes examples of localization of tied hashes that don't work
40606              - give titles to subsections
40607              - explain localization of magic values
40608              - explain localization of globs
40609              - fix link to perldelta
40610      Branch: perl
40611            ! pod/perlsub.pod
40612 ____________________________________________________________________________
40613 [ 21391] By: rgs                                   on 2003/09/30  12:47:13
40614         Log: Useless "local $_" in a perlfaq3 example
40615      Branch: perl
40616            ! pod/perlfaq3.pod
40617 ____________________________________________________________________________
40618 [ 21390] By: rgs                                   on 2003/09/30  11:29:17
40619         Log: Subject: Re: NCR MP-RAS perl problems [perl #23791]
40620              From: grommel@sears.com
40621              Date: Mon, 29 Sep 2003 14:45:16 -0500
40622              Message-ID: <OF9B00605E.3CC90F32-ON86256DB0.006B13F0-86256DB0.006C8E85@LocalDomain>
40623      Branch: perl
40624            ! hints/svr4.sh t/op/pack.t
40625 ____________________________________________________________________________
40626 [ 21389] By: rgs                                   on 2003/09/30  11:06:53
40627         Log: Add a TODO test for bug #23790, by Abigail
40628      Branch: perl
40629            ! t/op/sub_lval.t
40630 ____________________________________________________________________________
40631 [ 21388] By: rgs                                   on 2003/09/30  10:52:50
40632         Log: Subject: [PATCH] Re: [perl #24071] Typo in description of binmode
40633              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
40634              Date: Tue, 30 Sep 2003 04:53:02 -0700
40635              Message-ID: <20030930115302.GA3200@efn.org>
40636      Branch: perl
40637            ! pod/perlfunc.pod
40638 ____________________________________________________________________________
40639 [ 21387] By: rgs                                   on 2003/09/29  12:47:37
40640         Log: Subject: [PATCH] perl-5.8.1 hints/powerux.sh, ext/Sys/Syslog/t/syslog.t
40641              From: Tom Horsley <Tom.Horsley@ccur.com>
40642              Date: Mon, 29 Sep 2003 13:00:09 GMT
40643              Message-Id: <200309291300.NAA23856@amber2.ccur.com>
40644      Branch: perl
40645            ! ext/Sys/Syslog/t/syslog.t hints/powerux.sh
40646 ____________________________________________________________________________
40647 [ 21386] By: rgs                                   on 2003/09/29  11:14:27
40648         Log: Subject: [PATCH 5.8.1] Fix broken splitpod program
40649              From: Steve Hay <steve.hay@uk.radan.com>
40650              Date: Mon, 29 Sep 2003 11:50:23 +0100
40651              Message-ID: <3F780E6F.3020704@uk.radan.com>
40652      Branch: perl
40653            ! pod/splitpod
40654 ____________________________________________________________________________
40655 [ 21385] By: rgs                                   on 2003/09/29  11:09:32
40656         Log: Subject: [PATCH 5.8.1] pod/perlrun.pod: no space after -i allowed
40657              From: Brendan O'Dea <bod@debian.org>
40658              Date: Sun, 28 Sep 2003 23:23:34 +1000
40659              Message-ID: <20030928132334.GA29499@londo.c47.org>
40660      Branch: perl
40661            ! pod/perlrun.pod
40662 ____________________________________________________________________________
40663 [ 21384] By: rgs                                   on 2003/09/26  20:39:19
40664         Log: Nit to the maintainers list by SADAHIRO Tomoyuki
40665      Branch: perl
40666            ! Porting/Maintainers.pl
40667 ____________________________________________________________________________
40668 [ 21383] By: jhi                                   on 2003/09/26  04:41:17
40669         Log: Missing +x bits.
40670      Branch: perl
40671            ! Porting/makerel
40672 ____________________________________________________________________________
40673 [ 21382] By: rgs                                   on 2003/09/25  19:40:50
40674         Log: Update the perldelta for 5.9.0.
40675      Branch: perl
40676            ! pod/perldelta.pod
40677 ____________________________________________________________________________
40678 [ 21381] By: rgs                                   on 2003/09/25  19:02:12
40679         Log: Add the perl581delta manpage.
40680              Regenerate the table of contents.
40681      Branch: perl
40682            + pod/perl581delta.pod
40683            ! MANIFEST pod.lst pod/perl.pod pod/perlhist.pod pod/perltoc.pod
40684            ! vms/descrip_mms.template win32/pod.mak
40685 ____________________________________________________________________________
40686 [ 21380] By: rgs                                   on 2003/09/25  18:36:45
40687         Log: Update perlhist.pod
40688      Branch: perl
40689            ! pod/perlhist.pod
40690 ____________________________________________________________________________
40691 [ 21372] By: gbarr                                 on 2003/09/25  07:35:24
40692         Log: Sync with libnet 1.17
40693      Branch: perl
40694            ! lib/Net/ChangeLog.libnet lib/Net/Domain.pm lib/Net/FTP.pm
40695 ____________________________________________________________________________
40696 [ 21371] By: gbarr                                 on 2003/09/25  06:57:35
40697         Log: Update to Scalar-List-Utils 1.13
40698      Branch: perl
40699            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
40700            ! ext/List/Util/lib/List/Util.pm
40701            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/sum.t
40702 ____________________________________________________________________________
40703 [ 21370] By: jhi                                   on 2003/09/25  06:45:42
40704         Log: CPAN sites update.
40705      Branch: perl
40706            ! pod/perlmodlib.PL
40707 ____________________________________________________________________________
40708 [ 21369] By: jhi                                   on 2003/09/25  05:22:48
40709         Log: Subject: Re: 5.8.1 and gcc-3.2.3 (& Win98)
40710              From: Greg Matheson <lang@ms.chinmin.edu.tw>
40711              Date: Wed, 24 Sep 2003 22:51:09 +0800
40712              Message-ID: <20030924225109.A17126@ms>
40713
40714              (Win98 + MinGW, a missing Win95.pm hunk)
40715      Branch: perl
40716            ! lib/ExtUtils/MM_Win95.pm
40717 ____________________________________________________________________________
40718 [ 21365] By: jhi                                   on 2003/09/25  04:44:05
40719         Log: AUTHORS tweak.
40720      Branch: perl
40721            ! AUTHORS
40722 ____________________________________________________________________________
40723 [ 21361] By: jhi                                   on 2003/09/24  17:40:42
40724         Log: Even though undefing SPACE and FORMAT should be safe,
40725              at this point I'm choosing to be paranoid and using
40726              #ifdef __Lynx__.
40727      Branch: perl
40728            ! perl.h
40729 ____________________________________________________________________________
40730 [ 21360] By: jhi                                   on 2003/09/24  17:30:07
40731         Log: Subject: [perl #24032] Perl 5.8.1-RC5 build problems on LynxOS
40732              From: Olli Savia (via RT) <perlbug-followup@perl.org>
40733              Date: 24 Sep 2003 15:42:41 -0000
40734              Message-ID: <rt-24032-65280.10.6144413163834@rt.perl.org>
40735      Branch: perl
40736            ! mg.c perl.h perlio.c pp_sys.c
40737 ____________________________________________________________________________
40738 [ 21356] By: jhi                                   on 2003/09/24  08:27:52
40739         Log: Subject: [DOCPATCH] attributes.pm
40740              From: Elizabeth Mattijsen <liz@dijkmat.nl>
40741              Date: Wed, 24 Sep 2003 11:00:42 +0200
40742              Message-Id: <p05111b02bb970d5eec89@[192.168.56.4]>
40743
40744              (reformatted a bit)
40745      Branch: perl
40746            ! lib/attributes.pm
40747 ____________________________________________________________________________
40748 [ 21354] By: jhi                                   on 2003/09/24  07:25:48
40749         Log: A fix from Graham for
40750              [perl #24012] Weird conversion issue with List::Util::sum on Linux/AMD 850MHz
40751              (seemingly a NV casting issue)
40752      Branch: perl
40753            ! ext/List/Util/Util.xs
40754 ____________________________________________________________________________
40755 [ 21353] By: jhi                                   on 2003/09/24  05:05:39
40756         Log: Someone actually reads the Makefile.PL messages, it seems.
40757              (from Jonathan Leffler)
40758      Branch: perl
40759            ! ext/Time/HiRes/Makefile.PL
40760 ____________________________________________________________________________
40761 [ 21351] By: jhi                                   on 2003/09/24  04:54:33
40762         Log: perliol tweaks.
40763      Branch: perl
40764            ! pod/perliol.pod
40765 ____________________________________________________________________________
40766 [ 21349] By: rgs                                   on 2003/09/23  22:09:57
40767         Log: The FAQ answer about POD comments was incorrect. [perl #23893]
40768              (plus a few typos.)
40769      Branch: perl
40770            ! pod/perlfaq7.pod pod/perlpodspec.pod
40771 ____________________________________________________________________________
40772 [ 21348] By: rgs                                   on 2003/09/23  21:56:50
40773         Log: Subject: [PATCH] perlvar
40774              From: Juerd <juerd@convolution.nl>
40775              Date: Sun, 21 Sep 2003 21:40:54 +0200
40776              Message-ID: <20030921194054.GD14702@c3.convolution.nl>
40777      Branch: perl
40778            ! pod/perlvar.pod
40779 ____________________________________________________________________________
40780 [ 21344] By: jhi                                   on 2003/09/23  19:33:45
40781         Log: Subject: Re: NCR MP-RAS perl problems [perl #23791]
40782              From: grommel@sears.com
40783              Date: Tue, 23 Sep 2003 13:40:33 -0500
40784              Message-ID: <OF17BD5036.3CA48F9B-ON86256DAA.00483620-86256DAA.0066A1AA@LocalDomain>
40785      Branch: perl
40786            ! hints/svr4.sh t/op/stat.t
40787 ____________________________________________________________________________
40788 [ 21343] By: jhi                                   on 2003/09/23  19:26:06
40789         Log: Subject: [PATCH] Re: OK: 5.8.1 RC5 on SuSE 8.2 32bit AMD (gcc 3.3 prerelease)
40790              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
40791              Date: Tue, 23 Sep 2003 09:13:55 -0700
40792              Message-ID: <20030923161354.GA2432@efn.org>
40793      Branch: perl
40794            ! INSTALL
40795 ____________________________________________________________________________
40796 [ 21342] By: rgs                                   on 2003/09/23  19:12:58
40797         Log: Minor nit in a debug message of the tokenizer.
40798      Branch: perl
40799            ! toke.c
40800 ____________________________________________________________________________
40801 [ 21340] By: jhi                                   on 2003/09/23  12:33:53
40802         Log: Let's call it 2.34, already (from Johan).
40803      Branch: perl
40804            ! lib/Getopt/Long.pm
40805 ____________________________________________________________________________
40806 [ 21339] By: jhi                                   on 2003/09/23  12:31:08
40807         Log: Subject: Re: [PATCH] RC5 and Intel's ICC
40808              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
40809              Date: Tue, 23 Sep 2003 15:04:35 +0200
40810              Message-ID: <00d101c381d3$3d761fe0$0c2f1fac@R2D2>
40811
40812              (add -we147 to ccflags if cc = ICC so that prototype
40813              detection works right)
40814      Branch: perl
40815            ! hints/linux.sh
40816 ____________________________________________________________________________
40817 [ 21338] By: jhi                                   on 2003/09/23  12:02:28
40818         Log: Bump the Encode version to 1.9801 since we are no more identical
40819              to the CPAN version.
40820      Branch: perl
40821            ! ext/Encode/Encode.pm
40822 ____________________________________________________________________________
40823 [ 21332] By: jhi                                   on 2003/09/23  09:17:32
40824         Log: ucmlintage.
40825      Branch: perl
40826            ! ext/Encode/ucm/gsm0338.ucm
40827 ____________________________________________________________________________
40828 [ 21331] By: jhi                                   on 2003/09/23  09:11:23
40829         Log: GSM 03.38 mapping in Encoding::Byte is incorrect
40830
40831              Fix as much as possible - the specification is still
40832              a bit unclear.
40833      Branch: perl
40834            + ext/Encode/t/gsm0338.t
40835            ! MANIFEST ext/Encode/MANIFEST
40836            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/ucm/gsm0338.ucm
40837 ____________________________________________________________________________
40838 [ 21329] By: jhi                                   on 2003/09/23  06:10:28
40839         Log: Subject: [PATCH] Re: B::Deparse fails in pure_string()
40840              From: Stephen McCamant <smcc@MIT.EDU>
40841              Date: Mon, 22 Sep 2003 20:53:57 -0700
40842              Message-ID: <16239.50133.367465.947398@famine.OCF.Berkeley.EDU>
40843      Branch: perl
40844            ! ext/B/B/Deparse.pm
40845 ____________________________________________________________________________
40846 [ 21327] By: jhi                                   on 2003/09/23  04:51:15
40847         Log: Subject: [PATCH] RC5 and Intel's ICC
40848              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
40849              Date: Mon, 22 Sep 2003 22:52:40 +0200
40850              Message-ID: <00a101c3814b$76a8cc50$0c2f1fac@R2D2>
40851
40852              (the missing void return type)
40853      Branch: perl
40854            ! ext/threads/shared/shared.xs
40855 ____________________________________________________________________________
40856 [ 21326] By: jhi                                   on 2003/09/23  04:46:48
40857         Log: Subject: [PATCH] RC5 and Intel's ICC
40858              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
40859              Date: Mon, 22 Sep 2003 22:52:40 +0200
40860              Message-ID: <00a101c3814b$76a8cc50$0c2f1fac@R2D2>
40861
40862              (the attribute part)
40863      Branch: perl
40864            ! ext/Devel/PPPort/PPPort.pm perl.h
40865 ____________________________________________________________________________
40866 [ 21325] By: jhi                                   on 2003/09/23  04:43:29
40867         Log: Stray CRs noticed by Jan Dubois.
40868      Branch: perl
40869            ! lib/ExtUtils/MM_Win95.pm lib/ExtUtils/t/MM_Win32.t
40870 ____________________________________________________________________________
40871 [ 21324] By: jhi                                   on 2003/09/23  04:40:19
40872         Log: The RCs have been missing CRs from certain files because
40873              not all shells can handle multiline arguments right.
40874      Branch: perl
40875            ! Porting/makerel
40876 ____________________________________________________________________________
40877 [ 21323] By: rgs                                   on 2003/09/22  20:31:19
40878         Log: When localising a magic value, propagate the readonly flag
40879              only if this scalar has \0 magic or has magic without a
40880              'set' method. (follows change #20479 for bug #23141.)
40881      Branch: perl
40882            ! scope.c t/op/local.t
40883 ____________________________________________________________________________
40884 [ 21319] By: jhi                                   on 2003/09/22  18:16:40
40885         Log: An error message need not be a novel.
40886      Branch: perl
40887            ! pod/perldiag.pod pp_hot.c
40888 ____________________________________________________________________________
40889 [ 21318] By: jhi                                   on 2003/09/22  17:45:23
40890         Log: Upgrade to Math::BigInt 1.66.
40891      Branch: perl
40892            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
40893            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
40894            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
40895            ! lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/sub_mbi.t
40896            ! lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
40897 ____________________________________________________________________________
40898 [ 21311] By: jhi                                   on 2003/09/22  08:49:24
40899         Log: Some more perlio doc tweaks based on NI-S.
40900      Branch: perl
40901            ! pod/perliol.pod
40902 ____________________________________________________________________________
40903 [ 21305] By: jhi                                   on 2003/09/22  05:59:54
40904         Log: Upgrade to Time::HiRes 1.51.
40905      Branch: perl
40906            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
40907 ____________________________________________________________________________
40908 [ 21303] By: jhi                                   on 2003/09/22  04:37:21
40909         Log: Upgrade to Getopt::Long 2.33_03.
40910      Branch: perl
40911            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
40912 ____________________________________________________________________________
40913 [ 21302] By: jhi                                   on 2003/09/22  04:28:57
40914         Log: CPAN.pm 1.76_01 from Andreas.
40915      Branch: perl
40916            ! lib/CPAN.pm
40917 ____________________________________________________________________________
40918 [ 21299] By: jhi                                   on 2003/09/21  09:23:17
40919         Log: Regen toc.
40920      Branch: perl
40921            ! pod/perltoc.pod
40922 ____________________________________________________________________________
40923 [ 21298] By: jhi                                   on 2003/09/21  09:22:57
40924         Log: Handle also the curliffy files when tocing.
40925      Branch: perl
40926            ! pod/buildtoc
40927 ____________________________________________________________________________
40928 [ 21297] By: jhi                                   on 2003/09/21  08:50:22
40929         Log: Macrofy the compile/runtime test.
40930      Branch: perl
40931            ! cop.h gv.c perl.h pp_ctl.c regcomp.c sv.c utf8.c
40932 ____________________________________________________________________________
40933 [ 21296] By: jhi                                   on 2003/09/21  08:47:32
40934         Log: Tweak the section name to agree with the change #21295.
40935      Branch: perl
40936            ! lib/PerlIO.pm
40937 ____________________________________________________________________________
40938 [ 21295] By: jhi                                   on 2003/09/21  08:44:52
40939         Log: One obvious place to look for PerlIO implementations.
40940      Branch: perl
40941            ! pod/perliol.pod
40942 ____________________________________________________________________________
40943 [ 21294] By: jhi                                   on 2003/09/21  08:15:52
40944         Log: Subject: [PATCH #2] Re: [perl #23576] valgrind errors for /(?{})/ in t/op/pat.t
40945              From: Dave Mitchell <davem@fdgroup.com>
40946              Date: Fri, 19 Sep 2003 19:35:44 +0100
40947              Message-ID: <20030919183544.GA14563@fdgroup.com>
40948      Branch: perl
40949            ! pp_ctl.c
40950 ____________________________________________________________________________
40951 [ 21293] By: jhi                                   on 2003/09/21  08:13:58
40952         Log: More PerlIO documentation.
40953      Branch: perl
40954            ! lib/PerlIO.pm pod/perliol.pod
40955 ____________________________________________________________________________
40956 [ 21292] By: jhi                                   on 2003/09/20  18:44:07
40957         Log: Retract #21273, #21264, and #21263 as requested by Schwern.
40958              (The real bug was mp2 being too "friendly" with MM innards.)
40959      Branch: perl
40960            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
40961            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_Win32.t
40962 ____________________________________________________________________________
40963 [ 21291] By: jhi                                   on 2003/09/20  18:37:33
40964         Log: In FreeBSD allow one to try using Perl's malloc with threads.
40965      Branch: perl
40966            ! hints/freebsd.sh
40967 ____________________________________________________________________________
40968 [ 21290] By: rgs                                   on 2003/09/20  10:05:38
40969         Log: Missing perlfaq chunk.
40970      Branch: perl
40971            ! pod/perlfaq4.pod
40972 ____________________________________________________________________________
40973 [ 21289] By: rgs                                   on 2003/09/20  10:00:12
40974         Log: FAQ sync.
40975      Branch: perl
40976            ! pod/perlfaq4.pod
40977 ____________________________________________________________________________
40978 [ 21288] By: jhi                                   on 2003/09/19  14:49:20
40979         Log: Subject: typo fixo
40980              From: Vadim Konovalov <konovalo@mail.wplus.net>
40981              Date: Fri, 19 Sep 2003 06:32:08 +0400
40982              Message-ID: <4538131828.20030919063208@mail.wplus.net>
40983      Branch: perl
40984            ! pod/perlunicode.pod
40985 ____________________________________________________________________________
40986 [ 21286] By: jhi                                   on 2003/09/19  04:48:52
40987         Log: Subject: [PATCH 5.8.1 @21211] getsysinfo() broken on OS/2
40988              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
40989              Date: Thu, 18 Sep 2003 19:01:06 -0700
40990              Message-ID: <20030919020106.GA22511@math.berkeley.edu>
40991      Branch: perl
40992            ! os2/os2.c
40993 ____________________________________________________________________________
40994 [ 21285] By: jhi                                   on 2003/09/19  04:46:39
40995         Log: Tests for change #21284.
40996      Branch: perl
40997            ! lib/dumpvar.t
40998 ____________________________________________________________________________
40999 [ 21284] By: jhi                                   on 2003/09/19  04:46:12
41000         Log: Subject: [PATCH 5.8.1 @21211] dumpvar.pl broken
41001              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
41002              Date: Thu, 18 Sep 2003 18:58:59 -0700
41003              Message-ID: <20030919015858.GA22503@math.berkeley.edu>
41004      Branch: perl
41005            ! lib/dumpvar.pl
41006 ____________________________________________________________________________
41007 [ 21283] By: rgs                                   on 2003/09/18  21:29:23
41008         Log: Perlfaq nits from Iain Truskett.
41009              (from the perlfaq-workers list)
41010      Branch: perl
41011            ! pod/perlfaq2.pod pod/perlfaq4.pod pod/perlfaq8.pod
41012 ____________________________________________________________________________
41013 [ 21282] By: rgs                                   on 2003/09/18  21:10:26
41014         Log: Integrate a change from the perlfaq CVS.
41015              I consider the bleadperl version being more up-to-date as of now.
41016      Branch: perl
41017            ! pod/perlfaq3.pod
41018 ____________________________________________________________________________
41019 [ 21277] By: jhi                                   on 2003/09/18  19:23:22
41020         Log: Subject: [PATCH 5.8.1 @21211] -M -A -C broken
41021              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
41022              Date: Thu, 18 Sep 2003 11:02:02 -0700
41023              Message-ID: <20030918180202.GA21949@math.berkeley.edu>
41024
41025              (use stat.t instead of time.t)
41026      Branch: perl
41027            ! os2/os2ish.h pp_sys.c t/op/stat.t
41028 ____________________________________________________________________________
41029 [ 21276] By: jhi                                   on 2003/09/18  19:15:07
41030         Log: Subject: Re: [perl #19582] [PATCH bleedperl] bad overload copy constructor segfaults
41031              From: Rick Delaney <rick.delaney@rogers.com>
41032              Date: Wed, 1 Jan 2003 22:54:59 -0500
41033              Message-ID: <20030101225459.A2320@cs839290-a.mtth.phub.net.cable.rogers.com>
41034
41035              (Pity the first patch fell through the cracks back then.
41036              Not that forbidding non-object copy constructors is the right
41037              thing to do but the bug could use fixing.)
41038      Branch: perl
41039            ! lib/overload.t pp.h
41040 ____________________________________________________________________________
41041 [ 21274] By: jhi                                   on 2003/09/18  10:59:58
41042         Log: Subject: [PATCH] small fix for Devel::PPPort
41043              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
41044              Date: Thu, 18 Sep 2003 10:14:58 +0200
41045              Message-id: <20030918081458.GA2653@ethan>
41046      Branch: perl
41047            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
41048 ____________________________________________________________________________
41049 [ 21273] By: jhi                                   on 2003/09/18  10:57:41
41050         Log: ld has many guises.
41051      Branch: perl
41052            ! lib/ExtUtils/t/MM_Unix.t
41053 ____________________________________________________________________________
41054 [ 21271] By: jhi                                   on 2003/09/18  08:05:28
41055         Log: Missed OS/2 patch hunk.
41056      Branch: perl
41057            ! os2/os2.c
41058 ____________________________________________________________________________
41059 [ 21270] By: jhi                                   on 2003/09/18  05:00:23
41060         Log: Subject: Patch for VMS::Filespec
41061              From: Ken Williams <ken@mathforum.org>
41062              Date: Wed, 17 Sep 2003 20:11:46 -0500
41063              Message-Id: <12FBA07F-E975-11D7-BDD7-003065F6D85A@mathforum.org>
41064      Branch: perl
41065            ! vms/ext/Filespec.pm
41066 ____________________________________________________________________________
41067 [ 21268] By: jhi                                   on 2003/09/18  04:58:05
41068         Log: Subject: 5.8.1 warnings when long double == double
41069              From: Andy Dougherty <doughera@lafayette.edu>
41070              Date: Wed, 10 Sep 2003 12:03:53 -0400 (EDT)
41071              Message-ID: <Pine.SOL.4.53.0309101203010.10837@maxwell.phys.lafayette.edu>
41072              (the changed message)
41073      Branch: perl
41074            ! Configure
41075 ____________________________________________________________________________
41076 [ 21267] By: jhi                                   on 2003/09/18  04:54:16
41077         Log: Patch from Enache Adrian for the new tricks of gcc 3.4
41078              for "is this symbol defined" scanning of Configure.
41079      Branch: perl
41080            ! Configure
41081 ____________________________________________________________________________
41082 [ 21266] By: jhi                                   on 2003/09/18  04:29:55
41083         Log: Make it possible to override the mistrustnm hint in Solaris.
41084      Branch: perl
41085            ! hints/solaris_2.sh
41086 ____________________________________________________________________________
41087 [ 21264] By: jhi                                   on 2003/09/17  21:01:36
41088         Log: A potential fix for non-empty LD in Unix.
41089      Branch: perl
41090            ! lib/ExtUtils/t/MM_Unix.t
41091 ____________________________________________________________________________
41092 [ 21263] By: jhi                                   on 2003/09/17  14:09:50
41093         Log: Subject: RE: MM in maint@21251 breaks mp2
41094              From: "Orton, Yves" <yves.orton@de.mci.com>
41095              Message-ID: <71B318898201D311845C0008C75DAD1C089611FE@defra1ex2>
41096              Date: Wed, 17 Sep 2003 15:47:35 +0100
41097      Branch: perl
41098            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
41099            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_Win32.t
41100 ____________________________________________________________________________
41101 [ 21261] By: jhi                                   on 2003/09/17  09:33:39
41102         Log: The AIX C product potentially consists of several packages,
41103              the main package being (hopefully) the first one.
41104      Branch: perl
41105            ! hints/aix.sh
41106 ____________________________________________________________________________
41107 [ 21260] By: jhi                                   on 2003/09/17  07:52:03
41108         Log: Fix Solaris ccversion not having the cc version.
41109      Branch: perl
41110            ! hints/solaris_2.sh
41111 ____________________________________________________________________________
41112 [ 21259] By: jhi                                   on 2003/09/17  06:02:19
41113         Log: Subject: [PATCH 5.8.1 @21211] OS/2 APIs again
41114              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
41115              Date: Tue, 16 Sep 2003 23:49:42 -0700
41116              Message-ID: <20030917064941.GA20444@math.berkeley.edu>
41117      Branch: perl
41118            ! os2/os2ish.h
41119 ____________________________________________________________________________
41120 [ 21258] By: jhi                                   on 2003/09/17  06:00:48
41121         Log: Subject: [PATCH 5.8.1 @21211] os2_process.t
41122              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
41123              Date: Tue, 16 Sep 2003 23:21:48 -0700
41124              Message-ID: <20030917062147.GA20400@math.berkeley.edu>
41125      Branch: perl
41126            ! os2/OS2/Process/t/os2_process.t
41127 ____________________________________________________________________________
41128 [ 21257] By: jhi                                   on 2003/09/17  03:53:46
41129         Log: Subject: [PATCH 5.8.1 @21211] magic.t
41130              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
41131              Date: Tue, 16 Sep 2003 19:17:57 -0700
41132              Message-ID: <20030917021757.GA20261@math.berkeley.edu>
41133      Branch: perl
41134            ! t/op/magic.t
41135 ____________________________________________________________________________
41136 [ 21253] By: jhi                                   on 2003/09/16  19:48:08
41137         Log: Subject: [DOC PATCH] Re: [perl #23779] $? and negative exit codes
41138              From: Dave Mitchell <davem@fdgroup.com>
41139              Date: Tue, 16 Sep 2003 21:56:20 +0100
41140              Message-ID: <20030916205620.GB1246@fdgroup.com>
41141      Branch: perl
41142            ! pod/perlfunc.pod
41143 ____________________________________________________________________________
41144 [ 21249] By: jhi                                   on 2003/09/16  19:10:58
41145         Log: More suggested patches for NCR MP-RAS from Andy Dougherty.
41146      Branch: perl
41147            + ext/Time/HiRes/hints/svr4.pl
41148            ! MANIFEST ext/Sys/Syslog/t/syslog.t t/op/pack.t
41149 ____________________________________________________________________________
41150 [ 21247] By: jhi                                   on 2003/09/16  18:57:34
41151         Log: Subject: Re: [perl #23791] Many errors in build under NCR MP-RAS
41152              From: Andy Dougherty <doughera@lafayette.edu>
41153              Date: Tue, 16 Sep 2003 13:47:55 -0400 (EDT)
41154              Message-ID: <Pine.SOL.4.53.0309161345020.13081@maxwell.phys.lafayette.edu>
41155      Branch: perl
41156            ! ext/POSIX/hints/svr4.pl hints/svr4.sh
41157 ____________________________________________________________________________
41158 [ 21245] By: jhi                                   on 2003/09/16  18:47:52
41159         Log: Subject: Re: [PATCH 5.8.1 @19053] Getopt::Std
41160              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
41161              Date: Wed, 4 Jun 2003 00:45:23 -0700
41162              Message-ID: <20030604074523.GA7148@math.berkeley.edu>
41163      Branch: perl
41164            ! lib/Getopt/Std.pm
41165 ____________________________________________________________________________
41166 [ 21243] By: jhi                                   on 2003/09/16  12:18:03
41167         Log: Give a concrete example of the still existing Unicode slowness.
41168      Branch: perl
41169            ! pod/perlunicode.pod
41170 ____________________________________________________________________________
41171 [ 21241] By: jhi                                   on 2003/09/16  06:38:45
41172         Log: Make the VERSION of File::Spec be 0.86, otherwise File::Temp's
41173              use File::Spec 0.8 is unhappy.
41174      Branch: perl
41175            ! lib/File/Spec.pm
41176 ____________________________________________________________________________
41177 [ 21240] By: jhi                                   on 2003/09/16  06:34:35
41178         Log: The test is not needed, says Schwern.
41179      Branch: perl
41180            - lib/base/t/fields-560.t
41181            ! MANIFEST
41182 ____________________________________________________________________________
41183 [ 21239] By: jhi                                   on 2003/09/16  05:04:09
41184         Log: Upgrade to File::Spec 0.85_03.
41185      Branch: perl
41186            + lib/File/Spec/t/crossplatform.t
41187            ! MANIFEST lib/File/Spec.pm lib/File/Spec/Mac.pm
41188            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
41189            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
41190            ! lib/File/Spec/t/Spec.t
41191 ____________________________________________________________________________
41192 [ 21238] By: jhi                                   on 2003/09/16  04:57:08
41193         Log: Upgrade to MakeMaker 6.17.
41194      Branch: perl
41195            ! lib/ExtUtils/Changes lib/ExtUtils/Install.pm
41196            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/META.yml
41197            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
41198            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
41199            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
41200            ! lib/ExtUtils/README lib/ExtUtils/t/MM_Win32.t
41201            ! lib/ExtUtils/t/Manifest.t lib/ExtUtils/t/basic.t
41202            ! t/lib/MakeMaker/Test/Utils.pm
41203 ____________________________________________________________________________
41204 [ 21235] By: jhi                                   on 2003/09/16  04:35:34
41205         Log: Upgrade to base 2.03.
41206              (Rename the fields-5.6.0.t to have less d.o.t.s.)
41207      Branch: perl
41208            + lib/base/t/base.t lib/base/t/fields-560.t
41209            + lib/base/t/fields-base.t lib/base/t/fields.t
41210            - lib/fields-base.t lib/fields.t
41211            ! MANIFEST lib/base.pm lib/fields.pm
41212 ____________________________________________________________________________
41213 [ 21234] By: jhi                                   on 2003/09/15  19:17:03
41214         Log: Subject: Re: perl@21233 looks ok on VMS 7.3-1
41215              From: PPrymmer@factset.com
41216              Date: Mon, 15 Sep 2003 15:28:52 -0400
41217              Message-ID: <OF6F1E6CF4.9206F415-ON85256DA2.006A58F1-85256DA2.006B0330@factset.com>
41218      Branch: perl
41219            ! lib/Memoize/t/tie_sdbm.t
41220 ____________________________________________________________________________
41221 [ 21230] By: jhi                                   on 2003/09/14  17:46:52
41222         Log: Check the context of for/grep/map.
41223      Branch: perl
41224            ! t/op/grep.t
41225 ____________________________________________________________________________
41226 [ 21228] By: jhi                                   on 2003/09/14  13:40:23
41227         Log: For-non-perlio places we need STDOUT back.
41228      Branch: perl
41229            ! t/io/dup.t
41230 ____________________________________________________________________________
41231 [ 21227] By: jhi                                   on 2003/09/14  09:44:49
41232         Log: Also IRIX wants setlogsock('stream').
41233      Branch: perl
41234            ! ext/Sys/Syslog/Syslog.pm ext/Sys/Syslog/t/syslog.t
41235 ____________________________________________________________________________
41236 [ 21224] By: jhi                                   on 2003/09/14  07:44:26
41237         Log: More portable reading.
41238      Branch: perl
41239            ! t/io/dup.t
41240 ____________________________________________________________________________
41241 [ 21222] By: jhi                                   on 2003/09/14  07:35:28
41242         Log: More dup testing.
41243      Branch: perl
41244            ! t/io/dup.t
41245 ____________________________________________________________________________
41246 [ 21220] By: jhi                                   on 2003/09/14  06:54:05
41247         Log: Use $Config{_exe}.
41248      Branch: perl
41249            ! t/run/switches.t
41250 ____________________________________________________________________________
41251 [ 21219] By: jhi                                   on 2003/09/14  06:46:26
41252         Log: Subject: Re: [PATCH 5.8.1 @20218] OS/2 API
41253              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
41254              Date: Sat, 13 Sep 2003 20:20:30 -0700
41255              Message-ID: <20030914032030.GA17822@math.berkeley.edu>
41256      Branch: perl
41257            ! os2/os2.c t/run/switches.t
41258 ____________________________________________________________________________
41259 [ 21218] By: jhi                                   on 2003/09/14  06:45:13
41260         Log: Subject: Re: [PATCH 5.8.1 @20218] OS/2 API
41261              From: Michael G Schwern <schwern@pobox.com>
41262              Date: Thu, 11 Sep 2003 15:07:10 -0700
41263              Message-ID: <20030911220710.GO18786@windhund.schwern.org>
41264
41265              (in OS/2 if a file has been chmod 0400'ed, it cannot be deleted)
41266      Branch: perl
41267            ! lib/ExtUtils/t/Manifest.t
41268 ____________________________________________________________________________
41269 [ 21217] By: jhi                                   on 2003/09/14  06:42:12
41270         Log: Subject: [PATCH] PerlIO_tmpfile clean-up for VMS
41271              From: "Craig A. Berry" <craigberry@mac.com>
41272              Date: Sun, 14 Sep 2003 00:23:56 -0500
41273              Message-ID: <3F63FB6C.5040502@mac.com>
41274      Branch: perl
41275            ! perlio.c
41276 ____________________________________________________________________________
41277 [ 21214] By: jhi                                   on 2003/09/13  18:33:41
41278         Log: parse_version doesn't always succeed.
41279      Branch: perl
41280            ! Porting/cmpVERSION.pl
41281 ____________________________________________________________________________
41282 [ 21213] By: jhi                                   on 2003/09/13  18:31:41
41283         Log: pod changes, so change $VERSION.
41284      Branch: perl
41285            ! lib/Fatal.pm
41286 ____________________________________________________________________________
41287 [ 21210] By: jhi                                   on 2003/09/13  15:24:38
41288         Log: Subject: Re: unicode regex problem
41289              From: hv@crypt.org
41290              Date: Sat, 13 Sep 2003 15:21:34 +0100
41291              Message-Id: <200309131421.h8DELYx25894@zen.crypt.org>
41292      Branch: perl
41293            ! regcomp.c t/op/pat.t
41294 ____________________________________________________________________________
41295 [ 21209] By: jhi                                   on 2003/09/13  15:22:38
41296         Log: More PerlIO warnings changes.
41297      Branch: perl
41298            ! ext/PerlIO/t/fail.t t/lib/warnings/perlio
41299 ____________________________________________________________________________
41300 [ 21208] By: jhi                                   on 2003/09/13  11:15:40
41301         Log: The "perlio: " prefix looks a little odd
41302              in the few warning/error messages, since
41303              no other 'subsystems' have prefixes.
41304      Branch: perl
41305            ! perlio.c pod/perldiag.pod t/io/open.t
41306 ____________________________________________________________________________
41307 [ 21207] By: jhi                                   on 2003/09/13  10:37:30
41308         Log: Layer names were recognized by their prefixes
41309              (e.g. open(F, ":u", "file") worked...)
41310      Branch: perl
41311            ! perlio.c t/io/open.t
41312 ____________________________________________________________________________
41313 [ 21206] By: jhi                                   on 2003/09/13  10:10:46
41314         Log: Apparently at some point doing 3-arg open with
41315              illegal mode like ">>>" had stopped croaking.
41316      Branch: perl
41317            ! doio.c t/io/open.t
41318 ____________________________________________________________________________
41319 [ 21205] By: jhi                                   on 2003/09/13  08:42:10
41320         Log: Minuscule code cleanup.
41321      Branch: perl
41322            ! doio.c
41323 ____________________________________________________________________________
41324 [ 21204] By: jhi                                   on 2003/09/13  06:47:23
41325         Log: Subject: [perl #23788] int of a fraction errors
41326              From: "Boyd, Brooks D" (via RT) <perlbug-followup@perl.org>
41327              Date: 11 Sep 2003 22:38:19 -0000
41328              Message-ID: <rt-23788-64511.8.7546744242259@rt.perl.org>
41329
41330              Add a separate faq entry for int().  (Yes, a bit redundant
41331              with the existing "why are my numbers broken" entry.)
41332      Branch: perl
41333            ! pod/perlfaq4.pod
41334 ____________________________________________________________________________
41335 [ 21203] By: jhi                                   on 2003/09/13  06:34:03
41336         Log: Subject: Unknown discipline ':utf8' w/ maint perl w/o perlio
41337              From: Stas Bekman <stas@stason.org>
41338              Date: Fri, 12 Sep 2003 13:44:11 -0700
41339              Message-ID: <3F62301B.3080604@stason.org>
41340
41341              s/discipline/IO layer/, instead of "unknown" say "unavailable",
41342              and have the fuller explanation in perldiag.
41343      Branch: perl
41344            ! doio.c pod/perldiag.pod
41345 ____________________________________________________________________________
41346 [ 21202] By: jhi                                   on 2003/09/13  06:07:27
41347         Log: Make the new glob tests pass (well, skip) even with miniperl.
41348      Branch: perl
41349            ! t/run/fresh_perl.t
41350 ____________________________________________________________________________
41351 [ 21201] By: rgs                                   on 2003/09/12  21:41:04
41352         Log: Stringify the $VERSION of DynaLoader so it's never dependent
41353              on localized float-to-string conversions.
41354      Branch: perl
41355            ! ext/DynaLoader/DynaLoader_pm.PL
41356 ____________________________________________________________________________
41357 [ 21198] By: jhi                                   on 2003/09/12  17:59:25
41358         Log: It's UTF-8, not UTF8.  (Note: not s/UTF-8/UTF8/,
41359              since that would break a lot of code.)  Also few
41360              stray UTF16s, UTF32s, and "encoded in Unicode".
41361      Branch: perl
41362            ! doop.c hv.h pod/perl570delta.pod pod/perl58delta.pod
41363            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
41364            ! pod/perlhack.pod pod/perlpodspec.pod pod/perltoc.pod
41365            ! pod/perltodo.pod pod/perlunicode.pod pod/perluniintro.pod
41366            ! pp_hot.c pp_sys.c sv.c sv.h utf8.c utf8.h utfebcdic.h
41367 ____________________________________________________________________________
41368 [ 21197] By: jhi                                   on 2003/09/12  17:24:17
41369         Log: The buildtoc now has options.
41370      Branch: perl
41371            ! pod/Makefile.SH
41372 ____________________________________________________________________________
41373 [ 21196] By: jhi                                   on 2003/09/12  14:33:16
41374         Log: Some more tweaks on open ...&=.
41375      Branch: perl
41376            ! pod/perlfunc.pod
41377 ____________________________________________________________________________
41378 [ 21194] By: jhi                                   on 2003/09/12  11:36:14
41379         Log: Slightly more documentation for open ...&=.
41380      Branch: perl
41381            ! pod/perlfunc.pod
41382 ____________________________________________________________________________
41383 [ 21193] By: jhi                                   on 2003/09/12  03:21:53
41384         Log: Document the new strict strict in strict.
41385      Branch: perl
41386            ! lib/strict.pm
41387 ____________________________________________________________________________
41388 [ 21191] By: jhi                                   on 2003/09/12  03:03:17
41389         Log: More comments for the FreeBSD threads hints.
41390      Branch: perl
41391            ! hints/freebsd.sh
41392 ____________________________________________________________________________
41393 [ 21188] By: jhi                                   on 2003/09/11  20:23:55
41394         Log: More refactoring of the FreeBSD threads hints.
41395              Basically, for fresh enough 5.x the -pthread is dropped,
41396              otherwise keep it, and no known FreeBSD release has
41397              a functional gethostbyaddr_r.
41398      Branch: perl
41399            ! hints/freebsd.sh
41400 ____________________________________________________________________________
41401 [ 21187] By: jhi                                   on 2003/09/11  20:12:00
41402         Log: Subject: [PATCH 5.8.1 @20218] OS/2 API
41403              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
41404              Date: Thu, 11 Sep 2003 09:15:04 -0700
41405              Message-ID: <20030911161504.GA16113@math.berkeley.edu>
41406      Branch: perl
41407            ! os2/OS2/Process/MANIFEST os2/OS2/Process/Process.pm
41408            ! os2/OS2/Process/Process.xs
41409 ____________________________________________________________________________
41410 [ 21186] By: jhi                                   on 2003/09/11  20:10:32
41411         Log: Subject: [PATCH maint@21148] Security: suidperl path disclosure revisited
41412              From: "Brendan O'Dea" <bod@debian.org>
41413              Date: Fri, 12 Sep 2003 00:12:51 +1000
41414              Message-ID: <20030911141251.GA26907@londo.c47.org>
41415      Branch: perl
41416            ! perl.c
41417 ____________________________________________________________________________
41418 [ 21181] By: jhi                                   on 2003/09/11  08:25:13
41419         Log: The change of not needing -pthread in FreeBSD 5.x
41420              is very recent (Sep 3) (from Anton Berezin).
41421      Branch: perl
41422            ! hints/freebsd.sh
41423 ____________________________________________________________________________
41424 [ 21179] By: jhi                                   on 2003/09/11  06:13:12
41425         Log: Upgrade to Pod::Perldoc 3.10.
41426              (Yes, the doughera address change is wrong, but hardly worth 3.11.)
41427      Branch: perl
41428            ! lib/Pod/Perldoc.pm
41429 ____________________________________________________________________________
41430 [ 21176] By: jhi                                   on 2003/09/11  05:22:27
41431         Log: Upgrade to base 2.02.
41432      Branch: perl
41433            + lib/fields-base.t
41434            ! MANIFEST lib/base.pm lib/fields.t
41435 ____________________________________________________________________________
41436 [ 21174] By: jhi                                   on 2003/09/11  04:45:56
41437         Log: Replace #21158 with a better patch from Hugo
41438              (for [perl #23769]).
41439      Branch: perl
41440            ! regcomp.c regexec.c t/op/pat.t
41441 ____________________________________________________________________________
41442 [ 21173] By: jhi                                   on 2003/09/11  03:08:04
41443         Log: Subject: [PATCH][TESTS] dumpvar.pl
41444              From: Joe McMahon <mcmahon@metalab.unc.edu>
41445              Date: Thu, 11 Sep 2003 00:10:29 -0400 (EDT)
41446              Message-ID: <Pine.LNX.4.44.0309102337150.2043-300000@tribal.metalab.unc.edu>
41447      Branch: perl
41448            ! lib/dumpvar.pl lib/dumpvar.t
41449 ____________________________________________________________________________
41450 [ 21172] By: jhi                                   on 2003/09/11  03:03:52
41451         Log: Enache still wants -pthread gone for FreeBSD 5.x
41452              since it doesn't work with the latest -current.
41453      Branch: perl
41454            ! hints/freebsd.sh
41455 ____________________________________________________________________________
41456 [ 21171] By: jhi                                   on 2003/09/11  02:58:29
41457         Log: Subject: [patch] more fullpath TAGS patches (emacs/cperl-mode.el + emacs/ptags)
41458              From: Stas Bekman <stas@stason.org>
41459              Date: Thu, 28 Aug 2003 16:10:48 -0700
41460              Message-ID: <3F4E8BF8.1090800@stason.org>
41461      Branch: perl
41462            ! emacs/cperl-mode.el emacs/ptags
41463 ____________________________________________________________________________
41464 [ 21170] By: jhi                                   on 2003/09/11  02:56:50
41465         Log: Retract #21149, sez Schwern.
41466      Branch: perl
41467            ! lib/Test/More.pm
41468 ____________________________________________________________________________
41469 [ 21169] By: jhi                                   on 2003/09/11  02:55:49
41470         Log: Retract #21168 based on advice from Anton Berezin (added).
41471      Branch: perl
41472            ! hints/freebsd.sh
41473 ____________________________________________________________________________
41474 [ 21168] By: rgs                                   on 2003/09/10  21:43:40
41475         Log: Subject: nit to hints/freebsd.sh
41476              From: Enache Adrian <enache@rdslink.ro>
41477              Date: Wed, 10 Sep 2003 19:50:59 +0300
41478              Message-ID: <20030910165059.GB1321@ratsnest.hole>
41479      Branch: perl
41480            ! hints/freebsd.sh
41481 ____________________________________________________________________________
41482 [ 21167] By: rgs                                   on 2003/09/10  21:18:59
41483         Log: Subject: Re: [perl #15395] lexical warnings and inheritance
41484              From: Anno Siegel <Siegel@zrz.TU-Berlin.DE>
41485              Date: Sun, 31 Aug 2003 22:08:19 GMT
41486              Message-Id: <200308312208.WAA25312@lublin.zrz.TU-Berlin.DE>
41487
41488              The test has been moved into warnings.pm's test suite. Note
41489              that this patch fixed as well the behaviour of warnings::enabled
41490              regarding lexical scoping and different files; hence the expected
41491              results in a few tests in /t/lib/warnings/9enabled has been
41492              reverted.
41493      Branch: perl
41494            ! lib/warnings.pm t/lib/warnings/9enabled warnings.pl
41495 ____________________________________________________________________________
41496 [ 21166] By: rgs                                   on 2003/09/10  19:36:30
41497         Log: Remove the warning in perlfaq about using map in void context :
41498              From: abigail@abigail.nl (Abigail)
41499              Subject: [PATCH perlfaq6] map in a void context.
41500              Date: Tue, 9 Sep 2003 10:31:58 +0200
41501              Message-ID: <20030909083158.GA24125@abigail.nl>
41502      Branch: perl
41503            ! pod/perlfaq6.pod
41504 ____________________________________________________________________________
41505 [ 21165] By: jhi                                   on 2003/09/10  16:48:52
41506         Log: Subject: [PATCH] AUTHORS
41507              From: enache@rdslink.ro (Enache Adrian)
41508              Date: Tue, 9 Sep 2003 19:34:05 +0300
41509              Message-ID: <20030909163405.GB1398@ratsnest.hole>
41510      Branch: perl
41511            ! AUTHORS
41512 ____________________________________________________________________________
41513 [ 21164] By: jhi                                   on 2003/09/10  15:38:51
41514         Log: Regen perlapi.
41515      Branch: perl
41516            ! pod/perlapi.pod
41517 ____________________________________________________________________________
41518 [ 21163] By: merijn                                on 2003/09/10  15:31:27
41519         Log: Subject: [perl #23778] hints/aix.sh
41520              Date: 10 Sep 2003 16:30:32 -0000
41521              From: "Gary L. Armstrong" (via RT) <perlbug-followup@perl.org>
41522              Message-ID: <rt-23778-64471.11.7773626323738@rt.perl.org>
41523      Branch: perl
41524            ! hints/aix.sh
41525 ____________________________________________________________________________
41526 [ 21162] By: jhi                                   on 2003/09/10  15:21:43
41527         Log: blead version of #21161.
41528      Branch: perl
41529            ! pod/perlvar.pod
41530 ____________________________________________________________________________
41531 [ 21160] By: jhi                                   on 2003/09/10  15:11:59
41532         Log: Subject: Re: Decreasing VMS tests in File::Spec::VMS?
41533              From: PPrymmer@factset.com
41534              Message-ID: <OF103BAFC0.72D92F9B-ON85256D98.00742293-85256D98.0077A3F5@factset.com>
41535              Date: Fri, 5 Sep 2003 17:46:48 -0400
41536      Branch: perl
41537            ! lib/File/Spec/t/Spec.t
41538 ____________________________________________________________________________
41539 [ 21159] By: jhi                                   on 2003/09/10  15:10:06
41540         Log: Subject: [PATCH 5.8.1] Unwanted "redefined" warnings in h2ph
41541              From: Kurt Starsinic <kstar@cpan.org>
41542              Date: Tue, 9 Sep 2003 23:16:00 -0400
41543              Message-ID: <20030910031600.GA30554@verizon.net>
41544
41545              Subject: Re: [PATCH 5.8.1] Unwanted "redefined" warnings in h2ph
41546              From: "Brendan O'Dea" <bod@debian.org>
41547              Date: Wed, 10 Sep 2003 22:03:15 +1000
41548              Message-ID: <20030910120315.GA1372@londo.c47.org>
41549      Branch: perl
41550            ! t/lib/h2ph.pht utils/h2ph.PL
41551 ____________________________________________________________________________
41552 [ 21158] By: jhi                                   on 2003/09/10  09:31:24
41553         Log: Unicode regex broken on simple example
41554              regrepeat() did not work right for UTF-8(ed Latin-1)
41555              in the EXACT case, which made the \x{a0}+ fail.
41556      Branch: perl
41557            ! regexec.c t/op/pat.t
41558 ____________________________________________________________________________
41559 [ 21157] By: jhi                                   on 2003/09/10  08:15:54
41560         Log: Linenumbers for utf8 warnings were wrong, test also rcatline.
41561      Branch: perl
41562            ! pp_hot.c t/io/utf8.t
41563 ____________________________________________________________________________
41564 [ 21156] By: jhi                                   on 2003/09/10  08:05:13
41565         Log: Detypo and explain better.
41566      Branch: perl
41567            ! pod/perldiag.pod
41568 ____________________________________________________________________________
41569 [ 21155] By: jhi                                   on 2003/09/10  08:02:55
41570         Log: If doing rcatline no point rescanning each time
41571              the beginning of the SV for utf8 validity.
41572      Branch: perl
41573            ! pp_hot.c
41574 ____________________________________________________________________________
41575 [ 21154] By: jhi                                   on 2003/09/10  07:16:52
41576         Log: No utf8 warnings without use warnings.
41577      Branch: perl
41578            ! t/io/utf8.t
41579 ____________________________________________________________________________
41580 [ 21153] By: jhi                                   on 2003/09/10  06:57:16
41581         Log: Reading a latin1 file with open(... "<:utf8") will freeze
41582              is no more valid, the script doesn't freeze, but I noticed
41583              that neither does the <FILE> complain about bad UTF-8 as it
41584              should and as it does with :encoding(utf8).
41585      Branch: perl
41586            ! pp_hot.c t/io/utf8.t
41587 ____________________________________________________________________________
41588 [ 21152] By: jhi                                   on 2003/09/10  06:54:02
41589         Log: A new UTF-8 API, Perl_is_utf8_string_loc(), a variant
41590              of Perl_utf8_is_string().
41591      Branch: perl
41592            ! embed.fnc embed.h global.sym proto.h utf8.c
41593 ____________________________________________________________________________
41594 [ 21151] By: jhi                                   on 2003/09/10  06:16:28
41595         Log: Document a PerlIO/Encode warning.
41596      Branch: perl
41597            ! pod/perldiag.pod
41598 ____________________________________________________________________________
41599 [ 21149] By: jhi                                   on 2003/09/09  17:22:42
41600         Log: Subject: Re: maint @ 21116
41601              From: Fergal Daly <fergal@esatclear.ie>
41602              Date: Tue, 9 Sep 2003 18:26:20 +0100
41603              Message-Id: <200309091826.20630.fergal@esatclear.ie>
41604
41605              (added warning)
41606      Branch: perl
41607            ! lib/Test/More.pm
41608 ____________________________________________________________________________
41609 [ 21146] By: jhi                                   on 2003/09/09  15:36:20
41610         Log: Adjust the test count.
41611      Branch: perl
41612            ! lib/Test/Simple/t/is_deeply.t
41613 ____________________________________________________________________________
41614 [ 21144] By: jhi                                   on 2003/09/09  15:03:58
41615         Log: AUTHORS update from Dave Mitchell.
41616      Branch: perl
41617            ! AUTHORS
41618 ____________________________________________________________________________
41619 [ 21143] By: jhi                                   on 2003/09/09  15:02:18
41620         Log: Retract #20548 and #20465.
41621      Branch: perl
41622            ! lib/Test/More.pm lib/Test/Simple/t/More.t
41623            ! lib/Test/Simple/t/is_deeply.t
41624 ____________________________________________________________________________
41625 [ 21141] By: jhi                                   on 2003/09/09  14:27:10
41626         Log: Subject: Re: maint @ 21116
41627              From: Enache Adrian <enache@rdslink.ro>
41628              Date: Tue, 9 Sep 2003 16:59:44 +0300
41629              Message-ID: <20030909135944.GA1666@ratsnest.hole>
41630      Branch: perl
41631            ! makedef.pl
41632 ____________________________________________________________________________
41633 [ 21140] By: jhi                                   on 2003/09/09  14:25:51
41634         Log: Retract #21132.
41635      Branch: perl
41636            ! makedef.pl perl.h
41637 ____________________________________________________________________________
41638 [ 21139] By: jhi                                   on 2003/09/09  11:55:33
41639         Log: Warn more about disclosing the hash seed, from Scott A. Crosby.
41640      Branch: perl
41641            ! lib/Hash/Util.pm pod/perlrun.pod
41642 ____________________________________________________________________________
41643 [ 21137] By: jhi                                   on 2003/09/09  09:50:13
41644         Log: Subject: =encoding in perlpod/perlpodspec
41645              From: sburke@cpan.org (Sean M. Burke)
41646              Date: Sun, 07 Sep 2003 03:08:28 -0800
41647              Message-ID: <5.2.1.1.1.20030907030717.00a6aaa0@mailstore.pobox.com>
41648      Branch: perl
41649            ! pod/perlpod.pod pod/perlpodspec.pod
41650 ____________________________________________________________________________
41651 [ 21136] By: jhi                                   on 2003/09/09  09:46:01
41652         Log: One more chance... Elizabeth's change #21107 plus
41653              Subject: Re: [PATCH] warnings.pl: each thread 10K smaller
41654              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
41655              Date: Tue, 9 Sep 2003 01:44:24 +0200
41656              Message-Id: <20030909014424.7ef5e0cd.rgarciasuarez@free.fr>
41657      Branch: perl
41658            ! lib/warnings.pm toke.c warnings.pl
41659 ____________________________________________________________________________
41660 [ 21135] By: jhi                                   on 2003/09/09  09:35:48
41661         Log: One more test count tweak.
41662      Branch: perl
41663            ! t/op/grep.t
41664 ____________________________________________________________________________
41665 [ 21132] By: jhi                                   on 2003/09/09  07:57:20
41666         Log: Subject: Re: maint @ 21116
41667              From: Steve Hay <steve.hay@uk.radan.com>
41668              Date: Tue, 09 Sep 2003 09:49:07 +0100
41669              Message-ID: <3F5D9403.3040004@uk.radan.com>
41670      Branch: perl
41671            ! makedef.pl perl.h
41672 ____________________________________________________________________________
41673 [ 21131] By: jhi                                   on 2003/09/09  07:54:52
41674         Log: Subject: Re: [PATCH] honoring void context for map(), return from sub end test
41675              From: david nicol <whatever@davidnicol.com>
41676              Date: 08 Sep 2003 23:39:32 -0500
41677              Message-Id: <1063082372.1375.126.camel@plaza.davidnicol.com>
41678
41679              (a testcase)
41680      Branch: perl
41681            ! t/op/grep.t
41682 ____________________________________________________________________________
41683 [ 21128] By: jhi                                   on 2003/09/09  07:08:15
41684         Log: Ooops, perlio into scalars was already history for this test...
41685      Branch: perl
41686            ! lib/dumpvar.t
41687 ____________________________________________________________________________
41688 [ 21127] By: jhi                                   on 2003/09/09  07:06:26
41689         Log: Cannot do perlio into scalars without perlio.
41690      Branch: perl
41691            ! lib/dumpvar.t
41692 ____________________________________________________________________________
41693 [ 21126] By: jhi                                   on 2003/09/09  07:04:53
41694         Log: I claim that the debugger is untestable until proven otherwise.
41695      Branch: perl
41696            - lib/perl5db/de0.t
41697            ! MANIFEST
41698 ____________________________________________________________________________
41699 [ 21124] By: jhi                                   on 2003/09/09  06:59:52
41700         Log: In trying to save space, the warnings.pl change (#21107)
41701              pulled in attributes.pm... and the change didn't seem to
41702              be that well tested with different configurations.
41703              Retract #21119, #21117, #21107.
41704      Branch: perl
41705            ! ext/B/t/stash.t lib/warnings.pm warnings.pl
41706 ____________________________________________________________________________
41707 [ 21122] By: jhi                                   on 2003/09/09  06:28:31
41708         Log: Really do #21121.
41709      Branch: perl
41710            ! MANIFEST
41711 ____________________________________________________________________________
41712 [ 21121] By: jhi                                   on 2003/09/09  05:56:52
41713         Log: There's no particular reason to have the dumpvar.t
41714              in lib/perl5db/.
41715      Branch: perl
41716            + lib/dumpvar.t
41717            - lib/perl5db/dumpvar.t
41718            ! MANIFEST
41719 ____________________________________________________________________________
41720 [ 21119] By: jhi                                   on 2003/09/09  05:46:02
41721         Log: strict stash seems to have gone, too.
41722      Branch: perl
41723            ! ext/B/t/stash.t
41724 ____________________________________________________________________________
41725 [ 21117] By: rgs                                   on 2003/09/08  22:26:36
41726         Log: Loading warnings.pm now loads attributes.pm that loads strict.pm.
41727              (due to #21107 apparently.) Adjust this test accordingly.
41728      Branch: perl
41729            ! ext/B/t/stash.t
41730 ____________________________________________________________________________
41731 [ 21113] By: jhi                                   on 2003/09/08  21:10:53
41732         Log: Subject: [PATCH] silence 1 compiler warning
41733              From: Nicholas Clark <nick@ccl4.org>
41734              Date: Mon, 8 Sep 2003 23:04:45 +0100
41735              Message-ID: <20030908230445.E30881@plum.flirble.org>
41736      Branch: perl
41737            ! universal.c
41738 ____________________________________________________________________________
41739 [ 21112] By: jhi                                   on 2003/09/08  21:09:34
41740         Log: Retract #21096, mostly: I had misexplained the situation
41741              to Scott A. Crosby.  Seeing the seed value while not good
41742              for the ultimate paranoia viewpoint is not that bad, as long
41743              as the users are fully aware of the dangers of disclosing
41744              the hash seed.     So hash_seed() is okay.
41745
41746              Being able to see the hash values (as in Java) would
41747              be another option, but dubious: it's not that per-key
41748              hash values themselves are bad to allow scripts to see,
41749              but rather that hash values are just as sensitive (from
41750              the DoSing viewpoint) as the hash seed itself (and there
41751              usually more hash values than the one hash seed....)
41752      Branch: perl
41753            ! lib/Hash/Util.pm lib/Hash/Util.t pod/perlrun.pod universal.c
41754 ____________________________________________________________________________
41755 [ 21110] By: jhi                                   on 2003/09/08  20:59:04
41756         Log: Urk.  unique, not shared.
41757      Branch: perl
41758            ! configpm
41759 ____________________________________________________________________________
41760 [ 21109] By: jhi                                   on 2003/09/08  20:57:25
41761         Log: Subject: [PATCH] configpm: about 1.5K less per thread
41762              From: Elizabeth Mattijsen <liz@dijkmat.nl>
41763              Date: Mon, 8 Sep 2003 23:58:34 +0200
41764              Message-Id: <p05111b21bb829c68b496@[192.168.56.4]>
41765      Branch: perl
41766            ! configpm
41767 ____________________________________________________________________________
41768 [ 21107] By: jhi                                   on 2003/09/08  20:45:38
41769         Log: Subject: [PATCH] warnings.pl: each thread 10K smaller
41770              From: Elizabeth Mattijsen <liz@dijkmat.nl>
41771              Date: Mon, 8 Sep 2003 22:22:38 +0200
41772              Message-Id: <p05111b16bb827ce551da@[192.168.56.4]>
41773      Branch: perl
41774            ! lib/warnings.pm warnings.pl
41775 ____________________________________________________________________________
41776 [ 21106] By: rgs                                   on 2003/09/08  20:45:03
41777         Log: A version of change #21073 that works.
41778      Branch: perl
41779            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
41780 ____________________________________________________________________________
41781 [ 21105] By: jhi                                   on 2003/09/08  20:44:22
41782         Log: Regen perlapi.
41783      Branch: perl
41784            ! pod/perlapi.pod
41785 ____________________________________________________________________________
41786 [ 21103] By: jhi                                   on 2003/09/08  20:18:56
41787         Log: Radu Greab is my hero (the recent cygwin getpw*->pw_comment
41788              being a bad pointer is apparently a known cygwin bug).     The
41789              cure is to initialize the field.
41790      Branch: perl
41791            ! pp_sys.c
41792 ____________________________________________________________________________
41793 [ 21100] By: jhi                                   on 2003/09/08  19:38:39
41794         Log: Bad export.
41795      Branch: perl
41796            ! lib/Hash/Util.t
41797 ____________________________________________________________________________
41798 [ 21098] By: jhi                                   on 2003/09/08  19:06:09
41799         Log: The IPC::Open3 is just too unreliable for this task.
41800      Branch: perl
41801            ! lib/perl5db/de0.t
41802 ____________________________________________________________________________
41803 [ 21097] By: jhi                                   on 2003/09/08  18:42:43
41804         Log: Try to make the de0.t test more robust.
41805              The test is so flakey (too many external things influencing
41806              the result) that I'm likely to leave it out from the maint.
41807      Branch: perl
41808            ! lib/perl5db/de0.t
41809 ____________________________________________________________________________
41810 [ 21096] By: jhi                                   on 2003/09/08  17:58:19
41811         Log: Scott A. Crosby believes in not disclosing
41812              any more information than necessary: therefore
41813              instead of hash_seed() we have now hashes_random().
41814      Branch: perl
41815            ! lib/Hash/Util.pm lib/Hash/Util.t pod/perlrun.pod universal.c
41816 ____________________________________________________________________________
41817 [ 21095] By: jhi                                   on 2003/09/08  17:36:50
41818         Log: Mac OS X "last resort" recipe.
41819      Branch: perl
41820            ! README.macosx
41821 ____________________________________________________________________________
41822 [ 21094] By: jhi                                   on 2003/09/08  16:50:55
41823         Log: Subject: [patch] AUTHORS
41824              From: Juerd <juerd@cpan.org>
41825              Date: Mon, 8 Sep 2003 08:42:13 +0200
41826              Message-ID: <20030908064213.GC23461@c3.convolution.nl>
41827      Branch: perl
41828            ! AUTHORS
41829 ____________________________________________________________________________
41830 [ 21093] By: jhi                                   on 2003/09/08  15:47:14
41831         Log: Slightly more intelligent paranoia.
41832      Branch: perl
41833            ! pod/perldiag.pod util.c
41834 ____________________________________________________________________________
41835 [ 21090] By: jhi                                   on 2003/09/08  14:07:03
41836         Log: Win32 is playing to hard to get but I do not have
41837              time to chase it, so restore #21072, more or less.
41838              I think testing the debugger in UNIX-like places
41839              is enough, no need to go into painful contortions
41840              trying to "portably" run interactive programs like
41841              the debugger.
41842      Branch: perl
41843            ! lib/perl5db/de0.t
41844 ____________________________________________________________________________
41845 [ 21088] By: jhi                                   on 2003/09/08  12:50:15
41846         Log: 5.8.1 was mistakenly redefining PL_sv_placeholder.
41847      Branch: perl
41848            ! ext/Storable/Storable.xs
41849 ____________________________________________________________________________
41850 [ 21087] By: jhi                                   on 2003/09/08  12:34:37
41851         Log: Add Hash::Util::hash_seed() which answers among
41852              other things the question whether our hashes are
41853              "randomised".  (They always were...)
41854      Branch: perl
41855            ! lib/Hash/Util.pm lib/Hash/Util.t pod/perlrun.pod universal.c
41856 ____________________________________________________________________________
41857 [ 21086] By: jhi                                   on 2003/09/08  12:22:03
41858         Log: XSRETURN_UV was missing.
41859      Branch: perl
41860            ! XSUB.h
41861 ____________________________________________________________________________
41862 [ 21085] By: jhi                                   on 2003/09/08  12:15:23
41863         Log: Superparanoia.
41864      Branch: perl
41865            ! util.c
41866 ____________________________________________________________________________
41867 [ 21084] By: ams                                   on 2003/09/08  11:44:25
41868         Log: Clean up pp_readdir() somewhat.
41869      Branch: perl
41870            ! pp_sys.c
41871 ____________________________________________________________________________
41872 [ 21082] By: jhi                                   on 2003/09/08  11:32:46
41873         Log: The #21073 broke ext/B/t/o.t, retracting the #21073.
41874      Branch: perl
41875            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
41876 ____________________________________________________________________________
41877 [ 21080] By: jhi                                   on 2003/09/08  09:52:40
41878         Log: In Win32 IPC::Open3 + IO::Select does not work that well
41879              so mostly undo the change #21072 and revert back to using
41880              a temp file.
41881      Branch: perl
41882            ! lib/perl5db/de0.t
41883 ____________________________________________________________________________
41884 [ 21078] By: jhi                                   on 2003/09/08  09:10:47
41885         Log: In Win32 the cmd.exe console output doesn't seem to
41886              be catchable using the in-memory I/O + select trick,
41887              so use tie-STDOUT trick instead.
41888      Branch: perl
41889            ! lib/perl5db/dumpvar.t
41890 ____________________________________________________________________________
41891 [ 21077] By: jhi                                   on 2003/09/08  09:03:13
41892         Log: Move Config test.
41893      Branch: perl
41894            ! lib/perl5db/de0.t
41895 ____________________________________________________________________________
41896 [ 21076] By: jhi                                   on 2003/09/08  08:50:27
41897         Log: Let's require fork for this test.
41898      Branch: perl
41899            ! lib/perl5db/de0.t
41900 ____________________________________________________________________________
41901 [ 21074] By: jhi                                   on 2003/09/08  08:09:27
41902         Log: Subject: [PATCH] call_(pv|etc.) for Devel::PPPort
41903              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
41904              Date: Mon, 08 Sep 2003 08:56:09 +0200
41905              Message-id: <20030908065609.GA1260@ethan>
41906      Branch: perl
41907            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
41908            ! ext/Devel/PPPort/t/test.t
41909 ____________________________________________________________________________
41910 [ 21073] By: jhi                                   on 2003/09/08  08:07:55
41911         Log: Subject: Re: one nit to fix [PATCH]
41912              From: Rafael Garcia-Suarez <raphel.garcia-suarez@hexaflux.com>
41913              Date: Mon, 8 Sep 2003 10:19:08 +0200
41914              Message-Id: <20030908101908.5571326d.rgarcia@hexaflux.com>
41915      Branch: perl
41916            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
41917 ____________________________________________________________________________
41918 [ 21072] By: jhi                                   on 2003/09/08  08:04:53
41919         Log: Subject: Re: [PATCH] Test skeleton for debugger commands
41920              From: Andreas J Koenig <andreas.koenig@anima.de>
41921              Date: Mon, 08 Sep 2003 10:48:27 +0200
41922              Message-ID: <87llszis2s.fsf@franz.ak.mind.de>
41923      Branch: perl
41924            ! lib/perl5db/de0.t
41925 ____________________________________________________________________________
41926 [ 21071] By: jhi                                   on 2003/09/08  06:46:00
41927         Log: de0.t: use Test::More, add some tests.
41928      Branch: perl
41929            ! lib/perl5db/de0.t
41930 ____________________________________________________________________________
41931 [ 21070] By: jhi                                   on 2003/09/08  06:31:39
41932         Log: More dumpvar testing.
41933      Branch: perl
41934            ! lib/perl5db/dumpvar.t
41935 ____________________________________________________________________________
41936 [ 21069] By: jhi                                   on 2003/09/08  05:34:03
41937         Log: An empty test.
41938      Branch: perl
41939            ! lib/perl5db/dumpvar.t
41940 ____________________________________________________________________________
41941 [ 21068] By: jhi                                   on 2003/09/08  05:21:21
41942         Log: dumpvar.t: use Test::More;
41943      Branch: perl
41944            ! lib/perl5db/dumpvar.t
41945 ____________________________________________________________________________
41946 [ 21067] By: jhi                                   on 2003/09/08  05:11:46
41947         Log: Cleanup PerlIO::scalar documentation a bit.
41948      Branch: perl
41949            ! ext/PerlIO/scalar/scalar.pm
41950 ____________________________________________________________________________
41951 [ 21066] By: jhi                                   on 2003/09/08  04:49:28
41952         Log: The in-memory files require PerlIO::scalar.
41953      Branch: perl
41954            ! lib/perl5db/dumpvar.t
41955 ____________________________________________________________________________
41956 [ 21065] By: rgs                                   on 2003/09/07  21:17:23
41957         Log: Subject: [PATCH] Test skeleton for debugger commands
41958              From: Andreas J Koenig <andreas.koenig@anima.de>
41959              Date: Sun, 07 Sep 2003 18:51:56 +0200
41960              Message-ID: <87fzj8k0cz.fsf@franz.ak.mind.de>
41961              With minor adjustments
41962      Branch: perl
41963            + lib/perl5db/de0.t lib/perl5db/dumpvar.t
41964            ! MANIFEST
41965 ____________________________________________________________________________
41966 [ 21064] By: rgs                                   on 2003/09/07  19:12:05
41967         Log: Upgrade to Unicode::Collate 0.28
41968      Branch: perl
41969            + lib/Unicode/Collate/t/contract.t
41970            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
41971            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
41972 ____________________________________________________________________________
41973 [ 21063] By: rgs                                   on 2003/09/07  18:25:23
41974         Log: Subject: [PATCH] Re: [perl #23656] Safe reval bleeds local variable values
41975              From: Dave Mitchell <davem@fdgroup.com>
41976              Date: Sun, 7 Sep 2003 19:14:44 +0100
41977              Message-ID: <20030907181444.GA7058@fdgroup.com>
41978      Branch: perl
41979            ! ext/Opcode/Safe.pm
41980 ____________________________________________________________________________
41981 [ 21062] By: rgs                                   on 2003/09/07  12:44:33
41982         Log: Subject: [PATCH] honoring void context for map()
41983              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
41984              Date: Thu, 04 Sep 2003 11:13:41 +0200
41985              Message-id: <20030904091341.GA30655@ethan>
41986      Branch: perl
41987            ! pp_ctl.c
41988 ____________________________________________________________________________
41989 [ 21061] By: jhi                                   on 2003/09/07  07:04:53
41990         Log: Retract #21010.
41991      Branch: perl
41992            ! lib/dumpvar.pl
41993 ____________________________________________________________________________
41994 [ 21060] By: rgs                                   on 2003/09/06  21:30:10
41995         Log: Minor doc style nits in XSLoader.
41996      Branch: perl
41997            ! ext/DynaLoader/XSLoader_pm.PL
41998 ____________________________________________________________________________
41999 [ 21058] By: jhi                                   on 2003/09/06  19:57:46
42000         Log: Vanity patch.
42001      Branch: perl
42002            ! AUTHORS
42003 ____________________________________________________________________________
42004 [ 21057] By: jhi                                   on 2003/09/06  19:56:53
42005         Log: Updated Sharp Zaurus cross-compilation from Redvers Davies.
42006      Branch: perl
42007            ! Cross/Makefile Cross/Makefile.SH.patch Cross/README Cross/TODO
42008            ! Cross/config.sh-arm-linux Cross/generate_config_sh
42009            ! Cross/installperl.patch
42010 ____________________________________________________________________________
42011 [ 21056] By: rgs                                   on 2003/09/06  19:03:41
42012         Log: Email nits in Fatal.pm [perl #23724].
42013      Branch: perl
42014            ! lib/Fatal.pm
42015 ____________________________________________________________________________
42016 [ 21052] By: jhi                                   on 2003/09/05  20:34:15
42017         Log: Musty corners of Syslog.pm.
42018      Branch: perl
42019            ! ext/Sys/Syslog/Syslog.pm
42020 ____________________________________________________________________________
42021 [ 21051] By: ams                                   on 2003/09/05  18:43:46
42022         Log: 1. Work around the bug fixed by #20587 (because it's in 5.8.0).
42023              2. Compensate for PL_sv_placeholder <= 5.8.1.
42024              3. Clean up non-backwards-compatible tests.
42025              4. Prepare for the 2.08 CPAN release.
42026      Branch: perl
42027            ! ext/Storable/ChangeLog ext/Storable/Storable.xs
42028            ! ext/Storable/t/freeze.t ext/Storable/t/malice.t
42029            ! ext/Storable/t/utf8hash.t
42030 ____________________________________________________________________________
42031 [ 21048] By: jhi                                   on 2003/09/05  13:53:23
42032         Log: One more known tie problem.
42033      Branch: perl
42034            ! pod/perltie.pod
42035 ____________________________________________________________________________
42036 [ 21047] By: jhi                                   on 2003/09/05  13:46:35
42037         Log: Subject: [PATCH] threads/shared.pm: saves 4K per thread
42038              Date: Fri, 5 Sep 2003 14:46:00 +0200
42039              Message-Id: <p05111b05bb7e177db044@[192.168.56.4]>
42040              From: Elizabeth Mattijsen <liz@dijkmat.nl>
42041      Branch: perl
42042            ! ext/threads/shared/shared.pm
42043 ____________________________________________________________________________
42044 [ 21046] By: jhi                                   on 2003/09/05  13:44:30
42045         Log: Subject: versions threads modules
42046              From: Elizabeth Mattijsen <liz@dijkmat.nl>
42047              Date: Fri, 5 Sep 2003 12:22:52 +0200
42048              Message-Id: <p05111b03bb7e1423e6ff@[192.168.56.4]>
42049      Branch: perl
42050            ! ext/threads/shared/shared.pm
42051 ____________________________________________________________________________
42052 [ 21045] By: jhi                                   on 2003/09/05  13:43:36
42053         Log: More suidperl path disclosure plugging:
42054              the #9813 didn't do enough.  See either of
42055              http://rt.perl.org/rt2/Ticket/Display.html?id=6511
42056              http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=203426
42057      Branch: perl
42058            ! perl.c pod/perldiag.pod
42059 ____________________________________________________________________________
42060 [ 21044] By: jhi                                   on 2003/09/05  13:09:54
42061         Log: FreeBSD hints updates from Anton Berezin.
42062      Branch: perl
42063            ! hints/freebsd.sh
42064 ____________________________________________________________________________
42065 [ 21043] By: merijn                                on 2003/09/05  11:18:20
42066         Log: Changed conflicting diff options
42067      Branch: perl
42068            ! patchlevel.h
42069 ____________________________________________________________________________
42070 [ 21042] By: jhi                                   on 2003/09/05  06:47:43
42071         Log: Acknowledge some known tie bugs.
42072      Branch: perl
42073            ! pod/perltie.pod
42074 ____________________________________________________________________________
42075 [ 21041] By: merijn                                on 2003/09/05  04:50:44
42076         Log: Subject: [PATCH] Remove dublicated entry in AUTHORS
42077              From: Ilya Martynov <ilya@martynov.org>
42078              Date: Fri, 05 Sep 2003 00:49:57 +0400
42079              Message-ID: <8765k8uvm2.fsf@abra.ru>
42080      Branch: perl
42081            ! AUTHORS
42082 ____________________________________________________________________________
42083 [ 21040] By: jhi                                   on 2003/09/05  04:36:48
42084         Log: code example error in "perlopentut"
42085      Branch: perl
42086            ! pod/perlopentut.pod
42087 ____________________________________________________________________________
42088 [ 21039] By: jhi                                   on 2003/09/05  04:13:17
42089         Log: Another seemingly fixed (un)tie bug,
42090              [perl ##22297] cannot untie scalar from within tied FETCH
42091      Branch: perl
42092            ! t/op/tie.t
42093 ____________________________________________________________________________
42094 [ 21036] By: jhi                                   on 2003/09/04  19:34:26
42095         Log: Subject: Re: [PATCH] Data::Dumper 2.121
42096              From: Ilya Martynov <ilya@martynov.org>
42097              Date: Fri, 05 Sep 2003 00:33:46 +0400
42098              Message-ID: <87ad9kuwd1.fsf@abra.ru>
42099      Branch: perl
42100            ! ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
42101            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
42102            ! ext/Data/Dumper/t/overload.t ext/Data/Dumper/t/pair.t
42103 ____________________________________________________________________________
42104 [ 21033] By: jhi                                   on 2003/09/04  18:52:29
42105         Log: I think once is enough.
42106      Branch: perl
42107            ! configure.gnu
42108 ____________________________________________________________________________
42109 [ 21032] By: jhi                                   on 2003/09/04  17:30:28
42110         Log: Subject: [PATCH] Re: [PATCH] Re: ByteLoader and MSWin32
42111              From: Enache Adrian <enache@rdslink.ro>
42112              Date: Thu, 4 Sep 2003 20:09:06 +0300
42113              Message-ID: <20030904170906.GA1235@ratsnest.hole>
42114      Branch: perl
42115            ! bytecode.pl ext/B/B/Bytecode.pm ext/ByteLoader/bytecode.h
42116            ! ext/ByteLoader/byterun.c
42117 ____________________________________________________________________________
42118 [ 21031] By: jhi                                   on 2003/09/04  17:27:58
42119         Log: Subject: [PATCH] perlreftut: change distribution conditions
42120              From: "Brendan O'Dea" <bod@debian.org>
42121              Date: Thu, 4 Sep 2003 02:28:49 +1000
42122              Message-ID: <20030903162849.GA9675@londo.c47.org>
42123      Branch: perl
42124            ! pod/perlreftut.pod
42125 ____________________________________________________________________________
42126 [ 21030] By: jhi                                   on 2003/09/04  17:26:48
42127         Log: Subject: Re: "vendor" patch pickup
42128              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
42129              Date: Thu, 4 Sep 2003 19:47:55 +0200
42130              Message-ID: <009b01c3730c$ac45e750$0c2f1fac@R2D2>
42131
42132              (Gentoo: take Marcus' version of the __THROW patch and
42133              even further #ifdef-protect it with __GLIBC__.)
42134      Branch: perl
42135            ! perl.h
42136 ____________________________________________________________________________
42137 [ 21029] By: jhi                                   on 2003/09/04  16:01:26
42138         Log: Tiny perlcc tweaks.
42139      Branch: perl
42140            ! utils/perlcc.PL
42141 ____________________________________________________________________________
42142 [ 21028] By: jhi                                   on 2003/09/04  15:10:48
42143         Log: A SuSE patchlet for perlcc -c to avoid
42144              "Modification of a read-only value attempted at ... C.pm"
42145      Branch: perl
42146            ! ext/B/B/C.pm
42147 ____________________________________________________________________________
42148 [ 21027] By: jhi                                   on 2003/09/04  08:54:40
42149         Log: AUTHORS updates.
42150      Branch: perl
42151            ! AUTHORS
42152 ____________________________________________________________________________
42153 [ 21025] By: jhi                                   on 2003/09/03  20:27:56
42154         Log: Upgrade to Math::BigInt pre-rel 1.66 as of
42155              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2003-09/msg00242.html
42156              (the tar.gz link doesn't have 'v1.66', it has '1.66')
42157              so that the smoke builds can start chewing it.
42158      Branch: perl
42159            ! lib/Math/BigInt.pm lib/Math/BigInt/Calc.pm
42160            ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bare_mbi.t
42161            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
42162            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
42163            ! lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/sub_mbf.t
42164            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/with_sub.t
42165 ____________________________________________________________________________
42166 [ 21022] By: jhi                                   on 2003/09/03  16:42:24
42167         Log: Subject: [PATCH Porting/valgrindpp.pl] fix: output from different pids
42168              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
42169              Date: Wed, 3 Sep 2003 19:20:20 +0200
42170              Message-ID: <005901c3723f$a7914f10$0c2f1fac@R2D2>
42171      Branch: perl
42172            ! Porting/valgrindpp.pl
42173 ____________________________________________________________________________
42174 [ 21019] By: jhi                                   on 2003/09/03  15:51:35
42175         Log: Also indicate the Unicode level here.
42176              (The last date is non-committal :-)
42177      Branch: perl
42178            ! pod/perlunicode.pod
42179 ____________________________________________________________________________
42180 [ 21018] By: jhi                                   on 2003/09/03  12:08:23
42181         Log: Avoid lvalue casts, from Enache.
42182      Branch: perl
42183            ! ext/ByteLoader/bytecode.h op.h
42184 ____________________________________________________________________________
42185 [ 21017] By: jhi                                   on 2003/09/03  08:23:39
42186         Log: Bump up the VERSION.
42187      Branch: perl
42188            ! lib/bytes.pm
42189 ____________________________________________________________________________
42190 [ 21016] By: jhi                                   on 2003/09/03  08:22:48
42191         Log: Add, document, and test bytes::substr, index, rindex, chr,
42192              document bytes::ord.
42193      Branch: perl
42194            ! lib/bytes.pm lib/bytes.t lib/bytes_heavy.pl
42195 ____________________________________________________________________________
42196 [ 21014] By: jhi                                   on 2003/09/03  06:16:24
42197         Log: Subject: [PATCH] Re: maint@20974 or before broke mp2 ithreads test
42198              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
42199              Date: Wed, 3 Sep 2003 08:57:25 +0200 (MEST)
42200              Message-ID: <29644.1062572245@www50.gmx.net>
42201
42202              The other half of #20930 should be still good.
42203      Branch: perl
42204            ! op.c
42205 ____________________________________________________________________________
42206 [ 21013] By: jhi                                   on 2003/09/03  06:15:09
42207         Log: use IO; is deprecated.
42208      Branch: perl
42209            ! ext/threads/t/join.t
42210 ____________________________________________________________________________
42211 [ 21012] By: jhi                                   on 2003/09/03  05:28:50
42212         Log: Upgrade to base 2.01 from CPAN.
42213      Branch: perl
42214            ! lib/base.pm lib/fields.pm
42215 ____________________________________________________________________________
42216 [ 21011] By: jhi                                   on 2003/09/03  05:08:29
42217         Log: Changing the test count is a good idea.
42218      Branch: perl
42219            ! ext/threads/t/join.t
42220 ____________________________________________________________________________
42221 [ 21010] By: jhi                                   on 2003/09/03  04:59:38
42222         Log: Subject: {PATCH 5.8.1] Re: [perl #23651] Debugger dump failed for blessed REF object
42223              From: Joe McMahon <mcmahon@ibiblio.org>
42224              Date: Tue, 2 Sep 2003 18:02:14 -0400
42225              Message-Id: <1C49133C-DD91-11D7-8450-000393BCA0FC@ibiblio.org>
42226      Branch: perl
42227            ! lib/dumpvar.pl
42228 ____________________________________________________________________________
42229 [ 21009] By: jhi                                   on 2003/09/03  04:48:40
42230         Log: Subject: Re: maint@20974 or before broke mp2 ithreads test
42231              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
42232              Date: Wed, 3 Sep 2003 06:07:54 +0200
42233              Message-ID: <044101c371d0$f39b3fc0$0c2f1fac@R2D2>
42234      Branch: perl
42235            ! ext/threads/t/join.t
42236 ____________________________________________________________________________
42237 [ 21008] By: jhi                                   on 2003/09/03  04:31:35
42238         Log: VMS does not have quite UNIX glob semantics.
42239      Branch: perl
42240            ! t/run/fresh_perl.t
42241 ____________________________________________________________________________
42242 [ 21007] By: rgs                                   on 2003/09/02  21:21:27
42243         Log: Subject: some method calls not autoloaded
42244              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
42245              Date: Tue, 2 Sep 2003 15:06:29 -0700
42246              Message-ID: <20030902220629.GA2952@efn.org>
42247      Branch: perl
42248            ! pod/perlfunc.pod pod/perlsub.pod
42249 ____________________________________________________________________________
42250 [ 21003] By: jhi                                   on 2003/09/02  19:01:07
42251         Log: An untie test from perlmonks-- worked in 5.6.1,
42252              broken in 5.8.0, seems to be working again in maint,
42253              better nail it down now.
42254      Branch: perl
42255            ! t/op/tie.t
42256 ____________________________________________________________________________
42257 [ 21000] By: jhi                                   on 2003/09/02  15:35:40
42258         Log: Retract #20930 because of
42259              Subject: maint@20974 or before broke mp2 ithreads test
42260              From: Stas Bekman <stas@stason.org>
42261              Date: Mon, 01 Sep 2003 23:31:11 -0700
42262              Message-ID: <3F54392F.7080009@stason.org>
42263      Branch: perl
42264            ! op.c
42265 ____________________________________________________________________________
42266 [ 20999] By: jhi                                   on 2003/09/02  15:34:14
42267         Log: Subject: [DOCPATCH] Re: [perl #23630] problem with "used only once" warning
42268              From: Fergal Daly <fergal@esatclear.ie>
42269              Date: Tue, 2 Sep 2003 17:36:52 +0100
42270              Message-Id: <200309021736.52725.fergal@esatclear.ie>
42271      Branch: perl
42272            ! pod/perldiag.pod
42273 ____________________________________________________________________________
42274 [ 20998] By: jhi                                   on 2003/09/02  15:02:47
42275         Log: Subject: [perl #23672] Math::BigInit POD
42276              From: "abigail@abigail.nl (via RT)" <perlbug-followup@perl.org>
42277              Date: 1 Sep 2003 08:47:39 -0000
42278              Message-ID: <rt-23672-64035.19.2973991993763@rt.perl.org>
42279      Branch: perl
42280            ! lib/Math/BigInt.pm
42281 ____________________________________________________________________________
42282 [ 20997] By: jhi                                   on 2003/09/02  14:58:21
42283         Log: Subject: [PATCH perlfaq6.pod] Explain \Q better
42284              From: Mark Jason Dominus <mjd@plover.com>
42285              Date: Mon, 01 Sep 2003 16:19:20 -0400
42286              Message-ID: <20030901201920.3929.qmail@plover.com>
42287      Branch: perl
42288            ! pod/perlfaq6.pod
42289 ____________________________________________________________________________
42290 [ 20996] By: jhi                                   on 2003/09/02  14:56:29
42291         Log: Subject: [PATCH] grok_(number|numeric_radix) added to Devel::PPPort
42292              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
42293              Date: Tue, 02 Sep 2003 11:27:19 +0200
42294              Message-id: <20030902092719.GA18075@ethan>
42295      Branch: perl
42296            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
42297            ! ext/Devel/PPPort/t/test.t
42298 ____________________________________________________________________________
42299 [ 20993] By: jhi                                   on 2003/09/02  14:40:54
42300         Log: Subject: [PATCH] Re: ByteLoader and MSWin32
42301              From: Enache Adrian <enache@rdslink.ro>
42302              Date: Tue, 2 Sep 2003 03:45:11 +0300
42303              Message-ID: <20030902004511.GA1442@ratsnest.hole>
42304      Branch: perl
42305            ! embed.fnc embed.h ext/ByteLoader/bytecode.h global.sym op.c
42306            ! op.h proto.h t/TEST
42307 ____________________________________________________________________________
42308 [ 20990] By: jhi                                   on 2003/09/02  04:29:45
42309         Log: Upgrade to Unicode::Collate 0.27.
42310      Branch: perl
42311            + lib/Unicode/Collate/t/hangul.t
42312            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
42313            ! lib/Unicode/Collate/README
42314 ____________________________________________________________________________
42315 [ 20989] By: jhi                                   on 2003/09/02  04:23:20
42316         Log: Subject: [PATCH Porting/valgrindpp.pl] more options for valgrindpp.pl
42317              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
42318              Date: Mon, 1 Sep 2003 22:28:58 +0200
42319              Message-ID: <007701c370c7$acb85430$0c2f1fac@R2D2>
42320      Branch: perl
42321            ! Porting/valgrindpp.pl
42322 ____________________________________________________________________________
42323 [ 20983] By: jhi                                   on 2003/09/01  14:14:49
42324         Log: From Craig Berry, following the example of the other podxxx.PL
42325              in relying on basename($0, '.PL') to Do The Right Thing with
42326              regard to the case of the extension, which could be either
42327              .pl or .PL on VMS depending on version-specific features.
42328      Branch: perl
42329            ! pod/pod2usage.PL pod/podselect.PL
42330 ____________________________________________________________________________
42331 [ 20982] By: jhi                                   on 2003/09/01  13:01:49
42332         Log: Configure -r in AIX bad.
42333      Branch: perl
42334            ! README.aix
42335 ____________________________________________________________________________
42336 [ 20981] By: jhi                                   on 2003/09/01  11:28:35
42337         Log: Subject: [DOC PATCH] perlfaq4.pod
42338              Date: Mon, 1 Sep 2003 12:38:50 +0200
42339              From: Elizabeth Mattijsen <liz@dijkmat.nl>
42340              Message-Id: <p05111b19bb78d1d7aa70@[192.168.56.4]>
42341      Branch: perl
42342            ! pod/perlfaq4.pod
42343 ____________________________________________________________________________
42344 [ 20980] By: jhi                                   on 2003/09/01  08:49:02
42345         Log: Subject: glob() bug
42346              From: Gurusamy Sarathy <gsar@ActiveState.com>
42347              Date: Mon, 01 Sep 2003 02:25:41 -0700
42348              Message-Id: <200309010925.h819Pf0X011457@smtp3.ActiveState.com>
42349      Branch: perl
42350            ! op.c t/run/fresh_perl.t
42351 ____________________________________________________________________________
42352 [ 20979] By: jhi                                   on 2003/09/01  06:32:01
42353         Log: Ultrix VAX is like VMS VAX in floating point.
42354      Branch: perl
42355            ! t/op/sprintf.t
42356 ____________________________________________________________________________
42357 [ 20978] By: jhi                                   on 2003/09/01  05:44:25
42358         Log: Subject: [PATCH@20959] some WinCE compilers require a little correction
42359              From: Vadim Konovalov <vkonovalov@peterstar.ru>
42360              Date: Mon, 1 Sep 2003 02:57:33 +0400
42361              Message-ID: <1091134912500.20030901025733@peterstar.ru>
42362      Branch: perl
42363            ! wince/Makefile.ce wince/wince.c
42364 ____________________________________________________________________________
42365 [ 20973] By: jhi                                   on 2003/08/31  15:34:43
42366         Log: Add test for -i.
42367      Branch: perl
42368            ! MANIFEST t/run/switches.t
42369 ____________________________________________________________________________
42370 [ 20972] By: jhi                                   on 2003/08/31  15:12:10
42371         Log: Add tests for -h and (unknown) -z.
42372      Branch: perl
42373            ! MANIFEST t/run/switches.t
42374 ____________________________________________________________________________
42375 [ 20971] By: jhi                                   on 2003/08/31  15:03:42
42376         Log: Add test for -v.
42377      Branch: perl
42378            ! MANIFEST t/run/switches.t
42379 ____________________________________________________________________________
42380 [ 20970] By: jhi                                   on 2003/08/31  14:55:54
42381         Log: List the switches tested in switches.t.
42382      Branch: perl
42383            ! t/run/switches.t
42384 ____________________________________________________________________________
42385 [ 20969] By: jhi                                   on 2003/08/31  14:51:19
42386         Log: Subject: [PATCH: perl@20898] have installperl install perl_setup.com and dbga2p.exe for VMS
42387              From: PPrymmer@factset.com
42388              Message-ID: <OF0394CB1E.C7646793-ON85256D93.004D75D4-85256D93.004E01F2@factset.com>
42389              Date: Sun, 31 Aug 2003 10:11:54 -0400
42390      Branch: perl
42391            ! installperl
42392 ____________________________________________________________________________
42393 [ 20968] By: jhi                                   on 2003/08/31  13:24:10
42394         Log: Subject: [PATCH sv.c] Re: [PATCH] add "$lexical not available" warning in C<for my $lex ()>
42395              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
42396              Date: Sun, 31 Aug 2003 15:21:17 +0200
42397              Message-ID: <038401c36fc2$d01b1440$9b00a8c0@R2D2>
42398      Branch: perl
42399            ! sv.c
42400 ____________________________________________________________________________
42401 [ 20965] By: jhi                                   on 2003/08/31  08:55:59
42402         Log: Ouch.  Upgrading to base 2.0 made the threads tests very unhappy
42403              both in blead and maint, lots of "Attempt to free non-existent
42404              shared string" and "Unbalanced string table refcount" errors.
42405              Retract #20960 (and #20963).
42406      Branch: perl
42407            - lib/base/t/base.t lib/base/t/fb18784.t lib/base/t/fb20922.t
42408            - lib/base/t/fields.t lib/base/t/fp560.t lib/base/t/fp580.t
42409            ! MANIFEST lib/base.pm lib/fields.pm
42410 ____________________________________________________________________________
42411 [ 20964] By: jhi                                   on 2003/08/31  08:17:43
42412         Log: Integrate from maint:
42413              [ 20963]
42414              Muffle the 'Pseudo-hashes are deprecated' warning for maint.
42415      Branch: perl
42416           !> lib/base/t/fp560.t
42417 ____________________________________________________________________________
42418 [ 20961] By: jhi                                   on 2003/08/31  08:09:21
42419         Log: De-cargo-cult.
42420      Branch: perl
42421            ! ext/DynaLoader/t/XSLoader.t ext/SDBM_File/t/sdbm.t
42422 ____________________________________________________________________________
42423 [ 20960] By: jhi                                   on 2003/08/31  08:07:43
42424         Log: Upgrade to base.pm 2.0.
42425
42426              (Rename the tests around a bit to be more 8.3-friendly.)
42427      Branch: perl
42428            + lib/base/t/base.t lib/base/t/fb18784.t lib/base/t/fb20922.t
42429            + lib/base/t/fields.t lib/base/t/fp560.t lib/base/t/fp580.t
42430            ! MANIFEST lib/base.pm lib/fields.pm
42431 ____________________________________________________________________________
42432 [ 20957] By: jhi                                   on 2003/08/30  18:47:02
42433         Log: Fewer naked char constants.
42434      Branch: perl
42435            ! doio.c perlio.c sv.h
42436 ____________________________________________________________________________
42437 [ 20956] By: jhi                                   on 2003/08/30  18:38:05
42438         Log: This is probably a wrong fix for
42439              [perl #23645] tell with perlio on appended files
42440              but maybe this gets NI-S agitated enough to present the correct fix :-)
42441      Branch: perl
42442            ! perlio.c t/io/tell.t
42443 ____________________________________________________________________________
42444 [ 20954] By: jhi                                   on 2003/08/30  17:14:19
42445         Log: A new try at
42446
42447              Subject: [PATCH] maint / blead tweaks in perlio.c for Cygwin
42448              From: "Gerrit P. Haase" <gp@familiehaase.de>
42449              Date: Thu, 28 Aug 2003 08:18:51 +0200
42450              Message-ID: <4157199551.20030828081851@familiehaase.de>
42451
42452              (this time Cygwin only)
42453      Branch: perl
42454            ! perlio.c
42455 ____________________________________________________________________________
42456 [ 20952] By: rgs                                   on 2003/08/30  15:20:48
42457         Log: Tweak XSLoader.t.
42458              XSLoader is supposed to work even for extensions that
42459              are statically linked. So only check that the extension we
42460              test for is actually available. (This test is not supposed
42461              to be run by miniperl.)
42462      Branch: perl
42463            ! ext/DynaLoader/t/XSLoader.t
42464 ____________________________________________________________________________
42465 [ 20950] By: jhi                                   on 2003/08/30  06:49:31
42466         Log: Something went wrong in change #20929;
42467              linux 2.4.18-bf2.4 didn't like it:
42468              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2003-08/msg01992.html
42469              and similar failure pattern also seen in Solaris 8.
42470      Branch: perl
42471            ! perlio.c
42472 ____________________________________________________________________________
42473 [ 20948] By: jhi                                   on 2003/08/30  06:08:57
42474         Log: Setup @INC.
42475      Branch: perl
42476            ! t/op/cproto.t
42477 ____________________________________________________________________________
42478 [ 20946] By: jhi                                   on 2003/08/30  06:00:09
42479         Log: Tabify and re-sort MANIFEST.
42480      Branch: perl
42481            ! MANIFEST
42482 ____________________________________________________________________________
42483 [ 20945] By: jhi                                   on 2003/08/30  05:57:04
42484         Log: Make XSLoader.t more robust (and sdbm.t more verbose)
42485      Branch: perl
42486            ! ext/DynaLoader/t/XSLoader.t ext/SDBM_File/t/sdbm.t
42487 ____________________________________________________________________________
42488 [ 20944] By: jhi                                   on 2003/08/30  05:50:41
42489         Log: Subject: [PATCH] XSLoader nits and tests
42490              From: Michael G Schwern <schwern@pobox.com>
42491              Date: Fri, 29 Aug 2003 22:55:07 -0700
42492              Message-ID: <20030830055507.GI25970@windhund.schwern.org>
42493      Branch: perl
42494            + ext/DynaLoader/t/XSLoader.t
42495            ! MANIFEST ext/DynaLoader/XSLoader_pm.PL
42496 ____________________________________________________________________________
42497 [ 20943] By: jhi                                   on 2003/08/30  05:44:02
42498         Log: Missed from #20942.
42499      Branch: perl
42500            ! lib/File/Spec/VMS.pm
42501 ____________________________________________________________________________
42502 [ 20942] By: jhi                                   on 2003/08/30  05:41:59
42503         Log: Subject: [PATCH: perl@20898] fix File::Spec->abs2rel() to return absolute $path more often for VMS
42504              From: PPrymmer@factset.com
42505              Date: Sat, 30 Aug 2003 00:57:28 -0400
42506              Message-ID: <OFD8AE5D6D.EA3FBE7D-ON85256D92.001A31FE-85256D92.001B3BE5@factset.com>
42507      Branch: perl
42508            ! lib/File/Spec.pm lib/File/Spec/t/Spec.t
42509 ____________________________________________________________________________
42510 [ 20941] By: jhi                                   on 2003/08/30  05:37:13
42511         Log: Subject: [patch sv.h api doc] SvTAINTED_on does its craft only under -T
42512              From: Stas Bekman <stas@stason.org>
42513              Date: Fri, 29 Aug 2003 17:11:41 -0700
42514              Message-ID: <3F4FEBBD.8000901@stason.org>
42515      Branch: perl
42516            ! pod/perlapi.pod sv.h
42517 ____________________________________________________________________________
42518 [ 20940] By: rgs                                   on 2003/08/29  21:17:59
42519         Log: Add a new test, to ensure that we don't unexpectedly change
42520              prototypes of builtins.
42521      Branch: perl
42522            + t/op/cproto.t
42523            ! MANIFEST
42524 ____________________________________________________________________________
42525 [ 20938] By: rgs                                   on 2003/08/29  20:22:21
42526         Log: Don't cast PL_multiline to bool : you may loose important bits.
42527      Branch: perl
42528            ! pp.c pp_hot.c
42529 ____________________________________________________________________________
42530 [ 20937] By: jhi                                   on 2003/08/29  17:22:11
42531         Log: Subject: [PATCH] Re: all 9007199254740992s are equal, but some are more equal than others
42532              From: Nicholas Clark <nick@ccl4.org>
42533              Date: Wed, 27 Aug 2003 22:59:55 +0100
42534              Message-ID: <20030827225955.E558@plum.flirble.org>
42535      Branch: perl
42536            ! pp.c
42537 ____________________________________________________________________________
42538 [ 20936] By: jhi                                   on 2003/08/29  17:17:16
42539         Log: Some perluniintro tweaks.
42540      Branch: perl
42541            ! pod/perluniintro.pod
42542 ____________________________________________________________________________
42543 [ 20935] By: jhi                                   on 2003/08/29  17:07:25
42544         Log: Tiny doc tweak from Shannon -jj Behrens.
42545      Branch: perl
42546            ! pod/perluniintro.pod
42547 ____________________________________________________________________________
42548 [ 20933] By: jhi                                   on 2003/08/29  13:25:18
42549         Log: Comparing an int to a U32 makes VC6 nervous.
42550      Branch: perl
42551            ! pp.c pp_hot.c
42552 ____________________________________________________________________________
42553 [ 20932] By: jhi                                   on 2003/08/29  13:06:06
42554         Log: Better skip() explicit number of tests, test counts getting
42555              out of sync less likely that way.
42556      Branch: perl
42557            ! t/op/pack.t
42558 ____________________________________________________________________________
42559 [ 20931] By: jhi                                   on 2003/08/29  12:59:32
42560         Log: Some Ultrix test dodgings.
42561      Branch: perl
42562            ! t/base/num.t t/op/arith.t t/op/pack.t
42563 ____________________________________________________________________________
42564 [ 20930] By: jhi                                   on 2003/08/29  12:57:07
42565         Log: Subject: [PATCH op.c] Perl_newCONSTSUB() related memory leaks
42566              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
42567              Date: Thu, 28 Aug 2003 21:47:22 +0200
42568              Message-ID: <006301c36d9d$335976a0$e400a8c0@R2D2>
42569      Branch: perl
42570            ! op.c
42571 ____________________________________________________________________________
42572 [ 20929] By: jhi                                   on 2003/08/29  12:55:12
42573         Log: Subject: [PATCH] maint / blead tweaks in perlio.c for Cygwin
42574              From: "Gerrit P. Haase" <gp@familiehaase.de>
42575              Date: Thu, 28 Aug 2003 08:18:51 +0200
42576              Message-ID: <4157199551.20030828081851@familiehaase.de>
42577
42578              (changed so that the 'b' is always appended)
42579      Branch: perl
42580            ! perlio.c
42581 ____________________________________________________________________________
42582 [ 20928] By: jhi                                   on 2003/08/29  07:04:17
42583         Log: Subject: RE: [PATCH] Pod::InputObjects performance de-pessimization
42584              From: marek.rouchal@infineon.com
42585              Date: Wed, 27 Aug 2003 17:25:28 +0200
42586              Message-ID: <9843A649BAD7FB4686F6FCBC840D600E08381508@mucse001.eu.infineon.com>
42587
42588              PodParser-1.25 prerelease.
42589      Branch: perl
42590            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
42591            ! lib/Pod/Parser.pm pod/pod2usage.PL pod/podchecker.PL
42592            ! pod/podselect.PL t/pod/find.t t/pod/poderrs.xr
42593 ____________________________________________________________________________
42594 [ 20927] By: jhi                                   on 2003/08/28  18:53:45
42595         Log: MPE/iX gcc 3.3.1 changes from Mark Klein and Mark Bixby.
42596      Branch: perl
42597            ! ext/DynaLoader/dl_mpeix.xs mpeix/mpeix.c
42598 ____________________________________________________________________________
42599 [ 20925] By: jhi                                   on 2003/08/28  16:15:47
42600         Log: Subject: [PATCH] valgrindpp.pl
42601              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
42602              Date: Thu, 28 Aug 2003 09:43:49 +0200
42603              Message-ID: <002701c36d38$1edb71c0$ae4eeed9@R2D2>
42604      Branch: perl
42605            ! Porting/valgrindpp.pl
42606 ____________________________________________________________________________
42607 [ 20924] By: jhi                                   on 2003/08/28  16:12:08
42608         Log: Subject: [PATCH] Quieten more warnings in Deparse.pm
42609              From: Paul Johnson <paul@pjcj.net>
42610              Date: Thu, 28 Aug 2003 00:13:59 +0200
42611              Message-ID: <20030827221359.GE28396@pjcj.net>
42612      Branch: perl
42613            ! ext/B/B/Deparse.pm
42614 ____________________________________________________________________________
42615 [ 20923] By: jhi                                   on 2003/08/28  01:45:51
42616         Log: Subject: Re: Another oddity in lib/ExtUtils/MakeMaker/Tutorial.pod
42617              From: Michael G Schwern <schwern@pobox.com>
42618              Date: Wed, 27 Aug 2003 15:05:20 -0700
42619              Message-ID: <20030827220520.GD7300@windhund.schwern.org>
42620      Branch: perl
42621            ! lib/ExtUtils/MakeMaker/Tutorial.pod
42622 ____________________________________________________________________________
42623 [ 20922] By: rgs                                   on 2003/08/27  19:52:27
42624         Log: Add caveats and tests for Symbol::delete_package().
42625      Branch: perl
42626            ! lib/Symbol.pm lib/Symbol.t
42627 ____________________________________________________________________________
42628 [ 20921] By: jhi                                   on 2003/08/27  17:12:56
42629         Log: Configure is doing fine in Ultrix, operator error.
42630      Branch: perl
42631            ! hints/ultrix_4.sh
42632 ____________________________________________________________________________
42633 [ 20920] By: jhi                                   on 2003/08/27  16:49:22
42634         Log: Add the valgrindpp.pl script from Marcus Holland-Moritz.
42635      Branch: perl
42636            + Porting/valgrindpp.pl
42637            ! MANIFEST
42638 ____________________________________________________________________________
42639 [ 20917] By: jhi                                   on 2003/08/27  13:09:33
42640         Log: Subject: disturbing, disruptive typo in Tutorial.pod [PATCH]
42641              From: "John P. Linderman" <jpl@research.att.com>
42642              Date: Wed, 27 Aug 2003 08:10:12 -0400 (EDT)
42643              Message-Id: <200308271210.IAA23907@raptor.research.att.com>
42644
42645              Subject: typo in pod/perlnewmod.pod [PATCH]
42646              From: "John P. Linderman" <jpl@research.att.com>
42647              Date: Wed, 27 Aug 2003 09:07:12 -0400 (EDT)
42648              Message-Id: <200308271307.JAA46955@raptor.research.att.com>
42649
42650              Subject: [PATCH] document the location of byacc
42651              From: Dave Mitchell <davem@fdgroup.com>
42652              Date: Wed, 27 Aug 2003 14:26:50 +0100
42653              Message-ID: <20030827132650.GA23144@fdgroup.com>
42654      Branch: perl
42655            ! Porting/pumpkin.pod lib/ExtUtils/MakeMaker/Tutorial.pod
42656            ! pod/perlnewmod.pod
42657 ____________________________________________________________________________
42658 [ 20916] By: jhi                                   on 2003/08/27  13:01:26
42659         Log: Ultrix tweaks: <string.h> must not be included twice
42660              (otherwise one gets prototype conflicts between the <string.h>
42661              and proto.h because Ultrix thinks e.g. Perl_ninstr has been
42662              define in <string.h>...); and Configure misprobes some features.
42663      Branch: perl
42664            ! ext/POSIX/POSIX.xs ext/SDBM_File/sdbm/sdbm.c
42665            ! ext/SDBM_File/sdbm/sdbm.h ext/Socket/Socket.xs
42666            ! hints/ultrix_4.sh
42667 ____________________________________________________________________________
42668 [ 20915] By: jhi                                   on 2003/08/27  05:37:34
42669         Log: Urk.  In Mac OS X byteorder is not one of the "known ones",
42670              but instead it is 0xFFFF.  So retract #20914.
42671      Branch: perl
42672            ! perl.h
42673 ____________________________________________________________________________
42674 [ 20914] By: jhi                                   on 2003/08/27  05:17:44
42675         Log: Sanity check for BYTEORDER.
42676      Branch: perl
42677            ! perl.h
42678 ____________________________________________________________________________
42679 [ 20913] By: rgs                                   on 2003/08/26  20:34:48
42680         Log: Integrate two DJGPP portability patches from the 5.6.2 branch :
42681
42682              [20859]
42683              Two portability patches for DJGPP from Richard Dawe
42684              <rich@phekda.freeserve.co.uk>.
42685              Message-Id: <E19qfNh-0000Zq-00@phekda.freeserve.co.uk>
42686
42687              [20911]
42688              Don't uppercase automatically all environment variables on DJGPP.
42689              (reported by Richard Dawe, this breaks portability of Unix
42690              scripts.) Don't change the behaviour on plain MS/DOS.
42691      Branch: perl
42692            ! perl.c
42693           !> djgpp/djgppsed.sh dosish.h
42694 ____________________________________________________________________________
42695 [ 20912] By: rgs                                   on 2003/08/26  20:15:40
42696         Log: perlapi.pod tweaks, based on :
42697              Subject: misdocumented return value for sv_setref*
42698              From: Joe Schaefer <joe+perl@sunstarsys.com>
42699              Date: 12 Aug 2003 13:21:42 -0400
42700              Message-ID: <m3adae94gp.fsf@sol.sunstarsys.com>
42701      Branch: perl
42702            ! pod/perlapi.pod sv.c
42703 ____________________________________________________________________________
42704 [ 20910] By: rgs                                   on 2003/08/26  19:37:29
42705         Log: Change the internal prototype of the pop() and shift() builtins
42706              to (;\@), to reflect that their array argument is optional.
42707      Branch: perl
42708            ! opcode.h opcode.pl
42709 ____________________________________________________________________________
42710 [ 20909] By: rgs                                   on 2003/08/26  19:13:39
42711         Log: Subject: [PATCH] improved 19064 (local $_[0] problems)
42712              From: Dave Mitchell <davem@fdgroup.com>
42713              Date: Sun, 24 Aug 2003 15:52:00 +0100
42714              Message-ID: <20030824145159.GA12210@fdgroup.com>
42715      Branch: perl
42716            ! pp_ctl.c pp_hot.c scope.c t/op/args.t
42717 ____________________________________________________________________________
42718 [ 20908] By: rgs                                   on 2003/08/26  18:40:50
42719         Log: Subject: [PATCH] minor File::Spec testing cleanup
42720              From: Ken Williams <ken@mathforum.org>
42721              Date: Thu, 21 Aug 2003 22:47:51 -0500
42722              Message-Id: <67C30B63-D453-11D7-8495-003065F6D85A@mathforum.org>
42723      Branch: perl
42724            ! lib/File/Spec/t/rel2abs2rel.t
42725 ____________________________________________________________________________
42726 [ 20907] By: jhi                                   on 2003/08/26  12:12:14
42727         Log: Maintainer catch from Rafael.
42728      Branch: perl
42729            ! Porting/Maintainers.pl
42730 ____________________________________________________________________________
42731 [ 20905] By: jhi                                   on 2003/08/26  09:36:22
42732         Log: Take a cutdown version of the change #20903 also to perlebcdic.
42733      Branch: perl
42734            ! pod/perlebcdic.pod
42735 ____________________________________________________________________________
42736 [ 20904] By: jhi                                   on 2003/08/26  09:29:49
42737         Log: No dynaloading at all in Ultrix.
42738      Branch: perl
42739            ! hints/ultrix_4.sh
42740 ____________________________________________________________________________
42741 [ 20903] By: jhi                                   on 2003/08/26  08:54:02
42742         Log: PerlIO on EBCDIC on BS2000 advice from Thomas Dorner.
42743              (This information looks interesting enough to be mentioned
42744              elsewhere, too.)
42745      Branch: perl
42746            ! README.bs2000
42747 ____________________________________________________________________________
42748 [ 20902] By: jhi                                   on 2003/08/26  08:36:36
42749         Log: CGI::Carp from CGI.pm 3.00 was missing.
42750      Branch: perl
42751            ! lib/CGI/Carp.pm
42752 ____________________________________________________________________________
42753 [ 20901] By: jhi                                   on 2003/08/26  05:18:15
42754         Log: Subject: Re: [PATCH] valgrind and /#/x
42755              From: Enache Adrian <enache@rdslink.ro>
42756              Date: Tue, 26 Aug 2003 08:11:07 +0300
42757              Message-ID: <20030826051107.GA1086@ratsnest.hole>
42758      Branch: perl
42759            ! regcomp.c t/op/re_tests t/run/fresh_perl.t toke.c
42760 ____________________________________________________________________________
42761 [ 20900] By: jhi                                   on 2003/08/26  04:53:09
42762         Log: More memory lane.
42763      Branch: perl
42764            ! hints/ultrix_4.sh
42765 ____________________________________________________________________________
42766 [ 20899] By: rgs                                   on 2003/08/25  21:05:57
42767         Log: fix syscall() prototype description in
42768              perlfunc.pod, as suggested by Lukas Mai.
42769      Branch: perl
42770            ! pod/perlfunc.pod
42771 ____________________________________________________________________________
42772 [ 20896] By: jhi                                   on 2003/08/25  19:52:48
42773         Log: Tiny doc tweak.
42774      Branch: perl
42775            ! README.solaris
42776 ____________________________________________________________________________
42777 [ 20895] By: jhi                                   on 2003/08/25  19:46:31
42778         Log: Even more SunOS 4 info.
42779      Branch: perl
42780            ! README.solaris
42781 ____________________________________________________________________________
42782 [ 20894] By: jhi                                   on 2003/08/25  19:37:00
42783         Log: Subject: [PATCH@20512] make backspace key work for WinCE users
42784              From: Vadim Konovalov <vkonovalov@peterstar.ru>
42785              Date: Tue, 26 Aug 2003 00:10:29 +0400
42786              Message-ID: <135606488000.20030826001029@peterstar.ru>
42787      Branch: perl
42788            ! wince/perlmain.c
42789 ____________________________________________________________________________
42790 [ 20893] By: jhi                                   on 2003/08/25  19:25:08
42791         Log: Subject: more valgrinding: select problem?
42792              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
42793              Date: Mon, 25 Aug 2003 22:02:17 +0200
42794              Message-ID: <008301c36b43$cfe26f10$0c2f1fac@R2D2>
42795
42796              In glibc, just use the __FD_SETSIZE since that's
42797              the size of the buffer (usually 1024 bits, much
42798              more than the selectminbits of 32).
42799      Branch: perl
42800            ! pp_sys.c
42801 ____________________________________________________________________________
42802 [ 20892] By: jhi                                   on 2003/08/25  19:11:32
42803         Log: More ptags tweakage from Stas; now add 'fullpath'
42804              option to get absolute paths.
42805      Branch: perl
42806            ! emacs/ptags
42807 ____________________________________________________________________________
42808 [ 20891] By: jhi                                   on 2003/08/25  18:35:03
42809         Log: The new tests of #20888 didn't really test what they claimed to.
42810      Branch: perl
42811            ! t/op/pat.t
42812 ____________________________________________________________________________
42813 [ 20890] By: jhi                                   on 2003/08/25  18:14:33
42814         Log: Subject: [5.8.1] maint @ 20845 OK on aix 4.2
42815              From: Jose.auguste-etienne@cgss-guyane.fr
42816              Date: Mon, 25 Aug 2003 14:35:45 -0300
42817              Message-ID: <OF1EF867E8.4A2A43A1-ON03256D8D.005DFE9A@Cgss-Guyane.fr>
42818
42819              AIX Configure advice.
42820      Branch: perl
42821            ! README.aix
42822 ____________________________________________________________________________
42823 [ 20889] By: jhi                                   on 2003/08/25  18:08:42
42824         Log: More SunOS 4.x info.
42825      Branch: perl
42826            ! README.solaris
42827 ____________________________________________________________________________
42828 [ 20888] By: jhi                                   on 2003/08/25  17:53:32
42829         Log: The #20887 didn't go over that well;
42830              and add a few more tests from UTS#18.
42831      Branch: perl
42832            ! t/op/pat.t
42833 ____________________________________________________________________________
42834 [ 20887] By: jhi                                   on 2003/08/25  16:40:51
42835         Log: pat.t -> charnames -> UCD -> Storable,
42836              not good for static builds and minitest.
42837      Branch: perl
42838            ! t/op/pat.t
42839 ____________________________________________________________________________
42840 [ 20886] By: jhi                                   on 2003/08/25  16:35:26
42841         Log: SunOS 4.1.4 is working, too.
42842      Branch: perl
42843            ! README.solaris hints/sunos_4_1.sh
42844 ____________________________________________________________________________
42845 [ 20884] By: jhi                                   on 2003/08/25  16:05:18
42846         Log: Regen perlmodlib, perltoc.
42847      Branch: perl
42848            ! pod/perlmodlib.pod pod/perltoc.pod
42849 ____________________________________________________________________________
42850 [ 20881] By: jhi                                   on 2003/08/25  15:45:51
42851         Log: UVSIZE is not yet defined when it would be needed
42852              by MULTIARCH.  So go back to LONGSIZE, and (belt-
42853              and-suspenders-and-rope style) later in UVSIZE
42854              possibly redefine BYTEORDER.
42855      Branch: perl
42856            ! Configure config_h.SH
42857 ____________________________________________________________________________
42858 [ 20880] By: jhi                                   on 2003/08/25  11:28:45
42859         Log: Subject: [PATCH] valgrind and /#/x
42860              From: Dave Mitchell <davem@fdgroup.com>
42861              Date: Mon, 25 Aug 2003 13:27:49 +0100
42862              Message-ID: <20030825122748.GA15560@fdgroup.com>
42863      Branch: perl
42864            ! regcomp.c
42865 ____________________________________________________________________________
42866 [ 20879] By: jhi                                   on 2003/08/25  11:16:29
42867         Log: Subject: Please update my address
42868              From: Ed Avis <ed@membled.com>
42869              Date: Mon, 25 Aug 2003 13:16:45 +0100 (BST)
42870              Message-ID: <Pine.LNX.4.20L2.0308251314530.29902-100000@budvar.future-i.net>
42871
42872              (Just the AUTHORS part, though, I don't think retroactively
42873              updating the Changes* is useful.)
42874      Branch: perl
42875            ! AUTHORS
42876 ____________________________________________________________________________
42877 [ 20878] By: jhi                                   on 2003/08/25  11:14:26
42878         Log: Document even more ways of affecting your "utf8ness".
42879      Branch: perl
42880            ! lib/utf8.pm
42881 ____________________________________________________________________________
42882 [ 20877] By: jhi                                   on 2003/08/25  11:11:40
42883         Log: Change the VERSION since there are now changes since Perl 5.8.0.
42884      Branch: perl
42885            ! ext/I18N/Langinfo/Langinfo.pm
42886 ____________________________________________________________________________
42887 [ 20876] By: jhi                                   on 2003/08/25  11:11:13
42888         Log: Keep the CGI::Util VERSION at 1.31 since there have been changes
42889              since Perl 5.8.0.
42890      Branch: perl
42891            ! lib/CGI/Util.pm
42892 ____________________________________________________________________________
42893 [ 20875] By: jhi                                   on 2003/08/25  11:09:49
42894         Log: Upgrade to CGI.pm 3.00.
42895      Branch: perl
42896            ! lib/CGI.pm lib/CGI/Util.pm
42897 ____________________________________________________________________________
42898 [ 20872] By: jhi                                   on 2003/08/25  09:03:44
42899         Log: Subject: [PATCH] valgrind update
42900              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
42901              Date: Mon, 25 Aug 2003 09:51:57 +0200 (MEST)
42902              Message-ID: <21671.1061797917@www38.gmx.net>
42903      Branch: perl
42904            ! t/TEST t/op/magic.t
42905 ____________________________________________________________________________
42906 [ 20871] By: jhi                                   on 2003/08/25  05:16:02
42907         Log: Subject: [PATCH] valgrind memcpy warnings (Re: [PATCH] Re: valgrind as a leak hound?)
42908              From: Nicholas Clark <nick@ccl4.org>
42909              Date: Sun, 24 Aug 2003 16:48:53 +0100
42910              Message-ID: <20030824164851.E558@plum.flirble.org>
42911      Branch: perl
42912            ! doop.c
42913 ____________________________________________________________________________
42914 [ 20870] By: jhi                                   on 2003/08/25  05:14:04
42915         Log: Subject: [patch emacs/ptags] allow xemacs to be used
42916              From: Stas Bekman <stas@stason.org>
42917              Date: Sun, 24 Aug 2003 22:05:00 -0700
42918              Message-ID: <3F4998FC.3090401@stason.org>
42919      Branch: perl
42920            ! emacs/ptags
42921 ____________________________________________________________________________
42922 [ 20868] By: jhi                                   on 2003/08/24  13:20:03
42923         Log: MPE/iX doc tweak from Mark Bixby.
42924      Branch: perl
42925            ! README.mpeix
42926 ____________________________________________________________________________
42927 [ 20867] By: jhi                                   on 2003/08/24  10:46:42
42928         Log: Various tweaks for getting Perl to compile on SunOS 4.x.
42929              Doesn't work well yet, something broken in DynaLoader/XSLoader?
42930      Branch: perl
42931            ! README.solaris ext/IO/poll.c hints/sunos_4_1.sh
42932 ____________________________________________________________________________
42933 [ 20866] By: jhi                                   on 2003/08/24  10:00:59
42934         Log: IRIX 5.3 is 99.90% okay.
42935      Branch: perl
42936            ! README.irix hints/irix_5.sh
42937 ____________________________________________________________________________
42938 [ 20865] By: jhi                                   on 2003/08/24  08:24:46
42939         Log: An imperfect last resort in case there is no strtoul() but
42940              there is strtol() (like e.g. SunOS 4) because of the Atoul()
42941              in Perl_get_hash_seed()).  The only true fix would be to
42942              implement Perl_my_strtoul() (and Perl_my_strtol(), I guess)
42943              in numeric.c.
42944      Branch: perl
42945            ! perl.h
42946 ____________________________________________________________________________
42947 [ 20864] By: jhi                                   on 2003/08/24  07:45:47
42948         Log: s/rationale/rational/g on bigrats.
42949      Branch: perl
42950            ! lib/Math/BigRat.pm lib/bigrat.pm
42951 ____________________________________________________________________________
42952 [ 20862] By: jhi                                   on 2003/08/24  06:41:17
42953         Log: Update the CPAN mirrors list.
42954      Branch: perl
42955            ! pod/perlmodlib.PL pod/perlmodlib.pod
42956 ____________________________________________________________________________
42957 [ 20861] By: jhi                                   on 2003/08/24  06:13:13
42958         Log: gcc -O3 and Storable in Linux do not like each other.
42959      Branch: perl
42960            ! ext/Storable/hints/linux.pl
42961 ____________________________________________________________________________
42962 [ 20860] By: jhi                                   on 2003/08/24  05:34:56
42963         Log: Bad quote day, noticed by Philip Newton.
42964      Branch: perl
42965            ! hints/dos_djgpp.sh
42966 ____________________________________________________________________________
42967 [ 20856] By: jhi                                   on 2003/08/23  09:15:15
42968         Log: Subject: Re: bytecode.t & OS X "Invalid bytecode for this architecture"
42969              From: Enache Adrian <enache@rdslink.ro>
42970              Date: Mon, 4 Aug 2003 16:20:19 +0300
42971              Message-ID: <20030804132019.GA6764@ratsnest.hole>
42972      Branch: perl
42973            ! Configure config_h.SH
42974 ____________________________________________________________________________
42975 [ 20855] By: jhi                                   on 2003/08/23  07:51:32
42976         Log: Add more comments so that one can see what is supposed to happen.
42977      Branch: perl
42978            ! t/op/lc.t
42979 ____________________________________________________________________________
42980 [ 20854] By: jhi                                   on 2003/08/23  07:41:11
42981         Log: More data points about the Storable optimization problem
42982              in Linux.  (It might be that also non-Debians are affected,
42983              waiting for more information.)
42984      Branch: perl
42985            ! ext/Storable/hints/linux.pl
42986 ____________________________________________________________________________
42987 [ 20853] By: jhi                                   on 2003/08/23  07:37:41
42988         Log: Move the note about known eval leaks earlier.
42989      Branch: perl
42990            ! pod/perlhack.pod
42991 ____________________________________________________________________________
42992 [ 20852] By: jhi                                   on 2003/08/23  07:15:58
42993         Log: Forgot to regen byterun.c.
42994      Branch: perl
42995            ! ext/ByteLoader/byterun.c
42996 ____________________________________________________________________________
42997 [ 20851] By: jhi                                   on 2003/08/23  07:13:29
42998         Log: Doc tweaks on perlhack.
42999      Branch: perl
43000            ! pod/perlhack.pod
43001 ____________________________________________________________________________
43002 [ 20850] By: jhi                                   on 2003/08/23  06:54:58
43003         Log: Subject: [PATCH] Re: valgrind as a leak hound?
43004              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
43005              Date: Fri, 22 Aug 2003 23:28:18 +0200
43006              Message-ID: <002201c368f4$4e5a5e40$0c2f1fac@R2D2>
43007
43008              Add the leak detection to valgrind testing.
43009      Branch: perl
43010            + t/perl.supp
43011            ! MANIFEST pod/perlhack.pod t/TEST
43012 ____________________________________________________________________________
43013 [ 20843] By: jhi                                   on 2003/08/22  15:05:39
43014         Log: Oops.  Why can't C comments nest?
43015      Branch: perl
43016            ! pp_sys.c
43017 ____________________________________________________________________________
43018 [ 20842] By: jhi                                   on 2003/08/22  14:57:09
43019         Log: Try to dodge getspnam() in AIX.
43020      Branch: perl
43021            ! pp_sys.c
43022 ____________________________________________________________________________
43023 [ 20840] By: jhi                                   on 2003/08/22  13:52:26
43024         Log: Subject: Re: mysterious bytecode.t failure
43025              From: Enache Adrian <enache@rdslink.ro>
43026              Date: Fri, 22 Aug 2003 11:49:34 +0300
43027              Message-ID: <20030822084934.GA1257@ratsnest.hole>
43028      Branch: perl
43029            ! t/base/lex.t
43030 ____________________________________________________________________________
43031 [ 20839] By: jhi                                   on 2003/08/22  13:51:44
43032         Log: Subject: [PATCH] for File::Temp::tempdir(CLEANUP => 1)
43033              From: Slaven Rezic <slaven@rezic.de>
43034              Date: Sun, 17 Aug 2003 12:52:47 +0200 (CEST)
43035              Message-Id: <200308171052.h7HAqlfo026317@vran.herceg.de>
43036      Branch: perl
43037            ! lib/File/Temp.pm lib/File/Temp/t/tempfile.t
43038 ____________________________________________________________________________
43039 [ 20837] By: jhi                                   on 2003/08/22  13:42:24
43040         Log: Just #.
43041      Branch: perl
43042            ! pod/buildtoc pod/perltoc.pod
43043 ____________________________________________________________________________
43044 [ 20835] By: jhi                                   on 2003/08/22  13:32:12
43045         Log: Regen toc.
43046      Branch: perl
43047            ! pod/perltoc.pod
43048 ____________________________________________________________________________
43049 [ 20834] By: jhi                                   on 2003/08/22  13:28:36
43050         Log: Also MANIFEST the vms/perlvms restoration.
43051      Branch: perl
43052            ! MANIFEST
43053 ____________________________________________________________________________
43054 [ 20833] By: jhi                                   on 2003/08/22  13:22:02
43055         Log: In the vms/descrip_mms.template    the perlvms.pod must
43056              be copied from vms/, err, [.vms], not [.pod].
43057      Branch: perl
43058            ! pod/buildtoc vms/descrip_mms.template
43059 ____________________________________________________________________________
43060 [ 20832] By: jhi                                   on 2003/08/22  13:15:35
43061         Log: Retract #20826 and #20831; things are done differently
43062              in VMS, it seems.  Maybe the vms/descrip_mms.template
43063              needs to be changed?
43064      Branch: perl
43065            + vms/perlvms.pod
43066            - pod/perlvms.pod
43067            ! MANIFEST Makefile.SH
43068 ____________________________________________________________________________
43069 [ 20831] By: jhi                                   on 2003/08/22  13:04:47
43070         Log: Rafael spotted that vms/perlvms.pod was still referred to.
43071      Branch: perl
43072            ! Makefile.SH
43073 ____________________________________________________________________________
43074 [ 20829] By: jhi                                   on 2003/08/22  12:22:04
43075         Log: The change #20809 opened up a code path that might leave s unset.
43076      Branch: perl
43077            ! mg.c
43078 ____________________________________________________________________________
43079 [ 20828] By: jhi                                   on 2003/08/22  12:17:49
43080         Log: Subject: [PATCH: lib/File/Path.t] Re: maint @ 20803
43081              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
43082              Date: Fri, 22 Aug 2003 14:57:09 +0200
43083              Message-ID: <00dd01c368ac$e69146d0$0c2f1fac@R2D2>
43084      Branch: perl
43085            ! lib/File/Path.t
43086 ____________________________________________________________________________
43087 [ 20827] By: jhi                                   on 2003/08/22  12:17:01
43088         Log: Test the correct longness; from Enache.
43089      Branch: perl
43090            ! ext/B/t/assembler.t
43091 ____________________________________________________________________________
43092 [ 20826] By: jhi                                   on 2003/08/22  12:15:28
43093         Log: perlvms moving day, from Craig Berry.
43094      Branch: perl
43095            + pod/perlvms.pod
43096            - vms/perlvms.pod
43097            ! MANIFEST
43098 ____________________________________________________________________________
43099 [ 20825] By: jhi                                   on 2003/08/22  12:14:14
43100         Log: Lower Storable.xs optimization to -O2 on certain
43101              known platforms.
43102      Branch: perl
43103            + ext/Storable/hints/linux.pl
43104            ! MANIFEST
43105 ____________________________________________________________________________
43106 [ 20824] By: jhi                                   on 2003/08/22  08:20:15
43107         Log: Subject: [PATCH] Re: [perl #23463] compiler version on sparc/netbsd
43108              From: Nicholas Clark <nick@ccl4.org>
43109              Date: Thu, 21 Aug 2003 22:26:18 +0100
43110              Message-ID: <20030821222618.T558@plum.flirble.org>
43111      Branch: perl
43112            ! t/op/pack.t
43113 ____________________________________________________________________________
43114 [ 20823] By: jhi                                   on 2003/08/22  08:16:47
43115         Log: Subject: Re: [perl #23463]: compiler version on sparc/netbsd
43116              From: alian@cpan.org (Alian)
43117              Date: Wed, 20 Aug 2003 20:39:17 +0200
43118              Message-ID: <3F43C055.6030709@jupiter.alianet>
43119      Branch: perl
43120            ! t/op/pack.t
43121 ____________________________________________________________________________
43122 [ 20822] By: jhi                                   on 2003/08/22  08:01:57
43123         Log: Try to make the use of utf8 as clear as possible.
43124      Branch: perl
43125            ! lib/utf8.pm
43126 ____________________________________________________________________________
43127 [ 20821] By: jhi                                   on 2003/08/22  07:51:21
43128         Log: Put the tests of the change #19064 back, but disable them.
43129      Branch: perl
43130            ! t/op/args.t
43131 ____________________________________________________________________________
43132 [ 20820] By: jhi                                   on 2003/08/22  06:47:50
43133         Log: Advertise the encoding pragma at the utf8 pragma.
43134      Branch: perl
43135            ! lib/utf8.pm
43136 ____________________________________________________________________________
43137 [ 20819] By: jhi                                   on 2003/08/22  06:31:29
43138         Log: Subject: [PATCH] grok_* symbols missing in Devel::PPPort (2nd attempt)
43139              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
43140              Date: Fri, 22 Aug 2003 09:01:09 +0200
43141              Message-id: <20030822070109.GA1029@ethan>
43142      Branch: perl
43143            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
43144            ! ext/Devel/PPPort/t/test.t
43145 ____________________________________________________________________________
43146 [ 20817] By: jhi                                   on 2003/08/22  05:18:53
43147         Log: Subject: [PATCH] perl-5.8.0, langinfo.h and YESSTR
43148              From: insecure <insecure@mail.od.ua>
43149              Date: Thu, 21 Aug 2003 21:37:56 +0300
43150              Message-Id: <200308212137.57016.insecure@mail.od.ua>
43151      Branch: perl
43152            ! ext/I18N/Langinfo/Langinfo.xs
43153 ____________________________________________________________________________
43154 [ 20816] By: jhi                                   on 2003/08/22  05:15:30
43155         Log: More bytecode patching from Enache.
43156      Branch: perl
43157            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Assembler.pm
43158            ! ext/B/B/Disassembler.pm ext/ByteLoader/bytecode.h
43159 ____________________________________________________________________________
43160 [ 20815] By: jhi                                   on 2003/08/22  05:06:58
43161         Log: Subject: Re: pod cleanup
43162              From: Ken Williams <ken@mathforum.org>
43163              Date: Thu, 21 Aug 2003 21:24:57 -0500
43164              Message-Id: <D2C0AA31-D447-11D7-8495-003065F6D85A@mathforum.org>
43165      Branch: perl
43166            ! lib/File/Spec/Cygwin.pm lib/File/Spec/OS2.pm
43167 ____________________________________________________________________________
43168 [ 20814] By: jhi                                   on 2003/08/22  05:05:52
43169         Log: Do not edit perltoc since it is autogenerated.
43170      Branch: perl
43171            ! pod/buildtoc
43172 ____________________________________________________________________________
43173 [ 20813] By: jhi                                   on 2003/08/22  04:57:12
43174         Log: Subject: [PATCH] Re: pod cleanup
43175              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
43176              Date: Thu, 21 Aug 2003 17:09:17 -0400
43177              Message-ID: <20030821210917.GB164965@linguist.thayer.dartmouth.edu>
43178
43179              (the pod part)
43180      Branch: perl
43181            ! pod/perl5005delta.pod pod/perlfaq4.pod pod/perlhack.pod
43182            ! pod/perlipc.pod pod/perlpacktut.pod
43183 ____________________________________________________________________________
43184 [ 20811] By: jhi                                   on 2003/08/22  04:46:58
43185         Log: No need to E<gt>.
43186      Branch: perl
43187            ! pod/perluniintro.pod
43188 ____________________________________________________________________________
43189 [ 20810] By: jhi                                   on 2003/08/22  04:46:01
43190         Log: Add File::Temp's OO test.
43191      Branch: perl
43192            + lib/File/Temp/t/object.t
43193            ! MANIFEST
43194 ____________________________________________________________________________
43195 [ 20809] By: rgs                                   on 2003/08/21  19:07:22
43196         Log: The magic variables that alter STDOUT have a tendancy to segfault
43197              when accessed if STDOUT is undefined. Protect them.
43198      Branch: perl
43199            ! mg.c
43200 ____________________________________________________________________________
43201 [ 20808] By: jhi                                   on 2003/08/21  18:39:36
43202         Log: Mention the Unicode UTR #18 version referenced.
43203      Branch: perl
43204            ! pod/perlunicode.pod
43205 ____________________________________________________________________________
43206 [ 20807] By: jhi                                   on 2003/08/21  18:22:22
43207         Log: Must close so that unlink works portably.
43208      Branch: perl
43209            ! t/io/utf8.t
43210 ____________________________________________________________________________
43211 [ 20806] By: jhi                                   on 2003/08/21  18:15:07
43212         Log: Subject: [perluniintro.pod] pod markup fix
43213              From: Stas Bekman <stas@stason.org>
43214              Date: Thu, 21 Aug 2003 11:41:01 -0700
43215              Message-ID: <3F45123D.8020805@stason.org>
43216      Branch: perl
43217            ! pod/perluniintro.pod
43218 ____________________________________________________________________________
43219 [ 20805] By: jhi                                   on 2003/08/21  18:11:30
43220         Log: Subject: [PATCH] utf8 variable names scrambled in error messages
43221              From: Enache Adrian <enache@rdslink.ro>
43222              Date: Thu, 21 Aug 2003 21:17:26 +0300
43223              Message-ID: <20030821181726.GA1241@ratsnest.hole>
43224      Branch: perl
43225            ! gv.c t/op/die.t
43226 ____________________________________________________________________________
43227 [ 20804] By: jhi                                   on 2003/08/21  18:09:10
43228         Log: Fix the syswrite downgrade bug of
43229              [perl #23428] Somethings rotten in unicode semantics
43230      Branch: perl
43231            ! pp_sys.c t/io/utf8.t
43232 ____________________________________________________________________________
43233 [ 20801] By: jhi                                   on 2003/08/21  15:06:16
43234         Log: No more public cwd(), use private _cwd().
43235      Branch: perl
43236            ! lib/File/Spec/t/Spec.t
43237 ____________________________________________________________________________
43238 [ 20799] By: jhi                                   on 2003/08/21  14:20:04
43239         Log: Underline the fact that abs2rel() makes no sense
43240              if it spans multiple roots.
43241      Branch: perl
43242            ! lib/File/Spec.pm lib/File/Spec/Unix.pm
43243 ____________________________________________________________________________
43244 [ 20798] By: jhi                                   on 2003/08/21  14:12:29
43245         Log: Rename the internal cwd() to _cwd() (it's not curdir).
43246      Branch: perl
43247            ! lib/File/Spec/Cygwin.pm lib/File/Spec/Epoc.pm
43248            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
43249            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
43250            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
43251 ____________________________________________________________________________
43252 [ 20797] By: jhi                                   on 2003/08/21  14:05:18
43253         Log: Subject: Re: [PATCH: perl@20760] clean up quotation issue for use with MMS on VMS
43254              From: PPrymmer@factset.com
43255              Message-ID: <OF261B78F0.19FBE242-ON85256D88.00091B48-85256D88.000A179D@factset.com>
43256              Date: Tue, 19 Aug 2003 21:50:12 -0400
43257      Branch: perl
43258            ! lib/ExtUtils/MM_Unix.pm
43259 ____________________________________________________________________________
43260 [ 20795] By: jhi                                   on 2003/08/21  04:42:56
43261         Log: Retract #19064, broke mod_perl flushing (localisation of $|).
43262              http://public.activestate.com/cgi-bin/perlbrowse?patch=19064
43263              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2003-08/msg01466.html
43264      Branch: perl
43265            ! pp_ctl.c pp_hot.c scope.c t/op/args.t
43266 ____________________________________________________________________________
43267 [ 20794] By: jhi                                   on 2003/08/21  04:35:54
43268         Log: MPE/iX does not have nanosleep() (the test makes
43269              a wrong conclusion of the linking succeeding)
43270      Branch: perl
43271            ! ext/Time/HiRes/Makefile.PL
43272 ____________________________________________________________________________
43273 [ 20793] By: jhi                                   on 2003/08/21  04:35:05
43274         Log: Subject: Re: untieing your victim during the act
43275              From: Dave Mitchell <davem@fdgroup.com>
43276              Date: Wed, 20 Aug 2003 20:44:53 +0100
43277              Message-ID: <20030820194453.GD27719@fdgroup.com>
43278      Branch: perl
43279            ! mg.c
43280 ____________________________________________________________________________
43281 [ 20792] By: jhi                                   on 2003/08/21  04:30:54
43282         Log: Byteloader patching from Enache continues;
43283              PADOFFSET handling was wrong.
43284      Branch: perl
43285            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Assembler.pm
43286            ! ext/B/t/assembler.t ext/ByteLoader/bytecode.h
43287            ! ext/ByteLoader/byterun.c
43288 ____________________________________________________________________________
43289 [ 20791] By: jhi                                   on 2003/08/20  13:55:35
43290         Log: Subject: [PATCH perl@20760] Remove redundant targets from Win32 Makefile
43291              From: Steve Hay <steve.hay@uk.radan.com>
43292              Date: Wed, 20 Aug 2003 10:54:46 +0100
43293              Message-ID: <3F434566.3030602@uk.radan.com>
43294      Branch: perl
43295            ! win32/Makefile win32/makefile.mk
43296 ____________________________________________________________________________
43297 [ 20790] By: jhi                                   on 2003/08/20  11:01:52
43298         Log: Upgrade to Encode 1.98.
43299      Branch: perl
43300            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
43301            ! ext/Encode/META.yml ext/Encode/bin/enc2xs
43302            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
43303            ! ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/enc_eucjp.t
43304            ! ext/Encode/t/enc_utf8.t ext/Encode/t/mime-header.t
43305            ! ext/Encode/ucm/macArabic.ucm ext/Encode/ucm/macFarsi.ucm
43306            ! ext/Encode/ucm/macHebrew.ucm
43307 ____________________________________________________________________________
43308 [ 20789] By: jhi                                   on 2003/08/20  10:49:51
43309         Log: Patch from Enache for the crashing of bytecode.t in Tru64.
43310      Branch: perl
43311            ! ext/B/B/Bytecode.pm ext/ByteLoader/bytecode.h
43312 ____________________________________________________________________________
43313 [ 20786] By: rgs                                   on 2003/08/19  20:22:07
43314         Log: t/TEST fails to fail when it can't find tests.
43315      Branch: perl
43316            ! t/TEST
43317 ____________________________________________________________________________
43318 [ 20785] By: jhi                                   on 2003/08/19  19:34:18
43319         Log: Manifest.t.ation of Schwern.
43320      Branch: perl
43321            ! lib/ExtUtils/t/Manifest.t
43322 ____________________________________________________________________________
43323 [ 20783] By: jhi                                   on 2003/08/19  19:24:00
43324         Log: Nick's podulator was right, I just hadn't read the manual...
43325              the vms\perlvms.pod lines needed to be moved.
43326      Branch: perl
43327            ! win32/Makefile win32/makefile.mk
43328 ____________________________________________________________________________
43329 [ 20781] By: jhi                                   on 2003/08/19  16:59:49
43330         Log: Subject: Re: [perl #23304] Installing perl breaks redhat-config scripts[was: New (well  known) printer won't install in RH-9]
43331              From: Andy Dougherty <doughera@lafayette.edu>
43332              Date: Tue, 19 Aug 2003 10:45:24 -0400 (EDT)
43333              Message-ID: <Pine.SOL.4.53.0308191027250.6665@maxwell.phys.lafayette.edu>
43334      Branch: perl
43335            ! INSTALL
43336 ____________________________________________________________________________
43337 [ 20780] By: jhi                                   on 2003/08/19  16:54:48
43338         Log: Subject: [PATCH] Can't build thread on openbsd sparc64 => B.c:5078: virtual memory exhausted
43339              From: alian <alian@cpan.org>
43340              Date: Tue, 19 Aug 2003 18:18:03 +0200
43341              Message-ID: <20030819161650.65754.qmail@onion.perl.org>
43342      Branch: perl
43343            + ext/B/hints/openbsd.pl
43344            ! MANIFEST
43345 ____________________________________________________________________________
43346 [ 20779] By: jhi                                   on 2003/08/19  16:49:22
43347         Log: Subject: Re: [PATCH] Re: [PATCH] maintperl - File::Spec cwd() stuff
43348              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
43349              Date: Tue, 19 Aug 2003 08:28:14 -0700
43350              Message-ID: <20030819152814.GA15441@math.berkeley.edu>
43351      Branch: perl
43352            ! lib/File/Spec/OS2.pm
43353 ____________________________________________________________________________
43354 [ 20778] By: jhi                                   on 2003/08/19  15:09:30
43355         Log: Unnecessary whitespace diff.
43356      Branch: perl
43357            ! lib/ExtUtils/MakeMaker.pm
43358 ____________________________________________________________________________
43359 [ 20777] By: jhi                                   on 2003/08/19  15:05:18
43360         Log: One less failure.
43361      Branch: perl
43362            ! lib/ExtUtils/t/Manifest.t
43363 ____________________________________________________________________________
43364 [ 20776] By: jhi                                   on 2003/08/19  13:36:03
43365         Log: Replace #20772 with
43366
43367              Subject: Re: [PATCH: perl@20760] VMS specific fix for lib/ExtUtils/t/Manifest.t
43368              From: PPrymmer@factset.com
43369              Message-ID: <OFE22C35CE.D5CB1A7F-ON85256D87.004E3BCA-85256D87.004F9EF2@factset.com>
43370              Date: Tue, 19 Aug 2003 10:29:44 -0400
43371      Branch: perl
43372            ! lib/ExtUtils/t/Manifest.t
43373 ____________________________________________________________________________
43374 [ 20775] By: jhi                                   on 2003/08/19  13:29:13
43375         Log: (From Enache) Keep bytecode files (.plc) around in case
43376              of failures.  (Currently Tru64 is reliably barfing.)
43377      Branch: perl
43378            ! ext/B/t/bytecode.t
43379 ____________________________________________________________________________
43380 [ 20774] By: jhi                                   on 2003/08/19  13:20:59
43381         Log: 's buildtoc now.
43382      Branch: perl
43383            ! README.cygwin
43384 ____________________________________________________________________________
43385 [ 20773] By: jhi                                   on 2003/08/19  13:19:24
43386         Log: These are kind of important.
43387      Branch: perl
43388            ! MANIFEST
43389 ____________________________________________________________________________
43390 [ 20772] By: jhi                                   on 2003/08/19  13:13:26
43391         Log: Replace #20763 with
43392
43393              Subject: Re: [PATCH: perl@20760] VMS specific fix for lib/ExtUtils/t/Manifest.t
43394              From: Michael G Schwern <schwern@pobox.com>
43395              Date: Mon, 18 Aug 2003 17:07:30 -0700
43396              Message-ID: <20030819000729.GG14782@windhund.schwern.org>
43397      Branch: perl
43398            ! lib/ExtUtils/t/Manifest.t
43399 ____________________________________________________________________________
43400 [ 20771] By: jhi                                   on 2003/08/19  13:10:42
43401         Log: Subject: [PATCH] Re: [PATCH] maintperl - File::Spec cwd() stuff
43402              From: Michael G Schwern <schwern@pobox.com>
43403              Date: Mon, 18 Aug 2003 18:02:08 -0700
43404              Message-ID: <20030819010208.GI14782@windhund.schwern.org>
43405      Branch: perl
43406            ! lib/File/Spec/OS2.pm
43407 ____________________________________________________________________________
43408 [ 20770] By: jhi                                   on 2003/08/19  13:08:45
43409         Log: Subject: [PATCH] maintperl - File::Spec cwd() stuff
43410              From: Ken Williams <ken@mathforum.org>
43411              Date: Mon, 18 Aug 2003 17:07:43 -0500
43412              Message-Id: <645E5A7D-D1C8-11D7-84BF-003065F6D85A@mathforum.org>
43413      Branch: perl
43414            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
43415            ! lib/File/Spec/t/Spec.t
43416 ____________________________________________________________________________
43417 [ 20769] By: jhi                                   on 2003/08/19  12:25:07
43418         Log: Update the history records.
43419      Branch: perl
43420            ! pod/perlhist.pod
43421 ____________________________________________________________________________
43422 [ 20768] By: jhi                                   on 2003/08/19  12:15:58
43423         Log: Still trying to unify MANIFEST sorting.
43424      Branch: perl
43425            ! MANIFEST pod/buildtoc
43426 ____________________________________________________________________________
43427 [ 20767] By: jhi                                   on 2003/08/19  12:10:00
43428         Log: Try to unify the MANIFEST sorting.
43429      Branch: perl
43430            ! MANIFEST Makefile.SH pod/buildtoc
43431 ____________________________________________________________________________
43432 [ 20766] By: jhi                                   on 2003/08/19  12:04:22
43433         Log: Nicholas Clark's podulator.  The win32 makefile
43434              generation doesn't seem to be working yet.
43435      Branch: perl
43436            + pod.lst pod/buildtoc
43437            - pod/buildtoc.PL
43438            ! MANIFEST Makefile.SH pod/Makefile.SH pod/perl.pod
43439            ! pod/perltoc.pod vms/descrip_mms.template win32/pod.mak
43440 ____________________________________________________________________________
43441 [ 20765] By: jhi                                   on 2003/08/19  03:10:57
43442         Log: Pod tweaks for NEXT from Alan Ferrency.
43443      Branch: perl
43444            ! lib/NEXT.pm
43445 ____________________________________________________________________________
43446 [ 20764] By: jhi                                   on 2003/08/18  19:34:16
43447         Log: Typo tweaks from Gerrit P. Haase.  Fcntl, fcntl, fcntl.
43448      Branch: perl
43449            ! ext/Fcntl/Fcntl.pm pod/perlfunc.pod t/io/utf8.t
43450 ____________________________________________________________________________
43451 [ 20763] By: jhi                                   on 2003/08/18  19:01:33
43452         Log: Subject: [PATCH: perl@20760] VMS specific fix for lib/ExtUtils/t/Manifest.t
43453              From: PPrymmer@factset.com
43454              Date: Mon, 18 Aug 2003 15:57:12 -0400
43455              Message-ID: <OF314202D4.49371ADF-ON85256D86.006CEBE2-85256D86.006D9AA7@factset.com>
43456      Branch: perl
43457            ! lib/ExtUtils/t/Manifest.t
43458 ____________________________________________________________________________
43459 [ 20762] By: jhi                                   on 2003/08/18  18:57:22
43460         Log: Subject: [PATCH: perl@20760] clean up quotation issue for use with MMS on VMS
43461              From: PPrymmer@factset.com
43462              Date: Mon, 18 Aug 2003 14:28:22 -0400
43463              Message-ID: <OFAF7796C8.7F204EDE-ON85256D86.0063976D-85256D86.006578B0@factset.com>
43464      Branch: perl
43465            ! vms/descrip_mms.template
43466 ____________________________________________________________________________
43467 [ 20761] By: jhi                                   on 2003/08/18  18:53:05
43468         Log: Use the base class cwd() method.
43469      Branch: perl
43470            ! lib/File/Spec/VMS.pm
43471 ____________________________________________________________________________
43472 [ 20758] By: jhi                                   on 2003/08/18  09:37:22
43473         Log: Subject: [PATCH] Uppercase globals in Pod::Html
43474              From: Michael G Schwern <schwern@pobox.com>
43475              Date: Mon, 18 Aug 2003 03:29:09 -0700
43476              Message-ID: <20030818102909.GJ823@windhund.schwern.org>
43477      Branch: perl
43478            ! lib/Pod/Html.pm
43479 ____________________________________________________________________________
43480 [ 20756] By: jhi                                   on 2003/08/18  08:46:52
43481         Log: Subject: [PATCH] Pod::Html  unifying global variable declaration and initialization
43482              From: Michael G Schwern <schwern@pobox.com>
43483              Date: Mon, 18 Aug 2003 02:44:31 -0700
43484              Message-ID: <20030818094431.GG823@windhund.schwern.org>
43485      Branch: perl
43486            ! lib/Pod/Html.pm
43487 ____________________________________________________________________________
43488 [ 20755] By: jhi                                   on 2003/08/18  08:41:24
43489         Log: Warn about the slowness of memory debuggers.
43490      Branch: perl
43491            ! pod/perlhack.pod
43492 ____________________________________________________________________________
43493 [ 20754] By: jhi                                   on 2003/08/18  08:34:00
43494         Log: Upgrade to ExtUtils::MakeMaker 6.16.
43495      Branch: perl
43496            + lib/ExtUtils/t/prereq_print.t
43497            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Installed.pm
43498            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/META.yml
43499            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm
43500            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
43501            ! lib/ExtUtils/t/00setup_dummy.t lib/ExtUtils/t/Manifest.t
43502 ____________________________________________________________________________
43503 [ 20753] By: jhi                                   on 2003/08/18  08:21:36
43504         Log: Subject: Re: [PATCH] Pod::Html test clean-up (was Re: maint @ 20617 (on VMS))
43505              From: Michael G Schwern <schwern@pobox.com>
43506              Date: Mon, 18 Aug 2003 01:34:34 -0700
43507              Message-ID: <20030818083433.GB823@windhund.schwern.org>
43508      Branch: perl
43509            ! lib/Pod/Html.pm lib/Pod/t/pod2html-lib.pl
43510 ____________________________________________________________________________
43511 [ 20752] By: jhi                                   on 2003/08/18  07:01:16
43512         Log: I could have sworn the base class method was there.
43513      Branch: perl
43514            ! lib/File/Spec/Unix.pm
43515 ____________________________________________________________________________
43516 [ 20751] By: jhi                                   on 2003/08/18  05:09:34
43517         Log: utf8::is_utf8() wasn't there in 5.8.0.
43518      Branch: perl
43519            ! lib/utf8.pm
43520 ____________________________________________________________________________
43521 [ 20750] By: jhi                                   on 2003/08/18  04:53:22
43522         Log: Subject: [PATCH] Pod::Html test clean-up (was Re: maint @ 20617 (on VMS))
43523              From: "Craig A. Berry" <craigberry@mac.com>
43524              Date: Sun, 17 Aug 2003 23:28:21 -0500
43525              Message-ID: <3F4055E5.2070407@mac.com>
43526      Branch: perl
43527            ! lib/Pod/Html.pm lib/Pod/t/pod2html-lib.pl
43528 ____________________________________________________________________________
43529 [ 20749] By: jhi                                   on 2003/08/17  19:27:03
43530         Log: Subject: [PATCH] Taint safe Cwd::_qnx_abs_path()
43531              From: Michael G Schwern <schwern@pobox.com>
43532              Date: Sat, 16 Aug 2003 14:58:25 -0700
43533              Message-ID: <20030816215824.GF5859@windhund.schwern.org>
43534
43535              (plus local *REALPATH)
43536      Branch: perl
43537            ! lib/Cwd.pm
43538 ____________________________________________________________________________
43539 [ 20747] By: jhi                                   on 2003/08/17  08:44:18
43540         Log: Subject: [PATCH] Re: [BUG] string loses its utf8 flag on die
43541              From: Enache Adrian <enache@rdslink.ro>
43542              Date: Sat, 16 Aug 2003 16:03:16 +0300
43543              Message-ID: <20030816130316.GA1654@ratsnest.hole>
43544
43545              Subject: Re: [PATCH] Re: [BUG] string loses its utf8 flag on die
43546              From: Enache Adrian <enache@rdslink.ro>
43547              Date: Sun, 17 Aug 2003 04:42:22 +0300
43548              Message-ID: <20030817014222.GA1287@ratsnest.hole>
43549      Branch: perl
43550            ! t/op/die.t util.c
43551 ____________________________________________________________________________
43552 [ 20745] By: jhi                                   on 2003/08/17  07:52:47
43553         Log: The lib/Cwd.pm diet part of
43554
43555              Subject: [PATCH] File::Spec on diet
43556              From: Tels <perl_dummy@bloodgate.com>
43557              Date: Mon, 7 Jul 2003 22:41:42 +0200
43558              Message-Id: <200307072235.03364@bloodgate.com>
43559      Branch: perl
43560            ! lib/Cwd.pm
43561 ____________________________________________________________________________
43562 [ 20744] By: jhi                                   on 2003/08/17  07:50:00
43563         Log: The "reduce memory footprint and increase speed by not
43564              unconditionally pulling in Cwd"    part of
43565
43566              Subject: [PATCH] File::Spec on diet
43567              From: Tels <perl_dummy@bloodgate.com>
43568              Date: Mon, 7 Jul 2003 22:41:42 +0200
43569              Message-Id: <200307072235.03364@bloodgate.com>
43570
43571              was still valid.
43572      Branch: perl
43573            ! lib/File/Spec/Cygwin.pm lib/File/Spec/Epoc.pm
43574            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
43575            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
43576            ! lib/File/Spec/Win32.pm
43577 ____________________________________________________________________________
43578 [ 20741] By: jhi                                   on 2003/08/17  06:53:07
43579         Log: File::Temp 0.14 from Tim Jenness, now with OO interface.
43580      Branch: perl
43581            ! lib/File/Temp.pm
43582 ____________________________________________________________________________
43583 [ 20739] By: jhi                                   on 2003/08/16  21:03:07
43584         Log: Subject: [PATCH: perl@20724] fixes for installperl and the vmsdebug build on VMS
43585              From: PPrymmer@factset.com
43586              Date: Sat, 16 Aug 2003 11:55:58 -0400
43587              Message-ID: <OFA82C9B0A.6463DD81-ON85256D84.0056DF1B-85256D84.005784F2@factset.com>
43588      Branch: perl
43589            ! installperl
43590 ____________________________________________________________________________
43591 [ 20738] By: jhi                                   on 2003/08/16  20:39:47
43592         Log: Update to Filter::Util::Call 1.6 from CPAN, but keep our
43593              $VERSION at 1.601 so that we are different in version
43594              than 5.8.0 since the module is different (one doc tweak).
43595      Branch: perl
43596            ! ext/Filter/Util/Call/Call.pm
43597 ____________________________________________________________________________
43598 [ 20737] By: jhi                                   on 2003/08/16  20:25:21
43599         Log: valgrind --help didn't return a happy exit status.
43600      Branch: perl
43601            ! Makefile.SH
43602 ____________________________________________________________________________
43603 [ 20736] By: rgs                                   on 2003/08/16  19:54:43
43604         Log: Avoid a "Subroutine Cwd::fastcwd redefined" warning when
43605              loading Cwd. Undefing &Cwd::fastcwd beforehand is inconvenient
43606              because loading the XS part of Cwd might fail.
43607      Branch: perl
43608            ! lib/Cwd.pm
43609 ____________________________________________________________________________
43610 [ 20735] By: rgs                                   on 2003/08/16  19:39:39
43611         Log: Subject: [patch lib/utf8.pm] doc tweaks
43612              From: Stas Bekman <stas@stason.org>
43613              Date: Sat, 16 Aug 2003 13:30:28 -0700
43614              Message-ID: <3F3E9464.3030202@stason.org>
43615      Branch: perl
43616            ! lib/utf8.pm
43617 ____________________________________________________________________________
43618 [ 20734] By: rgs                                   on 2003/08/16  19:32:05
43619         Log: Subject: [PATCH] Taint problems in Cwd::abs_path
43620              From: Michael G Schwern <schwern@pobox.com>
43621              Date: Fri, 15 Aug 2003 18:43:45 -0700
43622              Message-ID: <20030816014345.GE4023@windhund.schwern.org>
43623      Branch: perl
43624            ! ext/Cwd/t/taint.t lib/Cwd.pm
43625 ____________________________________________________________________________
43626 [ 20733] By: jhi                                   on 2003/08/16  17:03:15
43627         Log: No ODBM for Mac OS X, even if we have Fink GDBM libraries.
43628      Branch: perl
43629            ! hints/darwin.sh
43630 ____________________________________________________________________________
43631 [ 20732] By: jhi                                   on 2003/08/16  16:52:50
43632         Log: Add valgrind testing target.
43633      Branch: perl
43634            ! Makefile.SH pod/perlhack.pod t/TEST
43635 ____________________________________________________________________________
43636 [ 20731] By: jhi                                   on 2003/08/16  14:37:33
43637         Log: More networking negativity.
43638      Branch: perl
43639            ! pod/perlport.pod
43640 ____________________________________________________________________________
43641 [ 20730] By: rgs                                   on 2003/08/16  12:12:43
43642         Log: Remove a useless vstring reference in perlnumber.pod.
43643      Branch: perl
43644            ! pod/perlnumber.pod
43645 ____________________________________________________________________________
43646 [ 20729] By: jhi                                   on 2003/08/16  10:11:30
43647         Log: README.macosx updates about known problems.
43648      Branch: perl
43649            ! README.macosx
43650 ____________________________________________________________________________
43651 [ 20728] By: jhi                                   on 2003/08/16  08:32:04
43652         Log: Subject: [PATCH] Small test tweak for Memoize/t/error.t
43653              From: Andreas J Koenig <andreas.koenig@anima.de>
43654              Date: Fri, 15 Aug 2003 11:55:22 +0200
43655              Message-ID: <87smo39red.fsf@franz.ak.mind.de>
43656      Branch: perl
43657            ! lib/Memoize/t/errors.t
43658 ____________________________________________________________________________
43659 [ 20727] By: jhi                                   on 2003/08/16  07:25:08
43660         Log: Upgrade to File::Temp 0.13 from CPAN--
43661              but since we had a '0.13' already in 5.8.0, make this
43662              still a '0.131'.
43663      Branch: perl
43664            ! lib/File/Temp.pm lib/File/Temp/t/mktemp.t
43665            ! lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
43666            ! lib/File/Temp/t/tempfile.t
43667 ____________________________________________________________________________
43668 [ 20726] By: jhi                                   on 2003/08/15  20:29:10
43669         Log: Clarify the E flag.
43670      Branch: perl
43671            ! embed.fnc
43672 ____________________________________________________________________________
43673 [ 20725] By: jhi                                   on 2003/08/15  15:37:36
43674         Log: Integrate from maint:
43675              [ 20724]
43676              No peeking before the buffer.
43677              (This was probably the random failure showing up
43678              in Solaris with t/uni/tr_7jis.t)
43679      Branch: perl
43680           !> toke.c
43681 ____________________________________________________________________________
43682 [ 20721] By: jhi                                   on 2003/08/15  08:44:42
43683         Log: Subject: [PATCH] TEST script (Was: Not ok 20712ff)
43684              From: Andreas J Koenig <andreas.koenig@anima.de>
43685              Date: Fri, 15 Aug 2003 11:37:29 +0200
43686              Message-ID: <87wudf9s86.fsf_-_@franz.ak.mind.de>
43687      Branch: perl
43688            ! t/TEST
43689 ____________________________________________________________________________
43690 [ 20720] By: jhi                                   on 2003/08/15  08:40:07
43691         Log: Integrate from maint:
43692              [ 20719]
43693              no_plan is not a good plan until TEST is fixed.
43694      Branch: perl
43695           !> lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/unseen.t
43696 ____________________________________________________________________________
43697 [ 20717] By: jhi                                   on 2003/08/15  05:06:39
43698         Log: Up the F::S subpackage versions; up the JPL JNI.pm version
43699              (the JPL cvs seems to be out of order), the only real change
43700              (in JNI.xs) seems to have been CRLF->LF conversion.
43701      Branch: perl
43702            ! jpl/JNI/JNI.pm lib/File/Spec/Cygwin.pm lib/File/Spec/Unix.pm
43703 ____________________________________________________________________________
43704 [ 20716] By: jhi                                   on 2003/08/15  04:58:34
43705         Log: Upgrade to Test::Harness 2.30.
43706      Branch: perl
43707            ! lib/Test/Harness.pm lib/Test/Harness/Changes
43708            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/pod.t
43709 ____________________________________________________________________________
43710 [ 20715] By: jhi                                   on 2003/08/15  04:41:37
43711         Log: Damian replied that he'll make a CPAN Switch 2.10
43712              out of 5.8.1 Switch 2.10.
43713      Branch: perl
43714            ! lib/Switch.pm
43715 ____________________________________________________________________________
43716 [ 20714] By: jhi                                   on 2003/08/14  18:35:07
43717         Log: Add PerlIO::via::QuotedPrint to Maintainers.
43718      Branch: perl
43719            ! Porting/Maintainers.pl
43720 ____________________________________________________________________________
43721 [ 20713] By: jhi                                   on 2003/08/14  18:33:06
43722         Log: Upgrade to PerlIO::via::Quoted 0.05.
43723      Branch: perl
43724            ! lib/PerlIO/via/QuotedPrint.pm lib/PerlIO/via/t/QuotedPrint.t
43725 ____________________________________________________________________________
43726 [ 20712] By: jhi                                   on 2003/08/14  18:29:19
43727         Log: Upgrade to NEXT 0.60.
43728      Branch: perl
43729            ! lib/NEXT.pm lib/NEXT/Changes lib/NEXT/README
43730            ! lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/unseen.t
43731 ____________________________________________________________________________
43732 [ 20711] By: jhi                                   on 2003/08/14  17:31:55
43733         Log: perlcheat is a reference, not tutorial.
43734      Branch: perl
43735            ! pod/perl.pod
43736 ____________________________________________________________________________
43737 [ 20710] By: jhi                                   on 2003/08/14  16:48:34
43738         Log: Subject: PATCH RC4 IO::Dir
43739              From: Mark Jason Dominus <mjd@plover.com>
43740              Date: Thu, 14 Aug 2003 12:02:59 -0400
43741              Message-ID: <20030814160259.27586.qmail@plover.com>
43742      Branch: perl
43743            ! ext/IO/lib/IO/Dir.pm
43744 ____________________________________________________________________________
43745 [ 20708] By: jhi                                   on 2003/08/14  14:45:20
43746         Log: win32/fcrypt.c was forgotten.
43747      Branch: perl
43748            ! MANIFEST
43749 ____________________________________________________________________________
43750 [ 20706] By: jhi                                   on 2003/08/14  14:40:30
43751         Log: Not so great a version bump, let Paul release 0.17.
43752      Branch: perl
43753            ! ext/Filter/Util/Call/Call.pm
43754 ____________________________________________________________________________
43755 [ 20705] By: jhi                                   on 2003/08/14  14:38:40
43756         Log: One more XS change versus no VERSION change.
43757              (Remaining in JNI.pm/xs, don't know what to about that
43758              since JNI is kind of "stable".)
43759      Branch: perl
43760            ! ext/Filter/Util/Call/Call.pm
43761 ____________________________________________________________________________
43762 [ 20704] By: jhi                                   on 2003/08/14  14:36:45
43763         Log: XS contents changes versus VERSION non-changes.
43764      Branch: perl
43765            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
43766            ! ext/PerlIO/scalar/scalar.pm ext/SDBM_File/SDBM_File.pm
43767            ! ext/Socket/Socket.pm
43768 ____________________________________________________________________________
43769 [ 20702] By: jhi                                   on 2003/08/14  14:24:40
43770         Log: Subject: [PATCH perl@20684] Include fcrypt.c for crypt() on Windows
43771              From: Steve Hay <steve.hay@uk.radan.com>
43772              Date: Thu, 14 Aug 2003 15:39:16 +0100
43773              Message-ID: <3F3B9F14.4040609@uk.radan.com>
43774
43775              (Sarathy okayed the idea.)
43776      Branch: perl
43777            + win32/fcrypt.c
43778            - win32/des_fcrypt.patch
43779            ! MANIFEST README.win32 win32/Makefile win32/makefile.mk
43780 ____________________________________________________________________________
43781 [ 20701] By: jhi                                   on 2003/08/14  14:17:42
43782         Log: Subject: [DOC PATCH] warnings.pl
43783              From: Elizabeth Mattijsen <liz@dijkmat.nl>
43784              Date: Thu, 14 Aug 2003 13:12:55 +0200
43785              Message-id: <p05111b00bb611e8835e0@[192.168.56.3]>
43786
43787              (some rewording)
43788      Branch: perl
43789            ! lib/warnings.pm warnings.pl
43790 ____________________________________________________________________________
43791 [ 20700] By: gbarr                                 on 2003/08/14  14:12:45
43792         Log: Update to Scalar-List-Utils 1.12
43793      Branch: perl
43794            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
43795            ! ext/List/Util/lib/List/Util.pm
43796            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/reduce.t
43797 ____________________________________________________________________________
43798 [ 20699] By: jhi                                   on 2003/08/14  13:16:27
43799         Log: All the authors of these modules have now been contacted;
43800              but assuming no CPAN updates are upcoming, here are 'fake'
43801              version updates to make us different from 5.8.0.
43802              (List::Util+Scalar::Util will soon be updated;
43803              File::Spec CPAN release will be made based on 5.8.1.)
43804      Branch: perl
43805            ! ext/Data/Dumper/Dumper.pm lib/CGI/Fast.pm lib/CGI/Util.pm
43806            ! lib/File/Temp.pm lib/Locale/Country.pm lib/Locale/Currency.pm
43807            ! lib/Locale/Language.pm lib/Locale/Script.pm lib/Switch.pm
43808            ! lib/Test/Harness/Straps.pm lib/Text/Wrap.pm
43809 ____________________________________________________________________________
43810 [ 20697] By: jhi                                   on 2003/08/14  07:05:48
43811         Log: Make the blead versions of these be newer...
43812      Branch: perl
43813            ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
43814 ____________________________________________________________________________
43815 [ 20696] By: jhi                                   on 2003/08/14  06:51:34
43816         Log: Tweak from Slaven to catch also changed .xs files
43817              (.pm -> .xs name equivalence is assumed)
43818      Branch: perl
43819            ! Porting/cmpVERSION.pl
43820 ____________________________________________________________________________
43821 [ 20695] By: jhi                                   on 2003/08/14  06:44:10
43822         Log: Diffs-sans-version-diffs between blead and maint.
43823      Branch: perl
43824            ! ext/B/B.pm ext/B/B/C.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm
43825            ! ext/Devel/PPPort/PPPort.pm lib/English.pm lib/overload.pm
43826            ! lib/warnings.pm warnings.pl
43827 ____________________________________________________________________________
43828 [ 20692] By: jhi                                   on 2003/08/14  05:23:58
43829         Log: One more VERSION bump.
43830      Branch: perl
43831            ! lib/SelfLoader.pm
43832 ____________________________________________________________________________
43833 [ 20691] By: jhi                                   on 2003/08/14  05:21:20
43834         Log: Add a known exception.
43835      Branch: perl
43836            ! Porting/cmpVERSION.pl
43837 ____________________________________________________________________________
43838 [ 20689] By: jhi                                   on 2003/08/14  04:54:18
43839         Log: The blead version has got the dor.
43840      Branch: perl
43841            ! ext/Opcode/Opcode.pm
43842 ____________________________________________________________________________
43843 [ 20688] By: jhi                                   on 2003/08/14  04:51:30
43844         Log: A swath of VERSION patches from Nicholas Clark.
43845      Branch: perl
43846            ! lib/AutoSplit.pm lib/CPAN/Nox.pm lib/Cwd.pm lib/English.pm
43847            ! lib/File/Basename.pm lib/File/Copy.pm lib/File/Path.pm
43848            ! lib/Hash/Util.pm lib/Net/hostent.pm lib/Net/servent.pm
43849            ! lib/Text/Abbrev.pm lib/Thread/Semaphore.pm lib/Tie/Array.pm
43850            ! lib/Tie/RefHash.pm lib/UNIVERSAL.pm lib/Unicode/UCD.pm
43851            ! lib/attributes.pm lib/base.pm lib/diagnostics.pm lib/fields.pm
43852            ! lib/filetest.pm lib/open.pm lib/overload.pm lib/utf8.pm
43853            ! lib/vmsish.pm os2/OS2/Process/Process.pm
43854            ! os2/OS2/REXX/DLL/DLL.pm t/TestInit.pm
43855            ! t/lib/MakeMaker/Test/Utils.pm t/lib/Math/BigInt/BareCalc.pm
43856            ! vms/ext/Filespec.pm warnings.pl
43857 ____________________________________________________________________________
43858 [ 20687] By: jhi                                   on 2003/08/13  18:53:15
43859         Log: Alpha version numbers noticed by Schwern.
43860              (These hacks are no more needed since the PAUSE indexer no
43861              more indexes the insides of Perl distributions, says Andreas.)
43862      Branch: perl
43863            ! ext/Devel/DProf/DProf.pm ext/Devel/Peek/Peek.pm
43864            ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
43865            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
43866            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
43867            ! ext/IPC/SysV/SysV.pm
43868 ____________________________________________________________________________
43869 [ 20686] By: jhi                                   on 2003/08/13  18:42:50
43870         Log: Subject: Re: script wanted
43871              From: Nicholas Clark <nick@ccl4.org>
43872              Date: Wed, 13 Aug 2003 20:46:09 +0100
43873              Message-ID: <20030813204609.G20130@plum.flirble.org>
43874      Branch: perl
43875            ! ext/B/B.pm ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/Debug.pm
43876            ! ext/B/B/Lint.pm ext/Fcntl/Fcntl.pm ext/File/Glob/Glob.pm
43877            ! ext/IO/IO.pm ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
43878            ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
43879            ! ext/IO/lib/IO/Socket/INET.pm ext/IPC/SysV/Msg.pm
43880            ! ext/IPC/SysV/Semaphore.pm ext/POSIX/POSIX.pm
43881            ! ext/Sys/Hostname/Hostname.pm ext/Sys/Syslog/Syslog.pm
43882            ! ext/re/re.pm ext/threads/shared/shared.pm
43883            ! ext/threads/threads.pm
43884 ____________________________________________________________________________
43885 [ 20685] By: jhi                                   on 2003/08/13  18:24:50
43886         Log: Subject: Re: script wanted
43887              From: Enache Adrian <enache@rdslink.ro>
43888              Date: Wed, 13 Aug 2003 22:31:18 +0300
43889              Message-ID: <20030813193118.GA1273@ratsnest.hole>
43890      Branch: perl
43891            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Assembler.pm
43892            ! ext/B/B/Disassembler.pm
43893 ____________________________________________________________________________
43894 [ 20681] By: jhi                                   on 2003/08/13  17:13:12
43895         Log: Subject: [PATCH lib/lib_pm.PL utils/perlcc.PL utils/h2xs.PL] RE: script wanted
43896              From: Robin Barker <Robin.Barker@npl.co.uk>
43897              Date: Wed, 13 Aug 2003 18:05:38 +0100
43898              Message-ID: <533D273D4014D411AB1D00062938C4D904046637@hotel.npl.co.uk>
43899      Branch: perl
43900            ! lib/lib_pm.PL utils/h2xs.PL utils/perlcc.PL
43901 ____________________________________________________________________________
43902 [ 20680] By: jhi                                   on 2003/08/13  17:11:38
43903         Log: Subject: [PATCH] GNU Public General Public General GNU Public License License
43904              From: Michael G Schwern <schwern@pobox.com>
43905              Date: Wed, 13 Aug 2003 11:15:40 -0700
43906              Message-ID: <20030813181539.GA22658@windhund.schwern.org>
43907      Branch: perl
43908            ! pod/perlartistic.pod pod/perlgpl.pod
43909 ____________________________________________________________________________
43910 [ 20678] By: jhi                                   on 2003/08/13  13:46:18
43911         Log: Add cmpVERSION.pl from Slaven for comparing two
43912              Perl source trees for modules that have changed
43913              but have the same version numbers.
43914      Branch: perl
43915            + Porting/cmpVERSION.pl
43916            ! MANIFEST
43917 ____________________________________________________________________________
43918 [ 20676] By: jhi                                   on 2003/08/13  12:03:08
43919         Log: Make Johan's confusion go away, but there are no doubt more
43920              similar cases.
43921      Branch: perl
43922            ! lib/File/Find.pm
43923 ____________________________________________________________________________
43924 [ 20674] By: jhi                                   on 2003/08/13  11:57:47
43925         Log: Make (hopefully) the Windows CR CR LF bug go away
43926              by making the CRLF layer repel any other CRLF layers.
43927              In other words: binmode(FH, ":crlf") in e.g. Win32
43928              is effectively a no-op since there already is one
43929              CRLF layer in the stack by default.
43930      Branch: perl
43931            ! perlio.c pod/perlrun.pod t/io/crlf.t t/io/layers.t
43932 ____________________________________________________________________________
43933 [ 20673] By: jhi                                   on 2003/08/13  10:29:56
43934         Log: One tweak from Dave Mitchell.
43935      Branch: perl
43936            ! pod/perlport.pod
43937 ____________________________________________________________________________
43938 [ 20672] By: jhi                                   on 2003/08/13  10:27:54
43939         Log: One tweak for microperl in OS/2.
43940      Branch: perl
43941            ! perl.h
43942 ____________________________________________________________________________
43943 [ 20671] By: merijn                                on 2003/08/13  08:57:27
43944         Log: Subject: [PATCH] another VMS pod nit
43945              From: "Craig A. Berry" <craigberry@mac.com>
43946              Date: Wed, 13 Aug 2003 01:01:46 -0500
43947              Message-ID: <3F39D44A.4010207@mac.com>
43948      Branch: perl
43949            ! vms/descrip_mms.template
43950 ____________________________________________________________________________
43951 [ 20670] By: merijn                                on 2003/08/13  08:54:45
43952         Log: Subject: [PATCH Tie::File] turn the alarm off in the tests (was Re: maint @ 20617 (on VMS))
43953              From: "Craig A. Berry" <craigberry@mac.com>
43954              Date: Tue, 12 Aug 2003 21:12:00 -0500
43955              Message-ID: <3F399E70.4050607@mac.com>
43956      Branch: perl
43957            ! lib/Tie/File/t/24_cache_loop.t lib/Tie/File/t/29_downcopy.t
43958            ! lib/Tie/File/t/29a_upcopy.t
43959 ____________________________________________________________________________
43960 [ 20669] By: jhi                                   on 2003/08/13  06:06:39
43961         Log: More don't:s for nyetworking.
43962      Branch: perl
43963            ! pod/perlport.pod
43964 ____________________________________________________________________________
43965 [ 20668] By: rgs                                   on 2003/08/12  20:27:41
43966         Log: perlipc thinko by John P. Linderman.
43967      Branch: perl
43968            ! pod/perlipc.pod
43969 ____________________________________________________________________________
43970 [ 20666] By: jhi                                   on 2003/08/12  20:02:13
43971         Log: Subject: Re: maint @ 20617 [PATCH]
43972              From: =?iso-8859-1?q?Sreeji=20K=20Das?= <sreeji_k@yahoo.com>
43973              Date: Tue, 12 Aug 2003 13:19:00 +0100 (BST)
43974              Message-ID: <20030812121900.26127.qmail@web10501.mail.yahoo.com>
43975      Branch: perl
43976            ! lib/ExtUtils/Installed.pm
43977 ____________________________________________________________________________
43978 [ 20665] By: jhi                                   on 2003/08/12  19:59:54
43979         Log: README.cygwin updates from Gerrit P. Haase.
43980      Branch: perl
43981            ! README.cygwin
43982 ____________________________________________________________________________
43983 [ 20664] By: jhi                                   on 2003/08/12  19:57:53
43984         Log: Do some updates also on pod.mak -- which seems to
43985              be badly out of date.
43986      Branch: perl
43987            ! win32/pod.mak
43988 ____________________________________________________________________________
43989 [ 20663] By: jhi                                   on 2003/08/12  19:48:01
43990         Log: More missing pods for VMS.
43991      Branch: perl
43992            ! vms/descrip_mms.template
43993 ____________________________________________________________________________
43994 [ 20662] By: jhi                                   on 2003/08/12  19:43:46
43995         Log: Subject: [PATCH: perl@20617] add handling for new perlreref.pod file to VMS build.
43996              From: PPrymmer@factset.com
43997              Date: Tue, 12 Aug 2003 16:24:21 -0400
43998              Message-ID: <OF26F453CA.0F963A91-ON85256D80.006F991A-85256D80.007017F2@factset.com>
43999      Branch: perl
44000            ! vms/descrip_mms.template
44001 ____________________________________________________________________________
44002 [ 20661] By: jhi                                   on 2003/08/12  19:41:50
44003         Log: perlreref tweaks from SADAHIRO Tomoyuki and Ian Truskett.
44004      Branch: perl
44005            ! pod/perlreref.pod
44006 ____________________________________________________________________________
44007 [ 20660] By: jhi                                   on 2003/08/12  18:44:27
44008         Log: A better patch from Yitzchak Scott-Thoennes for [perl #23287].
44009      Branch: perl
44010            ! pp_sys.c
44011 ____________________________________________________________________________
44012 [ 20657] By: jhi                                   on 2003/08/12  13:55:56
44013         Log: Multiline one-liners are a bit too much to ask.
44014      Branch: perl
44015            ! t/op/closure.t
44016 ____________________________________________________________________________
44017 [ 20654] By: jhi                                   on 2003/08/12  13:23:00
44018         Log: Add perlcheat to the toc and perl.pod; regen toc.
44019      Branch: perl
44020            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
44021 ____________________________________________________________________________
44022 [ 20653] By: jhi                                   on 2003/08/12  13:15:17
44023         Log: Retract #20644 and #20643; on non-microperl non-fcntl
44024              systems Wrong Thing would be done.  (And as Sarathy
44025              points out, closing both ends of a pipe is rather
44026              identical to never opening it...)
44027      Branch: perl
44028            ! pp_sys.c util.c
44029 ____________________________________________________________________________
44030 [ 20652] By: ams                                   on 2003/08/12  13:06:40
44031         Log: Subject: perlcheat
44032              From: Juerd <juerd@cpan.org>
44033              Date: Mon, 11 Aug 2003 20:24:34 +0200
44034              Message-Id: <20030811182434.GI17748@c3.convolution.nl>
44035      Branch: perl
44036            + pod/perlcheat.pod
44037            ! MANIFEST
44038 ____________________________________________________________________________
44039 [ 20651] By: jhi                                   on 2003/08/12  12:52:09
44040         Log: Microperl expects C89 (like the rest of Perl).
44041      Branch: perl
44042            ! README.micro
44043 ____________________________________________________________________________
44044 [ 20650] By: jhi                                   on 2003/08/12  12:32:29
44045         Log: Subject: [PATCH 5.8.1 @20218] xsubpp: wrong code
44046              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
44047              Date: Sun, 3 Aug 2003 06:19:02 -0700
44048              Message-ID: <20030803131902.GA5146@math.berkeley.edu>
44049      Branch: perl
44050            ! lib/ExtUtils/xsubpp
44051 ____________________________________________________________________________
44052 [ 20648] By: jhi                                   on 2003/08/12  11:56:52
44053         Log: If we are void we cannot return a value.
44054      Branch: perl
44055            ! mg.c
44056 ____________________________________________________________________________
44057 [ 20647] By: jhi                                   on 2003/08/12  11:54:32
44058         Log: Oops.
44059      Branch: perl
44060            ! perl.c
44061 ____________________________________________________________________________
44062 [ 20646] By: jhi                                   on 2003/08/12  11:51:25
44063         Log: Apply much of Ilya's microperl patch, but instead of
44064              implementing the opendir()/readdir()/closedir() using
44065              external commands give up "ANSI-pureness" and define them
44066              in uconfig.sh, also define other stuff like rename() and putenv().
44067              Leave out the $| emulation in my_fork() since we are
44068              not supposed to have fork() under microperl.
44069      Branch: perl
44070            ! Makefile.micro README.micro doio.c mg.c perl.c perl.h
44071            ! perlvars.h pp_sys.c sv.c uconfig.h uconfig.sh util.c
44072 ____________________________________________________________________________
44073 [ 20645] By: jhi                                   on 2003/08/12  10:40:54
44074         Log: Localize PARENT (based on Ilya's microperl patch).
44075      Branch: perl
44076            ! lib/Cwd.pm
44077 ____________________________________________________________________________
44078 [ 20644] By: jhi                                   on 2003/08/12  10:37:55
44079         Log: More microperlish faking in case no fcntl F_SETFD for pipes.
44080      Branch: perl
44081            ! util.c
44082 ____________________________________________________________________________
44083 [ 20643] By: jhi                                   on 2003/08/12  10:13:53
44084         Log: A generally useful hunk from Ilya's microperl patch.
44085              (If no fcntl F_SETFD, fake it the best we can.)
44086      Branch: perl
44087            ! pp_sys.c
44088 ____________________________________________________________________________
44089 [ 20640] By: jhi                                   on 2003/08/12  09:59:16
44090         Log: returning would be good, too.
44091      Branch: perl
44092            ! ext/Safe/t/safeops.t
44093 ____________________________________________________________________________
44094 [ 20639] By: jhi                                   on 2003/08/12  09:57:07
44095         Log: No dor in maint.
44096      Branch: perl
44097            ! ext/Safe/t/safeops.t
44098 ____________________________________________________________________________
44099 [ 20634] By: jhi                                   on 2003/08/12  08:41:49
44100         Log: Subject: [PATCH 5.8.1 @19053] XSLoader revisted
44101              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
44102              Date: Mon, 21 Apr 2003 22:44:37 -0700
44103              Message-ID: <20030422054437.GA8297@math.berkeley.edu>
44104
44105              (the XSLoader doc hunk; the h2xs looks like a behavioural change)
44106      Branch: perl
44107            ! ext/DynaLoader/XSLoader_pm.PL
44108 ____________________________________________________________________________
44109 [ 20633] By: jhi                                   on 2003/08/12  08:31:01
44110         Log: Subject: [PATCH h2xs] produce Foo-Bar/lib/Foo/Bar.pm
44111              From: Michael G Schwern <schwern@pobox.com>
44112              Date: Sat, 9 Aug 2003 15:03:02 -0700
44113              Message-ID: <20030809220301.GE24919@windhund.schwern.org>
44114
44115              (plus one extra catfile() in h2xs.t)
44116      Branch: perl
44117            ! lib/h2xs.t utils/h2xs.PL
44118 ____________________________________________________________________________
44119 [ 20632] By: jhi                                   on 2003/08/12  08:11:08
44120         Log: The Debian people have expressed a wish for the boilerplate
44121              being specific about the Perl version; patch from Nicholas Clark.
44122      Branch: perl
44123            ! utils/h2xs.PL
44124 ____________________________________________________________________________
44125 [ 20631] By: jhi                                   on 2003/08/12  08:09:43
44126         Log: A new try from Dave Mitchell for [perl #23265].
44127      Branch: perl
44128            ! pad.c t/op/closure.t
44129 ____________________________________________________________________________
44130 [ 20630] By: jhi                                   on 2003/08/12  07:59:22
44131         Log: Fix for [perl #23287] segfault in untie.
44132              (Well, at least no more coredump.)
44133      Branch: perl
44134            ! pp_sys.c t/op/tie.t
44135 ____________________________________________________________________________
44136 [ 20629] By: jhi                                   on 2003/08/12  06:24:32
44137         Log: =head2 ALL CAPS
44138      Branch: perl
44139            ! pod/perlreref.pod
44140 ____________________________________________________________________________
44141 [ 20628] By: jhi                                   on 2003/08/12  06:22:25
44142         Log: Too enthusiastic head2-ing.
44143      Branch: perl
44144            ! pod/perlreref.pod
44145 ____________________________________________________________________________
44146 [ 20627] By: jhi                                   on 2003/08/12  05:17:14
44147         Log: Gotta Get'em Cases Right.
44148      Branch: perl
44149            ! pod/perlreref.pod
44150 ____________________________________________________________________________
44151 [ 20626] By: jhi                                   on 2003/08/12  05:04:02
44152         Log: head2-ify many of the head1s, will probably make this look
44153              better in HTML.
44154      Branch: perl
44155            ! pod/perlreref.pod
44156 ____________________________________________________________________________
44157 [ 20625] By: jhi                                   on 2003/08/12  04:55:32
44158         Log: Subject: Re: [PATCH] perlreref.pod tweaks
44159              From: Iain Truskett <spoon@cpan.org>
44160              Date: Tue, 12 Aug 2003 13:59:27 +1000
44161              Message-ID: <20030812035927.GJ7914@gytha.anu.edu.au>
44162
44163              plus explain "Titlecase".
44164      Branch: perl
44165            ! pod/perlreref.pod
44166 ____________________________________________________________________________
44167 [ 20623] By: rgs                                   on 2003/08/11  19:59:17
44168         Log: Add a new regression test for Safe : tests that all ops
44169              can be trapped by a Safe compartement (except for the ones
44170              that can't.)
44171      Branch: perl
44172            + ext/Safe/t/safeops.t
44173            ! MANIFEST
44174 ____________________________________________________________________________
44175 [ 20622] By: rgs                                   on 2003/08/11  18:33:06
44176         Log: B::Deparse wasn't handling correctly builtins that
44177              have two filehandles in their prototypes (pipe, socketpair,
44178              accept) when non-bareword prototypes were used.
44179      Branch: perl
44180            ! ext/B/B/Deparse.pm
44181 ____________________________________________________________________________
44182 [ 20620] By: jhi                                   on 2003/08/11  17:08:29
44183         Log: Subject: [PATCH] [@20616] perlreref.pod incorrectly describes \c
44184              From: merlyn@stonehenge.com (Randal L. Schwartz)
44185              Date: 11 Aug 2003 09:45:29 -0700
44186              Message-ID: <86isp4kus6.fsf@blue.stonehenge.com>
44187
44188              Subject: [PATCH] perlreref.pod tweaks
44189              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
44190              Date: Mon, 11 Aug 2003 13:19:51 -0400
44191              Message-ID: <20030811171951.GA332851@linguist.thayer.dartmouth.edu>
44192
44193              Plus a note about {,n} not being a quantifier.
44194      Branch: perl
44195            ! pod/perlreref.pod
44196 ____________________________________________________________________________
44197 [ 20619] By: jhi                                   on 2003/08/11  15:50:34
44198         Log: Integrate:
44199              [ 20618]
44200              $* is not yet fully gone in 5.8.1.
44201      Branch: perl
44202           !> pod/perlreref.pod
44203 ____________________________________________________________________________
44204 [ 20614] By: nick                                  on 2003/08/11  12:14:55
44205         Log: Allow via layer to affect the PERLIO_F_UTF8 flag.
44206      Branch: perl
44207            ! ext/PerlIO/via/via.pm ext/PerlIO/via/via.xs
44208 ____________________________________________________________________________
44209 [ 20612] By: jhi                                   on 2003/08/11  10:55:19
44210         Log: VC6 warning: result still unsigned.
44211      Branch: perl
44212            ! regexec.c
44213 ____________________________________________________________________________
44214 [ 20611] By: jhi                                   on 2003/08/11  08:33:13
44215         Log: Typo fix from Boris Zentner.
44216      Branch: perl
44217            ! pod/perlfaq5.pod
44218 ____________________________________________________________________________
44219 [ 20609] By: jhi                                   on 2003/08/11  04:28:29
44220         Log: Subject: [perl #23273] warnings in Unicode::UCD
44221              From: Lukas Mai (via RT) <perlbug-followup@perl.org>
44222              Date: 10 Aug 2003 22:37:41 -0000
44223              Message-ID: <rt-23273-62473.18.6967347513833@rt.perl.org>
44224      Branch: perl
44225            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
44226 ____________________________________________________________________________
44227 [ 20608] By: jhi                                   on 2003/08/11  04:24:34
44228         Log: Explain the 'Wide character in print' a bit more.
44229      Branch: perl
44230            ! pod/perldiag.pod
44231 ____________________________________________________________________________
44232 [ 20607] By: rgs                                   on 2003/08/10  20:44:23
44233         Log: Subject: Re: killing for vital signs [PATCH]
44234              From: "John P. Linderman" <jpl@research.att.com>
44235              Date: Sun, 10 Aug 2003 15:44:33 -0400 (EDT)
44236              Message-Id: <200308101944.PAA96547@raptor.research.att.com>
44237      Branch: perl
44238            ! pod/perlfunc.pod pod/perlipc.pod
44239 ____________________________________________________________________________
44240 [ 20605] By: jhi                                   on 2003/08/10  20:38:39
44241         Log: gcc -ansi -pedantic cleanup; and a seemingly forgotten
44242              sv_placeholder hunk.
44243      Branch: perl
44244            ! perl.h sv.h
44245 ____________________________________________________________________________
44246 [ 20604] By: jhi                                   on 2003/08/10  20:14:28
44247         Log: Clarify the format checking instructions.
44248      Branch: perl
44249            ! Porting/pumpkin.pod
44250 ____________________________________________________________________________
44251 [ 20602] By: jhi                                   on 2003/08/10  19:45:45
44252         Log: Retract #20597, too many resulting core dumps.
44253      Branch: perl
44254            ! pad.c t/op/closure.t
44255 ____________________________________________________________________________
44256 [ 20597] By: jhi                                   on 2003/08/10  17:55:03
44257         Log: Subject: Re: [perl #23265] Nested anonymous subs
44258              From: Dave Mitchell <davem@fdgroup.com>
44259              Date: Sun, 10 Aug 2003 01:35:30 +0100
44260              Message-ID: <20030810003530.GB6547@fdgroup.com>
44261      Branch: perl
44262            ! pad.c t/op/closure.t
44263 ____________________________________________________________________________
44264 [ 20596] By: jhi                                   on 2003/08/10  17:38:35
44265         Log: Try simple workaround for the POSIX autosplit.ix warning.
44266      Branch: perl
44267            ! ext/POSIX/POSIX.pm
44268 ____________________________________________________________________________
44269 [ 20595] By: jhi                                   on 2003/08/10  17:33:12
44270         Log: One more PL_csighandlerp.
44271      Branch: perl
44272            ! ext/POSIX/POSIX.xs
44273 ____________________________________________________________________________
44274 [ 20594] By: rgs                                   on 2003/08/10  13:30:11
44275         Log: Further tweaks on perlreref.pod (by Iain Truskett)
44276      Branch: perl
44277            ! pod/perlreref.pod
44278 ____________________________________________________________________________
44279 [ 20593] By: rgs                                   on 2003/08/10  12:32:47
44280         Log: Add the perlreref manpage, by Iain Truskett
44281              (regular expressions quick reference.)
44282              Regenerate the table of contents.
44283      Branch: perl
44284            + pod/perlreref.pod
44285            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
44286 ____________________________________________________________________________
44287 [ 20592] By: rgs                                   on 2003/08/09  21:13:27
44288         Log: Remove ByteLoader from the list of modules whose compilability should
44289              be tested : it's loaded (at runtime) by ext/B/t/bytecode.t (as Enache
44290              pointed out.)
44291      Branch: perl
44292            ! t/lib/1_compile.t
44293 ____________________________________________________________________________
44294 [ 20591] By: rgs                                   on 2003/08/09  21:08:59
44295         Log: Subject: [PATCH] add "$lexical not available" warning in C<for my $lex ()>
44296              From: Dave Mitchell <davem@fdgroup.com>
44297              Date: Sat, 9 Aug 2003 14:51:44 +0100
44298              Message-ID: <20030809135144.GC4997@fdgroup.com>
44299      Branch: perl
44300            ! embed.fnc embed.h global.sym op.c pp_ctl.c proto.h scope.c
44301            ! scope.h t/lib/warnings/pad
44302 ____________________________________________________________________________
44303 [ 20590] By: rgs                                   on 2003/08/09  21:02:21
44304         Log: Regenerate perlapi.pod.
44305      Branch: perl
44306            ! pod/perlapi.pod
44307 ____________________________________________________________________________
44308 [ 20589] By: rgs                                   on 2003/08/09  20:26:28
44309         Log: Subject: [PATCH t/lib/1_compile.t] Removing tested modules
44310              From: Michael G Schwern <schwern@pobox.com>
44311              Date: Sat, 9 Aug 2003 13:36:59 -0700
44312              Message-ID: <20030809203659.GB24919@windhund.schwern.org>
44313      Branch: perl
44314            ! t/lib/1_compile.t
44315 ____________________________________________________________________________
44316 [ 20588] By: jhi                                   on 2003/08/09  18:13:07
44317         Log: Update Jon Orwant's email address as he wants it,
44318              drop TPJ URL; upate also Doug MacEachern's address.
44319      Branch: perl
44320            ! pod/perlembed.pod pod/perlmodinstall.pod
44321 ____________________________________________________________________________
44322 [ 20587] By: ams                                   on 2003/08/09  18:09:34
44323         Log: hv_fetch_{ent,flags} failed to set HvHASKFLAGS on a hash where a
44324              normal key was replaced by its UTF-8 equivalent. This caused the
44325              "Storable problem" RT3 users reported under RH9.
44326      Branch: perl
44327            ! hv.c
44328 ____________________________________________________________________________
44329 [ 20586] By: jhi                                   on 2003/08/09  18:08:20
44330         Log: Subject: [PATCH perlmodinstall.pod] Installation on Win32
44331              From: Michael G Schwern <schwern@pobox.com>
44332              Date: Fri, 8 Aug 2003 18:35:51 -0700
44333              Message-ID: <20030809013550.GS1587@windhund.schwern.org>
44334      Branch: perl
44335            ! pod/perlmodinstall.pod
44336 ____________________________________________________________________________
44337 [ 20584] By: jhi                                   on 2003/08/09  18:05:22
44338         Log: Reintroduce the U_32-ification to pad.c,
44339              suggested by Dave Mitchell.
44340      Branch: perl
44341            ! pad.c
44342 ____________________________________________________________________________
44343 [ 20583] By: rgs                                   on 2003/08/09  12:43:50
44344         Log: Change #20578 to SelfLoader is probably also useful to AutoSplit.
44345      Branch: perl
44346            ! lib/AutoSplit.pm
44347 ____________________________________________________________________________
44348 [ 20579] By: jhi                                   on 2003/08/09  08:07:22
44349         Log: Some updates for the memory use debugging section:
44350              -DL is obsolete, mention Devel::Size, and Purify and valgrind.
44351      Branch: perl
44352            ! pod/perldebguts.pod
44353 ____________________________________________________________________________
44354 [ 20578] By: jhi                                   on 2003/08/09  07:34:16
44355         Log: Fix from Dave Mitchell to the recent from lib/Devel/SelfStubber.t:
44356              Variable "$nested" is not available at (re_eval 4) line 2, <DATA> line 8.
44357              which was on old bug unearthed by the change #20559.
44358              Basically, qr// + (??{$lexical}) combination is very, VERY broken.
44359              Workaround is not to use lexicals.
44360      Branch: perl
44361            ! lib/SelfLoader.pm
44362 ____________________________________________________________________________
44363 [ 20577] By: jhi                                   on 2003/08/09  07:28:41
44364         Log: The libcygipc doesn't really work with the Perl SysV IPC tests
44365              so no much point in adding it yet.
44366      Branch: perl
44367            ! hints/cygwin.sh
44368 ____________________________________________________________________________
44369 [ 20575] By: jhi                                   on 2003/08/09  07:24:43
44370         Log: Retract #20524 since it was due to broken INT32_MIN in
44371              Cygwin 1.5's stdint.h.
44372      Branch: perl
44373            ! pad.c
44374 ____________________________________________________________________________
44375 [ 20574] By: jhi                                   on 2003/08/09  07:11:32
44376         Log: Subject: [ PATCH] Re: strange destruction problem on VMS
44377              From: Dave Mitchell <davem@fdgroup.com>
44378              Date: Fri, 8 Aug 2003 22:28:48 +0100
44379              Message-ID: <20030808212848.GA2628@fdgroup.com>
44380      Branch: perl
44381            ! sv.c
44382 ____________________________________________________________________________
44383 [ 20573] By: jhi                                   on 2003/08/09  07:09:07
44384         Log: Subject: Re: [PATCH] perlfaq8.pod and MakeMaker's PREFIX=
44385              From: Michael G Schwern <schwern@pobox.com>
44386              Date: Fri, 8 Aug 2003 13:59:50 -0700
44387              Message-ID: <20030808205950.GJ1587@windhund.schwern.org>
44388      Branch: perl
44389            ! pod/perlfaq8.pod
44390 ____________________________________________________________________________
44391 [ 20572] By: jhi                                   on 2003/08/09  07:06:37
44392         Log: Subject: [PATCH] kill 'INT' doesn't work on Windows
44393              From: Jan Dubois <jand@ActiveState.com>
44394              Date: Fri, 08 Aug 2003 17:49:03 -0700
44395              Message-ID: <ite8jvgjgcfm8e9dhl6f4dtstrbmn1vmpk@4ax.com>
44396      Branch: perl
44397            ! win32/win32.c
44398 ____________________________________________________________________________
44399 [ 20571] By: jhi                                   on 2003/08/09  06:53:54
44400         Log: Subject: [PATCH] Re: [PATCH] Re: Storing &PL_sv_undef as a hash key with perl-5.8.x
44401              From: Nicholas Clark <nick@ccl4.org>
44402              Date: Fri, 8 Aug 2003 23:30:00 +0100
44403              Message-ID: <20030808233000.B20130@plum.flirble.org>
44404      Branch: perl
44405            ! ext/Storable/Storable.xs
44406 ____________________________________________________________________________
44407 [ 20570] By: jhi                                   on 2003/08/09  06:52:36
44408         Log: Two more tests for #20566/#20568.
44409      Branch: perl
44410            ! t/op/pat.t
44411 ____________________________________________________________________________
44412 [ 20568] By: jhi                                   on 2003/08/08  21:05:24
44413         Log: Subject: [PATCH] Re: UNICODE regexp bug
44414              From: Nick Ing-Simmons <nick@ing-simmons.net>
44415              Date: Fri, 08 Aug 2003 23:05:49 +0100
44416              Message-Id: <20030808220549.5109.4@llama.ni-s.u-net.com>
44417
44418              Better patch (than #20566) from NI-S, one more test
44419              (introduce another variable rather than reuse the tmp, though)
44420      Branch: perl
44421            ! regexec.c t/op/pat.t
44422 ____________________________________________________________________________
44423 [ 20566] By: jhi                                   on 2003/08/08  19:47:45
44424         Log: Subject: UNICODE regexp bug
44425              From: Nick Ing-Simmons <nick@ing-simmons.net>
44426              Date: Fri, 08 Aug 2003 20:36:56 +0100
44427              Message-Id: <20030808193656.5109.1@llama.ni-s.u-net.com>
44428      Branch: perl
44429            ! regexec.c t/op/pat.t
44430 ____________________________________________________________________________
44431 [ 20565] By: jhi                                   on 2003/08/08  18:59:40
44432         Log: Move the csighandler to be a data variable so that
44433              things like DLL trampolines can't mess up the code
44434              variables the Perl_csighandler (seen in Cygwin:
44435              Perl_csighandler in POSIX extension was different
44436              than in main executable).
44437      Branch: perl
44438            ! embedvar.h ext/POSIX/POSIX.xs mg.c perlapi.h perlvars.h
44439 ____________________________________________________________________________
44440 [ 20564] By: jhi                                   on 2003/08/08  13:12:19
44441         Log: Subject: [PATCH] Re: main@20537: WinXP build failed op/time.t test 2
44442              From: Steve Hay <steve.hay@uk.radan.com>
44443              Date: Fri, 08 Aug 2003 12:42:28 +0100
44444              Message-ID: <3F338CA4.3010503@uk.radan.com>
44445      Branch: perl
44446            ! t/op/time.t
44447 ____________________________________________________________________________
44448 [ 20563] By: jhi                                   on 2003/08/08  13:09:00
44449         Log: Subject: [PATCH] maintperl & bleadperl for Cygwin: include libgdbm_compat & libcygipc in searchlist
44450              From: "Gerrit P. Haase" <gp@familiehaase.de>
44451              Date: Fri, 8 Aug 2003 13:44:51 +0200
44452              Message-ID: <1621817486657.20030808134451@familiehaase.de>
44453      Branch: perl
44454            ! ext/NDBM_File/hints/cygwin.pl ext/ODBM_File/hints/cygwin.pl
44455            ! hints/cygwin.sh
44456 ____________________________________________________________________________
44457 [ 20560] By: jhi                                   on 2003/08/08  04:28:44
44458         Log: Retract PASTHRU* changes as recommended by Schwern.
44459      Branch: perl
44460            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
44461            ! lib/ExtUtils/t/MM_Win32.t
44462 ____________________________________________________________________________
44463 [ 20559] By: rgs                                   on 2003/08/07  19:59:18
44464         Log: Subject: Fwd: Re: [PATCH] flags set incorrectly on abandoned lexicals
44465              From: Dave Mitchell <davem@fdgroup.com>
44466              Date: Thu, 7 Aug 2003 15:53:35 +0100
44467              Message-ID: <20030807145335.GF26683@fdgroup.com>
44468      Branch: perl
44469            ! scope.c t/lib/warnings/pad
44470 ____________________________________________________________________________
44471 [ 20556] By: jhi                                   on 2003/08/07  18:14:41
44472         Log: The #20546 was too ambitious, broke the test.
44473      Branch: perl
44474            ! lib/Benchmark.pm lib/Benchmark.t
44475 ____________________________________________________________________________
44476 [ 20554] By: jhi                                   on 2003/08/07  17:00:03
44477         Log: Subject: Fw: [PATCH: perl@20512] DBG build tweaks for VMS.
44478              From: PPrymmer@factset.com
44479              Date: Thu, 7 Aug 2003 14:02:02 -0400
44480              Message-ID: <OFA59024FD.170B3227-ON85256D7B.00630753-85256D7B.00631048@factset.com>
44481      Branch: perl
44482            ! vms/descrip_mms.template
44483 ____________________________________________________________________________
44484 [ 20553] By: jhi                                   on 2003/08/07  16:45:25
44485         Log: Some AUTHORS updates.
44486      Branch: perl
44487            ! AUTHORS
44488 ____________________________________________________________________________
44489 [ 20552] By: jhi                                   on 2003/08/07  15:45:03
44490         Log: Hint away the semid_ds test in NetBSD/sparc.
44491      Branch: perl
44492            ! hints/netbsd.sh
44493 ____________________________________________________________________________
44494 [ 20550] By: jhi                                   on 2003/08/07  15:39:53
44495         Log: Allow hinting d_semctl_semun and d_semctl_semid_ds.
44496      Branch: perl
44497            ! Configure
44498 ____________________________________________________________________________
44499 [ 20548] By: jhi                                   on 2003/08/07  14:48:27
44500         Log: Subject: [PATCH] Test::More
44501              From: Fergal Daly <fergal@esatclear.ie>
44502              Date: Thu, 7 Aug 2003 15:52:11 +0100
44503              Message-Id: <200308071552.11873.fergal@esatclear.ie>
44504      Branch: perl
44505            ! lib/Test/More.pm
44506 ____________________________________________________________________________
44507 [ 20547] By: jhi                                   on 2003/08/07  14:45:22
44508         Log: Integrate from maint:
44509              [ 20543]
44510              Workround for SuSE8.2's -lndbm hack
44511      Branch: perl
44512           !> hints/linux.sh
44513 ____________________________________________________________________________
44514 [ 20546] By: jhi                                   on 2003/08/07  14:43:57
44515         Log: Subject: [PATCH 5.8.1] Benchmark problem
44516              From: Radu Greab <rgreab@fx.ro>
44517              Date: Thu, 07 Aug 2003 16:18:25 +0300 (EEST)
44518              Message-Id: <20030807.161825.106541372.radu@yx.primIT.ro>
44519
44520              Subject: Re: [PATCH 5.8.1] Benchmark problem
44521              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
44522              Date: Thu, 7 Aug 2003 15:48:38 +0200
44523              Message-Id: <20030807154838.5d240dbb.rgarciasuarez@free.fr>
44524      Branch: perl
44525            ! lib/Benchmark.pm lib/Benchmark.t
44526 ____________________________________________________________________________
44527 [ 20544] By: jhi                                   on 2003/08/07  14:25:25
44528         Log: Retract #20359: too wide a brush.
44529      Branch: perl
44530            ! hints/netbsd.sh
44531 ____________________________________________________________________________
44532 [ 20542] By: jhi                                   on 2003/08/07  06:24:23
44533         Log: If no alarm(), skip the subtests.
44534      Branch: perl
44535            ! ext/Time/HiRes/t/HiRes.t
44536 ____________________________________________________________________________
44537 [ 20541] By: jhi                                   on 2003/08/07  06:15:54
44538         Log: Subject: Re: maint @ 20537
44539              From: Philip Newton <Philip.Newton@gmx.net>
44540              Date: Thu, 07 Aug 2003 09:05:17 +0200
44541              Message-ID: <s0l3jvo4mju2uu4f6pkq18istk02hme6j9@4ax.com>
44542      Branch: perl
44543            ! ext/Socket/Socket.xs
44544 ____________________________________________________________________________
44545 [ 20540] By: jhi                                   on 2003/08/07  06:13:19
44546         Log: Subject: Re: maint @ 20537
44547              From: Philip Newton <Philip.Newton@gmx.net>
44548              Date: Thu, 07 Aug 2003 09:05:17 +0200
44549              Message-ID: <s0l3jvo4mju2uu4f6pkq18istk02hme6j9@4ax.com>
44550      Branch: perl
44551            ! hints/dos_djgpp.sh
44552 ____________________________________________________________________________
44553 [ 20539] By: jhi                                   on 2003/08/07  05:17:56
44554         Log: NetBSD for Sparc (at least 1.5.3 and 1.6.1) seem to have
44555              broken SysV semaphores.
44556      Branch: perl
44557            ! hints/netbsd.sh
44558 ____________________________________________________________________________
44559 [ 20538] By: jhi                                   on 2003/08/07  05:08:14
44560         Log: Subject: Re: [perl #23030] Error in negative lookahead with alternations
44561              From: hv@crypt.org
44562              Date: Thu, 07 Aug 2003 02:44:23 +0100
44563              Message-Id: <200308070144.h771iN906446@zen.crypt.org>
44564      Branch: perl
44565            ! regexec.c t/op/re_tests
44566 ____________________________________________________________________________
44567 [ 20535] By: jhi                                   on 2003/08/06  19:05:18
44568         Log: ESUCCESS = 0 is not true, but exists.
44569      Branch: perl
44570            ! ext/Errno/t/Errno.t
44571 ____________________________________________________________________________
44572 [ 20533] By: jhi                                   on 2003/08/06  18:39:49
44573         Log: Subject: [pathc] Sys:Syslog.pm::syslog() - Better error message
44574              From: jari.aalto@poboxes.com (Jari Aalto)
44575              Date: Wed, 06 Aug 2003 14:24:42 +0300
44576              Message-ID: <ekzzowp1.fsf@blue.sea.net>
44577      Branch: perl
44578            ! ext/Sys/Syslog/Syslog.pm
44579 ____________________________________________________________________________
44580 [ 20530] By: jhi                                   on 2003/08/06  18:24:56
44581         Log: Make code agree with documentation (from Wolfgang Friebel)
44582      Branch: perl
44583            ! lib/ExtUtils/MakeMaker.pm
44584 ____________________________________________________________________________
44585 [ 20529] By: jhi                                   on 2003/08/06  18:20:31
44586         Log: Various tweaks to help DJGPP builds.
44587      Branch: perl
44588            ! djgpp/djgppsed.sh hints/dos_djgpp.sh
44589 ____________________________________________________________________________
44590 [ 20527] By: jhi                                   on 2003/08/06  14:57:22
44591         Log: More PASTHRU patching from Steve Hay.
44592      Branch: perl
44593            ! lib/ExtUtils/MM_Unix.pm
44594 ____________________________________________________________________________
44595 [ 20526] By: jhi                                   on 2003/08/06  13:53:01
44596         Log: Cast away gcc 3.3 type conversion pickiness.
44597      Branch: perl
44598            ! ext/threads/threads.xs
44599 ____________________________________________________________________________
44600 [ 20524] By: jhi                                   on 2003/08/06  13:36:44
44601         Log: Subject: Re: perl with cygwin 1.5, need help
44602              From: "Gerrit P. Haase" <gp@familiehaase.de>
44603              Date: Tue, 5 Aug 2003 14:36:55 +0200
44604              Message-ID: <71561410910.20030805143655@familiehaase.de>
44605
44606              (needed manual fitting)
44607      Branch: perl
44608            ! pad.c
44609 ____________________________________________________________________________
44610 [ 20523] By: jhi                                   on 2003/08/06  13:30:42
44611         Log: Subject: maint @ 20512
44612              From: Robin Barker <Robin.Barker@npl.co.uk>
44613              Date: Wed, 6 Aug 2003 15:31:33 +0100
44614              Message-ID: <533D273D4014D411AB1D00062938C4D904046625@hotel.npl.co.uk>
44615      Branch: perl
44616            ! MANIFEST Porting/Maintainers.pl
44617 ____________________________________________________________________________
44618 [ 20520] By: jhi                                   on 2003/08/06  11:38:46
44619         Log: Subject: [PATCH] Re: [PATCH] Re: MakeMaker doesn't pasthru DEFINE command-line args to subdirs on Win32
44620              From: Steve Hay <steve.hay@uk.radan.com>
44621              Date: Wed, 06 Aug 2003 10:56:44 +0100
44622              Message-ID: <3F30D0DC.20700@uk.radan.com>
44623      Branch: perl
44624            ! lib/ExtUtils/MM_Unix.pm
44625 ____________________________________________________________________________
44626 [ 20514] By: jhi                                   on 2003/08/06  05:22:29
44627         Log: Subject: Re: [PATCH pod/perlfaq2.pod] update Friedl book listing for 2nd edition
44628              From: Tim Jenness <t.jenness@jach.hawaii.edu>
44629              Date: Tue, 5 Aug 2003 17:21:46 -1000 (HST)
44630              Message-ID: <Pine.LNX.4.44.0308051720280.8532-100000@lapaki>
44631      Branch: perl
44632            ! pod/perlfaq2.pod
44633 ____________________________________________________________________________
44634 [ 20513] By: jhi                                   on 2003/08/06  05:18:32
44635         Log: Subject: [PATCH] dprofpp.PL again -- #20488 thinko
44636              From: "Craig A. Berry" <craigberry@mac.com>
44637              Date: Wed, 06 Aug 2003 00:18:36 -0500
44638              Message-ID: <3F308FAC.4090409@mac.com>
44639
44640              (from vmsperl list)
44641      Branch: perl
44642            ! utils/dprofpp.PL
44643 ____________________________________________________________________________
44644 [ 20510] By: jhi                                   on 2003/08/05  19:01:08
44645         Log: Subject: [PATCH pod/perlfaq2.pod] BETTER update Friedl book listing for 2nd edition
44646              From: mjd@plover.com
44647              Date: 5 Aug 2003 19:23:46 -0000
44648              Message-ID: <20030805192346.25911.qmail@plover.com>
44649      Branch: perl
44650            ! pod/perlfaq2.pod
44651 ____________________________________________________________________________
44652 [ 20508] By: jhi                                   on 2003/08/05  18:36:38
44653         Log: Continue #20506.
44654      Branch: perl
44655            ! lib/ExtUtils/MM_Unix.pm
44656 ____________________________________________________________________________
44657 [ 20506] By: jhi                                   on 2003/08/05  17:58:01
44658         Log: Try to fix the INC in PASTHRU.
44659      Branch: perl
44660            ! lib/ExtUtils/MM_Unix.pm
44661 ____________________________________________________________________________
44662 [ 20503] By: jhi                                   on 2003/08/05  16:02:14
44663         Log: Subject: Re: [perl #23083] [5.8.0-Bug?] backtick returns empty value when $SIG{CHLD} defined.
44664              From: Chip Salzenberg <chip@pobox.com>
44665              Date: Tue, 5 Aug 2003 11:39:24 -0400
44666              Message-ID: <20030805153924.GO1751@perlsupport.com
44667      Branch: perl
44668            ! perlio.c
44669 ____________________________________________________________________________
44670 [ 20502] By: jhi                                   on 2003/08/05  15:32:39
44671         Log: Subject: [PATCH] Re: MakeMaker doesn't pasthru DEFINE command-line args to subdirs on Win32
44672              From: Steve Hay <steve.hay@uk.radan.com>
44673              Date: Tue, 05 Aug 2003 10:43:49 +0100
44674              Message-ID: <3F2F7C55.9020808@uk.radan.com>
44675
44676              (The MM_Unix.pm part was dealt with in #20501.)
44677      Branch: perl
44678            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/t/MM_Win32.t
44679 ____________________________________________________________________________
44680 [ 20501] By: jhi                                   on 2003/08/05  15:28:17
44681         Log: Reinstate #11125, hopefully making MakeMaker to pass
44682              DEFINE and INCLUDE to subdirs (NI-S says he'll work
44683              around any problems caused seen Tk if necessary).
44684              Also (document and) reorder the PASTHRU_INC and PASTHRU_DEFINE
44685              to be _after_ the directory-specific INC and DEFINE as suggested
44686              by NI-S (Tk probably being the only "user" of the said macros).
44687      Branch: perl
44688            ! lib/ExtUtils/MM_Unix.pm
44689 ____________________________________________________________________________
44690 [ 20500] By: jhi                                   on 2003/08/05  15:14:35
44691         Log: Subject: [PATCH-5.8.1-RC4] WinCE more implemented functions
44692              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
44693              Date: Tue, 5 Aug 2003 20:12:18 +0400
44694              Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C200E66@cio-test001.spb.lucent.com>
44695      Branch: perl
44696            - wince/include/netdb.h
44697            ! MANIFEST wince/Makefile.ce wince/win32.h wince/win32io.c
44698            ! wince/wince.c
44699 ____________________________________________________________________________
44700 [ 20499] By: jhi                                   on 2003/08/05  14:03:43
44701         Log: A suggested perlio doc addition from Stas.
44702      Branch: perl
44703            ! pod/perliol.pod
44704 ____________________________________________________________________________
44705 [ 20498] By: jhi                                   on 2003/08/05  13:32:59
44706         Log: Subject: [PATCH RC4] AUTHORS +  Maintainers.pl
44707              From: Robin Barker <Robin.Barker@npl.co.uk>
44708              Date: Tue, 5 Aug 2003 15:32:36 +0100
44709              Message-ID: <533D273D4014D411AB1D00062938C4D90404661C@hotel.npl.co.uk>
44710      Branch: perl
44711            ! AUTHORS Porting/Maintainers.pl
44712 ____________________________________________________________________________
44713 [ 20497] By: jhi                                   on 2003/08/05  12:23:04
44714         Log: This is necessary to get things building for the VMS debugger.
44715              (Craig Berry)
44716      Branch: perl
44717            ! vms/descrip_mms.template
44718 ____________________________________________________________________________
44719 [ 20495] By: jhi                                   on 2003/08/05  09:23:24
44720         Log: Subject: Re: [perl #23202] [RESOLVED] coredump on ext/POSIX/t/posix with NetBSD-1.6
44721              From: alian <alian@cpan.org>
44722              Date: Tue, 05 Aug 2003 12:21:42 +0200
44723              Message-ID: <3F2F8536.1090702@jupiter.alianet>
44724      Branch: perl
44725            ! ext/POSIX/t/posix.t
44726 ____________________________________________________________________________
44727 [ 20494] By: jhi                                   on 2003/08/05  09:03:57
44728         Log: Add some known cases to Maintainers.
44729      Branch: perl
44730            ! Porting/Maintainers.pl
44731 ____________________________________________________________________________
44732 [ 20492] By: jhi                                   on 2003/08/05  08:34:34
44733         Log: Subject: [PATCH] perlthrtut.pod
44734              From: Elizabeth Mattijsen <liz@dijkmat.nl>
44735              Date: Tue, 5 Aug 2003 11:26:04 +0200
44736              Message-Id: <p05111b0abb5525e65401@[80.127.186.62]>
44737      Branch: perl
44738            ! pod/perlthrtut.pod
44739 ____________________________________________________________________________
44740 [ 20491] By: jhi                                   on 2003/08/05  08:31:29
44741         Log: Add META.yml and Stas' makemeta (plus extensive reworking
44742              of the Maintainers utility)
44743      Branch: perl
44744            + META.yml Porting/Maintainers.pm Porting/makemeta
44745            ! MANIFEST Makefile.SH Porting/Maintainers
44746            ! Porting/Maintainers.pl
44747 ____________________________________________________________________________
44748 [ 20490] By: jhi                                   on 2003/08/05  06:28:06
44749         Log: ext/IPC/SysV/t/sem.t don't remove semaphore on NetBSD sparc
44750              Try to remove the created message queues and semaphores
44751              even in the case of failures.
44752      Branch: perl
44753            ! ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
44754 ____________________________________________________________________________
44755 [ 20489] By: jhi                                   on 2003/08/05  06:21:47
44756         Log: Subject: PerlIO_{read,write} return value doc patch
44757              From: Gisle Aas <gisle@ActiveState.com>
44758              Date: 04 Aug 2003 13:25:28 -0700
44759              Message-ID: <lr4r0xuq4n.fsf@caliper.activestate.com>
44760      Branch: perl
44761            ! pod/perlapio.pod
44762 ____________________________________________________________________________
44763 [ 20488] By: jhi                                   on 2003/08/05  06:12:07
44764         Log: Subject: [PATCH utils/dprofpp.PL] (was Re: DProf tests with -p broken on VMS)
44765              From: "Craig A. Berry" <craigberry@mac.com>
44766              Date: Mon, 04 Aug 2003 19:29:51 -0500
44767              Message-ID: <3F2EFA7F.6070801@mac.com>
44768      Branch: perl
44769            ! utils/dprofpp.PL
44770 ____________________________________________________________________________
44771 [ 20486] By: jhi                                   on 2003/08/05  06:05:53
44772         Log: Subject: [PATCH] typos in encoding.pm
44773              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
44774              Date: Mon, 4 Aug 2003 20:09:35 +0200
44775              Message-ID: <005001c35ab3$9225c320$0c2f1fac@R2D2>
44776      Branch: perl
44777            ! ext/Encode/encoding.pm
44778 ____________________________________________________________________________
44779 [ 20485] By: jhi                                   on 2003/08/05  05:29:11
44780         Log: Bytecode patching from Enache.
44781      Branch: perl
44782            ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
44783            ! ext/B/t/bytecode.t ext/ByteLoader/bytecode.h t/TEST
44784 ____________________________________________________________________________
44785 [ 20484] By: jhi                                   on 2003/08/05  05:26:32
44786         Log: Upgrade to Digest::MD5 2.27.
44787      Branch: perl
44788            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
44789            ! ext/Digest/MD5/t/files.t
44790 ____________________________________________________________________________
44791 [ 20483] By: jhi                                   on 2003/08/05  05:15:16
44792         Log: Subject: [Patch 5.8.1 Encode.pm] v-strings deprecated
44793              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
44794              Date: Tue, 05 Aug 2003 00:27:10 +0900
44795              Message-Id: <20030805002313.9880.BQW10602@nifty.com>
44796      Branch: perl
44797            ! ext/Encode/t/at-cn.t ext/Encode/t/at-tw.t
44798 ____________________________________________________________________________
44799 [ 20482] By: rgs                                   on 2003/08/04  22:06:46
44800         Log: Nit in INSTALL about the svr?.sh hint files.
44801      Branch: perl
44802            ! INSTALL
44803 ____________________________________________________________________________
44804 [ 20480] By: rgs                                   on 2003/08/04  21:30:25
44805         Log: Subject: [PATCH] Re: [perl #23210] parser error with 'print $HANDLE func(@args)'
44806              From: Steve Grazzini <grazz@pobox.com>
44807              Date: Mon, 4 Aug 2003 16:01:45 -0400
44808              Message-ID: <20030804200145.GB21699@grazzini.net>
44809
44810              Prevent the warning "Bareword found where operator expected" in
44811              the case "print $fh foo()" where foo() is an undefined function.
44812      Branch: perl
44813            ! toke.c
44814 ____________________________________________________________________________
44815 [ 20479] By: rgs                                   on 2003/08/04  20:26:17
44816         Log: Fix bug #23141 : localization of readonly magic scalars
44817              now produces an error "Modification of a read-only value
44818              attempted", instead of silently failing.
44819      Branch: perl
44820            ! scope.c t/op/local.t
44821 ____________________________________________________________________________
44822 [ 20478] By: rgs                                   on 2003/08/04  20:10:52
44823         Log: Revert change #19282 : it caused problems for some -Duseshrplib
44824              builds. On the other hand, make sure that your C compiler isn't
44825              a perl script !
44826      Branch: perl
44827            ! Makefile.SH
44828 ____________________________________________________________________________
44829 [ 20475] By: jhi                                   on 2003/08/04  09:35:55
44830         Log: Rename DEBUG() and DEB() to PERL_DEBUG() and PERL_DEB().
44831      Branch: perl
44832            ! perl.c perl.h
44833 ____________________________________________________________________________
44834 [ 20474] By: jhi                                   on 2003/08/04  08:41:55
44835         Log: Oops.
44836      Branch: perl
44837            ! hints/darwin.sh hints/rhapsody.sh
44838 ____________________________________________________________________________
44839 [ 20473] By: jhi                                   on 2003/08/04  07:58:36
44840         Log: Subject: [PATCH] Re: Can't usemymalloc on OS X
44841              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
44842              Date: Mon, 4 Aug 2003 10:35:12 +0200
44843              Message-Id: <20030804103512.61a9661c.rgarciasuarez@free.fr>
44844      Branch: perl
44845            ! hints/darwin.sh
44846 ____________________________________________________________________________
44847 [ 20470] By: jhi                                   on 2003/08/04  06:30:05
44848         Log: Test count adjustment from Rafael.
44849      Branch: perl
44850            ! lib/Test/Simple/t/is_deeply.t
44851 ____________________________________________________________________________
44852 [ 20469] By: jhi                                   on 2003/08/04  06:23:26
44853         Log: Subject: [PATCH] maint, Win32, GCC 3.2
44854              From: Mattia Barbon <mbarbon@dsi.unive.it>
44855              Date: Sat, 2 Aug 2003 10:31:07 +0200 (ora legale Europa occidentale)
44856              Message-ID: <Mahogany-0.64.2-624-20030802-103107.00@rbnet.it>
44857      Branch: perl
44858            ! ext/Errno/Errno_pm.PL
44859 ____________________________________________________________________________
44860 [ 20467] By: jhi                                   on 2003/08/04  05:10:57
44861         Log: Apparently the newly introduce -DDARWIN did conflict with
44862              some Apple definition, how ironic...
44863      Branch: perl
44864            ! hints/darwin.sh perl.h
44865 ____________________________________________________________________________
44866 [ 20466] By: jhi                                   on 2003/08/04  05:03:30
44867         Log: Subject: Debian patch that skips podless modules
44868              From: Alexey Tourbin <at@altlinux.ru>
44869              Date: Sun, 3 Aug 2003 21:33:00 +0400
44870              Message-ID: <20030803173300.GC2076@julia.office.altlinux.ru>
44871
44872              (plus Schwern's and Robert's nits)
44873      Branch: perl
44874            ! installman
44875 ____________________________________________________________________________
44876 [ 20465] By: jhi                                   on 2003/08/04  05:00:04
44877         Log: Subject: [PATCH] 4 bugs in Test::More
44878              From: Fergal Daly <fergal@esatclear.ie> (by way of Fergal Daly <fergal@esatclear.ie>)
44879              Date: Fri, 21 Mar 2003 10:57:31 +0000
44880              Message-Id: <200303211057.31879.fergal@esatclear.ie>
44881      Branch: perl
44882            ! lib/Test/More.pm lib/Test/Simple/t/More.t
44883            ! lib/Test/Simple/t/is_deeply.t
44884 ____________________________________________________________________________
44885 [ 20464] By: jhi                                   on 2003/08/04  04:44:08
44886         Log: Upgrade to ExtUtils::MakeMaker 6.15.
44887      Branch: perl
44888            ! lib/ExtUtils/Changes lib/ExtUtils/META.yml
44889            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
44890            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/MM_Unix.t
44891 ____________________________________________________________________________
44892 [ 20463] By: jhi                                   on 2003/08/04  04:37:25
44893         Log: Subject: Re: [PATCH] Re: [perl #23206] Benchmark::cmpthese usage message wrong
44894              From: Michael G Schwern <schwern@pobox.com>
44895              Date: Sun, 3 Aug 2003 16:12:35 -0700
44896              Message-ID: <20030803231235.GJ24350@windhund.schwern.org>
44897      Branch: perl
44898            ! lib/Benchmark.pm lib/Benchmark.t
44899 ____________________________________________________________________________
44900 [ 20462] By: rgs                                   on 2003/08/03  22:26:10
44901         Log: Subject: [PATCH] Re: [perl #23207] persistant sideffect involving bitwise xor and substr
44902              From: Enache Adrian <enache@rdslink.ro>
44903              Date: Sun, 3 Aug 2003 18:00:05 +0300
44904              Message-ID: <20030803150005.GA1319@ratsnest.hole>
44905      Branch: perl
44906            ! pp.c t/op/substr.t
44907 ____________________________________________________________________________
44908 [ 20461] By: rgs                                   on 2003/08/03  21:50:11
44909         Log: Subject: Re: [perl #23202] coredump on ext/POSIX/t/posix with NetBSD-1.6
44910              From: alian <alian@cpan.org>
44911              Date: Sat, 02 Aug 2003 16:19:25 +0200
44912              Message-ID: <3F2BC86D.2050400@jupiter.alianet>
44913
44914              Plus, un-mark a test as TODO for darwin >= 6.6 (by M. Schwern)
44915      Branch: perl
44916            ! ext/POSIX/t/posix.t
44917 ____________________________________________________________________________
44918 [ 20458] By: jhi                                   on 2003/08/03  19:01:08
44919         Log: Subject: [PATCH-for-5.8.1-RC4] wince distribution
44920              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
44921              Date: Mon, 4 Aug 2003 00:01:08 +0400
44922              Message-ID: <039c01c359fa$1e755d50$195ec3d9@vad>
44923      Branch: perl
44924            ! wince/makedist.pl
44925 ____________________________________________________________________________
44926 [ 20457] By: jhi                                   on 2003/08/03  18:59:10
44927         Log: Subject: [PATCH perlreftut.pod] Minor edits
44928              From: mjd@plover.com
44929              Date: 3 Aug 2003 17:46:08 -0000
44930              Message-ID: <20030803174608.15792.qmail@plover.com>
44931      Branch: perl
44932            ! pod/perlreftut.pod
44933 ____________________________________________________________________________
44934 [ 20456] By: jhi                                   on 2003/08/03  18:52:16
44935         Log: Subject: [PATCH Time::HiRes docs] Grammar, punctuation, formatting edits
44936              From: mjd@plover.com
44937              Date: 3 Aug 2003 19:37:49 -0000
44938              Message-ID: <20030803193749.3733.qmail@plover.com>
44939      Branch: perl
44940            ! ext/Time/HiRes/HiRes.pm
44941 ____________________________________________________________________________
44942 [ 20455] By: jhi                                   on 2003/08/03  18:47:13
44943         Log: Subject: [PATCH] Re: win32.c bug - handle leak
44944              From: Jan Dubois <jand@ActiveState.com>
44945              Date: Sat, 02 Aug 2003 10:25:05 -0700
44946              Message-ID: <9gsnivssuml394bttjb3mfsmdgfn9l6kh9@4ax.com>
44947      Branch: perl
44948            ! win32/win32.c
44949 ____________________________________________________________________________
44950 [ 20454] By: jhi                                   on 2003/08/03  18:45:53
44951         Log: Subject: [PATCH 5.8.1 @20218] OS/2 build
44952              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
44953              Date: Sat, 2 Aug 2003 09:38:50 -0700
44954              Message-ID: <20030802163850.GA4712@math.berkeley.edu>
44955      Branch: perl
44956            ! os2/os2ish.h
44957 ____________________________________________________________________________
44958 [ 20453] By: jhi                                   on 2003/08/03  18:44:29
44959         Log: Subject: [PATCH] Storable and uninitalized array values
44960              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
44961              Date: Sat, 2 Aug 2003 13:40:16 +0200
44962              Message-ID: <00ab01c358ea$d940a5b0$0c2f1fac@R2D2>
44963      Branch: perl
44964            ! ext/Storable/Storable.xs ext/Storable/t/freeze.t
44965 ____________________________________________________________________________
44966 [ 20452] By: jhi                                   on 2003/08/03  18:27:47
44967         Log: Upgrade to Unicode::Collate 0.26.
44968      Branch: perl
44969            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
44970            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/index.t
44971            ! lib/Unicode/Collate/t/test.t
44972 ____________________________________________________________________________
44973 [ 20451] By: jhi                                   on 2003/08/03  18:24:18
44974         Log: Subject: [PATCH Net::Ping] on VMS, set non-blocking with ioctl, not fcntl
44975              From: "Craig A. Berry" <craigberry@mac.com>
44976              Date: Sat, 02 Aug 2003 10:25:44 -0500
44977              Message-ID: <3F2BD7F8.8090003@mac.com>
44978      Branch: perl
44979            ! lib/Net/Ping.pm
44980 ____________________________________________________________________________
44981 [ 20450] By: rgs                                   on 2003/08/03  12:50:07
44982         Log: Subject: [PATCH 5.8.1 @20218] Shell.t
44983              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
44984              Date: Sun, 3 Aug 2003 06:21:41 -0700
44985              Message-ID: <20030803132141.GA5156@math.berkeley.edu>
44986      Branch: perl
44987            ! lib/Shell.t
44988 ____________________________________________________________________________
44989 [ 20447] By: jhi                                   on 2003/08/02  07:26:58
44990         Log: C++ (or C99) sneak attack ("inline" function keyword).
44991      Branch: perl
44992            ! ext/Devel/DProf/DProf.xs
44993 ____________________________________________________________________________
44994 [ 20445] By: jhi                                   on 2003/08/02  06:24:30
44995         Log: Subject: [PATCH] Re: [perl #23185] perl crash with File::Glob
44996              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
44997              Date: Fri, 1 Aug 2003 13:12:14 +0200
44998              Message-ID: <00dc01c3581d$c3412c30$0c2f1fac@R2D2>
44999      Branch: perl
45000            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
45001            ! ext/File/Glob/t/basic.t
45002 ____________________________________________________________________________
45003 [ 20444] By: jhi                                   on 2003/08/02  06:17:28
45004         Log: Only show the message if the locale settings look risky.
45005      Branch: perl
45006            ! ext/Time/HiRes/Makefile.PL
45007 ____________________________________________________________________________
45008 [ 20443] By: jhi                                   on 2003/08/02  06:01:27
45009         Log: Add a message about the LC_ALL=C workaround (for non-core builds);
45010              update Changes.
45011      Branch: perl
45012            ! ext/Time/HiRes/Changes ext/Time/HiRes/Makefile.PL
45013 ____________________________________________________________________________
45014 [ 20441] By: jhi                                   on 2003/08/02  05:37:37
45015         Log: Subject: [PATCH] Small nit to pad.c
45016              From: Enache Adrian <enache@rdslink.ro>
45017              Date: Sat, 2 Aug 2003 01:50:40 +0300
45018              Message-ID: <20030801225040.GB1281@ratsnest.hole>
45019      Branch: perl
45020            ! pad.c
45021 ____________________________________________________________________________
45022 [ 20440] By: jhi                                   on 2003/08/02  05:12:13
45023         Log: Subject: [PATCH @20348] Re: [PATCH @19834] DProf fixes
45024              From: Radu Greab <rgreab@fx.ro>
45025              Date: Sat, 02 Aug 2003 00:17:49 +0300 (EEST)
45026              Message-Id: <20030802.001749.101708736.radu@yx.primIT.ro>
45027      Branch: perl
45028            ! ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
45029            ! ext/Devel/DProf/DProf.xs t/lib/dprof/test8_t
45030            ! t/lib/dprof/test8_v
45031 ____________________________________________________________________________
45032 [ 20439] By: jhi                                   on 2003/08/02  05:06:43
45033         Log: Subject: [PATCH] ioctl for VMS
45034              From: "Craig A. Berry" <craigberry@mac.com>
45035              Date: Fri, 01 Aug 2003 23:34:31 -0500
45036              Message-ID: <3F2B3F57.4050609@mac.com>
45037      Branch: perl
45038            ! configure.com vms/vmsish.h
45039 ____________________________________________________________________________
45040 [ 20438] By: jhi                                   on 2003/08/02  05:05:40
45041         Log: Subject: [PATCH] argv case nit for VMS
45042              From: "Craig A. Berry" <craigberry@mac.com>
45043              Date: Fri, 01 Aug 2003 19:16:30 -0500
45044              Message-ID: <3F2B02DE.10207@mac.com>
45045      Branch: perl
45046            ! ext/Encode/bin/enc2xs pod/pod2usage.PL pod/podselect.PL
45047 ____________________________________________________________________________
45048 [ 20437] By: jhi                                   on 2003/08/01  22:00:30
45049         Log: Hugo's second thoughts: drop the relatively rare and
45050              slow optimization for now.
45051      Branch: perl
45052            ! regexec.c
45053 ____________________________________________________________________________
45054 [ 20435] By: jhi                                   on 2003/08/01  21:55:19
45055         Log: Missed this bit in the last update: couldn't answer ''
45056              or ' ' to get 'none'.
45057      Branch: perl
45058            ! Configure
45059 ____________________________________________________________________________
45060 [ 20432] By: jhi                                   on 2003/08/01  13:45:10
45061         Log: Encode pre-1.98 update from Dan Kogai, sent from
45062              the ashes of his smoldering motherboard.
45063      Branch: perl
45064            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/META.yml
45065            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/t/Aliases.t
45066            ! ext/Encode/t/perlio.t ext/Encode/ucm/macArabic.ucm
45067            ! ext/Encode/ucm/macFarsi.ucm ext/Encode/ucm/macHebrew.ucm
45068 ____________________________________________________________________________
45069 [ 20431] By: jhi                                   on 2003/08/01  13:34:28
45070         Log: More runperl(switches => ...) finds (bleadperl only).
45071      Branch: perl
45072            ! t/op/readline.t
45073 ____________________________________________________________________________
45074 [ 20426] By: jhi                                   on 2003/08/01  12:45:19
45075         Log: Regen perltoc.
45076      Branch: perl
45077            ! pod/perltoc.pod
45078 ____________________________________________________________________________
45079 [ 20425] By: jhi                                   on 2003/08/01  12:44:16
45080         Log: pod likes whitespace.
45081      Branch: perl
45082            ! ext/ByteLoader/ByteLoader.pm
45083 ____________________________________________________________________________
45084 [ 20422] By: jhi                                   on 2003/08/01  11:37:53
45085         Log: Faulty check.
45086      Branch: perl
45087            ! t/test.pl
45088 ____________________________________________________________________________
45089 [ 20420] By: jhi                                   on 2003/08/01  11:06:54
45090         Log: Update INSTALL on the *dir.
45091      Branch: perl
45092            ! INSTALL
45093 ____________________________________________________________________________
45094 [ 20419] By: jhi                                   on 2003/08/01  11:04:55
45095         Log: Regen Glossary et al.
45096      Branch: perl
45097            ! Porting/Glossary Porting/config.sh Porting/config_H
45098 ____________________________________________________________________________
45099 [ 20418] By: jhi                                   on 2003/08/01  10:58:23
45100         Log: Now the test should be really testing what it's supposed to.
45101      Branch: perl
45102            ! ext/B/t/bytecode.t
45103 ____________________________________________________________________________
45104 [ 20417] By: jhi                                   on 2003/08/01  10:45:57
45105         Log: Fix the options.
45106      Branch: perl
45107            ! ext/B/t/bytecode.t
45108 ____________________________________________________________________________
45109 [ 20416] By: jhi                                   on 2003/08/01  10:44:19
45110         Log: Argument sanity checking.
45111      Branch: perl
45112            ! t/test.pl
45113 ____________________________________________________________________________
45114 [ 20413] By: jhi                                   on 2003/08/01  10:37:09
45115         Log: Regen Configure to use the *html*dir files.
45116              (installhtml uses none of that, though)
45117      Branch: perl
45118            ! Configure Policy_sh.SH config_h.SH
45119 ____________________________________________________________________________
45120 [ 20411] By: jhi                                   on 2003/08/01  10:10:05
45121         Log: More for the *dir changes.
45122      Branch: perl
45123            ! Policy_sh.SH config_h.SH hints/darwin.sh
45124 ____________________________________________________________________________
45125 [ 20410] By: jhi                                   on 2003/08/01  10:09:38
45126         Log: Regen Configure for the new *dir installation variables.
45127              If these don't work, ask Schwern.
45128      Branch: perl
45129            ! Configure
45130 ____________________________________________________________________________
45131 [ 20408] By: jhi                                   on 2003/08/01  05:27:48
45132         Log: Upgrade to MakeMaker 6.13.
45133      Branch: perl
45134            ! lib/ExtUtils/Changes lib/ExtUtils/META.yml
45135            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
45136            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
45137            ! lib/ExtUtils/t/basic.t
45138 ____________________________________________________________________________
45139 [ 20407] By: jhi                                   on 2003/08/01  05:21:36
45140         Log: JAPH patch :-) from Abigail.
45141      Branch: perl
45142            ! t/japh/abigail.t
45143 ____________________________________________________________________________
45144 [ 20406] By: jhi                                   on 2003/08/01  05:10:30
45145         Log: Regen perlapi.
45146      Branch: perl
45147            ! perlapi.c
45148 ____________________________________________________________________________
45149 [ 20405] By: jhi                                   on 2003/08/01  05:09:23
45150         Log: Subject: [PATCH] Re: utf8+regex bug in 5.8.1-RC2
45151              From: Dave Mitchell <davem@fdgroup.com>
45152              Date: Fri, 1 Aug 2003 01:16:31 +0100
45153              Message-ID: <20030801001631.GA11233@fdgroup.com>
45154      Branch: perl
45155            ! regcomp.c t/op/pat.t
45156 ____________________________________________________________________________
45157 [ 20404] By: ams                                   on 2003/08/01  03:28:17
45158         Log: Subject: [PATCH] LotR quote for perlapi.c
45159              From: Autrijus Tang <autrijus@autrijus.org>
45160              Date: Fri, 1 Aug 2003 10:00:29 +0800
45161              Message-Id: <20030801020029.GA28241@not.autrijus.org>
45162      Branch: perl
45163            ! embed.pl
45164 ____________________________________________________________________________
45165 [ 20396] By: rgs                                   on 2003/07/31  20:37:50
45166         Log: Document in INSTALL that -Uinstallusrbinperl is now the default.
45167      Branch: perl
45168            ! INSTALL
45169 ____________________________________________________________________________
45170 [ 20395] By: jhi                                   on 2003/07/31  20:32:30
45171         Log: Integrate README.macosx more.
45172      Branch: perl
45173            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
45174            ! win32/Makefile win32/makefile.mk
45175 ____________________________________________________________________________
45176 [ 20394] By: jhi                                   on 2003/07/31  20:31:49
45177         Log: README.macosx from Sherm Pendley.
45178      Branch: perl
45179            + README.macosx
45180            ! MANIFEST
45181 ____________________________________________________________________________
45182 [ 20393] By: jhi                                   on 2003/07/31  20:31:08
45183         Log: Unportable subtest needs rethink.
45184      Branch: perl
45185            ! ext/B/t/bytecode.t
45186 ____________________________________________________________________________
45187 [ 20392] By: jhi                                   on 2003/07/31  20:22:03
45188         Log: Enache again.
45189      Branch: perl
45190            ! ext/ByteLoader/bytecode.h
45191 ____________________________________________________________________________
45192 [ 20390] By: jhi                                   on 2003/07/31  20:20:28
45193         Log: Retract #20385.
45194      Branch: perl
45195            ! ext/ByteLoader/bytecode.h
45196 ____________________________________________________________________________
45197 [ 20389] By: jhi                                   on 2003/07/31  20:14:06
45198         Log: Yet another bytecode tweak from Enache.
45199      Branch: perl
45200            ! ext/B/B/Bytecode.pm
45201 ____________________________________________________________________________
45202 [ 20388] By: jhi                                   on 2003/07/31  20:11:21
45203         Log: Subject: [DOC PATCH] pod/perlguts.pod
45204              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
45205              Date: Thu, 31 Jul 2003 22:39:01 +0200
45206              Message-ID: <004a01c357a3$c71f9f50$0c2f1fac@R2D2>
45207      Branch: perl
45208            ! pod/perlguts.pod
45209 ____________________________________________________________________________
45210 [ 20387] By: jhi                                   on 2003/07/31  19:57:36
45211         Log: Subject: Re: [perl #23171] Regex too selfish
45212              From: hv@crypt.org
45213              Date: Thu, 31 Jul 2003 18:59:43 +0100
45214              Message-Id: <200307311759.h6VHxhn06664@zen.crypt.org>
45215
45216              (choose the second code patch)
45217      Branch: perl
45218            ! regexec.c t/op/re_tests
45219 ____________________________________________________________________________
45220 [ 20386] By: jhi                                   on 2003/07/31  19:48:17
45221         Log: Make consistent with installperl (and working in MPE/iX)
45222              (Mark Bixby)
45223      Branch: perl
45224            ! installman
45225 ____________________________________________________________________________
45226 [ 20385] By: jhi                                   on 2003/07/31  19:46:14
45227         Log: (retracted by #20390)
45228      Branch: perl
45229            ! ext/ByteLoader/bytecode.h
45230 ____________________________________________________________________________
45231 [ 20383] By: jhi                                   on 2003/07/31  19:37:22
45232         Log: Upgrade to real CPAN.pm 1.76.
45233      Branch: perl
45234            + lib/CPAN/META.yml lib/CPAN/PAUSE2003.pub lib/CPAN/SIGNATURE
45235            + lib/CPAN/t/signature.t
45236            ! MANIFEST lib/CPAN.pm
45237 ____________________________________________________________________________
45238 [ 20379] By: jhi                                   on 2003/07/31  12:32:31
45239         Log: One more tweak for Mac OS X hints.
45240      Branch: perl
45241            ! hints/darwin.sh
45242 ____________________________________________________________________________
45243 [ 20378] By: jhi                                   on 2003/07/31  11:39:31
45244         Log: The new PKI system is far too untested and rough yet
45245              (think machines with no network, machines behind firewalls,
45246              corporate and national encryption policies).  It cannot be
45247              considered useable at this stage.
45248
45249              Therefore, create a fake CPAN 1.76.
45250      Branch: perl
45251            ! lib/CPAN.pm
45252 ____________________________________________________________________________
45253 [ 20377] By: jhi                                   on 2003/07/31  11:28:58
45254         Log: This test is pretty useless as it stands.
45255      Branch: perl
45256            - lib/CPAN/t/signature.t
45257            ! MANIFEST
45258 ____________________________________________________________________________
45259 [ 20376] By: jhi                                   on 2003/07/31  10:30:08
45260         Log: Document the requirements for Module::Signature a bit.
45261      Branch: perl
45262            ! lib/CPAN.pm
45263 ____________________________________________________________________________
45264 [ 20375] By: jhi                                   on 2003/07/31  09:37:44
45265         Log: We are change #20316 ahead of 1.75.
45266      Branch: perl
45267            ! lib/CPAN.pm
45268 ____________________________________________________________________________
45269 [ 20373] By: jhi                                   on 2003/07/31  07:35:11
45270         Log: Integrate from maint:
45271              [ 20359]
45272              No more wince/README.compile here, either.
45273      Branch: perl
45274           !> Porting/makerel
45275 ____________________________________________________________________________
45276 [ 20371] By: jhi                                   on 2003/07/31  05:41:56
45277         Log: ext/SDBM_File/sdbm's auto directory ended up in ext/SDBM_File.
45278              (Schwern)
45279      Branch: perl
45280            ! lib/ExtUtils/MakeMaker.pm
45281 ____________________________________________________________________________
45282 [ 20370] By: jhi                                   on 2003/07/31  05:39:11
45283         Log: Schwern says this is most probably an old VMS MakeMaker
45284              bug workaround that can go now.
45285      Branch: perl
45286            ! ext/SDBM_File/sdbm/Makefile.PL
45287 ____________________________________________________________________________
45288 [ 20369] By: jhi                                   on 2003/07/31  05:32:15
45289         Log: Final touches to "Apple-like" installation directories.
45290      Branch: perl
45291            ! hints/darwin.sh
45292 ____________________________________________________________________________
45293 [ 20368] By: jhi                                   on 2003/07/31  05:28:17
45294         Log: Tests for change #20367 (and change use overload; to
45295              just require overload;)
45296      Branch: perl
45297            ! lib/Tie/RefHash.pm lib/Tie/RefHash.t
45298 ____________________________________________________________________________
45299 [ 20367] By: jhi                                   on 2003/07/31  05:12:47
45300         Log: Subject: [PATCH Tie::RefHash] added support for overloaded ""
45301              From: Xavier Noria <fxn@hashref.com>
45302              Date: Thu, 31 Jul 2003 00:29:13 +0200
45303              Message-Id: <200307310029.13567.fxn@hashref.com>
45304      Branch: perl
45305            ! lib/Tie/RefHash.pm
45306 ____________________________________________________________________________
45307 [ 20366] By: jhi                                   on 2003/07/31  05:06:11
45308         Log: Subject: [PATCH] test for B::Bytecode/ByteLoader
45309              From: Enache Adrian <enache@rdslink.ro>
45310              Date: Thu, 31 Jul 2003 03:49:40 +0300
45311              Message-ID: <20030731004940.GB1266@ratsnest.hole>
45312
45313              (but use test.pl:run_perl() instead of manual `$^X ...`)
45314      Branch: perl
45315            + ext/B/t/bytecode.t
45316            ! MANIFEST
45317 ____________________________________________________________________________
45318 [ 20364] By: rgs                                   on 2003/07/30  21:35:08
45319         Log: Silence spurious noise from MakeMaker :
45320              hint files shouldn't return undef and have set $!.
45321      Branch: perl
45322            ! ext/DynaLoader/hints/linux.pl
45323 ____________________________________________________________________________
45324 [ 20362] By: jhi                                   on 2003/07/30  20:24:49
45325         Log: Upgrade to NEXT 0.52.
45326      Branch: perl
45327            ! lib/NEXT.pm lib/NEXT/Changes lib/NEXT/README
45328            ! lib/NEXT/t/actuns.t lib/NEXT/t/unseen.t
45329 ____________________________________________________________________________
45330 [ 20356] By: jhi                                   on 2003/07/30  18:16:55
45331         Log: Might as well.
45332      Branch: perl
45333            ! pod/perlhist.pod
45334 ____________________________________________________________________________
45335 [ 20355] By: jhi                                   on 2003/07/30  18:15:49
45336         Log: Silly gcc.
45337      Branch: perl
45338            ! perl.c
45339 ____________________________________________________________________________
45340 [ 20353] By: jhi                                   on 2003/07/30  17:09:59
45341         Log: This is getting comical.  (Practical tip: never ask
45342              for opinions from one than one person at one time.)
45343              Now back to -Dprefix='/usr' replacing the system Perl,
45344              but don't use the Apple internal DSTROOT.
45345      Branch: perl
45346            ! hints/darwin.sh
45347 ____________________________________________________________________________
45348 [ 20352] By: jhi                                   on 2003/07/30  17:00:25
45349         Log: Mac OS X hints dance continues.  Now drop any special
45350              installation directory mangling.  In other words, if
45351              you want to overwrite the system perl, you really need
45352              to find out how to do that.
45353      Branch: perl
45354            ! hints/darwin.sh
45355 ____________________________________________________________________________
45356 [ 20350] By: jhi                                   on 2003/07/30  14:23:03
45357         Log: Try again with the Mac OS X hints.  Now the three cases
45358              (no -Dprefix, /usr, and something else) all install
45359              into separate places.  No prefix installs to /usr/local.
45360              The /usr overwrites the Apple install (modulo the version).
45361      Branch: perl
45362            ! hints/darwin.sh
45363 ____________________________________________________________________________
45364 [ 20348] By: jhi                                   on 2003/07/30  13:28:30
45365         Log: Subject: [PATCH] NEXT and Diamond Inheritance
45366              From: Casey West <casey@geeknest.com>
45367              Date: Tue, 29 Jul 2003 17:37:15 -0400
45368              Message-ID: <20030729213715.GY76899@geeknest.com>
45369
45370              (Use Damian's NEXT-0.51 once Damian and PAUSE like each other)
45371      Branch: perl
45372            ! lib/NEXT.pm lib/NEXT/t/unseen.t
45373 ____________________________________________________________________________
45374 [ 20347] By: jhi                                   on 2003/07/30  13:19:03
45375         Log: Match also on full name and email (though the email is
45376              now less interesting than it used to be).
45377      Branch: perl
45378            ! Porting/Maintainers
45379 ____________________________________________________________________________
45380 [ 20346] By: jhi                                   on 2003/07/30  12:26:53
45381         Log: Maintainers script tweaks.
45382      Branch: perl
45383            ! Porting/Maintainers
45384 ____________________________________________________________________________
45385 [ 20345] By: jhi                                   on 2003/07/30  11:17:33
45386         Log: rmdir t/lib/IO.
45387      Branch: perl
45388            ! ext/IO/t/IO.t
45389 ____________________________________________________________________________
45390 [ 20344] By: jhi                                   on 2003/07/30  11:15:30
45391         Log: Adjust the list of rmdired lib directories.
45392      Branch: perl
45393            ! Makefile.SH
45394 ____________________________________________________________________________
45395 [ 20343] By: jhi                                   on 2003/07/30  10:06:24
45396         Log: Be paranoid about PL_origargv.
45397              Paranoia warranted by Win32 mod_perl.
45398      Branch: perl
45399            ! perl.c
45400 ____________________________________________________________________________
45401 [ 20342] By: jhi                                   on 2003/07/30  09:57:55
45402         Log: Subject: tiny [PATCH-for-perl-5.8.1-RC2] remove one mention of UNDER_CE from perlio.c
45403              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
45404              Date: Wed, 30 Jul 2003 14:56:32 +0400
45405              Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C200DD3@cio-test001.spb.lucent.com>
45406      Branch: perl
45407            ! perlio.c
45408 ____________________________________________________________________________
45409 [ 20341] By: jhi                                   on 2003/07/30  09:54:46
45410         Log: Upgrade to ExtUtils::MakeMaker 6.12.
45411      Branch: perl
45412            ! lib/ExtUtils/Changes lib/ExtUtils/META.yml
45413            ! lib/ExtUtils/MM_MacOS.pm lib/ExtUtils/MM_Unix.pm
45414            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
45415            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_VMS.t
45416 ____________________________________________________________________________
45417 [ 20340] By: jhi                                   on 2003/07/30  09:47:32
45418         Log: That's M. Schwern to you, earthling.
45419      Branch: perl
45420            ! Porting/Maintainers.pl
45421 ____________________________________________________________________________
45422 [ 20339] By: jhi                                   on 2003/07/30  09:43:32
45423         Log: Arthur maintains Safe.
45424      Branch: perl
45425            ! Porting/Maintainers.pl
45426 ____________________________________________________________________________
45427 [ 20338] By: jhi                                   on 2003/07/30  09:40:28
45428         Log: Use the CPAN id where available.
45429      Branch: perl
45430            ! Porting/Maintainers.pl
45431 ____________________________________________________________________________
45432 [ 20337] By: jhi                                   on 2003/07/30  09:26:47
45433         Log: Rename Modules and Modules.pl as Maintainers and
45434              Maintainers.pl since the same framework can be used
45435              for more than just modules.
45436      Branch: perl
45437            + Porting/Maintainers Porting/Maintainers.pl
45438            - Porting/Modules Porting/Modules.pl
45439            ! MANIFEST
45440 ____________________________________________________________________________
45441 [ 20336] By: jhi                                   on 2003/07/30  09:11:06
45442         Log: Strip leading ./
45443      Branch: perl
45444            ! Porting/Modules
45445 ____________________________________________________________________________
45446 [ 20335] By: jhi                                   on 2003/07/30  09:01:47
45447         Log: More Modules.pl.
45448      Branch: perl
45449            ! Porting/Modules.pl
45450 ____________________________________________________________________________
45451 [ 20334] By: jhi                                   on 2003/07/30  08:51:57
45452         Log: Modules.pl: add B::Deparse.
45453      Branch: perl
45454            ! Porting/Modules.pl
45455 ____________________________________________________________________________
45456 [ 20333] By: jhi                                   on 2003/07/30  08:26:47
45457         Log: Mac OS X: tweak once again the installation directories.
45458      Branch: perl
45459            ! hints/darwin.sh
45460 ____________________________________________________________________________
45461 [ 20332] By: jhi                                   on 2003/07/30  07:55:04
45462         Log: Modules.pl tweaks.
45463      Branch: perl
45464            ! Porting/Modules.pl
45465 ____________________________________________________________________________
45466 [ 20331] By: jhi                                   on 2003/07/30  06:13:55
45467         Log: Subject: [PATCH] Extend Win32::GetOSVersion() to return additional information
45468              From: Jan Dubois <jand@ActiveState.com>
45469              Date: Tue, 29 Jul 2003 19:14:10 -0700
45470              Message-ID: <i06eivs0h9khken8rloevj68iqu6n45hnq@4ax.com>
45471      Branch: perl
45472            ! lib/Win32.pod win32/win32.c
45473 ____________________________________________________________________________
45474 [ 20330] By: rgs                                   on 2003/07/29  21:20:28
45475         Log: FAQ sync.
45476      Branch: perl
45477            ! pod/perlfaq4.pod pod/perlfaq7.pod
45478 ____________________________________________________________________________
45479 [ 20329] By: jhi                                   on 2003/07/29  20:54:38
45480         Log: Subject: tiny fix for WinCE (Re: maint @ 20277)
45481              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
45482              Date: Wed, 30 Jul 2003 02:02:41 +0400
45483              Message-ID: <016701c3561d$43735ca0$195ec3d9@vad>
45484      Branch: perl
45485            ! wince/wince.c
45486 ____________________________________________________________________________
45487 [ 20327] By: jhi                                   on 2003/07/29  20:09:15
45488         Log: MPE/iX fix from Mark Bixby: fcntl() on sockets on works.
45489      Branch: perl
45490            ! README.mpeix ext/IO/t/io_sock.t mpeix/mpeix.c mpeix/mpeixish.h
45491 ____________________________________________________________________________
45492 [ 20324] By: jhi                                   on 2003/07/29  19:55:50
45493         Log: Revert #20301, apparently the _SOCKADDR_LEN #define is
45494              important for IPv6 (Spider).  Since there is no way to
45495              otherwise detect 3.X, use the hints.
45496      Branch: perl
45497            ! hints/dec_osf.sh perl.h
45498 ____________________________________________________________________________
45499 [ 20316] By: jhi                                   on 2003/07/29  15:27:46
45500         Log: Don't nag about Module::Signature if there is no
45501              way for the user to use it (based on Autrijus' patch).
45502      Branch: perl
45503            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
45504 ____________________________________________________________________________
45505 [ 20315] By: jhi                                   on 2003/07/29  14:47:04
45506         Log: Oops.
45507      Branch: perl
45508            ! sv.c
45509 ____________________________________________________________________________
45510 [ 20314] By: jhi                                   on 2003/07/29  13:26:26
45511         Log: Slight rewording on the destdir.
45512      Branch: perl
45513            ! INSTALL
45514 ____________________________________________________________________________
45515 [ 20312] By: jhi                                   on 2003/07/29  13:20:21
45516         Log: Subject: [PATCH] pod/perlvar.pod: minor typo
45517              From: "Brendan O'Dea" <bod@debian.org>
45518              Date: Tue, 29 Jul 2003 23:49:18 +1000
45519              Message-ID: <20030729134918.GA4339@londo.c47.org>
45520      Branch: perl
45521            ! pod/perlvar.pod
45522 ____________________________________________________________________________
45523 [ 20310] By: jhi                                   on 2003/07/29  13:11:57
45524         Log: Subject: [PATCH: (repatch) 5.8.1 RC2] Encode test fixes for VMS (was Re: possible fix to File::Find problems)
45525              From: PPrymmer@factset.com
45526              Date: Tue, 22 Jul 2003 11:12:05 -0400
45527              Message-ID: <OFBD4A7559.D7CF9517-ON85256D6B.00534853-85256D6B.00538131@factset.com>
45528      Branch: perl
45529            ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_utf8.t
45530            ! ext/Encode/t/perlio.t
45531 ____________________________________________________________________________
45532 [ 20309] By: jhi                                   on 2003/07/29  13:06:24
45533         Log: Subject: [perluniintro vs Encode::Alias] Is KOI8R is an alise for koi8-r?
45534              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
45535              Date: Sun, 13 Jul 2003 10:23:35 +0900
45536              Message-Id: <20030713102228.C76A.BQW10602@nifty.com>
45537      Branch: perl
45538            ! ext/Encode/lib/Encode/Alias.pm
45539 ____________________________________________________________________________
45540 [ 20308] By: jhi                                   on 2003/07/29  13:02:43
45541         Log: The --destdir option to installman should be made
45542              optional so that it doesn't complain when passed
45543              an empty value (from Rafael)
45544      Branch: perl
45545            ! installman
45546 ____________________________________________________________________________
45547 [ 20306] By: jhi                                   on 2003/07/29  12:05:24
45548         Log: Too many my $fh:s.
45549      Branch: perl
45550            ! lib/CPAN.pm
45551 ____________________________________________________________________________
45552 [ 20305] By: jhi                                   on 2003/07/29  11:55:11
45553         Log: Quieten MSVC6.
45554      Branch: perl
45555            ! pp.c
45556 ____________________________________________________________________________
45557 [ 20302] By: jhi                                   on 2003/07/29  11:31:17
45558         Log: Subject: DESTDIR in perl-5.8.1 package?
45559              From: Michael Schroeder <Michael.Schroeder@informatik.uni-erlangen.de>
45560              Date: Fri, 11 Jul 2003 14:48:41 +0200
45561              Message-ID: <20030711124841.GA18327@immd4.informatik.uni-erlangen.de>
45562
45563              Subject: Re: DESTDIR in perl-5.8.1 package?
45564              From: Michael Schroeder <Michael.Schroeder@informatik.uni-erlangen.de>
45565              Date: Mon, 14 Jul 2003 12:00:25 +0200
45566              Message-ID: <20030714100025.GA26612@immd4.informatik.uni-erlangen.de>
45567
45568              (blindly prepending and s///ing away the $destdir does not work
45569              at least in VMS, but the --destdir should help rpm builders
45570              and the like)
45571      Branch: perl
45572            ! INSTALL Makefile.SH installman installperl
45573 ____________________________________________________________________________
45574 [ 20301] By: jhi                                   on 2003/07/29  11:20:07
45575         Log: Subject: [perl #23134] Problems compiling 5.8.0 on alpha-dec_osf 3.2
45576              From: Chaskiel M Grundman (via RT) <perlbug-followup@perl.org>
45577              Date: 26 Jul 2003 21:44:06 -0000
45578              Message-ID: <rt-23134-61814.9.36507226414463@rt.perl.org>
45579
45580              Helps (the admittedly old) DEC OSF/1 3.x and harms not newer
45581              releases 4.x and 5.x.
45582      Branch: perl
45583            ! perl.h
45584 ____________________________________________________________________________
45585 [ 20300] By: jhi                                   on 2003/07/29  11:18:27
45586         Log: Cleanup the sv_gets() logic for platforms with small stacks.
45587              (I think hogging 8K of stack sounds like bad behaviour on any
45588              platform, big stack or not.)
45589      Branch: perl
45590            ! sv.c
45591 ____________________________________________________________________________
45592 [ 20299] By: merijn                                on 2003/07/29  10:57:37
45593         Log: README.hpux now mentions the http mirror for prebuilt gcc binaries
45594      Branch: perl
45595            ! README.hpux
45596 ____________________________________________________________________________
45597 [ 20298] By: jhi                                   on 2003/07/29  10:57:28
45598         Log: DEC OSF/1 3.x did (does) not do sizer -v.
45599      Branch: perl
45600            ! hints/dec_osf.sh
45601 ____________________________________________________________________________
45602 [ 20295] By: jhi                                   on 2003/07/29  10:36:25
45603         Log: Subject: [PATCH CPAN.pm] unlink pre-PGP-signed CHECKSUM
45604              From: Autrijus Tang <autrijus@autrijus.org>
45605              Date: Tue, 29 Jul 2003 09:58:35 +0800
45606              Message-ID: <20030729015834.GA7149@not.autrijus.org>
45607      Branch: perl
45608            ! lib/CPAN.pm
45609 ____________________________________________________________________________
45610 [ 20294] By: jhi                                   on 2003/07/29  10:30:05
45611         Log: There is no skip() since we are not using Test*.
45612      Branch: perl
45613            ! lib/CPAN/t/signature.t
45614 ____________________________________________________________________________
45615 [ 20293] By: jhi                                   on 2003/07/29  10:28:10
45616         Log: Upgrade to CPAN.pm 1.74.
45617      Branch: perl
45618            ! lib/CPAN.pm lib/CPAN/t/signature.t
45619 ____________________________________________________________________________
45620 [ 20292] By: jhi                                   on 2003/07/29  10:14:26
45621         Log: Most importantly, don't try HvNAME(gp->gp_hv)
45622              unless PL_stashcache exists, otherwise we get
45623              an invalid read (detected by valgrind, and crashes
45624              ext/threads/t/basic.t in Windows).
45625
45626              Also add a few if:s for the refcnt decrements,
45627              no need to call Perl_sv_free() if there's nothing to free.
45628      Branch: perl
45629            ! gv.c
45630 ____________________________________________________________________________
45631 [ 20291] By: jhi                                   on 2003/07/29  09:00:58
45632         Log: Tabify.
45633      Branch: perl
45634            ! MANIFEST
45635 ____________________________________________________________________________
45636 [ 20288] By: jhi                                   on 2003/07/29  08:29:50
45637         Log: Subject: [perl #22969] fix $hash{utf8bareword}
45638              From: Rafael Garcia-Suarez <raphel.garcia-suarez@hexaflux.com>
45639              Date: Tue, 29 Jul 2003 11:09:37 +0200
45640              Message-Id: <20030729110937.31c422d2.rgarcia@hexaflux.com>
45641      Branch: perl
45642            ! t/op/utfhash.t toke.c
45643 ____________________________________________________________________________
45644 [ 20287] By: jhi                                   on 2003/07/29  08:26:48
45645         Log: Subject: [PATCH pointer] B::Deparse 0.64
45646              From: Stephen McCamant <smcc@mit.edu>
45647              Date: Mon, 28 Jul 2003 16:57:19 -0400
45648              Message-ID: <16165.36399.39977.566109@syllepsis.MIT.EDU>
45649      Branch: perl
45650            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
45651 ____________________________________________________________________________
45652 [ 20286] By: jhi                                   on 2003/07/29  08:24:45
45653         Log: More perlio docs from Stas.
45654      Branch: perl
45655            ! pod/perliol.pod
45656 ____________________________________________________________________________
45657 [ 20285] By: jhi                                   on 2003/07/29  08:22:49
45658         Log: Reintroduce Porting/Modules.  No, it's not duplicating
45659              the information in Module::CoreList.
45660      Branch: perl
45661            + Porting/Modules Porting/Modules.pl
45662            ! AUTHORS MANIFEST
45663 ____________________________________________________________________________
45664 [ 20283] By: jhi                                   on 2003/07/29  05:00:12
45665         Log: The better prefixify() patch from Ed Moy.
45666      Branch: perl
45667            ! lib/ExtUtils/MM_Unix.pm
45668 ____________________________________________________________________________
45669 [ 20282] By: jhi                                   on 2003/07/29  04:57:57
45670         Log: PerlIO_popped doc addition from NI-S.
45671      Branch: perl
45672            ! pod/perliol.pod
45673 ____________________________________________________________________________
45674 [ 20281] By: jhi                                   on 2003/07/29  04:55:48
45675         Log: Subject: [PATCH] another File::Find tweak for VMS (improve on #20221)
45676              From: "Craig A. Berry" <craigberry@mac.com>
45677              Date: Tue, 29 Jul 2003 00:11:46 -0500
45678              Message-ID: <3F260212.9000104@mac.com>
45679      Branch: perl
45680            ! lib/File/Find.pm
45681 ____________________________________________________________________________
45682 [ 20278] By: jhi                                   on 2003/07/28  18:03:48
45683         Log: More bytecode tweaks.
45684      Branch: perl
45685            ! ext/B/B.xs ext/B/B/Bytecode.pm
45686 ____________________________________________________________________________
45687 [ 20275] By: jhi                                   on 2003/07/28  16:47:53
45688         Log: No more wince/README.compile.
45689      Branch: perl
45690            ! Porting/curliff.pl
45691 ____________________________________________________________________________
45692 [ 20272] By: jhi                                   on 2003/07/28  16:19:47
45693         Log: Slightly better failure output.
45694      Branch: perl
45695            ! ext/Devel/Peek/t/Peek.t
45696 ____________________________________________________________________________
45697 [ 20270] By: jhi                                   on 2003/07/28  15:12:28
45698         Log: These directories no more exist during cleanup.
45699      Branch: perl
45700            ! Makefile.SH
45701 ____________________________________________________________________________
45702 [ 20269] By: jhi                                   on 2003/07/28  15:07:22
45703         Log: No more ext/*/*.t, move them all to ext/*/t.
45704      Branch: perl
45705            + ext/Devel/DProf/t/DProf.t ext/Devel/Peek/t/Peek.t
45706            + ext/Errno/t/Errno.t ext/GDBM_File/t/gdbm.t
45707            + ext/I18N/Langinfo/t/Langinfo.t ext/IPC/SysV/t/ipcsysv.t
45708            + ext/NDBM_File/t/ndbm.t ext/ODBM_File/t/odbm.t
45709            + ext/Opcode/t/Opcode.t ext/Opcode/t/ops.t ext/PerlIO/t/PerlIO.t
45710            + ext/SDBM_File/t/sdbm.t ext/Safe/t/safe1.t ext/Safe/t/safe2.t
45711            + ext/Safe/t/safe3.t ext/Socket/t/Socket.t
45712            + ext/Socket/t/socketpair.t ext/Sys/Hostname/t/Hostname.t
45713            + ext/Sys/Syslog/t/syslog.t ext/Time/HiRes/t/HiRes.t
45714            + ext/XS/Typemap/t/Typemap.t ext/attrs/t/attrs.t ext/re/t/re.t
45715            - ext/Devel/DProf/DProf.t ext/Devel/Peek/Peek.t
45716            - ext/Errno/Errno.t ext/GDBM_File/gdbm.t
45717            - ext/I18N/Langinfo/Langinfo.t ext/IPC/SysV/ipcsysv.t
45718            - ext/NDBM_File/ndbm.t ext/ODBM_File/odbm.t ext/Opcode/Opcode.t
45719            - ext/Opcode/ops.t ext/PerlIO/PerlIO.t ext/SDBM_File/sdbm.t
45720            - ext/Safe/safe1.t ext/Safe/safe2.t ext/Safe/safe3.t
45721            - ext/Socket/Socket.t ext/Socket/socketpair.t
45722            - ext/Sys/Hostname/Hostname.t ext/Sys/Syslog/syslog.t
45723            - ext/Time/HiRes/HiRes.t ext/XS/Typemap/Typemap.t ext/attrs.t
45724            - ext/re/re.t
45725            ! MANIFEST ext/IPC/SysV/MANIFEST
45726 ____________________________________________________________________________
45727 [ 20268] By: jhi                                   on 2003/07/28  14:31:17
45728         Log: Move the ext/IO tests to a more standard location so that
45729              the *.t do not get copied to the build tree (lib/IO/).
45730      Branch: perl
45731            + ext/IO/t/IO.t ext/IO/t/io_const.t ext/IO/t/io_dir.t
45732            + ext/IO/t/io_dup.t ext/IO/t/io_linenum.t
45733            + ext/IO/t/io_multihomed.t ext/IO/t/io_pipe.t ext/IO/t/io_poll.t
45734            + ext/IO/t/io_sel.t ext/IO/t/io_sock.t ext/IO/t/io_taint.t
45735            + ext/IO/t/io_tell.t ext/IO/t/io_udp.t ext/IO/t/io_unix.t
45736            + ext/IO/t/io_utf8.t ext/IO/t/io_xs.t
45737            - ext/IO/lib/IO/t/IO.t ext/IO/lib/IO/t/io_const.t
45738            - ext/IO/lib/IO/t/io_dir.t ext/IO/lib/IO/t/io_dup.t
45739            - ext/IO/lib/IO/t/io_linenum.t ext/IO/lib/IO/t/io_multihomed.t
45740            - ext/IO/lib/IO/t/io_pipe.t ext/IO/lib/IO/t/io_poll.t
45741            - ext/IO/lib/IO/t/io_sel.t ext/IO/lib/IO/t/io_sock.t
45742            - ext/IO/lib/IO/t/io_taint.t ext/IO/lib/IO/t/io_tell.t
45743            - ext/IO/lib/IO/t/io_udp.t ext/IO/lib/IO/t/io_unix.t
45744            - ext/IO/lib/IO/t/io_utf8.t ext/IO/lib/IO/t/io_xs.t
45745            ! MANIFEST
45746 ____________________________________________________________________________
45747 [ 20267] By: jhi                                   on 2003/07/28  14:16:44
45748         Log: Retract #20260.
45749      Branch: perl
45750            ! perlio.c perliol.h
45751 ____________________________________________________________________________
45752 [ 20266] By: jhi                                   on 2003/07/28  13:38:59
45753         Log: Bump the $VERSION of core File::Spec as requested by Ken Williams.
45754      Branch: perl
45755            ! lib/File/Spec.pm
45756 ____________________________________________________________________________
45757 [ 20265] By: jhi                                   on 2003/07/28  13:23:44
45758         Log: Subject: [PATCH] #20177 broke skip logic in t/op/write.t
45759              From: "Craig A. Berry" <craigberry@mac.com>
45760              Date: Mon, 28 Jul 2003 08:04:32 -0500
45761              Message-ID: <3F251F60.6050607@mac.com>
45762      Branch: perl
45763            ! t/op/write.t
45764 ____________________________________________________________________________
45765 [ 20264] By: jhi                                   on 2003/07/28  13:21:58
45766         Log: Subject: [PATCH] t/op/write.t cleanup after itself.
45767              From: Michael G Schwern <schwern@pobox.com>
45768              Date: Mon, 28 Jul 2003 05:54:19 -0700
45769              Message-ID: <20030728125419.GJ21044@windhund.schwern.org>
45770      Branch: perl
45771            ! t/op/write.t
45772 ____________________________________________________________________________
45773 [ 20263] By: jhi                                   on 2003/07/28  12:13:24
45774         Log: Make Storable work with blead/maint by making PL_sv_placeholder
45775              a true global, bump $VERSION to 2.08.  Will take a look at the
45776              portability issue of placeholders soon.
45777      Branch: perl
45778            ! embedvar.h ext/Storable/Storable.pm ext/Storable/Storable.xs
45779            ! intrpvar.h perlapi.h perlvars.h sv.c
45780 ____________________________________________________________________________
45781 [ 20262] By: jhi                                   on 2003/07/28  11:35:31
45782         Log: Storable test nosewipe.
45783      Branch: perl
45784            ! ext/Storable/t/code.t ext/Storable/t/utf8hash.t
45785 ____________________________________________________________________________
45786 [ 20261] By: jhi                                   on 2003/07/28  11:02:23
45787         Log: Solaris cc didn't appreciate casting a long to a pointer
45788              with no cast, and lval casts are unportable, so introduce
45789              a rval cast.
45790      Branch: perl
45791            ! bytecode.pl ext/ByteLoader/byterun.c
45792 ____________________________________________________________________________
45793 [ 20260] By: jhi                                   on 2003/07/28  10:46:58
45794         Log: (Retracted by #20267)
45795      Branch: perl
45796            ! perlio.c perliol.h
45797 ____________________________________________________________________________
45798 [ 20257] By: jhi                                   on 2003/07/28  10:05:58
45799         Log: Subject: CPAN/t/signature.t noisy
45800              From: Michael G Schwern <schwern@pobox.com>
45801              Date: Mon, 28 Jul 2003 02:14:19 -0700
45802              Message-ID: <20030728091419.GG21044@windhund.schwern.org>
45803      Branch: perl
45804            ! lib/CPAN/t/signature.t
45805 ____________________________________________________________________________
45806 [ 20256] By: jhi                                   on 2003/07/28  10:00:11
45807         Log: Extra noise from File::Spec.
45808      Branch: perl
45809            ! lib/File/Spec/t/rel2abs2rel.t
45810 ____________________________________________________________________________
45811 [ 20255] By: jhi                                   on 2003/07/28  09:50:55
45812         Log: Prettyprint the constants list of defsubs_h.PL.
45813      Branch: perl
45814            ! ext/B/defsubs_h.PL
45815 ____________________________________________________________________________
45816 [ 20253] By: jhi                                   on 2003/07/28  04:56:48
45817         Log: Subject: [PATCH] B enhancements
45818              From: Stephen McCamant <smcc@mit.edu>
45819              Date: Sun, 27 Jul 2003 14:07:46 -0400
45820              Message-ID: <16164.5362.577992.841787@syllepsis.MIT.EDU>
45821      Branch: perl
45822            ! ext/B/B.pm ext/B/B.xs ext/B/defsubs_h.PL
45823 ____________________________________________________________________________
45824 [ 20252] By: jhi                                   on 2003/07/28  04:55:42
45825         Log: More clarification about the hash randomisation defines.
45826      Branch: perl
45827            ! perl.h
45828 ____________________________________________________________________________
45829 [ 20251] By: jhi                                   on 2003/07/28  04:51:46
45830         Log: Clarify the process a bit.
45831      Branch: perl
45832            ! INSTALL
45833 ____________________________________________________________________________
45834 [ 20250] By: jhi                                   on 2003/07/28  04:43:23
45835         Log: Add $VERSION to B::Bytecode.
45836      Branch: perl
45837            ! ext/B/B/Bytecode.pm
45838 ____________________________________________________________________________
45839 [ 20249] By: jhi                                   on 2003/07/28  04:39:14
45840         Log: Missing test file.  (Not very useful since Module::Signature
45841              is not in the core, but let's not make an exception.)
45842      Branch: perl
45843            ! MANIFEST
45844 ____________________________________________________________________________
45845 [ 20248] By: jhi                                   on 2003/07/28  04:35:27
45846         Log: Subject: Re: downrev modules in RC2
45847              From: Gisle Aas <gisle@ActiveState.com>
45848              Date: 27 Jul 2003 20:25:07 -0700
45849              Message-ID: <lrptjv1gfg.fsf@caliper.activestate.com>
45850
45851              (upgrade to Digest::MD5 2.26)
45852      Branch: perl
45853            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
45854            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
45855 ____________________________________________________________________________
45856 [ 20247] By: jhi                                   on 2003/07/28  04:31:32
45857         Log: Upgrade to CGI 2.97.
45858      Branch: perl
45859            ! lib/CGI.pm
45860 ____________________________________________________________________________
45861 [ 20246] By: jhi                                   on 2003/07/28  04:26:58
45862         Log: Revert 20233 + s/GvAVn/GvAV/) + rerun 'perl bytecode.pl'.
45863              (from Enache)
45864      Branch: perl
45865            ! bytecode.pl ext/ByteLoader/byterun.c
45866 ____________________________________________________________________________
45867 [ 20243] By: jhi                                   on 2003/07/27  20:31:31
45868         Log: Upgrade to CPAN 1.72.
45869      Branch: perl
45870            + lib/CPAN/t/signature.t
45871            ! MANIFEST lib/CPAN.pm
45872 ____________________________________________________________________________
45873 [ 20242] By: jhi                                   on 2003/07/27  20:21:40
45874         Log: We now return to your normally scheduled hash randomisation.
45875      Branch: perl
45876            ! INSTALL perl.h pod/perlfunc.pod pod/perlrun.pod
45877            ! pod/perlsec.pod
45878 ____________________________________________________________________________
45879 [ 20240] By: jhi                                   on 2003/07/27  19:45:22
45880         Log: fresh_perl_(is|like) were printing out the wrong file/line
45881              number on failure because _where() was hard coded to only
45882              look one level up the call stack.  In these cases it has to
45883              look two.
45884              (Schwern)
45885      Branch: perl
45886            ! t/test.pl
45887 ____________________________________________________________________________
45888 [ 20239] By: jhi                                   on 2003/07/27  19:43:34
45889         Log: cleanup tiehandle.t to use test.pl, is(), like(), etc...
45890              (Schwern)
45891      Branch: perl
45892            ! t/op/tiehandle.t
45893 ____________________________________________________________________________
45894 [ 20238] By: jhi                                   on 2003/07/27  19:20:45
45895         Log: Upgrade to Test::Harness 2.29.
45896      Branch: perl
45897            ! lib/Test/Harness.pm lib/Test/Harness/Straps.pm
45898            ! lib/Test/Harness/t/assert.t lib/Test/Harness/t/callback.t
45899            ! lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
45900            ! lib/Test/Harness/t/test-harness.t
45901 ____________________________________________________________________________
45902 [ 20237] By: jhi                                   on 2003/07/27  18:37:45
45903         Log: Missing MakeMaker test.
45904      Branch: perl
45905            + lib/ExtUtils/t/postamble.t
45906            ! MANIFEST
45907 ____________________________________________________________________________
45908 [ 20236] By: jhi                                   on 2003/07/27  18:29:16
45909         Log: Add -l (one file per line) option to manicheck.
45910      Branch: perl
45911            ! Porting/manicheck
45912 ____________________________________________________________________________
45913 [ 20235] By: jhi                                   on 2003/07/27  18:08:55
45914         Log: Further Byteloader tweaks from Enache.
45915      Branch: perl
45916            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Assembler.pm
45917            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm ext/B/defsubs_h.PL
45918            ! ext/B/t/assembler.t ext/ByteLoader/ByteLoader.pm
45919            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
45920            ! ext/ByteLoader/byterun.h t/TEST
45921 ____________________________________________________________________________
45922 [ 20234] By: jhi                                   on 2003/07/27  18:02:24
45923         Log: Reapply some perldoc changes not in 3.09.
45924      Branch: perl
45925            ! lib/Pod/Perldoc.pm
45926 ____________________________________________________________________________
45927 [ 20233] By: jhi                                   on 2003/07/27  17:51:01
45928         Log: Upgrade to Pod::Perldoc 3.09.
45929      Branch: perl
45930            ! lib/Pod/Perldoc.pm lib/Pod/Perldoc/ToMan.pm
45931 ____________________________________________________________________________
45932 [ 20232] By: jhi                                   on 2003/07/27  17:34:23
45933         Log: A bug reported in perl-unicode by Terry Jones, fixed
45934              by Andreas Koenig, and add a test.
45935      Branch: perl
45936            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
45937 ____________________________________________________________________________
45938 [ 20231] By: jhi                                   on 2003/07/27  17:21:11
45939         Log: Unicode::UCD doc nit from Andreas Koenig.
45940      Branch: perl
45941            ! lib/Unicode/UCD.pm
45942 ____________________________________________________________________________
45943 [ 20230] By: jhi                                   on 2003/07/27  17:13:55
45944         Log: Upgrade to I18N::LangTags 0.28.
45945      Branch: perl
45946            + lib/I18N/LangTags/t/01test.t
45947            - lib/I18N/LangTags/test.pl
45948            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/List.pm
45949 ____________________________________________________________________________
45950 [ 20229] By: jhi                                   on 2003/07/27  16:59:27
45951         Log: Skip the test until Enache fixes it.
45952      Branch: perl
45953            ! ext/B/t/assembler.t
45954 ____________________________________________________________________________
45955 [ 20225] By: jhi                                   on 2003/07/27  16:12:44
45956         Log: Upgrade to File::Spec 0.85.
45957      Branch: perl
45958            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm
45959            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
45960            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
45961            ! lib/File/Spec/t/Functions.t lib/File/Spec/t/Spec.t
45962            ! lib/File/Spec/t/rel2abs2rel.t
45963 ____________________________________________________________________________
45964 [ 20224] By: jhi                                   on 2003/07/27  15:48:20
45965         Log: Subject: Re: [PATCH] Re: Storing &PL_sv_undef as a hash key with perl-5.8.x
45966              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
45967              Date: Sun, 20 Jul 2003 22:36:02 +0200
45968              Message-ID: <006801c34efe$8aac1920$0c2f1fac@R2D2>
45969      Branch: perl
45970            ! dump.c embedvar.h ext/Storable/Storable.xs hv.c intrpvar.h
45971            ! perl.c perlapi.h sv.c universal.c
45972 ____________________________________________________________________________
45973 [ 20223] By: jhi                                   on 2003/07/27  15:43:30
45974         Log: Regen byterun once more: the incav is not yet right, but at
45975              least it compiles now (Tru64 cc choked on the lvalue cast).
45976      Branch: perl
45977            ! bytecode.pl ext/ByteLoader/byterun.c
45978 ____________________________________________________________________________
45979 [ 20222] By: jhi                                   on 2003/07/27  15:31:52
45980         Log: Regenerated because of #20220.
45981      Branch: perl
45982            ! ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
45983            ! ext/ByteLoader/byterun.h
45984 ____________________________________________________________________________
45985 [ 20221] By: jhi                                   on 2003/07/27  15:19:57
45986         Log: Subject: [PATCH] fix for File::Find logical name collision on VMS
45987              From: "Craig A. Berry" <craigberry@mac.com>
45988              Date: Mon, 21 Jul 2003 19:40:20 -0500
45989              Message-ID: <3F1C87F4.2070401@mac.com>
45990      Branch: perl
45991            ! lib/File/Find.pm
45992 ____________________________________________________________________________
45993 [ 20220] By: jhi                                   on 2003/07/27  15:13:10
45994         Log: Subject: Re: [perl #22984] perl-5.8.1-RC2: TEST -bytecompile won't work at all
45995              From: Enache Adrian <enache@rdslink.ro>
45996              Date: Fri, 18 Jul 2003 23:15:37 +0300
45997              Message-ID: <20030718201537.GA1574@ratsnest.hole>
45998      Branch: perl
45999            ! Makefile.SH bytecode.pl ext/B/B.xs ext/B/B/Assembler.pm
46000            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm ext/B/typemap
46001            ! ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
46002            ! ext/ByteLoader/bytecode.h installperl t/TEST utils/perlcc.PL
46003 ____________________________________________________________________________
46004 [ 20219] By: jhi                                   on 2003/07/27  15:08:23
46005         Log: Subject: [PATCH-for-RC2] WinCE port addition
46006              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
46007              Date: Fri, 25 Jul 2003 22:17:11 +0400
46008              Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C200D42@cio-test001.spb.lucent.com>
46009      Branch: perl
46010            - wince/README.compile
46011            ! MANIFEST README.ce wince/Makefile.ce wince/README.perlce
46012            ! wince/compile.bat wince/wince.c wince/wince.h
46013 ____________________________________________________________________________
46014 [ 20217] By: jhi                                   on 2003/07/25  06:39:08
46015         Log: Another missing hunk for MakeMaker from .org.
46016      Branch: perl
46017            ! lib/ExtUtils/MakeMaker.pm
46018 ____________________________________________________________________________
46019 [ 20213] By: jhi                                   on 2003/07/24  14:49:25
46020         Log: Grabbed from www.makemaker.org.
46021      Branch: perl
46022            + t/lib/MakeMaker/Test/Setup/Recurs.pm
46023            ! MANIFEST
46024 ____________________________________________________________________________
46025 [ 20211] By: jhi                                   on 2003/07/24  14:00:29
46026         Log: Subject: [perl #22946] Bug in Unicode surrogate pair conversion in Perl_utf16_to_utf8
46027              From: "Dinger, Tom" (via RT) <perlbug-followup@perl.org>
46028              Date: 14 Jul 2003 05:35:15 -0000
46029              Message-ID: <rt-22946-60715.1.00007189884266@rt.perl.org>
46030      Branch: perl
46031            ! utf8.c
46032 ____________________________________________________________________________
46033 [ 20209] By: jhi                                   on 2003/07/24  13:42:58
46034         Log: Subject: Re: [typo] sv.c pod/perlapi.pod
46035              From: Stas Bekman <stas@stason.org>
46036              Date: Thu, 24 Jul 2003 16:49:27 +0200
46037              Message-ID: <3F1FF1F7.30500@stason.org>
46038      Branch: perl
46039            ! pod/perlapi.pod sv.c
46040 ____________________________________________________________________________
46041 [ 20208] By: jhi                                   on 2003/07/24  13:41:37
46042         Log: Subject: [ANNOUNCE] ExtUtils::MakeMaker 6.11
46043              From: Michael G Schwern <schwern@pobox.com>
46044              Date: Thu, 24 Jul 2003 01:28:07 -0700
46045              Message-ID: <20030724082807.GA24285@windhund.schwern.org>
46046      Branch: perl
46047            ! lib/ExtUtils/MakeMaker.pm
46048 ____________________________________________________________________________
46049 [ 20207] By: jhi                                   on 2003/07/24  13:40:39
46050         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.10_08
46051              From: Michael G Schwern <schwern@pobox.com>
46052              Date: Mon, 21 Jul 2003 20:12:25 -0700
46053              Message-ID: <20030722031224.GD12711@windhund.schwern.org>
46054      Branch: perl
46055            + lib/ExtUtils/t/recurs.t
46056            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/META.yml
46057            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_MacOS.pm
46058            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
46059            ! lib/ExtUtils/MakeMaker/FAQ.pod lib/ExtUtils/PATCHING
46060            ! lib/ExtUtils/README lib/ExtUtils/t/Command.t
46061            ! lib/ExtUtils/t/INST.t lib/ExtUtils/t/INST_PREFIX.t
46062            ! lib/ExtUtils/t/basic.t
46063 ____________________________________________________________________________
46064 [ 20206] By: jhi                                   on 2003/07/24  13:23:27
46065         Log: (accidentally empty checkin)
46066      Branch: perl
46067            ! lib/perl5db.pl
46068 ____________________________________________________________________________
46069 [ 20203] By: jhi                                   on 2003/07/24  13:14:53
46070         Log: Subject: [possible PATCH?] Re: Where is PerlIO_isutf8()?
46071              From: Steve Hay <steve.hay@uk.radan.com>
46072              Date: Fri, 18 Jul 2003 10:03:21 +0100
46073              Message-ID: <3F17B7D9.80805@uk.radan.com>
46074      Branch: perl
46075            ! makedef.pl
46076 ____________________________________________________________________________
46077 [ 20202] By: jhi                                   on 2003/07/24  13:12:08
46078         Log: Subject: [patch] perldebug.pod clarification
46079              From: Stéphane Payrard <stef@payrard.net>
46080              Date: Mon, 21 Jul 2003 21:36:59 +0200
46081              Message-ID: <20030721193659.GC2722@stefp.dyndns.org>
46082      Branch: perl
46083            ! pod/perldebug.pod
46084 ____________________________________________________________________________
46085 [ 20201] By: jhi                                   on 2003/07/24  13:08:50
46086         Log: Subject: PATCH: More edge tests on t/op/pow.t
46087              From: Andy Lester <andy@petdance.com>
46088              Date: Wed, 23 Jul 2003 16:38:35 -0500
46089              Message-ID: <20030723213834.GA20468@petdance.com>
46090      Branch: perl
46091            ! t/op/pow.t
46092 ____________________________________________________________________________
46093 [ 20200] By: jhi                                   on 2003/07/24  13:06:36
46094         Log: Subject: [PATCH] Fix saving 'V' magic in scan_vstring()
46095              From: Stephen McCamant <smcc@mit.edu>
46096              Date: Tue, 22 Jul 2003 09:41:10 -0400
46097              Message-ID: <16157.16118.998307.110037@syllepsis.MIT.EDU>
46098      Branch: perl
46099            ! toke.c
46100 ____________________________________________________________________________
46101 [ 20199] By: jhi                                   on 2003/07/24  13:04:24
46102         Log: Subject: [PATCH] Re: Reference to tied elements results in lvalue.
46103              From: Dave Mitchell <davem@fdgroup.com>
46104              Date: Fri, 18 Jul 2003 18:49:43 +0100
46105              Message-ID: <20030718174943.GB6427@fdgroup.com>
46106      Branch: perl
46107            ! sv.c t/op/tie.t
46108 ____________________________________________________________________________
46109 [ 20198] By: jhi                                   on 2003/07/24  09:07:45
46110         Log: Subject: [PATCH] Re: Bug in B::Deparse/Concise with ithreads
46111              From: Stephen McCamant <smcc@mit.edu>
46112              Date: Sat, 19 Jul 2003 12:06:31 -0400
46113              Message-ID: <16153.27783.300094.464863@syllepsis.MIT.EDU>
46114      Branch: perl
46115            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm
46116 ____________________________________________________________________________
46117 [ 20197] By: jhi                                   on 2003/07/24  08:59:45
46118         Log: Subject: [PATCH] typo in VMS::Filespec
46119              From: Ken Williams <ken@mathforum.org>
46120              Date: Tue, 22 Jul 2003 15:18:21 -0500
46121              Message-Id: <A3E1AAA0-BC81-11D7-B0BB-003065F6D85A@mathforum.org>
46122      Branch: perl
46123            ! vms/ext/Filespec.pm
46124 ____________________________________________________________________________
46125 [ 20196] By: jhi                                   on 2003/07/24  08:54:54
46126         Log: EBCDIC fix from Thomas Dorner.
46127      Branch: perl
46128            ! Makefile.SH
46129 ____________________________________________________________________________
46130 [ 20195] By: jhi                                   on 2003/07/24  08:54:13
46131         Log: POSIX-BC patch from Thomas Dorner.
46132      Branch: perl
46133            ! hints/posix-bc.sh
46134 ____________________________________________________________________________
46135 [ 20194] By: jhi                                   on 2003/07/24  08:45:55
46136         Log: Subject: [perl #22971] [PATCH] Proper capitalization for IO.pm deprecation warning
46137              From: "ilya@juil.nonet (via RT)" <perlbug-followup@perl.org>
46138              Date: 14 Jul 2003 05:37:15 -0000
46139              Message-ID: <rt-22971-60818.3.78636614866039@rt.perl.org>
46140      Branch: perl
46141            ! ext/IO/IO.pm ext/IO/lib/IO/t/IO.t
46142 ____________________________________________________________________________
46143 [ 20193] By: jhi                                   on 2003/07/24  08:43:33
46144         Log: Subject: [perl #22965] Cannot set undef timeout in IO::Socket in perl 5.8.0
46145              From: Hrunting Johnson (via RT) <perlbug-followup@perl.org>
46146              Date: 14 Jul 2003 05:37:02 -0000
46147              Message-ID: <rt-22965-60791.13.0539297217452@rt.perl.org>
46148      Branch: perl
46149            ! ext/IO/lib/IO/Socket.pm
46150 ____________________________________________________________________________
46151 [ 20191] By: jhi                                   on 2003/07/24  08:38:35
46152         Log: Subject: [PATCH] Re: Fatal 5.8.1 error in our $FOO = x if $FOO
46153              From: Dave Mitchell <davem@fdgroup.com>
46154              Date: Thu, 17 Jul 2003 20:33:29 +0100
46155              Message-ID: <20030717193329.GA2699@fdgroup.com>
46156      Branch: perl
46157            ! pad.c t/lib/warnings/pad
46158 ____________________________________________________________________________
46159 [ 20190] By: jhi                                   on 2003/07/24  08:35:11
46160         Log: Subject: [perl #23080] [DOCPATCH] pod/perlfunc.pod missing C
46161              From: "Iain 'Spoon' Truskett (via RT)" <perlbug-followup@perl.org>
46162              Date: 22 Jul 2003 02:59:13 -0000
46163              Message-ID: <rt-23080-61622.7.95831816717467@rt.perl.org>
46164      Branch: perl
46165            ! pod/perlfunc.pod
46166 ____________________________________________________________________________
46167 [ 20189] By: jhi                                   on 2003/07/24  08:26:02
46168         Log: Subject: [PATCH RC2] Missing semicolon in PERL_FPU_INIT macro
46169              From: Stephen Clouse <stephenc@theiqgroup.com>
46170              Date: Tue, 22 Jul 2003 21:31:38 -0500
46171              Message-ID: <20030723023138.GA15653@owns.warpcore.org>
46172      Branch: perl
46173            ! perl.h
46174 ____________________________________________________________________________
46175 [ 20187] By: jhi                                   on 2003/07/24  07:53:33
46176         Log: Subject: [PATCH] configure.gnu --prefix
46177              From: slaven@rezic.de
46178              Date: Thu, 10 Jul 2003 09:33:27 +0000
46179              Message-Id: <1057829607.9622@devpc01.iconmobile.de>
46180      Branch: perl
46181            ! configure.gnu
46182 ____________________________________________________________________________
46183 [ 20186] By: jhi                                   on 2003/07/24  07:48:21
46184         Log: Subject: Re: problem with rc1 and rc2 on Mac OS X
46185              From: Edward Moy <emoy@apple.com>
46186              Date: Sun, 13 Jul 2003 14:12:57 -0700
46187              Message-Id: <C66FBFAC-B576-11D7-89B5-0030657B317C@apple.com>
46188      Branch: perl
46189            ! lib/ExtUtils/MM_Unix.pm
46190 ____________________________________________________________________________
46191 [ 20184] By: jhi                                   on 2003/07/24  07:02:31
46192         Log: Subject: [PATCH 5.8.1 @20153] malloc cleanup
46193              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
46194              Date: Tue, 15 Jul 2003 07:46:58 -0700
46195              Message-ID: <20030715144657.GA21313@math.berkeley.edu>
46196      Branch: perl
46197            ! makedef.pl malloc.c malloc_ctl.h
46198 ____________________________________________________________________________
46199 [ 20182] By: jhi                                   on 2003/07/23  13:28:52
46200         Log: This should make Stas happy.
46201      Branch: perl
46202            ! hv.h perl.c
46203 ____________________________________________________________________________
46204 [ 20180] By: jhi                                   on 2003/07/23  12:40:11
46205         Log: utils.lst parsing tweak for bin/perldoc installation from Rafael.
46206      Branch: perl
46207            ! installperl
46208 ____________________________________________________________________________
46209 [ 20179] By: rgs                                   on 2003/07/21  19:46:19
46210         Log: As the perldoc.pod is now in a separate file under pod/,
46211              the installman script was installing an empty perldoc.1 manpage.
46212      Branch: perl
46213            ! installperl utils.lst
46214 ____________________________________________________________________________
46215 [ 20178] By: rgs                                   on 2003/07/21  19:19:06
46216         Log: Subject: [DOCPATCH] %SIG and SA_RESTART
46217              From: Steve Grazzini <grazz@pobox.com>
46218              Date: Wed, 16 Jul 2003 08:56:21 -0400
46219              Message-ID: <20030716125620.GA7022@grazzini.net>
46220      Branch: perl
46221            ! pod/perlipc.pod pod/perlvar.pod
46222 ____________________________________________________________________________
46223 [ 20177] By: rgs                                   on 2003/07/21  19:14:35
46224         Log: Subject: [PATCH] Re: Perl formats do not work with tied values
46225              From: Dave Mitchell <davem@fdgroup.com>
46226              Date: Tue, 15 Jul 2003 20:46:07 +0100
46227              Message-ID: <20030715194607.GA24592@fdgroup.com>
46228
46229              plus the regression test :
46230              Subject: Re: [PATCH] Re: Perl formats do not work with tied values
46231              From: Nicholas Clark <nick@ccl4.org>
46232              Date: Tue, 15 Jul 2003 22:24:04 +0100
46233              Message-ID: <20030715222404.L20414@plum.flirble.org>
46234      Branch: perl
46235            ! pp_ctl.c t/op/write.t
46236 ____________________________________________________________________________
46237 [ 20176] By: rgs                                   on 2003/07/21  19:00:32
46238         Log: Subject: Re: [PATCH] h2xs and extra_libraries
46239              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
46240              Date: Tue, 15 Jul 2003 07:28:52 +0200
46241              Message-id: <20030715052852.GA494@ethan>
46242      Branch: perl
46243            ! utils/h2xs.PL
46244 ____________________________________________________________________________
46245 [ 20175] By: merijn                                on 2003/07/21  14:26:43
46246         Log: Subject: Re: [PATCH] test clean-up for VMS
46247              From: "Craig A. Berry" <craigberry@mac.com>
46248              Date: Sun, 20 Jul 2003 10:43:32 -0500
46249              Message-ID: <3F1AB8A4.2070207@mac.com>
46250      Branch: perl
46251            ! ext/PerlIO/t/encoding.t lib/File/Spec/t/rel2abs2rel.t
46252            ! lib/FileCache/t/01open.t lib/FileCache/t/02maxopen.t
46253            ! lib/FileCache/t/03append.t t/io/argv.t t/op/stat.t
46254            ! t/uni/write.t
46255 ____________________________________________________________________________
46256 [ 20174] By: hv                                    on 2003/07/21  10:26:07
46257         Log: Update Changes.
46258      Branch: perl
46259            ! Changes patchlevel.h
46260 ____________________________________________________________________________
46261 [ 20173] By: rgs                                   on 2003/07/20  21:48:21
46262         Log: Minor doc nits concerning the dosish ALTERNATE_SHEBANG
46263              (bug #22968)
46264      Branch: perl
46265            ! pod/perlfaq3.pod pod/perlrun.pod
46266 ____________________________________________________________________________
46267 [ 20172] By: rgs                                   on 2003/07/20  21:14:12
46268         Log: Subject: Re: [perl #22941] Can't build perl with -Duseshrplib if /usr/bin/gcc is a perl script
46269              From: Andy Dougherty <doughera@lafayette.edu>
46270              Date: Tue, 15 Jul 2003 10:52:58 -0400 (EDT)
46271              Message-ID: <Pine.SOL.4.53.0307151011550.7002@maxwell.phys.lafayette.edu>
46272
46273              plus a clarification to INSTALL :
46274              Subject: [PATCH] Re: [perl #22941] Can't build perl with -Duseshrplib if /usr/bin/gcc is a perl script
46275              From: Andy Dougherty <doughera@lafayette.edu>
46276              Date: Wed, 16 Jul 2003 11:01:24 -0400 (EDT)
46277              Message-ID: <Pine.SOL.4.53.0307161059400.10258@maxwell.phys.lafayette.edu>
46278      Branch: perl
46279            ! INSTALL Makefile.SH
46280 ____________________________________________________________________________
46281 [ 20171] By: rgs                                   on 2003/07/20  20:12:54
46282         Log: The warning "Possible precedence problem on bitwise operator"
46283              was incorrectly produced with the bitwise-assignment operators.
46284              Fix it. (bug #23065 concerning 5.8.1 RC2)
46285      Branch: perl
46286            ! op.c t/lib/warnings/op
46287 ____________________________________________________________________________
46288 [ 20170] By: rgs                                   on 2003/07/18  08:03:02
46289         Log: Rename get_seed() to get_hash_seed(), as suggested by
46290              Eric J Kidder, to solve a name conflict on HP_UX 11.00.
46291      Branch: perl
46292            ! embed.fnc embed.h perl.c proto.h util.c
46293 ____________________________________________________________________________
46294 [ 20169] By: rgs                                   on 2003/07/18  06:36:20
46295         Log: Subject: Re: [PATCH] Re: Oops - Can't calculate our powers
46296              From: Andreas J Koenig <andreas.koenig@anima.de>
46297              Date: Fri, 18 Jul 2003 09:36:47 +0200
46298              Message-ID: <87fzl4thf4.fsf@franz.ak.mind.de>
46299      Branch: perl
46300            ! t/op/pow.t
46301 ____________________________________________________________________________
46302 [ 20168] By: rgs                                   on 2003/07/18  06:21:15
46303         Log: Subject: [ PATCH] Re: isa(UNIVERSAL)?
46304              From: Dave Mitchell <davem@fdgroup.com>
46305              Date: Thu, 17 Jul 2003 21:51:12 +0100
46306              Message-ID: <20030717205112.GA2994@fdgroup.com>
46307      Branch: perl
46308            ! t/op/universal.t universal.c
46309 ____________________________________________________________________________
46310 [ 20167] By: rgs                                   on 2003/07/18  06:14:33
46311         Log: Subject: [PATCH] Re: Oops - Can't calculate our powers
46312              From: Stephen McCamant <smcc@mit.edu>
46313              Date: Fri, 18 Jul 2003 02:26:14 -0400
46314              Message-ID: <16151.37638.162561.84142@syllepsis.MIT.EDU>
46315      Branch: perl
46316            ! pp.c t/op/pow.t
46317 ____________________________________________________________________________
46318 [ 20166] By: rgs                                   on 2003/07/17  21:49:10
46319         Log: Subject: [PATCH] Increment cop_seqmax in utilize()
46320              From: Stephen McCamant <smcc@mit.edu>
46321              Date: Tue, 15 Jul 2003 09:57:26 -0400
46322              Message-ID: <16148.2118.348073.76671@syllepsis.MIT.EDU>
46323
46324              Subject: [PATCH] B::Concise 0.56: refcount and BEGIN improvements
46325              From: Stephen McCamant <smcc@mit.edu>
46326              Date: Tue, 15 Jul 2003 09:57:31 -0400
46327              Message-ID: <16148.2123.305325.480187@syllepsis.MIT.EDU>
46328      Branch: perl
46329            ! ext/B/B/Concise.pm ext/B/B/Terse.pm op.c
46330 ____________________________________________________________________________
46331 [ 20165] By: rgs                                   on 2003/07/17  21:24:46
46332         Log: Subject: [PATCH] Re: POSIX::div
46333              From: Michael G Schwern <schwern@pobox.com>
46334              Date: Mon, 14 Jul 2003 14:00:58 -0700
46335              Message-ID: <20030714210057.GK18517@windhund.schwern.org>
46336      Branch: perl
46337            ! ext/POSIX/POSIX.pm
46338 ____________________________________________________________________________
46339 [ 20164] By: rgs                                   on 2003/07/17  21:15:51
46340         Log: PERL5LIB is not colon-separated everywhere
46341      Branch: perl
46342            ! pod/perlrun.pod
46343 ____________________________________________________________________________
46344 [ 20163] By: rgs                                   on 2003/07/17  20:59:15
46345         Log: Subject: [PATCH] fix $^N-related coredump
46346              From: Anton Berezin <tobez@tobez.org>
46347              Date: Mon, 14 Jul 2003 13:50:35 +0200
46348              Message-ID: <20030714115035.GA10971@heechee.tobez.org>
46349      Branch: perl
46350            ! pp_hot.c sv.c
46351 ____________________________________________________________________________
46352 [ 20162] By: rgs                                   on 2003/07/17  20:39:31
46353         Log: Subject: PATCH: tweak 'split' docs for case of explicit 0 LIMIT
46354              From: Tony Bowden <tony@kasei.com>
46355              Date: Thu, 17 Jul 2003 16:49:35 +0100
46356              Message-ID: <20030717154935.GA20302@soto.kasei.com>
46357      Branch: perl
46358            ! pod/perlfunc.pod
46359 ____________________________________________________________________________
46360 [ 20161] By: rgs                                   on 2003/07/17  20:25:52
46361         Log: Minor nits in perlsyn.pod
46362      Branch: perl
46363            ! pod/perlsyn.pod
46364 ____________________________________________________________________________
46365 [ 20159] By: rgs                                   on 2003/07/13  20:02:34
46366         Log: Subject: [PATCH] incorrect error message from Attribute::Handlers
46367              From: Claes Jacobsson <claes@surfar.nu>
46368              Date: Sat, 12 Jul 2003 16:30:42 +0200
46369              Message-Id: <6A6A99C4-B475-11D7-AB05-000393C12F9E@surfar.nu>
46370      Branch: perl
46371            ! lib/Attribute/Handlers.pm
46372 ____________________________________________________________________________
46373 [ 20158] By: rgs                                   on 2003/07/13  19:52:58
46374         Log: Add a TODO test for perlbug #19049
46375              Subject: Re: [perl #19049] Incorrect $` after replacement (test for same)
46376              From: Alex Gough <alex-p5p@earth.li>
46377              Date: Fri, 11 Jul 2003 01:12:42 +0100
46378              Message-ID: <20030711001242.GD2484@the.earth.li>
46379      Branch: perl
46380            ! t/op/pat.t
46381 ____________________________________________________________________________
46382 [ 20157] By: rgs                                   on 2003/07/13  19:43:29
46383         Log: Minor updates of the charnames documentation.
46384      Branch: perl
46385            ! lib/charnames.pm
46386 ____________________________________________________________________________
46387 [ 20156] By: rgs                                   on 2003/07/11  19:37:34
46388         Log: Subject: Re: Sort sub and NaNs
46389              From: "John P. Linderman" <jpl@research.att.com>
46390              Date: Thu, 10 Jul 2003 10:45:06 -0400
46391              Message-Id: <200307101445.KAA79110@raptor.research.att.com>
46392
46393              Warn against a potential edge case with sort, <=> and NaNs.
46394      Branch: perl
46395            ! pod/perlfunc.pod
46396 ____________________________________________________________________________
46397 [ 20155] By: rgs                                   on 2003/07/11  19:11:17
46398         Log: Subject: [DOCPATCH] perlfunc/read
46399              From: Steve Grazzini <grazz@pobox.com>
46400              Date: Tue, 8 Jul 2003 10:23:03 -0400
46401              Message-ID: <20030708142303.GB23698@grazzini.net>
46402
46403              Clarify the OFFSET parameter to read().
46404      Branch: perl
46405            ! pod/perlfunc.pod
46406 ____________________________________________________________________________
46407 [ 20154] By: rgs                                   on 2003/07/11  18:54:09
46408         Log: Subject: [PATCH pod/perlsyn.pod pod/perltrap.pod] New introduction
46409              From: Michael G Schwern <schwern@pobox.com>
46410              Date: Tue, 13 May 2003 18:33:05 -0700
46411              Message-ID: <20030514013305.GB22001@windhund.schwern.org>
46412      Branch: perl
46413            ! pod/perlsyn.pod pod/perltrap.pod
46414 ____________________________________________________________________________
46415 [ 20145] By: jhi                                   on 2003/07/11  05:07:09
46416         Log: I think the API for mod_perl v2 should be simply that
46417              PL_modperl sets the PL_hash_seed (and PL_hash_seed_set)
46418              itself, hopefully from a good source of random bits.
46419      Branch: perl
46420            ! perl.c
46421 ____________________________________________________________________________
46422 [ 20143] By: jhi                                   on 2003/07/11  00:35:07
46423         Log: pTHX.
46424      Branch: perl
46425            ! util.c
46426 ____________________________________________________________________________
46427 [ 20139] By: jhi                                   on 2003/07/11  00:21:43
46428         Log: New order of seed.
46429      Branch: perl
46430            ! pod/perlrun.pod
46431 ____________________________________________________________________________
46432 [ 20138] By: jhi                                   on 2003/07/11  00:13:11
46433         Log: More retraction.
46434      Branch: perl
46435            ! INSTALL
46436 ____________________________________________________________________________
46437 [ 20137] By: jhi                                   on 2003/07/11  00:10:14
46438         Log: Retract the statements.
46439      Branch: perl
46440            ! pod/perlfunc.pod pod/perlsec.pod
46441 ____________________________________________________________________________
46442 [ 20135] By: jhi                                   on 2003/07/11  00:03:33
46443         Log: Chicken out: the hash randomisation is not on by default.
46444              We switch over to the explicit mode: in other words, if
46445              the $ENV{PERL_HASH_SEED} is on, we randomise.  Also, we
46446              randomise only if PL_hash_seed_set is FALSE (this means
46447              one can use PERL_HASH() before perl_run.)  Also, since
46448              now PERL_HASH_SEED is okay even under -T, all should be fine.
46449              (Ha!)
46450      Branch: perl
46451            ! embed.fnc embed.h embedvar.h intrpvar.h perl.c perl.h
46452            ! perlapi.h pod/perldiag.pod pod/perlrun.pod proto.h util.c
46453 ____________________________________________________________________________
46454 [ 20134] By: jhi                                   on 2003/07/10  23:23:38
46455         Log: Check PERL_HASH_SEED even when tainted.
46456      Branch: perl
46457            ! perl.c pod/perlrun.pod
46458 ____________________________________________________________________________
46459 [ 20131] By: jhi                                   on 2003/07/10  22:42:29
46460         Log: &Time::HiRes::d_nanosleep was broken.
46461      Branch: perl
46462            ! ext/Time/HiRes/Makefile.PL
46463 ____________________________________________________________________________
46464 [ 20130] By: jhi                                   on 2003/07/10  22:37:02
46465         Log: Subject: [PATCH} db-recno.t on Mac OS X
46466              From: slaven@rezic.de
46467              Date: Thu, 10 Jul 2003 12:41:05 +0000
46468              Message-Id: <1057840865.9622@devpc01.iconmobile.de>
46469      Branch: perl
46470            ! ext/DB_File/t/db-recno.t
46471 ____________________________________________________________________________
46472 [ 20129] By: jhi                                   on 2003/07/10  22:31:39
46473         Log: Subject: [comment patch]
46474              From: Stas Bekman <stas@stason.org>
46475              Date: Thu, 10 Jul 2003 14:19:22 -0700
46476              Message-ID: <3F0DD85A.1070902@stason.org>
46477      Branch: perl
46478            ! perl.c
46479 ____________________________________________________________________________
46480 [ 20127] By: jhi                                   on 2003/07/10  22:21:04
46481         Log: Be vague enough.
46482      Branch: perl
46483            ! pod/perldata.pod
46484 ____________________________________________________________________________
46485 [ 20125] By: rgs                                   on 2003/07/10  19:28:48
46486         Log: regen embed.pl for the bleadperl branch as well.
46487      Branch: perl
46488            ! embedvar.h
46489 ____________________________________________________________________________
46490 [ 20124] By: jhi                                   on 2003/07/10  18:33:56
46491         Log: Time travel noticed by Enache.
46492      Branch: perl
46493            ! pod/perlhist.pod
46494 ____________________________________________________________________________
46495 [ 20120] By: jhi                                   on 2003/07/10  17:38:28
46496         Log: I can see the future.  It is cloudy.
46497      Branch: perl
46498            ! pod/perlhist.pod
46499 ____________________________________________________________________________
46500 [ 20119] By: jhi                                   on 2003/07/10  17:37:25
46501         Log: Subject: [PATCH] configure.gnu --prefix
46502              From: slaven@rezic.de
46503              Date: Thu, 10 Jul 2003 09:33:27 +0000
46504              Message-Id: <1057829607.9622@devpc01.iconmobile.de>
46505      Branch: perl
46506            ! configure.gnu
46507 ____________________________________________________________________________
46508 [ 20118] By: jhi                                   on 2003/07/10  17:35:32
46509         Log: malloc alignment patch from Spider, needed for Tru64 + longdouble.
46510      Branch: perl
46511            ! malloc.c
46512 ____________________________________________________________________________
46513 [ 20117] By: jhi                                   on 2003/07/10  17:33:53
46514         Log: Subject: [PATCH] Restore SIGFPE on exec()
46515              From: Chip Salzenberg <chip@pobox.com>
46516              Date: Thu, 10 Jul 2003 13:13:20 -0400
46517              Message-ID: <20030710171319.GA21588@perlsupport.com>
46518      Branch: perl
46519            ! doio.c perl.c perl.h perlapi.h perlvars.h toke.c
46520 ____________________________________________________________________________
46521 [ 20116] By: jhi                                   on 2003/07/10  17:28:00
46522         Log: The *right* way to make the csighandler visible.
46523      Branch: perl
46524            ! embed.fnc embed.h global.sym
46525 ____________________________________________________________________________
46526 [ 20114] By: jhi                                   on 2003/07/10  15:06:41
46527         Log: Retract #20112.
46528      Branch: perl
46529            ! embed.fnc embedvar.h intrpvar.h perlapi.h
46530 ____________________________________________________________________________
46531 [ 20112] By: jhi                                   on 2003/07/10  14:17:59
46532         Log: Argh.  At least AIX builds choke because of this.
46533      Branch: perl
46534            ! embed.fnc embedvar.h intrpvar.h perlapi.h
46535 ____________________________________________________________________________
46536 [ 20106] By: jhi                                   on 2003/07/10  04:50:05
46537         Log: Upgrade to podlators 1.27.
46538      Branch: perl
46539            ! lib/Pod/Text/Termcap.pm
46540 ____________________________________________________________________________
46541 [ 20104] By: jhi                                   on 2003/07/10  04:40:02
46542         Log: Deprecate v-strings.
46543      Branch: perl
46544            ! pod/perldata.pod
46545 ____________________________________________________________________________
46546 [ 20103] By: jhi                                   on 2003/07/10  04:28:40
46547         Log: perlfaq sync.
46548      Branch: perl
46549            ! pod/perlfaq1.pod
46550 ____________________________________________________________________________
46551 [ 20100] By: jhi                                   on 2003/07/09  17:40:41
46552         Log: Detypo.
46553      Branch: perl
46554            ! hints/darwin.sh
46555 ____________________________________________________________________________
46556 [ 20098] By: jhi                                   on 2003/07/09  17:29:53
46557         Log: Fixes from Ron Kimball.
46558      Branch: perl
46559            ! pod/perldata.pod
46560 ____________________________________________________________________________
46561 [ 20097] By: jhi                                   on 2003/07/09  17:27:35
46562         Log: Fix for the 'print v65' plus safety tweaks from Rafael.
46563      Branch: perl
46564            ! toke.c
46565 ____________________________________________________________________________
46566 [ 20096] By: jhi                                   on 2003/07/09  17:06:29
46567         Log: More Darwin/MacOSX paths twiddling.
46568      Branch: perl
46569            ! hints/darwin.sh
46570 ____________________________________________________________________________
46571 [ 20093] By: jhi                                   on 2003/07/09  11:43:09
46572         Log: Play safe and use the system malloc in FreeBSD.
46573              Yes, performance suffers.  But that is better than
46574              random core dumps.
46575      Branch: perl
46576            ! hints/freebsd.sh
46577 ____________________________________________________________________________
46578 [ 20090] By: jhi                                   on 2003/07/09  08:12:32
46579         Log: Upgrade to Encode 1.97.
46580      Branch: perl
46581            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/META.yml
46582            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
46583            ! ext/Encode/lib/Encode/Encoder.pm
46584            ! ext/Encode/lib/Encode/Guess.pm
46585            ! ext/Encode/lib/Encode/JP/JIS7.pm
46586 ____________________________________________________________________________
46587 [ 20089] By: jhi                                   on 2003/07/09  08:08:30
46588         Log: Rework the perldata vXX => ... entry a bit.
46589      Branch: perl
46590            ! pod/perldata.pod
46591 ____________________________________________________________________________
46592 [ 20088] By: jhi                                   on 2003/07/09  08:04:04
46593         Log: Document the vXX => change in perldata, too.
46594      Branch: perl
46595            ! pod/perldata.pod
46596 ____________________________________________________________________________
46597 [ 20085] By: jhi                                   on 2003/07/09  07:49:46
46598         Log: Test the vX => ... fix.
46599      Branch: perl
46600            ! t/op/ver.t
46601 ____________________________________________________________________________
46602 [ 20084] By: jhi                                   on 2003/07/09  06:58:39
46603         Log: Subject: Re: [REPATCH] was Re: [perl #16010] v-strings left of a => don't get quoted.
46604              From: John Peacock <jpeacock@rowman.com>
46605              Date: Wed, 09 Jul 2003 01:05:38 -0700
46606              Message-ID: <3F0BCCD2.1020009@rowman.com>
46607      Branch: perl
46608            ! embed.fnc pod/perlapi.pod toke.c util.c
46609 ____________________________________________________________________________
46610 [ 20083] By: jhi                                   on 2003/07/09  06:27:15
46611         Log: Darwin/Mac OS X: if -Dprefix=/foo, do nothing special
46612              for the install dirs.
46613      Branch: perl
46614            ! hints/darwin.sh
46615 ____________________________________________________________________________
46616 [ 20082] By: jhi                                   on 2003/07/09  05:57:16
46617         Log: Enable avoiding /System/Library in Mac OS X by
46618              doing Configure -Dprefix=/some/where -Uvendorlib.
46619      Branch: perl
46620            ! hints/darwin.sh
46621 ____________________________________________________________________________
46622 [ 20081] By: jhi                                   on 2003/07/09  05:53:56
46623         Log: Subject: [PATCH] Safe signals via POSIX::sigaction
46624              From: Chip Salzenberg <chip@pobox.com>
46625              Date: Wed, 9 Jul 2003 01:49:10 -0400
46626              Message-ID: <20030709054910.GH2021@perlsupport.com>
46627      Branch: perl
46628            ! embed.fnc embed.h ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
46629            ! ext/POSIX/POSIX.xs ext/POSIX/t/sigaction.t proto.h
46630 ____________________________________________________________________________
46631 [ 20079] By: rgs                                   on 2003/07/08  20:26:20
46632         Log: The CHECKOP macro was not invoked on some newly created ops
46633              (to match them against the current opmask.) As a consequence,
46634              Safe compartments were unable to trap some ops (pattern
46635              match, slices, conditionals.) This fixes the holes.
46636      Branch: perl
46637            ! op.c
46638 ____________________________________________________________________________
46639 [ 20078] By: jhi                                   on 2003/07/08  19:30:13
46640         Log: Revert #20077.
46641      Branch: perl
46642            ! lib/CPAN.pm
46643 ____________________________________________________________________________
46644 [ 20077] By: jhi                                   on 2003/07/08  18:40:51
46645         Log: Don't recommend to upgrade the base.pm in the core with
46646              the base.pm from Class::Fields.  They are not the same.
46647      Branch: perl
46648            ! lib/CPAN.pm
46649 ____________________________________________________________________________
46650 [ 20076] By: jhi                                   on 2003/07/08  17:39:49
46651         Log: Subject: Re: [PATCH] $^VARIABLES in 'perl -Dt' output
46652              From: Enache Adrian <enache@rdslink.ro>
46653              Date: Tue, 8 Jul 2003 20:47:58 +0300
46654              Message-ID: <20030708174758.GA1177@ratsnest.hole>
46655
46656              (ByteLoader tweak avoiding a leaked scalar)
46657      Branch: perl
46658            ! op.c
46659 ____________________________________________________________________________
46660 [ 20071] By: jhi                                   on 2003/07/08  09:18:19
46661         Log: In 5.8.x, fast stdio places still do use stdio.
46662      Branch: perl
46663            ! ext/Digest/MD5/t/badfile.t
46664 ____________________________________________________________________________
46665 [ 20069] By: jhi                                   on 2003/07/08  08:41:01
46666         Log: Subject: [PATCH] format 'botched' in malloc.c
46667              From: Enache Adrian <enache@rdslink.ro>
46668              Date: Mon, 7 Jul 2003 21:57:06 +0300
46669              Message-ID: <20030707185706.GB7017@ratsnest.hole>
46670      Branch: perl
46671            ! malloc.c
46672 ____________________________________________________________________________
46673 [ 20068] By: jhi                                   on 2003/07/08  08:36:27
46674         Log: Subject: [PATCH: maint @ 20046] warnings, line numbers & windows
46675              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
46676              Date: Tue, 8 Jul 2003 11:14:05 +0200 (MEST)
46677              Message-ID: <12022.1057655645@www59.gmx.net>
46678      Branch: perl
46679            ! ext/B/B.xs lib/Pod/Text/Termcap.pm mg.c op.c
46680 ____________________________________________________________________________
46681 [ 20066] By: jhi                                   on 2003/07/08  05:24:58
46682         Log: Retract #20065: I don't think this is the right way
46683              to patch this issue.
46684      Branch: perl
46685            ! Configure INSTALL Policy_sh.SH pod/perltoc.pod
46686 ____________________________________________________________________________
46687 [ 20065] By: jhi                                   on 2003/07/08  05:14:31
46688         Log: Configure tweak from Johnny Lam so that the
46689              INSTALLSITEMAN[13]DIR get correctly set.
46690      Branch: perl
46691            ! Configure INSTALL Policy_sh.SH pod/perltoc.pod
46692 ____________________________________________________________________________
46693 [ 20063] By: rgs                                   on 2003/07/07  18:58:47
46694         Log: Regexp bug in the docs, spotted by Enache's eagle eyes.
46695      Branch: perl
46696            ! pod/perlsyn.pod
46697 ____________________________________________________________________________
46698 [ 20062] By: jhi                                   on 2003/07/07  18:27:02
46699         Log: Mark Bixby ++.
46700      Branch: perl
46701            ! perl.c
46702 ____________________________________________________________________________
46703 [ 20061] By: jhi                                   on 2003/07/07  18:26:35
46704         Log: The nanosleep() probe was kaputt, fixed by Mark Bixby.
46705      Branch: perl
46706            ! ext/Time/HiRes/Makefile.PL
46707 ____________________________________________________________________________
46708 [ 20059] By: jhi                                   on 2003/07/07  15:06:35
46709         Log: Good catch from Gisle.
46710      Branch: perl
46711            ! pod/perlfunc.pod
46712 ____________________________________________________________________________
46713 [ 20058] By: jhi                                   on 2003/07/07  14:12:27
46714         Log: Refashioned #20055: we cannot trust stdio to fail here.
46715      Branch: perl
46716            ! ext/Digest/MD5/t/badfile.t
46717 ____________________________________________________________________________
46718 [ 20057] By: jhi                                   on 2003/07/07  14:08:16
46719         Log: Retract #20056, #20055, #20052, #20050, #20048: the changes
46720              are just breaking more than they are fixing.
46721      Branch: perl
46722            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/badfile.t
46723            ! ext/Digest/MD5/t/files.t perlio.c
46724 ____________________________________________________________________________
46725 [ 20056] By: jhi                                   on 2003/07/07  13:31:14
46726         Log: Returning zero from PerlIO_read() is okay;
46727              update MD5 sums.
46728      Branch: perl
46729            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
46730 ____________________________________________________________________________
46731 [ 20055] By: jhi                                   on 2003/07/07  13:23:58
46732         Log: If perlio is completely out of the picture, we can
46733              get tripped by different stdio implementations.
46734      Branch: perl
46735            ! ext/Digest/MD5/t/badfile.t
46736 ____________________________________________________________________________
46737 [ 20054] By: jhi                                   on 2003/07/07  12:58:06
46738         Log: AUTHORS tweak.
46739      Branch: perl
46740            ! AUTHORS
46741 ____________________________________________________________________________
46742 [ 20053] By: jhi                                   on 2003/07/07  12:04:26
46743         Log: Subject: Patch to README.solaris
46744              From: Alan Burlison <Alan.Burlison@sun.com>
46745              Date: Mon, 07 Jul 2003 14:15:57 +0100
46746              Message-ID: <3F09728D.1070408@sun.com>
46747      Branch: perl
46748            ! README.solaris
46749 ____________________________________________________________________________
46750 [ 20052] By: jhi                                   on 2003/07/07  10:28:35
46751         Log: Update MD5 checksums.
46752      Branch: perl
46753            ! ext/Digest/MD5/t/files.t
46754 ____________________________________________________________________________
46755 [ 20051] By: jhi                                   on 2003/07/07  09:56:48
46756         Log: Be more explicit than just 'characters'.
46757      Branch: perl
46758            ! pod/perlfunc.pod
46759 ____________________________________________________________________________
46760 [ 20050] By: jhi                                   on 2003/07/07  09:38:28
46761         Log: Try making PerlIO errors more consistent.
46762              (1) Check early whether the filehandle is capable of
46763              the requested action.
46764              (2) PerlIO_read() really can return -1, and so can
46765              PerlIOUnix_read().
46766              (3) Some stdio implementations are more forgiving
46767              than others, so check also for errors recorded
46768              by PerlIO in PerlStdio_errno().
46769      Branch: perl
46770            ! perlio.c
46771 ____________________________________________________________________________
46772 [ 20049] By: jhi                                   on 2003/07/07  09:08:19
46773         Log: Linewrapping.
46774      Branch: perl
46775            ! pod/perlapio.pod
46776 ____________________________________________________________________________
46777 [ 20048] By: jhi                                   on 2003/07/07  09:06:58
46778         Log: PerlIO_read() can return negative.
46779      Branch: perl
46780            ! ext/Digest/MD5/MD5.xs
46781 ____________________________________________________________________________
46782 [ 20043] By: jhi                                   on 2003/07/07  04:36:22
46783         Log: Use the existence, instead of the truth, to decide
46784              whether to scan for a symbol.
46785              (Also remove trailing spaces.)
46786      Branch: perl
46787            ! ext/Time/HiRes/Makefile.PL
46788 ____________________________________________________________________________
46789 [ 20042] By: jhi                                   on 2003/07/07  04:29:35
46790         Log: MPE/iX tweak from Mark Bixby.
46791      Branch: perl
46792            ! ext/Time/HiRes/Makefile.PL
46793 ____________________________________________________________________________
46794 [ 20041] By: rgs                                   on 2003/07/06  21:45:37
46795         Log: Upgrade BigInt and BigRat
46796              Subject: BigInt v1.65, Bigrat v0.10 - reloaded
46797              From: Tels <perl_dummy@bloodgate.com>
46798              Date: Sun, 6 Jul 2003 15:41:36 +0200
46799              Message-Id: <200307061158.23576@bloodgate.com>
46800      Branch: perl
46801            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
46802            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/biglog.t
46803            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigRat.pm
46804            ! lib/Math/BigRat/t/bigrat.t lib/Math/BigRat/t/bigratpm.inc
46805            ! lib/Math/BigRat/t/bigratpm.t
46806 ____________________________________________________________________________
46807 [ 20040] By: rgs                                   on 2003/07/06  21:11:20
46808         Log: Subject: Re: [perl #5025] #line directive explination wrong
46809              From: Casey West <casey@geeknest.com>
46810              Date: Sun, 6 Jul 2003 18:24:46 -0400
46811              Message-ID: <20030706222446.GL7506@geeknest.com>
46812      Branch: perl
46813            ! pod/perlsyn.pod
46814 ____________________________________________________________________________
46815 [ 20039] By: jhi                                   on 2003/07/06  20:19:31
46816         Log: Update the CPAN mirrors list.
46817      Branch: perl
46818            ! pod/perlmodlib.PL pod/perlmodlib.pod
46819 ____________________________________________________________________________
46820 [ 20036] By: gsar                                  on 2003/07/06  17:11:59
46821         Log: yet another symbol missing in change#20018
46822      Branch: perl
46823            ! makedef.pl
46824 ____________________________________________________________________________
46825 [ 20035] By: gsar                                  on 2003/07/06  17:02:21
46826         Log: PerlIOBase_pushed seems to have gone missing in change#20018
46827      Branch: perl
46828            ! makedef.pl
46829 ____________________________________________________________________________
46830 [ 20034] By: jhi                                   on 2003/07/06  16:46:20
46831         Log: Subject: [PATCH @19834] DProf fixes
46832              From: Radu Greab <radu@netsoft.ro>
46833              Date: Sun, 6 Jul 2003 20:09:12 +0300
46834              Message-ID: <16136.22456.99575.573777@ix.netsoft.ro>
46835      Branch: perl
46836            + t/lib/dprof/test7_t t/lib/dprof/test7_v t/lib/dprof/test8_t
46837            + t/lib/dprof/test8_v
46838            ! MANIFEST ext/Devel/DProf/DProf.pm ext/Devel/DProf/DProf.t
46839            ! ext/Devel/DProf/DProf.xs perl.c pod/perldiag.pod
46840            ! pod/perltodo.pod pod/perlvar.pod pp_ctl.c
46841 ____________________________________________________________________________
46842 [ 20032] By: jhi                                   on 2003/07/06  16:21:33
46843         Log: Forgotten from change #20031.
46844      Branch: perl
46845            ! makedef.pl malloc_ctl.h
46846 ____________________________________________________________________________
46847 [ 20031] By: jhi                                   on 2003/07/06  16:16:08
46848         Log: Subject: [PATCH] improve WinCE port
46849              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
46850              Date: Sun, 6 Jul 2003 18:46:09 +0400
46851              Message-ID: <001401c343cd$8069cd40$ce5ec3d9@vad>
46852
46853              Subject: [PATCH] improve WinCE port -- addition
46854              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
46855              Date: Sun, 6 Jul 2003 19:50:47 +0400
46856              Message-ID: <000b01c343d6$7ff96920$5b5dc3d9@vad>
46857      Branch: perl
46858            + wince/perlhost.h wince/vdir.h wince/vmem.h
46859            ! MANIFEST wince/Makefile.ce wince/config.ce wince/perllib.c
46860            ! wince/win32.h wince/win32io.c wince/win32iop.h
46861            ! wince/win32thread.c wince/win32thread.h wince/wince.c
46862            ! wince/wince.h
46863 ____________________________________________________________________________
46864 [ 20030] By: jhi                                   on 2003/07/06  15:59:25
46865         Log: Subject: [PATCH] for pod/perlfaq2.pod against latest snapshot for Alpaca
46866              From: merlyn@stonehenge.com (Randal L. Schwartz)
46867              Date: 05 Jul 2003 16:29:14 -0700
46868              Message-ID: <867k6weenp.fsf@blue.stonehenge.com>
46869      Branch: perl
46870            ! pod/perlfaq2.pod
46871 ____________________________________________________________________________
46872 [ 20026] By: jhi                                   on 2003/07/06  08:14:48
46873         Log: FreeBSD: if someone *really* wants to use the system malloc.
46874      Branch: perl
46875            ! hints/freebsd.sh
46876 ____________________________________________________________________________
46877 [ 20025] By: jhi                                   on 2003/07/06  07:48:01
46878         Log: Make the 'slow ok' feature optional.
46879      Branch: perl
46880            ! lib/Test/Harness.pm
46881 ____________________________________________________________________________
46882 [ 20024] By: jhi                                   on 2003/07/06  07:44:57
46883         Log: The change #20022 didn't work for Command.t.
46884      Branch: perl
46885            ! lib/ExtUtils/t/Command.t
46886 ____________________________________________________________________________
46887 [ 20023] By: jhi                                   on 2003/07/06  07:29:22
46888         Log: Subject: Re: maint @ 19975 [PATCH lib/Test/Harness.pm]
46889              From: Michael G Schwern <schwern@pobox.com>
46890              Date: Sat, 5 Jul 2003 13:34:37 -0700
46891              Message-ID: <20030705203437.GB2598@windhund.schwern.org>
46892
46893              Print out the "ok" messages only once every second,
46894              this should make output much less and therefore testing
46895              much faster, especially on slower connections.
46896      Branch: perl
46897            ! lib/Test/Harness.pm
46898 ____________________________________________________________________________
46899 [ 20022] By: jhi                                   on 2003/07/06  07:26:52
46900         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.10_07
46901              From: Michael G Schwern <schwern@pobox.com>
46902              Date: Sat, 5 Jul 2003 16:59:49 -0700
46903              Message-ID: <20030705235949.GB3485@windhund.schwern.org>
46904      Branch: perl
46905            ! lib/ExtUtils/Changes lib/ExtUtils/META.yml
46906            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
46907            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker/FAQ.pod
46908            ! lib/ExtUtils/t/Command.t
46909 ____________________________________________________________________________
46910 [ 20021] By: jhi                                   on 2003/07/06  07:19:17
46911         Log: Reintroduce changes #19723 and #19723 that were not
46912              in Net::Ping 2.31; needed for Windows.
46913      Branch: perl
46914            ! lib/Net/Ping/t/250_ping_hires.t lib/Net/Ping/t/450_service.t
46915 ____________________________________________________________________________
46916 [ 20020] By: jhi                                   on 2003/07/05  19:12:21
46917         Log: Upgrade to Digest::MD5 2.25.
46918      Branch: perl
46919            + ext/Digest/MD5/t/clone.t
46920            ! MANIFEST ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
46921            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/badfile.t
46922            ! ext/Digest/MD5/t/files.t
46923 ____________________________________________________________________________
46924 [ 20019] By: jhi                                   on 2003/07/05  18:40:51
46925         Log: Make a read from a write-only fh to set errno
46926              (found by Gisle)
46927      Branch: perl
46928            ! perlio.c
46929 ____________________________________________________________________________
46930 [ 20018] By: jhi                                   on 2003/07/05  18:05:19
46931         Log: Add PerlIOBuf_close to makedef.pl as pointed out by
46932              Vadim Konovalov; add also PerlIOBuf_dup; sort and remove
46933              duplicates.
46934      Branch: perl
46935            ! makedef.pl
46936 ____________________________________________________________________________
46937 [ 20017] By: jhi                                   on 2003/07/05  17:47:47
46938         Log: Subject: [PATCH] fix for ext/threads/t/problems.t failures
46939              From: Dave Mitchell <davem@fdgroup.com>
46940              Date: Sat, 5 Jul 2003 19:12:51 +0100
46941              Message-ID: <20030705181251.GA14502@fdgroup.com>
46942      Branch: perl
46943            ! ext/threads/t/problems.t
46944 ____________________________________________________________________________
46945 [ 20016] By: jhi                                   on 2003/07/05  17:36:34
46946         Log: OpenBSD sometimes gets -0, probably due to fp fuzziness..
46947      Branch: perl
46948            ! lib/Benchmark.t
46949 ____________________________________________________________________________
46950 [ 20012] By: jhi                                   on 2003/07/05  13:46:05
46951         Log: Be explicit about the $0 pain in Linux 2.2.
46952      Branch: perl
46953            ! pod/perlvar.pod
46954 ____________________________________________________________________________
46955 [ 20010] By: rgs                                   on 2003/07/05  12:06:41
46956         Log: Comment out some debugging output in Math::BigInt, that
46957              causes confusion in t/TEST when running Math/BigInt/t/bare_mbi.t.
46958      Branch: perl
46959            ! lib/Math/BigInt.pm
46960 ____________________________________________________________________________
46961 [ 20009] By: jhi                                   on 2003/07/05  10:56:55
46962         Log: The logic for additional randomisation for 64-bit UV
46963              cases was wrong.
46964      Branch: perl
46965            ! perl.c
46966 ____________________________________________________________________________
46967 [ 20008] By: jhi                                   on 2003/07/05  09:10:46
46968         Log: IIRC gcc would complain about if (s = ...).
46969      Branch: perl
46970            ! perl.c
46971 ____________________________________________________________________________
46972 [ 20007] By: jhi                                   on 2003/07/05  09:09:44
46973         Log: Allow $ENV{PERL_HASH_SEED_DEBUG} to work even under taint;
46974              since CGI scripts are (should be) run under -T, being able
46975              to show the HASH_SEED in case of problems is good.
46976              The $ENV{PERL_HASH_SEED} is still ignored under taint.
46977      Branch: perl
46978            ! perl.c
46979 ____________________________________________________________________________
46980 [ 20006] By: jhi                                   on 2003/07/05  07:56:56
46981         Log: Subject: [PATCH] MM_VMS.pm -- fix xs installation
46982              From: "Craig A. Berry" <craigberry@mac.com>
46983              Date: Sat, 05 Jul 2003 00:38:28 -0500
46984              Message-ID: <3F066454.90003@mac.com>
46985      Branch: perl
46986            ! lib/ExtUtils/MM_VMS.pm
46987 ____________________________________________________________________________
46988 [ 20004] By: jhi                                   on 2003/07/05  07:47:02
46989         Log: Subject: [PATCH] dump.c -Wformat; Re: maint @ 19975, maint @ 19997
46990              From: Robin Barker <Robin.Barker@npl.co.uk>
46991              Date: Fri, 4 Jul 2003 19:15:01 +0100
46992              Message-ID: <533D273D4014D411AB1D00062938C4D9040465BD@hotel.npl.co.uk>
46993      Branch: perl
46994            ! dump.c
46995 ____________________________________________________________________________
46996 [ 20003] By: rgs                                   on 2003/07/05  07:45:16
46997         Log: Allow to create more than one Shell object :
46998              Subject: [patch] Shell.pm fix
46999              From: Stéphane Payrard <stef@payrard.net>
47000              Date: Sat, 5 Jul 2003 01:16:50 +0200
47001              Message-ID: <20030704231650.GA19701@stefp.dyndns.org>
47002      Branch: perl
47003            ! lib/Shell.pm
47004 ____________________________________________________________________________
47005 [ 20002] By: rgs                                   on 2003/07/04  21:49:05
47006         Log: Author list update (to be continued...)
47007      Branch: perl
47008            ! AUTHORS
47009 ____________________________________________________________________________
47010 [ 20001] By: rgs                                   on 2003/07/04  21:42:12
47011         Log: Add a new test target in the makefile, test_harness_notty.
47012              It's like test_harness, but sets HARNESS_NOTTY=1 to make
47013              Test::Harness' output less blinking.
47014      Branch: perl
47015            ! Makefile.SH
47016 ____________________________________________________________________________
47017 [ 20000] By: rgs                                   on 2003/07/04  20:58:05
47018         Log: Upgrade to Math::BigInt v1.65, Math::BigRat v0.10,
47019              and bignum v0.14.
47020      Branch: perl
47021            + lib/Math/BigInt/t/biglog.t lib/Math/BigInt/t/req_mbf0.t
47022            + lib/Math/BigInt/t/req_mbf1.t lib/Math/BigInt/t/req_mbfa.t
47023            + lib/Math/BigInt/t/req_mbfi.t lib/Math/BigInt/t/req_mbfn.t
47024            + lib/Math/BigInt/t/req_mbfw.t lib/Math/BigInt/t/trap.t
47025            + lib/Math/BigInt/t/use_mbfw.t lib/Math/BigRat/t/bigratup.t
47026            + lib/Math/BigRat/t/requirer.t lib/Math/BigRat/t/trap.t
47027            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
47028            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
47029            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bare_mif.t
47030            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
47031            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
47032            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/bigints.t
47033            ! lib/Math/BigInt/t/config.t lib/Math/BigInt/t/inf_nan.t
47034            ! lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/mbimbf.inc
47035            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/require.t
47036            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
47037            ! lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/upgrade.inc
47038            ! lib/Math/BigInt/t/upgrade.t lib/Math/BigInt/t/with_sub.t
47039            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigrat.t
47040            ! lib/Math/BigRat/t/bigratpm.inc lib/Math/BigRat/t/bigratpm.t
47041            ! lib/bigint.pm lib/bignum.pm lib/bignum/t/bigint.t
47042            ! lib/bignum/t/bignum.t lib/bignum/t/bigrat.t
47043            ! lib/bignum/t/biinfnan.t lib/bignum/t/bninfnan.t
47044            ! lib/bignum/t/brinfnan.t lib/bigrat.pm
47045            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/BareCalc.pm
47046            ! t/lib/Math/BigInt/Subclass.pm
47047 ____________________________________________________________________________
47048 [ 19999] By: rgs                                   on 2003/07/04  19:39:01
47049         Log: Macro reorganization in the Makefile, so that $(LDLIBPTH) always
47050              appears just before the name of the command to be run. See
47051
47052              Subject: Re: PERL_SKIP_TTY_TEST fix
47053              From: Alexey Tourbin <at@altlinux.ru>
47054              Date: Fri, 4 Jul 2003 17:25:34 +0400
47055              Message-ID: <20030704132534.GC1531@julia.office.altlinux.ru>
47056      Branch: perl
47057            ! Makefile.SH
47058 ____________________________________________________________________________
47059 [ 19998] By: rgs                                   on 2003/07/04  19:31:33
47060         Log: Fix non-numeric $VERSION.
47061      Branch: perl
47062            ! lib/Math/BigInt.pm
47063 ____________________________________________________________________________
47064 [ 19995] By: jhi                                   on 2003/07/04  14:36:56
47065         Log: According to Tels our M::BI is _better_ than the 1.64 in CPAN.
47066      Branch: perl
47067            ! lib/Math/BigInt.pm
47068 ____________________________________________________________________________
47069 [ 19994] By: jhi                                   on 2003/07/04  14:36:17
47070         Log: More $0 sad tales.
47071      Branch: perl
47072            ! pod/perlvar.pod
47073 ____________________________________________________________________________
47074 [ 19993] By: jhi                                   on 2003/07/04  14:34:40
47075         Log: Oops.
47076      Branch: perl
47077            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
47078 ____________________________________________________________________________
47079 [ 19990] By: jhi                                   on 2003/07/04  13:50:29
47080         Log: Upgrade to PodParser 1.23; but do not update
47081              t/pod/find.t or t/pod/testp2pt.pl since the
47082              first one does not work at all under core,
47083              and the second change would drop MacOS Classic
47084              portability tweaks introduced by change #18669.
47085      Branch: perl
47086            ! lib/Pod/Find.pm lib/Pod/Usage.pm
47087 ____________________________________________________________________________
47088 [ 19989] By: jhi                                   on 2003/07/04  13:20:51
47089         Log: Upgrade to Text::Balanced 1.94.
47090      Branch: perl
47091            ! lib/Text/Balanced.pm lib/Text/Balanced/Changes
47092            ! lib/Text/Balanced/README lib/Text/Balanced/t/extcbk.t
47093            ! lib/Text/Balanced/t/extvar.t lib/Text/Balanced/t/gentag.t
47094 ____________________________________________________________________________
47095 [ 19988] By: jhi                                   on 2003/07/04  13:17:22
47096         Log: Upgrade to Net::Ping 2.31.
47097      Branch: perl
47098            ! lib/Net/Ping.pm lib/Net/Ping/Changes
47099            ! lib/Net/Ping/t/250_ping_hires.t
47100            ! lib/Net/Ping/t/300_ping_stream.t lib/Net/Ping/t/450_service.t
47101 ____________________________________________________________________________
47102 [ 19987] By: jhi                                   on 2003/07/04  13:09:04
47103         Log: Upgrade to Locale::Maketext 1.06.
47104      Branch: perl
47105            + lib/Locale/Maketext/Guts.pm lib/Locale/Maketext/GutsLoader.pm
47106            + lib/Locale/Maketext/t/90utf8.t
47107            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext/ChangeLog
47108 ____________________________________________________________________________
47109 [ 19986] By: jhi                                   on 2003/07/04  12:59:45
47110         Log: Upgrade to Digest::MD5 2.24, with few extra tweaks:
47111              (1) make the PATCHLEVEL logic as it is with List::Util
47112              (more portable to older Perls)
47113              (2) regen the MD5 checksums with ...
47114              (3) ... the Mac OS Classic checksums generated via MacRoman
47115              (just a guess)
47116              (4) Keep the core Makefile.PL.
47117      Branch: perl
47118            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
47119            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
47120 ____________________________________________________________________________
47121 [ 19985] By: jhi                                   on 2003/07/04  12:43:10
47122         Log: Upgrade to CPAN 1.71.
47123      Branch: perl
47124            ! lib/CPAN.pm
47125 ____________________________________________________________________________
47126 [ 19984] By: jhi                                   on 2003/07/04  12:39:20
47127         Log: Upgrade to CGI.pm 2.97.
47128      Branch: perl
47129            ! lib/CGI.pm lib/CGI/Carp.pm
47130 ____________________________________________________________________________
47131 [ 19982] By: jhi                                   on 2003/07/04  10:45:05
47132         Log: No energy now to figure out what is wrong with $0
47133              (or ps) in Tru64.  The test works fine when run from
47134              command line.
47135      Branch: perl
47136            ! ext/threads/t/join.t
47137 ____________________________________________________________________________
47138 [ 19981] By: jhi                                   on 2003/07/04  10:34:42
47139         Log: AUTHORS updates.
47140      Branch: perl
47141            ! AUTHORS
47142 ____________________________________________________________________________
47143 [ 19980] By: jhi                                   on 2003/07/04  08:40:51
47144         Log: line_t is U32, not I32.
47145      Branch: perl
47146            ! bytecode.pl
47147 ____________________________________________________________________________
47148 [ 19979] By: jhi                                   on 2003/07/04  08:33:32
47149         Log: Remove PL_earlytaint since the hash seed code
47150              can be delayed until perl_parse().
47151      Branch: perl
47152            ! dosish.h embedvar.h epoc/epocish.h mpeix/mpeixish.h
47153            ! os2/os2ish.h perl.c perl.h perlapi.h perlvars.h
47154            ! plan9/plan9ish.h unixish.h vms/vmsish.h
47155 ____________________________________________________________________________
47156 [ 19977] By: jhi                                   on 2003/07/04  04:56:41
47157         Log: $0 is pain.
47158      Branch: perl
47159            ! ext/threads/t/join.t
47160 ____________________________________________________________________________
47161 [ 19976] By: jhi                                   on 2003/07/04  04:48:37
47162         Log: Subject: [PATCH: perl@19956] switch vmspipe.com over to using local symbols instead of global
47163              From: PPrymmer@factset.com
47164              Date: Thu, 3 Jul 2003 23:59:51 -0400
47165              Message-ID: <OF4DF4AA68.1EF12116-ON85256D59.00120F5E-85256D59.0015F58D@factset.com>
47166      Branch: perl
47167            ! vms/vms.c vms/vmspipe.com
47168 ____________________________________________________________________________
47169 [ 19973] By: jhi                                   on 2003/07/03  21:34:03
47170         Log: Bump Time::HiRes version to 1.50.
47171      Branch: perl
47172            ! ext/Time/HiRes/HiRes.pm
47173 ____________________________________________________________________________
47174 [ 19972] By: jhi                                   on 2003/07/03  21:33:10
47175         Log: Subject: [PATCH] installperl -n
47176              From: Slaven Rezic <slaven@rezic.de>
47177              Date: Fri, 4 Jul 2003 00:41:36 +0200 (CEST)
47178              Message-Id: <200307032241.h63Mfaka041281@vran.herceg.de>
47179      Branch: perl
47180            ! installperl
47181 ____________________________________________________________________________
47182 [ 19971] By: jhi                                   on 2003/07/03  21:31:47
47183         Log: Subject: [PATCH] t/op/magic.t on FreeBSD
47184              From: Slaven Rezic <slaven@rezic.de>
47185              Date: Fri, 4 Jul 2003 00:35:51 +0200 (CEST)
47186              Message-Id: <200307032235.h63MZpKY036791@vran.herceg.de>
47187      Branch: perl
47188            ! t/op/magic.t
47189 ____________________________________________________________________________
47190 [ 19969] By: jhi                                   on 2003/07/03  21:27:11
47191         Log: Ask Schwern.
47192      Branch: perl
47193            - Porting/Modules
47194            ! AUTHORS MANIFEST
47195 ____________________________________________________________________________
47196 [ 19967] By: jhi                                   on 2003/07/03  19:02:40
47197         Log: Add autarch and Time::Local to Modules.
47198      Branch: perl
47199            ! Porting/Modules
47200 ____________________________________________________________________________
47201 [ 19966] By: jhi                                   on 2003/07/03  18:59:44
47202         Log: Subject: Re: [PATCH] Bring Time::Local to 1.07
47203              From: Dave Rolsky <autarch@urth.org>
47204              Date: Thu, 3 Jul 2003 14:35:56 -0500 (CDT)
47205              Message-ID: <Pine.LNX.4.56.0307031435270.29915@urth.org>
47206      Branch: perl
47207            ! lib/Time/Local.pm
47208 ____________________________________________________________________________
47209 [ 19965] By: jhi                                   on 2003/07/03  18:58:25
47210         Log: Subject: [PATCH] Win32: fix WM_TIMER handling
47211              From: Mattia Barbon <mbarbon@dsi.unive.it>
47212              Date: Thu, 3 Jul 2003 16:05:23 +0200 (ora legale Europa occidentale)
47213              Message-ID: <Mahogany-0.64.2-1016-20030703-160523.00@rbnet.it>
47214      Branch: perl
47215            ! win32/win32.c
47216 ____________________________________________________________________________
47217 [ 19964] By: jhi                                   on 2003/07/03  18:56:26
47218         Log: Subject: Re: randomly untainting?
47219              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
47220              Date: Thu, 3 Jul 2003 17:35:09 +0200
47221              Message-Id: <20030703173509.0c007f0f.rgarciasuarez@free.fr>
47222      Branch: perl
47223            ! t/TestInit.pm
47224 ____________________________________________________________________________
47225 [ 19963] By: jhi                                   on 2003/07/03  18:55:37
47226         Log: Revert #19957 as requested by Rafael.
47227      Branch: perl
47228            ! ext/List/Util/t/tainted.t
47229 ____________________________________________________________________________
47230 [ 19962] By: jhi                                   on 2003/07/03  18:54:09
47231         Log: Add at least meager beginnings of assertion checks for
47232              the UTF-8 length/pos cache.  It's not as full as I would
47233              like since the exact behaviour of the second half of the
47234              cache, used in substr(), eludes me right now.
47235      Branch: perl
47236            ! sv.c
47237 ____________________________________________________________________________
47238 [ 19961] By: jhi                                   on 2003/07/03  13:57:47
47239         Log: Extra light testing for the UTF-8 cache
47240              (that it isn't broken, not that it helps).
47241      Branch: perl
47242            ! t/op/length.t
47243 ____________________________________________________________________________
47244 [ 19957] By: jhi                                   on 2003/07/03  12:01:25
47245         Log: Subject: Re: randomly untainting?
47246              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
47247              Date: Thu, 3 Jul 2003 14:58:18 +0200
47248              Message-Id: <20030703145818.5bdd2873.rgarciasuarez@free.fr>
47249              (plus extra debug printing)
47250      Branch: perl
47251            ! ext/List/Util/t/tainted.t
47252 ____________________________________________________________________________
47253 [ 19954] By: jhi                                   on 2003/07/03  11:10:21
47254         Log: Subject: Re: maint @ 19923
47255              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
47256              Date: Thu, 3 Jul 2003 15:57:55 +0400
47257              Message-ID: <048e01c3415b$da0fe510$7c5ec3d9@vad>
47258      Branch: perl
47259            ! wince/Makefile.ce wince/wince.c
47260 ____________________________________________________________________________
47261 [ 19952] By: jhi                                   on 2003/07/03  10:56:45
47262         Log: Tiny tweak to perlartistic from Robin Barker.
47263      Branch: perl
47264            ! pod/perlartistic.pod
47265 ____________________________________________________________________________
47266 [ 19950] By: jhi                                   on 2003/07/03  07:46:45
47267         Log: Mention Modules in AUTHORS.
47268      Branch: perl
47269            ! AUTHORS
47270 ____________________________________________________________________________
47271 [ 19949] By: jhi                                   on 2003/07/03  06:58:01
47272         Log: No fancy binmode() if no perlio.
47273      Branch: perl
47274            ! ext/IO/lib/IO/t/io_sock.t
47275 ____________________________________________________________________________
47276 [ 19948] By: jhi                                   on 2003/07/03  06:55:12
47277         Log: Underline the fact that XSLoader is not DynaLoader
47278              ([perl #21974] dl_load_flags not honored by XSLoader)
47279      Branch: perl
47280            ! ext/DynaLoader/XSLoader_pm.PL
47281 ____________________________________________________________________________
47282 [ 19947] By: jhi                                   on 2003/07/03  06:35:29
47283         Log: Apply Schwern's suggested warning code from
47284              [perl #22209] Test::Harness::Straps vs. $Config{path_sep}
47285      Branch: perl
47286            ! lib/Test/Harness/Straps.pm
47287 ____________________________________________________________________________
47288 [ 19944] By: jhi                                   on 2003/07/03  06:30:11
47289         Log: Subject: [PATCH] "without parens" vs "without parentheses"
47290              From: Iain Truskett <spoon@cpan.org>
47291              Date: Thu, 3 Jul 2003 12:40:42 +1000
47292              Message-ID: <20030703024042.GI12380@ouroboros.anu.edu.au>
47293      Branch: perl
47294            ! t/lib/warnings/toke toke.c
47295 ____________________________________________________________________________
47296 [ 19943] By: jhi                                   on 2003/07/03  06:27:18
47297         Log: Subject: [PATCH] Re: ext/List/Util/t/weak.t panic
47298              From: Dave Mitchell <davem@fdgroup.com>
47299              Date: Thu, 3 Jul 2003 01:32:11 +0100
47300              Message-ID: <20030703003211.GB3747@fdgroup.com>
47301      Branch: perl
47302            ! mg.c sv.c
47303 ____________________________________________________________________________
47304 [ 19942] By: jhi                                   on 2003/07/03  06:25:30
47305         Log: Nicer options for Porting/Modules.
47306      Branch: perl
47307            ! MANIFEST Porting/Modules
47308 ____________________________________________________________________________
47309 [ 19941] By: rgs                                   on 2003/07/02  21:38:19
47310         Log: Minor test adjustments :
47311              - test name correction in op/concat.t by Yitzchak Scott-Thoennes
47312              - prototypes added to some public functions in t/test.pl,
47313              as suggested by Enache Adrian
47314      Branch: perl
47315            ! t/op/concat.t t/test.pl
47316 ____________________________________________________________________________
47317 [ 19940] By: rgs                                   on 2003/07/02  20:58:19
47318         Log: Skip a socketpair test on SCO OSR
47319      Branch: perl
47320            ! ext/Socket/socketpair.t
47321 ____________________________________________________________________________
47322 [ 19939] By: jhi                                   on 2003/07/02  20:10:47
47323         Log: Subject: [PATCH] various Deparse fixes
47324              From: Dave Mitchell <davem@fdgroup.com>
47325              Date: Wed, 2 Jul 2003 18:10:45 +0100
47326              Message-ID: <20030702171045.GF2137@fdgroup.com>
47327      Branch: perl
47328            ! ext/B/B/Concise.pm ext/B/B/Debug.pm ext/B/B/Deparse.pm
47329            ! ext/B/defsubs_h.PL t/TEST t/op/ord.t
47330 ____________________________________________________________________________
47331 [ 19935] By: jhi                                   on 2003/07/02  20:01:06
47332         Log: It would seem that in Linux 2.2 there is no way
47333              we can do the right thing to make ps(1) see $0
47334              our way.  Also amend the $0 documentation a bit.
47335      Branch: perl
47336            ! pod/perlvar.pod t/op/magic.t
47337 ____________________________________________________________________________
47338 [ 19934] By: jhi                                   on 2003/07/02  19:39:11
47339         Log: Subject: [PATCH] line numbers are given % 64k
47340              From: James Jurach <muaddib@erf.net>
47341              Date: Wed, 2 Jul 2003 13:31:05 -0500
47342              Message-ID: <20030702183105.GA4837@lebowski>
47343      Branch: perl
47344            ! bytecode.pl ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
47345            ! handy.h pp_ctl.c scope.h
47346 ____________________________________________________________________________
47347 [ 19933] By: jhi                                   on 2003/07/02  14:55:49
47348         Log: Subject: Re: maint @ 19923
47349              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
47350              Date: Wed, 2 Jul 2003 11:43:05 -0400
47351              Message-ID: <20030702154304.GD206089@linguist.thayer.dartmouth.edu>
47352      Branch: perl
47353            ! pod/perlfunc.pod
47354 ____________________________________________________________________________
47355 [ 19932] By: jhi                                   on 2003/07/02  14:29:42
47356         Log: Subject: Re: maint @ 19923
47357              From: Jim Cromie <jcromie@divsol.com>
47358              Date: Wed, 02 Jul 2003 05:35:06 -0600
47359              Message-ID: <3F02C36A.9030704@divsol.com>
47360      Branch: perl
47361            ! pod/perlfunc.pod
47362 ____________________________________________________________________________
47363 [ 19931] By: jhi                                   on 2003/07/02  11:34:49
47364         Log: Fix for [perl #22759 insufficient format string checking];
47365              using ewix makes no sense, assuming evix was intended,
47366              no old tests fail; add the test case.
47367      Branch: perl
47368            ! sv.c t/op/sprintf.t
47369 ____________________________________________________________________________
47370 [ 19929] By: jhi                                   on 2003/07/02  09:13:33
47371         Log: Better links.
47372      Branch: perl
47373            ! pod/perlipc.pod pod/perlrun.pod
47374 ____________________________________________________________________________
47375 [ 19928] By: jhi                                   on 2003/07/02  08:58:26
47376         Log: Darwin: -Dprefix=$HOME/Perl tried to install to /Library.
47377      Branch: perl
47378            ! hints/darwin.sh
47379 ____________________________________________________________________________
47380 [ 19927] By: jhi                                   on 2003/07/02  08:48:00
47381         Log: ...and getting the comma right, too.
47382      Branch: perl
47383            ! t/op/magic.t
47384 ____________________________________________________________________________
47385 [ 19926] By: jhi                                   on 2003/07/02  08:46:18
47386         Log: Getting the whitespace right.
47387      Branch: perl
47388            ! t/op/magic.t
47389 ____________________________________________________________________________
47390 [ 19925] By: jhi                                   on 2003/07/02  08:40:36
47391         Log: FreeBSD $0 dance.
47392      Branch: perl
47393            ! pod/perlvar.pod t/op/magic.t
47394 ____________________________________________________________________________
47395 [ 19924] By: jhi                                   on 2003/07/02  08:17:31
47396         Log: Fix from Enache Adrian for the magic.t failure in
47397              FreeBSD: setproctitle() cannot get rid of the " (perl)".
47398      Branch: perl
47399            ! t/op/magic.t
47400 ____________________________________________________________________________
47401 [ 19921] By: jhi                                   on 2003/07/02  05:26:33
47402         Log: VMS: with this, 100% make test in Compaq C V6.5-001
47403              on OpenVMS Alpha V7.3-1, from Craig Berry.
47404      Branch: perl
47405            ! configure.com ext/Devel/DProf/DProf.t t/op/magic.t
47406 ____________________________________________________________________________
47407 [ 19920] By: jhi                                   on 2003/07/02  05:21:23
47408         Log: Move the libgcc.a hack into a section for pre-1.6 NetBSD releases.
47409              The latest releases of NetBSD don't require the hack.  From
47410              Johnny Lam.
47411      Branch: perl
47412            ! hints/netbsd.sh
47413 ____________________________________________________________________________
47414 [ 19918] By: jhi                                   on 2003/07/01  20:02:33
47415         Log: Add a new utility, Porting/Modules.
47416      Branch: perl
47417            + Porting/Modules
47418            ! MANIFEST
47419 ____________________________________________________________________________
47420 [ 19917] By: jhi                                   on 2003/07/01  17:00:02
47421         Log: Subject: [PATCH] long C<=item>s in pod/perlunicode.pod
47422              From: Robin Barker <Robin.Barker@npl.co.uk>
47423              Date: Tue, 1 Jul 2003 18:21:34 +0100
47424              Message-ID: <533D273D4014D411AB1D00062938C4D9040465A9@hotel.npl.co.uk>
47425
47426              Subject:  [PATCH] long C<=item>s in lib/CGI.pm
47427              From: Robin Barker <Robin.Barker@npl.co.uk>
47428              Message-ID: <533D273D4014D411AB1D00062938C4D9040465AA@hotel.npl.co.uk>
47429              Date: Tue, 1 Jul 2003 18:25:17 +0100
47430
47431              Subject: [PATCH] long <=item>s  in lib/ExtUtils/MakeMaker/FAQ.pod
47432              From: Robin Barker <Robin.Barker@npl.co.uk>
47433              Date: Tue, 1 Jul 2003 18:29:09 +0100
47434              Message-ID: <533D273D4014D411AB1D00062938C4D9040465AB@hotel.npl.co.uk>
47435      Branch: perl
47436            ! lib/CGI.pm lib/ExtUtils/MakeMaker/FAQ.pod pod/perlunicode.pod
47437 ____________________________________________________________________________
47438 [ 19916] By: jhi                                   on 2003/07/01  16:51:31
47439         Log: Subject: [PATCH] B:: fixes + 'When were CVOPs gone ?'
47440              From: Enache Adrian <enache@rdslink.ro>
47441              Date: Tue, 1 Jul 2003 19:51:25 +0300
47442              Message-ID: <20030701165125.GA1521@ratsnest.hole>
47443      Branch: perl
47444            ! ext/B/B.pm ext/B/B.xs ext/B/B/Debug.pm ext/B/defsubs_h.PL
47445            ! ext/B/typemap t/op/magic.t
47446 ____________________________________________________________________________
47447 [ 19915] By: jhi                                   on 2003/07/01  16:22:09
47448         Log: Upgrade to Unicode::Normalize 0.23.
47449      Branch: perl
47450            ! ext/Unicode/Normalize/Changes
47451            ! ext/Unicode/Normalize/Normalize.pm
47452            ! ext/Unicode/Normalize/Normalize.xs
47453 ____________________________________________________________________________
47454 [ 19914] By: jhi                                   on 2003/07/01  13:08:44
47455         Log: A naked values() caused shuffling of lib/Config.pm,
47456              which in turn caused unnecessary rebuilds.
47457      Branch: perl
47458            ! configpm
47459 ____________________________________________________________________________
47460 [ 19913] By: jhi                                   on 2003/07/01  13:01:10
47461         Log: Even more :utf8 socket testing, now in both directions.
47462      Branch: perl
47463            ! ext/IO/lib/IO/t/io_sock.t
47464 ____________________________________________________________________________
47465 [ 19912] By: jhi                                   on 2003/07/01  12:44:32
47466         Log: One more test (does binmode()ing a socket succeed)
47467              and add -w.
47468      Branch: perl
47469            ! ext/IO/lib/IO/t/io_sock.t
47470 ____________________________________________________________________________
47471 [ 19911] By: jhi                                   on 2003/07/01  12:38:13
47472         Log: Tweak an existing IO test to test also the change #19910.
47473      Branch: perl
47474            ! ext/IO/lib/IO/t/io_sock.t
47475 ____________________________________________________________________________
47476 [ 19910] By: jhi                                   on 2003/07/01  11:18:27
47477         Log: Integrate from perlio:
47478              [ 19909]
47479              binmode() should affect IoOFP() as well as IoIFP() if it is
47480              distinct (e.g. sockets).
47481      Branch: perl
47482           !> pp_sys.c
47483 ____________________________________________________________________________
47484 [ 19906] By: jhi                                   on 2003/07/01  08:03:17
47485         Log: Do the "aligned contiguous" check only if the arguments
47486              look like aligned; re-introduce the "traditional contiguous"
47487              checks with OS/2 special quirks and all.
47488      Branch: perl
47489            ! perl.c
47490 ____________________________________________________________________________
47491 [ 19903] By: jhi                                   on 2003/07/01  06:22:12
47492         Log: Switch on PERL_IMPLICIT_SYS, not on Win32.
47493      Branch: perl
47494            ! perl.c
47495 ____________________________________________________________________________
47496 [ 19902] By: jhi                                   on 2003/07/01  06:20:48
47497         Log: Regen Glossary et al.
47498      Branch: perl
47499            ! Porting/Glossary Porting/config.sh Porting/config_H
47500 ____________________________________________________________________________
47501 [ 19900] By: jhi                                   on 2003/07/01  05:56:38
47502         Log: Regen Configure.
47503      Branch: perl
47504            ! Configure
47505 ____________________________________________________________________________
47506 [ 19899] By: jhi                                   on 2003/07/01  05:56:14
47507         Log: More nanosleep removal.
47508      Branch: perl
47509            ! Cross/config.sh-arm-linux NetWare/config_H.wc epoc/config.sh
47510            ! hints/vos.sh win32/config.gc win32/config.vc win32/config.vc64
47511            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
47512            ! win32/config_H.vc64 wince/config.ce wince/config_H.ce
47513 ____________________________________________________________________________
47514 [ 19898] By: jhi                                   on 2003/07/01  05:54:58
47515         Log: Rework Time::HiRes not to need HAS_NANOSLEEP from Configure.
47516      Branch: perl
47517            + ext/Time/HiRes/hints/dec_osf.pl
47518            ! MANIFEST ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
47519            ! ext/Time/HiRes/hints/sco.pl
47520 ____________________________________________________________________________
47521 [ 19897] By: jhi                                   on 2003/07/01  05:04:50
47522         Log: Subject: Re: Subject: Problems: 5.8.1, Solaris, Configure, sched_yield(), -lrt & -lposix4
47523              From: Alan Burlison <Alan.Burlison@sun.com>
47524              Date: Tue, 01 Jul 2003 00:03:24 +0100
47525              Message-ID: <3F00C1BC.3020103@sun.com>
47526      Branch: perl
47527            ! Configure Makefile.SH config_h.SH configure.com
47528            ! hints/solaris_2.sh perl.h uconfig.h uconfig.sh
47529 ____________________________________________________________________________
47530 [ 19896] By: jhi                                   on 2003/06/30  20:20:54
47531         Log: Integrate #19892, #19895 from perlio to compile and avoid
47532              crashing on Win32.
47533      Branch: perl
47534           !> perl.c
47535 ____________________________________________________________________________
47536 [ 19890] By: jhi                                   on 2003/06/30  08:41:51
47537         Log: int is not UV.
47538      Branch: perl
47539            ! perl.c
47540 ____________________________________________________________________________
47541 [ 19889] By: jhi                                   on 2003/06/30  08:36:38
47542         Log: The 'contiguous' test for argv[], envp[] was bogus
47543              since those need not be in memory end-to-end, e.g.
47544              in Tru64 they are aligned by eight.  Loosen the test
47545              so that 'contiguousness' is fulfilled if the elements
47546              are within PTRSIZE alignment.  This makes Tru64 to pass
47547              the join.t, too.
47548      Branch: perl
47549            ! ext/threads/t/join.t mg.c perl.c
47550 ____________________________________________________________________________
47551 [ 19888] By: jhi                                   on 2003/06/30  07:24:18
47552         Log: $0 doc tweakage.
47553      Branch: perl
47554            ! pod/perlvar.pod
47555 ____________________________________________________________________________
47556 [ 19887] By: jhi                                   on 2003/06/30  07:20:58
47557         Log: $0 test tweaks from Andreas.
47558      Branch: perl
47559            ! ext/threads/t/join.t t/op/magic.t
47560 ____________________________________________________________________________
47561 [ 19886] By: rgs                                   on 2003/06/29  19:18:43
47562         Log: Misc Pod Nits.
47563      Branch: perl
47564            ! ext/B/B.pm pod/perlrun.pod
47565 ____________________________________________________________________________
47566 [ 19885] By: jhi                                   on 2003/06/29  15:49:52
47567         Log: Fix a faulty alias.
47568      Branch: perl
47569            ! ext/Encode/lib/Encode/Alias.pm
47570 ____________________________________________________________________________
47571 [ 19884] By: jhi                                   on 2003/06/29  15:41:05
47572         Log: The joy of $0.  Undoing the #16399 makes Andreas'
47573              tests (see [perl #22811]) pass (yes, padding with space    instead
47574              of nul makes no sense, but that seems to work, maybe Linux does
47575              some deep magic in ps(1)?); moving the PL_origalen computation
47576              earlier makes also the threaded-first case fully pass.
47577
47578              But in general modifying the argv[] is very non-portable.
47579              (e.g. in Tru64 it seems to be limited to the size of the
47580              original argv[0] since the argv[] are not contiguous?)
47581
47582              Everybody should just have setproctitle().
47583      Branch: perl
47584            ! mg.c perl.c pod/perlvar.pod
47585 ____________________________________________________________________________
47586 [ 19883] By: jhi                                   on 2003/06/29  13:47:36
47587         Log: More on the macro debugging and expansion.
47588      Branch: perl
47589            ! pod/perlhack.pod
47590 ____________________________________________________________________________
47591 [ 19882] By: rgs                                   on 2003/06/29  13:17:09
47592         Log: Perl_doing_taint must be public, for programs that embed perl
47593      Branch: perl
47594            ! embed.fnc embed.h global.sym
47595 ____________________________________________________________________________
47596 [ 19881] By: jhi                                   on 2003/06/29  10:17:28
47597         Log: More coffee...
47598      Branch: perl
47599            ! lib/Test/Harness.pm
47600 ____________________________________________________________________________
47601 [ 19880] By: jhi                                   on 2003/06/29  09:48:50
47602         Log: argc, argv.
47603      Branch: perl
47604            ! perl.h
47605 ____________________________________________________________________________
47606 [ 19879] By: jhi                                   on 2003/06/29  09:34:47
47607         Log: Another spot where a zero $test{$max} can make things go boom.
47608      Branch: perl
47609            ! lib/Test/Harness.pm
47610 ____________________________________________________________________________
47611 [ 19878] By: jhi                                   on 2003/06/29  09:28:58
47612         Log: Move the PL_earlytaint initialization to the PERL_SYS_INIT()
47613              as per suggestion from Sarathy.
47614      Branch: perl
47615            ! dosish.h epoc/epocish.h miniperlmain.c mpeix/mpeixish.h
47616            ! os2/os2ish.h perl.h plan9/plan9ish.h unixish.h vms/vmsish.h
47617 ____________________________________________________________________________
47618 [ 19877] By: jhi                                   on 2003/06/28  18:28:01
47619         Log: The #19842 is no more needed thanks to #19876,
47620              and the #19842 was wrong anyway (it affected
47621              only the threaded case.)
47622      Branch: perl
47623            ! hints/dec_osf.sh
47624 ____________________________________________________________________________
47625 [ 19876] By: jhi                                   on 2003/06/28  18:24:46
47626         Log: Subject: Re: your malloc patches
47627              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
47628              Date: Fri, 27 Jun 2003 06:54:06 -0700
47629              Message-ID: <20030627135406.GA8914@math.berkeley.edu>
47630
47631              More malloc patches: now they seem to work even in Tru64.
47632      Branch: perl
47633            ! malloc.c
47634 ____________________________________________________________________________
47635 [ 19875] By: jhi                                   on 2003/06/28  18:09:30
47636         Log: Duh.
47637      Branch: perl
47638            ! perl.h
47639 ____________________________________________________________________________
47640 [ 19874] By: jhi                                   on 2003/06/28  17:30:52
47641         Log: Retract #19867; the bug was really much simpler:
47642              the < max must be <= max instead.
47643      Branch: perl
47644            ! hv.c
47645 ____________________________________________________________________________
47646 [ 19873] By: rgs                                   on 2003/06/28  16:02:53
47647         Log: Using $1 without testing success of the regexp, bad.
47648      Branch: perl
47649            ! pod/perlretut.pod
47650 ____________________________________________________________________________
47651 [ 19872] By: rgs                                   on 2003/06/28  16:01:08
47652         Log: Some clarification about the current semantics of CHECK and
47653              INIT blocks. See bug [perl #22826].
47654      Branch: perl
47655            ! pod/perlmod.pod
47656 ____________________________________________________________________________
47657 [ 19871] By: rgs                                   on 2003/06/28  15:47:22
47658         Log: Subject: [Encode] pre-1.97 patches
47659              From: Dan Kogai <dankogai@dan.co.jp>
47660              Date: Sat, 28 Jun 2003 01:20:59 +0900
47661              Message-Id: <56D5BFEE-A8BB-11D7-9092-000393AE4244@dan.co.jp>
47662      Branch: perl
47663            ! ext/Encode/Changes ext/Encode/Encode.pm
47664            ! ext/Encode/lib/Encode/Guess.pm
47665 ____________________________________________________________________________
47666 [ 19870] By: rgs                                   on 2003/06/28  15:39:57
47667         Log: Two debugging patches.
47668              The first allows to hold symbolic switches in $^D
47669              and more generally fixes assignment to $^D. The
47670              second one improves the information given by -Dl.
47671
47672              Subject: [PATCH] allow $^D = "flags"
47673              From: Dave Mitchell <davem@fdgroup.com>
47674              Date: Fri, 27 Jun 2003 22:26:24 +0100
47675              Message-ID: <20030627212624.GB12887@fdgroup.com>
47676
47677              Subject: [PATCH] make -Dl show more scope info
47678              From: Dave Mitchell <davem@fdgroup.com>
47679              Date: Fri, 27 Jun 2003 23:00:36 +0100
47680              Message-ID: <20030627220036.GC12887@fdgroup.com>
47681      Branch: perl
47682            ! cop.h embed.fnc embed.h mg.c perl.c perl.h pod/perlvar.pod
47683            ! proto.h scope.h
47684 ____________________________________________________________________________
47685 [ 19869] By: rgs                                   on 2003/06/28  14:39:40
47686         Log: Fix test count, by Abe Timmerman.
47687      Branch: perl
47688            ! t/comp/require.t
47689 ____________________________________________________________________________
47690 [ 19867] By: jhi                                   on 2003/06/27  10:08:20
47691         Log: The two-for-loops is no more a valid way to walk through
47692              a hash (this was the reason the Hash/Util.t intermittently
47693              failed, the two-loop didn't find all the SVs of the HV).
47694      Branch: perl
47695            ! hv.c
47696 ____________________________________________________________________________
47697 [ 19866] By: jhi                                   on 2003/06/27  08:54:16
47698         Log: Some warnings about the (im)proper uses of the hash randomisation.
47699      Branch: perl
47700            ! pod/perlsec.pod
47701 ____________________________________________________________________________
47702 [ 19865] By: jhi                                   on 2003/06/27  08:40:45
47703         Log: atoi() doesn't cut the mustard if the PERL_HASH_SEED
47704              is larger than INT_MAX (atoi() returns -1 in that case).
47705      Branch: perl
47706            ! perl.c
47707 ____________________________________________________________________________
47708 [ 19864] By: jhi                                   on 2003/06/27  08:18:47
47709         Log: Use the PL_earlytaint.  (PL_earlytaint is a global,
47710              not per-interp, since perl_construct() is not passed
47711              the argc, argv, and therefore it can't set the per-interp
47712              PL_tainting.)
47713      Branch: perl
47714            ! perl.c perl.h
47715 ____________________________________________________________________________
47716 [ 19863] By: jhi                                   on 2003/06/27  08:15:11
47717         Log: Introduce (global) variable PL_earlytaint which
47718              is set very early in main(), before perl_parse()
47719              has been called and PL_tainting (or PL_taint_warn)
47720              might have been set.
47721      Branch: perl
47722            ! embed.fnc embedvar.h miniperlmain.c perl.c perl.h perlapi.h
47723            ! perlvars.h proto.h
47724 ____________________________________________________________________________
47725 [ 19862] By: jhi                                   on 2003/06/27  07:39:58
47726         Log: Make doing_taint() always available (though not
47727              part of the public API).
47728      Branch: perl
47729            ! embed.fnc embed.h perl.c proto.h
47730 ____________________________________________________________________________
47731 [ 19861] By: jhi                                   on 2003/06/27  05:30:03
47732         Log: Do not obey PERL_HASH_SEED or PERL_HASH_SEED_DEBUG
47733              if tainting-- but is this a good thing or a bad thing?
47734              (At least it makes debugging lib/Hash/Util.t harder,
47735              since it has, for no apparent good reason, -T: one must
47736              make a copy of it without the -T.)
47737      Branch: perl
47738            ! perl.c
47739 ____________________________________________________________________________
47740 [ 19860] By: jhi                                   on 2003/06/27  05:02:14
47741         Log: Subject: Re: Change 19854: Bite the bullet and apply the hash randomisation patch.
47742              From: Tim Bunce <Tim.Bunce@pobox.com>
47743              Date: Thu, 26 Jun 2003 10:53:22 +0100
47744              Message-ID: <20030626095322.GE97463@dansat.data-plan.com>
47745      Branch: perl
47746            ! INSTALL
47747 ____________________________________________________________________________
47748 [ 19859] By: jhi                                   on 2003/06/27  04:59:23
47749         Log: Hash/Util.t and Encode/t/Aliases.t seem to be having
47750              random failures.  To make these easier to reproduce,
47751              add a variable, PERL_HASH_SEED_DEBUG, to display the
47752              hash seed.  E.g. in Debian/x86 Linux 3.0 PERL_HASH_SEED
47753              of 82972356 makes the first one to fail.
47754      Branch: perl
47755            ! perl.c pod/perlrun.pod
47756 ____________________________________________________________________________
47757 [ 19858] By: rgs                                   on 2003/06/26  20:21:53
47758         Log: perlhack update, by Steve Grazzini
47759              about macro support in gdb and gcc.
47760      Branch: perl
47761            ! pod/perlhack.pod
47762 ____________________________________________________________________________
47763 [ 19854] By: jhi                                   on 2003/06/26  05:32:02
47764         Log: Bite the bullet and apply the hash randomisation patch.
47765              [perl #22371] Algorimic Complexity Attack on Perl 5.6.1, 5.8.0
47766      Branch: perl
47767            ! INSTALL embedvar.h ext/Data/Dumper/Dumper.pm
47768            ! ext/Data/Dumper/t/dumper.t hv.h intrpvar.h perl.c perl.h
47769            ! perlapi.h pod/perlfunc.pod pod/perlrun.pod pod/perlsec.pod
47770            ! sv.c
47771 ____________________________________________________________________________
47772 [ 19853] By: rgs                                   on 2003/06/25  19:35:02
47773         Log: Subject: Re: P and V
47774              From: "Philip Newton" <pnewton@gmx.de>
47775              Date: Wed, 25 Jun 2003 17:50:22 +0200
47776              Message-ID: <3EF9E0DE.4786.16A6869@localhost>
47777      Branch: perl
47778            ! lib/Thread/Semaphore.pm
47779 ____________________________________________________________________________
47780 [ 19852] By: rgs                                   on 2003/06/25  19:27:42
47781         Log: Enhance some macro robustness.
47782      Branch: perl
47783            ! opcode.h opcode.pl
47784 ____________________________________________________________________________
47785 [ 19851] By: rgs                                   on 2003/06/25  19:25:47
47786         Log: Fix [perl #21742] :
47787              require() should always be called in scalar context,
47788              even when it's the last statement in an eval("").
47789      Branch: perl
47790            ! pp_ctl.c t/comp/require.t
47791 ____________________________________________________________________________
47792 [ 19849] By: jhi                                   on 2003/06/24  17:32:37
47793         Log: Subject: [PATCH] Re: [perl #22719] ISA cache problem with blessed stash objects
47794              From: Dave Mitchell <davem@fdgroup.com>
47795              Date: Tue, 24 Jun 2003 13:16:18 +0100
47796              Message-ID: <20030624121618.GC22675@fdgroup.com>
47797      Branch: perl
47798            ! sv.c t/op/ref.t
47799 ____________________________________________________________________________
47800 [ 19848] By: merijn                                on 2003/06/24  08:06:57
47801         Log: Subject: [PATCH] lib/Perldoc.pm patch for Cygwin Bleadperl
47802              From: "Gerrit P. Haase" <gerrit@familiehaase.de>
47803              Date: Tue, 24 Jun 2003 11:00:34 +0200
47804              Message-ID: <186930306740.20030624110034@familiehaase.de>
47805      Branch: perl
47806            ! lib/Pod/Perldoc.pm
47807 ____________________________________________________________________________
47808 [ 19847] By: jhi                                   on 2003/06/24  04:52:42
47809         Log: Subject: [PATCH] version.pm up to date with CPAN
47810              From: John Peacock <jpeacock@rowman.com>
47811              Date: Mon, 23 Jun 2003 21:58:18 -0400
47812              Message-ID: <3EF7B03A.2060705@rowman.com>
47813      Branch: perl
47814            ! lib/version.pm lib/version.t universal.c
47815 ____________________________________________________________________________
47816 [ 19846] By: rgs                                   on 2003/06/23  20:52:26
47817         Log: Subject: [perlport.pod] code point of \cU
47818              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
47819              Date: Tue, 24 Jun 2003 01:00:16 +0900
47820              Message-Id: <20030624004743.1237.BQW10602@nifty.com>
47821      Branch: perl
47822            ! pod/perlport.pod
47823 ____________________________________________________________________________
47824 [ 19845] By: jhi                                   on 2003/06/23  04:55:39
47825         Log: Test tweaks for VMS from Craig Berry.
47826      Branch: perl
47827            ! lib/strict.t lib/warnings.t
47828 ____________________________________________________________________________
47829 [ 19843] By: jhi                                   on 2003/06/22  17:00:10
47830         Log: Move the (pseudo)seed functio for (pseudo)random numbers to util.c.
47831      Branch: perl
47832            ! embed.fnc embed.h pp.c proto.h util.c
47833 ____________________________________________________________________________
47834 [ 19842] By: jhi                                   on 2003/06/22  16:44:16
47835         Log: Until the Perl malloc problems in Tru64 are fixed.
47836      Branch: perl
47837            ! hints/dec_osf.sh
47838 ____________________________________________________________________________
47839 [ 19841] By: jhi                                   on 2003/06/22  16:35:33
47840         Log: Subject: [PATCH] Re: Is it a Bug? ($c .= "5") . "6"
47841              From: Enache Adrian <enache@rdslink.ro>
47842              Date: Sat, 21 Jun 2003 03:19:31 +0300
47843              Message-ID: <20030621001931.GB1255@ratsnest.hole>
47844      Branch: perl
47845            ! op.c t/op/concat.t
47846 ____________________________________________________________________________
47847 [ 19840] By: jhi                                   on 2003/06/22  16:33:25
47848         Log: Subject: [perl #22753] overload::StrVal() fails for regexp refs
47849              From: "fergal@esatclear.ie (via RT)" <perlbug-followup@perl.org>
47850              Date: 21 Jun 2003 19:02:30 -0000
47851              Message-ID: <rt-22753-59662.14.6066295633041@rt.perl.org>
47852      Branch: perl
47853            ! lib/overload.pm lib/overload.t
47854 ____________________________________________________________________________
47855 [ 19839] By: jhi                                   on 2003/06/22  16:31:05
47856         Log: Subject: FileCache 1.03 broken on VMS -- possible patch
47857              From: "Craig A. Berry" <craigberry@mac.com>
47858              Date: Sat, 21 Jun 2003 10:31:59 -0500
47859              Message-ID: <3EF47A6F.9060904@mac.com>
47860      Branch: perl
47861            ! lib/FileCache.pm lib/FileCache/t/01open.t
47862            ! lib/FileCache/t/03append.t lib/FileCache/t/05override.t
47863 ____________________________________________________________________________
47864 [ 19838] By: jhi                                   on 2003/06/22  16:16:01
47865         Log: Debian fix from Brendan O'Dea:
47866              Adjust output to screen width.
47867              (adjusted to probe for the stty command)
47868      Branch: perl
47869            ! utils/dprofpp.PL
47870 ____________________________________________________________________________
47871 [ 19837] By: jhi                                   on 2003/06/22  15:56:45
47872         Log: Debian fix from Brendan O'Dea:
47873              Use a temporary directory to avoid symlink attacks.
47874              Specify -gstabs explicitly (not the default format for gcc 3.2).
47875      Branch: perl
47876            ! utils/c2ph.PL
47877 ____________________________________________________________________________
47878 [ 19836] By: jhi                                   on 2003/06/22  15:55:13
47879         Log: Debian fix from Brendan O'Dea:
47880              Bug#156284: the stucture used by pp_accept is too small to hold an
47881              IPv6 address.
47882      Branch: perl
47883            ! pp_sys.c
47884 ____________________________________________________________________________
47885 [ 19835] By: jhi                                   on 2003/06/22  15:46:50
47886         Log: For characters beyond the BMP the $bits will be undef,
47887              which will cause utf8_heavy.pl noise (reported by Daniel Yacob,
47888              analysis and fix from SADAHIRO Tomoyuki)
47889      Branch: perl
47890            ! lib/utf8_heavy.pl
47891 ____________________________________________________________________________
47892 [ 19834] By: jhi                                   on 2003/06/20  08:42:58
47893         Log: Allow for things like -DFILL_CHECK_DEFAULT=0 (from Ilya).
47894      Branch: perl
47895            ! malloc.c
47896 ____________________________________________________________________________
47897 [ 19833] By: jhi                                   on 2003/06/20  08:16:02
47898         Log: Don't do sprintf().
47899      Branch: perl
47900            ! malloc.c
47901 ____________________________________________________________________________
47902 [ 19832] By: jhi                                   on 2003/06/20  07:43:48
47903         Log: Show the source code location of an "assertion botch".
47904      Branch: perl
47905            ! malloc.c
47906 ____________________________________________________________________________
47907 [ 19831] By: jhi                                   on 2003/06/20  07:31:11
47908         Log: More Perl malloc debugging magic from Ilya.  Seems to work in
47909              Linux, Solaris, AIX.  Had to do #ifdef OS2 for the <io.h> in
47910              malloc.c, found in AIX since there is no such header.
47911              In Tru64 miniperl fails an assert: "free()ed/realloc()ed-away
47912              memory was overwritten?"
47913              (In IRIX compiles but that doesn't prove much since in IRIX
47914              Perl's malloc is simply not used.)
47915      Branch: perl
47916            + malloc_ctl.h
47917            ! MANIFEST dosish.h epoc/epocish.h malloc.c os2/os2ish.h perl.c
47918            ! perl.h plan9/plan9ish.h sv.c unixish.h vms/vmsish.h
47919 ____________________________________________________________________________
47920 [ 19830] By: jhi                                   on 2003/06/20  06:02:21
47921         Log: Retract #19785 and #19756: JPL nowadays works without this
47922              (verified by a true JPL user).
47923      Branch: perl
47924            ! perl.c
47925 ____________________________________________________________________________
47926 [ 19827] By: jhi                                   on 2003/06/19  20:18:31
47927         Log: Apparently this is needed for VMS (Craig Berry).
47928      Branch: perl
47929            ! lib/Tie/File.pm
47930 ____________________________________________________________________________
47931 [ 19824] By: jhi                                   on 2003/06/19  15:11:48
47932         Log: Bump Time::HiRes to 1.49.
47933      Branch: perl
47934            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
47935            ! ext/Time/HiRes/HiRes.xs
47936 ____________________________________________________________________________
47937 [ 19822] By: jhi                                   on 2003/06/19  14:49:37
47938         Log: This change chunk doesn't work well with blead.
47939      Branch: perl
47940            ! lib/ExtUtils/t/Command.t
47941 ____________________________________________________________________________
47942 [ 19821] By: jhi                                   on 2003/06/19  14:27:52
47943         Log: A tweak from Alan Burlison for MM 6.10_07 that makes Solaris
47944              make happy.
47945      Branch: perl
47946            ! lib/ExtUtils/MM_Unix.pm
47947 ____________________________________________________________________________
47948 [ 19820] By: jhi                                   on 2003/06/19  14:25:53
47949         Log: Upgrade to MakeMaker 6.10_07 (from makemaker.org snapshot
47950              as of 2003-06-19 18:39 EET).
47951      Branch: perl
47952            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_OS2.pm
47953            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
47954            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/Command.t
47955            ! lib/ExtUtils/t/MM_OS2.t lib/ExtUtils/t/MM_Unix.t
47956 ____________________________________________________________________________
47957 [ 19819] By: jhi                                   on 2003/06/19  14:08:13
47958         Log: Subject: [PATCH] Re: [perl #17934] tied STDERR and internal warnings
47959              From: grazz@pobox.com (Steve Grazzini)
47960              Date: Wed, 18 Jun 2003 19:42:37 -0400
47961              Message-ID: <20030618234237.GA6267@grazzini.net>
47962      Branch: perl
47963            ! embed.fnc embed.h pod/perltie.pod pp_ctl.c proto.h
47964            ! t/op/runlevel.t t/op/tiehandle.t util.c
47965 ____________________________________________________________________________
47966 [ 19818] By: jhi                                   on 2003/06/19  13:57:55
47967         Log: Subject: [PATCH -current] email address correction
47968              Date: Thu, 19 Jun 2003 02:19:31 -0700
47969              Message-ID: <CGEAIAFGDFMPCFCBLLCOEENKCBAA.rs@crystalflame.net>
47970              From: rs@crystalflame.net (Richard Soderberg)
47971      Branch: perl
47972            ! ext/threads/threads.pm
47973 ____________________________________________________________________________
47974 [ 19816] By: jhi                                   on 2003/06/19  05:02:22
47975         Log: MPE/iX gets serious indigestion on w-packed infinities.
47976      Branch: perl
47977            ! t/op/pack.t
47978 ____________________________________________________________________________
47979 [ 19815] By: rgs                                   on 2003/06/18  20:47:47
47980         Log: A bunch of minor changes to perlguts.pod.
47981      Branch: perl
47982            ! pod/perlguts.pod
47983 ____________________________________________________________________________
47984 [ 19814] By: jhi                                   on 2003/06/18  19:19:38
47985         Log: Subject: Re: [perl #22727] split() with re_eval segfaults/panics
47986              From: Enache Adrian <enache@rdslink.ro>
47987              Date: Wed, 18 Jun 2003 23:00:43 +0300
47988              Message-ID: <20030618200043.GA1249@ratsnest.hole>
47989      Branch: perl
47990            ! pp.c regexec.c t/op/pat.t
47991 ____________________________________________________________________________
47992 [ 19813] By: jhi                                   on 2003/06/18  17:31:50
47993         Log: Upgrade to Tie::File 0.97.
47994      Branch: perl
47995            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
47996            ! lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/28_mtwrite.t
47997            ! lib/Tie/File/t/29_downcopy.t
47998 ____________________________________________________________________________
47999 [ 19812] By: gbarr                                 on 2003/06/18  16:41:31
48000         Log: Sync with libnet 1.16
48001      Branch: perl
48002            ! lib/Net/ChangeLog.libnet lib/Net/FTP.pm
48003 ____________________________________________________________________________
48004 [ 19811] By: jhi                                   on 2003/06/18  12:11:07
48005         Log: Subject: Encode] 1.96 Released
48006              From: Dan Kogai <dankogai@dan.co.jp>
48007              Date: Wed, 18 Jun 2003 19:09:11 +0900
48008              Message-Id: <E7FFAE2E-A174-11D7-ACE4-000393AE4244@dan.co.jp>
48009      Branch: perl
48010            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
48011            ! ext/Encode/META.yml ext/Encode/Unicode/Unicode.pm
48012            ! ext/Encode/Unicode/Unicode.xs ext/Encode/bin/piconv
48013            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Encoding.pm
48014            ! ext/Encode/lib/Encode/JP/JIS7.pm ext/Encode/t/Unicode.t
48015            ! ext/Encode/t/guess.t
48016 ____________________________________________________________________________
48017 [ 19810] By: jhi                                   on 2003/06/18  09:20:43
48018         Log: Oops in change #19809.
48019      Branch: perl
48020            ! ext/POSIX/POSIX.xs
48021 ____________________________________________________________________________
48022 [ 19809] By: jhi                                   on 2003/06/18  09:08:47
48023         Log: If the first argument of sigaction() was a string, not a number
48024              (or a SIGXXX 'constant') one got first (if using -w) 'Argument "FOO"
48025              isn't numeric in subroutine entry ...' but after that one got
48026              (depending on the OS) either a coredump (because of trying to
48027              assign to *0 in mg_get) or a hang (because of the sigprocmask()
48028              blocking signals inside POSIX::sigaction, a nasty hang since
48029              one obviously cannot interrupt it...only SIGKILL works).
48030              In older Perls (tried with 5.6.1) one got 'No such signal: SIGZERO ...'
48031              because of the string becoming zero due to the XS typemap magic.
48032              Resolved by making the POSIX::sigaction to try harder to figure
48033              out a valid signal number (one still gets the warning, though),
48034              and returning undef if no sense can be made.
48035      Branch: perl
48036            ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs ext/POSIX/t/sigaction.t
48037 ____________________________________________________________________________
48038 [ 19808] By: rgs                                   on 2003/06/17  21:10:06
48039         Log: Some docs for the assertions.
48040      Branch: perl
48041            ! lib/assertions.pm lib/assertions/activate.pm
48042            ! pod/perllexwarn.pod pod/perlrun.pod t/run/switch_A.t
48043 ____________________________________________________________________________
48044 [ 19806] By: jhi                                   on 2003/06/17  18:12:26
48045         Log: io_dir.t tweak from Craig Berry.
48046      Branch: perl
48047            ! ext/IO/lib/IO/t/io_dir.t
48048 ____________________________________________________________________________
48049 [ 19805] By: jhi                                   on 2003/06/17  16:47:06
48050         Log: Subject: /ext/DynaLoader/dl_dyld.xs
48051              From: "Peter O'Gorman" <peter@pogma.com>
48052              Date: Tue, 17 Jun 2003 23:45:47 +0900
48053              Message-Id: <619B6B53-A0D2-11D7-BAF7-003065F6C222@pogma.com>
48054
48055              No need to see dlclose() and dlsym() outside the dl_dyld.xs
48056              (Mac OS X, NeXT), and seeing them is harmful for libdlcompat
48057              of OpenDarwin.
48058      Branch: perl
48059            ! ext/DynaLoader/dl_dyld.xs
48060 ____________________________________________________________________________
48061 [ 19804] By: jhi                                   on 2003/06/17  13:12:21
48062         Log: Subject: DOCPATCH Re: $1 remains uncleared for failed matches
48063              From: david nicol <whatever@davidnicol.com>
48064              Date: 16 Jun 2003 20:35:24 -0500
48065              Message-Id: <1055813724.1580.19.camel@plaza.davidnicol.com>
48066
48067              Subject: Re: DOCPATCH Re: $1 remains uncleared for failed matches
48068              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
48069              Date: Tue, 17 Jun 2003 00:12:04 -0400
48070              Message-ID: <20030617041204.GA34960@linguist.thayer.dartmouth.edu>
48071      Branch: perl
48072            ! pod/perlre.pod pod/perltrap.pod
48073 ____________________________________________________________________________
48074 [ 19802] By: jhi                                   on 2003/06/17  04:51:33
48075         Log: UNICOS: try papering over the Configure symbol scan problems
48076              by disavowing any knowledge of dynaloading.
48077      Branch: perl
48078            ! hints/unicos.sh
48079 ____________________________________________________________________________
48080 [ 19801] By: rgs                                   on 2003/06/16  22:47:28
48081         Log: Revert change #19126, a poor attempt at fixing bug #21742.
48082              The test for #21742 is marked as TODO.
48083              Plus new regression tests from :
48084
48085              Subject: [perl #22708] void context in string eval is broken
48086              From: "Marcus Holland-Moritz" (via RT) <perlbug-followup@perl.org>
48087              Date: 15 Jun 2003 23:09:03 -0000
48088              Message-ID: <rt-22708-59432.14.6755501393177@rt.perl.org>
48089      Branch: perl
48090            ! pp_ctl.c t/comp/require.t t/op/eval.t
48091 ____________________________________________________________________________
48092 [ 19800] By: rgs                                   on 2003/06/16  21:14:26
48093         Log: Subject: [PATCH] unnecessary stringification in eval/die
48094              From: Steve Grazzini <grazz@pobox.com>
48095              Date: 15 Jun 2003 21:02:26 -0000
48096              Message-ID: <20030615210226.56430.qmail@onion.perl.org>
48097              (See also <slrnbek5u6.cfi.joey@dragon.kitenet.net>
48098              in c.l.p.misc and bug #17763)
48099      Branch: perl
48100            ! pod/perlfunc.pod pp_ctl.c
48101 ____________________________________________________________________________
48102 [ 19799] By: rgs                                   on 2003/06/16  20:15:28
48103         Log: Subject: [perl #22622] Bogus error codes from File::Copy::move
48104              From: "Amick, Eric" (via RT) <perlbug-followup@perl.org>
48105              Date: 9 Jun 2003 15:48:09 -0000
48106              Message-ID: <rt-22622-59134.12.3966151660257@rt.perl.org>
48107      Branch: perl
48108            ! lib/File/Copy.pm
48109 ____________________________________________________________________________
48110 [ 19798] By: jhi                                   on 2003/06/16  12:26:29
48111         Log: And even more glibc fcntl constants, this time mostly F_XXX.
48112              Be more conservative and use @EXPORT_OK instead of @EXPORT.
48113      Branch: perl
48114            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Makefile.PL
48115 ____________________________________________________________________________
48116 [ 19797] By: jhi                                   on 2003/06/16  08:05:11
48117         Log: Even more glibc O_ modes.
48118      Branch: perl
48119            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Makefile.PL
48120 ____________________________________________________________________________
48121 [ 19796] By: jhi                                   on 2003/06/16  07:59:26
48122         Log: Add O_NOATIME.
48123      Branch: perl
48124            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Makefile.PL
48125 ____________________________________________________________________________
48126 [ 19795] By: jhi                                   on 2003/06/16  06:51:19
48127         Log: Instead of fancy condvar footwork do a simple join,
48128              as suggested by Arthur.
48129      Branch: perl
48130            ! ext/threads/shared/t/hv_refs.t
48131 ____________________________________________________________________________
48132 [ 19794] By: rgs                                   on 2003/06/15  21:01:18
48133         Log: Rename again the warning about $* being no longer supported
48134              (and update perldiag this time!)
48135      Branch: perl
48136            ! gv.c pod/perldiag.pod t/lib/warnings/gv
48137 ____________________________________________________________________________
48138 [ 19793] By: rgs                                   on 2003/06/15  19:47:21
48139         Log: Remove all magic in untie()
48140
48141              Subject: Re: untie from within FETCH/STORE not working under 5.8.0 (fwd)
48142              From: Aaron J Mackey <ajm6q@virginia.edu>
48143              Date: Fri, 13 Jun 2003 08:22:05 -0400 (EDT)
48144              Message-ID: <Pine.OSF.4.33.0306130820570.29017-100000@alpha10.bioch.virginia.edu>
48145              (plus a test case)
48146      Branch: perl
48147            ! pp_sys.c t/op/tie.t
48148 ____________________________________________________________________________
48149 [ 19790] By: jhi                                   on 2003/06/15  17:22:08
48150         Log: Start using Perl malloc in FreeBSD since the system malloc
48151              is reaaally slooow for Perl.
48152
48153              Subject: FreeBSD 5.1 vs. -Uusemymalloc
48154              From: Dan Kogai <dankogai@dan.co.jp>
48155              Date: Mon, 16 Jun 2003 01:48:49 +0900
48156              Message-Id: <3CE9B94D-9F51-11D7-AF50-000393AE4244@dan.co.jp>
48157      Branch: perl
48158            ! hints/freebsd.sh
48159 ____________________________________________________________________________
48160 [ 19789] By: jhi                                   on 2003/06/15  17:08:02
48161         Log: Subject: [PATCH 5.8.1 @19774] OS2 patches
48162              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
48163              Date: Sat, 14 Jun 2003 17:49:57 -0700
48164              Message-ID: <20030615004956.GA28272@math.berkeley.edu>
48165      Branch: perl
48166            + os2/OS2/typemap os2/perlrexx.cmd
48167            - os2/OS2/PrfDB/typemap
48168            ! MANIFEST doio.c emacs/ptags ext/Time/HiRes/Makefile.PL handy.h
48169            ! hints/os2.sh lib/ExtUtils/t/MM_OS2.t makedef.pl
48170            ! os2/OS2/Process/Makefile.PL os2/OS2/Process/Process.pm
48171            ! os2/OS2/Process/Process.xs os2/OS2/REXX/DLL/DLL.pm
48172            ! os2/OS2/REXX/DLL/DLL.xs os2/OS2/REXX/t/rx_emxrv.t
48173            ! os2/OS2/REXX/t/rx_objcall.t os2/dl_os2.c os2/os2.c
48174            ! os2/os2ish.h pp_sys.c utils/h2xs.PL
48175 ____________________________________________________________________________
48176 [ 19788] By: jhi                                   on 2003/06/15  15:05:40
48177         Log: Reindent a section of the file.
48178      Branch: perl
48179            ! universal.c
48180 ____________________________________________________________________________
48181 [ 19787] By: jhi                                   on 2003/06/15  15:01:26
48182         Log: Unused variable.
48183      Branch: perl
48184            ! universal.c
48185 ____________________________________________________________________________
48186 [ 19786] By: jhi                                   on 2003/06/15  07:41:23
48187         Log: Subject: Re: [PATCH: sv.c] strchr() running amok in sv_vcatpvfn()
48188              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
48189              Date: Sun, 15 Jun 2003 10:48:40 +0200
48190              Message-ID: <004a01c3331a$ec001320$3445eed9@R2D2>
48191      Branch: perl
48192            ! embed.fnc embed.h proto.h sv.c
48193 ____________________________________________________________________________
48194 [ 19785] By: jhi                                   on 2003/06/15  07:37:02
48195         Log: Most often unused variables.
48196      Branch: perl
48197            ! perl.c
48198 ____________________________________________________________________________
48199 [ 19784] By: rgs                                   on 2003/06/14  20:08:52
48200         Log: Rename the warning about $* being removed,
48201              as suggested by Dave Mitchell
48202      Branch: perl
48203            ! gv.c t/lib/warnings/gv
48204 ____________________________________________________________________________
48205 [ 19783] By: jhi                                   on 2003/06/14  16:30:23
48206         Log: The FileCache 1.03 tests from belg4mit.
48207      Branch: perl
48208            + lib/FileCache/t/01open.t lib/FileCache/t/02maxopen.t
48209            + lib/FileCache/t/03append.t lib/FileCache/t/04twoarg.t
48210            + lib/FileCache/t/05override.t
48211            - lib/FileCache.t
48212            ! MANIFEST
48213 ____________________________________________________________________________
48214 [ 19782] By: jhi                                   on 2003/06/14  13:45:01
48215         Log: Mention the Unicode::Regex::Set module.
48216      Branch: perl
48217            ! pod/perlunicode.pod
48218 ____________________________________________________________________________
48219 [ 19781] By: jhi                                   on 2003/06/14  13:39:45
48220         Log: Followup on #19779: make the helper function static,
48221              and rename it for paranoia reasons.
48222      Branch: perl
48223            ! embed.fnc embed.h proto.h sv.c
48224 ____________________________________________________________________________
48225 [ 19779] By: jhi                                   on 2003/06/14  13:13:34
48226         Log: Subject: [PATCH: sv.c] strchr() running amok in sv_vcatpvfn()
48227              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
48228              Date: Sat, 14 Jun 2003 12:51:31 +0200
48229              Message-ID: <041901c33262$eac8ae30$f248eed9@R2D2>
48230
48231              (choosing the safe alternative)
48232      Branch: perl
48233            ! sv.c
48234 ____________________________________________________________________________
48235 [ 19778] By: jhi                                   on 2003/06/14  09:28:01
48236         Log: Exercise the utf8:: "internal" functions.
48237      Branch: perl
48238            ! lib/utf8.pm lib/utf8.t
48239 ____________________________________________________________________________
48240 [ 19777] By: jhi                                   on 2003/06/14  09:05:07
48241         Log: Having to pull in the whole Encode just to get SvUTF8()
48242              is a bit too much: introduce utf8::is_utf8().
48243      Branch: perl
48244            ! lib/utf8.pm pod/perluniintro.pod universal.c
48245 ____________________________________________________________________________
48246 [ 19776] By: jhi                                   on 2003/06/14  08:56:11
48247         Log: Slight tweaks on the length() and chr() entries,
48248              passing-by rewrapping on the rmdir entry.
48249      Branch: perl
48250            ! pod/perlfunc.pod
48251 ____________________________________________________________________________
48252 [ 19775] By: jhi                                   on 2003/06/14  08:50:16
48253         Log: test.pl-ify and add a couple of tests.
48254      Branch: perl
48255            ! lib/bytes.t
48256 ____________________________________________________________________________
48257 [ 19773] By: jhi                                   on 2003/06/14  08:05:01
48258         Log: Slight reorg of the binmode() entry.
48259      Branch: perl
48260            ! pod/perlfunc.pod
48261 ____________________________________________________________________________
48262 [ 19772] By: jhi                                   on 2003/06/14  07:07:38
48263         Log: Illegal cpp.
48264      Branch: perl
48265            ! util.c
48266 ____________________________________________________________________________
48267 [ 19770] By: jhi                                   on 2003/06/14  04:36:18
48268         Log: Subject: Re: FileCache
48269              From: belg4mit <belg4mit@MIT.EDU>
48270              Date: Sat, 14 Jun 2003 01:35:05 -0400
48271              Message-ID: <3EEAB409.7B4C21EA@mit.edu>
48272
48273              FileCache 1.03.
48274      Branch: perl
48275            ! lib/FileCache.pm
48276 ____________________________________________________________________________
48277 [ 19769] By: rgs                                   on 2003/06/13  19:17:50
48278         Log: Remove the deprecated $* variable.
48279              Incidentally, this fixes bug #22354, about unwanted
48280              action-at-distance of the /m regexp modifier.
48281              Add a new warning to advertise this fact.
48282      Branch: perl
48283            ! gv.c lib/English.pm mg.c pod/perldelta.pod pod/perldiag.pod
48284            ! pod/perlre.pod pod/perlvar.pod pp.c pp_hot.c t/lib/warnings/gv
48285            ! t/op/pat.t t/op/study.t
48286 ____________________________________________________________________________
48287 [ 19768] By: jhi                                   on 2003/06/13  17:08:45
48288         Log: Encode simply needs more work on EBCDIC.
48289      Branch: perl
48290            ! ext/Encode/t/Unicode.t
48291 ____________________________________________________________________________
48292 [ 19767] By: jhi                                   on 2003/06/13  17:05:01
48293         Log: Redundancy removal from Brian De Pradine;
48294              both the forms, pthread_mutexattr_settype() and
48295              pthread_mutexattr_setkind_np(), exist on z/OS.
48296      Branch: perl
48297            ! thread.h
48298 ____________________________________________________________________________
48299 [ 19766] By: jhi                                   on 2003/06/13  17:02:57
48300         Log: Somehow MPE/iX managed to get
48301              "18/0Illegal division by zero at ../lib/Test/Harness.pm line 921."
48302      Branch: perl
48303            ! lib/Test/Harness.pm
48304 ____________________________________________________________________________
48305 [ 19765] By: jhi                                   on 2003/06/13  14:36:18
48306         Log: Subject: [PATCH] Re: [perl #18849] fork/system bug on FreeBSD
48307              From: alan <alan@pair.com>
48308              Date: Wed, 11 Jun 2003 14:07:00 -0400 (EDT)
48309              Message-ID: <Pine.BSF.4.30.0306111348450.32145-100000@smx.pair.com>
48310
48311              (the first alternative)
48312      Branch: perl
48313            ! util.c
48314 ____________________________________________________________________________
48315 [ 19764] By: jhi                                   on 2003/06/13  14:33:51
48316         Log: Apparently the __APPLE__ cpp symbol is not Officially Sanctioned
48317              way of detecting Darwin/Mac OS X; instead it is recommended to
48318              detect the OS at a higher level and pass the information manually
48319              down to the application, using e.g. a -Ddefinition.
48320      Branch: perl
48321            ! hints/darwin.sh perl.h x2p/util.c
48322 ____________________________________________________________________________
48323 [ 19763] By: jhi                                   on 2003/06/13  14:12:13
48324         Log: Define a cpp symbol, BSDish, if that looks appropriate.
48325      Branch: perl
48326            ! perl.h
48327 ____________________________________________________________________________
48328 [ 19760] By: jhi                                   on 2003/06/13  12:00:06
48329         Log: Even more tweakage on symbol scanning from Alan Burlison.
48330      Branch: perl
48331            ! Configure
48332 ____________________________________________________________________________
48333 [ 19758] By: gbarr                                 on 2003/06/13  07:01:11
48334         Log: Sync with libnet 1.15
48335      Branch: perl
48336            ! lib/Net/ChangeLog.libnet lib/Net/FTP.pm
48337 ____________________________________________________________________________
48338 [ 19756] By: jhi                                   on 2003/06/13  05:09:17
48339         Log: The changes #8803 and #8896 that fixed JPL for use with
48340              JDK 1.2/1.3 had somehow disappeared.
48341      Branch: perl
48342            ! perl.c perl.h
48343 ____________________________________________________________________________
48344 [ 19752] By: rgs                                   on 2003/06/12  20:49:25
48345         Log: Add a new warning, "Newline in left-justified string for printf/sprintf"
48346              to be issued if the string to be left-justified by s?printf contains
48347              a newline.
48348
48349              Subject: [PATCH] RE: [perl #22599] Strange behaviour when combining foreac h and printf
48350              From: Robin Barker <Robin.Barker@npl.co.uk>
48351              Date: Wed, 11 Jun 2003 18:10:14 +0100
48352              Message-ID: <533D273D4014D411AB1D00062938C4D904046571@hotel.npl.co.uk>
48353      Branch: perl
48354            ! pod/perldiag.pod sv.c t/lib/warnings/sv
48355 ____________________________________________________________________________
48356 [ 19751] By: rgs                                   on 2003/06/12  20:25:41
48357         Log: Patch for a warning emitted twice, from :
48358              Subject: [PATCH: perl@19733] "perldoc -f -X" + "extra warning from -T"
48359              From: Steve Grazzini <grazz@pobox.com>
48360              Date: Wed, 11 Jun 2003 00:46:47 -0400
48361              Message-ID: <20030611044647.GA16696@grazzini.net>
48362      Branch: perl
48363            ! pp_sys.c
48364 ____________________________________________________________________________
48365 [ 19750] By: sky                                   on 2003/06/12  15:03:55
48366         Log: In free we want to destroy, not init, thanks to Tim Bunce for
48367              detecting this. Should hopefully fix memory leak on Tru64
48368      Branch: perl
48369            ! ext/threads/shared/shared.xs
48370 ____________________________________________________________________________
48371 [ 19749] By: jhi                                   on 2003/06/12  13:27:44
48372         Log: More perlio ->Open paranoia.  Set errno to EINVAL if there's
48373              no ->Open, not if ->Open returns NULL.
48374      Branch: perl
48375            ! perlio.c
48376 ____________________________________________________________________________
48377 [ 19748] By: jhi                                   on 2003/06/12  11:32:44
48378         Log: Further perlio doc tweaks.
48379      Branch: perl
48380            ! lib/PerlIO.pm pod/perlrun.pod
48381 ____________________________________________________________________________
48382 [ 19747] By: jhi                                   on 2003/06/12  11:25:19
48383         Log: Slightly amended version of the proposed patch for
48384              "[perl #22390] export PERLIO=bytes segfaults";
48385              the amendment is to set errno.
48386              TODO: we really should not get here if the layer
48387              stack is corrupt or non-sensical (like "bytes").
48388      Branch: perl
48389            ! perlio.c
48390 ____________________________________________________________________________
48391 [ 19746] By: sky                                   on 2003/06/12  08:37:39
48392         Log: Be polite and destroy the mutexes and conditions we use!
48393      Branch: perl
48394            ! ext/threads/shared/shared.xs
48395 ____________________________________________________________________________
48396 [ 19744] By: rgs                                   on 2003/06/11  20:49:04
48397         Log: Subject: Re: [PATCH] Annoyingly unhelpful messages from lib/File/Temp/t/security.t
48398              From: Andy Dougherty <doughera@lafayette.edu>
48399              Date: Wed, 11 Jun 2003 12:57:58 -0400 (EDT)
48400              Message-ID: <Pine.SOL.4.53.0306111252540.19074@maxwell.phys.lafayette.edu>
48401      Branch: perl
48402            ! lib/File/Temp/t/security.t
48403 ____________________________________________________________________________
48404 [ 19742] By: jhi                                   on 2003/06/11  18:28:12
48405         Log: Subject: [PATCH] Configure -Dnoextensions would not accept a list
48406              From: Andy Dougherty <doughera@lafayette.edu>
48407              Date: Wed, 11 Jun 2003 13:35:26 -0400 (EDT)
48408              Message-ID: <Pine.SOL.4.53.0306111331550.2477@maxwell.phys.lafayette.edu>
48409      Branch: perl
48410            ! Configure
48411 ____________________________________________________________________________
48412 [ 19741] By: merijn                                on 2003/06/11  14:06:49
48413         Log: Subject: [PATCH: perl@19733] fix vmsish.t #25 by letting $0 find itself in the face of chdir() calls
48414              From: PPrymmer@factset.com
48415              Date: Wed, 11 Jun 2003 09:00:34 -0400
48416              Message-ID: <OF2535E971.A30D9C74-ON85256D42.00461FF9-85256D42.004776C4@factset.com>
48417      Branch: perl
48418            ! lib/vmsish.t
48419 ____________________________________________________________________________
48420 [ 19740] By: jhi                                   on 2003/06/11  13:29:59
48421         Log: Doc nit.
48422      Branch: perl
48423            ! INSTALL
48424 ____________________________________________________________________________
48425 [ 19739] By: jhi                                   on 2003/06/11  05:30:53
48426         Log: Integrate from maint:
48427              [ 19738]
48428              Subject: Re: [PATCH: maint @ 19733] CL compiler warnings on MSWin32
48429              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
48430              Date: Tue, 10 Jun 2003 22:10:47 +0200
48431              Message-ID: <011701c32f8c$62d85ee0$0c2f1fac@R2D2>
48432      Branch: perl
48433           !> ext/Encode/encengine.c ext/List/Util/Util.xs
48434           !> ext/POSIX/POSIX.xs ext/Storable/Storable.xs
48435           !> ext/Thread/Thread.xs ext/threads/threads.xs op.c perl.c pp.h
48436           !> sv.c
48437 ____________________________________________________________________________
48438 [ 19735] By: jhi                                   on 2003/06/10  05:27:33
48439         Log: Upgrade to Unicode::Normalize 0.22.
48440      Branch: perl
48441            ! ext/Unicode/Normalize/Changes
48442            ! ext/Unicode/Normalize/Makefile.PL
48443            ! ext/Unicode/Normalize/Normalize.pm
48444            ! ext/Unicode/Normalize/Normalize.xs
48445            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
48446            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
48447            ! ext/Unicode/Normalize/t/test.t
48448 ____________________________________________________________________________
48449 [ 19734] By: jhi                                   on 2003/06/10  05:14:18
48450         Log: Upgrade to Unicode::Collate 0.25.
48451      Branch: perl
48452            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
48453            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/index.t
48454            ! lib/Unicode/Collate/t/test.t
48455 ____________________________________________________________________________
48456 [ 19731] By: jhi                                   on 2003/06/09  20:48:14
48457         Log: On a real multicpu box the child thread could still be running
48458              when the parent thread was already testing.
48459      Branch: perl
48460            ! ext/threads/shared/t/hv_refs.t
48461 ____________________________________________________________________________
48462 [ 19730] By: rgs                                   on 2003/06/09  19:56:29
48463         Log: Subject: [PATCH] Annoyingly unhelpful messages from lib/File/Temp/t/security.t
48464              From: Andy Dougherty <doughera@lafayette.edu>
48465              Date: Mon, 9 Jun 2003 14:45:38 -0400 (EDT)
48466              Message-ID: <Pine.SOL.4.53.0306091323300.4467@maxwell.phys.lafayette.edu>
48467      Branch: perl
48468            ! INSTALL
48469 ____________________________________________________________________________
48470 [ 19729] By: rgs                                   on 2003/06/09  19:13:16
48471         Log: Subject: [PATCH] Re: nitpick with \(0..2)
48472              From: Steve Grazzini <grazz@pobox.com>
48473              Date: Fri, 6 Jun 2003 01:42:59 -0400
48474              Message-ID: <20030606054259.GA30249@grazzini.net>
48475      Branch: perl
48476            ! op.c pod/perlop.pod t/op/ref.t
48477 ____________________________________________________________________________
48478 [ 19726] By: jhi                                   on 2003/06/09  18:45:00
48479         Log: Possible fix for the problems in EBCDIC from Sadahiro Tomoyuki.
48480      Branch: perl
48481            ! ext/Unicode/Normalize/Normalize.pm
48482 ____________________________________________________________________________
48483 [ 19725] By: rgs                                   on 2003/06/09  18:33:50
48484         Log: In the debugger, flush stdout/stderr before the prompt is printed
48485              Subject: Re: [PATCH] Perlbug #15228
48486              From: Alex Vandiver <alexmv@MIT.EDU>
48487              Date: 04 Jun 2003 04:50:10 -0400
48488              Message-Id: <1054716610.21402.45.camel@supox>
48489      Branch: perl
48490            ! lib/perl5db.pl
48491 ____________________________________________________________________________
48492 [ 19724] By: gsar                                  on 2003/06/09  18:17:42
48493         Log: mark 450_service.t#18 as a todo test on windows
48494      Branch: perl
48495            ! lib/Net/Ping/t/450_service.t
48496 ____________________________________________________________________________
48497 [ 19723] By: gsar                                  on 2003/06/09  18:00:57
48498         Log: one of the Net::Ping time-dependent tests fails sporadically
48499              when the response from localhost is "too quick"
48500      Branch: perl
48501            ! lib/Net/Ping/t/250_ping_hires.t
48502 ____________________________________________________________________________
48503 [ 19721] By: jhi                                   on 2003/06/09  17:04:50
48504         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.10_06 (plus FAQ update)
48505              From: Michael G Schwern <schwern@pobox.com>
48506              Date: Sat, 7 Jun 2003 01:16:32 -0700
48507              Message-ID: <20030607081632.GA16228@windhund.schwern.org>
48508      Branch: perl
48509            ! lib/ExtUtils/Changes lib/ExtUtils/META.yml
48510            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MakeMaker/FAQ.pod
48511            ! lib/ExtUtils/t/Liblist.t
48512 ____________________________________________________________________________
48513 [ 19720] By: gsar                                  on 2003/06/09  15:59:52
48514         Log: fix for perlio.t failures on windows (from Dan Kogai)
48515      Branch: perl
48516            ! ext/Encode/t/perlio.t
48517 ____________________________________________________________________________
48518 [ 19719] By: jhi                                   on 2003/06/09  15:28:18
48519         Log: Subject: [PATCH: perl@19683] fix ups for perlivp on VMS plus more symbols for utils
48520              From: PPrymmer@factset.com
48521              Date: Mon, 9 Jun 2003 09:57:43 -0400
48522              Message-ID: <OFBA811434.A612F1C0-ON85256D40.004B5ECC-85256D40.004CB24D@factset.com>
48523      Branch: perl
48524            ! configure.com utils/perlivp.PL
48525 ____________________________________________________________________________
48526 [ 19717] By: gsar                                  on 2003/06/09  14:09:55
48527         Log: windows: fix memory leak in %ENV handling (shows up as a
48528              leak even in the simplest fork() loop, because perl_construct()
48529              now does the equivalent of %ENV assignments using mg_set())
48530      Branch: perl
48531            ! win32/perlhost.h
48532 ____________________________________________________________________________
48533 [ 19715] By: sky                                   on 2003/06/09  09:35:47
48534         Log: Support blessed shared references.
48535      Branch: perl
48536            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
48537            ! ext/threads/shared/t/hv_refs.t
48538 ____________________________________________________________________________
48539 [ 19714] By: jhi                                   on 2003/06/09  04:29:04
48540         Log: Subject: [PATCH] pack.t tweak for non-IEEE VMS systems
48541              From: "Craig A. Berry" <craigberry@mac.com>
48542              Date: Sun, 08 Jun 2003 16:49:43 -0500
48543              Message-ID: <3EE3AF77.7060302@mac.com>
48544      Branch: perl
48545            ! t/op/pack.t
48546 ____________________________________________________________________________
48547 [ 19712] By: jhi                                   on 2003/06/08  17:05:59
48548         Log: Subject: Re: forwarded you a test result
48549              From: Dan Kogai <dankogai@dan.co.jp>
48550              Date: Sun, 8 Jun 2003 11:04:43 +0900
48551              Message-Id: <92344ED4-9955-11D7-8DFA-000393AE4244@dan.co.jp>
48552      Branch: perl
48553            ! ext/Encode/t/Encode.t
48554 ____________________________________________________________________________
48555 [ 19710] By: jhi                                   on 2003/06/08  17:03:07
48556         Log: Regen Configure et al.
48557      Branch: perl
48558            ! Configure Porting/config.sh Porting/config_H
48559 ____________________________________________________________________________
48560 [ 19709] By: jhi                                   on 2003/06/08  16:45:50
48561         Log: More symbol scan logic from Alan Burlison.
48562      Branch: perl
48563            ! Configure Porting/Glossary hints/solaris_2.sh
48564 ____________________________________________________________________________
48565 [ 19708] By: sky                                   on 2003/06/07  13:28:50
48566         Log: Major (internal) change to make it much more easy to embed
48567              threaded perl because we don't use our own TLS for the current
48568              thread info, but instead use PL_modglobal. Should make the
48569              mod_perl2 team (Hi Stas!) happy. Should also be more robust.
48570      Branch: perl
48571            ! ext/threads/threads.xs
48572 ____________________________________________________________________________
48573 [ 19707] By: sky                                   on 2003/06/07  13:27:01
48574         Log: Last patch broke this slightly because INC was wrong.
48575      Branch: perl
48576            ! ext/threads/t/thread.t
48577 ____________________________________________________________________________
48578 [ 19706] By: sky                                   on 2003/06/07  13:07:53
48579         Log: Remove warnings from tests.
48580      Branch: perl
48581            ! ext/threads/t/basic.t ext/threads/t/end.t ext/threads/t/join.t
48582            ! ext/threads/t/list.t
48583 ____________________________________________________________________________
48584 [ 19705] By: sky                                   on 2003/06/07  12:42:28
48585         Log: Work in non core env.
48586      Branch: perl
48587            ! ext/threads/t/basic.t ext/threads/t/end.t ext/threads/t/join.t
48588            ! ext/threads/t/libc.t ext/threads/t/list.t
48589            ! ext/threads/t/problems.t ext/threads/t/stress_cv.t
48590            ! ext/threads/t/stress_re.t ext/threads/t/stress_string.t
48591            ! ext/threads/t/thread.t
48592 ____________________________________________________________________________
48593 [ 19703] By: jhi                                   on 2003/06/07  05:11:50
48594         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.10_04 -> 6.10_05
48595              From: Michael G Schwern <schwern@pobox.com>
48596              Date: Fri, 6 Jun 2003 18:41:45 -0700
48597              Message-ID: <20030607014145.GB12031@windhund.schwern.org>
48598      Branch: perl
48599            ! lib/ExtUtils/Changes lib/ExtUtils/Install.pm
48600            ! lib/ExtUtils/Liblist/Kid.pm lib/ExtUtils/META.yml
48601            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
48602            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
48603            ! lib/ExtUtils/TODO lib/ExtUtils/t/00compile.t
48604            ! lib/ExtUtils/t/Install.t lib/ExtUtils/t/basic.t
48605            ! lib/ExtUtils/t/zz_cleanup_dummy.t
48606 ____________________________________________________________________________
48607 [ 19702] By: rgs                                   on 2003/06/06  23:00:00
48608         Log: Upgrade to Time::Local 1.06, by Dave Rolsky
48609      Branch: perl
48610            ! lib/Time/Local.pm lib/Time/Local.t
48611 ____________________________________________________________________________
48612 [ 19701] By: rgs                                   on 2003/06/06  22:50:37
48613         Log: Complement to change #19698 :
48614              add also this information (=> and curly braces doesn't
48615              quote compound identifiers) to the strict manpage.
48616              As an experiment in documentation, add a "HISTORY" section
48617              to the strict manpage.
48618      Branch: perl
48619            ! lib/strict.pm
48620 ____________________________________________________________________________
48621 [ 19700] By: rgs                                   on 2003/06/06  22:31:50
48622         Log: Minor grammatical nit.
48623      Branch: perl
48624            ! README.hpux
48625 ____________________________________________________________________________
48626 [ 19699] By: rgs                                   on 2003/06/06  22:29:38
48627         Log: Subject: [patch] L<perlguts/"API LISTING"> is now L<perlapi>
48628              From: Stas Bekman <stas@stason.org>
48629              Date: Thu, 05 Jun 2003 10:10:36 +1000
48630              Message-ID: <3EDE8A7C.2080302@stason.org>
48631
48632              Subject: [patch] perlguts authors dup
48633              From: Stas Bekman <stas@stason.org>
48634              Date: Thu, 05 Jun 2003 10:14:12 +1000
48635              Message-ID: <3EDE8B54.6090808@stason.org>
48636      Branch: perl
48637            ! pod/perl5005delta.pod pod/perlguts.pod pod/perlxs.pod
48638 ____________________________________________________________________________
48639 [ 19698] By: rgs                                   on 2003/06/06  22:23:56
48640         Log: Clarify that => doesn't quote compound identifiers.
48641      Branch: perl
48642            ! pod/perldata.pod
48643 ____________________________________________________________________________
48644 [ 19696] By: merijn                                on 2003/06/06  12:21:43
48645         Log: Perl *is* 100% 64bit compliant on HP-UX 11.00 and up (as long
48646              as the compiler supports it)
48647      Branch: perl
48648            ! README.hpux
48649 ____________________________________________________________________________
48650 [ 19695] By: jhi                                   on 2003/06/05  18:50:51
48651         Log: Subject: [PATCH] Re: SPUG:-s option doesn't always work!
48652              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
48653              Date: Wed, 04 Jun 2003 00:08:32 -0700
48654              Message-ID: <wrZ3+gzkg2iX092yn@efn.org>
48655      Branch: perl
48656            ! t/run/switches.t toke.c
48657 ____________________________________________________________________________
48658 [ 19694] By: jhi                                   on 2003/06/05  18:37:02
48659         Log: Subject: [PATCH] RE: maint @ 19683
48660              From: Robin Barker <Robin.Barker@npl.co.uk>
48661              Date: Thu, 5 Jun 2003 17:16:58 +0100
48662              Message-ID: <533D273D4014D411AB1D00062938C4D904046564@hotel.npl.co.uk>
48663
48664              (skipped the MIME::Base64 part, leaving that to Gisle)
48665      Branch: perl
48666            ! ext/POSIX/POSIX.xs gv.c op.c perl.c perl.h
48667 ____________________________________________________________________________
48668 [ 19693] By: jhi                                   on 2003/06/05  17:26:04
48669         Log: SKIP label was missing.
48670      Branch: perl
48671            ! t/io/utf8.t
48672 ____________________________________________________________________________
48673 [ 19692] By: jhi                                   on 2003/06/05  16:58:23
48674         Log: z/OS makedepend fix from Peter Prymmer;
48675              still needed as reported by Brian De Pradine.
48676      Branch: perl
48677            ! makedepend.SH
48678 ____________________________________________________________________________
48679 [ 19691] By: jhi                                   on 2003/06/05  16:56:01
48680         Log: Even more getspecific patches from Brian De Pradine;
48681              macrofy the construct.
48682      Branch: perl
48683            ! ext/threads/threads.xs
48684 ____________________________________________________________________________
48685 [ 19690] By: jhi                                   on 2003/06/05  16:19:40
48686         Log: z/OS threads tweak from Brian De Pradine.
48687      Branch: perl
48688            ! ext/threads/threads.xs
48689 ____________________________________________________________________________
48690 [ 19689] By: jhi                                   on 2003/06/05  05:43:31
48691         Log: Upgrade to Time::HiRes 1.48.
48692      Branch: perl
48693            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
48694 ____________________________________________________________________________
48695 [ 19688] By: rgs                                   on 2003/06/04  18:53:48
48696         Log: Prevent a potential null pointer dereference.
48697              Noticed by Ryan Koga <rkoga@caida.org> in
48698              Message-ID: <Pine.BSF.4.44.0306031659090.1489-100000@login.caida.org>
48699      Branch: perl
48700            ! perlio.c
48701 ____________________________________________________________________________
48702 [ 19687] By: jhi                                   on 2003/06/04  18:26:08
48703         Log: Subject: Re: [MacOS X] consider useshrplib='false' by default
48704              From: Andy Dougherty <doughera@lafayette.edu>
48705              Date: Wed, 4 Jun 2003 11:33:29 -0400 (EDT)
48706              Message-ID: <Pine.SOL.4.53.0306041128350.15343@maxwell.phys.lafayette.edu>
48707      Branch: perl
48708            ! hints/darwin.sh
48709 ____________________________________________________________________________
48710 [ 19686] By: jhi                                   on 2003/06/04  11:02:54
48711         Log: On closer reading the proposed UTS#18 update required
48712              even more changes.
48713      Branch: perl
48714            ! lib/unicore/lib/Blank.pl lib/unicore/lib/Graph.pl
48715            ! lib/unicore/lib/Print.pl lib/unicore/lib/Space.pl
48716            ! lib/unicore/lib/SpacePer.pl lib/unicore/lib/Word.pl
48717            ! lib/unicore/mktables
48718 ____________________________________________________________________________
48719 [ 19685] By: jhi                                   on 2003/06/04  10:14:09
48720         Log: Align the 'graph' property definition with the proposed
48721              Unicode UTS #18 update (v7).
48722      Branch: perl
48723            ! lib/unicore/lib/Graph.pl lib/unicore/mktables
48724 ____________________________________________________________________________
48725 [ 19681] By: jhi                                   on 2003/06/04  05:16:38
48726         Log: Subject: [MacOS X] consider useshrplib='false' by default
48727              From: Dan Kogai <dankogai@dan.co.jp>
48728              Date: Wed, 4 Jun 2003 01:29:42 +0900
48729              Message-Id: <94213618-95E0-11D7-8A27-000393AE4244@dan.co.jp>
48730      Branch: perl
48731            ! hints/darwin.sh
48732 ____________________________________________________________________________
48733 [ 19679] By: jhi                                   on 2003/06/03  15:51:36
48734         Log: Urk.  Joe's patches were for the maint branch,
48735              not for the blead (which has assertions and stuff).
48736              Retract #19677, #19676, #19674.
48737      Branch: perl
48738            ! lib/perl5db.pl
48739 ____________________________________________________________________________
48740 [ 19678] By: jhi                                   on 2003/06/03  15:05:19
48741         Log: According to Arthur this should help
48742              #22060 Perl 5.8.0 on FreeBSD 5.0 threads (threads->list) possible bug
48743      Branch: perl
48744            ! ext/threads/threads.xs
48745 ____________________________________________________________________________
48746 [ 19677] By: jhi                                   on 2003/06/03  14:07:06
48747         Log: Tiny tweaks from Joe McMahon.
48748      Branch: perl
48749            ! lib/perl5db.pl
48750 ____________________________________________________________________________
48751 [ 19676] By: jhi                                   on 2003/06/03  12:38:46
48752         Log: Tiny pod and speling tweaks.
48753      Branch: perl
48754            ! lib/perl5db.pl
48755 ____________________________________________________________________________
48756 [ 19674] By: jhi                                   on 2003/06/03  12:20:59
48757         Log: Subject: Extensive documentation patch redux
48758              From: Joe McMahon <mcmahon@ibiblio.org>
48759              Date: Mon, 2 Jun 2003 09:53:40 -0400
48760              Message-Id: <9DB6529E-9501-11D7-9377-000393BCA0FC@ibiblio.org>
48761
48762              Subject: RE: [PATCH] RE: Extensive documentation patch redux
48763              From: Robin Barker <Robin.Barker@npl.co.uk>
48764              Date: Tue, 3 Jun 2003 10:00:22 +0100
48765              Message-ID: <533D273D4014D411AB1D00062938C4D904046555@hotel.npl.co.uk>
48766      Branch: perl
48767            ! lib/perl5db.pl
48768 ____________________________________________________________________________
48769 [ 19673] By: jhi                                   on 2003/06/03  09:51:59
48770         Log: Salvage parts of #19667.
48771      Branch: perl
48772            ! perlio.c win32/win32.c win32/win32iop.h
48773 ____________________________________________________________________________
48774 [ 19672] By: jhi                                   on 2003/06/03  09:26:45
48775         Log: Salvage parts of #19418 (the ext/PerlIO/t/open.t
48776              still is there).
48777      Branch: perl
48778            ! MANIFEST pod/perlfunc.pod
48779 ____________________________________________________________________________
48780 [ 19671] By: merijn                                on 2003/06/03  08:27:07
48781         Log: Subject: Re: [PATCH] perl.h, README.cygwin: Cygwin O_TEXT <> O_BINARY issue
48782              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
48783              Date: Tue, 03 Jun 2003 01:55:06 -0700
48784              Message-ID: <qJG3+gzkgajL092yn@efn.org>
48785      Branch: perl
48786            ! README.cygwin
48787 ____________________________________________________________________________
48788 [ 19670] By: jhi                                   on 2003/06/03  08:04:39
48789         Log: Retract #19667, #19660, #19659, #19658, #19657, #19656,
48790              #19655, #19418; File::Temp no more used internally.
48791              Some parts of these will be salvaged later.
48792      Branch: perl
48793            ! MANIFEST embed.fnc embed.h op.c perlio.c pod/perlfunc.pod
48794            ! proto.h win32/win32.c win32/win32iop.h
48795 ____________________________________________________________________________
48796 [ 19669] By: gsar                                  on 2003/06/02  20:59:39
48797         Log: fix for 09_gen_rs.t#59 failure on windows
48798      Branch: perl
48799            ! lib/Tie/File/t/09_gen_rs.t
48800 ____________________________________________________________________________
48801 [ 19668] By: gsar                                  on 2003/06/02  20:40:19
48802         Log: resurrect change#19628 and make it work by generalizing
48803              a spot that had a hardcoded dependency on the cmd.exe
48804              arguments being "/x/c" or "/c"
48805      Branch: perl
48806            ! pod/perlrun.pod win32/win32.c
48807 ____________________________________________________________________________
48808 [ 19667] By: gsar                                  on 2003/06/02  18:44:34
48809         Log: don't use File::Temp to implement PerlIO_tmpfile() on windows;
48810              reuse the straightforward native implementation instead
48811
48812              this fixes the warning from io_xs.t
48813
48814              NOTE: File::Temp has a less-than-robust implementation on windows
48815              that relies on END blocks being run (this may not happen always)
48816      Branch: perl
48817            ! op.c win32/win32.c win32/win32iop.h
48818 ____________________________________________________________________________
48819 [ 19666] By: gsar                                  on 2003/06/02  18:29:46
48820         Log: change#19628 broke many win32/system.t tests, so back it out
48821      Branch: perl
48822            ! pod/perlrun.pod win32/win32.c
48823 ____________________________________________________________________________
48824 [ 19665] By: rgs                                   on 2003/06/02  18:22:06
48825         Log: A little bit more of weird-code-proofing in B::Deparse.
48826              Fixes a bug reported by Alexey Tourbin in
48827              Message-ID: <20030602085348.GA24023@solemn.turbinal.org>
48828      Branch: perl
48829            ! ext/B/B/Deparse.pm
48830 ____________________________________________________________________________
48831 [ 19664] By: jhi                                   on 2003/06/02  16:41:37
48832         Log: Upgrade to the CGI.pm 2.93.
48833
48834              (Lincoln keeps ripping out the BEGIN/PERL_CORE blocks.  Sigh.)
48835      Branch: perl
48836            + lib/CGI/t/util-58.t
48837            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
48838            ! lib/CGI/Fast.pm lib/CGI/Pretty.pm lib/CGI/Util.pm
48839            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
48840            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
48841            ! lib/CGI/t/html.t lib/CGI/t/push.t lib/CGI/t/request.t
48842            ! lib/CGI/t/switch.t lib/CGI/t/util.t
48843 ____________________________________________________________________________
48844 [ 19663] By: jhi                                   on 2003/06/02  16:16:51
48845         Log: Whitespace tweaks.
48846      Branch: perl
48847            ! hints/uwin.sh
48848 ____________________________________________________________________________
48849 [ 19662] By: jhi                                   on 2003/06/02  16:08:22
48850         Log: U/WIN: final (for now) touches from John P. Linderman;
48851              now we get 97% success rate, the remaining failures are
48852              quite obscure.
48853      Branch: perl
48854            ! hints/uwin.sh lib/locale.t
48855 ____________________________________________________________________________
48856 [ 19661] By: gbarr                                 on 2003/06/02  12:13:35
48857         Log: Sync with libnet 1.14
48858      Branch: perl
48859            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Domain.pm
48860            ! lib/Net/FTP.pm lib/Net/FTP/A.pm lib/Net/NNTP.pm
48861            ! lib/Net/POP3.pm lib/Net/README.libnet lib/Net/SMTP.pm
48862            ! lib/Net/libnetFAQ.pod lib/Net/t/hostname.t
48863 ____________________________________________________________________________
48864 [ 19660] By: jhi                                   on 2003/06/02  09:28:30
48865         Log: Beautification.
48866      Branch: perl
48867            ! op.c
48868 ____________________________________________________________________________
48869 [ 19659] By: jhi                                   on 2003/06/02  09:07:38
48870         Log: Duplicate definition bad.
48871      Branch: perl
48872            ! op.c
48873 ____________________________________________________________________________
48874 [ 19658] By: jhi                                   on 2003/06/02  09:02:18
48875         Log: I thought I tried building threaded.  Never think.  Try.
48876      Branch: perl
48877            ! perlio.c
48878 ____________________________________________________________________________
48879 [ 19657] By: jhi                                   on 2003/06/02  08:54:04
48880         Log: Stick with the original (5.8.0) logic.
48881      Branch: perl
48882            ! op.c
48883 ____________________________________________________________________________
48884 [ 19656] By: jhi                                   on 2003/06/02  08:28:51
48885         Log: Since pulling in File::Temp for tempfiles would pull in
48886              also Fcntl, miniperl could not open up tempfiles.  This broke
48887              the use of miniperl in VMS, as noticed by Craig Berry.
48888              Try to cure this by moving the creation of tempfile into its
48889              own routine, my_tmpfp(), which gets compiled differently
48890              for miniperl and perl.
48891      Branch: perl
48892            ! embed.fnc embed.h op.c perlio.c proto.h
48893 ____________________________________________________________________________
48894 [ 19655] By: jhi                                   on 2003/06/02  06:54:05
48895         Log: A pointless test, noticed by Craig Berry.
48896      Branch: perl
48897            ! perlio.c
48898 ____________________________________________________________________________
48899 [ 19654] By: rgs                                   on 2003/06/01  07:37:50
48900         Log: Two Cygwin patches from Gerrit.
48901
48902              Subject: [PATCH] perl.h, README.cygwin: Cygwin O_TEXT <> O_BINARY issue
48903              From: "Gerrit P. Haase" <gp@familiehaase.de>
48904              Date: Sat, 31 May 2003 14:12:07 +0200
48905              Message-ID: <179860591535.20030531141207@familiehaase.de>
48906
48907              Subject: [PATCH] t/io/layers.t, Cygwin != DOSISH
48908              Date: Sat, 31 May 2003 13:57:49 +0200
48909              Message-ID: <11859733881.20030531135749@familiehaase.de>
48910      Branch: perl
48911            ! README.cygwin perl.h t/io/layers.t
48912 ____________________________________________________________________________
48913 [ 19652] By: rgs                                   on 2003/05/31  19:54:31
48914         Log: Fix a case of segfault in gv_check(), by making
48915              it ignore non-GV values in stashes.
48916      Branch: perl
48917            ! gv.c t/op/stash.t
48918 ____________________________________________________________________________
48919 [ 19651] By: rgs                                   on 2003/05/31  18:48:59
48920         Log: Don't install test.pl files.
48921      Branch: perl
48922            ! installperl
48923 ____________________________________________________________________________
48924 [ 19650] By: rgs                                   on 2003/05/31  18:47:50
48925         Log: Regenerate internals pods.
48926      Branch: perl
48927            ! pod/perlapi.pod pod/perlintern.pod
48928 ____________________________________________________________________________
48929 [ 19649] By: rgs                                   on 2003/05/31  18:33:07
48930         Log: Subject: [PATCH] jumbo closure patch broke formats
48931              From: Dave Mitchell <davem@fdgroup.com>
48932              Date: Sat, 31 May 2003 19:54:48 +0100
48933              Message-ID: <20030531185448.GA6055@fdgroup.com>
48934              Plus restore the original test script for bug #22372
48935      Branch: perl
48936            ! pad.c t/op/write.t
48937 ____________________________________________________________________________
48938 [ 19648] By: jhi                                   on 2003/05/31  17:37:36
48939         Log: Better patch from Inaba Hiroto for
48940              [perl #22375] 'split'/'index' problem for utf8
48941      Branch: perl
48942            ! sv.c
48943 ____________________________________________________________________________
48944 [ 19647] By: rgs                                   on 2003/05/31  11:46:52
48945         Log: Subject: Re: [perl #22372] [PATCH] sv_chop() broken
48946              From: Enache Adrian <enache@rdslink.ro>
48947              Date: Sat, 31 May 2003 14:18:11 +0300
48948              Message-ID: <20030531111811.GA1240@ratsnest.hole>
48949      Branch: perl
48950            ! t/op/write.t
48951 ____________________________________________________________________________
48952 [ 19646] By: jhi                                   on 2003/05/31  05:40:15
48953         Log: Interesting patch(1) glitch.
48954      Branch: perl
48955            ! lib/Tie/File.pm
48956 ____________________________________________________________________________
48957 [ 19645] By: jhi                                   on 2003/05/31  05:37:10
48958         Log: Subject: Re: [perl #22372] [PATCH] sv_chop() broken
48959              From: Enache Adrian <enache@rdslink.ro>
48960              Date: Fri, 30 May 2003 18:52:28 +0300
48961              Message-ID: <20030530155228.GA872@ratsnest.hole>
48962      Branch: perl
48963            ! sv.c t/op/write.t
48964 ____________________________________________________________________________
48965 [ 19644] By: jhi                                   on 2003/05/31  05:31:11
48966         Log: Subject: [PATCH] ext/Encode/t/perlio.t filename tweak
48967              From: "Craig A. Berry" <craigberry@mac.com>
48968              Date: Fri, 30 May 2003 13:08:01 -0500
48969              Message-ID: <3ED79E01.8050401@mac.com>
48970      Branch: perl
48971            ! ext/Encode/t/perlio.t
48972 ____________________________________________________________________________
48973 [ 19643] By: jhi                                   on 2003/05/31  05:28:56
48974         Log: Upgrade to Tie::File 0.96.
48975      Branch: perl
48976            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
48977            ! lib/Tie/File/t/09_gen_rs.t
48978 ____________________________________________________________________________
48979 [ 19642] By: jhi                                   on 2003/05/30  19:06:02
48980         Log: test.pl-isation.
48981      Branch: perl
48982            ! t/op/index.t
48983 ____________________________________________________________________________
48984 [ 19641] By: jhi                                   on 2003/05/30  15:59:57
48985         Log: A bit of networking notworking negativity.
48986              (Inspiration from Jos.)
48987      Branch: perl
48988            ! pod/perlport.pod
48989 ____________________________________________________________________________
48990 [ 19640] By: jhi                                   on 2003/05/30  05:47:15
48991         Log: Fix for "#22375 'split'/'index' problem for utf8".
48992      Branch: perl
48993            ! sv.c t/op/index.t
48994 ____________________________________________________________________________
48995 [ 19639] By: jhi                                   on 2003/05/29  19:07:35
48996         Log: Add the test case for the already fixed
48997              [perl #22351] perl bug with 'e' substitution modifier
48998      Branch: perl
48999            ! t/op/subst.t
49000 ____________________________________________________________________________
49001 [ 19638] By: jhi                                   on 2003/05/29  18:56:46
49002         Log: Comment tweakage.
49003      Branch: perl
49004            ! intrpvar.h
49005 ____________________________________________________________________________
49006 [ 19637] By: rgs                                   on 2003/05/29  18:47:40
49007         Log: Subject: [PATCH] jumbo closure fix
49008              From: Dave Mitchell <davem@fdgroup.com>
49009              Date: Wed, 26 Feb 2003 14:49:47 +0000
49010              Message-ID: <20030226144947.A14444@fdgroup.com>
49011      Branch: perl
49012            ! embed.fnc embed.h embedvar.h ext/Devel/Peek/Peek.t intrpvar.h
49013            ! op.c pad.c perlapi.h pod/perldiag.pod pod/perlintern.pod
49014            ! pod/perlref.pod proto.h regcomp.c t/lib/warnings/pad
49015            ! t/op/closure.t
49016 ____________________________________________________________________________
49017 [ 19635] By: jhi                                   on 2003/05/29  09:13:06
49018         Log: Subject: Credits patch
49019              From: Ed Avis <ed@membled.com>
49020              Date: Sun, 18 May 2003 18:08:55 +0100 (BST)
49021              Message-ID: <Pine.LNX.4.20L2.0305181807080.10859-100000@budvar.future-i.net>
49022      Branch: perl
49023            ! lib/Tie/RefHash.pm
49024 ____________________________________________________________________________
49025 [ 19634] By: jhi                                   on 2003/05/29  09:11:30
49026         Log: Subject: [patch] IO::File->open() with encoding
49027              From: Pradeep Hodigere <phodigere@yahoo.com>
49028              Date: Mon, 19 May 2003 16:05:47 -0700 (PDT)
49029              Message-ID: <20030519230547.39731.qmail@web12302.mail.yahoo.com>
49030      Branch: perl
49031            + ext/IO/lib/IO/t/io_utf8.t
49032            ! MANIFEST ext/IO/lib/IO/File.pm
49033 ____________________________________________________________________________
49034 [ 19633] By: jhi                                   on 2003/05/29  08:18:09
49035         Log: A *much* cut-down version of the patches in the thread
49036              Subject: [perl #22224] 2 patches to perldiag.pod; for POSIX and Win32 errors
49037              From: Jim Cromie (via RT) <perlbug-followup@perl.org>
49038              Date: 16 May 2003 19:04:28 -0000
49039              Message-Id: <rt-22224-57743.7.22990607358@bugs6.perl.org>
49040      Branch: perl
49041            ! pod/perldiag.pod
49042 ____________________________________________________________________________
49043 [ 19632] By: jhi                                   on 2003/05/29  08:12:46
49044         Log: Subject: [PATCH] $x = $empty_hash{$undef_val} doesn't give a warning
49045              From: Dave Mitchell <davem@fdgroup.com>
49046              Date: Tue, 27 May 2003 19:31:10 +0100
49047              Message-ID: <20030527183110.GA22715@fdgroup.com>
49048      Branch: perl
49049            ! hv.c
49050 ____________________________________________________________________________
49051 [ 19631] By: jhi                                   on 2003/05/29  08:11:42
49052         Log: Document that setvbuf() is not probably any more available.
49053              Many reports, most recently by mjd in
49054              [perl #22339] IO::Handle::setvbuf not defined properly
49055      Branch: perl
49056            ! ext/IO/lib/IO/Handle.pm
49057 ____________________________________________________________________________
49058 [ 19630] By: jhi                                   on 2003/05/29  07:59:51
49059         Log: Subject: typo in pod/perlfunc.pod
49060              From: Alexey Mahotkin <alexm@w-m.ru>
49061              Date: Wed, 28 May 2003 15:18:04 +0400
49062              Message-ID: <878ysrs4k3.fsf@dim.w-m.ru>
49063      Branch: perl
49064            ! pod/perlfunc.pod
49065 ____________________________________________________________________________
49066 [ 19629] By: merijn                                on 2003/05/28  12:24:42
49067         Log: Subject: [PATCH] Re: a2p is linked against too many libraries
49068              From: Andy Dougherty <doughera@lafayette.edu>
49069              Date: Wed, 28 May 2003 09:20:06 -0400 (EDT)
49070              Message-ID: <Pine.SOL.4.53.0305280913350.27138@maxwell.phys.lafayette.edu>
49071      Branch: perl
49072            ! x2p/Makefile.SH
49073 ____________________________________________________________________________
49074 [ 19628] By: jhi                                   on 2003/05/28  05:26:43
49075         Log: Subject: [PATCH] Use "cmd.exe /x/d/c" as the default PERL5SHELL on Windows NT/2K/XP
49076              From: Jan Dubois <jand@ActiveState.com>
49077              Date: Mon, 26 May 2003 23:33:53 -0700
49078              Message-ID: <dv06dv48900iqv5hqddmbc6vt0efvto8d6@4ax.com>
49079      Branch: perl
49080            ! pod/perlrun.pod win32/win32.c
49081 ____________________________________________________________________________
49082 [ 19627] By: jhi                                   on 2003/05/28  05:08:07
49083         Log: OpenZaurus cross-compilation patches from Redvers Davies.
49084      Branch: perl
49085            ! Cross/Makefile Cross/Makefile.SH.patch Cross/README
49086            ! Cross/config.sh-arm-linux Cross/generate_config_sh
49087            ! Cross/installperl.patch
49088 ____________________________________________________________________________
49089 [ 19626] By: jhi                                   on 2003/05/27  06:30:54
49090         Log: For now reword the sysread/syswrite description to
49091              stress the fact that by default everything is still bytes.
49092      Branch: perl
49093            ! pod/perlfunc.pod
49094 ____________________________________________________________________________
49095 [ 19625] By: jhi                                   on 2003/05/26  20:31:56
49096         Log: Subject: Re: [perl #22299] goto doesn't find label
49097              From: Dave Mitchell <davem@fdgroup.com>
49098              Date: Sat, 24 May 2003 12:25:17 +0100
49099              Message-ID: <20030524112517.GA11761@fdgroup.com>
49100
49101              Subject: [PATCH] Re: [perl #22299] goto doesn't find label
49102              From: Dave Mitchell <davem@fdgroup.com>
49103              Date: Mon, 26 May 2003 13:47:11 +0100
49104              Message-ID: <20030526124710.GA17670@fdgroup.com>
49105      Branch: perl
49106            ! pp_ctl.c t/op/goto.t
49107 ____________________________________________________________________________
49108 [ 19623] By: merijn                                on 2003/05/26  11:19:38
49109         Log: Subject: [PATCH] for cygwin/perlld.in
49110              From: "Gerrit P. Haase" <gp@familiehaase.de>
49111              Date: Sat, 24 May 2003 16:51:29 +0200
49112              Message-ID: <162265353578.20030524165129@familiehaase.de>
49113      Branch: perl
49114            ! cygwin/perlld.in
49115 ____________________________________________________________________________
49116 [ 19622] By: jhi                                   on 2003/05/25  18:57:18
49117         Log: Regen modlib and toc.
49118      Branch: perl
49119            ! pod/perlmodlib.pod pod/perltoc.pod
49120 ____________________________________________________________________________
49121 [ 19621] By: jhi                                   on 2003/05/25  18:51:00
49122         Log: Run external commands only with localized sanitized $ENV{PATH}.
49123      Branch: perl
49124            ! ext/Sys/Hostname/Hostname.pm
49125 ____________________________________________________________________________
49126 [ 19620] By: jhi                                   on 2003/05/25  18:39:04
49127         Log: Subject: Re: [PATCH: perlio.h] maint snap @ 19613
49128              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
49129              Date: Sun, 25 May 2003 21:17:42 +0200
49130              Message-ID: <003701c322f2$517fb5e0$0c2f1fac@R2D2>
49131      Branch: perl
49132            ! perlio.h
49133 ____________________________________________________________________________
49134 [ 19619] By: jhi                                   on 2003/05/25  18:36:17
49135         Log: Protect against race conditions: if the pid is not seen,
49136              neither will be the $0 change be seen (and vice versa).
49137      Branch: perl
49138            ! ext/threads/t/join.t
49139 ____________________________________________________________________________
49140 [ 19618] By: jhi                                   on 2003/05/24  19:54:39
49141         Log: Subject: [Encode] Minor bug in piconv induced by Getopt::Long
49142              From: Dan Kogai <dankogai@dan.co.jp>
49143              Date: 24 May 2003 19:50:48 -0000
49144              Message-ID: <20030524195048.16052.qmail@dan-gm.gm.dan.co.jp>
49145      Branch: perl
49146            ! ext/Encode/bin/piconv
49147 ____________________________________________________________________________
49148 [ 19610] By: jhi                                   on 2003/05/24  06:42:52
49149         Log: Subject: [PATCH #2] Re: [perl #22181] goto undefines my() variables
49150              From: Dave Mitchell <davem@fdgroup.com>
49151              Date: Thu, 22 May 2003 10:13:19 +0100
49152              Message-ID: <20030522091319.GA4568@fdgroup.com>
49153
49154              Subject: Re: [PATCH #2] Re: [perl #22181] goto undefines my() variables
49155              From: Dave Mitchell <davem@fdgroup.com>
49156              Date: Fri, 23 May 2003 17:09:44 +0100
49157              Message-ID: <20030523160944.GC9194@fdgroup.com>
49158      Branch: perl
49159            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/t/debug.t
49160            ! ext/B/t/deparse.t op.c op.h t/op/goto.t t/run/switchd.t
49161 ____________________________________________________________________________
49162 [ 19608] By: jhi                                   on 2003/05/24  06:30:40
49163         Log: Missing "to".
49164      Branch: perl
49165            ! NetWare/config_H.wc Porting/config_H config_h.SH
49166            ! plan9/config.plan9 plan9/config_h.sample uconfig.h
49167            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
49168            ! win32/config_H.vc64 wince/config_H.ce
49169 ____________________________________________________________________________
49170 [ 19607] By: jhi                                   on 2003/05/24  06:23:51
49171         Log: Introduce (undefined) pthread_attr_setscope to non-Configure lands.
49172      Branch: perl
49173            ! Cross/config.sh-arm-linux NetWare/config.wc
49174            ! NetWare/config_H.wc configure.com epoc/config.sh
49175            ! plan9/config.plan9 plan9/config_h.sample
49176            ! plan9/config_sh.sample uconfig.h uconfig.sh win32/config.bc
49177            ! win32/config.gc win32/config.vc win32/config.vc64
49178            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
49179            ! win32/config_H.vc64 wince/config.ce wince/config_H.ce
49180 ____________________________________________________________________________
49181 [ 19606] By: jhi                                   on 2003/05/24  06:05:17
49182         Log: Regen Glossary et al.
49183      Branch: perl
49184            ! Porting/Glossary Porting/config.sh Porting/config_H
49185 ____________________________________________________________________________
49186 [ 19604] By: jhi                                   on 2003/05/24  05:57:49
49187         Log: Add a real scan for pthread_attr_setscope().
49188      Branch: perl
49189            ! Configure config_h.SH ext/threads/threads.xs
49190 ____________________________________________________________________________
49191 [ 19603] By: jhi                                   on 2003/05/24  05:32:34
49192         Log: lib/ftp.pl requires the obsoleted (and removed) chat2.pl.
49193      Branch: perl
49194            - lib/ftp.pl
49195            ! MANIFEST
49196 ____________________________________________________________________________
49197 [ 19602] By: jhi                                   on 2003/05/23  17:02:28
49198         Log: Noticed by John P. Linderman.
49199      Branch: perl
49200            ! epoc/epocish.h mpeix/mpeixish.h perl.h unixish.h
49201 ____________________________________________________________________________
49202 [ 19601] By: jhi                                   on 2003/05/23  16:58:04
49203         Log: Subject: [PATCH] RE: state of deparse?
49204              From: Robin Barker <Robin.Barker@npl.co.uk>
49205              Date: Fri, 23 May 2003 17:42:37 +0100
49206              Message-ID: <533D273D4014D411AB1D00062938C4D90404653E@hotel.npl.co.uk>
49207      Branch: perl
49208            ! ext/B/B/Deparse.pm
49209 ____________________________________________________________________________
49210 [ 19600] By: jhi                                   on 2003/05/23  16:55:09
49211         Log: Subject: [PATCH] for Configure -Dnoextensions=Encode
49212              From: Robin Barker <Robin.Barker@npl.co.uk>
49213              Date: Fri, 23 May 2003 17:37:09 +0100
49214              Message-ID: <533D273D4014D411AB1D00062938C4D90404653D@hotel.npl.co.uk>
49215      Branch: perl
49216            ! ext/PerlIO/t/encoding.t ext/PerlIO/t/fallback.t
49217            ! ext/Storable/t/utf8hash.t lib/open.pm lib/open.t
49218 ____________________________________________________________________________
49219 [ 19599] By: jhi                                   on 2003/05/23  16:51:18
49220         Log: Subject: [PATCH] RE: [PATCH] RE: maint snapshot @ 19525
49221              From: Robin Barker <Robin.Barker@npl.co.uk>
49222              Date: Fri, 23 May 2003 17:32:22 +0100
49223              Message-ID: <533D273D4014D411AB1D00062938C4D90404653C@hotel.npl.co.uk>
49224      Branch: perl
49225            ! embed.pl perl.h perlio.c perlio.h proto.h
49226 ____________________________________________________________________________
49227 [ 19598] By: jhi                                   on 2003/05/23  16:05:36
49228         Log: Hasty editing, grumble.
49229      Branch: perl
49230            ! ext/POSIX/POSIX.xs
49231 ____________________________________________________________________________
49232 [ 19597] By: jhi                                   on 2003/05/23  16:02:30
49233         Log: Linewrapping MUAs, grumble.
49234      Branch: perl
49235            ! ext/POSIX/POSIX.xs
49236 ____________________________________________________________________________
49237 [ 19596] By: jhi                                   on 2003/05/23  16:00:51
49238         Log: U/WIN extension fix from John P. Linderman.
49239      Branch: perl
49240            ! ext/POSIX/POSIX.xs
49241 ____________________________________________________________________________
49242 [ 19595] By: jhi                                   on 2003/05/23  14:19:53
49243         Log: Subject: Re: Stateful PerlIO implemented [Was: [perl #22261] Was: Unrecognised BOM...]
49244              From: Dan Kogai <dankogai@dan.co.jp>
49245              Date: Sat, 24 May 2003 00:15:49 +0900
49246              Message-Id: <6F7B29DA-8D31-11D7-9F95-000393AE4244@dan.co.jp>
49247      Branch: perl
49248            ! ext/Encode/Changes ext/Encode/Unicode/Unicode.xs
49249            ! ext/Encode/t/perlio.t ext/PerlIO/encoding/encoding.pm
49250 ____________________________________________________________________________
49251 [ 19594] By: jhi                                   on 2003/05/23  13:06:25
49252         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.10_03 -> 6.10_04
49253              From: Michael G Schwern <schwern@pobox.com>
49254              Date: Fri, 23 May 2003 02:10:46 -0700
49255              Message-ID: <20030523091046.GB11662@windhund.schwern.org>
49256      Branch: perl
49257            + lib/ExtUtils/META.yml lib/ExtUtils/MakeMaker/bytes.pm
49258            + lib/ExtUtils/t/bytes.t lib/ExtUtils/t/vmsish.t
49259            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Install.pm
49260            ! lib/ExtUtils/Liblist/Kid.pm lib/ExtUtils/MM_Any.pm
49261            ! lib/ExtUtils/MM_MacOS.pm lib/ExtUtils/MM_Unix.pm
49262            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
49263            ! lib/ExtUtils/MakeMaker/FAQ.pod
49264            ! lib/ExtUtils/MakeMaker/Tutorial.pod lib/ExtUtils/Manifest.pm
49265            ! lib/ExtUtils/TODO lib/ExtUtils/t/Install.t
49266            ! lib/ExtUtils/t/Manifest.t lib/ExtUtils/t/basic.t
49267 ____________________________________________________________________________
49268 [ 19593] By: jhi                                   on 2003/05/23  12:56:23
49269         Log: Subject: Stateful PerlIO implemented [Was: [perl #22261] Was: Unrecognised BOM...]
49270              From: Dan Kogai <dankogai@dan.co.jp>
49271              Date: Fri, 23 May 2003 20:17:16 +0900
49272              Message-Id: <1C123D88-8D10-11D7-B277-000393AE4244@dan.co.jp>
49273      Branch: perl
49274            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
49275            ! ext/Encode/Unicode/Unicode.pm ext/Encode/Unicode/Unicode.xs
49276            ! ext/Encode/lib/Encode/Encoding.pm
49277            ! ext/PerlIO/encoding/encoding.xs
49278 ____________________________________________________________________________
49279 [ 19592] By: jhi                                   on 2003/05/23  12:52:05
49280         Log: Workaround for buggy gcc 2.95.3 in openbsd/sparc64.
49281      Branch: perl
49282            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
49283            ! ext/Time/HiRes/HiRes.xs
49284 ____________________________________________________________________________
49285 [ 19590] By: jhi                                   on 2003/05/22  11:51:46
49286         Log: Subject: Re: [cpan #2629] Wrong assumption in numeric comparison
49287              From: Dan Kogai <dankogai@dan.co.jp>
49288              Date: Thu, 22 May 2003 18:46:40 +0900
49289              Message-Id: <49E36875-8C3A-11D7-9C91-000393AE4244@dan.co.jp>
49290      Branch: perl
49291            ! ext/Encode/encoding.pm
49292 ____________________________________________________________________________
49293 [ 19589] By: rgs                                   on 2003/05/21  21:37:28
49294         Log: Subject: [PATCH] [perl #21887] h2xs becoming enum-aware
49295              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
49296              Date: Tue, 13 May 2003 10:36:32 +0200
49297              Message-id: <20030513083631.GA21782@ethan>
49298      Branch: perl
49299            ! utils/h2xs.PL
49300 ____________________________________________________________________________
49301 [ 19588] By: rgs                                   on 2003/05/21  21:03:04
49302         Log: New warning "Useless localization of %s", based on
49303              Subject: [PATCH] new warning "Useless localization of %s is deprecated"
49304              From: Dave Mitchell <davem@fdgroup.com>
49305              Date: Wed, 30 Apr 2003 21:17:38 +0100
49306              Message-ID: <20030430201738.GA22054@fdgroup.com>
49307
49308              The proposed patch added this warning in the 'deprecated' category ;
49309              I think this category is for things that exist and will be removed,
49310              rather than for things that don't exist and that will maybe be added.
49311      Branch: perl
49312            ! op.c pod/perldiag.pod t/lib/warnings/op
49313 ____________________________________________________________________________
49314 [ 19586] By: rgs                                   on 2003/05/21  19:56:38
49315         Log: Introduce a new preprocessor symbol, PERL_DISABLE_PMC, to
49316              disable the loading of .pmc files if defined.
49317              Rename the function S_doopen_pmc to S_doopen_pm.
49318      Branch: perl
49319            ! Porting/thirdclean embed.fnc embed.h pp_ctl.c proto.h
49320 ____________________________________________________________________________
49321 [ 19585] By: jhi                                   on 2003/05/21  19:28:23
49322         Log: More U/WIN tweaks from John P. Linderman.
49323      Branch: perl
49324            ! t/io/layers.t t/io/tell.t
49325 ____________________________________________________________________________
49326 [ 19584] By: rgs                                   on 2003/05/21  19:27:13
49327         Log: Subject: [PATCH] perldata.pod revamp rev. 3
49328              From: Shlomi Fish <shlomif@vipe.technion.ac.il>
49329              Date: Wed, 14 May 2003 17:46:05 +0300 (IDT)
49330              Message-ID: <Pine.LNX.4.33L2.0305141744520.24207-200000@vipe.technion.ac.il>
49331      Branch: perl
49332            ! pod/perldata.pod
49333 ____________________________________________________________________________
49334 [ 19583] By: jhi                                   on 2003/05/21  19:18:21
49335         Log: Subject: Re: [perl #22231] <$foo> is parsed as glob(' ' . $foo) if Switch.pm is used
49336              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
49337              Date: Mon, 19 May 2003 17:53:25 -0400
49338              Message-ID: <20030519215325.GE1629175@linguist.thayer.dartmouth.edu>
49339
49340              (the bug id corrected to be #22231, not #22238)
49341      Branch: perl
49342            ! lib/Switch.pm
49343 ____________________________________________________________________________
49344 [ 19582] By: jhi                                   on 2003/05/21  14:17:14
49345         Log: MAN3PODS => {} good.  (Was in 5.8.0, has been lost at some point.)
49346      Branch: perl
49347            ! ext/MIME/Base64/Makefile.PL
49348 ____________________________________________________________________________
49349 [ 19581] By: jhi                                   on 2003/05/21  14:15:26
49350         Log: U/WIN test tweak from John P. Linderman.
49351      Branch: perl
49352            ! t/op/chdir.t
49353 ____________________________________________________________________________
49354 [ 19580] By: jhi                                   on 2003/05/21  13:06:13
49355         Log: VMS test tweak from Craig Berry.
49356      Branch: perl
49357            ! lib/DirHandle.t
49358 ____________________________________________________________________________
49359 [ 19579] By: jhi                                   on 2003/05/21  13:03:34
49360         Log: U/WIN test nit for John P. Linderman.
49361      Branch: perl
49362            ! ext/Cwd/t/cwd.t
49363 ____________________________________________________________________________
49364 [ 19578] By: jhi                                   on 2003/05/21  13:01:42
49365         Log: Subject: [Encode] 1.95 released
49366              From: Dan Kogai <dankogai@dan.co.jp>
49367              Date: Wed, 21 May 2003 18:26:26 +0900
49368              Message-Id: <4B8D9AB5-8B6E-11D7-848A-000393AE4244@dan.co.jp>
49369      Branch: perl
49370            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/MANIFEST
49371            ! ext/Encode/META.yml ext/Encode/Unicode/Unicode.pm
49372            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/lib/Encode/Config.pm
49373            ! ext/Encode/lib/Encode/Unicode/UTF7.pm ext/Encode/t/Unicode.t
49374            ! ext/Encode/ucm/8859-1.ucm ext/Encode/ucm/8859-10.ucm
49375            ! ext/Encode/ucm/8859-11.ucm ext/Encode/ucm/8859-13.ucm
49376            ! ext/Encode/ucm/8859-14.ucm ext/Encode/ucm/8859-15.ucm
49377            ! ext/Encode/ucm/8859-16.ucm ext/Encode/ucm/8859-2.ucm
49378            ! ext/Encode/ucm/8859-3.ucm ext/Encode/ucm/8859-4.ucm
49379            ! ext/Encode/ucm/8859-5.ucm ext/Encode/ucm/8859-6.ucm
49380            ! ext/Encode/ucm/8859-7.ucm ext/Encode/ucm/8859-8.ucm
49381            ! ext/Encode/ucm/8859-9.ucm
49382 ____________________________________________________________________________
49383 [ 19575] By: rgs                                   on 2003/05/20  19:22:30
49384         Log: Enhance the failure reporting for the pod2html tests
49385      Branch: perl
49386            ! lib/Pod/t/htmlview.t lib/Pod/t/pod2html-lib.pl
49387 ____________________________________________________________________________
49388 [ 19574] By: rgs                                   on 2003/05/20  18:52:21
49389         Log: Upgrade to Getopt::Long 2.33
49390              (mostly a version number increment)
49391      Branch: perl
49392            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
49393            ! lib/Getopt/Long/README
49394 ____________________________________________________________________________
49395 [ 19573] By: rgs                                   on 2003/05/20  18:43:37
49396         Log: Upgrade to CPAN 1.70_54
49397              Subject: Re: CPAN.pm into blead
49398              From: Andreas J Koenig <andreas.koenig@anima.de>
49399              Date: Tue, 20 May 2003 11:31:16 +0200
49400              Message-ID: <87of1y6k2j.fsf@franz.ak.mind.de>
49401      Branch: perl
49402            - lib/CPAN/README
49403            ! MANIFEST lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
49404 ____________________________________________________________________________
49405 [ 19571] By: jhi                                   on 2003/05/19  19:52:23
49406         Log: Further -Uuseperlio tweaking.
49407      Branch: perl
49408            ! ext/Encode/t/Unicode.t
49409 ____________________________________________________________________________
49410 [ 19570] By: rgs                                   on 2003/05/19  19:20:48
49411         Log: Subject: Re: Possible precedence problem on bitwise ^ operator
49412              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
49413              Date: Sun, 18 May 2003 19:21:01 -0700
49414              Message-ID: <N+Dy+gzkg+XX092yn@efn.org>
49415              (with tweaks to perldiag.pod)
49416      Branch: perl
49417            ! op.c pod/perldiag.pod
49418 ____________________________________________________________________________
49419 [ 19569] By: jhi                                   on 2003/05/19  19:02:23
49420         Log: More Ultrix double definition avoidance.
49421      Branch: perl
49422            ! ext/Socket/Socket.xs
49423 ____________________________________________________________________________
49424 [ 19566] By: jhi                                   on 2003/05/19  04:58:25
49425         Log: Integrate perlio:
49426              [ 19556]
49427              Fix ticket 18265
49428
49429              [ 19557]
49430              EINTR retry should exit on count >= 0 not !=0
49431      Branch: perl
49432           !> perlio.c
49433 ____________________________________________________________________________
49434 [ 19565] By: jhi                                   on 2003/05/19  04:56:16
49435         Log: Nekkid numbers.
49436      Branch: perl
49437            ! ext/threads/threads.xs
49438 ____________________________________________________________________________
49439 [ 19564] By: jhi                                   on 2003/05/19  04:52:49
49440         Log: Meaningless cosmetics.
49441      Branch: perl
49442            ! ext/threads/threads.xs
49443 ____________________________________________________________________________
49444 [ 19563] By: jhi                                   on 2003/05/19  04:47:53
49445         Log: Make Perl_ithread_self() a bit more helpful when
49446              finding the thread fails (suggested by Stas in
49447              perl-ithreads Mar 01)
49448      Branch: perl
49449            ! ext/threads/threads.xs
49450 ____________________________________________________________________________
49451 [ 19562] By: jhi                                   on 2003/05/19  04:40:11
49452         Log: Slightly wrong panic messages.
49453      Branch: perl
49454            ! ext/threads/threads.xs
49455 ____________________________________________________________________________
49456 [ 19561] By: jhi                                   on 2003/05/19  04:33:31
49457         Log: Ultrix: the #19435 helped the IO extension, so this should
49458              help the Socket extension (socket structs redefinitions).
49459      Branch: perl
49460            ! ext/Socket/Socket.xs
49461 ____________________________________________________________________________
49462 [ 19560] By: jhi                                   on 2003/05/19  04:30:01
49463         Log: Based on
49464
49465              Subject: [PATCH threads.xs] no system scope on VMS
49466              From: "Craig A. Berry" <craigberry@mac.com>
49467              Date: Sun, 18 May 2003 23:02:07 -0500
49468              Message-ID: <3EC8573F.6050005@mac.com>
49469
49470              but instead go for #ifdef PTHREAD_SCOPE_SYSTEM.
49471      Branch: perl
49472            ! ext/threads/threads.xs
49473 ____________________________________________________________________________
49474 [ 19559] By: jhi                                   on 2003/05/19  04:24:27
49475         Log: Make the test work without perlio, from Dan Kogai.
49476      Branch: perl
49477            ! ext/Encode/t/Unicode.t
49478 ____________________________________________________________________________
49479 [ 19558] By: rgs                                   on 2003/05/18  21:40:10
49480         Log: Subject: [PATCH] Re: [PATCH pod/perlsyn.pod pod/perltrap.pod] Unseding perlsyn
49481              From: Michael G Schwern <schwern@pobox.com>
49482              Date: Wed, 14 May 2003 15:36:23 -0700
49483              Message-ID: <20030514223623.GD23350@windhund.schwern.org>
49484      Branch: perl
49485            ! pod/perlsyn.pod pod/perltrap.pod
49486 ____________________________________________________________________________
49487 [ 19552] By: jhi                                   on 2003/05/18  07:57:23
49488         Log: Integrate from perlio:
49489              [ 19542]
49490              Fix ticket #22219
49491
49492              [ 19543]
49493              Spotted a bare close() where PerlLIO_close() seems correct.
49494      Branch: perl
49495           !> doio.c perlio.c
49496 ____________________________________________________________________________
49497 [ 19550] By: jhi                                   on 2003/05/18  06:23:50
49498         Log: UTF-7 tweak from Dan Kogai.
49499      Branch: perl
49500            ! ext/Encode/lib/Encode/Unicode/UTF7.pm
49501 ____________________________________________________________________________
49502 [ 19549] By: jhi                                   on 2003/05/18  05:58:58
49503         Log: The 'quotes' really are important (caught by Enache Adrian).
49504      Branch: perl
49505            ! Makefile.SH
49506 ____________________________________________________________________________
49507 [ 19548] By: jhi                                   on 2003/05/17  16:39:19
49508         Log: Subject: [Encode] UTF-7 Support
49509              From: Dan Kogai <dankogai@dan.co.jp>
49510              Date: Sun, 18 May 2003 00:45:35 +0900
49511              Message-Id: <99C4504E-887E-11D7-840A-000393AE4244@dan.co.jp>
49512      Branch: perl
49513            + ext/Encode/lib/Encode/Unicode/UTF7.pm
49514            ! MANIFEST ext/Encode/Changes ext/Encode/MANIFEST
49515            ! ext/Encode/Unicode/Unicode.pm ext/Encode/lib/Encode/Alias.pm
49516            ! ext/Encode/lib/Encode/Config.pm
49517            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Unicode.t
49518 ____________________________________________________________________________
49519 [ 19547] By: jhi                                   on 2003/05/17  16:26:47
49520         Log: Old (4.2BSD, like Ultrix) Bourne shells do not understand
49521              non-left-aligned heredocs.
49522      Branch: perl
49523            ! Makefile.SH
49524 ____________________________________________________________________________
49525 [ 19545] By: jhi                                   on 2003/05/17  15:51:07
49526         Log: Subject: Re: Last Call For (Least) Favourite Issues For 5.8.1
49527              From: Alan Burlison <Alan.Burlison@sun.com>
49528              Date: Thu, 15 May 2003 22:17:55 +0100
49529              Message-ID: <3EC40403.9000804@sun.com>
49530
49531              (fixed symbol scanning for Solaris 10)
49532      Branch: perl
49533            ! Configure
49534 ____________________________________________________________________________
49535 [ 19541] By: rgs                                   on 2003/05/17  12:10:14
49536         Log: Upgrade to Getopt::Long 2.32_05
49537      Branch: perl
49538            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
49539            ! lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
49540            ! lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t
49541            ! lib/Getopt/Long/t/gol-oo.t
49542 ____________________________________________________________________________
49543 [ 19540] By: rgs                                   on 2003/05/17  11:46:25
49544         Log: Clarify the explanation of the warning "Possible precedence problem
49545              on bitwise operator".
49546      Branch: perl
49547            ! pod/perldiag.pod
49548 ____________________________________________________________________________
49549 [ 19539] By: rgs                                   on 2003/05/17  11:36:08
49550         Log: Fix bug #22216 : B::Deparse can't handle "use Module Version"
49551              with fractional version numbers or v-strings.
49552      Branch: perl
49553            ! ext/B/B/Deparse.pm
49554 ____________________________________________________________________________
49555 [ 19537] By: gsar                                  on 2003/05/17  06:32:46
49556         Log: missing init in change#19533
49557      Branch: perl
49558            ! win32/win32sck.c
49559 ____________________________________________________________________________
49560 [ 19536] By: gsar                                  on 2003/05/17  06:07:07
49561         Log: apply Net::Ping patch that makes the fork()-based approach
49562              work better on windows (Marcus Holland-Moritz <mhx-perl@gmx.net>)
49563
49564              the code this affects is currently not enabled anywhere, but
49565              could be enabled if the non-blocking approach runs into problems
49566              on older windows versions
49567      Branch: perl
49568            ! lib/Net/Ping.pm
49569 ____________________________________________________________________________
49570 [ 19535] By: gsar                                  on 2003/05/17  05:54:39
49571         Log: improve the implementation of Net::Ping on windows by avoiding
49572              fork(), which is pretty heavy-weight for this kind of
49573              application; use non-blocking sockets instead
49574
49575              has been verified to work on Win2k but will need testing on
49576              other flavors of windows
49577
49578              there is a single known failure on windows in 450_service.t (test 18)
49579              due to what appears to be bugs in the ping_syn()/ack() code
49580      Branch: perl
49581            ! lib/Net/Ping.pm
49582 ____________________________________________________________________________
49583 [ 19534] By: gsar                                  on 2003/05/17  04:53:06
49584         Log: change#16723 broke the ioctl() return value on platforms
49585              that have ioctl() but no fcntl() (e.g. windows)
49586
49587              change#17577 then attempted to fix the bustage, but got
49588              it wrong
49589      Branch: perl
49590            ! pp_sys.c
49591 ____________________________________________________________________________
49592 [ 19533] By: gsar                                  on 2003/05/17  04:49:18
49593         Log: avoid select() on windows destroying errno (used to typically
49594              always sets it to EINVAL due to the way it maps the FD_SETs)
49595      Branch: perl
49596            ! win32/win32sck.c
49597 ____________________________________________________________________________
49598 [ 19532] By: jhi                                   on 2003/05/16  18:21:27
49599         Log: The suggested patch for [perl #22201] "patch: perl 5.8.0
49600              compile error on ia64/HP-UX (comparing incompatible pointers)"
49601              plus a possible cure for the warning mentioned in the case.
49602      Branch: perl
49603            ! ext/Storable/Storable.xs
49604 ____________________________________________________________________________
49605 [ 19531] By: jhi                                   on 2003/05/16  17:56:06
49606         Log: Apply the supplied patch for [perl #22195]
49607              "File::Find, sorted directory traversal order is inverted"
49608      Branch: perl
49609            ! lib/File/Find.pm
49610 ____________________________________________________________________________
49611 [ 19528] By: jhi                                   on 2003/05/16  15:56:33
49612         Log: Subject: [PATCH] RE: maint snapshot @ 19525
49613              From: Robin Barker <Robin.Barker@npl.co.uk>
49614              Date: Fri, 16 May 2003 17:16:57 +0100
49615              Message-ID: <533D273D4014D411AB1D00062938C4D90404651D@hotel.npl.co.uk>
49616
49617              (Part #2: the hv.c SVf)
49618      Branch: perl
49619            ! hv.c
49620 ____________________________________________________________________________
49621 [ 19527] By: jhi                                   on 2003/05/16  15:55:10
49622         Log: Subject: [PATCH] RE: maint snapshot @ 19525
49623              From: Robin Barker <Robin.Barker@npl.co.uk>
49624              Date: Fri, 16 May 2003 17:16:57 +0100
49625              Message-ID: <533D273D4014D411AB1D00062938C4D90404651D@hotel.npl.co.uk>
49626
49627              (Part #1: the __format__ and __printf__)
49628      Branch: perl
49629            ! Configure embed.pl perlio.c proto.h
49630 ____________________________________________________________________________
49631 [ 19523] By: jhi                                   on 2003/05/14  05:19:05
49632         Log: Subject: Re: [PATCH] Sync up MIME-Base64 to latest on CPAN
49633              From: Gisle Aas <gisle@ActiveState.com>
49634              Date: 13 May 2003 19:51:19 -0700
49635              Message-ID: <lrptmmw89k.fsf@caliper.activestate.com>
49636      Branch: perl
49637            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
49638            ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
49639            ! ext/MIME/Base64/t/quoted-print.t
49640 ____________________________________________________________________________
49641 [ 19522] By: jhi                                   on 2003/05/14  05:11:49
49642         Log: More Panther moves.
49643      Branch: perl
49644            ! Makefile.SH hints/darwin.sh
49645 ____________________________________________________________________________
49646 [ 19521] By: jhi                                   on 2003/05/13  19:33:44
49647         Log: Curliff and liff with ease.
49648      Branch: perl
49649            + Porting/curliff.pl
49650            ! MANIFEST
49651 ____________________________________________________________________________
49652 [ 19520] By: jhi                                   on 2003/05/13  18:59:51
49653         Log: Use /usr/bin/perl (de facto in Porting/ scripts).
49654      Branch: perl
49655            ! Porting/sort_perldiag.pl
49656 ____________________________________________________________________________
49657 [ 19518] By: jhi                                   on 2003/05/13  18:53:48
49658         Log: Subject: [PATCH] [perl #8599] s/catenate/concatenate/
49659              From: Casey West <casey@geeknest.com>
49660              Date: Fri, 9 May 2003 04:00:44 -0400
49661              Message-ID: <20030509080044.GA49820@geeknest.com>
49662
49663              (except for the dup.t patch which diddled with system().)
49664      Branch: perl
49665            ! Configure NetWare/config_H.wc Porting/config_H README.Y2K
49666            ! config_h.SH lib/File/Spec.pm lib/File/Spec/Unix.pm
49667            ! plan9/config.plan9 plan9/config_h.sample uconfig.h
49668            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
49669            ! win32/config_H.vc64 wince/config_H.ce
49670 ____________________________________________________________________________
49671 [ 19517] By: jhi                                   on 2003/05/13  18:39:40
49672         Log: Subject: [PATCH] Sync up MIME-Base64 to latest on CPAN
49673              From: Gisle Aas <gisle@ActiveState.com>
49674              Date: 13 May 2003 09:59:50 -0700
49675              Message-ID: <lru1byzss9.fsf@caliper.activestate.com>
49676      Branch: perl
49677            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
49678            ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
49679            ! ext/MIME/Base64/t/quoted-print.t
49680 ____________________________________________________________________________
49681 [ 19516] By: jhi                                   on 2003/05/13  18:37:11
49682         Log: Subject: [PATCH] More perldiag.pod sorting
49683              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
49684              Date: Tue, 13 May 2003 15:13:53 -0400
49685              Message-ID: <20030513191353.GB1556429@linguist.thayer.dartmouth.edu>
49686
49687              (plus add 'no locale;')
49688      Branch: perl
49689            + Porting/sort_perldiag.pl
49690            ! MANIFEST pod/perldiag.pod
49691 ____________________________________________________________________________
49692 [ 19514] By: jhi                                   on 2003/05/13  17:38:09
49693         Log: Detypo.
49694      Branch: perl
49695            ! lib/Unicode/UCD.pm
49696 ____________________________________________________________________________
49697 [ 19512] By: gsar                                  on 2003/05/13  13:28:42
49698         Log: make it easier to reproduce the bug
49699      Branch: perl
49700            ! lib/Tie/File.pm
49701 ____________________________________________________________________________
49702 [ 19511] By: gsar                                  on 2003/05/13  13:08:47
49703         Log: the \do {local *FH} trick in Tie::File was really only needed
49704              on 5.005 and earlier, since later versions can autovivify
49705              the handle
49706
49707              however, a search in the p5p archives reveals the trick doesn't
49708              fully work in the versions it is needed in, so use the more
49709              standard Symbol::gensym() way
49710      Branch: perl
49711            ! lib/Tie/File.pm lib/Tie/File/t/09_gen_rs.t
49712 ____________________________________________________________________________
49713 [ 19510] By: gsar                                  on 2003/05/13  12:36:01
49714         Log: $Config{usethreads} wasn't being set on windows
49715      Branch: perl
49716            ! win32/Makefile win32/makefile.mk
49717 ____________________________________________________________________________
49718 [ 19509] By: jhi                                   on 2003/05/13  12:24:19
49719         Log: Reinstate the #19498 but now skip the crashing
49720              tests (when threaded) as TODOs.
49721      Branch: perl
49722            ! lib/Tie/File.pm lib/Tie/File/t/09_gen_rs.t
49723 ____________________________________________________________________________
49724 [ 19508] By: jhi                                   on 2003/05/13  11:22:06
49725         Log: Revert #19498 since it broke threaded builds.
49726      Branch: perl
49727            ! lib/Tie/File.pm
49728 ____________________________________________________________________________
49729 [ 19507] By: jhi                                   on 2003/05/13  05:20:56
49730         Log: Better be explicit with dangling elses.
49731      Branch: perl
49732            ! pp.c
49733 ____________________________________________________________________________
49734 [ 19506] By: jhi                                   on 2003/05/13  04:46:18
49735         Log: Detypo Pantherisms.
49736      Branch: perl
49737            ! Makefile.SH hints/darwin.sh
49738 ____________________________________________________________________________
49739 [ 19505] By: rgs                                   on 2003/05/12  21:49:21
49740         Log: Subject: Re: Bug stomping fun. [PATCH: bug #1016]
49741              From: Alex Vandiver <alexmv@MIT.EDU>
49742              Date: 02 May 2003 06:45:05 -0400
49743              Message-Id: <1051872303.26203.104.camel@supox>
49744              (plus perldiag nit)
49745      Branch: perl
49746            ! dump.c gv.c hv.c pod/perldiag.pod pp.c pp_hot.c sv.c
49747            ! t/comp/package.t
49748 ____________________________________________________________________________
49749 [ 19504] By: rgs                                   on 2003/05/12  20:52:52
49750         Log: Small nit in perlsyn about the new // operator
49751      Branch: perl
49752            ! pod/perlsyn.pod
49753 ____________________________________________________________________________
49754 [ 19503] By: rgs                                   on 2003/05/12  19:43:07
49755         Log: Use a more sophisticated heuristics to produce the warning
49756              'Parentheses missing around "%s" list'. This fixes bug #22147.
49757              Also, the warning is now produced for C<local *a,*b;>.
49758      Branch: perl
49759            ! op.c t/lib/warnings/op
49760 ____________________________________________________________________________
49761 [ 19502] By: jhi                                   on 2003/05/12  19:34:10
49762         Log: Work also without perlio.
49763      Branch: perl
49764            ! t/io/dup.t
49765 ____________________________________________________________________________
49766 [ 19500] By: jhi                                   on 2003/05/12  05:25:14
49767         Log: Panther preparation.
49768      Branch: perl
49769            ! Makefile.SH hints/darwin.sh
49770 ____________________________________________________________________________
49771 [ 19499] By: jhi                                   on 2003/05/12  04:49:57
49772         Log: More moves to intrpvar.h.
49773      Branch: perl
49774            ! embedvar.h intrpvar.h perlapi.h perlvars.h sv.c
49775 ____________________________________________________________________________
49776 [ 19498] By: gsar                                  on 2003/05/12  01:40:46
49777         Log: fix for Tie::File test failures on windows: the problem was
49778              that Tie::File did not close any file handles it opens internally,
49779              leading to file handle leaks and t/tf* temporary file littering;
49780              we now close the handle iff Tie::File opened it
49781
49782              this fix unearths what appears to be a perl bug in localizing globs:
49783              09_gen_rs.t fails due to a prematurely closed filehandle, although
49784              it wasn't explicitly closed anywhere by the code (renaming the
49785              *FH at line 97 to *FH1 makes it work, but I haven't done this
49786              to allow the bug to be tracked down)
49787      Branch: perl
49788            ! lib/Tie/File.pm
49789 ____________________________________________________________________________
49790 [ 19497] By: jhi                                   on 2003/05/11  20:17:30
49791         Log: Move the thread *hook into interpreter.
49792      Branch: perl
49793            ! embedvar.h intrpvar.h perlapi.h perlvars.h sv.c
49794 ____________________________________________________________________________
49795 [ 19496] By: rgs                                   on 2003/05/11  20:06:03
49796         Log: Subject: [PATCH] [perl #7391] Perl crashes with certain write() formats.
49797              From: Dave Mitchell <davem@fdgroup.com>
49798              Date: Sat, 10 May 2003 01:45:23 +0100
49799              Message-ID: <20030510004523.GC20871@fdgroup.com>
49800      Branch: perl
49801            ! pp_ctl.c
49802 ____________________________________________________________________________
49803 [ 19495] By: rgs                                   on 2003/05/11  20:01:10
49804         Log: Open UNIX is not really "formerly Unixware", since the most
49805              recent releases are known as Unixware, not as Open UNIX.
49806      Branch: perl
49807            ! pod/perlport.pod
49808 ____________________________________________________________________________
49809 [ 19494] By: jhi                                   on 2003/05/11  19:52:38
49810         Log: Slight tweaks to the platform list.
49811      Branch: perl
49812            ! pod/perlport.pod
49813 ____________________________________________________________________________
49814 [ 19493] By: rgs                                   on 2003/05/11  19:13:00
49815         Log: Subject: Re: [PATCH] [perl #8636] [perl #8634] Both patches together for perlop
49816              From: Casey West <casey@geeknest.com>
49817              Date: Fri, 9 May 2003 10:30:13 -0400
49818              Message-ID: <20030509143013.GM49820@geeknest.com>
49819      Branch: perl
49820            ! pod/perlop.pod
49821 ____________________________________________________________________________
49822 [ 19492] By: rgs                                   on 2003/05/11  19:04:27
49823         Log: perlport.pod nit for doc bug #8253.
49824      Branch: perl
49825            ! pod/perlport.pod
49826 ____________________________________________________________________________
49827 [ 19491] By: jhi                                   on 2003/05/11  17:50:49
49828         Log: Use test.pl.
49829      Branch: perl
49830            ! t/io/fflush.t
49831 ____________________________________________________________________________
49832 [ 19490] By: jhi                                   on 2003/05/11  17:46:09
49833         Log: Try to handle a $^X with spaces in it.
49834      Branch: perl
49835            ! t/test.pl
49836 ____________________________________________________________________________
49837 [ 19489] By: jhi                                   on 2003/05/11  17:44:28
49838         Log: Separate the creation of the command to run by
49839              runperl() into its own function, _create_runperl().
49840      Branch: perl
49841            ! t/test.pl
49842 ____________________________________________________________________________
49843 [ 19488] By: jhi                                   on 2003/05/11  16:52:00
49844         Log: Fixup the method behaviour table.
49845      Branch: perl
49846            ! pod/perliol.pod
49847 ____________________________________________________________________________
49848 [ 19487] By: jhi                                   on 2003/05/11  16:43:26
49849         Log: Integrate from perlio:
49850              [ 19474]
49851              Tweaks to Jarkko's NULL deref checks in perlio.c
49852
49853              [ 19475]
49854              Fix for bugs 21717 and 22140.
49855              Win32's lseek claims to have succeeded in pipes etc. Which confuses :perlio
49856              and derived layers. So have :unix's "pushed" method stat() the fd and
49857              cache non S_ISREG nature. Have Unix_seek fail if fd is NOT S_ISREG to match
49858              UNIX behaviour.
49859
49860              [ 19479]
49861              Better but still unproven fix for lseek() on pipes.
49862
49863              [ 19483]
49864              Unused variable
49865
49866              [ 19485]
49867              Tests to prove Ticket 9468 is fixed.
49868
49869              [ 19486]
49870              add test for change#19475,19479 (bugs#21717,22140)
49871      Branch: perl
49872           !> ext/Encode/Encode.xs perlio.c perliol.h t/io/dup.t
49873           !> t/io/fflush.t
49874 ____________________________________________________________________________
49875 [ 19484] By: gsar                                  on 2003/05/11  15:37:14
49876         Log: fix Embed.t failure on windows: PERL_SYS_TERM() is implemented
49877              in terms of an exported function rather than as an inlined
49878              macro (latter wants PL_op_mutex which isn't exported as such)
49879
49880              Jarkko: please merge into maint-5.8
49881      Branch: perl
49882            ! dosish.h makedef.pl win32/win32.c win32/win32.h
49883 ____________________________________________________________________________
49884 [ 19482] By: jhi                                   on 2003/05/11  07:53:26
49885         Log: Test _getcode().
49886      Branch: perl
49887            ! lib/Unicode/UCD.t
49888 ____________________________________________________________________________
49889 [ 19481] By: jhi                                   on 2003/05/11  06:25:08
49890         Log: Clarify the doc (and the code) for Unicode code points.
49891      Branch: perl
49892            ! lib/Unicode/UCD.pm
49893 ____________________________________________________________________________
49894 [ 19480] By: jhi                                   on 2003/05/11  06:18:06
49895         Log: Another doc suggestion from terry@eatoni.com (terry jones):
49896              use codepoints that return undef.
49897      Branch: perl
49898            ! lib/Unicode/UCD.pm
49899 ____________________________________________________________________________
49900 [ 19478] By: jhi                                   on 2003/05/10  19:01:17
49901         Log: Add Encode's META.yml.
49902      Branch: perl
49903            + ext/Encode/META.yml
49904            ! MANIFEST
49905 ____________________________________________________________________________
49906 [ 19477] By: jhi                                   on 2003/05/10  18:59:29
49907         Log: Upgrade to Encode 1.94.
49908      Branch: perl
49909            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
49910            ! ext/Encode/MANIFEST ext/Encode/bin/piconv
49911            ! ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/enc_module.t
49912            ! ext/Encode/t/mime-header.t
49913 ____________________________________________________________________________
49914 [ 19476] By: jhi                                   on 2003/05/10  18:56:08
49915         Log: Doc bug noticed by terry@eatoni.com (terry jones).
49916      Branch: perl
49917            ! lib/Unicode/UCD.pm
49918 ____________________________________________________________________________
49919 [ 19472] By: jhi                                   on 2003/05/10  10:55:49
49920         Log: Try to plug more potential PerlIO NULL method
49921              dereferences; try to document the matter.
49922      Branch: perl
49923            ! perlio.c pod/perliol.pod
49924 ____________________________________________________________________________
49925 [ 19471] By: jhi                                   on 2003/05/10  07:07:30
49926         Log: UseNicerNames instead of SHOUTING_LIKE_THIS.
49927      Branch: perl
49928            ! perlio.c
49929 ____________________________________________________________________________
49930 [ 19470] By: jhi                                   on 2003/05/10  06:51:24
49931         Log: In eof() the errno can get stomped by the peek-ahead.
49932      Branch: perl
49933            ! doio.c ext/Socket/socketpair.t
49934 ____________________________________________________________________________
49935 [ 19469] By: rgs                                   on 2003/05/09  21:33:15
49936         Log: A regression test for the remaining "Final $ should be..." error.
49937      Branch: perl
49938            ! t/comp/parser.t
49939 ____________________________________________________________________________
49940 [ 19468] By: rgs                                   on 2003/05/09  21:23:57
49941         Log: Remove the error messages "Final @ should be \@ or @name"
49942              and "Final % should be \% or %name", that appear to be
49943              only produced in addition to another syntax error, and therefore
49944              misleading, if I understand correctly that kind of black magic.
49945      Branch: perl
49946            ! pod/perldiag.pod toke.c
49947 ____________________________________________________________________________
49948 [ 19467] By: jhi                                   on 2003/05/09  20:11:18
49949         Log: Have to think this test more when I'm awake.
49950      Branch: perl
49951            ! ext/Socket/socketpair.t
49952 ____________________________________________________________________________
49953 [ 19466] By: rgs                                   on 2003/05/09  19:56:37
49954         Log: Document that perl tries to load .pmc files before .pm files.
49955              Subject: Re: [perl #8860] [not RESOLVED] .pmc extension not documented in require
49956              From: Casey West <casey@geeknest.com>
49957              Date: Fri, 9 May 2003 17:03:50 -0400
49958              Message-ID: <20030509210350.GW49820@geeknest.com>
49959      Branch: perl
49960            ! pod/perlfunc.pod
49961 ____________________________________________________________________________
49962 [ 19465] By: rgs                                   on 2003/05/09  19:47:49
49963         Log: Fix for doc bug #8602 : clarify eof() example comments
49964      Branch: perl
49965            ! pod/perlfunc.pod
49966 ____________________________________________________________________________
49967 [ 19464] By: rgs                                   on 2003/05/09  19:34:30
49968         Log: Subject: [PATCH] [perl #8702] Clean up perltrap mis-information
49969              From: Casey West <casey@geeknest.com>
49970              Date: Fri, 9 May 2003 11:09:39 -0400
49971              Message-ID: <20030509150939.GN49820@geeknest.com>
49972      Branch: perl
49973            ! pod/perltrap.pod
49974 ____________________________________________________________________________
49975 [ 19463] By: rgs                                   on 2003/05/09  19:33:25
49976         Log: Subject: Re: [DOC PATCH] [perl #1165] crypt accepts any character as salt
49977              From: Casey West <casey@geeknest.com>
49978              Date: Fri, 9 May 2003 15:25:59 -0400
49979              Message-ID: <20030509192559.GS49820@geeknest.com>
49980      Branch: perl
49981            ! pod/perlfunc.pod
49982 ____________________________________________________________________________
49983 [ 19462] By: jhi                                   on 2003/05/09  18:53:27
49984         Log: Try to comprehensively have a plan B if a PerlIO
49985              layer doesn't have a particular function.
49986              (1) If there's a corresponding PerlIOBase, call it.
49987              (2) If not having the function is 'harmless', be silently happy.
49988              (Currently only Flush is in this category.)
49989              (3) Otherwise set errno and return failure.
49990      Branch: perl
49991            ! perlio.c
49992 ____________________________________________________________________________
49993 [ 19461] By: rgs                                   on 2003/05/09  18:45:39
49994         Log: Subject: [PATCH] [perl #8703] unescaped @ is fine
49995              From: Casey West <casey@geeknest.com>
49996              Date: Fri, 9 May 2003 11:17:53 -0400
49997              Message-ID: <20030509151753.GO49820@geeknest.com>
49998      Branch: perl
49999            ! pod/perltrap.pod
50000 ____________________________________________________________________________
50001 [ 19460] By: jhi                                   on 2003/05/09  14:25:49
50002         Log: Add the PerlIOBase_noop_* to the public API as suggested by Stas.
50003      Branch: perl
50004            ! makedef.pl
50005 ____________________________________________________________________________
50006 [ 19459] By: jhi                                   on 2003/05/09  14:22:08
50007         Log: Result of change #19458.
50008      Branch: perl
50009            ! MANIFEST
50010 ____________________________________________________________________________
50011 [ 19458] By: jhi                                   on 2003/05/09  14:21:51
50012         Log: Subject: Weekend fun: MANIFEST sorting
50013              From: andreas.koenig@anima.de (Andreas J. Koenig)
50014              Date: Fri, 09 May 2003 15:12:05 +0200
50015              Message-ID: <m3y91g463e.fsf@franz.ak.mind.de>
50016
50017              (both sorts need LC_ALL=C)
50018              (add also manicheck target)
50019      Branch: perl
50020            ! Makefile.SH
50021 ____________________________________________________________________________
50022 [ 19457] By: jhi                                   on 2003/05/09  04:30:13
50023         Log: Better skip this test on OpenBSD and BSD/OS since it
50024              does not seem to work (Slaven Rezic).
50025      Branch: perl
50026            ! lib/filetest.t
50027 ____________________________________________________________________________
50028 [ 19456] By: jhi                                   on 2003/05/09  03:41:56
50029         Log: Subject: [PATCH] Re: [perl #16834] Anomolous behaviour of SUBSTR() used as LValue
50030              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
50031              Date: Wed, 07 May 2003 23:37:47 -0700
50032              Message-ID: <7sfu+gzkg+AY092yn@efn.org>
50033      Branch: perl
50034            ! pod/perlfunc.pod
50035 ____________________________________________________________________________
50036 [ 19455] By: jhi                                   on 2003/05/09  03:36:54
50037         Log: Missing files.
50038      Branch: perl
50039            ! MANIFEST
50040 ____________________________________________________________________________
50041 [ 19454] By: rgs                                   on 2003/05/08  18:49:25
50042         Log: Suppress a few compilation warnings in pp_hot.c.
50043      Branch: perl
50044            ! pp_hot.c
50045 ____________________________________________________________________________
50046 [ 19453] By: rgs                                   on 2003/05/08  18:42:16
50047         Log: Remove duplicate entries from perldiag
50048      Branch: perl
50049            ! pod/perldiag.pod
50050 ____________________________________________________________________________
50051 [ 19452] By: jhi                                   on 2003/05/08  18:12:46
50052         Log: Subject: Re: [perl #17718] %tiedhash in bool context doesn't check if hash is empty
50053              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
50054              Date: Wed, 07 May 2003 15:27:07 -0700
50055              Message-ID: <7gYu+gzkgaFU092yn@efn.org>
50056      Branch: perl
50057            ! pod/perldata.pod pod/perldiag.pod pod/perltie.pod pp.c
50058            ! pp_hot.c t/op/magic.t
50059 ____________________________________________________________________________
50060 [ 19451] By: jhi                                   on 2003/05/08  17:47:13
50061         Log: Tiny nit from mjd.
50062      Branch: perl
50063            ! lib/Tie/File.pm
50064 ____________________________________________________________________________
50065 [ 19450] By: jhi                                   on 2003/05/08  17:46:26
50066         Log: Upgrade to Tie::File 0.95.
50067      Branch: perl
50068            + lib/Tie/File/t/27_iwrite.t lib/Tie/File/t/28_mtwrite.t
50069            + lib/Tie/File/t/29_downcopy.t lib/Tie/File/t/29a_upcopy.t
50070            + lib/Tie/File/t/42_offset.t
50071            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
50072            ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/04_splice.t
50073            ! lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/16_handle.t
50074            ! lib/Tie/File/t/19_cache.t lib/Tie/File/t/21_win32.t
50075            ! lib/Tie/File/t/25_gen_nocache.t lib/Tie/File/t/26_twrite.t
50076            ! lib/Tie/File/t/30_defer.t
50077 ____________________________________________________________________________
50078 [ 19449] By: jhi                                   on 2003/05/08  17:35:10
50079         Log: Subject: [perl #22141] patch for Time::HiRes to get rid of -lrt on linux
50080              From: Marc Lehmann (via RT) <perlbug-followup@perl.org>
50081              Message-Id: <rt-22141-56710.3.69543054121962@bugs6.perl.org>
50082              Date: 8 May 2003 00:42:18 -0000
50083      Branch: perl
50084            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
50085            ! ext/Time/HiRes/Makefile.PL
50086 ____________________________________________________________________________
50087 [ 19448] By: jhi                                   on 2003/05/08  17:27:47
50088         Log: Subject: [PATCH] alphabetize perldiag.pod
50089              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
50090              Date: Thu, 8 May 2003 11:52:39 -0400
50091              Message-ID: <20030508155239.GC1495587@linguist.thayer.dartmouth.edu>
50092      Branch: perl
50093            ! pod/perldiag.pod
50094 ____________________________________________________________________________
50095 [ 19447] By: jhi                                   on 2003/05/08  17:19:06
50096         Log: Subject: [PATCH] [perl #22127] get(av|cv|hv|sv) added to Devel::PPPort
50097              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
50098              Date: Thu, 08 May 2003 08:42:20 +0200
50099              Message-id: <20030508064220.GA763@ethan>
50100      Branch: perl
50101            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
50102            ! ext/Devel/PPPort/t/test.t
50103 ____________________________________________________________________________
50104 [ 19445] By: jhi                                   on 2003/05/08  05:21:44
50105         Log: A variant of
50106
50107              Subject: Re: 0 is not perl (was Re: Report /export/home/nwc10/Gripping-Smoke/Smoke)
50108              From: enache@rdslink.ro (Enache Adrian)
50109              Date: Tue, 22 Apr 2003 02:54:05 +0300
50110              Message-ID: <20030421235405.GA1162@ratsnest.hole>
50111
50112              to quench the black smoke from the BSD builds.
50113      Branch: perl
50114            ! lib/ExtUtils/MM_Unix.pm
50115 ____________________________________________________________________________
50116 [ 19444] By: rgs                                   on 2003/05/07  20:25:45
50117         Log: Subject: Re: [DOC PATCH] & More File::Path issues
50118              From: Casey West <casey@geeknest.com>
50119              Date: Mon, 5 May 2003 13:25:47 -0400
50120              Message-ID: <20030505172547.GB20508@geeknest.com>
50121      Branch: perl
50122            ! lib/File/Path.pm
50123 ____________________________________________________________________________
50124 [ 19443] By: jhi                                   on 2003/05/07  20:03:58
50125         Log: Spelling correction from Nicholas Clark.
50126      Branch: perl
50127            ! ext/POSIX/POSIX.pod
50128 ____________________________________________________________________________
50129 [ 19440] By: jhi                                   on 2003/05/07  19:20:53
50130         Log: One more possible extensions permutation.
50131      Branch: perl
50132            ! Configure
50133 ____________________________________________________________________________
50134 [ 19437] By: jhi                                   on 2003/05/07  16:58:21
50135         Log: Allow platforms to manipulate their archname by creating
50136              a archname.cbu in their hints files.
50137      Branch: perl
50138            ! Configure
50139 ____________________________________________________________________________
50140 [ 19436] By: jhi                                   on 2003/05/07  16:53:26
50141         Log: More long double logic from Alan Burlison.
50142      Branch: perl
50143            ! Configure
50144 ____________________________________________________________________________
50145 [ 19435] By: jhi                                   on 2003/05/06  15:21:55
50146         Log: Worth a try for [perl #17146]
50147      Branch: perl
50148            ! ext/IO/poll.c
50149 ____________________________________________________________________________
50150 [ 19433] By: jhi                                   on 2003/05/06  05:12:23
50151         Log: Document which interfaces are NOT Unicode-aware.
50152      Branch: perl
50153            ! pod/perltodo.pod pod/perlunicode.pod
50154 ____________________________________________________________________________
50155 [ 19432] By: rgs                                   on 2003/05/05  20:31:22
50156         Log: Subject: [PATCH] [perl #8063] perlfilter doesn't mention potential DATA clobber
50157              From: Casey West <casey@geeknest.com>
50158              Date: Mon, 28 Apr 2003 11:07:36 -0400
50159              Message-ID: <20030428150736.GD62281@geeknest.com>
50160      Branch: perl
50161            ! pod/perlfilter.pod
50162 ____________________________________________________________________________
50163 [ 19431] By: rgs                                   on 2003/05/05  20:07:33
50164         Log: Subject: [patch] Re: [perl #21728] regexp SEGV
50165              From: Enache Adrian <enache@rdslink.ro>
50166              Date: Fri, 28 Mar 2003 23:53:09 +0200
50167              Message-ID: <20030328215309.GA6413@ratsnest.hole>
50168              (with minor tweaks)
50169      Branch: perl
50170            ! embed.fnc embed.h global.sym proto.h regexec.c scope.c scope.h
50171 ____________________________________________________________________________
50172 [ 19430] By: rgs                                   on 2003/05/05  20:01:36
50173         Log: Fix doc bug #22067, noticed by Mark Knutsen
50174      Branch: perl
50175            ! pod/perlfunc.pod
50176 ____________________________________________________________________________
50177 [ 19429] By: rgs                                   on 2003/05/05  18:59:59
50178         Log: Fix : the svr5 hints file doesn't propagate libswanted with
50179              threads enabled. Now threads are OK on OpenUNIX 8, except a
50180              mysterious failure in ext/POSIX/t/sigaction.t.
50181      Branch: perl
50182            ! hints/svr5.sh
50183 ____________________________________________________________________________
50184 [ 19428] By: jhi                                   on 2003/05/05  16:54:34
50185         Log: Snip away the perlunicode slowness demo since the new
50186              caching scheme should help things a bit.
50187      Branch: perl
50188            ! pod/perlunicode.pod
50189 ____________________________________________________________________________
50190 [ 19427] By: jhi                                   on 2003/05/05  16:14:09
50191         Log: Subject: Re: Minor change to strict.pm. Who? How?
50192              From: Adam Kennedy <adam@ali.as>
50193              Date: Wed, 30 Apr 2003 00:02:40 +1000
50194              Message-ID: <3EAE8600.2000806@ali.as>
50195
50196              Subject: [PATCH] Re: Minor change to strict.pm. Who? How?
50197              From: Michael G Schwern <schwern@pobox.com>
50198              Date: Tue, 29 Apr 2003 12:26:32 -0700
50199              Message-ID: <20030429192632.GA6129@windhund.schwern.org>
50200      Branch: perl
50201            ! lib/strict.pm
50202 ____________________________________________________________________________
50203 [ 19426] By: jhi                                   on 2003/05/05  15:48:57
50204         Log: Subject: [DOC PATCH] missing ')' in File::Path docs
50205              From: "Jos I.Boumans" <kane@dwim.org>
50206              Date: 30 Apr 2003 09:45:16 -0000
50207              Message-ID: <20030430114513165+0200@nntp.perl.org>
50208      Branch: perl
50209            ! lib/File/Path.pm
50210 ____________________________________________________________________________
50211 [ 19425] By: jhi                                   on 2003/05/05  15:47:19
50212         Log: Subject: [PATCH pod/perlmod.pod] Simpler $Revision$ based $VERSION. Plus, repentance!
50213              From: Michael G Schwern <schwern@pobox.com>
50214              Date: Sat, 3 May 2003 15:30:16 -0700
50215              Message-ID: <20030503223016.GE1234@windhund.schwern.org>
50216      Branch: perl
50217            ! pod/perlmod.pod
50218 ____________________________________________________________________________
50219 [ 19424] By: jhi                                   on 2003/05/05  15:44:39
50220         Log: Subject: [PATCH] [perl #3096] undefing hash with object values
50221              From: Dave Mitchell <davem@fdgroup.com>
50222              Date: Thu, 1 May 2003 21:06:57 +0100
50223              Message-ID: <20030501200657.GA25456@fdgroup.com>
50224      Branch: perl
50225            ! hv.c t/op/undef.t
50226 ____________________________________________________________________________
50227 [ 19423] By: jhi                                   on 2003/05/05  15:42:58
50228         Log: Subject: Re: hv.c patch - pathological hashes too easy
50229              From: "Tye McQueen" <tye@metronet.com>
50230              Date: Thu, 1 May 2003 13:34:50 -0500 (CDT)
50231              Message-Id: <200305011834.h41IYoE08503@metronet.com>
50232      Branch: perl
50233            ! hv.c
50234 ____________________________________________________________________________
50235 [ 19422] By: jhi                                   on 2003/05/05  15:40:02
50236         Log: Subject: [PATCH] [perl #18341] random nits in perlrequick.pod
50237              From: Casey West <casey@geeknest.com>
50238              Date: Tue, 29 Apr 2003 16:14:20 -0400
50239              Message-ID: <20030429201420.GT62281@geeknest.com>
50240      Branch: perl
50241            ! pod/perlrequick.pod
50242 ____________________________________________________________________________
50243 [ 19421] By: jhi                                   on 2003/05/05  15:38:23
50244         Log: Subject: [PATCH] ExtUtils::Install and the don't-really-do-it switch
50245              From: Slaven Rezic <slaven@rezic.de>
50246              Date: Thu, 24 Apr 2003 00:42:11 +0200 (CEST)
50247              Message-Id: <200304232242.h3NMgBqD028515@vran.herceg.de>
50248      Branch: perl
50249            ! lib/ExtUtils/Install.pm lib/ExtUtils/t/Install.t
50250 ____________________________________________________________________________
50251 [ 19420] By: jhi                                   on 2003/05/05  15:36:39
50252         Log: Subject: [PATCH 5.8.0 UTIL] h2xs generates false comments about ABSTRACT
50253              From: Steve Hay <steve.hay@uk.radan.com>
50254              Date: Wed, 30 Apr 2003 09:52:30 +0100
50255              Message-ID: <3EAF8ECE.8060403@uk.radan.com>
50256      Branch: perl
50257            ! utils/h2xs.PL
50258 ____________________________________________________________________________
50259 [ 19419] By: jhi                                   on 2003/05/05  08:20:34
50260         Log: Reintroduce the mention of the fact that the Artistic/GPL
50261              also are Perl's own licenses.
50262      Branch: perl
50263            ! pod/perlartistic.pod pod/perlgpl.pod
50264 ____________________________________________________________________________
50265 [ 19418] By: jhi                                   on 2003/05/05  07:23:57
50266         Log: Switch the new perlio way of opening anonymous temporary files
50267              open my $fh, '+>', undef
50268              to using File::Temp.  Test it, and test also the "accidental
50269              feature" of +< working the same way.
50270              This should address [perl #21937].
50271      Branch: perl
50272            + ext/PerlIO/t/open.t
50273            ! MANIFEST perlio.c pod/perlfunc.pod
50274 ____________________________________________________________________________
50275 [ 19417] By: jhi                                   on 2003/05/05  05:52:47
50276         Log: perlartistic and perlgpl reformatting from Sean Burke.
50277      Branch: perl
50278            ! pod/perlartistic.pod pod/perlgpl.pod
50279 ____________________________________________________________________________
50280 [ 19416] By: jhi                                   on 2003/05/05  05:33:43
50281         Log: pack/unpack fixes from Wolfgang Laun:
50282              - fix bug in UNICOS (where SIZE16 != sizeof(short))
50283              - introduce and use new internal pack/unpack API
50284              (packlist, unpackstring)
50285              that does away with the unused arguments in the old API
50286              (pack_cat, unpack_str).
50287      Branch: perl
50288            ! embed.fnc embed.h global.sym pod/perlapi.pod pp_pack.c proto.h
50289 ____________________________________________________________________________
50290 [ 19415] By: jhi                                   on 2003/05/05  04:58:39
50291         Log: Subject: [PATCH] Embed.t flushing problem
50292              From: "Craig A. Berry" <craigberry@mac.com>
50293              Date: Sun, 04 May 2003 16:25:38 -0500
50294              Message-ID: <3EB58552.2070207@mac.com>
50295      Branch: perl
50296            ! lib/ExtUtils/t/Embed.t
50297 ____________________________________________________________________________
50298 [ 19414] By: jhi                                   on 2003/05/05  04:52:37
50299         Log: Doc nit from mjd.
50300      Branch: perl
50301            ! ext/DB_File/DB_File.pm
50302 ____________________________________________________________________________
50303 [ 19413] By: ams                                   on 2003/05/05  04:03:10
50304         Log: None of that "our" stuff here, please.
50305      Branch: perl
50306            ! ext/Storable/t/tied.t
50307 ____________________________________________________________________________
50308 [ 19412] By: ams                                   on 2003/05/05  03:57:06
50309         Log: Oops. More Storable 2.07 preparations.
50310      Branch: perl
50311            ! ext/Storable/README ext/Storable/Storable.pm
50312 ____________________________________________________________________________
50313 [ 19411] By: ams                                   on 2003/05/05  03:53:44
50314         Log: Update changelog for 2.07 release.
50315      Branch: perl
50316            ! ext/Storable/ChangeLog
50317 ____________________________________________________________________________
50318 [ 19410] By: ams                                   on 2003/05/05  03:31:36
50319         Log: Update Changes.
50320      Branch: perl
50321            ! Changes
50322 ____________________________________________________________________________
50323 [ 19409] By: ams                                   on 2003/05/05  03:21:41
50324         Log: Subject: Re: Bug in Storable???
50325              From: Slaven Rezic <slaven@rezic.de>
50326              Date: 04 May 2003 18:00:40 +0200
50327              Message-Id: <87of2iwvkn.fsf@vran.herceg.de>
50328      Branch: perl
50329            ! ext/Storable/Storable.xs ext/Storable/t/integer.t
50330 ____________________________________________________________________________
50331 [ 19407] By: jhi                                   on 2003/05/04  19:39:01
50332         Log: This way reads a bit better with pod2man.
50333      Branch: perl
50334            ! pod/perlartistic.pod pod/perlgpl.pod
50335 ____________________________________________________________________________
50336 [ 19406] By: jhi                                   on 2003/05/04  12:01:00
50337         Log: Integrate from maint:
50338              [ 18568]
50339              Add the POSIX::sigaction() trick by Slaven Rezic
50340              for [perl #17341].
50341      Branch: perl
50342           !> pod/perlfunc.pod pod/perlipc.pod
50343 ____________________________________________________________________________
50344 [ 19401] By: jhi                                   on 2003/05/04  09:25:48
50345         Log: Add Artistic as perlartistic and GPL (the Copying) as perlgpl;
50346              regen perltoc, perlmodlib.  The GPL added as verbatim as possible,
50347              the perlartistic is a straightforward podification.
50348      Branch: perl
50349            + pod/perlartistic.pod pod/perlgpl.pod
50350            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlmodlib.PL
50351            ! pod/perlmodlib.pod pod/perlmodstyle.pod pod/perltoc.pod
50352 ____________________________________________________________________________
50353 [ 19398] By: jhi                                   on 2003/05/04  08:19:14
50354         Log: Doesn't make any difference for the test but is more logical.
50355      Branch: perl
50356            ! t/lib/Devel/switchd.pm
50357 ____________________________________________________________________________
50358 [ 19396] By: jhi                                   on 2003/05/03  15:42:54
50359         Log: Plagued by thinkos tonight.
50360      Branch: perl
50361            ! lib/filetest.t
50362 ____________________________________________________________________________
50363 [ 19395] By: jhi                                   on 2003/05/03  15:37:35
50364         Log: Must skip more.
50365      Branch: perl
50366            ! lib/filetest.t
50367 ____________________________________________________________________________
50368 [ 19394] By: jhi                                   on 2003/05/03  15:30:45
50369         Log: Subject: Re: Does filetest work at all?
50370              From: Slaven Rezic <slaven@rezic.de>
50371              Date: 03 May 2003 18:26:49 +0200
50372              Message-ID: <87ade4q9me.fsf@vran.herceg.de>
50373      Branch: perl
50374            ! lib/filetest.t pp_sys.c
50375 ____________________________________________________________________________
50376 [ 19393] By: jhi                                   on 2003/05/03  05:34:21
50377         Log: Extra tweakage from Rafael for #19392.
50378      Branch: perl
50379            ! ext/B/B/Concise.pm lib/filetest.pm
50380 ____________________________________________________________________________
50381 [ 19392] By: jhi                                   on 2003/05/03  05:33:04
50382         Log: Salvage 'use filetest "access"' from compiletime to runtime.
50383      Branch: perl
50384            ! dump.c op.c op.h pp_sys.c
50385 ____________________________________________________________________________
50386 [ 19391] By: jhi                                   on 2003/05/03  05:19:23
50387         Log: Upgrade to Unicode 4.0.0.  (Well, upgrade at least
50388              the Unicode character database to 4.0.0.)
50389      Branch: perl
50390            + lib/unicore/HangulSyllableType.txt
50391            + lib/unicore/NormalizationCorrections.txt
50392            + lib/unicore/StandardizedVariants.txt
50393            + lib/unicore/lib/Braille.pl lib/unicore/lib/Cypriot.pl
50394            + lib/unicore/lib/InAegean.pl lib/unicore/lib/InCyprio.pl
50395            + lib/unicore/lib/InKhmerS.pl lib/unicore/lib/InLimbu.pl
50396            + lib/unicore/lib/InLinea2.pl lib/unicore/lib/InLinear.pl
50397            + lib/unicore/lib/InMisce5.pl lib/unicore/lib/InOsmany.pl
50398            + lib/unicore/lib/InPhonet.pl lib/unicore/lib/InShavia.pl
50399            + lib/unicore/lib/InTaiLe.pl lib/unicore/lib/InTaiXua.pl
50400            + lib/unicore/lib/InUgarit.pl lib/unicore/lib/InVaria2.pl
50401            + lib/unicore/lib/InYijing.pl lib/unicore/lib/Limbu.pl
50402            + lib/unicore/lib/LinearB.pl lib/unicore/lib/Osmanya.pl
50403            + lib/unicore/lib/OtherIdS.pl lib/unicore/lib/Shavian.pl
50404            + lib/unicore/lib/TaiLe.pl lib/unicore/lib/Ugaritic.pl
50405            ! (edit 129 files)
50406 ____________________________________________________________________________
50407 [ 19390] By: jhi                                   on 2003/05/03  04:52:09
50408         Log: Tru64: PerlIO_tell() was returning about one _megabyte_ for
50409              the fp offset, which was quite a big larger than the input file,
50410              which meant that the SvGROW tried to grow the file to about
50411              2**64-2**20, which made safesysrealloc() to understandably
50412              croak (in argv.t).
50413      Branch: perl
50414            ! sv.c
50415 ____________________________________________________________________________
50416 [ 19387] By: jhi                                   on 2003/05/02  19:18:35
50417         Log: Regen Configure (no changes but that's fine).
50418      Branch: perl
50419            ! Configure
50420 ____________________________________________________________________________
50421 [ 19386] By: jhi                                   on 2003/05/02  19:06:39
50422         Log: Subject: [PATCH] Re: maintperl on OpenUNIX 8
50423              From: Andy Dougherty <doughera@lafayette.edu>
50424              Date: Mon, 28 Apr 2003 12:24:38 -0400 (EDT)
50425              Message-ID: <Pine.SOL.4.53.0304281208490.25038@maxwell.phys.lafayette.edu>
50426      Branch: perl
50427            ! Configure
50428 ____________________________________________________________________________
50429 [ 19385] By: jhi                                   on 2003/05/02  19:01:04
50430         Log: Subject: [PATCH] OpenUNIX 8 support
50431              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
50432              Date: Fri, 2 May 2003 12:12:08 +0200
50433              Message-Id: <20030502121208.3d235027.rgarciasuarez@free.fr>
50434      Branch: perl
50435            ! Configure ext/Socket/socketpair.t hints/svr5.sh pp_sys.c
50436 ____________________________________________________________________________
50437 [ 19384] By: jhi                                   on 2003/05/02  18:58:32
50438         Log: Subject: [PATCH win32/win32.c] silence compiler warnings
50439              From: Abe Timmerman <abe@ztreet.demon.nl>
50440              Date: Fri, 2 May 2003 00:51:42 +0200
50441              Message-Id: <200305020051.43166.abe@ztreet.demon.nl>
50442      Branch: perl
50443            ! win32/win32.c
50444 ____________________________________________________________________________
50445 [ 19383] By: jhi                                   on 2003/05/02  18:55:37
50446         Log: Subject: [PATCH win32/win32.h] Re: Smoke [5.9.0] 19367 FAIL(F) MSWin32 5.0 Service Pack 3 (x86/1 cpu)
50447              From: Abe Timmerman <abe@ztreet.demon.nl>
50448              Date: Thu, 1 May 2003 18:34:35 +0200
50449              Message-Id: <200305011834.35685.abe@ztreet.demon.nl>
50450      Branch: perl
50451            ! win32/win32.h
50452 ____________________________________________________________________________
50453 [ 19382] By: jhi                                   on 2003/05/02  18:50:25
50454         Log: Subject: [PATCH ext/POSIX/POSIX.pod] Deceptive POSIX exporting docs
50455              From: Michael G Schwern <schwern@pobox.com>
50456              Date: Wed, 30 Apr 2003 18:19:32 -0700
50457              Message-ID: <20030501011932.GM701@windhund.schwern.org>
50458      Branch: perl
50459            ! ext/POSIX/POSIX.pod
50460 ____________________________________________________________________________
50461 [ 19381] By: jhi                                   on 2003/05/02  15:12:47
50462         Log: Forgot to check in the -d: file.
50463      Branch: perl
50464            + t/lib/Devel/switchd.pm
50465            ! MANIFEST t/run/switchd.t
50466 ____________________________________________________________________________
50467 [ 19380] By: jhi                                   on 2003/05/02  15:02:04
50468         Log: Solaris: make -Duse64bitall'ed to have an archname of
50469              sun4-solaris-64, from Alan Burlison.  (The default is to not
50470              to suffix anything with -Duse64bitall if longs are 64 bit.
50471              This may lead into confusion and much sorrow if 32-bit binaries
50472              and 64-bit binaries are installed under the same directories.
50473              Why is "-64" or something like that the default?  Well, there
50474              are platforms where 64 bits really is the default default.
50475              There adding a "-64" would be kind of odd.  Better to let
50476              each 64-bit capable platform to choose their archnames.)
50477      Branch: perl
50478            ! hints/solaris_2.sh
50479 ____________________________________________________________________________
50480 [ 19378] By: jhi                                   on 2003/05/02  08:41:40
50481         Log: The [perl #21890] (Devel::Coverage breakage) has been fixed
50482              by change #18589 (it was broken by change #9754); add test case.
50483      Branch: perl
50484            + t/run/switchd.t
50485            ! MANIFEST
50486 ____________________________________________________________________________
50487 [ 19376] By: jhi                                   on 2003/05/02  05:31:52
50488         Log: great_circle_direction() was broken,
50489              reported by Alexander Becher.
50490      Branch: perl
50491            ! lib/Math/Trig.pm lib/Math/Trig.t
50492 ____________________________________________________________________________
50493 [ 19375] By: jhi                                   on 2003/05/01  18:18:06
50494         Log: OS X: could not -Doptimize=-g.
50495      Branch: perl
50496            ! hints/darwin.sh
50497 ____________________________________________________________________________
50498 [ 19374] By: jhi                                   on 2003/05/01  12:33:44
50499         Log: OS X test tweak.
50500      Branch: perl
50501            ! ext/Cwd/t/cwd.t
50502 ____________________________________________________________________________
50503 [ 19373] By: jhi                                   on 2003/05/01  11:09:42
50504         Log: Subject: [PATCH] RE: perl@19333
50505              From: Robin Barker <Robin.Barker@npl.co.uk>
50506              Date: Tue, 29 Apr 2003 17:30:23 +0100
50507              Message-ID: <533D273D4014D411AB1D00062938C4D9040464F7@hotel.npl.co.uk>
50508      Branch: perl
50509            ! embed.pl pp_hot.c pp_pack.c proto.h
50510 ____________________________________________________________________________
50511 [ 19372] By: jhi                                   on 2003/05/01  09:52:52
50512         Log: miniperl cannot handle layers.t.
50513      Branch: perl
50514            ! t/io/layers.t
50515 ____________________________________________________________________________
50516 [ 19371] By: jhi                                   on 2003/05/01  08:26:06
50517         Log: The solution in change #19363 was too unportable.
50518      Branch: perl
50519            ! t/io/openpid.t
50520 ____________________________________________________________________________
50521 [ 19369] By: jhi                                   on 2003/05/01  07:48:06
50522         Log: perlreftut updates from mjd.
50523      Branch: perl
50524            ! pod/perlreftut.pod
50525 ____________________________________________________________________________
50526 [ 19368] By: jhi                                   on 2003/05/01  07:45:06
50527         Log: z/OS: More threaded build tweaks from Brian De Pradine--
50528              apparently now it works!
50529      Branch: perl
50530            ! ext/threads/threads.xs handy.h hints/os390.sh thread.h
50531 ____________________________________________________________________________
50532 [ 19367] By: rgs                                   on 2003/04/29  20:31:07
50533         Log: Subject: [PATCH] buglet: sub a(;&) { } doesn't work
50534              From: Enache Adrian <enache@rdslink.ro>
50535              Date: Sat, 19 Apr 2003 01:41:07 +0300
50536              Message-ID: <20030418224107.GA2751@ratsnest.hole>
50537      Branch: perl
50538            ! t/comp/parser.t toke.c
50539 ____________________________________________________________________________
50540 [ 19366] By: jhi                                   on 2003/04/29  08:55:12
50541         Log: If it's S_, it should be STATIC.
50542      Branch: perl
50543            ! embed.fnc embed.h numeric.c proto.h
50544 ____________________________________________________________________________
50545 [ 19365] By: sky                                   on 2003/04/28  16:30:03
50546         Log: Subject: [PATCH] [perl #7592] Clarify what qw() does in scalar context
50547              From: Casey West <casey@geeknest.com>
50548              Date: mŒn apr 28, 2003  16:00:05 Europe/Stockholm
50549              Message-Id: <20030428140005.GC62281@geeknest.com>
50550      Branch: perl
50551            ! pod/perlop.pod
50552 ____________________________________________________________________________
50553 [ 19364] By: sky                                   on 2003/04/28  16:20:43
50554         Log: Subject: [PATCH] [patch #7514] Bug in perlop regex explination
50555              From: Casey West <casey@geeknest.com>
50556              Date: mŒn apr 28, 2003  19:22:06 Europe/Stockholm
50557              Message-Id: <20030428172206.GK62281@geeknest.com>
50558      Branch: perl
50559            ! pod/perlop.pod
50560 ____________________________________________________________________________
50561 [ 19363] By: sky                                   on 2003/04/28  15:32:35
50562         Log: Fix bug 2681, change the test not to use the shell and use 3+arg
50563              open.
50564      Branch: perl
50565            ! t/io/openpid.t
50566 ____________________________________________________________________________
50567 [ 19359] By: jhi                                   on 2003/04/28  08:43:23
50568         Log: Feel-good cleanup.
50569      Branch: perl
50570            ! intrpvar.h sv.c
50571 ____________________________________________________________________________
50572 [ 19358] By: jhi                                   on 2003/04/28  08:27:15
50573         Log: SysV msg queues can be something hanging (witnessed in IRIX),
50574              so let's use IPC_NOWAIT.
50575      Branch: perl
50576            ! ext/IPC/SysV/t/msg.t t/op/taint.t
50577 ____________________________________________________________________________
50578 [ 19357] By: jhi                                   on 2003/04/28  06:32:47
50579         Log: Detecting errors of reentrant APIs: getgrgid_r and the like
50580              when returning an int can either return the error in the return
50581              value or in the errno.  We need a new per-interp variable to store
50582              the return value instead of clobbering the errno with it.  The new
50583              variable, PL_reentrant_retint, is only used within the reentrancy
50584              framework, and immediately after it's set, so there should not be
50585              similar visibility issues as for the errno.  Spotted by Edward Moy.
50586      Branch: perl
50587            ! embedvar.h intrpvar.h perlapi.h reentr.c reentr.h reentr.pl
50588 ____________________________________________________________________________
50589 [ 19356] By: rgs                                   on 2003/04/27  20:09:01
50590         Log: Newer glibc's nice(2) return the new nice value, instead of 0 or -1.
50591              Check errno to see if the call to nice(2) succeeded.
50592              Subject: Re: [PATCH++] all about the recent standard conforming glibc's nic
50593              From: Enache Adrian <enache@rdslink.ro>
50594              Date: Wed, 23 Apr 2003 22:48:20 +0300
50595              Message-ID: <20030423194820.GA874@ratsnest.hole>
50596      Branch: perl
50597            ! ext/POSIX/POSIX.xs
50598 ____________________________________________________________________________
50599 [ 19355] By: jhi                                   on 2003/04/27  19:56:09
50600         Log: Document a faint compilation noise.
50601      Branch: perl
50602            ! README.aix
50603 ____________________________________________________________________________
50604 [ 19354] By: rgs                                   on 2003/04/27  19:35:11
50605         Log: $[ clarifications.
50606      Branch: perl
50607            ! pod/perlvar.pod
50608 ____________________________________________________________________________
50609 [ 19353] By: rgs                                   on 2003/04/27  18:51:37
50610         Log: utime() doc clarifications
50611              based on :
50612              Subject: Re: [PATCH] [perl #18589] Add NFS warning, clarify touch example
50613              From: Casey West <casey@geeknest.com>
50614              Date: Fri, 25 Apr 2003 08:00:54 -0400
50615              Message-ID: <20030425120054.GQ34510@geeknest.com>
50616      Branch: perl
50617            ! pod/perlfunc.pod
50618 ____________________________________________________________________________
50619 [ 19351] By: jhi                                   on 2003/04/27  08:13:34
50620         Log: Add a test case for [perl #15288] (already solved).
50621      Branch: perl
50622            ! t/op/pack.t
50623 ____________________________________________________________________________
50624 [ 19350] By: jhi                                   on 2003/04/27  07:38:17
50625         Log: Add Dave Mitchell's test case for fields.
50626      Branch: perl
50627            ! lib/fields.t
50628 ____________________________________________________________________________
50629 [ 19349] By: jhi                                   on 2003/04/27  06:50:09
50630         Log: Subject: [PATCH] VMS::Stdio test tweak
50631              From: "Craig A. Berry" <craigberry@mac.com>
50632              Date: Sat, 26 Apr 2003 15:53:07 -0500
50633              Message-ID: <3EAAF1B3.7020708@mac.com>
50634      Branch: perl
50635            ! vms/ext/Stdio/test.pl
50636 ____________________________________________________________________________
50637 [ 19348] By: jhi                                   on 2003/04/27  06:46:16
50638         Log: Subject: Re: [COMPLETE PATCH lib/UNIVERSAL.pm] RE: [perl #22018] UNIVERSAL documentatio n contradicts itself
50639              From: Casey West <casey@geeknest.com>
50640              Date: Thu, 24 Apr 2003 08:18:42 -0400
50641              Message-ID: <20030424121842.GW34510@geeknest.com>
50642      Branch: perl
50643            ! lib/UNIVERSAL.pm
50644 ____________________________________________________________________________
50645 [ 19346] By: jhi                                   on 2003/04/27  06:03:48
50646         Log: Document that restricted hashes are not atomic
50647              (from Dave Mitchell).
50648      Branch: perl
50649            ! lib/Hash/Util.pm
50650 ____________________________________________________________________________
50651 [ 19345] By: jhi                                   on 2003/04/27  05:59:39
50652         Log: Subject: [PATCH] Re: the revenge of the bride of the son of the night of the living pseudohashes
50653              From: Dave Mitchell <davem@fdgroup.com>
50654              Date: Sat, 26 Apr 2003 18:45:28 +0100
50655              Message-ID: <20030426174528.GA9588@fdgroup.com>
50656      Branch: perl
50657            ! hv.c lib/Hash/Util.t pod/perldiag.pod
50658 ____________________________________________________________________________
50659 [ 19344] By: rgs                                   on 2003/04/26  22:48:32
50660         Log: Some doc patches by Casey West :
50661
50662              Subject: Re: [PATCH] Re: [perl #21260] adding error handling info to perlfunc/readline
50663              From: Casey West <casey@geeknest.com>
50664              Date: Fri, 25 Apr 2003 10:46:39 -0400
50665              Message-ID: <20030425144639.GY34510@geeknest.com>
50666
50667              Subject: Re: [perl #21785] [PATCH] clarify readdir in for conditional
50668              From: Casey West <casey@geeknest.com>
50669              Date: Fri, 25 Apr 2003 07:52:13 -0400
50670              Message-ID: <20030425115213.GP34510@geeknest.com>
50671
50672              Subject: Re: [perl #7213] [PATCH] Updating example in perldata
50673              From: Casey West <casey@geeknest.com>
50674              Date: Thu, 24 Apr 2003 21:27:22 -0400
50675              Message-ID: <20030425012722.GN34510@geeknest.com>
50676      Branch: perl
50677            ! pod/perldata.pod pod/perlfunc.pod pod/perlsyn.pod
50678 ____________________________________________________________________________
50679 [ 19343] By: rgs                                   on 2003/04/26  22:30:07
50680         Log: Document that splice() doesn't extend arrays
50681              Subject: Re: slice autoextending ? still another revised doc patch; COW
50682              From: david nicol <whatever@davidnicol.com>
50683              Date: 22 Apr 2003 22:05:02 -0500
50684              Message-Id: <1051067101.1086.113.camel@plaza.davidnicol.com>
50685      Branch: perl
50686            ! pod/perlfunc.pod
50687 ____________________________________________________________________________
50688 [ 19342] By: sky                                   on 2003/04/26  21:43:32
50689         Log: Fix bug #15161 by increasing the refcount on the RE and making
50690              sure to restore it correctly. Deals with both s//e and s///g.
50691      Branch: perl
50692            ! pp_ctl.c pp_hot.c
50693 ____________________________________________________________________________
50694 [ 19341] By: jhi                                   on 2003/04/26  04:36:03
50695         Log: Integrate:
50696              [ 19340]
50697              Caught by Mark Lutz in UNICOS: A declaration cannot appear
50698              after an executable statement in a block.
50699      Branch: perl
50700           !> pp_pack.c
50701 ____________________________________________________________________________
50702 [ 19337] By: jhi                                   on 2003/04/25  20:19:36
50703         Log: Now the -Dnoextensions and -Dnoextensions have the
50704              chance of actually doing something.
50705      Branch: perl
50706            ! Configure
50707 ____________________________________________________________________________
50708 [ 19334] By: jhi                                   on 2003/04/25  19:48:31
50709         Log: Subject: [PATCH] Configure's extension sanity check is too strict
50710              From: Andy Dougherty <doughera@lafayette.edu>
50711              Date: Fri, 25 Apr 2003 16:23:45 -0400 (EDT)
50712              Message-ID: <Pine.SOL.4.53.0304251621250.24848@maxwell.phys.lafayette.edu>
50713      Branch: perl
50714            ! Configure
50715 ____________________________________________________________________________
50716 [ 19330] By: jhi                                   on 2003/04/25  14:11:33
50717         Log: Subject: [PATCH Encode 1.93] another spin on the enc_module.t merry-go-round
50718              From: "Craig A. Berry" <craigberry@mac.com>
50719              Date: Thu, 24 Apr 2003 20:09:48 -0500
50720              Message-ID: <3EA88ADC.3000300@mac.com>
50721      Branch: perl
50722            ! ext/Encode/t/enc_module.t
50723 ____________________________________________________________________________
50724 [ 19329] By: jhi                                   on 2003/04/25  07:06:49
50725         Log: Upgrade to Time::HiRes 1.46.
50726      Branch: perl
50727            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
50728            ! ext/Time/HiRes/Makefile.PL
50729 ____________________________________________________________________________
50730 [ 19328] By: jhi                                   on 2003/04/25  06:57:10
50731         Log: Subject: typo in Time::HiRes docs
50732              From: mjd@plover.com
50733              Date: 19 Apr 2003 15:13:44 -0000
50734              Message-ID: <20030419151344.28237.qmail@plover.com>
50735      Branch: perl
50736            ! ext/Time/HiRes/HiRes.pm
50737 ____________________________________________________________________________
50738 [ 19327] By: jhi                                   on 2003/04/25  04:45:05
50739         Log: Clarify(?) the perlio default layers table.
50740      Branch: perl
50741            ! lib/PerlIO.pm t/io/layers.t
50742 ____________________________________________________________________________
50743 [ 19326] By: jhi                                   on 2003/04/25  04:22:49
50744         Log: Upgrade to Test::Harness 2.28.
50745      Branch: perl
50746            ! lib/Test/Harness.pm lib/Test/Harness/Changes
50747            ! lib/Test/Harness/t/pod.t
50748 ____________________________________________________________________________
50749 [ 19325] By: jhi                                   on 2003/04/24  19:06:29
50750         Log: Upgrade to Encode 1.93.
50751      Branch: perl
50752            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Makefile.PL
50753            ! ext/Encode/lib/Encode/CJKConstants.pm
50754            ! ext/Encode/lib/Encode/CN/HZ.pm
50755            ! ext/Encode/lib/Encode/Encoding.pm
50756            ! ext/Encode/lib/Encode/Guess.pm
50757            ! ext/Encode/lib/Encode/KR/2022_KR.pm
50758            ! ext/Encode/lib/Encode/PerlIO.pod ext/Encode/t/CJKT.t
50759            ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_module.t
50760            ! ext/Encode/t/guess.t ext/Encode/ucm/euc-cn.ucm
50761            ! ext/Encode/ucm/euc-jp.ucm ext/Encode/ucm/euc-kr.ucm
50762 ____________________________________________________________________________
50763 [ 19323] By: jhi                                   on 2003/04/24  16:57:13
50764         Log: VMS patch for faststdio from Craig Berry.
50765      Branch: perl
50766            ! configure.com
50767 ____________________________________________________________________________
50768 [ 19320] By: rgs                                   on 2003/04/23  20:20:58
50769         Log: Subject: Re: [PATCH] [perl #18055] Clarify for bug resolution.
50770              From: Casey West <casey@geeknest.com>
50771              Date: Wed, 23 Apr 2003 14:03:20 -0400
50772              Message-ID: <20030423180320.GZ15574@geeknest.com>
50773      Branch: perl
50774            ! pod/perlmodlib.PL pod/perlmodlib.pod
50775 ____________________________________________________________________________
50776 [ 19319] By: rgs                                   on 2003/04/23  19:54:31
50777         Log: Subject: [perl #22011] [PATCH] pod/perlmod.pod (v5.8.0)
50778              From: Chris Pepper (via RT) <perlbug-followup@perl.org>
50779              Date: 22 Apr 2003 04:31:17 -0000
50780              Message-Id: <rt-22011-55473.11.0523590303906@bugs6.perl.org>
50781              (with minor further corrections)
50782      Branch: perl
50783            ! pod/perlmod.pod
50784 ____________________________________________________________________________
50785 [ 19316] By: rgs                                   on 2003/04/23  19:11:01
50786         Log: A new fatal error :
50787              Subject: [PATCH] Perl_croak("Use of freed value in iteration")
50788              From: Dave Mitchell <davem@fdgroup.com>
50789              Date: Mon, 21 Apr 2003 13:19:50 +0100
50790              Message-ID: <20030421121950.GB18189@fdgroup.com>
50791              Message-ID: <20030421125433.GC18189@fdgroup.com>
50792      Branch: perl
50793            ! pod/perldiag.pod pp_hot.c t/cmd/for.t
50794 ____________________________________________________________________________
50795 [ 19314] By: jhi                                   on 2003/04/23  18:53:46
50796         Log: Introduce 'fast stdio' symbols to non-Configure lands.
50797      Branch: perl
50798            ! NetWare/config.wc NetWare/config_H.wc configure.com
50799            ! epoc/config.sh plan9/config.plan9 plan9/config_h.sample
50800            ! plan9/config_sh.sample uconfig.h uconfig.sh win32/config.bc
50801            ! win32/config.gc win32/config.vc win32/config.vc64
50802            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
50803            ! win32/config_H.vc64 wince/config.ce wince/config_H.ce
50804 ____________________________________________________________________________
50805 [ 19312] By: jhi                                   on 2003/04/23  18:21:47
50806         Log: Regen Configure, Glossary, et alia.
50807      Branch: perl
50808            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
50809            ! config_h.SH
50810 ____________________________________________________________________________
50811 [ 19310] By: jhi                                   on 2003/04/23  08:34:33
50812         Log: Handle the combination of dosish and non-faststdio.
50813      Branch: perl
50814            ! t/io/layers.t
50815 ____________________________________________________________________________
50816 [ 19308] By: rgs                                   on 2003/04/22  20:53:20
50817         Log: Subject: 5.8.0: two problems
50818              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
50819              Date: Tue, 22 Apr 2003 11:43:17 -0700
50820              Message-ID: <20030422184316.GA8602@math.berkeley.edu>
50821      Branch: perl
50822            ! XSUB.h
50823 ____________________________________________________________________________
50824 [ 19307] By: ams                                   on 2003/04/22  16:39:51
50825         Log: Subject: [PATCH] Doc pointers in perlbot.
50826              From: Casey West <casey@geeknest.com>
50827              Date: Tue, 22 Apr 2003 11:19:09 -0400
50828              Message-Id: <20030422151909.GC11119@geeknest.com>
50829              (Applied by hand.)
50830      Branch: perl
50831            ! pod/perlbot.pod
50832 ____________________________________________________________________________
50833 [ 19306] By: jhi                                   on 2003/04/22  13:09:21
50834         Log: z/OS: changes for building threaded from "Brian De Pradine"
50835              <PRADINE@uk.ibm.com>.
50836      Branch: perl
50837            ! Makefile.SH hints/os390.sh thread.h util.c
50838 ____________________________________________________________________________
50839 [ 19305] By: jhi                                   on 2003/04/22  11:42:35
50840         Log: Enache's turn.
50841      Branch: perl
50842            ! ext/Encode/t/enc_module.t
50843 ____________________________________________________________________________
50844 [ 19304] By: jhi                                   on 2003/04/22  10:48:47
50845         Log: Re-merge Encode 1.92.
50846      Branch: perl
50847            ! ext/Encode/Makefile.PL ext/Encode/t/enc_module.t
50848 ____________________________________________________________________________
50849 [ 19302] By: jhi                                   on 2003/04/22  05:26:21
50850         Log: Argh, cut-and-pasto.
50851      Branch: perl
50852            ! perlio.c
50853 ____________________________________________________________________________
50854 [ 19301] By: sky                                   on 2003/04/21  21:33:14
50855         Log: Fix bug 17964 by properly refcounting the gv top.
50856              Seems like the entries in rsfp are way different than
50857              normal PVIO objects.
50858      Branch: perl
50859            ! sv.c
50860 ____________________________________________________________________________
50861 [ 19300] By: rgs                                   on 2003/04/21  19:42:04
50862         Log: Fix another segfault case (warn called from UNIVERSAL::DESTROY).
50863
50864              Subject: Re: [perl #21347] segfault in UNIVERSAL::AUTOLOAD
50865              From: Enache Adrian <enache@rdslink.ro>
50866              Date: Sun, 20 Apr 2003 02:45:48 +0300
50867              Message-ID: <20030419234548.GA849@ratsnest.hole>
50868              and
50869              Date: Wed, 2 Apr 2003 07:52:28 +0300
50870              Message-ID: <20030402045227.GA1023@ratsnest.hole>
50871      Branch: perl
50872            ! pp_sys.c t/op/ref.t util.c
50873 ____________________________________________________________________________
50874 [ 19299] By: sky                                   on 2003/04/21  17:05:31
50875         Log: Croak on non ref to shared methods instead of segfault.
50876              This can really only happen for &share("string").
50877      Branch: perl
50878            ! ext/threads/shared/shared.xs
50879 ____________________________________________________________________________
50880 [ 19297] By: jhi                                   on 2003/04/21  16:24:36
50881         Log: Add OpenZaurus cross-compilation patches.
50882      Branch: perl
50883            + Cross/Makefile Cross/Makefile.SH.patch Cross/TODO Cross/config
50884            + Cross/config.sh-arm-linux Cross/generate_config_sh
50885            + Cross/installperl.patch Cross/warp
50886            ! Cross/README INSTALL MANIFEST
50887 ____________________________________________________________________________
50888 [ 19289] By: sky                                   on 2003/04/21  13:24:40
50889         Log: Fixes bug #17043, resets PL_srand_called before the cloning.
50890              Allows people to override the resetting by using srand() in CLONE.
50891      Branch: perl
50892            ! ext/threads/t/thread.t ext/threads/threads.xs
50893 ____________________________________________________________________________
50894 [ 19286] By: jhi                                   on 2003/04/21  06:50:42
50895         Log: Introduce two new Configure symbols:
50896              [1] d_faststdio  = d_stdstdio && d_stdio_ptr_lval &&
50897              (d_stdio_cnt_lval || d_stdio_ptr_lval_sets_cnt)
50898              [2] usefaststdio = do we use fast stdio if we have it?
50899              For 5.[68], we do.  For anything else, we don't.
50900              (At least, unless otherwise instructed by -Dusefaststdio.)
50901              This means that for bleadperl we no more use stdio, but instead
50902              default to perlio: the effect of PERLIO=perlio, in other words.
50903              (PERLIO=stdio will still switch to using stdio.)
50904              This change may endanger extensions using FILE*-- but if we are
50905              to migrate fully to perlio, better start swallowing the poison now.
50906              For maintperl, the usefaststdio still defaults to yes.
50907      Branch: perl
50908            ! Configure config_h.SH perlio.c t/io/layers.t
50909 ____________________________________________________________________________
50910 [ 19285] By: jhi                                   on 2003/04/21  05:43:55
50911         Log: Upgrade to Locale::Maketext 1.05.
50912      Branch: perl
50913            ! lib/Locale/Maketext.pm lib/Locale/Maketext/ChangeLog
50914 ____________________________________________________________________________
50915 [ 19284] By: jhi                                   on 2003/04/21  05:40:34
50916         Log: Upgrade to Test 1.24.
50917      Branch: perl
50918            ! lib/Test.pm
50919 ____________________________________________________________________________
50920 [ 19283] By: rgs                                   on 2003/04/20  22:01:28
50921         Log: Subject: [PATCH] goto &sub doesn't empty @_
50922              From: Dave Mitchell <davem@fdgroup.com>
50923              Date: Sun, 20 Apr 2003 21:46:51 +0100
50924              Message-ID: <20030420204651.GE15591@fdgroup.com>
50925      Branch: perl
50926            ! pp_ctl.c
50927 ____________________________________________________________________________
50928 [ 19282] By: rgs                                   on 2003/04/20  21:22:29
50929         Log: Remove, in the main Makefile, the $(LDLIBPTH) variable from
50930              the commands that invoke $(CC).
50931              Subject: Re: Smoke failure
50932              From: Enache Adrian <enache@rdslink.ro>
50933              Date: Fri, 18 Apr 2003 19:06:07 +0300
50934              Message-ID: <20030418160606.GA797@ratsnest.hole>
50935      Branch: perl
50936            ! Makefile.SH
50937 ____________________________________________________________________________
50938 [ 19281] By: rgs                                   on 2003/04/20  19:53:53
50939         Log: Subject: Re: [perl #22000] AutoReply: [PATCH] Naughty sv_gets/RsRECORD bug
50940              From: Enache Adrian <enache@rdslink.ro>
50941              Date: Sat, 19 Apr 2003 20:12:18 +0300
50942              Message-ID: <20030419171218.GA974@ratsnest.hole>
50943      Branch: perl
50944            ! sv.c
50945 ____________________________________________________________________________
50946 [ 19280] By: rgs                                   on 2003/04/20  18:55:40
50947         Log: Document PERL_DEBUGGING_MSTATS in INSTALL and in the Win32 Makefile.
50948              Subject: [DOC PATCH 5.8.0] Re: Problem with Devel::Peek on Perl 5.8.0
50949              From: Steve Hay <steve.hay@uk.radan.com>
50950              Date: Wed, 16 Apr 2003 11:12:22 +0100
50951              Message-ID: <3E9D2C86.8040104@uk.radan.com>
50952      Branch: perl
50953            ! INSTALL win32/Makefile
50954 ____________________________________________________________________________
50955 [ 19278] By: jhi                                   on 2003/04/20  07:42:17
50956         Log: Give more information of what to do when -Dusexxx fail.
50957      Branch: perl
50958            ! Configure
50959 ____________________________________________________________________________
50960 [ 19277] By: rgs                                   on 2003/04/19  19:40:22
50961         Log: Fix bug #21347 (segfault in UNIVERSAL::AUTOLOAD with qr//)
50962              by adding a dummy destructor method Regexp::DESTROY.
50963              This prevents infinite recursion, since Regexp::DESTROY
50964              is no more autoloaded.
50965
50966              Subject: Re: [perl #21347] segfault in UNIVERSAL::AUTOLOAD
50967              From: Enache Adrian <enache@rdslink.ro>
50968              Date: Wed, 2 Apr 2003 05:02:42 +0300
50969              Message-ID: <20030402020242.GA2966@ratsnest.hole>
50970      Branch: perl
50971            ! ext/B/t/stash.t t/op/ref.t universal.c
50972 ____________________________________________________________________________
50973 [ 19276] By: rgs                                   on 2003/04/19  19:32:25
50974         Log: Subject: Re: [PATCH] [perl #21875] Hash ref transformed as a list
50975              From: Dave Mitchell <davem@fdgroup.com>
50976              Date: Sat, 19 Apr 2003 20:06:51 +0100
50977              Message-ID: <20030419190651.GD13333@fdgroup.com>
50978      Branch: perl
50979            ! t/comp/parser.t toke.c
50980 ____________________________________________________________________________
50981 [ 19275] By: jhi                                   on 2003/04/19  18:52:24
50982         Log: Restore the two variables retired by the change #19268
50983              (for binary backward compatibility)
50984      Branch: perl
50985            ! embedvar.h perlapi.h thrdvar.h
50986 ____________________________________________________________________________
50987 [ 19273] By: jhi                                   on 2003/04/19  17:36:33
50988         Log: Fail if the specified -Duse64xxx cannot be fulfilled.
50989              (And undo a doublesize probe glitch from change #19272.)
50990      Branch: perl
50991            ! Configure
50992 ____________________________________________________________________________
50993 [ 19272] By: jhi                                   on 2003/04/19  16:38:12
50994         Log: If long doubles fail, we really cannot sensibly
50995              drop back to doubles anymore, therefore abort.
50996              Pointed out by Slaven Rezic. (I tried to fix this
50997              via metaconfig but ended up with a vicious cyclic
50998              dependency.)
50999      Branch: perl
51000            ! Configure
51001 ____________________________________________________________________________
51002 [ 19270] By: jhi                                   on 2003/04/19  12:09:21
51003         Log: Upgrade to Net::Ping 2.30.
51004      Branch: perl
51005            ! lib/Net/Ping.pm lib/Net/Ping/Changes
51006            ! lib/Net/Ping/t/450_service.t
51007 ____________________________________________________________________________
51008 [ 19269] By: jhi                                   on 2003/04/19  07:10:57
51009         Log: Bump the test count.
51010      Branch: perl
51011            ! ext/Storable/t/tied.t
51012 ____________________________________________________________________________
51013 [ 19268] By: jhi                                   on 2003/04/19  07:06:13
51014         Log: Subject: [PATCH] allow recursive FETCHes
51015              From: Dave Mitchell <davem@fdgroup.com>
51016              Date: Mon, 7 Apr 2003 10:00:41 +0100
51017              Message-ID: <20030407100041.A1617@fdgroup.com>
51018      Branch: perl
51019            ! av.c dump.c embed.fnc embed.h embedvar.h
51020            ! ext/Storable/t/st-dump.pl hv.c perl.c perlapi.h proto.h sv.c
51021            ! sv.h t/op/tie.t thrdvar.h
51022 ____________________________________________________________________________
51023 [ 19267] By: jhi                                   on 2003/04/19  06:54:34
51024         Log: Subject: [PATCH] readline.t tweak for VMS
51025              From: "Craig A. Berry" <craigberry@mac.com>
51026              Date: Thu, 17 Apr 2003 17:18:19 -0500
51027              Message-ID: <3E9F282B.6090603@mac.com>
51028      Branch: perl
51029            ! t/op/readline.t
51030 ____________________________________________________________________________
51031 [ 19266] By: jhi                                   on 2003/04/19  06:46:48
51032         Log: Subject: [PATCH] Re: any takers for this Storable bug?
51033              From: Enache Adrian <enache@rdslink.ro>
51034              Date: Wed, 16 Apr 2003 21:11:11 +0300
51035              Message-ID: <20030416181111.GA6687@ratsnest.hole>
51036
51037              ams had already fixed the bug by #19227, but take the
51038              test case.
51039      Branch: perl
51040            ! ext/Storable/t/tied.t
51041 ____________________________________________________________________________
51042 [ 19265] By: sky                                   on 2003/04/19  00:40:42
51043         Log: Don't use the stack to allocate a SV that we hand out to another
51044              function, only badness can ensure.
51045              Message-Id: <20030418180131.GD10086@fdgroup.com>
51046              Thanks go to Dave Mitchell for help in tracking down the bug!
51047      Branch: perl
51048            ! sv.c
51049 ____________________________________________________________________________
51050 [ 19264] By: jhi                                   on 2003/04/18  19:28:04
51051         Log: UTF8 regexp patch from Inaba Hiroto.
51052      Branch: perl
51053            ! regcomp.c t/op/pat.t
51054 ____________________________________________________________________________
51055 [ 19263] By: jhi                                   on 2003/04/18  19:16:43
51056         Log: Unused variables.
51057      Branch: perl
51058            ! perlio.c universal.c
51059 ____________________________________________________________________________
51060 [ 19262] By: sky                                   on 2003/04/17  20:02:33
51061         Log: Another needle in the voodoo doll.
51062              Now I think it should work with the shared
51063              strings.
51064      Branch: perl
51065            ! sv.c
51066 ____________________________________________________________________________
51067 [ 19254] By: sky                                   on 2003/04/17  17:31:52
51068         Log: Extreme Voodoo programming, by not pinching the SV if it is a
51069              PADTMP it happily keeps it's value later on!
51070      Branch: perl
51071            ! sv.c
51072 ____________________________________________________________________________
51073 [ 19253] By: jhi                                   on 2003/04/17  17:09:16
51074         Log: Implement -Dnoextensions=... and -Donlyextensions=...
51075      Branch: perl
51076            ! Configure INSTALL
51077 ____________________________________________________________________________
51078 [ 19252] By: ams                                   on 2003/04/17  16:19:31
51079         Log: Speculative fix: don't set GvNAMELEN to 1 if GvNAME is "".
51080              Anything that's broken by this change should be fixed.
51081      Branch: perl
51082            ! gv.c
51083 ____________________________________________________________________________
51084 [ 19251] By: jhi                                   on 2003/04/17  15:39:56
51085         Log: Introduce the new *l APIs, undefined, to non-Configure lands.
51086      Branch: perl
51087            ! NetWare/config.wc NetWare/config_H.wc configure.com
51088            ! djgpp/configure.bat epoc/config.sh plan9/config.plan9
51089            ! plan9/config_h.sample plan9/config_sh.sample win32/config.bc
51090            ! win32/config.gc win32/config.vc win32/config.vc64
51091            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
51092            ! win32/config_H.vc64 wince/config.ce wince/config_H.ce
51093 ____________________________________________________________________________
51094 [ 19250] By: jhi                                   on 2003/04/17  15:07:08
51095         Log: Regen Glossary et alia.
51096      Branch: perl
51097            ! Porting/Glossary Porting/config.sh Porting/config_H
51098 ____________________________________________________________________________
51099 [ 19248] By: jhi                                   on 2003/04/17  14:53:41
51100         Log: Small tidying up of the selectminbits code, but most
51101              importantly allocate the buffer from the heap using
51102              malloc, not from the stack: using stack causes unaligned
51103              access in LP64 Solaris since stack data is not guaranteed
51104              to be 64-bit aligned, while a fd_set is (it has 1024 longs).
51105              (via Alan Burlison)
51106      Branch: perl
51107            ! Configure
51108 ____________________________________________________________________________
51109 [ 19247] By: ams                                   on 2003/04/17  12:24:57
51110         Log: Subject: Re: [perl #21950] 5.8.x -- :scalar and magic strings
51111              From: Enache Adrian <enache@rdslink.ro>
51112              Date: Thu, 17 Apr 2003 14:35:36 +0300
51113              Message-Id: <20030417113536.GA898@ratsnest.hole>
51114      Branch: perl
51115            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
51116 ____________________________________________________________________________
51117 [ 19245] By: jhi                                   on 2003/04/17  09:20:27
51118         Log: Document that the open pragma does not affect
51119              the three-headed hydra, ummm, open.
51120      Branch: perl
51121            ! lib/open.pm
51122 ____________________________________________________________________________
51123 [ 19244] By: jhi                                   on 2003/04/17  06:45:26
51124         Log: More maneuvering closer to proposed POSIX classes
51125              mapping to Unicode: (1) The definitions of "graph" and
51126              "print" are still in flux: move closer back to how Perl
51127              5.8.0 defined it (though drop Co, that did not make sense)
51128              (2) Add U+0085 (NEL) to "space".
51129      Branch: perl
51130            ! lib/unicore/lib/Graph.pl lib/unicore/lib/Print.pl
51131            ! lib/unicore/lib/Space.pl lib/unicore/mktables
51132 ____________________________________________________________________________
51133 [ 19243] By: jhi                                   on 2003/04/17  05:29:24
51134         Log: Detect the 'fast stdio' case.
51135      Branch: perl
51136            ! lib/PerlIO.pm t/io/layers.t
51137 ____________________________________________________________________________
51138 [ 19242] By: jhi                                   on 2003/04/16  20:14:01
51139         Log: Fix up Larry's copyright statements to my best knowledge.
51140              (Lots of Perl 5 source code archaeology was involved.)
51141              Larry didn't make strangled noises when I showed him
51142              the patch, either :-)
51143      Branch: perl
51144            ! EXTERN.h INTERN.h Porting/pumpkin.pod README XSUB.h av.c av.h
51145            ! cc_runtime.h cop.h cv.h deb.c doio.c doop.c dosish.h dump.c
51146            ! embed.h embed.pl embedvar.h fakesdio.h fakethr.h form.h
51147            ! global.sym globals.c gv.c gv.h handy.h hv.c hv.h keywords.h
51148            ! keywords.pl locale.c mg.c mg.h miniperlmain.c nostdio.h
51149            ! numeric.c op.c op.h opcode.h opcode.pl opnames.h pad.c pad.h
51150            ! patchlevel.h perl.c perl.h perlapi.c perlapi.h perlio.h
51151            ! perlsdio.h perlsfio.h perlvars.h pp.c pp.h pp_ctl.c pp_hot.c
51152            ! pp_pack.c pp_sort.c pp_sys.c proto.h reentr.c reentr.h
51153            ! reentr.pl regcomp.c regcomp.h regexec.c regexp.h run.c scope.c
51154            ! scope.h sv.c sv.h taint.c thrdvar.h thread.h toke.c
51155            ! universal.c unixish.h utf8.c utf8.h utfebcdic.h util.c util.h
51156            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
51157            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
51158            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c xsutils.c
51159 ____________________________________________________________________________
51160 [ 19241] By: jhi                                   on 2003/04/16  17:24:24
51161         Log: Handle PERLIO= and document a bit.
51162      Branch: perl
51163            ! lib/PerlIO.pm pod/perlrun.pod t/io/layers.t
51164 ____________________________________________________________________________
51165 [ 19240] By: sky                                   on 2003/04/16  16:27:43
51166         Log: Fix double join problem for those places where free
51167              actually means free (solaris for example :)
51168              Fixes bug #16681
51169      Branch: perl
51170            ! ext/threads/t/join.t ext/threads/threads.xs
51171 ____________________________________________________________________________
51172 [ 19239] By: jhi                                   on 2003/04/16  14:57:47
51173         Log: Try to get the layers.t working also for dosish platforms.
51174      Branch: perl
51175            ! lib/PerlIO.pm t/io/layers.t
51176 ____________________________________________________________________________
51177 [ 19238] By: jhi                                   on 2003/04/16  13:27:24
51178         Log: A -C parsed from the #! line can still have line endings in it.
51179      Branch: perl
51180            ! util.c
51181 ____________________________________________________________________________
51182 [ 19237] By: jhi                                   on 2003/04/16  13:23:37
51183         Log: What does an empty PERLIO= mean, anyway?
51184      Branch: perl
51185            ! t/io/layers.t
51186 ____________________________________________________________________________
51187 [ 19236] By: jhi                                   on 2003/04/16  13:09:42
51188         Log: Document the effect of thread creation context.
51189      Branch: perl
51190            ! ext/threads/threads.pm
51191 ____________________________________________________________________________
51192 [ 19235] By: jhi                                   on 2003/04/16  12:13:07
51193         Log: Use the right prototype and a glob is fine (from Rafael).
51194      Branch: perl
51195            ! lib/PerlIO.pm universal.c
51196 ____________________________________________________________________________
51197 [ 19234] By: jhi                                   on 2003/04/16  10:20:46
51198         Log: PerlIO::get_layers() usage tip.
51199      Branch: perl
51200            ! lib/PerlIO.pm
51201 ____________________________________________________________________________
51202 [ 19233] By: jhi                                   on 2003/04/16  10:07:48
51203         Log: Syntax terror.
51204      Branch: perl
51205            ! lib/unicore/mktables
51206 ____________________________________________________________________________
51207 [ 19232] By: jhi                                   on 2003/04/16  09:45:51
51208         Log: Redundant test.
51209      Branch: perl
51210            ! lib/unicore/mktables
51211 ____________________________________________________________________________
51212 [ 19231] By: jhi                                   on 2003/04/16  09:21:25
51213         Log: Synchronize the specifications of the POSIX character
51214              classes alnum, graph, and print closer to the planned
51215              Unicode proposal.
51216      Branch: perl
51217            ! lib/unicore/lib/Alnum.pl lib/unicore/lib/Graph.pl
51218            ! lib/unicore/lib/Print.pl lib/unicore/mktables utf8.c
51219 ____________________________________________________________________________
51220 [ 19230] By: jhi                                   on 2003/04/16  08:57:01
51221         Log: Patch from Merijn.
51222      Branch: perl
51223            ! perl.h
51224 ____________________________________________________________________________
51225 [ 19228] By: jhi                                   on 2003/04/16  08:27:26
51226         Log: Thinko in modfl detection.
51227      Branch: perl
51228            ! Configure
51229 ____________________________________________________________________________
51230 [ 19227] By: ams                                   on 2003/04/16  02:32:11
51231         Log: Storable now handles self-tied scalars with NULL mg_obj.
51232      Branch: perl
51233            ! ext/Storable/Storable.xs
51234 ____________________________________________________________________________
51235 [ 19226] By: jhi                                   on 2003/04/15  18:00:21
51236         Log: Upgrade to Pod::LaTeX 0.55.
51237      Branch: perl
51238            + lib/Pod/t/pod2latex.t
51239            - lib/Pod/t/latex.t
51240            ! MANIFEST lib/Pod/LaTeX.pm pod/pod2latex.PL
51241 ____________________________________________________________________________
51242 [ 19224] By: jhi                                   on 2003/04/15  17:01:27
51243         Log: The 'disable-longdouble-if-no-modfl-sqrtl' part didn't stick.
51244      Branch: perl
51245            ! Configure
51246 ____________________________________________________________________________
51247 [ 19223] By: jhi                                   on 2003/04/15  16:36:32
51248         Log: Handle PERLIO=stdio, PERLIO=perlio, PERLIO=mmap, and no PERLIO.
51249      Branch: perl
51250            ! t/io/layers.t
51251 ____________________________________________________________________________
51252 [ 19221] By: jhi                                   on 2003/04/15  16:27:49
51253         Log: False alarm: no cyclic dependency.
51254      Branch: perl
51255            ! Configure config_h.SH
51256 ____________________________________________________________________________
51257 [ 19219] By: jhi                                   on 2003/04/15  16:08:11
51258         Log: Backport of _most_ of the changes in #19218: not one big
51259              cyclic dependency, though, it must be broken up somehow.
51260      Branch: perl
51261            ! Configure config_h.SH
51262 ____________________________________________________________________________
51263 [ 19218] By: jhi                                   on 2003/04/15  14:09:31
51264         Log: Big patch from Alan Burlison to make Solaris long doubles work.
51265              (Also spreads more <stdlib.h> joy.)
51266              Needs backporting to metaconfig units and introducing the new
51267              symbols to non-Configure lands.
51268      Branch: perl
51269            ! Configure config_h.SH hints/solaris_2.sh numeric.c perl.h pp.c
51270 ____________________________________________________________________________
51271 [ 19217] By: jhi                                   on 2003/04/15  14:01:03
51272         Log: Don't skip the whole test for PERLIO=perlio.
51273      Branch: perl
51274            ! t/io/layers.t
51275 ____________________________________________________________________________
51276 [ 19215] By: jhi                                   on 2003/04/15  05:54:17
51277         Log: Add a test for [perl #17753].
51278      Branch: perl
51279            ! t/op/undef.t
51280 ____________________________________________________________________________
51281 [ 19214] By: jhi                                   on 2003/04/15  05:40:52
51282         Log: "proto.h": 'id' is a reserved word in Objective-C.
51283      Branch: perl
51284            ! embed.fnc op.c proto.h
51285 ____________________________________________________________________________
51286 [ 19213] By: sky                                   on 2003/04/14  21:42:10
51287         Log: Ook, run tests on correct build-dir next time.
51288              We must check if the hv is a stash, otherwise we try to delete
51289              something that is a HvNAME of null.....  tests pass better now
51290      Branch: perl
51291            ! gv.c
51292 ____________________________________________________________________________
51293 [ 19212] By: sky                                   on 2003/04/14  21:15:00
51294         Log: Fixes to bugs introduced by PL_stashcache
51295              A) Follow suggestion by Benjamin Goldberg to use hv_delete
51296              instead of hv_delete_ent to avoid creating a temporary SV
51297              B) Don't increment the refcount, sneak it into an IV instead
51298              C) When a GP is a deleted that contains a stash, remove the
51299              corresponding entry since hv might be in use in other places.
51300              D) Note that no test cases test the deletion of packages to catch
51301              this bug.
51302      Branch: perl
51303            ! gv.c hv.c pp_hot.c
51304 ____________________________________________________________________________
51305 [ 19211] By: rgs                                   on 2003/04/14  21:11:11
51306         Log: Mention that "make test_harness" lets messages sent through
51307              standard error out. Complements change #19206.
51308      Branch: perl
51309            ! pod/perlhack.pod
51310 ____________________________________________________________________________
51311 [ 19210] By: rgs                                   on 2003/04/14  20:48:02
51312         Log: Subject: Re: Parse::RecDescent triggers infinete loop in perl5.9.0 and 5.8.1  [perl #17757]
51313              From: Inaba Hiroto <inaba@st.rim.or.jp>
51314              Date: Fri, 21 Mar 2003 17:35:21 +0900
51315              Message-ID: <3E7ACEC8.E0D57221@st.rim.or.jp>
51316              Date: Sat, 22 Mar 2003 11:28:05 +0900
51317              Message-ID: <3E7BCA34.6824269F@st.rim.or.jp>
51318      Branch: perl
51319            ! regexec.c t/op/pat.t
51320 ____________________________________________________________________________
51321 [ 19209] By: jhi                                   on 2003/04/14  20:36:55
51322         Log: PERLIO=perlio requires extra steps.
51323      Branch: perl
51324            ! lib/PerlIO.pm t/io/layers.t
51325 ____________________________________________________________________________
51326 [ 19208] By: jhi                                   on 2003/04/14  20:02:04
51327         Log: Skip as early as possible if no perlio since the
51328              use open would be compile-time.
51329      Branch: perl
51330            ! t/io/layers.t
51331 ____________________________________________________________________________
51332 [ 19207] By: rgs                                   on 2003/04/14  19:34:42
51333         Log: Document and test autovivified dirhandles.
51334              Subject: [perl #21952] [patch] t/op/readdir.t and perlfunc.pod
51335              From: Nathan Torkington (via RT) <perlbug-followup@perl.org>
51336              Date: 12 Apr 2003 12:40:45 -0000
51337              Message-Id: <rt-21952-55079.8.08945458828887@bugs6.perl.org>
51338      Branch: perl
51339            ! pod/perlfunc.pod t/op/readdir.t
51340 ____________________________________________________________________________
51341 [ 19206] By: rgs                                   on 2003/04/14  19:13:26
51342         Log: More docs about running tests and the test suite.
51343              Update perlhack.pod in various places.
51344              Add 'test_harness' as a .PHONY dependency in the Makefile.
51345      Branch: perl
51346            ! Makefile.SH pod/perlhack.pod t/README
51347 ____________________________________________________________________________
51348 [ 19205] By: jhi                                   on 2003/04/14  18:58:01
51349         Log: Build get_layers() also under -Uuseperlio.
51350      Branch: perl
51351            ! universal.c
51352 ____________________________________________________________________________
51353 [ 19204] By: jhi                                   on 2003/04/14  18:48:04
51354         Log: Bump up the version and admonish against aspiring (ab)use.
51355      Branch: perl
51356            ! lib/PerlIO.pm
51357 ____________________________________________________________________________
51358 [ 19203] By: jhi                                   on 2003/04/14  17:35:51
51359         Log: Introduce PerlIO::get_layers() to allow people to peek
51360              at the PerlIO layer stack.
51361      Branch: perl
51362            + t/io/layers.t
51363            ! MANIFEST lib/PerlIO.pm perlio.c perlio.h t/io/open.t
51364            ! universal.c
51365 ____________________________________________________________________________
51366 [ 19202] By: merijn                                on 2003/04/14  05:42:18
51367         Log: Subject: [PATCH] vms/vms.c waitpid tweak
51368              From: "Craig A. Berry" <craigberry@mac.com>
51369              Date: Mon, 14 Apr 2003 00:43:00 -0500
51370              Message-ID: <3E9A4A64.6030205@mac.com>
51371      Branch: perl
51372            ! vms/vms.c
51373 ____________________________________________________________________________
51374 [ 19201] By: sky                                   on 2003/04/13  19:26:46
51375         Log: Fix bug #16253, use all the CPU that we can :-)
51376      Branch: perl
51377            ! ext/threads/threads.xs
51378 ____________________________________________________________________________
51379 [ 19200] By: sky                                   on 2003/04/13  18:38:58
51380         Log: Fix bug #15893 by creating shared scalars with a refcount of 1
51381              instead of 2 and make push and pop increase the refcount.
51382      Branch: perl
51383            ! ext/threads/shared/shared.xs
51384 ____________________________________________________________________________
51385 [ 19199] By: jhi                                   on 2003/04/13  11:45:42
51386         Log: Because we chdir to 'Big-Dummy' the lib/utf8.pm may be at
51387              ../../lib for the lc() at line 66 (UTF-8 data possible
51388              if using UTF-8 locales).
51389      Branch: perl
51390            ! lib/ExtUtils/t/Install.t
51391 ____________________________________________________________________________
51392 [ 19198] By: jhi                                   on 2003/04/13  09:43:09
51393         Log: The lib/ipc_sysv.t test has a new name.
51394      Branch: perl
51395            ! INSTALL
51396 ____________________________________________________________________________
51397 [ 19197] By: jhi                                   on 2003/04/13  09:32:05
51398         Log: Continue hunting for the cause of the Tru64 failed threaded smokes
51399              most probably introduced by the change #19157.  The tweak suggested
51400              by Stephen McCamant trades a possible dangling pointer (CopFILE()
51401              is tricky like that with threads) to a memory leak.  (This means
51402              that this tweak shouldn't be left in as-is, but if this helps,
51403              we at least know that the failure was caused by the #19157.)
51404      Branch: perl
51405            ! op.c
51406 ____________________________________________________________________________
51407 [ 19196] By: jhi                                   on 2003/04/13  09:20:02
51408         Log: Upgrade to Net::Ping 2.29.
51409      Branch: perl
51410            + lib/Net/Ping/t/510_ping_udp.t
51411            - lib/Net/Ping/README
51412            ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/Changes
51413 ____________________________________________________________________________
51414 [ 19195] By: jhi                                   on 2003/04/13  09:02:05
51415         Log: Upgrade to Test::Harness 2.27_04.
51416      Branch: perl
51417            + lib/Test/Harness/t/pod.t t/lib/sample-tests/switches
51418            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Straps.pm
51419            ! lib/Test/Harness/t/test-harness.t
51420 ____________________________________________________________________________
51421 [ 19194] By: rgs                                   on 2003/04/12  21:21:04
51422         Log: Darwin/Rhapsody hints files updates by Wilfredo Sánchez
51423      Branch: perl
51424            ! hints/darwin.sh hints/rhapsody.sh
51425 ____________________________________________________________________________
51426 [ 19192] By: jhi                                   on 2003/04/12  18:23:40
51427         Log: The debugging aid #19182 didn't.
51428      Branch: perl
51429            ! ext/B/t/deparse.t
51430 ____________________________________________________________________________
51431 [ 19191] By: jhi                                   on 2003/04/12  16:51:12
51432         Log: Benchmark nit from Nicholas Clark (in OpenBSD the result could
51433              be a negative zero, -0).
51434      Branch: perl
51435            ! lib/Benchmark.t
51436 ____________________________________________________________________________
51437 [ 19190] By: rgs                                   on 2003/04/12  13:41:25
51438         Log: Subject: [PATCH] MakeMaker 6.10_02 -> 6.10_03
51439              From: Michael G Schwern <schwern@pobox.com>
51440              Date: Fri, 11 Apr 2003 00:32:02 -0700
51441              Message-ID: <20030411073202.GC5916@windhund.schwern.org>
51442      Branch: perl
51443            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_MacOS.pm
51444            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
51445            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/TODO
51446            ! lib/ExtUtils/t/00compile.t lib/ExtUtils/t/00setup_dummy.t
51447            ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/basic.t
51448            ! lib/ExtUtils/t/zz_cleanup_dummy.t
51449 ____________________________________________________________________________
51450 [ 19189] By: rgs                                   on 2003/04/10  20:40:14
51451         Log: Peter Scott suggests that the docs for base.pm should
51452              state explicitely that base.pm doesn't call import()
51453              on base classes. Plus a few typos.
51454      Branch: perl
51455            ! lib/base.pm
51456 ____________________________________________________________________________
51457 [ 19188] By: rgs                                   on 2003/04/10  19:45:08
51458         Log: PerlFAQ sync.
51459      Branch: perl
51460            ! pod/perlfaq.pod pod/perlfaq3.pod pod/perlfaq4.pod
51461            ! pod/perlfaq7.pod pod/perlfaq9.pod
51462 ____________________________________________________________________________
51463 [ 19187] By: rgs                                   on 2003/04/10  19:25:18
51464         Log: Fix bug #21914, 3-arg open + local $fh + strict coredump.
51465              There used to be a nullstash (%{"<none>::"}) to hold illegal
51466              variables under strict 'vars'. It has been removed by change #17942.
51467              This can lead to segfaults during the parsing, because some illegal
51468              variables might have been discarded before the compilation of the
51469              current statement had completed.
51470              Bug analysis and test case by Enache Adrian.
51471      Branch: perl
51472            ! gv.c t/lib/strict/vars
51473 ____________________________________________________________________________
51474 [ 19186] By: jhi                                   on 2003/04/10  19:13:40
51475         Log: Be more descriptive.
51476      Branch: perl
51477            ! MANIFEST
51478 ____________________________________________________________________________
51479 [ 19185] By: jhi                                   on 2003/04/10  19:06:02
51480         Log: Noted by Nat: -0 didn't work that well with Unicode.
51481      Branch: perl
51482            ! perl.c pod/perlrun.pod
51483 ____________________________________________________________________________
51484 [ 19184] By: jhi                                   on 2003/04/10  17:26:43
51485         Log: Add an option for the grok_xxx() to silently ignore bad digits.
51486      Branch: perl
51487            ! numeric.c perl.h
51488 ____________________________________________________________________________
51489 [ 19183] By: jhi                                   on 2003/04/10  10:56:25
51490         Log: The test doesn't work that well when -Uusedl.
51491              Some of the tests could be salvaged even then I guess.
51492      Branch: perl
51493            ! lib/ExtUtils/t/Constant.t
51494 ____________________________________________________________________________
51495 [ 19182] By: jhi                                   on 2003/04/10  09:40:24
51496         Log: A temporary debugging aid for Tru64 threaded builds.
51497      Branch: perl
51498            ! ext/B/t/deparse.t
51499 ____________________________________________________________________________
51500 [ 19181] By: jhi                                   on 2003/04/10  08:02:10
51501         Log: Unless Inuits are involved...
51502      Branch: perl
51503            ! pod/perlrun.pod
51504 ____________________________________________________________________________
51505 [ 19180] By: jhi                                   on 2003/04/10  07:02:44
51506         Log: With AFS the cwds have little chance of agreeing.
51507      Branch: perl
51508            ! ext/Cwd/t/cwd.t
51509 ____________________________________________________________________________
51510 [ 19179] By: jhi                                   on 2003/04/10  06:46:50
51511         Log: I assume the idea was to use the *cwd variables for testing.
51512      Branch: perl
51513            ! ext/Cwd/t/cwd.t
51514 ____________________________________________________________________________
51515 [ 19177] By: jhi                                   on 2003/04/10  04:34:48
51516         Log: perlport information about portably embedding string data.
51517      Branch: perl
51518            ! pod/perlport.pod
51519 ____________________________________________________________________________
51520 [ 19176] By: jhi                                   on 2003/04/10  04:18:45
51521         Log: Also locale names can contain illegal UTF-8.
51522      Branch: perl
51523            ! lib/locale.t
51524 ____________________________________________________________________________
51525 [ 19175] By: jhi                                   on 2003/04/10  04:03:48
51526         Log: In case someone is using UTF-8 locales.
51527      Branch: perl
51528            ! lib/ExtUtils/MM_MacOS.pm
51529 ____________________________________________________________________________
51530 [ 19174] By: merijn                                on 2003/04/09  14:33:12
51531         Log: Even more promotion for -lc128 (long doubles on AIX)
51532              More obvious detection of C compiler
51533              cc_type should not promote to config.sh
51534
51535              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
51536              Date: Wed, 09 Apr 2003 14:31:48 +0200
51537              Message-Id: <20030409143007.B4A4.H.M.BRAND@hccnet.nl>
51538      Branch: perl
51539            ! hints/aix.sh
51540 ____________________________________________________________________________
51541 [ 19173] By: jhi                                   on 2003/04/09  12:39:35
51542         Log: open(my $fh, ">&", STDOUT) should not warn under strict.
51543      Branch: perl
51544            ! op.c t/io/open.t
51545 ____________________________________________________________________________
51546 [ 19172] By: jhi                                   on 2003/04/09  10:40:31
51547         Log: Try to be more descriptive than just __ANONIO__ which is what
51548              you get when you autovivify filehandles into array/hash elements.
51549      Branch: perl
51550            ! doio.c op.c t/io/open.t
51551 ____________________________________________________________________________
51552 [ 19171] By: rgs                                   on 2003/04/08  20:44:20
51553         Log: Implement support for --help and --version in Getopt::Std
51554              Subject: Re: [PATCH 5.8.1 @19053] Getopt::Std
51555              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
51556              Date: Mon, 7 Apr 2003 17:07:15 -0700
51557              Message-ID: <20030408000714.GA953@math.berkeley.edu>
51558      Branch: perl
51559            ! lib/Getopt/Std.pm
51560 ____________________________________________________________________________
51561 [ 19170] By: rgs                                   on 2003/04/08  19:47:05
51562         Log: Subject: [PATCH] Re: Error: Unknown error
51563              From: Enache Adrian <enache@rdslink.ro>
51564              Date: Tue, 8 Apr 2003 07:12:13 +0300
51565              Message-ID: <20030408041213.GA13553@ratsnest.hole>
51566      Branch: perl
51567            ! lib/fields.t lib/strict.t op.c t/lib/strict/subs
51568 ____________________________________________________________________________
51569 [ 19169] By: rgs                                   on 2003/04/08  19:19:34
51570         Log: Subject: [PATCH] (vaguely connected with) [perl #21875] Hash ref transformed as a list
51571              From: Dave Mitchell <davem@fdgroup.com>
51572              Date: Mon, 7 Apr 2003 21:43:17 +0100
51573              Message-ID: <20030407204317.GA8796@fdgroup.com>
51574
51575              The new XTERMORDORDOR lexer expectation must also be named
51576              in debugging perls, to be used in the output of -DT.
51577      Branch: perl
51578            ! perl.h toke.c
51579 ____________________________________________________________________________
51580 [ 19168] By: rgs                                   on 2003/04/08  19:05:22
51581         Log: Document that perl recognizes 2>&1 on the command-line on VMS.
51582      Branch: perl
51583            ! vms/perlvms.pod
51584 ____________________________________________________________________________
51585 [ 19167] By: rgs                                   on 2003/04/08  18:47:18
51586         Log: Typos fixes by Stas Bekman.
51587      Branch: perl
51588            ! cv.h lib/attributes.pm sv.h
51589 ____________________________________________________________________________
51590 [ 19166] By: rgs                                   on 2003/04/08  18:43:22
51591         Log: Subject: [PATCH pod/perlpod.pod] was RE: How cross-platform is `foo 2>&1`  these days?
51592              From: Robin Barker <Robin.Barker@npl.co.uk>
51593              Date: Tue, 8 Apr 2003 14:23:04 +0100
51594              Message-ID: <533D273D4014D411AB1D00062938C4D904046395@hotel.npl.co.uk>
51595      Branch: perl
51596            ! pod/perlpod.pod
51597 ____________________________________________________________________________
51598 [ 19164] By: jhi                                   on 2003/04/08  04:42:05
51599         Log: Few more words about safe/unsafe signals.
51600      Branch: perl
51601            ! pod/perlipc.pod pod/perlrun.pod pod/perlvar.pod
51602 ____________________________________________________________________________
51603 [ 19163] By: jhi                                   on 2003/04/07  19:25:39
51604         Log: The SvGROW() might move the PV.
51605      Branch: perl
51606            ! pp.c
51607 ____________________________________________________________________________
51608 [ 19162] By: jhi                                   on 2003/04/07  18:23:29
51609         Log: Subject: Re: [PATCH] ExtUtils::MakeMaker 6.10_02
51610              From: Michael G Schwern <schwern@pobox.com>
51611              Date: Mon, 7 Apr 2003 02:09:17 -0700
51612              Message-ID: <20030407090917.GA9221@windhund.schwern.org>
51613      Branch: perl
51614            + lib/ExtUtils/t/MM_Any.t
51615            ! MANIFEST lib/ExtUtils/Command.pm lib/ExtUtils/Command/MM.pm
51616            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
51617            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Liblist/Kid.pm
51618            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_BeOS.pm
51619            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_DOS.pm
51620            ! lib/ExtUtils/MM_MacOS.pm lib/ExtUtils/MM_NW5.pm
51621            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_UWIN.pm
51622            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
51623            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm
51624            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/FAQ.pod
51625            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/PATCHING
51626            ! lib/ExtUtils/README lib/ExtUtils/TODO
51627            ! lib/ExtUtils/t/00compile.t lib/ExtUtils/t/MM_Cygwin.t
51628            ! lib/ExtUtils/t/basic.t t/lib/MakeMaker/Test/Utils.pm
51629 ____________________________________________________________________________
51630 [ 19160] By: jhi                                   on 2003/04/07  04:17:38
51631         Log: Time::HiRes: Do not create files in blib directories under core
51632              (from Rafael)
51633      Branch: perl
51634            ! ext/Time/HiRes/Makefile.PL
51635 ____________________________________________________________________________
51636 [ 19159] By: jhi                                   on 2003/04/07  03:53:01
51637         Log: Future binary compat wishful thinking:
51638              maint will use the stashcache, but not the dbassertion.
51639      Branch: perl
51640            ! intrpvar.h
51641 ____________________________________________________________________________
51642 [ 19158] By: jhi                                   on 2003/04/07  03:41:17
51643         Log: More WinCE tweaking for Vadim Konovalov.
51644      Branch: perl
51645            ! wince/Makefile.ce wince/compile-all.bat wince/compile.bat
51646            ! wince/makedist.pl
51647 ____________________________________________________________________________
51648 [ 19157] By: rgs                                   on 2003/04/06  20:53:29
51649         Log: Subject: CvFILE for constant subs
51650              From: Stephen McCamant <smcc@mit.edu>
51651              Date: Sun, 6 Apr 2003 16:39:13 -0400
51652              Message-ID: <16016.36977.667436.279778@syllepsis.MIT.EDU>
51653      Branch: perl
51654            ! op.c
51655 ____________________________________________________________________________
51656 [ 19156] By: rgs                                   on 2003/04/06  20:44:09
51657         Log: Subject: [PATCH] B::Deparse: sv_no != 0
51658              From: Stephen McCamant <smcc@mit.edu>
51659              Date: Sun, 6 Apr 2003 17:00:48 -0400
51660              Message-ID: <16016.38272.921140.343901@syllepsis.MIT.EDU>
51661      Branch: perl
51662            ! ext/B/B/Deparse.pm
51663 ____________________________________________________________________________
51664 [ 19154] By: jhi                                   on 2003/04/06  19:46:35
51665         Log: An unconditional carp is not nice.
51666      Branch: perl
51667            ! ext/Sys/Syslog/Syslog.pm
51668 ____________________________________________________________________________
51669 [ 19153] By: rgs                                   on 2003/04/06  18:37:58
51670         Log: Subject: [DOC PATCH] README.solaris and -Dcc=gcc
51671              From: Robert Spier <rspier@pobox.com>
51672              Date: Sat, 05 Apr 2003 21:12:20 -0800
51673              Message-ID: <m37ka88b0r.wl_rspier@pobox.com>
51674      Branch: perl
51675            ! README.solaris
51676 ____________________________________________________________________________
51677 [ 19152] By: rgs                                   on 2003/04/06  18:24:38
51678         Log: Remove unportable ">|" shell syntax
51679              Subject: Re: Change 19150: LD_PRELOAD hack, still badly flawed / a solution
51680              From: Enache Adrian <enache@rdslink.ro>
51681              Date: Sun, 6 Apr 2003 21:13:27 +0300
51682              Message-ID: <20030406181326.GA873@ratsnest.hole>
51683      Branch: perl
51684            ! Makefile.SH
51685 ____________________________________________________________________________
51686 [ 19151] By: jhi                                   on 2003/04/06  18:14:44
51687         Log: Subject: PATCH (was: Re: [perl #18180] problem with sys:syslog on solaris 8 with perl 5.8.0)
51688              From: Joost van Baal <J.E.vanBaal@uvt.nl>
51689              Date: Mon, 25 Nov 2002 17:35:37 +0100
51690              Message-ID: <20021125163537.GC4745@banach.uvt.nl>
51691
51692              (The .pm patch modified a bit, and removed the false
51693              claim that _PATH_INFO would be coming from syslog.ph)
51694      Branch: perl
51695            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.pm
51696            ! ext/Sys/Syslog/syslog.t
51697 ____________________________________________________________________________
51698 [ 19150] By: rgs                                   on 2003/04/05  21:10:00
51699         Log: Subject: LD_PRELOAD hack, still badly flawed / a solution
51700              From: Enache Adrian <enache@rdslink.ro>
51701              Date: Thu, 3 Apr 2003 15:50:48 +0300
51702              Message-ID: <20030403125048.GA6107@ratsnest.hole>
51703
51704              On linux, when building a shared library, generate
51705              a small shell wrapper, "preload", that preloads libperl.so
51706              only if it exists. Useful when the 'make' process stops
51707              before the link phase.
51708      Branch: perl
51709            ! Makefile.SH
51710 ____________________________________________________________________________
51711 [ 19149] By: jhi                                   on 2003/04/05  20:44:25
51712         Log: Upgrade to Locale::Maketext 1.04.
51713      Branch: perl
51714            + lib/Locale/Maketext/t/00about.t lib/Locale/Maketext/t/01make.t
51715            + lib/Locale/Maketext/t/02get.t lib/Locale/Maketext/t/03http.t
51716            - lib/Locale/Maketext/test.pl
51717            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
51718            ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
51719 ____________________________________________________________________________
51720 [ 19148] By: jhi                                   on 2003/04/05  20:38:30
51721         Log: perluniintro.pod: nice_string() doesn't escape
51722              literal escape chars -- use Sadahiro-san's fix(es).
51723      Branch: perl
51724            ! pod/perluniintro.pod
51725 ____________________________________________________________________________
51726 [ 19147] By: rgs                                   on 2003/04/05  19:12:30
51727         Log: Subject: [PATCH 5.8.1 @19053] Embedding
51728              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
51729              Date: Mon, 31 Mar 2003 12:39:24 -0800
51730              Message-ID: <20030331203924.GA3602@math.berkeley.edu>
51731
51732              Advertise the pair of macros PERL_SYS_INIT3 / PERL_SYS_TERM
51733              to be used in a C program's main function.
51734      Branch: perl
51735            ! lib/ExtUtils/t/Embed.t pod/perlembed.pod
51736 ____________________________________________________________________________
51737 [ 19146] By: jhi                                   on 2003/04/05  19:08:37
51738         Log: Heredocs and use encoding didn't work for SJIS;
51739              patch from Inaba Hiroto.
51740      Branch: perl
51741            ! toke.c
51742 ____________________________________________________________________________
51743 [ 19145] By: rgs                                   on 2003/04/05  11:45:36
51744         Log: The manpages don't have to be built by MakeMaker for the
51745              core modules in ext/. Disable this in Devel::PPPort (not
51746              up-to-date on CPAN), Unicode::Normalize (the CPAN version
51747              uses a different Makefile.PL anyway) and XS::APItest
51748              (not CPANized.)
51749      Branch: perl
51750            ! ext/Devel/PPPort/Makefile.PL ext/Unicode/Normalize/Makefile.PL
51751            ! ext/XS/APItest/Makefile.PL
51752 ____________________________________________________________________________
51753 [ 19144] By: rgs                                   on 2003/04/05  11:28:22
51754         Log: Upgrade to Unicode::Normalize 0.21 and Unicode::Collate 0.24,
51755              by SADAHIRO Tomoyuki.
51756      Branch: perl
51757            ! ext/Unicode/Normalize/Changes
51758            ! ext/Unicode/Normalize/Normalize.pm
51759            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
51760            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
51761            ! ext/Unicode/Normalize/t/test.t lib/Unicode/Collate.pm
51762            ! lib/Unicode/Collate/Changes lib/Unicode/Collate/README
51763            ! lib/Unicode/Collate/t/index.t lib/Unicode/Collate/t/test.t
51764 ____________________________________________________________________________
51765 [ 19143] By: merijn                                on 2003/04/03  08:55:33
51766         Log: Subject: [PATCH] VMS %ENV fix (follow-up to 18852)
51767              From: "Craig A. Berry" <craigberry@mac.com>
51768              Date: Wed, 02 Apr 2003 18:09:03 -0600
51769              Message-Id: <5.2.0.9.0.20030402173822.01ba1df0@dcichiexc1>
51770      Branch: perl
51771            ! vms/vms.c vms/vmsish.h
51772 ____________________________________________________________________________
51773 [ 19142] By: merijn                                on 2003/04/03  08:50:55
51774         Log: Subject: Re: [PATCH 5.8.0 DOC] Fix missing functions when splitting perlfunc
51775              From: andreas.koenig@anima.de (Andreas J. Koenig)
51776              Date: Thu, 03 Apr 2003 08:28:52 +0200
51777              Message-ID: <m3u1dgnlgb.fsf@franz.ak.mind.de>
51778      Branch: perl
51779            ! lib/Pod/t/Functions.t
51780 ____________________________________________________________________________
51781 [ 19141] By: jhi                                   on 2003/04/03  05:00:36
51782         Log: Don't recurse from threads to threads/shared (since
51783              threads/shared is built separately, temp solution from
51784              Schwern while MM is being fixed.)
51785      Branch: perl
51786            ! ext/threads/Makefile.PL
51787 ____________________________________________________________________________
51788 [ 19140] By: rgs                                   on 2003/04/02  20:41:46
51789         Log: Subject: [PATCH 5.8.0 DOC] Fix missing functions when splitting perlfunc
51790              From: Steve Hay <steve.hay@uk.radan.com>
51791              Date: Thu, 20 Mar 2003 11:55:01 +0000
51792              Message-ID: <3E79AC15.80307@uk.radan.com>
51793      Branch: perl
51794            ! installhtml lib/Pod/Functions.pm pod/perlfunc.pod pod/splitpod
51795 ____________________________________________________________________________
51796 [ 19139] By: jhi                                   on 2003/04/02  19:44:07
51797         Log: Make perldiag agree with #19138.
51798      Branch: perl
51799            ! pod/perldiag.pod
51800 ____________________________________________________________________________
51801 [ 19138] By: jhi                                   on 2003/04/02  19:37:59
51802         Log: Make at least the thread count make sense.
51803      Branch: perl
51804            ! ext/threads/threads.xs
51805 ____________________________________________________________________________
51806 [ 19137] By: rgs                                   on 2003/04/02  19:24:47
51807         Log: Adjust test for the recent change (#19136) to Pod::Html
51808      Branch: perl
51809            ! lib/Pod/t/htmlview.t
51810 ____________________________________________________________________________
51811 [ 19136] By: rgs                                   on 2003/04/02  18:46:31
51812         Log: Fixes for "installhtml --splithead", based on :
51813              Subject: Re: [PATCH 5.8.0 UTIL] Fix installhtml for splitting and PM/POD conflicts
51814              From: Steve Hay <steve.hay@uk.radan.com>
51815              Date: Wed, 02 Apr 2003 11:33:41 +0100
51816              Message-ID: <3E8ABC85.5060807@uk.radan.com>
51817
51818              This also includes a small patch to Pod::Html : when generating
51819              anchor names, play on the safe side and turn every non-alphanumeric
51820              character into an '_'. Moreover, Pod::Html::anchorify() is now
51821              optionally exported.
51822      Branch: perl
51823            ! installhtml lib/Pod/Html.pm
51824 ____________________________________________________________________________
51825 [ 19135] By: rgs                                   on 2003/04/02  18:42:50
51826         Log: Subject: Re: [perl #21765] $s = ""; $n = @a = split(/,/, $s); results in undef $n
51827              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
51828              Date: Tue, 01 Apr 2003 16:32:46 -0800
51829              Message-ID: <u+ii+gzkgqkV092yn@efn.org>
51830      Branch: perl
51831            ! pp.c t/op/split.t
51832 ____________________________________________________________________________
51833 [ 19134] By: sky                                   on 2003/04/02  18:01:40
51834         Log: Fix some small nits, thanks to Rafael.
51835      Branch: perl
51836            ! pp_hot.c
51837 ____________________________________________________________________________
51838 [ 19133] By: sky                                   on 2003/04/02  13:41:14
51839         Log: Add packname->stash cache before the check if a packname is a
51840              filehandle or a package, it works because only packnames
51841              that have been resolved to stashes are added to the cache,
51842              and when a newIO is created we clean the cache.
51843              Results in roughly 1.8 speed increase for class->method()
51844              calls.
51845      Branch: perl
51846            ! embedvar.h gv.c hv.c intrpvar.h perl.c perlapi.h pp_hot.c sv.c
51847 ____________________________________________________________________________
51848 [ 19132] By: merijn                                on 2003/04/02  11:28:02
51849         Log: #19122 should have been tested on non-glibc system (like AIX)
51850      Branch: perl
51851            ! pp.c
51852 ____________________________________________________________________________
51853 [ 19131] By: jhi                                   on 2003/04/02  05:25:19
51854         Log: Spread IlyaZ's PERL_CORE detection trick.
51855      Branch: perl
51856            ! ext/Encode/Makefile.PL
51857 ____________________________________________________________________________
51858 [ 19130] By: jhi                                   on 2003/04/02  04:42:40
51859         Log: Cannot portably compare files if one of them is still open
51860              (from Craig Berry).
51861      Branch: perl
51862            ! ext/Encode/t/enc_module.t
51863 ____________________________________________________________________________
51864 [ 19129] By: jhi                                   on 2003/04/02  04:30:45
51865         Log: MM_VMS tweak from Craig Berry:
51866              http://nntp.x.perl.org/group/perl.makemaker/1002
51867      Branch: perl
51868            ! lib/ExtUtils/MM_VMS.pm
51869 ____________________________________________________________________________
51870 [ 19128] By: rgs                                   on 2003/04/01  21:30:12
51871         Log: Subject: [PATCH 5.8.0 UTIL] Fix installhtml for splitting and PM/POD conflicts
51872              From: Steve Hay <steve.hay@uk.radan.com>
51873              Date: Thu, 20 Mar 2003 12:34:15 +0000
51874              Message-ID: <3E79B547.6030201@uk.radan.com>
51875              (with a few minor tweaks)
51876      Branch: perl
51877            ! installhtml
51878 ____________________________________________________________________________
51879 [ 19127] By: rgs                                   on 2003/04/01  19:01:20
51880         Log: Subject: Re: [perl #21744] Deparse bug: "\::" deparsed as "::"
51881              From: Enache Adrian <enache@rdslink.ro>
51882              Date: Sat, 29 Mar 2003 19:45:41 +0200
51883              Message-ID: <20030329174541.GA8138@ratsnest.hole>
51884      Branch: perl
51885            ! ext/B/B/Deparse.pm
51886 ____________________________________________________________________________
51887 [ 19126] By: rgs                                   on 2003/04/01  18:39:43
51888         Log: Fix bug #21742. require should be always invoked in
51889              scalar context. This wasn't the case when called from
51890              an eval(""), because the void context doesn't propagate
51891              through the leaveeval op. Instead of making scalarvoid()
51892              handle OP_LEAVEEVAL -- this breaks AutoLoader -- implement
51893              a workaround in doeval().
51894      Branch: perl
51895            ! pp_ctl.c t/comp/require.t
51896 ____________________________________________________________________________
51897 [ 19124] By: jhi                                   on 2003/04/01  16:52:28
51898         Log: Subject: [patch] fix HiRes.t failures on Stratus VOS
51899              From: "Green, Paul" <Paul.Green@stratus.com>
51900              Date: Tue, 1 Apr 2003 12:37:38 -0500
51901              Message-ID: <A2A34F15EE916148BC4C4748223E67A403D99C9D@exna4.stratus.com>
51902      Branch: perl
51903            ! hints/vos.sh
51904 ____________________________________________________________________________
51905 [ 19122] By: jhi                                   on 2003/04/01  16:36:52
51906         Log: Integrate:
51907              [ 19119]
51908              Address "5.8.1@19053: crypt_r() takes 128K per thread".
51909      Branch: perl
51910           !> pp.c reentr.c reentr.h reentr.pl
51911 ____________________________________________________________________________
51912 [ 19121] By: jhi                                   on 2003/04/01  16:36:02
51913         Log: Integrate:
51914              [ 19109]
51915              Subject: [PATCH 5.8.1 @19053] Time::HiRes
51916              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
51917              Date: Mon, 31 Mar 2003 12:53:01 -0800
51918              Message-ID: <20030331205301.GA3687@math.berkeley.edu>
51919
51920              [ 19111]
51921              A cleaner way to detect PERL_CORE, from IlyaZ.
51922      Branch: perl
51923           !> ext/Time/HiRes/HiRes.t ext/Time/HiRes/Makefile.PL
51924 ____________________________________________________________________________
51925 [ 19120] By: jhi                                   on 2003/04/01  16:32:03
51926         Log: Integrate:
51927              [ 19106]
51928              Subject: [PATCH 5.8.1 @19053] OS/2-related patches
51929              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
51930              Date: Mon, 31 Mar 2003 12:43:37 -0800
51931              Message-ID: <20030331204337.GA3634@math.berkeley.edu>
51932
51933              and regen Configure.
51934      Branch: perl
51935            ! Configure config_h.SH embedvar.h
51936           !> Makefile.SH embed.fnc embed.h embed.pl ext/threads/threads.xs
51937           !> intrpvar.h makedef.pl os2/Makefile.SHs os2/OS2/ExtAttr/Changes
51938           !> os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/PrfDB/Changes
51939           !> os2/OS2/PrfDB/PrfDB.pm os2/OS2/REXX/DLL/DLL.pm
51940           !> os2/OS2/REXX/REXX.pm os2/dl_os2.c os2/os2.c os2/os2ish.h
51941           !> os2/os2thread.h perlapi.h perlio.c perlvars.h reentr.c
51942           !> reentr.h reentr.pl sv.c
51943 ____________________________________________________________________________
51944 [ 19118] By: jhi                                   on 2003/04/01  16:17:04
51945         Log: Document the _exit() issue with threads in Linux [perl #17057].
51946      Branch: perl
51947            ! ext/POSIX/POSIX.pod
51948 ____________________________________________________________________________
51949 [ 19117] By: jhi                                   on 2003/04/01  16:07:59
51950         Log: Subject: Re: 5.8.1@19053 bug: make minitest fails with threads
51951              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
51952              Date: Tue, 1 Apr 2003 11:02:35 +0200
51953              Message-Id: <20030401110235.3f20ffb2.rgarciasuarez@free.fr>
51954      Branch: perl
51955            ! t/op/getpid.t
51956 ____________________________________________________________________________
51957 [ 19116] By: jhi                                   on 2003/04/01  16:06:12
51958         Log: Subject: [PATCH ext/SDBM_File/sdbm/Makefile.PL] MM hackery and whitespace changes
51959              From: Michael G Schwern <schwern@pobox.com>
51960              Date: Mon, 31 Mar 2003 15:16:57 -0800
51961              Message-ID: <20030331231657.GJ17529@windhund.schwern.org>
51962      Branch: perl
51963            ! ext/SDBM_File/sdbm/Makefile.PL
51964 ____________________________________________________________________________
51965 [ 19115] By: jhi                                   on 2003/04/01  15:58:45
51966         Log: Subject: [PATCH] overdue perlhack.pod corrections for RT
51967              From: Richard.Foley@ubsw.com
51968              Date: Mon, 31 Mar 2003 16:27:14 +0200
51969              Message-ID: <B374141B0A424D4F9CF143CC51B3ADD9857B39@NZURC900PEX1.ubsgs.ubsgroup.net>
51970      Branch: perl
51971            ! pod/perlhack.pod
51972 ____________________________________________________________________________
51973 [ 19114] By: jhi                                   on 2003/04/01  15:56:27
51974         Log: Subject: [PATCH] Text::Abbrev warnings safe
51975              From: Peter Scott <Peter@PSDT.com>
51976              Date: Fri, 28 Mar 2003 16:34:47 -0800
51977              Message-id: <5.2.0.9.2.20030328161002.00b45f08@shell2.webquarry.com>
51978      Branch: perl
51979            ! lib/Text/Abbrev.pm lib/Text/Abbrev.t
51980 ____________________________________________________________________________
51981 [ 19113] By: merijn                                on 2003/04/01  14:12:33
51982         Log: Implemented AIX longdouble support in hints/aix.sh, which now
51983              actually work.  Thanks to John L. Allen for the hint.
51984
51985              Subject: Re: AIX longdoubles
51986              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
51987              Date: Tue, 01 Apr 2003 17:18:57 +0200
51988              Message-Id: <20030401171819.D8E6.H.M.BRAND@hccnet.nl>
51989      Branch: perl
51990            ! hints/aix.sh
51991 ____________________________________________________________________________
51992 [ 19104] By: jhi                                   on 2003/03/31  10:51:36
51993         Log: Tabify; strictly speaking unnecessary but anyway...
51994      Branch: perl
51995            ! MANIFEST
51996 ____________________________________________________________________________
51997 [ 19102] By: jhi                                   on 2003/03/31  10:36:48
51998         Log: Upgrade to Test::Harness 2.27_02.
51999      Branch: perl
52000            + t/lib/sample-tests/no_output t/lib/sample-tests/segfault
52001            + t/lib/sample-tests/too_many
52002            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
52003            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/strap-analyze.t
52004            ! lib/Test/Harness/t/strap.t lib/Test/Harness/t/test-harness.t
52005 ____________________________________________________________________________
52006 [ 19101] By: jhi                                   on 2003/03/31  10:07:35
52007         Log: Upgrade to podlators 1.26.
52008      Branch: perl
52009            ! lib/Pod/Man.pm
52010 ____________________________________________________________________________
52011 [ 19100] By: jhi                                   on 2003/03/31  10:03:50
52012         Log: Upgrade to Encode 1.92.
52013      Branch: perl
52014            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
52015            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Guess.pm
52016            ! ext/Encode/t/CJKT.t ext/Encode/t/enc_module.t
52017            ! ext/Encode/ucm/big5-eten.ucm ext/Encode/ucm/big5-hkscs.ucm
52018            ! ext/Encode/ucm/cp932.ucm ext/Encode/ucm/cp936.ucm
52019            ! ext/Encode/ucm/cp949.ucm ext/Encode/ucm/cp950.ucm
52020 ____________________________________________________________________________
52021 [ 19099] By: jhi                                   on 2003/03/31  09:54:52
52022         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.03 -> 6.06_05ish
52023              From: Michael G Schwern <schwern@pobox.com>
52024              Date: Mon, 31 Mar 2003 02:42:58 -0800
52025              Message-ID: <20030331104257.GB15327@windhund.schwern.org>
52026      Branch: perl
52027            + lib/ExtUtils/MakeMaker/FAQ.pod
52028            + lib/ExtUtils/MakeMaker/Tutorial.pod
52029            + lib/ExtUtils/MakeMaker/vmsish.pm lib/ExtUtils/NOTES
52030            + lib/ExtUtils/PATCHING lib/ExtUtils/README lib/ExtUtils/TODO
52031            + lib/ExtUtils/t/00compile.t lib/ExtUtils/t/Install.t
52032            + lib/ExtUtils/t/Liblist.t lib/ExtUtils/t/oneliner.t
52033            + lib/ExtUtils/t/prompt.t lib/ExtUtils/t/split_command.t
52034            + t/lib/TieIn.pm
52035            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command.pm
52036            ! lib/ExtUtils/Command/MM.pm lib/ExtUtils/Install.pm
52037            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Liblist/Kid.pm
52038            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/MM_Any.pm
52039            ! lib/ExtUtils/MM_BeOS.pm lib/ExtUtils/MM_Cygwin.pm
52040            ! lib/ExtUtils/MM_DOS.pm lib/ExtUtils/MM_MacOS.pm
52041            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_OS2.pm
52042            ! lib/ExtUtils/MM_UWIN.pm lib/ExtUtils/MM_Unix.pm
52043            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
52044            ! lib/ExtUtils/MM_Win95.pm lib/ExtUtils/MakeMaker.pm
52045            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/t/00setup_dummy.t
52046            ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/INST.t
52047            ! lib/ExtUtils/t/INST_PREFIX.t lib/ExtUtils/t/MM_BeOS.t
52048            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_NW5.t
52049            ! lib/ExtUtils/t/MM_OS2.t lib/ExtUtils/t/MM_Unix.t
52050            ! lib/ExtUtils/t/MM_VMS.t lib/ExtUtils/t/MM_Win32.t
52051            ! lib/ExtUtils/t/Manifest.t lib/ExtUtils/t/basic.t
52052            ! lib/ExtUtils/t/hints.t lib/ExtUtils/t/prefixify.t
52053 ____________________________________________________________________________
52054 [ 19098] By: jhi                                   on 2003/03/31  09:36:11
52055         Log: Subject: [PATCH dump.c] stray n_a
52056              From: Michael G Schwern <schwern@pobox.com>
52057              Date: Mon, 31 Mar 2003 00:55:49 -0800
52058              Message-ID: <20030331085549.GB1300@windhund.schwern.org>
52059      Branch: perl
52060            ! dump.c
52061 ____________________________________________________________________________
52062 [ 19097] By: jhi                                   on 2003/03/31  05:00:07
52063         Log: Some low-hanging fruit for EBCDIC portability
52064              (or for marking as EBCDIC todos)
52065      Branch: perl
52066            ! ext/List/Util/t/isvstring.t lib/utf8.t t/run/switchC.t
52067            ! t/uni/write.t
52068 ____________________________________________________________________________
52069 [ 19094] By: jhi                                   on 2003/03/30  15:54:35
52070         Log: Upgrade to Time::HiRes 1.44.
52071      Branch: perl
52072            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
52073 ____________________________________________________________________________
52074 [ 19092] By: jhi                                   on 2003/03/30  15:09:02
52075         Log: IRIX 5.3 update.
52076      Branch: perl
52077            ! README.irix
52078 ____________________________________________________________________________
52079 [ 19091] By: jhi                                   on 2003/03/30  10:26:32
52080         Log: Not all compilers like #ifdefs within cpp macros
52081              (follow-up on #19086)
52082      Branch: perl
52083            ! pp_sys.c
52084 ____________________________________________________________________________
52085 [ 19090] By: jhi                                   on 2003/03/30  09:50:33
52086         Log: Ending strings is customary (typo from #19084).
52087      Branch: perl
52088            ! ext/Socket/Socket.t
52089 ____________________________________________________________________________
52090 [ 19089] By: jhi                                   on 2003/03/30  09:24:08
52091         Log: Re-sort MANIFEST (LC_ALL=C sort -fo MANIFEST MANIFEST)
52092      Branch: perl
52093            ! MANIFEST
52094 ____________________________________________________________________________
52095 [ 19088] By: jhi                                   on 2003/03/30  09:09:42
52096         Log: Another victim of IRIX 5.3's inability to resolve 'localhost'
52097              as the test expects.
52098      Branch: perl
52099            ! lib/Net/hostent.t
52100 ____________________________________________________________________________
52101 [ 19087] By: jhi                                   on 2003/03/30  09:08:07
52102         Log: In IRIX 5.3 turn off some of the warnings that cannot
52103              really be helped (e.g. warnings coming from system headers,
52104              or linker warnings during Configure).
52105      Branch: perl
52106            ! hints/irix_5.sh
52107 ____________________________________________________________________________
52108 [ 19086] By: jhi                                   on 2003/03/30  08:59:24
52109         Log: In IRIX 5.3 the cc is awfully confused about the prototype
52110              of select().
52111      Branch: perl
52112            ! hints/irix_5.sh pp_sys.c
52113 ____________________________________________________________________________
52114 [ 19085] By: jhi                                   on 2003/03/30  08:43:53
52115         Log: In IRIX 5.3 being too POSIXly hides the struct timespec.
52116      Branch: perl
52117            + ext/Time/HiRes/hints/irix.pl
52118            ! MANIFEST
52119 ____________________________________________________________________________
52120 [ 19084] By: jhi                                   on 2003/03/30  08:31:53
52121         Log: gethostbyname('localhost') is not that portable.
52122              inet_aton('localhost') in IRIX 5.3 returned an undef,
52123              which in turn made pack_sockaddr_in to barf on zero
52124              length in_addr.
52125      Branch: perl
52126            ! ext/Socket/Socket.t pod/perlfunc.pod pod/perlport.pod
52127 ____________________________________________________________________________
52128 [ 19083] By: jhi                                   on 2003/03/30  07:49:46
52129         Log: Subject: [PATCH] COW formats (was Re: Smoke [5.9.0] 19044 FAIL(F) linux 2.4.18-3 (i686/1 cpu))
52130              From: Nicholas Clark <nick@unfortu.net>
52131              Date: Sun, 30 Mar 2003 00:35:48 +0000
52132              Message-ID: <20030330003547.GO274@Bagpuss.unfortu.net>
52133      Branch: perl
52134            ! sv.c
52135 ____________________________________________________________________________
52136 [ 19082] By: jhi                                   on 2003/03/29  21:18:32
52137         Log: IRIX 5.3 can have PF_LINK defined to be AF_LINK but
52138              not defined AF_LINK.
52139      Branch: perl
52140            ! ext/Socket/Socket.xs
52141 ____________________________________________________________________________
52142 [ 19081] By: jhi                                   on 2003/03/29  20:41:56
52143         Log: Subject: [unPATCH] Re: Smoke [5.8.1] 19076 FAIL(F) openbsd 3.2 (i386/1 cpu)
52144              From: Nicholas Clark <nick@unfortu.net>
52145              Date: Sat, 29 Mar 2003 18:58:09 +0000
52146              Message-ID: <20030329185807.GL274@Bagpuss.unfortu.net>
52147      Branch: perl
52148            ! dump.c
52149 ____________________________________________________________________________
52150 [ 19080] By: rgs                                   on 2003/03/29  20:39:34
52151         Log: Minor rephrasing in perlopentut,
52152              noticed by Bob Wilkinson (RT [perl #21725])
52153      Branch: perl
52154            ! pod/perlopentut.pod
52155 ____________________________________________________________________________
52156 [ 19079] By: rgs                                   on 2003/03/29  20:21:11
52157         Log: Subject: [DOCPATCH] Re: [PATCH] Re: [perl #21614] 5.8.0 Unbalanced string table refcount
52158              From: Nicholas Clark <nick@unfortu.net>
52159              Date: Thu, 27 Mar 2003 22:37:35 +0000
52160              Message-ID: <20030327223735.GD277@Bagpuss.unfortu.net>
52161      Branch: perl
52162            ! pod/perlapi.pod sv.h
52163 ____________________________________________________________________________
52164 [ 19078] By: jhi                                   on 2003/03/29  07:23:00
52165         Log: It seems that in Tru64 V5 gcc cannot be used to
52166              compile a threaded Perl because <pthread.h> explicitly
52167              checks for supported compilers (gcc not being one of them).
52168              This is not so bad since the system C compiler is always there.
52169      Branch: perl
52170            ! README.tru64 hints/dec_osf.sh
52171 ____________________________________________________________________________
52172 [ 19077] By: jhi                                   on 2003/03/28  06:03:16
52173         Log: Feeding illegal QP (like \x80) to this
52174              ./perl -Ilib -wne 'use PerlIO::via::QuotedPrint;BEGIN{binmode(STDIN, ":via(QuotedPrint)")};print'
52175              caused a coredump in av_length() <- nextargv() because
52176              the av was NULL.  I don't know that returning Nullfp is
52177              the best thing to do, but it dodges the segfault and
52178              introduces no test failures.
52179      Branch: perl
52180            ! doio.c
52181 ____________________________________________________________________________
52182 [ 19074] By: jhi                                   on 2003/03/27  18:17:20
52183         Log: Missing final \n.
52184      Branch: perl
52185            ! lib/Attribute/Handlers/Changes
52186 ____________________________________________________________________________
52187 [ 19072] By: rgs                                   on 2003/03/26  22:30:09
52188         Log: Subject: [perl #21672] IO::New and undefined filename behaviour
52189              From: "mike@exegenix.com (via RT)" <perlbug-followup@perl.org>
52190              Date: 24 Mar 2003 16:29:08 -0000
52191              Message-Id: <rt-21672-54038.2.07650993465862@bugs6.perl.org>
52192              plus a regression test
52193      Branch: perl
52194            ! ext/IO/lib/IO/File.pm lib/FileHandle.t
52195 ____________________________________________________________________________
52196 [ 19071] By: rgs                                   on 2003/03/26  22:08:16
52197         Log: Better version of change #19069
52198              Subject: [PATCH] Re: [PATCH] Re: [perl #21614] 5.8.0 Unbalanced string table refcount
52199              From: Nicholas Clark <nick@unfortu.net>
52200              Date: Wed, 26 Mar 2003 23:01:46 +0000
52201              Message-ID: <20030326230145.GC279@Bagpuss.unfortu.net>
52202      Branch: perl
52203            ! pp_hot.c sv.c t/op/readline.t
52204 ____________________________________________________________________________
52205 [ 19070] By: rgs                                   on 2003/03/26  21:31:55
52206         Log: Subject: [patch] for Stratus VOS
52207              From: "Green, Paul" <Paul.Green@stratus.com>
52208              Date: Wed, 26 Mar 2003 17:24:38 -0500
52209              Message-ID: <A2A34F15EE916148BC4C4748223E67A403D99C74@exna4.stratus.com>
52210              (plus a small tweak to the test script)
52211      Branch: perl
52212            ! README.vos t/op/pack.t
52213 ____________________________________________________________________________
52214 [ 19069] By: rgs                                   on 2003/03/26  21:14:33
52215         Log: Subject: [PATCH] Re: [perl #21614] 5.8.0 Unbalanced string table refcount
52216              From: Nicholas Clark <nick@unfortu.net>
52217              Date: Tue, 25 Mar 2003 22:59:17 +0000
52218              Message-ID: <20030325225917.GE284@Bagpuss.unfortu.net>
52219      Branch: perl
52220            ! sv.c t/op/readline.t
52221 ____________________________________________________________________________
52222 [ 19068] By: rgs                                   on 2003/03/26  20:53:18
52223         Log: Win32 counterpart of change #19065
52224      Branch: perl
52225            ! win32/Makefile win32/makefile.mk
52226 ____________________________________________________________________________
52227 [ 19067] By: rgs                                   on 2003/03/26  20:34:32
52228         Log: VMS counterpart of change #19065
52229      Branch: perl
52230            ! vms/descrip_mms.template
52231 ____________________________________________________________________________
52232 [ 19066] By: jhi                                   on 2003/03/26  20:05:40
52233         Log: Upgrade to Term::ANSIColor 1.07.
52234      Branch: perl
52235            ! lib/Term/ANSIColor.pm lib/Term/ANSIColor/ChangeLog
52236            ! lib/Term/ANSIColor/README
52237 ____________________________________________________________________________
52238 [ 19065] By: rgs                                   on 2003/03/26  19:55:20
52239         Log: Add a file utils/cpan.PL to generate the "cpan" utility,
52240              also separately maintained on CPAN, and now moved as
52241              lib/CPAN/bin/cpan. Tweak installperl to avoid installing
52242              this last file.
52243      Branch: perl
52244            + utils/cpan.PL
52245           +> lib/CPAN/bin/cpan
52246            - utils/cpan
52247            ! MANIFEST installperl utils/Makefile
52248 ____________________________________________________________________________
52249 [ 19064] By: jhi                                   on 2003/03/26  19:48:32
52250         Log: Subject: [PATCH] Re: [perl #21542] local $_ [0] = $_ [0] fails.
52251              From: Dave Mitchell <davem@fdgroup.com>
52252              Date: Thu, 20 Mar 2003 01:26:19 +0000
52253              Message-ID: <20030320012619.C19869@fdgroup.com>
52254
52255              Subject: Re: [PATCH] Re: [perl #21542] local $_ [0] = $_ [0] fails.
52256              From: Dave Mitchell <davem@fdgroup.com>
52257              Date: Mon, 24 Mar 2003 16:06:51 +0000
52258              Message-ID: <20030324160651.D1798@fdgroup.com>
52259      Branch: perl
52260            ! pp_ctl.c pp_hot.c scope.c t/op/args.t
52261 ____________________________________________________________________________
52262 [ 19063] By: jhi                                   on 2003/03/26  19:33:09
52263         Log: Subject: [perl #21648] Doc typo in Net::servent
52264              From: Andy Lester (via RT) <perlbug-followup@perl.org>
52265              Date: 22 Mar 2003 05:02:31 -0000
52266              Message-Id: <rt-21648-53986.0.682889311382979@bugs6.perl.org>
52267      Branch: perl
52268            ! lib/Net/servent.pm
52269 ____________________________________________________________________________
52270 [ 19062] By: jhi                                   on 2003/03/26  19:29:39
52271         Log: Subject: [PATCH README.qnx] for QNX 6.2
52272              From: Norton Allen <allen@huarp.harvard.edu>
52273              Date: Tue, 25 Mar 2003 12:09:42 -0500 (est)
52274              Message-Id: <200303251709.MAA11391@bottesini.harvard.edu>
52275      Branch: perl
52276            ! README.qnx
52277 ____________________________________________________________________________
52278 [ 19060] By: merijn                                on 2003/03/26  13:13:23
52279         Log: Subject: [PATCH] lib/vmsish.t GMT bug fix
52280              From: "Craig A. Berry" <craigberry@mac.com>
52281              Date: Tue, 25 Mar 2003 22:52:58 -0600
52282              Message-ID: <3E81322A.3040508@mac.com>
52283      Branch: perl
52284            ! lib/vmsish.t
52285 ____________________________________________________________________________
52286 [ 19059] By: rgs                                   on 2003/03/24  21:43:03
52287         Log: Change 19056 wasn't good enough.
52288              ldlibpth should be changed later, to avoid spaces to be quoted.
52289      Branch: perl
52290            ! Makefile.SH
52291 ____________________________________________________________________________
52292 [ 19058] By: rgs                                   on 2003/03/24  21:37:59
52293         Log: Subject: [PATCH pod/perlhist.pod] Adding the latest version of Perl
52294              From: Michael G Schwern <schwern@pobox.com>
52295              Date: Mon, 24 Mar 2003 00:50:39 -0800
52296              Message-ID: <20030324085039.GA19981@windhund.schwern.org>
52297      Branch: perl
52298            ! pod/perlhist.pod
52299 ____________________________________________________________________________
52300 [ 19057] By: rgs                                   on 2003/03/24  21:33:43
52301         Log: Typo, spotted by Doru Petrescu
52302              Message-ID: <Pine.LNX.4.31.0303241134170.13160-100000@linux.kappa.ro>
52303      Branch: perl
52304            ! ext/Data/Dumper/Dumper.pm
52305 ____________________________________________________________________________
52306 [ 19056] By: rgs                                   on 2003/03/24  21:05:48
52307         Log: Subject: Re: Smoke [5.9.0] 19055 FAIL(m) linux 2.4.18-3 (i686/1 cpu)
52308              From: Enache Adrian <enache@rdslink.ro>
52309              Date: Mon, 24 Mar 2003 23:56:25 +0200
52310              Message-ID: <20030324215625.GB853@ratsnest.hole>
52311      Branch: perl
52312            ! Makefile.SH
52313 ____________________________________________________________________________
52314 [ 19055] By: merijn                                on 2003/03/24  07:05:39
52315         Log: Subject: no more 'make install && make test' with shared libperl.so on Linux
52316              From: Enache Adrian <enache@rdslink.ro>
52317              Date: Sat, 22 Mar 2003 22:49:49 +0200
52318              Message-ID: <20030322204949.GB794@ratsnest.hole>
52319
52320              This is a slightly more defensive patch than Chip's patch that
52321              fell through the cracks, but does the same
52322              Subject: Shared libperl.so and build issues
52323              From: Chip Turner <cturner@redhat.com>
52324              Date: Tue 31 Dec 2002 17:21
52325      Branch: perl
52326            ! Makefile.SH
52327 ____________________________________________________________________________
52328 [ 19054] By: merijn                                on 2003/03/24  06:54:23
52329         Log: Subject: [PATCH bleadperl] vms.c thread clean-up
52330              From: "Craig A. Berry" <craigberry@mac.com>
52331              Date: Sun, 23 Mar 2003 15:32:58 -0600
52332              Message-ID: <3E7E280A.5000304@mac.com>
52333      Branch: perl
52334            ! vms/vms.c
52335 ____________________________________________________________________________
52336 [ 19052] By: jhi                                   on 2003/03/24  04:28:13
52337         Log: For change #19051: a new .bat to CRLF.
52338      Branch: perl
52339            ! Porting/makerel
52340 ____________________________________________________________________________
52341 [ 19051] By: jhi                                   on 2003/03/24  04:27:55
52342         Log: WinCE update from Vadim Konovalov.
52343      Branch: perl
52344            + wince/compile-all.bat wince/makedist.pl
52345            - wince/include/sys/stat.h wince/xbuildall.ksh
52346            - wince/xdistclean.ksh wince/xmakediffs.ksh
52347            ! MANIFEST README.ce dosish.h wince/Makefile.ce
52348            ! wince/compile.bat wince/config.ce
52349 ____________________________________________________________________________
52350 [ 19050] By: jhi                                   on 2003/03/24  04:25:15
52351         Log: Oops (change #19013 missed changing the Perl version number).
52352      Branch: perl
52353            ! cygwin/perlld.in
52354 ____________________________________________________________________________
52355 [ 19047] By: jhi                                   on 2003/03/23  17:54:33
52356         Log: Integrate from maint-5.8:
52357              [ 19045]
52358              If no IVSIZE == 8, no need for modulo_1.
52359      Branch: perl
52360           !> pp.c
52361 ____________________________________________________________________________
52362 [ 19044] By: rgs                                   on 2003/03/21  21:09:15
52363         Log: Subject: [PATCH] p4genpatch
52364              From: andreas.koenig@anima.de (Andreas J. Koenig)
52365              Date: Sat, 15 Mar 2003 12:04:18 +0100
52366              Message-ID: <m3hea4gabx.fsf@k242.linux.bogus>
52367      Branch: perl
52368            ! Porting/p4genpatch
52369 ____________________________________________________________________________
52370 [ 19043] By: rgs                                   on 2003/03/21  20:43:55
52371         Log: Subject: [PATCH] perlsub.pod and perlsyn.pod: better organise scoping info for modifiers
52372              From: Martien Verbruggen <mgjv@tradingpost.com.au>
52373              Date: Sat, 15 Mar 2003 12:31:47 +1100
52374              Message-Id: <slrnb750k3.j8t.mgjv@martien.heliotrope.home>
52375      Branch: perl
52376            ! pod/perlsub.pod pod/perlsyn.pod
52377 ____________________________________________________________________________
52378 [ 19042] By: merijn                                on 2003/03/21  07:45:54
52379         Log: Subject: [PATCH] readdir_r for VMS (was Re: [PATCH] configure.com: sig_num, etc.)
52380              From: "Craig A. Berry" <craigberry@mac.com>
52381              Date: Thu, 20 Mar 2003 23:03:36 -0600
52382              Message-ID: <3E7A9D28.1040706@mac.com>
52383      Branch: perl
52384            ! configure.com vms/vms.c vms/vmsish.h
52385 ____________________________________________________________________________
52386 [ 19039] By: rgs                                   on 2003/03/20  22:40:38
52387         Log: Subject: Re: [patch] [perl #21628] rcatline issue
52388              From: Enache Adrian <enache@rdslink.ro>
52389              Date: Thu, 20 Mar 2003 22:39:06 +0200
52390              Message-ID: <20030320203906.GA31199@ratsnest.hole>
52391      Branch: perl
52392            ! MANIFEST pp_hot.c t/op/readline.t
52393 ____________________________________________________________________________
52394 [ 19038] By: rgs                                   on 2003/03/20  22:07:50
52395         Log: Subject: Re: Bytecode? Back into service.
52396              From: Enache Adrian <enache@rdslink.ro>
52397              Date: Thu, 20 Mar 2003 07:38:39 +0200
52398              Message-ID: <20030320053839.GA4044@ratsnest.hole>
52399      Branch: perl
52400            ! bytecode.pl ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
52401            ! ext/ByteLoader/byterun.h op.c
52402 ____________________________________________________________________________
52403 [ 19037] By: rgs                                   on 2003/03/20  20:16:43
52404         Log: Subject: [DOC-PATCH] for README.cygwin, bleadperl version
52405              From: "Gerrit P. Haase" <gp@familiehaase.de>
52406              Date: Thu, 20 Mar 2003 21:23:28 +0100
52407              Message-ID: <941032389637.20030320212328@familiehaase.de>
52408      Branch: perl
52409            ! README.cygwin
52410 ____________________________________________________________________________
52411 [ 19036] By: jhi                                   on 2003/03/20  05:23:15
52412         Log: Integrate:
52413              [ 19033]
52414              file test operators weren't doing the right thing if the SV
52415              passed to them wasn't NUL-terminated
52416
52417              [ 19034]
52418              ensure SVs returned by Win32::Get{Short,Full}PathName() are
52419              NUL-terminated
52420      Branch: perl
52421           !> doio.c win32/win32.c
52422 ____________________________________________________________________________
52423 [ 19028] By: jhi                                   on 2003/03/19  09:46:27
52424         Log: Better wording as requested by Rafael, and
52425              the module is BerkeleyDB, not BerkeleyFile.
52426      Branch: perl
52427            ! README.tru64
52428 ____________________________________________________________________________
52429 [ 19026] By: jhi                                   on 2003/03/19  09:11:43
52430         Log: Update the DB_File instructions in Tru64.
52431      Branch: perl
52432            ! README.tru64
52433 ____________________________________________________________________________
52434 [ 19025] By: rgs                                   on 2003/03/18  21:59:33
52435         Log: Subject: [PATCH] [perl #9990] avoid goto &tmpsub coredump
52436              From: Dave Mitchell <davem@fdgroup.com>
52437              Date: Tue, 18 Mar 2003 21:55:05 +0000
52438              Message-ID: <20030318215505.A16787@fdgroup.com>
52439      Branch: perl
52440            ! pp_ctl.c t/op/goto.t
52441 ____________________________________________________________________________
52442 [ 19024] By: rgs                                   on 2003/03/18  21:24:27
52443         Log: Subject: [PATCH] VMS pod install tweaks
52444              From: "Craig A. Berry" <craigberry@mac.com>
52445              Date: Sat, 15 Mar 2003 16:06:07 -0600
52446              Message-ID: <3E73A3CF.3060502@mac.com>
52447      Branch: perl
52448            ! vms/descrip_mms.template
52449 ____________________________________________________________________________
52450 [ 19023] By: rgs                                   on 2003/03/18  21:22:03
52451         Log: Subject: [PATCH] poll() help for VMS
52452              From: "Craig A. Berry" <craigberry@mac.com>
52453              Date: Tue, 18 Mar 2003 01:10:10 -0600
52454              Message-ID: <3E76C652.30205@mac.com>
52455      Branch: perl
52456            ! configure.com ext/IO/poll.h
52457 ____________________________________________________________________________
52458 [ 19021] By: jhi                                   on 2003/03/18  06:56:26
52459         Log: The description of SIG_SIZE was off.
52460      Branch: perl
52461            ! Configure NetWare/config_H.wc Porting/Glossary
52462            ! Porting/config.sh Porting/config_H config_h.SH
52463            ! plan9/config.plan9 plan9/config_h.sample win32/config_H.bc
52464            ! win32/config_H.gc win32/config_H.vc win32/config_H.vc64
52465            ! wince/config_H.ce
52466 ____________________________________________________________________________
52467 [ 19020] By: merijn                                on 2003/03/18  05:45:50
52468         Log: Minor updates of Wolfgang's pack patch
52469
52470              Subject: Re: pack changes and related fixes
52471              From: Philip Newton <Philip.Newton@gmx.net>
52472              Date: Tue, 18 Mar 2003 06:19:30 +0100
52473              Message-ID: <tb9d7vo1ocb14o73lnhabbmh5bsjoe5m46@4ax.com>
52474      Branch: perl
52475            ! embed.fnc pod/perldiag.pod
52476 ____________________________________________________________________________
52477 [ 19019] By: gsar                                  on 2003/03/18  05:06:07
52478         Log: regenerate win32/config_H.*
52479      Branch: perl
52480            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
52481            ! win32/config_H.vc64
52482 ____________________________________________________________________________
52483 [ 19018] By: gsar                                  on 2003/03/18  03:02:38
52484         Log: there is no trailing NULL in sig_name or sig_num, so don't
52485              talk about it
52486      Branch: perl
52487            ! Porting/Glossary
52488 ____________________________________________________________________________
52489 [ 19017] By: gsar                                  on 2003/03/18  03:01:02
52490         Log: according to the new Porting/Glossary, sig_num doesn't have an
52491              extra '0' at the end
52492      Branch: perl
52493            ! win32/config.bc win32/config.gc win32/config.vc
52494            ! win32/config.vc64
52495 ____________________________________________________________________________
52496 [ 19016] By: hv                                    on 2003/03/18  00:52:09
52497         Log: add tests for existing behaviour of undef postinc/dec
52498      Branch: perl
52499            ! t/op/inc.t
52500 ____________________________________________________________________________
52501 [ 19015] By: hv                                    on 2003/03/18  00:46:18
52502         Log: add comment at undef postinc special case
52503      Branch: perl
52504            ! pp.c
52505 ____________________________________________________________________________
52506 [ 19014] By: hv                                    on 2003/03/18  00:27:19
52507         Log: clarify behaviour of $a++
52508      Branch: perl
52509            ! pod/perlop.pod
52510 ____________________________________________________________________________
52511 [ 19013] By: jhi                                   on 2003/03/17  19:52:06
52512         Log: Integrate:
52513              [ 19012]
52514              We don't have the new Perl at this stage.
52515      Branch: perl
52516           !> cygwin/perlld.in
52517 ____________________________________________________________________________
52518 [ 19010] By: jhi                                   on 2003/03/17  17:16:44
52519         Log: Subject: pack changes and related fixes
52520              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
52521              Date: Mon, 17 Mar 2003 13:55:37 +0100
52522              Message-ID: <75A46BF1A9D8D311863A00508B6259A405F17EB8@ATTMSX4>
52523      Branch: perl
52524            ! embed.fnc embed.h lib/diagnostics.pm perl.h pod/perldiag.pod
52525            ! pod/perlfunc.pod pod/perlpacktut.pod pp_pack.c proto.h
52526            ! t/lib/warnings/pp_pack t/op/pack.t
52527 ____________________________________________________________________________
52528 [ 19007] By: jhi                                   on 2003/03/17  04:45:40
52529         Log: Integrate:
52530              [ 19006]
52531              Subject: Re: [Patch] Maintperl versioning for Cygwin
52532              From: Slaven Rezic <slaven@rezic.de>
52533              Date: 17 Mar 2003 00:42:43 +0100
52534              Message-ID: <87ptoqev4c.fsf@vran.herceg.de>
52535      Branch: perl
52536           !> cygwin/perlld.in
52537 ____________________________________________________________________________
52538 [ 19005] By: hv                                    on 2003/03/17  02:06:20
52539         Log: Subject: Patch for Data::Dumper 2.12 to Allow Custom Hash Key/Value Separator
52540              From: chocolateboy <chocolateboy@chocolatey.com>
52541              Date: Sat, 22 Feb 2003 12:17:28 +0000
52542              Message-ID: <3E576A58.8010901@chocolatey.com>
52543      Branch: perl
52544            + ext/Data/Dumper/t/pair.t
52545            ! MANIFEST ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
52546 ____________________________________________________________________________
52547 [ 19004] By: hv                                    on 2003/03/17  01:38:23
52548         Log: Subject: [patch] utils/h2xs.PL (get rid of \t and '')
52549              From: Stas Bekman <stas@stason.org>
52550              Date: Fri, 14 Feb 2003 11:59:53 +1100
52551              Message-ID: <3E4C3F89.6050005@stason.org>
52552      Branch: perl
52553            ! utils/h2xs.PL
52554 ____________________________________________________________________________
52555 [ 19003] By: hv                                    on 2003/03/17  01:23:02
52556         Log: Subject: [perl #20724] Patch for dprofpp
52557              From: Nicholas "Oxhøj" (via RT) <perlbug-followup@perl.org>
52558              Date: 5 Feb 2003 08:41:17 -0000
52559              Message-Id: <rt-20724-50329.7.50247680562964@bugs6.perl.org>
52560      Branch: perl
52561            ! utils/dprofpp.PL
52562 ____________________________________________________________________________
52563 [ 19002] By: hv                                    on 2003/03/16  23:36:57
52564         Log: Subject: [perl #19898] [PATCH] forking to Perl children with IPC::Open3
52565              From: Adam Spiers (via RT) <perlbug-followup@perl.org>
52566              Date: 10 Jan 2003 10:59:44 -0000
52567              Message-Id: <rt-19898-47213.12.0892150698178@bugs6.perl.org>
52568      Branch: perl
52569            ! lib/IPC/Open3.pm
52570 ____________________________________________________________________________
52571 [ 19001] By: jhi                                   on 2003/03/16  21:50:24
52572         Log: getservbyname_r() kaputt in OpenBSD (might get fixed
52573              for 3.3, but only might)
52574      Branch: perl
52575            ! hints/openbsd.sh
52576 ____________________________________________________________________________
52577 [ 18999] By: jhi                                   on 2003/03/16  21:33:49
52578         Log: Stay within known facts: what platforms the skippage helps,
52579              and in which it is not needed.
52580      Branch: perl
52581            ! ext/POSIX/t/posix.t
52582 ____________________________________________________________________________
52583 [ 18998] By: jhi                                   on 2003/03/16  18:15:42
52584         Log: This seems to fix (well, dodge) the problems in FreeBSD for
52585              Enache Adrian; in _theory_ this patch could be good for NetBSD,
52586              too, but Alian gets a core dump already at subtest #9 (anyone
52587              with a real NetBSD, Alian's is a VMware one, which has in the
52588              past caused similar odd crashes).  OpenBSD threaded build result
52589              still unknown.
52590      Branch: perl
52591            ! ext/POSIX/t/posix.t
52592 ____________________________________________________________________________
52593 [ 18997] By: jhi                                   on 2003/03/16  18:07:30
52594         Log: IRIX ls -l marks sockets with 'S'.
52595      Branch: perl
52596            ! t/op/stat.t
52597 ____________________________________________________________________________
52598 [ 18996] By: jhi                                   on 2003/03/16  17:41:42
52599         Log: Turn on UTF-8 flag only if the $str is valid utf8
52600              (pointed out by Dan Kogai).
52601      Branch: perl
52602            ! lib/Term/ReadLine.pm
52603 ____________________________________________________________________________
52604 [ 18995] By: jhi                                   on 2003/03/16  16:40:06
52605         Log: Signedness nits.
52606      Branch: perl
52607            ! regcomp.c
52608 ____________________________________________________________________________
52609 [ 18994] By: jhi                                   on 2003/03/16  15:41:44
52610         Log: Fix for [perl #21479] Term::ReadLine(::Stub) doesn't set UTF-8 flag.
52611              Should work both for PERL_UNICODE/-C and use encoding 'foo';
52612      Branch: perl
52613            ! lib/Term/ReadLine.pm
52614 ____________________________________________________________________________
52615 [ 18991] By: jhi                                   on 2003/03/16  15:14:31
52616         Log: Pod fix from Philip Newton.
52617      Branch: perl
52618            ! pod/perlfunc.pod
52619 ____________________________________________________________________________
52620 [ 18990] By: jhi                                   on 2003/03/16  15:12:00
52621         Log: Further potential pitfalls for the utf8 len/pos cache
52622              found by Inaba Hiroto.  No test cases, yet.
52623      Branch: perl
52624            ! regcomp.c
52625 ____________________________________________________________________________
52626 [ 18989] By: jhi                                   on 2003/03/16  08:02:31
52627         Log: Make the :bytes conditional on PerlIO.
52628      Branch: perl
52629            ! ext/Encode/t/CJKT.t
52630 ____________________________________________________________________________
52631 [ 18988] By: jhi                                   on 2003/03/15  18:27:36
52632         Log: Needs PerlIO for :bytes.
52633      Branch: perl
52634            ! ext/Encode/t/CJKT.t
52635 ____________________________________________________________________________
52636 [ 18986] By: rgs                                   on 2003/03/14  20:28:20
52637         Log: Subject: Re: [fix] [perl #21575] Bug with print( followed by a newline
52638              From: Enache Adrian <enache@rdslink.ro>
52639              Date: Fri, 14 Mar 2003 23:02:42 +0200
52640              Message-ID: <20030314210242.GA1159@ratsnest.hole>
52641              (with an added test)
52642      Branch: perl
52643            ! t/comp/parser.t toke.c
52644 ____________________________________________________________________________
52645 [ 18985] By: rgs                                   on 2003/03/14  19:45:18
52646         Log: Time::HiRes is a core module
52647      Branch: perl
52648            ! pod/perlfunc.pod
52649 ____________________________________________________________________________
52650 [ 18984] By: rgs                                   on 2003/03/14  19:38:57
52651         Log: Subject: [patch ext/B/typemap] STRLEN T_UV
52652              From: Stas Bekman <stas@stason.org>
52653              Date: Fri, 14 Mar 2003 17:45:09 +1100
52654              Message-ID: <3E717A75.2060300@stason.org>
52655      Branch: perl
52656            ! ext/B/typemap
52657 ____________________________________________________________________________
52658 [ 18982] By: jhi                                   on 2003/03/14  15:16:18
52659         Log: Better pass in the $self for a method.
52660      Branch: perl
52661            ! lib/File/Spec/Unix.pm
52662 ____________________________________________________________________________
52663 [ 18980] By: jhi                                   on 2003/03/14  13:42:32
52664         Log: Cleanup the File::Spec tmpdir() implementations:
52665              now all the platforms specific modules call _tmpdir()
52666              (inherited from Unix.pm) with the list of platform
52667              specific list of temporary directories, and _tmpdir()
52668              then does the appropriate suitability checking.
52669      Branch: perl
52670            ! lib/File/Spec.pm lib/File/Spec/Cygwin.pm lib/File/Spec/Epoc.pm
52671            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
52672            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
52673            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
52674 ____________________________________________________________________________
52675 [ 18979] By: jhi                                   on 2003/03/14  12:48:09
52676         Log: whichsig() really does return -1 for unknown signals.
52677      Branch: perl
52678            ! mg.c
52679 ____________________________________________________________________________
52680 [ 18977] By: jhi                                   on 2003/03/14  10:42:33
52681         Log: Rework the @Config{/sig.*/} tests.
52682      Branch: perl
52683            ! lib/Config.t
52684 ____________________________________________________________________________
52685 [ 18976] By: jhi                                   on 2003/03/14  10:31:50
52686         Log: Subject: [PATCH] configure.com: sig_num, etc.
52687              From: "Craig A. Berry" <craigberry@mac.com>
52688              Date: Thu, 13 Mar 2003 21:38:19 -0600
52689              Message-ID: <3E714EAB.6030001@mac.com>
52690      Branch: perl
52691            ! configure.com
52692 ____________________________________________________________________________
52693 [ 18975] By: jhi                                   on 2003/03/14  10:30:53
52694         Log: Make whichsig() to work also if some system defines
52695              zero signals (now -1 is the "not found").  Note that
52696              in couple of mg.c spots only whichsig() > 0 branches
52697              are taken because signal handlers et al don't make
52698              much sense for the zero signal.
52699      Branch: perl
52700            ! doio.c mg.c
52701 ____________________________________________________________________________
52702 [ 18973] By: jhi                                   on 2003/03/14  10:27:46
52703         Log: Since Configure does the signal name/number probe with awk
52704              based on the cpp results (not by really running code), testing
52705              for the signum value is not really helpful if we have runtime
52706              function calls (some signal numbers are dynamic, for example)
52707              (or other extra stuff where the signum value is expected).
52708              (Runtimeness also means that Configure cannot get these right,
52709              anyway.) Better filter in just the constant non-negative numbers.
52710      Branch: perl
52711            ! Configure
52712 ____________________________________________________________________________
52713 [ 18971] By: jhi                                   on 2003/03/14  09:30:18
52714         Log: Signal issues.
52715              (1) Filter out negative signals.
52716              (2) Correct sig_num* and sig_name* descriptions.
52717      Branch: perl
52718            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
52719            ! config_h.SH
52720 ____________________________________________________________________________
52721 [ 18970] By: jhi                                   on 2003/03/14  06:21:48
52722         Log: Hopefully this works also in Win32.
52723      Branch: perl
52724            ! ext/Encode/t/CJKT.t
52725 ____________________________________________________________________________
52726 [ 18969] By: jhi                                   on 2003/03/14  05:43:34
52727         Log: Subject: [PATCH] Perldoc.pm tweak for VMS
52728              From: "Craig A. Berry" <craigberry@mac.com>
52729              Date: Thu, 13 Mar 2003 13:44:55 -0600
52730              Message-ID: <3E70DFB7.8070405@mac.com>
52731      Branch: perl
52732            ! lib/Pod/Perldoc.pm
52733 ____________________________________________________________________________
52734 [ 18968] By: gsar                                  on 2003/03/14  04:41:25
52735         Log: fix for switchC.t test#6 failure on windows
52736      Branch: perl
52737            ! perl.c
52738 ____________________________________________________________________________
52739 [ 18967] By: gsar                                  on 2003/03/14  04:29:10
52740         Log: Config.t wasn't getting the sig_num and sig_size relationship
52741              right, and therefore failed test#35 on windows
52742
52743              note that config_h.SH documents that $sig_size does NOT include
52744              the final NULL in $sig_num!
52745      Branch: perl
52746            ! lib/Config.t
52747 ____________________________________________________________________________
52748 [ 18966] By: gsar                                  on 2003/03/14  04:20:51
52749         Log: another fix for failing test on windows ("use encoding" puts
52750              STDIN in :raw mode, so chomp() wasn't stripping the CR)
52751      Branch: perl
52752            ! ext/Encode/t/enc_module.t
52753 ____________________________________________________________________________
52754 [ 18965] By: gsar                                  on 2003/03/14  04:06:31
52755         Log: fix CJKT.t failures on windows due to incorrect binmode()
52756      Branch: perl
52757            ! ext/Encode/t/CJKT.t
52758 ____________________________________________________________________________
52759 [ 18964] By: rgs                                   on 2003/03/13  21:47:52
52760         Log: Skip the last test of Config.t on HP-UX.
52761              (This test should be skipped for every system that
52762              actually defines a negative signal number. Maybe that
52763              test should be removed, to be future-proof.)
52764      Branch: perl
52765            ! lib/Config.t
52766 ____________________________________________________________________________
52767 [ 18963] By: rgs                                   on 2003/03/13  20:57:32
52768         Log: Subject: [perl #20755] [PATCH] 5.8.0 h2ph barfs on checksum.h on RH6.2/7.2
52769              From: Kurt Starsinic <kstar@cpan.org>
52770              Date: Mon, 10 Mar 2003 00:54:49 -0500
52771              Message-ID: <m3d6kyvazx.wl_rspier@pobox.com>
52772      Branch: perl
52773            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
52774 ____________________________________________________________________________
52775 [ 18962] By: rgs                                   on 2003/03/13  20:46:53
52776         Log: Subject: [PATCH] checking for magic in hv.c and ext/POSIX/POSIX.xs
52777              From: "Craig A. Berry" <craigberry@mac.com>
52778              Date: Tue, 11 Mar 2003 21:29:31 -0600
52779              Message-ID: <3E6EA99B.9060902@mac.com>
52780              Patch by Scott Lepage (scott.lepage@hp.com)
52781      Branch: perl
52782            ! hv.c
52783 ____________________________________________________________________________
52784 [ 18959] By: jhi                                   on 2003/03/13  20:05:50
52785         Log: Some more stdlib.h inclusions and change the gccversion
52786              test to use return (could have used that for all, sigh).
52787      Branch: perl
52788            ! Configure
52789 ____________________________________________________________________________
52790 [ 18958] By: rgs                                   on 2003/03/12  20:46:58
52791         Log: Trims slashes from the argument to rmdir(), likewise
52792              to what happens with rmdir(). Factorize the code in a
52793              local macro, TRIMSLASHES.
52794      Branch: perl
52795            ! pp_sys.c
52796 ____________________________________________________________________________
52797 [ 18957] By: jhi                                   on 2003/03/12  14:23:02
52798         Log: VOS nit from Paul Green.
52799      Branch: perl
52800            ! vos/configure_full_perl.sh
52801 ____________________________________________________________________________
52802 [ 18956] By: jhi                                   on 2003/03/12  13:58:26
52803         Log: File::Spec: Do not fall back to '', use curdir instead.
52804              Note: Mac used to use cwd(), now curdir, slight change
52805              (relative vs. absolute).
52806      Branch: perl
52807            ! lib/File/Spec/Cygwin.pm lib/File/Spec/Mac.pm
52808            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
52809            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
52810 ____________________________________________________________________________
52811 [ 18955] By: jhi                                   on 2003/03/12  13:49:15
52812         Log: File::Temp tests were failing in Cygwin if $ENV{TMPDIR}
52813              was unset (the tests attempted to create files at the /)
52814      Branch: perl
52815            ! lib/File/Spec/Cygwin.pm
52816 ____________________________________________________________________________
52817 [ 18954] By: jhi                                   on 2003/03/12  10:59:03
52818         Log: Another finding by IRIX cc: non-void function
52819              sv_cat_decode() should return a value.
52820      Branch: perl
52821            ! sv.c
52822 ____________________________________________________________________________
52823 [ 18952] By: jhi                                   on 2003/03/12  10:53:02
52824         Log: Integrate:
52825              [ 18949]
52826              pudge> never integrate anything from macos/
52827      Branch: perl
52828            - macos/MacPerlTests.cmd macos/Makefile.mk macos/configpm
52829            - macos/macperl.sym
52830           !> MANIFEST
52831 ____________________________________________________________________________
52832 [ 18951] By: jhi                                   on 2003/03/12  10:52:17
52833         Log: Integrate:
52834              [ 18946]
52835              Integrate from maint-5.8/macperl:
52836              [ 18937]
52837              Various MacOS portability fixes for tests
52838
52839              [ 18938]
52840              File::Spec::Unix method should be called on $self
52841
52842              [ 18939]
52843              lib.pm:_get_dirs() should use $_[0], not $_
52844
52845              [ 18940]
52846              Update MacOS for new configpm
52847
52848              [ 18941]
52849              Update MacOS build
52850              Update Makefile for new source files,
52851              update test script, add additional symbol for APItest
52852      Branch: perl
52853           +> macos/MacPerlTests.cmd macos/Makefile.mk macos/configpm
52854           +> macos/macperl.sym
52855           !> ext/Digest/MD5/t/files.t ext/Filter/t/call.t
52856           !> ext/POSIX/t/taint.t lib/File/Spec/Unix.pm
52857           !> lib/Unicode/Collate/t/index.t lib/Unicode/Collate/t/test.t
52858           !> lib/charnames.t lib/lib_pm.PL t/io/crlf.t t/op/method.t
52859           !> t/op/mkdir.t t/op/recurse.t t/op/sprintf.t t/op/stat.t
52860           !> t/op/taint.t t/pod/testp2pt.pl t/run/switchI.t
52861 ____________________________________________________________________________
52862 [ 18950] By: jhi                                   on 2003/03/12  10:49:27
52863         Log: Cygwin doesn't like initing the $0 mutex in perl_construct()
52864              (Too early? If inited there the pthread_mutex_init() returns
52865              an integer much too large be an errno), but initing the mutex
52866              later, in perl_alloc(), seems to be okay with Cygwin, and also
52867              with Linux.
52868      Branch: perl
52869            ! perl.c
52870 ____________________________________________________________________________
52871 [ 18944] By: jhi                                   on 2003/03/12  06:00:48
52872         Log: Ouch.  Missed one more, the void flags check (and exit() is void).
52873      Branch: perl
52874            ! Configure
52875 ____________________________________________________________________________
52876 [ 18943] By: jhi                                   on 2003/03/12  05:51:21
52877         Log: Tell how to possibly dodge 'Out of memory' errors.
52878      Branch: perl
52879            ! pod/perldiag.pod
52880 ____________________________________________________________________________
52881 [ 18935] By: jhi                                   on 2003/03/11  22:00:54
52882         Log: WinCE tweaks from Vadim Konovalov.
52883      Branch: perl
52884            ! perl.c perlio.c wince/Makefile.ce
52885 ____________________________________________________________________________
52886 [ 18932] By: jhi                                   on 2003/03/11  20:22:07
52887         Log: Missed one.
52888      Branch: perl
52889            ! Configure
52890 ____________________________________________________________________________
52891 [ 18929] By: jhi                                   on 2003/03/11  20:15:51
52892         Log: Single vs doublequoted context is important...
52893      Branch: perl
52894            ! Configure
52895 ____________________________________________________________________________
52896 [ 18927] By: jhi                                   on 2003/03/11  20:04:33
52897         Log: """glob.*""" patch for VMS, from Peter Prymmer.
52898      Branch: perl
52899            ! vms/perlvms.pod vms/vms.c
52900 ____________________________________________________________________________
52901 [ 18926] By: rgs                                   on 2003/03/11  19:44:54
52902         Log: Questionable construct.
52903      Branch: perl
52904            ! pod/perltooc.pod
52905 ____________________________________________________________________________
52906 [ 18925] By: jhi                                   on 2003/03/11  19:15:15
52907         Log: Better setmode() prototype for cygwin.
52908      Branch: perl
52909            ! perl.h
52910 ____________________________________________________________________________
52911 [ 18923] By: jhi                                   on 2003/03/11  19:11:39
52912         Log: Solaris cc wants prototype for exit(), so <stdlib.h> needed.
52913      Branch: perl
52914            ! Configure
52915 ____________________________________________________________________________
52916 [ 18921] By: jhi                                   on 2003/03/11  18:15:45
52917         Log: The 0, in the assert_not_ROK() makes IRIX cc to worry
52918              (cc-1171 cc: WARNING ... The indicated expression has no effect.)
52919              So make the macro to include the , and the non-gcc case empty.
52920      Branch: perl
52921            ! sv.h
52922 ____________________________________________________________________________
52923 [ 18919] By: jhi                                   on 2003/03/11  17:43:10
52924         Log: Uid_t and Gid_t can easily be shorts and one cannot
52925              pull shorts off the va_args, int is the shortest (ahem).
52926      Branch: perl
52927            ! reentr.c reentr.pl
52928 ____________________________________________________________________________
52929 [ 18918] By: jhi                                   on 2003/03/11  17:32:23
52930         Log: Subject: [PATCH] io_sock.t
52931              From: Norton Allen <allen@huarp.harvard.edu>
52932              Date: Tue, 11 Mar 2003 13:37:36 -0500 (est)
52933              Message-Id: <200303111837.NAA30438@bottesini.harvard.edu>
52934      Branch: perl
52935            ! README.qnx ext/IO/lib/IO/t/io_sock.t
52936 ____________________________________________________________________________
52937 [ 18917] By: jhi                                   on 2003/03/11  17:30:43
52938         Log: Get rid of one Cygwin warning by introducing a prototype
52939              for the init_os_extras().  Since there is no header file
52940              in Perl specific to cygwin, use perl.h.
52941      Branch: perl
52942            ! perl.h
52943 ____________________________________________________________________________
52944 [ 18916] By: jhi                                   on 2003/03/11  11:40:38
52945         Log: Upgrade to Time-HiRes 1.43.
52946      Branch: perl
52947            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
52948            ! ext/Time/HiRes/Makefile.PL
52949 ____________________________________________________________________________
52950 [ 18915] By: jhi                                   on 2003/03/11  09:19:54
52951         Log: Be more lax about the out of memory error message.
52952      Branch: perl
52953            ! t/op/recurse.t
52954 ____________________________________________________________________________
52955 [ 18914] By: jhi                                   on 2003/03/11  09:18:25
52956         Log: Try to handle hitting the heap/data limit in small systems.
52957              (One can simulate this with e.g. 32MB or 64MB datasize,
52958              use your shell's ulimit/limit/limits command.)
52959      Branch: perl
52960            ! t/op/recurse.t
52961 ____________________________________________________________________________
52962 [ 18912] By: hv                                    on 2003/03/11  07:36:00
52963         Log: typo for utf8locale in #18907
52964      Branch: perl
52965            ! sv.c
52966 ____________________________________________________________________________
52967 [ 18910] By: jhi                                   on 2003/03/11  06:55:29
52968         Log: Subject: [PATCH] clear PL_exitlist in perl_destruct
52969              From: "Craig A. Berry" <craigberry@mac.com>
52970              Date: Tue, 11 Mar 2003 00:34:39 -0600
52971              Message-ID: <3E6D837F.7000506@mac.com>
52972      Branch: perl
52973            ! perl.c
52974 ____________________________________________________________________________
52975 [ 18909] By: jhi                                   on 2003/03/11  06:29:35
52976         Log: Upgrade to cperl-mode 5.0, from IlyaZ.
52977      Branch: perl
52978            ! emacs/cperl-mode.el
52979 ____________________________________________________________________________
52980 [ 18908] By: jhi                                   on 2003/03/11  06:09:05
52981         Log: Missed some, cryptically.
52982      Branch: perl
52983            ! pod/perlfunc.pod
52984 ____________________________________________________________________________
52985 [ 18907] By: jhi                                   on 2003/03/11  06:01:28
52986         Log: Add missing intrpvar clonings to perl_clone.
52987              Also move the IDBassertion to the end since there's
52988              no particular reason to break bincompat for that.
52989      Branch: perl
52990            ! intrpvar.h sv.c
52991 ____________________________________________________________________________
52992 [ 18906] By: jhi                                   on 2003/03/11  05:43:30
52993         Log: Add reminders to intrpvar.h about perl_clone(), as suggested by Stas.
52994      Branch: perl
52995            ! intrpvar.h
52996 ____________________________________________________________________________
52997 [ 18905] By: jhi                                   on 2003/03/11  05:38:10
52998         Log: Subject: [patch] PL_taint_warn falls between chairs in perl_clone()
52999              From: Stas Bekman <stas@stason.org>
53000              Date: Tue, 11 Mar 2003 17:09:02 +1100
53001              Message-ID: <3E6D7D7E.5000704@stason.org>
53002      Branch: perl
53003            ! sv.c
53004 ____________________________________________________________________________
53005 [ 18904] By: jhi                                   on 2003/03/11  05:33:10
53006         Log: Subject: [PATCH] typos and other minor things
53007              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
53008              Date: Mon, 10 Mar 2003 21:00:55 -0700
53009              Message-Id: <200303110400.h2B40tEQ018838@xerxes.courtesan.com>
53010      Branch: perl
53011            ! emacs/cperl-mode.el ext/B/B/Concise.pm ext/DB_File/DB_File.pm
53012            ! ext/DB_File/DB_File.xs ext/Devel/PPPort/PPPort.pm
53013            ! ext/IO/lib/IO/Socket.pm ext/PerlIO/encoding/encoding.xs
53014            ! ext/PerlIO/via/via.pm ext/Storable/Storable.xs lib/Net/FTP.pm
53015            ! lib/Net/NNTP.pm lib/Net/Ping.pm lib/Pod/Perldoc.pm
53016            ! lib/Tie/File/t/05_size.t lib/charnames.pm lib/ftp.pl
53017            ! lib/utf8.t pad.c pod/perlfunc.pod pod/perlintern.pod
53018            ! pod/perlthrtut.pod pod/pod2latex.PL regcomp.c t/op/sprintf.t
53019            ! utils/libnetcfg.PL vms/vms.c win32/vmem.h
53020 ____________________________________________________________________________
53021 [ 18903] By: jhi                                   on 2003/03/11  05:29:12
53022         Log: A rejected hunk of #18902 reapplied.
53023      Branch: perl
53024            ! t/io/utf8.t
53025 ____________________________________________________________________________
53026 [ 18902] By: jhi                                   on 2003/03/11  05:19:15
53027         Log: Patch from Craig Berry to resolve test failures in VMS.
53028              Will poke the Net::Ping author.
53029      Branch: perl
53030            ! ext/threads/shared/t/cond.t lib/Net/Ping/t/190_alarm.t
53031            ! t/io/utf8.t t/op/magic.t
53032 ____________________________________________________________________________
53033 [ 18900] By: rgs                                   on 2003/03/10  22:12:37
53034         Log: Integrate (by hand) change #18386 from maint-5.8
53035      Branch: perl
53036            ! t/op/split.t
53037 ____________________________________________________________________________
53038 [ 18899] By: jhi                                   on 2003/03/10  21:44:12
53039         Log: VMS has an extra \n at the end, and I assume Windows has \r\n.
53040      Branch: perl
53041            ! t/run/switchC.t
53042 ____________________________________________________________________________
53043 [ 18891] By: rgs                                   on 2003/03/10  20:22:39
53044         Log: A new test, to check that signal numbers are actually positive,
53045              and that there is a consistent number of signals available.
53046      Branch: perl
53047            ! lib/Config.t
53048 ____________________________________________________________________________
53049 [ 18889] By: rgs                                   on 2003/03/10  19:55:06
53050         Log: Subject: Re: odd (or not so odd?) segmentation fault in 5.8.0
53051              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
53052              Date: Fri, 07 Mar 2003 13:12:49 -0800
53053              Message-ID: <RtQa+gzkg2kF092yn@efn.org>
53054      Branch: perl
53055            ! mg.c pod/perldiag.pod t/op/tie.t
53056 ____________________________________________________________________________
53057 [ 18888] By: rgs                                   on 2003/03/10  19:37:40
53058         Log: Subject: Re: [perl #21505] 5.8.0 lib/Config test failure due to compiler flag
53059              From: Nicholas Clark <nick@unfortu.net>
53060              Date: Sun, 9 Mar 2003 21:24:46 +0000
53061              Message-ID: <20030309212445.GE277@Bagpuss.unfortu.net>
53062      Branch: perl
53063            ! lib/Config.t
53064 ____________________________________________________________________________
53065 [ 18880] By: jhi                                   on 2003/03/10  16:17:50
53066         Log: Integrate from maint:
53067              [ 18428]
53068              Somehow I managed to get makefile.olds that didn't get cleaned away.
53069      Branch: perl
53070           !> Makefile.SH x2p/Makefile.SH
53071 ____________________________________________________________________________
53072 [ 18876] By: jhi                                   on 2003/03/10  06:35:20
53073         Log: Comment fix.
53074      Branch: perl
53075            ! t/io/utf8.t
53076 ____________________________________________________________________________
53077 [ 18875] By: jhi                                   on 2003/03/10  05:31:00
53078         Log: Remove the foo-old files.
53079      Branch: perl
53080            ! opcode.pl
53081 ____________________________________________________________________________
53082 [ 18874] By: jhi                                   on 2003/03/10  05:23:32
53083         Log: Subject: Re: Shared libperl.so and build issues
53084              From: Chip Turner <cturner@redhat.com>
53085              Date: 05 Jan 2003 10:35:40 -0500
53086              Message-ID: <vzky95z8v8z.fsf@minbar.devel.redhat.com>
53087      Branch: perl
53088            ! INSTALL
53089 ____________________________________________________________________________
53090 [ 18873] By: jhi                                   on 2003/03/10  05:18:02
53091         Log: Bunch of doc patches from Stas; plus regen.
53092
53093              Subject: [doc patch] perl.c's pod api entry
53094              From: Stas Bekman <stas@stason.org>
53095              Date: Mon, 10 Mar 2003 12:35:52 +1100
53096              Message-ID: <3E6BEBF8.80402@stason.org>
53097
53098              Subject: Re: [patch] perlguts.pod
53099              From: Stas Bekman <stas@stason.org>
53100              Date: Mon, 10 Mar 2003 12:38:57 +1100
53101              Message-ID: <3E6BECB1.7050009@stason.org>
53102
53103              Subject: Re: [PATCH ext/DynaLoader/DynaLoader_pm.PL] doc fix: s/dl_loadflags/dl_load_flags/
53104              From: Stas Bekman <stas@stason.org>
53105              Date: Mon, 10 Mar 2003 12:41:46 +1100
53106              Message-ID: <3E6BED5A.801@stason.org>
53107
53108              Subject: Re: [patch] perlapi.pod fix
53109              From: Stas Bekman <stas@stason.org>
53110              Date: Mon, 10 Mar 2003 12:43:33 +1100
53111              Message-ID: <3E6BEDC5.6010405@stason.org>
53112
53113              Subject: Re: [docs patch] replace gets() with fgets() in example
53114              From: Stas Bekman <stas@stason.org>
53115              Date: Mon, 10 Mar 2003 12:45:41 +1100
53116              Message-ID: <3E6BEE45.9030901@stason.org>
53117
53118              Subject: [doc patch] perlrun.pod
53119              From: Stas Bekman <stas@stason.org>
53120              Date: Mon, 10 Mar 2003 14:49:59 +1100
53121              Message-ID: <3E6C0B67.4050606@stason.org>
53122      Branch: perl
53123            ! ext/DynaLoader/DynaLoader_pm.PL handy.h perl.c pod/perlapi.pod
53124            ! pod/perlembed.pod pod/perlguts.pod pod/perlrun.pod
53125 ____________________________________________________________________________
53126 [ 18871] By: jhi                                   on 2003/03/09  20:15:13
53127         Log: Must not hide the protos, though.
53128      Branch: perl
53129            ! embed.pl proto.h
53130 ____________________________________________________________________________
53131 [ 18870] By: jhi                                   on 2003/03/09  20:12:11
53132         Log: I hate embed*.  Tell me what you know.
53133      Branch: perl
53134            ! embed.fnc embed.h
53135 ____________________________________________________________________________
53136 [ 18869] By: jhi                                   on 2003/03/09  19:32:19
53137         Log: Upgrade to Encode 1.91.
53138      Branch: perl
53139            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
53140            ! ext/Encode/encoding.pm ext/Encode/t/enc_module.t
53141 ____________________________________________________________________________
53142 [ 18868] By: jhi                                   on 2003/03/09  19:04:22
53143         Log: Export the symbols from #18863; do not prototype (but export)
53144              Nicholas Clark's experimental COW functions.
53145              Sidenote: the embed.fnc/embed.fnc/makedef.pl thing is becoming
53146              a mess of Herculean proportions.  Someone should redesign and
53147              clean up the stables.
53148      Branch: perl
53149            ! embed.fnc embed.pl global.sym proto.h
53150 ____________________________________________________________________________
53151 [ 18867] By: jhi                                   on 2003/03/09  17:12:55
53152         Log: Upgrade to Encode 1.90 (plus the one extra use lib in enc_module.t)
53153      Branch: perl
53154            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
53155            ! ext/Encode/MANIFEST ext/Encode/encoding.pm
53156            ! ext/Encode/t/Mod_EUCJP.pm ext/Encode/t/enc_data.t
53157            ! ext/Encode/t/enc_module.t
53158 ____________________________________________________________________________
53159 [ 18865] By: jhi                                   on 2003/03/09  13:50:57
53160         Log: From Inaba Hiroto: DATA wasn't properly utf8ed
53161              under 'use encoding'.
53162      Branch: perl
53163            + ext/Encode/t/enc_data.t
53164            ! MANIFEST ext/Encode/MANIFEST toke.c
53165 ____________________________________________________________________________
53166 [ 18864] By: jhi                                   on 2003/03/09  13:21:09
53167         Log: Tru64: additional instructions for building a newer Berkeley DB.
53168      Branch: perl
53169            ! README.tru64 hints/dec_osf.sh
53170 ____________________________________________________________________________
53171 [ 18863] By: jhi                                   on 2003/03/09  12:07:28
53172         Log: At Sarathy's request restore the bin5005compat Perl_foo_sv()
53173              function stubs, should be helpful for really simple extensions.
53174              Undoes large parts of changes #16289 and #16290.
53175      Branch: perl
53176            ! sv.c
53177 ____________________________________________________________________________
53178 [ 18862] By: rgs                                   on 2003/03/09  11:48:37
53179         Log: ... and add a test case for bug #20798
53180      Branch: perl
53181            ! t/op/eval.t
53182 ____________________________________________________________________________
53183 [ 18861] By: jhi                                   on 2003/03/09  11:46:17
53184         Log: Subject: Re: [perl #21498] printf behaviour changes 5.6.1(and earlier) -> 5.8
53185              From: Enache Adrian <enache@rdslink.ro>
53186              Date: Fri, 7 Mar 2003 23:28:37 +0200
53187              Message-ID: <20030307212837.GB765@ratsnest.hole>
53188
53189              (and few more test cases from the thread)
53190      Branch: perl
53191            ! sv.c t/op/sprintf.t
53192 ____________________________________________________________________________
53193 [ 18860] By: rgs                                   on 2003/03/09  11:33:09
53194         Log: Subject: Re: [perl #20798] foo(eval {}) crashes Perl 5.8
53195              From: Enache Adrian <enache@rdslink.ro>
53196              Date: Fri, 7 Mar 2003 00:12:03 +0200
53197              Message-ID: <20030306221203.GB13330@ratsnest.hole>
53198      Branch: perl
53199            ! op.c
53200 ____________________________________________________________________________
53201 [ 18859] By: rgs                                   on 2003/03/09  11:30:22
53202         Log: Adjust test count.
53203      Branch: perl
53204            ! t/op/pat.t
53205 ____________________________________________________________________________
53206 [ 18858] By: jhi                                   on 2003/03/09  10:54:10
53207         Log: From Inaba Hiroto: re_intuit_start set a value to
53208              PL_bostr before calling find_byclass when regexp has
53209              ROPT_UTF8 flag on. But right value for PL_bostr is set
53210              before re_intuit_start is called.  PL_regdata is always
53211              assigned by cache_re(), so the whole if(prog->reganch & ROPT_UTF8){}
53212              can be deleted.
53213      Branch: perl
53214            ! regexec.c t/op/pat.t
53215 ____________________________________________________________________________
53216 [ 18857] By: jhi                                   on 2003/03/09  10:46:23
53217         Log: From Inaba Hiroto: the UTF-8 length cache wasn't
53218              updated when fbm_compile() appended a "\n".
53219      Branch: perl
53220            ! t/op/pat.t util.c
53221 ____________________________________________________________________________
53222 [ 18856] By: rgs                                   on 2003/03/08  20:16:36
53223         Log: Add a B::COP::io() method, to return the cop_io field of COPs.
53224              Print it in B::Debug. Can be used later in B::Deparse to deparse
53225              the open pragma.
53226      Branch: perl
53227            ! ext/B/B.pm ext/B/B.xs ext/B/B/Debug.pm
53228 ____________________________________________________________________________
53229 [ 18855] By: rgs                                   on 2003/03/08  19:51:40
53230         Log: Subject: [PATCH perldebug.pod] to explain new [<>{] behaviour - attached
53231              From: Richard.Foley@ubsw.com
53232              Date: Fri, 21 Feb 2003 13:51:51 +0100
53233              Message-ID: <B374141B0A424D4F9CF143CC51B3ADD98579F1@NZURC900PEX1.ubsgs.ubsgroup.net>
53234      Branch: perl
53235            ! pod/perldebug.pod
53236 ____________________________________________________________________________
53237 [ 18854] By: jhi                                   on 2003/03/08  19:41:25
53238         Log: Enache Adrian reads comments.
53239      Branch: perl
53240            ! perl.h
53241 ____________________________________________________________________________
53242 [ 18853] By: rgs                                   on 2003/03/08  19:40:13
53243         Log: Subject: [PATCH] Re: [perl #20551] Documentation error for IO::Select
53244              From: Richard Soderberg <perl@crystalflame.net>
53245              Date: Sat, 15 Feb 2003 01:27:17 -0500
53246              Message-Id: <87D7A731-40AE-11D7-9B07-000393801F84@crystalflame.net>
53247      Branch: perl
53248            ! ext/IO/lib/IO/Select.pm
53249 ____________________________________________________________________________
53250 [ 18852] By: jhi                                   on 2003/03/08  19:05:04
53251         Log: Subject: [PATCH] long %ENV values for VMS
53252              From: "Craig A. Berry" <craigberry@mac.com>
53253              Date: Fri, 07 Mar 2003 13:49:50 -0600
53254              Message-ID: <3E68F7DE.8070603@mac.com>
53255      Branch: perl
53256            ! vms/vms.c
53257 ____________________________________________________________________________
53258 [ 18851] By: jhi                                   on 2003/03/08  06:49:35
53259         Log: regen_headers tiny tidying:
53260              - regen.pl renamed as regen_lib.pl
53261              - regen_headers.pl renamed as regen.pl
53262              - added make target 'regen' (kept target 'regen_headers'
53263              for porters' brains' backward compatibility)
53264              - regen.pl fancified a bit to display the names
53265              of the files that got changed by running the scripts
53266      Branch: perl
53267            + regen_lib.pl
53268            - regen_headers.pl
53269            ! MANIFEST Makefile.SH autodoc.pl bytecode.pl embed.pl
53270            ! keywords.pl opcode.pl regcomp.pl regen.pl
53271 ____________________________________________________________________________
53272 [ 18848] By: jhi                                   on 2003/03/07  08:40:52
53273         Log: Give pointers to runtime Unicode changes.
53274      Branch: perl
53275            ! pod/perlrun.pod pod/perlvar.pod
53276 ____________________________________________________________________________
53277 [ 18847] By: jhi                                   on 2003/03/07  08:02:50
53278         Log: Extra character noticed by Tels.
53279      Branch: perl
53280            ! MANIFEST
53281 ____________________________________________________________________________
53282 [ 18846] By: jhi                                   on 2003/03/07  05:28:11
53283         Log: Subject: [PATCH] FreeBSD 5.0 gethostbyaddr_r hints update
53284              From: Kay Roepke <kay@dolphin-services.de>
53285              Date: Thu, 06 Mar 2003 23:00:10 +0100
53286              Message-ID: <3E67C4EA.A55FFE5C@dolphin-services.de>
53287
53288              (plus change the d_gethostbyaddr_r_proto default to "0",
53289              that is what an undefined r_proto looks like)
53290      Branch: perl
53291            ! hints/freebsd.sh
53292 ____________________________________________________________________________
53293 [ 18845] By: jhi                                   on 2003/03/07  05:21:43
53294         Log: Define the Perl_pp_i_modulo_1() only iff we have glibc.
53295              (Stronger variant of "pp.c: Perl_pp_i_modulo_1 needs help
53296              in non-glibc case", from Craig Berry)
53297      Branch: perl
53298            ! pp.c
53299 ____________________________________________________________________________
53300 [ 18844] By: jhi                                   on 2003/03/07  05:05:57
53301         Log: Good observation from Philip Newton.
53302      Branch: perl
53303            ! pod/perlrun.pod
53304 ____________________________________________________________________________
53305 [ 18843] By: rgs                                   on 2003/03/06  21:59:02
53306         Log: Make the -A switch work without an assertion name.
53307              by Salvador Fandiño.
53308      Branch: perl
53309            ! perl.c t/run/switch_A.t
53310 ____________________________________________________________________________
53311 [ 18842] By: rgs                                   on 2003/03/06  21:27:15
53312         Log: Subject: Re: [PATCH] let perlmodstyle mention Module::Build and Test::More
53313              From: "Jos I. Boumans" <kane@dwim.org>
53314              Date: Fri, 21 Feb 2003 20:33:53 +0100
53315              Message-ID: <3E567F21.6020006@dwim.org>
53316              (with some minor tweaks)
53317      Branch: perl
53318            ! pod/perlmodstyle.pod
53319 ____________________________________________________________________________
53320 [ 18841] By: rgs                                   on 2003/03/06  20:56:32
53321         Log: Subject: Re: [perl #20682] [fix] @- array not visible in s///
53322              From: Enache Adrian <enache@rdslink.ro>
53323              Date: Sun, 2 Mar 2003 06:05:22 +0200
53324              Message-ID: <20030302040522.GB4905@ratsnest.hole>
53325      Branch: perl
53326            ! t/op/subst.t
53327 ____________________________________________________________________________
53328 [ 18840] By: rgs                                   on 2003/03/06  20:45:08
53329         Log: Subject: cleaning up tests of the 'eval { decl. } <=> runtime decl.' assumption
53330              From: Enache Adrian <enache@rdslink.ro>
53331              Date: Wed, 5 Mar 2003 12:06:20 +0200
53332              Message-ID: <20030305100620.GA909@ratsnest.hole>
53333      Branch: perl
53334            ! ext/POSIX/t/sigaction.t ext/POSIX/t/waitpid.t t/op/method.t
53335            ! t/op/sub_lval.t t/op/ver.t t/run/fresh_perl.t
53336 ____________________________________________________________________________
53337 [ 18839] By: jhi                                   on 2003/03/06  17:21:36
53338         Log: Subject: [PATCH perl@18838] mg.c needs Perl_csighandler prototype
53339              From: "Craig A. Berry" <craigberry@mac.com>
53340              Date: Thu, 06 Mar 2003 10:42:05 -0600
53341              Message-ID: <3E677A5D.10805@mac.com>
53342      Branch: perl
53343            ! mg.c
53344 ____________________________________________________________________________
53345 [ 18838] By: jhi                                   on 2003/03/06  10:11:22
53346         Log: Thinko fix.
53347      Branch: perl
53348            ! Porting/findrfuncs
53349 ____________________________________________________________________________
53350 [ 18837] By: jhi                                   on 2003/03/06  09:33:33
53351         Log: PERL_UNICODE explanation saga continues.
53352      Branch: perl
53353            ! pod/perlrun.pod
53354 ____________________________________________________________________________
53355 [ 18836] By: jhi                                   on 2003/03/06  07:55:03
53356         Log: Handle also extra directories et alia.
53357      Branch: perl
53358            ! Porting/manicheck
53359 ____________________________________________________________________________
53360 [ 18835] By: jhi                                   on 2003/03/06  07:48:05
53361         Log: Add mani(fest) check(ing) utility.
53362      Branch: perl
53363            + Porting/manicheck
53364            ! MANIFEST
53365 ____________________________________________________________________________
53366 [ 18833] By: jhi                                   on 2003/03/06  05:36:13
53367         Log: Subject: [patch config_h.SH] redefining __attribute__
53368              From: Stas Bekman <stas@stason.org>
53369              Date: Thu, 06 Mar 2003 12:03:39 +1100
53370              Message-ID: <3E669E6B.1060606@stason.org>
53371      Branch: perl
53372            ! Configure NetWare/config_H.wc Porting/config.sh
53373            ! Porting/config_H config_h.SH plan9/config.plan9
53374            ! plan9/config_h.sample win32/config_H.bc win32/config_H.gc
53375            ! win32/config_H.vc win32/config_H.vc64 wince/config_H.ce
53376 ____________________________________________________________________________
53377 [ 18831] By: jhi                                   on 2003/03/05  19:56:41
53378         Log: Couple more _r possibilities (found in a RH 8.0 box), and
53379              the random() macros were all wrong.  (I don't know why
53380              metaconfig did so much reordering of config_h.SH.)
53381      Branch: perl
53382            ! Configure config_h.SH reentr.h reentr.pl
53383 ____________________________________________________________________________
53384 [ 18830] By: rgs                                   on 2003/03/04  23:25:01
53385         Log: Change #18829 makes this test workaround obsolete.
53386      Branch: perl
53387            ! ext/B/t/deparse.t
53388 ____________________________________________________________________________
53389 [ 18829] By: rgs                                   on 2003/03/04  22:23:41
53390         Log: Patch by Salvador Fandiño to read the warning mask
53391              returned by caller() and ${^WARNING_BITS} from
53392              $warnings::Bits{all} and not from the hardcoded core
53393              constant. (This mask could have been extended by
53394              warnings::register.) Plus tests.
53395      Branch: perl
53396            ! mg.c pp_ctl.c t/op/caller.t
53397 ____________________________________________________________________________
53398 [ 18828] By: rgs                                   on 2003/03/04  20:49:59
53399         Log: Subject: [PATCH] assertions
53400              From: Salvador Fandiño <sfandino@yahoo.com>
53401              Date: Fri, 21 Feb 2003 17:26:16 +0000
53402              Message-ID: <3E566138.4090709@yahoo.com>
53403              and the complement : (with added comments)
53404              Subject: [PATCH] bug in ext/B/t/deparse.t
53405              Message-ID: <3E563E16.7060303@yahoo.com>
53406              plus perldiag.pod patch for the new warning
53407              (previous change was, once again, empty)
53408      Branch: perl
53409            ! ext/B/t/deparse.t lib/assertions.pm lib/assertions/activate.pm
53410            ! lib/perl5db.pl lib/warnings.pm op.c perl.h perlapi.c
53411            ! pod/perldiag.pod warnings.h warnings.pl
53412 ____________________________________________________________________________
53413 [ 18827] By: rgs                                   on 2003/03/04  20:48:09
53414         Log: Subject: [PATCH] assertions
53415              From: Salvador Fandiño <sfandino@yahoo.com>
53416              Date: Fri, 21 Feb 2003 17:26:16 +0000
53417              Message-ID: <3E566138.4090709@yahoo.com>
53418              and the complement : (with added comments)
53419              Subject: [PATCH] bug in ext/B/t/deparse.t
53420              Message-ID: <3E563E16.7060303@yahoo.com>
53421              plus perldiag.pod patch for the new warning
53422      Branch: perl
53423            ! ext/B/t/deparse.t lib/assertions.pm lib/assertions/activate.pm
53424            ! lib/perl5db.pl lib/warnings.pm op.c perl.h perlapi.c
53425            ! pod/perldiag.pod warnings.h warnings.pl
53426 ____________________________________________________________________________
53427 [ 18826] By: jhi                                   on 2003/03/04  20:22:25
53428         Log: Try to make PPPort.pm 5.005-friendlier (see [perl #21339]).
53429              The variant is from how List::Util Util.xs does it.
53430      Branch: perl
53431            ! ext/Devel/PPPort/PPPort.pm
53432 ____________________________________________________________________________
53433 [ 18825] By: rgs                                   on 2003/03/04  19:56:28
53434         Log: Doc typos.
53435      Branch: perl
53436            ! lib/File/Find.pm
53437 ____________________________________________________________________________
53438 [ 18823] By: jhi                                   on 2003/03/04  05:33:50
53439         Log: Try to give rcatline() a good jog on Unicode.
53440      Branch: perl
53441            ! t/io/utf8.t
53442 ____________________________________________________________________________
53443 [ 18822] By: jhi                                   on 2003/03/04  05:14:13
53444         Log: Subject: Re: [perl #21395] rcatline doesn't grok utf8
53445              From: Enache Adrian <enache@rdslink.ro>
53446              Date: Sun, 2 Mar 2003 05:43:54 +0200
53447              Message-ID: <20030302034354.GA4905@ratsnest.hole>
53448      Branch: perl
53449            ! sv.c t/io/utf8.t
53450 ____________________________________________________________________________
53451 [ 18821] By: jhi                                   on 2003/03/04  04:58:36
53452         Log: Can't test this without PerlIO.
53453      Branch: perl
53454            ! t/uni/write.t
53455 ____________________________________________________________________________
53456 [ 18820] By: sky                                   on 2003/03/04  01:01:07
53457         Log: Fixes bug #15654 bizarre constant mangling in 5.8.0
53458              What happened was that a constant was freed, the pad released but
53459              the pad slot still held the SV, when pad slot was reallocated
53460              to be a target for a stringify, it did a sv_setpv on the target
53461              and the original SV was wiped out. When this SV was later on
53462              to new places using the constant, they got the wrong value.
53463              By replacing pad_free with pad_swipe for these cases, we
53464              won't have such a problem. (pad_swipe also removes the
53465              pointer to the original SV).
53466      Branch: perl
53467            ! op.c
53468 ____________________________________________________________________________
53469 [ 18819] By: jhi                                   on 2003/03/03  19:15:07
53470         Log: Further clarification on PERL_UNICODE's semantics.
53471      Branch: perl
53472            ! pod/perlrun.pod
53473 ____________________________________________________________________________
53474 [ 18818] By: gbarr                                 on 2003/03/03  10:07:44
53475         Log: Sync with libnet-1.13
53476      Branch: perl
53477            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/FTP.pm
53478            ! lib/Net/POP3.pm lib/Net/SMTP.pm
53479 ____________________________________________________________________________
53480 [ 18817] By: jhi                                   on 2003/03/03  06:45:59
53481         Log: Upgrade to Unicode::Normalize 0.20.
53482      Branch: perl
53483            ! ext/Unicode/Normalize/Changes
53484            ! ext/Unicode/Normalize/Normalize.pm
53485            ! ext/Unicode/Normalize/Normalize.xs
53486            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
53487            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
53488            ! ext/Unicode/Normalize/t/test.t
53489 ____________________________________________________________________________
53490 [ 18816] By: jhi                                   on 2003/03/03  06:17:28
53491         Log: Upgrade to Encode 1.89.  The enc_module.t required
53492              a little tweak, sending that to Dan.
53493      Branch: perl
53494            + ext/Encode/t/Mod_EUCJP.pm ext/Encode/t/enc_module.enc
53495            + ext/Encode/t/enc_module.t
53496            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Changes
53497            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/MANIFEST
53498            ! ext/Encode/Unicode/Unicode.xs ext/Encode/encoding.pm
53499            ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_utf8.t
53500            ! ext/Encode/ucm/viscii.ucm
53501 ____________________________________________________________________________
53502 [ 18813] By: jhi                                   on 2003/03/03  05:33:21
53503         Log: Use a macro for abs() to avoid the possible truncation to an int;
53504              also make an explicit (double)cast for the arguments to fabs().
53505      Branch: perl
53506            ! perl.h pp.c sv.c util.c
53507 ____________________________________________________________________________
53508 [ 18812] By: hv                                    on 2003/03/02  22:36:05
53509         Log: Subject: Re: [PATCH] Make adding notes to patchlevel.h easier
53510              From: andreas.koenig@anima.de (Andreas J. Koenig)
53511              Date: Wed, 19 Feb 2003 11:05:28 +0100
53512              Message-ID: <m3d6lozitz.fsf@k242.linux.bogus>
53513      Branch: perl
53514            ! patchlevel.h
53515 ____________________________________________________________________________
53516 [ 18811] By: hv                                    on 2003/03/02  22:30:50
53517         Log: Subject: [perl #21289] [Fwd: IPC::Msg bug report]
53518              From: Edmund Bacon (via RT) <perlbug-followup@perl.org>
53519              Date: 18 Feb 2003 21:05:15 -0000
53520              Message-Id: <rt-21289-52384.13.2700974026643@bugs6.perl.org>
53521      Branch: perl
53522            ! ext/IPC/SysV/Msg.pm
53523 ____________________________________________________________________________
53524 [ 18810] By: hv                                    on 2003/03/02  21:59:10
53525         Log: Subject: [PATCH] Re: [perl #18872] File::Basename example misleading
53526              From: Richard Soderberg <perl@crystalflame.net>
53527              Date: Sat, 15 Feb 2003 01:27:21 -0500
53528              Message-Id: <89FAC8B9-40AE-11D7-9B07-000393801F84@crystalflame.net>
53529      Branch: perl
53530            ! lib/File/Basename.pm
53531 ____________________________________________________________________________
53532 [ 18809] By: hv                                    on 2003/03/02  21:54:53
53533         Log: Subject: [perl #21031] $File::Find::name ne $_ w/no_chdir
53534              From: "Anders Johnson" (via RT) <perlbug-followup@perl.org>
53535              Date: 15 Feb 2003 00:21:41 -0000
53536              Message-Id: <rt-21031-51306.12.8541374577158@bugs6.perl.org>
53537      Branch: perl
53538            ! lib/File/Find.pm
53539 ____________________________________________________________________________
53540 [ 18807] By: hv                                    on 2003/03/02  21:22:56
53541         Log: Reverse copyright update (#18801) for files not changed in 2003.
53542      Branch: perl
53543            ! EXTERN.h INTERN.h README av.h cc_runtime.h deb.c doop.c
53544            ! dosish.h fakethr.h form.h globals.c gv.h handy.h hv.h
53545            ! keywords.h keywords.pl mg.h miniperlmain.c numeric.c pad.h
53546            ! perlapi.c perlsdio.h perlsfio.h perlvars.h perly.y pp.h
53547            ! regcomp.h run.c scope.h taint.c thread.h unixish.h utf8.h
53548            ! utfebcdic.h util.h x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c
53549            ! x2p/a2p.h x2p/a2p.y x2p/hash.c x2p/hash.h x2p/proto.h
53550            ! x2p/str.c x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
53551 ____________________________________________________________________________
53552 [ 18805] By: hv                                    on 2003/03/02  16:29:28
53553         Log: Subject: Re: [perl #21411] [fix] Postponed RE with split()
53554              From: Enache Adrian <enache@rdslink.ro>
53555              Date: Sun, 2 Mar 2003 10:11:27 +0200
53556              Message-ID: <20030302081127.GA10782@ratsnest.hole>
53557      Branch: perl
53558            ! pp.c t/op/pat.t
53559 ____________________________________________________________________________
53560 [ 18803] By: hv                                    on 2003/03/02  16:12:34
53561         Log: Subject: RE: [perl #20613] Perl_magic_setsig/clearsig problems (patch   included)
53562              From: "Anders Johnson" <ajohnson@wischip.com>
53563              Date: Mon, 10 Feb 2003 14:09:46 -0800
53564              Message-ID: <000e01c2d151$2228ca90$9800a8c0@wis.com>
53565      Branch: perl
53566            ! mg.c t/op/magic.t
53567 ____________________________________________________________________________
53568 [ 18802] By: jhi                                   on 2003/03/02  15:39:06
53569         Log: Narrow down the -C test skippage.
53570      Branch: perl
53571            ! t/run/switchC.t
53572 ____________________________________________________________________________
53573 [ 18801] By: hv                                    on 2003/03/02  15:24:22
53574         Log: Update all copyrights to 2003, from Jarkko
53575      Branch: perl
53576            ! EXTERN.h INTERN.h README XSUB.h av.c av.h cc_runtime.h cop.h
53577            ! cv.h deb.c doio.c doop.c dosish.h dump.c embed.h embed.pl
53578            ! embedvar.h fakesdio.h fakethr.h form.h global.sym globals.c
53579            ! gv.c gv.h handy.h hv.c hv.h keywords.h keywords.pl locale.c
53580            ! mg.c mg.h miniperlmain.c nostdio.h numeric.c op.c op.h
53581            ! opcode.h opcode.pl opnames.h pad.c pad.h patchlevel.h perl.c
53582            ! perl.h perlapi.c perlapi.h perlio.h perlsdio.h perlsfio.h
53583            ! perlvars.h perly.y pp.c pp.h pp_ctl.c pp_hot.c pp_pack.c
53584            ! pp_sort.c pp_sys.c proto.h reentr.c reentr.h reentr.pl
53585            ! regcomp.c regcomp.h regexec.c regexp.h run.c scope.c scope.h
53586            ! sv.c sv.h taint.c thrdvar.h thread.h toke.c universal.c
53587            ! unixish.h utf8.c utf8.h utfebcdic.h util.c util.h x2p/EXTERN.h
53588            ! x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/hash.c
53589            ! x2p/hash.h x2p/proto.h x2p/str.c x2p/str.h x2p/util.c
53590            ! x2p/util.h x2p/walk.c xsutils.c
53591 ____________________________________________________________________________
53592 [ 18800] By: hv                                    on 2003/03/02  15:16:38
53593         Log: Subject: [PATCH] for perl5db.pl against missing args destroying pre-post command setups
53594              From: Richard.Foley@ubsw.com
53595              Date: Wed, 19 Feb 2003 13:24:38 +0100
53596              Message-ID: <B374141B0A424D4F9CF143CC51B3ADD98579DB@NZURC900PEX1.ubsgs.ubsgroup.net>
53597      Branch: perl
53598            ! lib/perl5db.pl
53599 ____________________________________________________________________________
53600 [ 18799] By: jhi                                   on 2003/03/02  13:34:13
53601         Log: The -CI cannot be easily tested under UTF-8 locale with
53602              the t/test.pl (the 'stdin' data gets doubly UTF-8-ied).
53603              Also other small tweaks in the -C neighbourhood.
53604      Branch: perl
53605            ! perl.c perl.h t/run/switchC.t util.c
53606 ____________________________________________________________________________
53607 [ 18798] By: jhi                                   on 2003/03/02  09:12:06
53608         Log: Go with "right = -right" for greater portability, some platforms
53609              might require llabs() to get abs() of long longs.
53610      Branch: perl
53611            ! pp.c
53612 ____________________________________________________________________________
53613 [ 18797] By: jhi                                   on 2003/03/02  08:07:32
53614         Log: Patch for [perl #9402], known also as "glibc _moddi3 bug
53615              with negative quads", or also as RedHat bug #65612.
53616      Branch: perl
53617            ! pp.c
53618 ____________________________________________________________________________
53619 [ 18796] By: jhi                                   on 2003/03/02  07:34:54
53620         Log: Forgotten from change #18795.
53621      Branch: perl
53622            ! global.sym
53623 ____________________________________________________________________________
53624 [ 18795] By: jhi                                   on 2003/03/02  07:27:44
53625         Log: Subject: Re: [PATCH embed.fnc] Re: [PATCH] Get MSWin32 back compiling
53626              From: Abe Timmerman <abe@ztreet.demon.nl>
53627              Date: Sun, 2 Mar 2003 02:03:16 +0100
53628              Message-Id: <200303020203.16708.abe@ztreet.demon.nl>
53629      Branch: perl
53630            ! embed.fnc embed.h makedef.pl
53631 ____________________________________________________________________________
53632 [ 18794] By: jhi                                   on 2003/03/02  07:21:36
53633         Log: Further Unicode formats patching from Inaba Hiroto.
53634      Branch: perl
53635            + t/uni/write.t
53636            ! MANIFEST pp_ctl.c
53637 ____________________________________________________________________________
53638 [ 18793] By: jhi                                   on 2003/03/01  08:18:35
53639         Log: Integrate change #18788 from maint.
53640      Branch: perl
53641           !> perl.h
53642 ____________________________________________________________________________
53643 [ 18792] By: jhi                                   on 2003/03/01  08:14:43
53644         Log: Subject: [PATCH] Get MSWin32 back compiling
53645              From: Abe Timmerman <abe@ztreet.demon.nl>
53646              Date: Sat, 1 Mar 2003 04:31:19 +0100
53647              Message-Id: <200303010431.20205.abe@ztreet.demon.nl>
53648      Branch: perl
53649            ! embed.fnc embed.h global.sym makedef.pl
53650 ____________________________________________________________________________
53651 [ 18785] By: jhi                                   on 2003/02/26  20:38:55
53652         Log: Subject: Re: [PATCH] Re: format, PerlIO and utf8
53653              From: Inaba Hiroto <inaba@st.rim.or.jp>
53654              Date: Mon, 10 Feb 2003 00:04:51 +0900
53655              Message-ID: <3E466E12.E5349D84@st.rim.or.jp>
53656      Branch: perl
53657            ! pp_ctl.c toke.c
53658 ____________________________________________________________________________
53659 [ 18784] By: jhi                                   on 2003/02/26  19:45:53
53660         Log: An already fixed bug from perl-unicode.
53661      Branch: perl
53662            ! t/op/pat.t
53663 ____________________________________________________________________________
53664 [ 18782] By: hv                                    on 2003/02/26  01:36:49
53665         Log: Subject: Re: [perl #20683] [fix] Better Patch
53666              From: Enache Adrian <enache@rdslink.ro>
53667              Date: Sun, 23 Feb 2003 20:16:39 +0200
53668              Message-ID: <20030223181639.GA18713@ratsnest.hole>
53669      Branch: perl
53670            ! embed.fnc embed.h ext/Devel/Peek/Peek.t mg.c perl.h proto.h
53671            ! regexec.c sv.c t/op/pat.t
53672 ____________________________________________________________________________
53673 [ 18781] By: hv                                    on 2003/02/26  01:11:14
53674         Log: regen headers
53675      Branch: perl
53676            ! perlapi.h pod/perlapi.pod
53677 ____________________________________________________________________________
53678 [ 18780] By: hv                                    on 2003/02/26  00:25:32
53679         Log: Two typos found by Philip Newton <pnewton@gmx.de>
53680      Branch: perl
53681            ! configpm ext/DB_File/DB_File.pm
53682 ____________________________________________________________________________
53683 [ 18779] By: jhi                                   on 2003/02/25  18:20:01
53684         Log: Add tests for the -C switch.  Depending on the
53685              CLIs some $^O dance may be needed.
53686      Branch: perl
53687            + t/run/switchC.t
53688            ! MANIFEST
53689 ____________________________________________________________________________
53690 [ 18778] By: hv                                    on 2003/02/25  15:24:17
53691         Log: Add missing file from change #18774.
53692      Branch: perl
53693            + t/op/localref.t
53694 ____________________________________________________________________________
53695 [ 18777] By: hv                                    on 2003/02/25  14:07:59
53696         Log: More variables for change #18776.
53697      Branch: perl
53698            ! op.c
53699 ____________________________________________________________________________
53700 [ 18776] By: hv                                    on 2003/02/25  14:04:03
53701         Log: Subject: [perl #20682] [fix] @- array not visible in s///
53702              From: Enache Adrian <enache@rdslink.ro>
53703              Date: Fri, 21 Feb 2003 17:50:14 +0200
53704              Message-ID: <20030221155014.GB793@ratsnest.hole>
53705      Branch: perl
53706            ! op.c t/op/subst.t
53707 ____________________________________________________________________________
53708 [ 18775] By: hv                                    on 2003/02/25  13:53:11
53709         Log: Subject: [perl #20684] [fix] s/// with (??{..}) inside returns wrong count
53710              From: Enache Adrian <enache@rdslink.ro>
53711              Date: Fri, 21 Feb 2003 17:49:41 +0200
53712              Message-ID: <20030221154941.GA793@ratsnest.hole>
53713      Branch: perl
53714            ! pp_ctl.c t/op/subst.t
53715 ____________________________________________________________________________
53716 [ 18774] By: hv                                    on 2003/02/25  13:21:19
53717         Log: Subject: Re: [perl #21321] local ${"FOO"} does not work
53718              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
53719              Date: Sun, 23 Feb 2003 00:03:27 +0100
53720              Message-Id: <20030223000327.6f0c11fa.rgarciasuarez@free.fr>
53721      Branch: perl
53722            ! MANIFEST op.c perl.h pp.c pp_hot.c t/op/local.t
53723 ____________________________________________________________________________
53724 [ 18773] By: hv                                    on 2003/02/25  12:45:01
53725         Log: Subject: [Encode] 1.88 Released
53726              From: Dan Kogai <dankogai@dan.co.jp>
53727              Date: Thu, 20 Feb 2003 23:49:55 +0900
53728              Message-Id: <935F75D0-44E2-11D7-B310-000393AE4244@dan.co.jp>
53729      Branch: perl
53730            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
53731            ! ext/Encode/Encode.xs ext/Encode/Unicode/Unicode.xs
53732            ! ext/Encode/lib/Encode/CJKConstants.pm
53733            ! ext/Encode/lib/Encode/Encoder.pm ext/Encode/t/enc_eucjp.t
53734            ! ext/Encode/t/enc_utf8.t ext/Encode/ucm/viscii.ucm
53735 ____________________________________________________________________________
53736 [ 18772] By: merijn                                on 2003/02/25  12:12:14
53737         Log: Subject: [perl@18752] warnings from CGI tests under cygwin
53738              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
53739              Date: Wed, 19 Feb 2003 13:37:39 -0800
53740              Message-ID: <jk/U+gzkg2DE092yn@efn.org>
53741      Branch: perl
53742            ! lib/CGI.pm
53743 ____________________________________________________________________________
53744 [ 18771] By: jhi                                   on 2003/02/25  07:46:53
53745         Log: Cleanup #18770 as suggested by Rafael.
53746      Branch: perl
53747            ! mg.c perl.h
53748 ____________________________________________________________________________
53749 [ 18770] By: jhi                                   on 2003/02/25  06:01:09
53750         Log: A new try at #18765 (for [perl #20920]).
53751      Branch: perl
53752            ! mg.c
53753 ____________________________________________________________________________
53754 [ 18769] By: jhi                                   on 2003/02/25  05:33:10
53755         Log: Retract change #18765: makes HiRes.t hang after subtest #11.
53756      Branch: perl
53757            ! mg.c
53758 ____________________________________________________________________________
53759 [ 18768] By: chip                                  on 2003/02/24  21:42:57
53760         Log: Include p4d2p in Porting again, because p4genpatch doesn't work
53761              until a change has been submitted.
53762      Branch: perl
53763            + Porting/p4d2p
53764            ! MANIFEST
53765 ____________________________________________________________________________
53766 [ 18767] By: chip                                  on 2003/02/24  21:35:56
53767         Log: In Porting scripts, use standard perl path of "/usr/bin/perl".
53768      Branch: perl
53769            ! Porting/check83.pl Porting/findvars Porting/fixCORE
53770            ! Porting/fixvars Porting/genlog Porting/makerel Porting/patchls
53771 ____________________________________________________________________________
53772 [ 18766] By: jhi                                   on 2003/02/24  20:04:36
53773         Log: PERL_SIGNALS=unsafe enables the old unsafe/immediate signals.
53774      Branch: perl
53775            ! embedvar.h intrpvar.h mg.c perl.c perl.h pod/perldiag.pod
53776            ! pod/perlipc.pod pod/perlrun.pod pp_sys.c util.c
53777 ____________________________________________________________________________
53778 [ 18765] By: jhi                                   on 2003/02/24  19:56:23
53779         Log: Subject: Re: [perl #20920] Segmentation fault ("Safe Signal" queue problem?)
53780              From: Slaven Rezic <slaven@rezic.de>
53781              Date: 14 Feb 2003 09:11:15 +0100
53782              Message-ID: <878ywji8nw.fsf@vran.herceg.de>
53783
53784              (with slight tweaks)
53785      Branch: perl
53786            ! mg.c
53787 ____________________________________________________________________________
53788 [ 18764] By: jhi                                   on 2003/02/24  18:44:41
53789         Log: Patching magic from Inaba-san's keyboard: fix for [perl #8769]:
53790              "scalar upgraded to UTF-8 as a side effect of quote-interpolation
53791              when 'use encoding' is engaged"-- wasn't actually encoding's fault.
53792      Branch: perl
53793            ! pp_ctl.c pp_hot.c sv.c sv.h t/op/concat.t
53794 ____________________________________________________________________________
53795 [ 18763] By: chip                                  on 2003/02/24  14:54:36
53796         Log: Use PL_{argv,stdin,stdout}gv to avoid unnecessary gv_fetch calls.
53797      Branch: perl
53798            ! op.c win32/perlhost.h
53799 ____________________________________________________________________________
53800 [ 18762] By: hv                                    on 2003/02/24  00:18:42
53801         Log: Remove no-longer-true line from perlop
53802      Branch: perl
53803            ! pod/perlop.pod
53804 ____________________________________________________________________________
53805 [ 18761] By: jhi                                   on 2003/02/23  12:07:53
53806         Log: Chip noticed that the intended optionality of the 'IV' was
53807              forgotten in the change #18758.
53808      Branch: perl
53809            ! ext/Devel/Peek/Peek.t
53810 ____________________________________________________________________________
53811 [ 18760] By: jhi                                   on 2003/02/22  19:17:04
53812         Log: API doc tweaks.
53813      Branch: perl
53814            ! utf8.c
53815 ____________________________________________________________________________
53816 [ 18759] By: sky                                   on 2003/02/21  09:08:30
53817         Log: Change regex to be a bit more friendly against various
53818              outputs from ps -f, regex suggest by rgs
53819      Branch: perl
53820            ! ext/threads/t/join.t
53821 ____________________________________________________________________________
53822 [ 18758] By: jhi                                   on 2003/02/20  17:28:44
53823         Log: Subject: [PATCH: perl@18639] add some IV stuff to ext/Devel/Peek/Peek.t test 21
53824              From: PPrymmer@factset.com
53825              Date: Thu, 20 Feb 2003 13:28:09 -0500
53826              Message-ID: <OF2DC297F4.A63F24F9-ON85256CD3.006513E4@factset.com>
53827      Branch: perl
53828            ! ext/Devel/Peek/Peek.t
53829 ____________________________________________________________________________
53830 [ 18757] By: jhi                                   on 2003/02/20  17:27:17
53831         Log: Subject: [PATCH: perl@186389] add probe for yet another dangerous logical name: COMP
53832              From: PPrymmer@factset.com
53833              Date: Wed, 19 Feb 2003 15:04:40 -0500
53834              Message-ID: <OFC0A627AD.02B9D968-ON85256CD2.006DDC21@factset.com>
53835      Branch: perl
53836            ! README.vms configure.com
53837 ____________________________________________________________________________
53838 [ 18756] By: jhi                                   on 2003/02/20  06:16:05
53839         Log: Doc tweakage on -C.
53840      Branch: perl
53841            ! pod/perlrun.pod
53842 ____________________________________________________________________________
53843 [ 18755] By: rgs                                   on 2003/02/19  21:31:43
53844         Log: Subject: [PATCH] 5.8.0: typo in pod/perlcompile.pod
53845              From: Brendan O'Dea <bod@debian.org>
53846              Date: Sun, 16 Feb 2003 21:09:23 +1100
53847              Message-ID: <20030216100923.GA29761@londo.c47.org>
53848      Branch: perl
53849            ! pod/perlcompile.pod
53850 ____________________________________________________________________________
53851 [ 18754] By: rgs                                   on 2003/02/19  21:14:37
53852         Log: Document clearly that "_" is always in package "main".
53853      Branch: perl
53854            ! pod/perlvar.pod
53855 ____________________________________________________________________________
53856 [ 18753] By: rgs                                   on 2003/02/19  20:55:09
53857         Log: Subject: Re: [perl #20716] scope error with brackets
53858              From: Enache Adrian <enache@rdslink.ro>
53859              Date: Thu, 13 Feb 2003 04:52:21 +0200
53860              Message-ID: <20030213025221.GA1215@ratsnest.hole>
53861              (better version of change #18687)
53862      Branch: perl
53863            ! t/comp/parser.t toke.c
53864 ____________________________________________________________________________
53865 [ 18752] By: jhi                                   on 2003/02/19  05:10:26
53866         Log: 'A' is not 65 everywhere.
53867      Branch: perl
53868            ! t/op/pack.t
53869 ____________________________________________________________________________
53870 [ 18751] By: chip                                  on 2003/02/19  03:54:45
53871         Log: Support one-parameter unpack(), which unpacks $_.
53872      Branch: perl
53873            ! opcode.h opcode.pl pod/perlfunc.pod pp_pack.c t/op/pack.t
53874 ____________________________________________________________________________
53875 [ 18750] By: hv                                    on 2003/02/19  00:53:03
53876         Log: more complex assertions activation:
53877              Subject: Re: Did the assertion patch/feature submission get overlooked?
53878              From: =?ISO-8859-1?Q?Salvador_Fandi=F1o?= <sfandino@yahoo.com>
53879              Date: Tue, 18 Feb 2003 19:24:13 +0000
53880              Message-ID: <3E52885D.5060903@yahoo.com>
53881      Branch: perl
53882            ! lib/assertions.pm lib/assertions/activate.pm
53883            ! t/comp/assertions.t
53884 ____________________________________________________________________________
53885 [ 18749] By: hv                                    on 2003/02/19  00:19:21
53886         Log: Subject: [PATCH] Make adding notes to patchlevel.h easier
53887              From: andreas.koenig@anima.de (Andreas J. Koenig)
53888              Date: Tue, 18 Feb 2003 11:48:40 +0100
53889              Message-ID: <m3n0kt27av.fsf@k242.linux.bogus>
53890      Branch: perl
53891            ! patchlevel.h
53892 ____________________________________________________________________________
53893 [ 18748] By: hv                                    on 2003/02/19  00:00:41
53894         Log: Subject: [PATCH IO/Socket/INET.pm] Blocking option ignored
53895              From: Dave Mitchell <davem@fdgroup.com>
53896              Date: Tue, 18 Feb 2003 21:45:45 +0000
53897              Message-ID: <20030218214545.C18547@fdgroup.com>
53898
53899              and tests for the same:
53900              From: Dave Mitchell <davem@fdgroup.com>
53901              Date: Wed, 19 Feb 2003 00:42:01 +0000
53902              Message-ID: <20030219004201.F18547@fdgroup.com>
53903      Branch: perl
53904            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/t/io_sock.t
53905 ____________________________________________________________________________
53906 [ 18747] By: hv                                    on 2003/02/18  23:47:06
53907         Log: Shouldn't have added as t/run/switchA.t in #18739 - it'll cause
53908              problems on case-insensitive file systems. Rename it back to
53909              t/run/switch_A.t
53910      Branch: perl
53911           +> t/run/switch_A.t
53912            - t/run/switchA.t
53913            ! MANIFEST
53914 ____________________________________________________________________________
53915 [ 18746] By: sky                                   on 2003/02/18  21:31:37
53916         Log: Subject: Re: -Os for Darwin why?
53917              From: schwern@pobox.com
53918              Date: tis feb 18, 2003  20:37:39 Europe/Stockholm
53919              Message-Id: <20030218113739.D25848@ttul.org>
53920      Branch: perl
53921            ! hints/darwin.sh
53922 ____________________________________________________________________________
53923 [ 18741] By: jhi                                   on 2003/02/18  14:01:34
53924         Log: Format nit.
53925      Branch: perl
53926            ! util.c
53927 ____________________________________________________________________________
53928 [ 18740] By: sky                                   on 2003/02/18  06:33:57
53929         Log: Re: -Os for Darwin why?
53930              From: schwern@pobox.com
53931              Date: tis feb 18, 2003  04:14:03 Europe/Stockholm
53932              Message-Id: <20030217191403.A17553@ttul.org>
53933      Branch: perl
53934            ! hints/darwin.sh
53935 ____________________________________________________________________________
53936 [ 18739] By: hv                                    on 2003/02/18  01:04:01
53937         Log: Subject: Re: Did the assertion patch/feature submission get overlooked?
53938              From: =?ISO-8859-1?Q?Salvador_Fandi=F1o?= <sfandino@yahoo.com>
53939              Date: Mon, 17 Feb 2003 23:38:05 +0000
53940              Message-ID: <3E51725D.5060303@yahoo.com>
53941      Branch: perl
53942            + t/comp/assertions.t t/run/switchA.t
53943            ! MANIFEST
53944 ____________________________________________________________________________
53945 [ 18738] By: hv                                    on 2003/02/18  00:51:24
53946         Log: Subject: [PATCH] Re: [PATCH] Re: [PATCH] Copy on write for $& and $1...
53947              From: Nicholas Clark <nick@ccl4.org>
53948              Date: Mon, 17 Feb 2003 21:07:03 +0000
53949              Message-ID: <20030217210330.A8611@plum.flirble.org>
53950      Branch: perl
53951            ! sv.c
53952 ____________________________________________________________________________
53953 [ 18737] By: hv                                    on 2003/02/18  00:47:00
53954         Log: Subject: [PATCH] Re: [perl #21261] B::Terse not outputting correct constants or variable names
53955              From: Stephen McCamant <smcc@mit.edu>
53956              Date: Mon, 17 Feb 2003 19:34:36 -0500
53957              Date: Mon, 17 Feb 2003 19:34:36 -0500
53958              Message-ID: <15953.32668.277063.470885@syllepsis.MIT.EDU>
53959      Branch: perl
53960            ! ext/B/B.xs ext/B/B/Bblock.pm ext/B/B/Concise.pm
53961            ! ext/B/B/Terse.pm ext/B/t/terse.t
53962 ____________________________________________________________________________
53963 [ 18736] By: hv                                    on 2003/02/17  09:33:47
53964         Log: Subject: [PATCH] Re: [PATCH] Copy on write for $& and $1...
53965              From: Nicholas Clark <nick@unfortu.net>
53966              Date: Sun, 16 Feb 2003 23:09:50 +0000
53967              Message-ID: <20030216230950.GB276@Bagpuss.unfortu.net>
53968      Branch: perl
53969            ! sv.c
53970 ____________________________________________________________________________
53971 [ 18735] By: hv                                    on 2003/02/17  09:13:02
53972         Log: Use the escape E<ntilde> in source files rather than the actual char.
53973      Branch: perl
53974            ! lib/assertions.pm lib/assertions/activate.pm
53975 ____________________________________________________________________________
53976 [ 18734] By: hv                                    on 2003/02/17  09:06:44
53977         Log: Suppress empty #ifdef blocks in embed.pl
53978      Branch: perl
53979            ! embed.h embed.pl
53980 ____________________________________________________________________________
53981 [ 18733] By: hv                                    on 2003/02/17  08:51:53
53982         Log: fix typo in sv.c and regenerate perlapi.pod
53983      Branch: perl
53984            ! pod/perlapi.pod sv.c
53985 ____________________________________________________________________________
53986 [ 18732] By: jhi                                   on 2003/02/17  06:40:09
53987         Log: Philip Newton has eagle eyes :-)
53988      Branch: perl
53989            ! pod/perlrun.pod
53990 ____________________________________________________________________________
53991 [ 18731] By: jhi                                   on 2003/02/17  05:31:18
53992         Log: Doc tweaks (and one code tweak) based on Philip Newton's comments.
53993      Branch: perl
53994            ! locale.c pod/perlrun.pod pod/perlunicode.pod
53995            ! pod/perluniintro.pod pod/perlvar.pod util.c
53996 ____________________________________________________________________________
53997 [ 18730] By: jhi                                   on 2003/02/17  04:44:53
53998         Log: Make also the -CAL conditional on locale.
53999      Branch: perl
54000            ! perl.c pod/perlrun.pod
54001 ____________________________________________________________________________
54002 [ 18729] By: jhi                                   on 2003/02/16  18:33:05
54003         Log: NO_SHORT_NAMES is better than HIDE_SHORT_NAMES.
54004      Branch: perl
54005            ! embed.h embed.pl pod/perlembed.pod
54006 ____________________________________________________________________________
54007 [ 18728] By: jhi                                   on 2003/02/16  18:20:04
54008         Log: According to Sarathy it's better have the Ministry
54009              of Information to remove all memory of NO_EMBED.
54010              What NO_EMBED?
54011      Branch: perl
54012            ! embed.h embed.pl
54013 ____________________________________________________________________________
54014 [ 18727] By: hv                                    on 2003/02/16  13:55:10
54015         Log: add support for assertions. Updated form of:
54016              Subject: Re: Did the assertion patch/feature submission get overlooked?
54017              From: Salvador =?ISO-8859-1?Q?Fandi=F1o?= <sfandino@yahoo.com>
54018              Date: Sat, 30 Nov 2002 17:24:09 +0000
54019              Message-ID: <3DE8F439.50402@yahoo.com>
54020      Branch: perl
54021            + lib/assertions.pm lib/assertions/activate.pm
54022            ! MANIFEST cv.h dump.c embed.pl embedvar.h ext/B/B/Deparse.pm
54023            ! ext/B/defsubs_h.PL intrpvar.h lib/perl5db.pl op.c perl.c
54024            ! perl.h perlapi.h pp_hot.c sv.c toke.c xsutils.c
54025 ____________________________________________________________________________
54026 [ 18726] By: hv                                    on 2003/02/16  13:10:32
54027         Log: COW regexps:
54028              Subject: [PATCH] Copy on write for $& and $1...
54029              From: Nicholas Clark <nick@unfortu.net>
54030              Date: Sun, 9 Feb 2003 23:00:09 +0000
54031              Message-ID: <20030209230008.GF299@Bagpuss.unfortu.net>
54032      Branch: perl
54033            ! embed.fnc embed.h global.sym pod/perlapi.pod pp_ctl.c pp_hot.c
54034            ! proto.h regcomp.c regexec.c regexp.h sv.c sv.h thrdvar.h
54035 ____________________________________________________________________________
54036 [ 18725] By: hv                                    on 2003/02/16  13:08:52
54037         Log: inline SvREFCNT_dec:
54038              Subject: [PATCH] Copy on write for $& and $1...
54039              From: Nicholas Clark <nick@unfortu.net>
54040              Date: Sun, 9 Feb 2003 23:00:09 +0000
54041              Message-ID: <20030209230008.GF299@Bagpuss.unfortu.net>
54042      Branch: perl
54043            ! embed.fnc embed.h proto.h sv.c sv.h
54044 ____________________________________________________________________________
54045 [ 18723] By: hv                                    on 2003/02/16  11:12:58
54046         Log: Subject: Re: [perl #20798] foo(eval {}) crashes Perl 5.8
54047              From: Enache Adrian <enache@rdslink.ro>
54048              Date: Sun, 16 Feb 2003 00:05:10 +0200
54049              Message-ID: <20030215220510.GB893@ratsnest.hole>
54050      Branch: perl
54051            ! op.c
54052 ____________________________________________________________________________
54053 [ 18722] By: hv                                    on 2003/02/16  11:08:06
54054         Log: outdent else-if chain in scope()
54055      Branch: perl
54056            ! op.c
54057 ____________________________________________________________________________
54058 [ 18721] By: hv                                    on 2003/02/16  11:00:47
54059         Log: Subject: [PATCH] arcane tainting bug in vms.c
54060              From: "Craig A. Berry" <craigberry@mac.com>
54061              Date: Sat, 15 Feb 2003 12:29:03 -0600
54062              Message-ID: <3E4E86EF.8090609@mac.com>
54063      Branch: perl
54064            ! vms/vms.c
54065 ____________________________________________________________________________
54066 [ 18720] By: hv                                    on 2003/02/16  10:54:58
54067         Log: restrict PERL_PRESERVE_IVUV to things that should really give an
54068              integer, but extend to runtime. Based on:
54069              Subject: Re: [perl #20827] Unexpected scientific notation.
54070              From: hv@crypt.org
54071              Date: Wed, 12 Feb 2003 03:12:43 +0000
54072              Message-Id: <200302120312.h1C3ChS02613@crypt.compulink.co.uk>
54073      Branch: perl
54074            ! op.c pp.c
54075 ____________________________________________________________________________
54076 [ 18718] By: jhi                                   on 2003/02/16  09:47:02
54077         Log: As suggested by Sarathy, add -DPERL_HIDE_SHORT_NAMES option
54078              which will disable the short forms of the Perl_ API, good for
54079              embedding stuff.  (Kind of like the old NO_EMBED, but better.)
54080      Branch: perl
54081            ! embed.h embed.pl pod/perlembed.pod
54082 ____________________________________________________________________________
54083 [ 18717] By: jhi                                   on 2003/02/16  09:44:57
54084         Log: Clarify the -C syntax a bit.
54085      Branch: perl
54086            ! pod/perlrun.pod
54087 ____________________________________________________________________________
54088 [ 18716] By: jhi                                   on 2003/02/16  08:29:54
54089         Log: Forgotten from #18715.
54090      Branch: perl
54091            ! embed.h proto.h
54092 ____________________________________________________________________________
54093 [ 18715] By: jhi                                   on 2003/02/15  21:19:37
54094         Log: The new(er) way of controlling Unicode I/O (and other) features;
54095              -C (or PERL_UNICODE).  See perlrun/-C for more details.
54096      Branch: perl
54097            ! embed.fnc embedvar.h gv.c intrpvar.h locale.c mg.c perl.c
54098            ! perl.h perlapi.h pod/perldiag.pod pod/perlrun.pod
54099            ! pod/perlunicode.pod pod/perluniintro.pod pod/perlvar.pod
54100            ! util.c
54101 ____________________________________________________________________________
54102 [ 18714] By: jhi                                   on 2003/02/15  12:31:25
54103         Log: Also Storable really wants the PATCHLEVEL, not PERL_VERSION.
54104      Branch: perl
54105            ! ext/Storable/Storable.xs
54106 ____________________________________________________________________________
54107 [ 18712] By: jhi                                   on 2003/02/15  08:39:38
54108         Log: Bring the CPAN Digest::MD5 (2.23) and the core Digest::MD5
54109              even closer to each other.  The dec_osf.pl is irrelevant
54110              for the current core but adding it makes for one less exception
54111              when integrating.
54112      Branch: perl
54113            + ext/Digest/MD5/hints/dec_osf.pl
54114            ! MANIFEST ext/Digest/MD5/MD5.pm ext/Digest/MD5/Makefile.PL
54115            ! ext/Digest/MD5/t/files.t
54116 ____________________________________________________________________________
54117 [ 18711] By: jhi                                   on 2003/02/15  08:32:04
54118         Log: Update MD5 Changes; update checksums.
54119      Branch: perl
54120            ! ext/Digest/MD5/Changes ext/Digest/MD5/t/files.t
54121 ____________________________________________________________________________
54122 [ 18710] By: jhi                                   on 2003/02/15  08:19:20
54123         Log: Update the MD5 checksums.
54124      Branch: perl
54125            ! ext/Digest/MD5/t/files.t
54126 ____________________________________________________________________________
54127 [ 18709] By: jhi                                   on 2003/02/15  08:16:26
54128         Log: Make the patchlevel.h inclusion attempt pre-5.6.0-safe(r)
54129              (problem noticed by Graham with List::Util).
54130      Branch: perl
54131            ! ext/Data/Dumper/Dumper.xs ext/Digest/MD5/MD5.xs
54132            ! ext/MIME/Base64/Base64.xs ext/Storable/Storable.xs
54133 ____________________________________________________________________________
54134 [ 18708] By: jhi                                   on 2003/02/15  07:31:17
54135         Log: Subject: Re: [perl #20912] UTF8 related glitch + fix
54136              From: Enache Adrian <enache@rdslink.ro>
54137              Date: Sat, 15 Feb 2003 00:37:40 +0200
54138              Message-ID: <20030214223740.GA13575@ratsnest.hole>
54139      Branch: perl
54140            ! pp.c t/op/split.t
54141 ____________________________________________________________________________
54142 [ 18707] By: hv                                    on 2003/02/15  06:38:15
54143         Log: Subject: [doc patch] ext/threads/shared/shared.pm
54144              From: Stas Bekman <stas@stason.org>
54145              Date: Fri, 14 Feb 2003 11:12:39 +1100
54146              Message-ID: <3E4C3477.7030306@stason.org>
54147      Branch: perl
54148            ! ext/threads/shared/shared.pm
54149 ____________________________________________________________________________
54150 [ 18706] By: hv                                    on 2003/02/15  06:32:35
54151         Log: Subject: Re: perlvar phrasing clarification for $^S
54152              From: "Iain 'Spoon' Truskett" <perl@dellah.anu.edu.au>
54153              Date: Fri, 14 Feb 2003 10:12:00 +1100
54154              Message-ID: <20030213231200.GE16300@ouroboros.anu.edu.au>
54155      Branch: perl
54156            ! pod/perlvar.pod
54157 ____________________________________________________________________________
54158 [ 18705] By: hv                                    on 2003/02/15  06:27:07
54159         Log: Subject: Re: [perl #20933] \substr reuses lvalues (sometimes)
54160              From: Dave Mitchell <davem@fdgroup.com>
54161              Date: Fri, 14 Feb 2003 22:48:27 +0000
54162              Message-ID: <20030214224827.B6783@fdgroup.com>
54163
54164              with tests:
54165              From: Slaven Rezic <slaven@rezic.de>
54166              Date: 14 Feb 2003 20:23:20 +0100
54167              Message-ID: <87bs1e4qfr.fsf@vran.herceg.de>
54168      Branch: perl
54169            ! pp.c t/op/substr.t t/op/vec.t
54170 ____________________________________________________________________________
54171 [ 18704] By: hv                                    on 2003/02/15  06:17:06
54172         Log: Subject: Re: overriding builtins quirk
54173              From: Jerrad Pierce <belg4mit@MIT.EDU>
54174              Date: Fri, 14 Feb 2003 09:28:13 -0500
54175              Message-Id: <200302141428.JAA25752@cathedral-seven.mit.edu>
54176      Branch: perl
54177            ! pod/perlsub.pod
54178 ____________________________________________________________________________
54179 [ 18703] By: rgs                                   on 2003/02/14  22:23:56
54180         Log: Subject: Re: trying to fix #20154, #20357
54181              From: Enache Adrian <enache@rdslink.ro>
54182              Date: Sat, 8 Feb 2003 21:05:14 +0200
54183              Message-ID: <20030208190514.GA866@ratsnest.hole>
54184              (fixes #19061 as well)
54185      Branch: perl
54186            ! pp_ctl.c t/op/goto.t
54187 ____________________________________________________________________________
54188 [ 18702] By: gbarr                                 on 2003/02/14  19:26:23
54189         Log: Update to Scalar-List-Utils 1.11
54190      Branch: perl
54191            + ext/List/Util/t/proto.t
54192            ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/Util.xs
54193            ! ext/List/Util/lib/List/Util.pm
54194            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/isvstring.t
54195 ____________________________________________________________________________
54196 [ 18699] By: jhi                                   on 2003/02/13  09:43:33
54197         Log: gcc 3.2.1 does not have -Wall faith that tmp
54198              will not be used uninitialized.
54199      Branch: perl
54200            ! toke.c
54201 ____________________________________________________________________________
54202 [ 18698] By: hv                                    on 2003/02/12  03:01:32
54203         Log: Subject: perlbug (was: Re: [perl #20606] [no subject])
54204              From: Slaven Rezic <slaven@rezic.de>
54205              Date: 30 Jan 2003 19:03:41 +0100
54206              Message-ID: <87fzra7bwi.fsf@vran.herceg.de>
54207      Branch: perl
54208            ! utils/perlbug.PL
54209 ____________________________________________________________________________
54210 [ 18697] By: hv                                    on 2003/02/12  02:20:39
54211         Log: Subject: [PATCH 5.9.0] to silence compiler warning
54212              From: Robin Barker <Robin.Barker@npl.co.uk>
54213              Date: Tue, 28 Jan 2003 13:27:17 -0000
54214              Message-ID: <533D273D4014D411AB1D00062938C4D9040462CC@hotel.npl.co.uk>
54215      Branch: perl
54216            ! ext/PerlIO/scalar/scalar.xs ext/Storable/Storable.xs
54217            ! universal.c util.c
54218 ____________________________________________________________________________
54219 [ 18696] By: rgs                                   on 2003/02/11  20:13:21
54220         Log: Subject: [perl #20654] %*v02x considered invalid in printf
54221              From: Robin Barker (via RT) <perlbug-followup@perl.org>
54222              Date: 10 Feb 2003 16:43:23 -0000
54223              Message-Id: <rt-20654-50711.19.9711009821137@bugs6.perl.org>
54224      Branch: perl
54225            ! sv.c t/op/sprintf.t
54226 ____________________________________________________________________________
54227 [ 18695] By: rgs                                   on 2003/02/11  20:00:23
54228         Log: Subject: mini-[patch] perlrun "^$W" typo
54229              From: Iain Truskett <spoon@dellah.org>
54230              Date: Tue, 11 Feb 2003 08:38:52 +1100
54231              Message-ID: <20030210213851.GC31721@ouroboros.anu.edu.au>
54232      Branch: perl
54233            ! pod/perlrun.pod
54234 ____________________________________________________________________________
54235 [ 18694] By: rgs                                   on 2003/02/11  19:44:00
54236         Log: Subject: [PATCH] More B::Concise fixes
54237              From: Stephen McCamant <smcc@mit.edu>
54238              Date: Sun, 9 Feb 2003 17:28:38 -0500
54239              Message-ID: <15942.54806.381678.173391@syllepsis.MIT.EDU>
54240      Branch: perl
54241            ! ext/B/B/Concise.pm
54242 ____________________________________________________________________________
54243 [ 18693] By: merijn                                on 2003/02/11  08:14:29
54244         Log: More code cleanup.
54245
54246              Subject: Re: New SV Flag
54247              Date: Fri, 07 Feb 2003 09:57:43 +0100
54248              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
54249              Message-Id: <20030207095258.6E05.H.M.BRAND@hccnet.nl>
54250      Branch: perl
54251            ! sv.c sv.h
54252 ____________________________________________________________________________
54253 [ 18692] By: jhi                                   on 2003/02/11  07:53:26
54254         Log: Dueling patches.
54255      Branch: perl
54256            - lib/CPAN/ChangeLog
54257            ! MANIFEST
54258 ____________________________________________________________________________
54259 [ 18691] By: hv                                    on 2003/02/11  00:27:56
54260         Log: Subject: PATCH: sv_rvweaken() deficiency (against 5.8.0)
54261              From: Mark Mielke <mark@mark.mielke.cc>
54262              Date: Mon, 20 Jan 2003 19:56:13 -0500
54263              Message-ID: <20030121005613.GA31739@mark.mielke.cc>
54264      Branch: perl
54265            ! sv.c
54266 ____________________________________________________________________________
54267 [ 18690] By: hv                                    on 2003/02/10  22:08:05
54268         Log: fix comment in change #18689
54269      Branch: perl
54270            ! sv.c
54271 ____________________________________________________________________________
54272 [ 18689] By: hv                                    on 2003/02/10  21:59:34
54273         Log: Fix for [perl #20339]: "%lf" rejected as invalid by recent sprintf.
54274              Now allows but ignores the 'l' modifier on floating point formats
54275              and adds a couple of tests.
54276      Branch: perl
54277            ! sv.c t/op/sprintf.t
54278 ____________________________________________________________________________
54279 [ 18688] By: sky                                   on 2003/02/10  19:54:13
54280         Log: Subject: Re: [perl #20777] [PATCH] goto &subroutine leaks memory
54281              From: Enache Adrian <enache@rdslink.ro>
54282              Date: sun feb 9, 2003  21:10:25 Europe/Stockholm
54283              Message-Id: <20030209201025.GA1247@ratsnest.hole>
54284      Branch: perl
54285            ! pp_ctl.c
54286 ____________________________________________________________________________
54287 [ 18687] By: sky                                   on 2003/02/10  18:13:29
54288         Log: Subject: Re: [perl #20716] [FIX] scope error with brackets
54289              From: Enache Adrian <enache@rdslink.ro>
54290              Date: mon feb 10, 2003  18:48:58 Europe/Stockholm
54291              Message-id: <20030210174858.GA872@ratsnest.hole>
54292      Branch: perl
54293            ! t/comp/parser.t toke.c
54294 ____________________________________________________________________________
54295 [ 18686] By: sky                                   on 2003/02/10  18:11:35
54296         Log: Compile under threads and MacOSX. For some reason newSVpvf
54297              was not exapnded.
54298      Branch: perl
54299            ! universal.c
54300 ____________________________________________________________________________
54301 [ 18685] By: ams                                   on 2003/02/10  03:44:07
54302         Log: No, we don't really want the utility scripts.
54303      Branch: perl
54304            - ext/MIME/Base64/decode-base64 ext/MIME/Base64/decode-qp
54305            - ext/MIME/Base64/encode-base64 ext/MIME/Base64/encode-qp
54306            ! MANIFEST ext/MIME/Base64/Makefile.PL
54307 ____________________________________________________________________________
54308 [ 18684] By: hv                                    on 2003/02/10  01:43:12
54309         Log: fix for C< use if qw/ 1 open :utf8 / > based on:
54310              Subject: [perl #20536] use if 1, open => ':utf8' fails
54311              From: Autrijus Tang (via RT) <perlbug-followup@perl.org>
54312              Date: 24 Jan 2003 22:39:06 -0000
54313              Message-Id: <rt-20536-49670.13.2464320257255@bugs6.perl.org>
54314      Branch: perl
54315            ! lib/if.pm lib/if.t
54316 ____________________________________________________________________________
54317 [ 18683] By: hv                                    on 2003/02/10  01:15:52
54318         Log: Subject: RE: perldebug.pod suggestion
54319              From: "Jay Hannah" <jhannah@omnihotels.com>
54320              Date: Fri, 24 Jan 2003 11:28:44 -0600
54321              Message-ID: <00b001c2c3ce$0c4716e0$4709a8c0@omarests2>
54322      Branch: perl
54323            ! pod/perldebug.pod
54324 ____________________________________________________________________________
54325 [ 18682] By: hv                                    on 2003/02/10  00:26:50
54326         Log: Subject: [PATCH] version objects final(?) patch
54327              From: John Peacock <jpeacock@rowman.com>
54328              Date: Sun, 05 Jan 2003 21:28:41 -0500
54329              Message-ID: <3E18E9D9.2040908@rowman.com>
54330      Branch: perl
54331            ! lib/version.pm lib/version.t universal.c util.c
54332 ____________________________________________________________________________
54333 [ 18680] By: chip                                  on 2003/02/09  17:39:33
54334         Log: Add CPAN ChangeLog to MANIFEST.
54335      Branch: perl
54336            ! MANIFEST
54337 ____________________________________________________________________________
54338 [ 18678] By: jhi                                   on 2003/02/09  14:37:38
54339         Log: CPAN ChangeLog not needed, says Andreas.
54340      Branch: perl
54341            ! MANIFEST
54342 ____________________________________________________________________________
54343 [ 18677] By: jhi                                   on 2003/02/09  08:42:19
54344         Log: Subject: [perl #20785] glitches with $PerlIO::encoding::fallback
54345              From: "autrijus@ossf.iis.sinica.edu.tw (via RT)" <perlbug-followup@perl.org>
54346              Date: 8 Feb 2003 11:54:11 -0000
54347              Message-Id: <rt-20785-50586.6.45611613038412@bugs6.perl.org>
54348      Branch: perl
54349            ! ext/PerlIO/encoding/encoding.pm
54350 ____________________________________________________________________________
54351 [ 18676] By: jhi                                   on 2003/02/09  08:35:25
54352         Log: Subject: Re: utime undef, undef, "/tmp/test" and warnings
54353              From: Stas Bekman <stas@stason.org>
54354              Date: Sat, 08 Feb 2003 11:12:28 +1100
54355              Message-ID: <3E444B6C.5060407@stason.org>
54356      Branch: perl
54357            ! doio.c
54358 ____________________________________________________________________________
54359 [ 18675] By: jhi                                   on 2003/02/08  19:49:40
54360         Log: Possible cruft removal.
54361      Branch: perl
54362            ! x2p/Makefile.SH
54363 ____________________________________________________________________________
54364 [ 18674] By: jhi                                   on 2003/02/08  18:22:42
54365         Log: Signedness nits.
54366      Branch: perl
54367            ! toke.c
54368 ____________________________________________________________________________
54369 [ 18672] By: jhi                                   on 2003/02/08  08:45:35
54370         Log: Upgrade to CPAN 1.64, from Andreas Koenig.
54371      Branch: perl
54372            + lib/CPAN/ChangeLog lib/CPAN/README utils/cpan
54373            ! MANIFEST lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/t/Nox.t
54374            ! lib/CPAN/t/loadme.t lib/CPAN/t/mirroredby.t lib/CPAN/t/vcmp.t
54375            ! utils.lst
54376 ____________________________________________________________________________
54377 [ 18671] By: jhi                                   on 2003/02/08  08:35:06
54378         Log: Upgrade to Net::Ping 2.28, from Rob Brown.
54379      Branch: perl
54380            + lib/Net/Ping/t/190_alarm.t lib/Net/Ping/t/500_ping_icmp.t
54381            ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/Changes
54382            ! lib/Net/Ping/README lib/Net/Ping/t/300_ping_stream.t
54383            ! lib/Net/Ping/t/400_ping_syn.t lib/Net/Ping/t/410_syn_host.t
54384 ____________________________________________________________________________
54385 [ 18670] By: jhi                                   on 2003/02/08  07:23:02
54386         Log: Subject: [PATCH] perluniintro nit
54387              From: Autrijus Tang <autrijus@autrijus.org>
54388              Date: Fri, 7 Feb 2003 00:02:49 +0800
54389              Message-ID: <20030206160249.GA12984@not.autrijus.org>
54390      Branch: perl
54391            ! pod/perluniintro.pod
54392 ____________________________________________________________________________
54393 [ 18669] By: jhi                                   on 2003/02/06  20:06:09
54394         Log: Subject: [PATCH: perl@186389] path tweak fix up for t/pod/find.t on VMS
54395              From: PPrymmer@factset.com
54396              Date: Wed, 5 Feb 2003 12:00:05 -0500
54397              Message-ID: <OFF5FDC924.68DBF580-ON85256CC4.005CC78E@factset.com>
54398      Branch: perl
54399            ! t/pod/find.t
54400 ____________________________________________________________________________
54401 [ 18668] By: jhi                                   on 2003/02/06  20:00:52
54402         Log: sv_cat_recode() proto was missing, noticed by Craig Berry.
54403      Branch: perl
54404            ! proto.h
54405 ____________________________________________________________________________
54406 [ 18666] By: sky                                   on 2003/02/06  09:39:24
54407         Log: Patch from Richard Soderberg, cleanup the code a bit and comment
54408              why we are not using SvOOK_on.
54409      Branch: perl
54410            ! sv.c
54411 ____________________________________________________________________________
54412 [ 18664] By: jhi                                   on 2003/02/06  09:26:53
54413         Log: Things forgotten from Encode 1.87.
54414      Branch: perl
54415            ! ext/Encode/Unicode/Unicode.xs ext/Encode/t/CJKT.t
54416 ____________________________________________________________________________
54417 [ 18663] By: jhi                                   on 2003/02/06  04:03:31
54418         Log: Upgrade to Encode 1.87.
54419      Branch: perl
54420            ! ext/Encode/AUTHORS ext/Encode/Byte/Byte.pm ext/Encode/Changes
54421            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/KR/KR.pm
54422            ! ext/Encode/Unicode/Unicode.pm ext/Encode/Unicode/Unicode.xs
54423            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
54424            ! ext/Encode/lib/Encode/CJKConstants.pm
54425            ! ext/Encode/lib/Encode/Encoder.pm
54426            ! ext/Encode/lib/Encode/Encoding.pm
54427            ! ext/Encode/lib/Encode/JP/JIS7.pm ext/Encode/t/CJKT.t
54428            ! ext/Encode/t/enc_eucjp.t
54429 ____________________________________________________________________________
54430 [ 18662] By: jhi                                   on 2003/02/05  19:40:38
54431         Log: Add the test of [perl #8760] (fixed by change #18656).
54432      Branch: perl
54433            ! t/run/fresh_perl.t
54434 ____________________________________________________________________________
54435 [ 18661] By: jhi                                   on 2003/02/05  19:28:37
54436         Log: has become fixed too (by changes #18653
54437              and #18658, methinks), adding the test(s).
54438      Branch: perl
54439            ! t/op/pat.t
54440 ____________________________________________________________________________
54441 [ 18660] By: jhi                                   on 2003/02/05  17:15:35
54442         Log: Subject: [Patch] parsing under encoding (Re: [Encode] HEADS-UP; $Encode::VERSION++ to enhance filter option)([perl #16823])
54443              From: Inaba HIroto <inaba@st.rim.or.jp>
54444              Date: Sat, 01 Feb 2003 21:58:20 +0900
54445              Message-ID: <3E3BC46B.6C687CFD@st.rim.or.jp>
54446      Branch: perl
54447            ! embed.fnc embed.h ext/Encode/Encode.pm ext/Encode/Encode.xs
54448            ! ext/Encode/Encode/encode.h ext/Encode/encengine.c
54449            ! ext/Encode/lib/Encode/Encoding.pm
54450            ! ext/Encode/lib/Encode/JP/JIS7.pm global.sym lib/utf8.t
54451            ! pod/perlapi.pod sv.c t/uni/tr_7jis.t toke.c
54452 ____________________________________________________________________________
54453 [ 18659] By: jhi                                   on 2003/02/05  11:51:30
54454         Log: Subject: [PATCH: perl@186389] fix for PerlIO/Via compilation on VMS
54455              From: PPrymmer@factset.com
54456              Date: Tue, 4 Feb 2003 12:03:17 -0500
54457              Message-ID: <OFCBC6AE62.FF2B83D4-ON85256CC3.005D7A9F@factset.com>
54458      Branch: perl
54459            ! ext/PerlIO/via/via.xs
54460 ____________________________________________________________________________
54461 [ 18658] By: jhi                                   on 2003/02/05  05:45:11
54462         Log: s/S_cache_re/cache_re/ for building with threads.
54463      Branch: perl
54464            ! regexec.c
54465 ____________________________________________________________________________
54466 [ 18657] By: rgs                                   on 2003/02/04  20:06:19
54467         Log: Subject: [PATCH] B::Concise updates (incl. avoiding use of op_seq)
54468              From: Stephen McCamant <smcc@mit.edu>
54469              Date: Mon, 3 Feb 2003 21:01:07 -0500
54470              Message-ID: <15935.7907.976943.74729@syllepsis.MIT.EDU>
54471      Branch: perl
54472            ! ext/B/B/Concise.pm ext/B/t/concise.t
54473 ____________________________________________________________________________
54474 [ 18656] By: rgs                                   on 2003/02/04  20:02:56
54475         Log: Better version of change #18648, by Enache Adrian
54476              Message-ID: <20030204101533.GA11817@ratsnest.hole>
54477      Branch: perl
54478            ! op.c
54479 ____________________________________________________________________________
54480 [ 18655] By: jhi                                   on 2003/02/04  15:56:36
54481         Log: Add the new test to MANIFEST.
54482      Branch: perl
54483            ! MANIFEST
54484 ____________________________________________________________________________
54485 [ 18654] By: gbarr                                 on 2003/02/04  14:42:51
54486         Log: Sync with 1.10
54487      Branch: perl
54488            + ext/List/Util/t/lln.t
54489            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
54490            ! ext/List/Util/lib/List/Util.pm
54491            ! ext/List/Util/lib/Scalar/Util.pm
54492 ____________________________________________________________________________
54493 [ 18653] By: jhi                                   on 2003/02/04  11:04:25
54494         Log: Fix "[perl #20667] unicode regex vs non-unicode regex".
54495              The PL_regdata was not set up (S_cache_re()) before it
54496              was needed (S_reginclass()).  The test put in fresh_perl.t
54497              because we need a pristine state to start.
54498      Branch: perl
54499            ! regexec.c t/run/fresh_perl.t
54500 ____________________________________________________________________________
54501 [ 18652] By: jhi                                   on 2003/02/04  06:35:51
54502         Log: Comment tweak.
54503      Branch: perl
54504            ! t/op/pat.t
54505 ____________________________________________________________________________
54506 [ 18651] By: jhi                                   on 2003/02/04  06:28:53
54507         Log: Signedness issue.
54508      Branch: perl
54509            ! ext/MIME/Base64/Base64.xs
54510 ____________________________________________________________________________
54511 [ 18650] By: rgs                                   on 2003/02/03  22:02:44
54512         Log: Force the C locale in makedepend, to prevent gcc from
54513              producing locale-dependent messages.
54514      Branch: perl
54515            ! makedepend.SH
54516 ____________________________________________________________________________
54517 [ 18649] By: rgs                                   on 2003/02/03  22:00:21
54518         Log: Document the environment variable PERL_UTF8_LOCALE in perlrun.
54519      Branch: perl
54520            ! pod/perlrun.pod
54521 ____________________________________________________________________________
54522 [ 18648] By: rgs                                   on 2003/02/03  19:32:57
54523         Log: Fix bug #8760 : cop_line isn't properly restored
54524              when a module is loaded at runtime behind the scenes.
54525      Branch: perl
54526            ! op.c t/lib/warnings/perlio
54527 ____________________________________________________________________________
54528 [ 18647] By: merijn                                on 2003/02/03  16:14:00
54529         Log: Subject: Re: [perl #20606] [PATCH} openbsd hints
54530              From: Abe Timmerman <abe@ztreet.demon.nl>
54531              Date: Sun, 2 Feb 2003 18:27:57 +0100
54532              Message-Id: <200302021827.57240.abe@ztreet.demon.nl>
54533      Branch: perl
54534            ! hints/openbsd.sh
54535 ____________________________________________________________________________
54536 [ 18644] By: jhi                                   on 2003/02/03  12:41:51
54537         Log: Duh, test -e ENOPORTABLE, I should've remembered that.
54538              (Made Solaris go boom.)
54539      Branch: perl
54540            ! Configure
54541 ____________________________________________________________________________
54542 [ 18643] By: jhi                                   on 2003/02/03  10:36:15
54543         Log: Detypo.
54544      Branch: perl
54545            ! cop.h
54546 ____________________________________________________________________________
54547 [ 18642] By: ams                                   on 2003/02/03  08:26:36
54548         Log: Integrate MIME::Base64 2.16 from CPAN. (Do we really want the
54549              utility scripts?)
54550      Branch: perl
54551            + ext/MIME/Base64/decode-base64 ext/MIME/Base64/decode-qp
54552            + ext/MIME/Base64/encode-base64 ext/MIME/Base64/encode-qp
54553            ! MANIFEST ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
54554            ! ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
54555            ! ext/MIME/Base64/QuotedPrint.pm ext/MIME/Base64/t/base64.t
54556            ! ext/MIME/Base64/t/quoted-print.t
54557 ____________________________________________________________________________
54558 [ 18641] By: sky                                   on 2003/02/02  23:46:24
54559         Log: In any case, never copy this but use the same SV since
54560              if we copy we loose the hash we so badly need.
54561              For op_const we might still need to copy however.
54562      Branch: perl
54563            ! op.c
54564 ____________________________________________________________________________
54565 [ 18640] By: sky                                   on 2003/02/02  23:38:40
54566         Log: Move SvPVIV out of ->op_sv of METHOD_NAMED into the pad, fixes
54567              threading issue. Should perhaps be a PVOP to save memory, but then
54568              we have nowhere to store the hash of the function!
54569      Branch: perl
54570            ! dump.c op.c pp_hot.c
54571 ____________________________________________________________________________
54572 [ 18637] By: jhi                                   on 2003/02/02  20:07:57
54573         Log: Plan 9: Some time has passed.
54574      Branch: perl
54575            ! plan9/buildinfo
54576 ____________________________________________________________________________
54577 [ 18636] By: jhi                                   on 2003/02/02  20:02:11
54578         Log: Subject: Re: typo in checkin 18616
54579              From: Nick Ing-Simmons <nick@ing-simmons.net>
54580              Date: Sun, 02 Feb 2003 17:23:08 +0000
54581              Message-Id: <20030202172308.9244.1@bactrian.ni-s.u-net.com>
54582      Branch: perl
54583            ! XSUB.h
54584 ____________________________________________________________________________
54585 [ 18635] By: jhi                                   on 2003/02/02  19:46:35
54586         Log: Plan 9: Add also config.sh sample for 5.8.0 from Russ Cox.
54587      Branch: perl
54588            + plan9/config_sh.sample
54589            ! MANIFEST
54590 ____________________________________________________________________________
54591 [ 18634] By: ams                                   on 2003/02/02  18:07:01
54592         Log: Subject: [PATCH] pod/perlfunc.pod
54593              From: abigail@abigail.nl
54594              Date: Sun, 2 Feb 2003 16:59:48 +0100
54595              Message-Id: <20030202155948.7971.qmail@abigail.nl>
54596      Branch: perl
54597            ! pod/perlfunc.pod
54598 ____________________________________________________________________________
54599 [ 18633] By: jhi                                   on 2003/02/02  16:48:26
54600         Log: Subject: [perl #18232] [PATCH] store PL_reg_match_utf8 in reganch
54601              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
54602              Date: Wed, 22 Jan 2003 22:35:56 +0100
54603              Message-Id: <20030122223556.57d597a3.rgarciasuarez@free.fr>
54604      Branch: perl
54605            ! mg.c pp.c pp_ctl.c pp_hot.c regexec.c regexp.h t/op/pat.t
54606 ____________________________________________________________________________
54607 [ 18632] By: jhi                                   on 2003/02/02  15:31:36
54608         Log: Also [perl #3547] has been fixed; add its test case.
54609      Branch: perl
54610            ! t/op/pat.t
54611 ____________________________________________________________________________
54612 [ 18631] By: jhi                                   on 2003/02/02  15:26:10
54613         Log: The [perl #7471] seems to have been fixed; add its test.
54614      Branch: perl
54615            ! t/op/pat.t
54616 ____________________________________________________________________________
54617 [ 18630] By: jhi                                   on 2003/02/02  15:21:23
54618         Log: seems to have been fixed; add its test.
54619      Branch: perl
54620            ! t/op/pat.t
54621 ____________________________________________________________________________
54622 [ 18629] By: jhi                                   on 2003/02/02  15:09:39
54623         Log: Plan 9: Supply also Russ Cox' original config.h for 5.8.0.
54624      Branch: perl
54625            + plan9/config_h.sample
54626            ! MANIFEST
54627 ____________________________________________________________________________
54628 [ 18628] By: jhi                                   on 2003/02/02  14:46:26
54629         Log: Plan 9: Update config.plan9 based on Russ Cox' work.
54630      Branch: perl
54631            ! plan9/config.plan9
54632 ____________________________________________________________________________
54633 [ 18627] By: jhi                                   on 2003/02/02  14:24:00
54634         Log: Plan 9: Update the list of object files.
54635      Branch: perl
54636            ! plan9/mkfile
54637 ____________________________________________________________________________
54638 [ 18626] By: jhi                                   on 2003/02/02  14:03:16
54639         Log: Plan 9: No Configure.
54640      Branch: perl
54641            ! Configure
54642 ____________________________________________________________________________
54643 [ 18624] By: jhi                                   on 2003/02/02  13:29:02
54644         Log: Plan 9: doesn't really do Configure (undo #18585/#18586)
54645      Branch: perl
54646            ! Configure
54647 ____________________________________________________________________________
54648 [ 18622] By: jhi                                   on 2003/02/02  12:49:13
54649         Log: minitest wasn't working.  (The $^X /miniperl/ test in
54650              io/crlf.t didn't work in Tru64, $^X was "./perl", used
54651              the same 'eval q/use .../' trick everywhere.)
54652      Branch: perl
54653            ! t/io/crlf.t t/uni/tr_7jis.t t/uni/tr_eucjp.t t/uni/tr_sjis.t
54654            ! t/uni/tr_utf8.t
54655 ____________________________________________________________________________
54656 [ 18621] By: jhi                                   on 2003/02/02  12:23:28
54657         Log: Fix and test for [perl #15549 Empty \Q\E not permitted]
54658              (test.pl-ise quotemeta.t, too)
54659      Branch: perl
54660            ! t/op/quotemeta.t toke.c
54661 ____________________________________________________________________________
54662 [ 18618] By: sky                                   on 2003/02/01  21:04:36
54663         Log: Fix bug #15837, temporary from storable call hadn't gotten
54664              freed yet and was cloned but without a real (AvREAL)
54665              reference to it. @_ doesn't refcount!
54666      Branch: perl
54667            ! ext/threads/threads.xs
54668 ____________________________________________________________________________
54669 [ 18616] By: jhi                                   on 2003/02/01  19:43:09
54670         Log: Integrate from perlio:
54671
54672              [ 18591]
54673              PERL_IMPLICIT_SYS does NOT vector PerlIO_xxx but PerlSIO_xxx, so
54674              correct XSUB.h
54675
54676              [ 18611]
54677              Michael Schroeder's fix for re-try if stdio ops after
54678              interrupts. (Calls to PERL_ASYNC_CHECK added by NI-S).
54679
54680              [ 18612]
54681              PerlIO friendly version of speed up of $/ = undef case.
54682
54683              [ 18613]
54684              fflush() before invalidating stdio's fileno.
54685      Branch: perl
54686           !> XSUB.h perlio.c sv.c
54687 ____________________________________________________________________________
54688 [ 18615] By: sky                                   on 2003/02/01  12:01:01
54689         Log: Don't free thread before using it, breaks platforms that
54690              trust that I really want to free what I free, (like HPUX
54691              and AIX).
54692      Branch: perl
54693            ! ext/threads/threads.xs
54694 ____________________________________________________________________________
54695 [ 18614] By: ams                                   on 2003/02/01  12:00:29
54696         Log: Subject: Re: bleadperl: PerlIOStdio_invalidate_fileno breaks fclose semantics
54697              From: Nick Ing-Simmons <nick@ing-simmons.net>
54698              Date: Sat, 01 Feb 2003 13:03:52 +0000
54699              Message-Id: <20030201130352.1872.12@bactrian.ni-s.u-net.com>
54700      Branch: perl
54701            ! perlio.c
54702 ____________________________________________________________________________
54703 [ 18609] By: jhi                                   on 2003/01/31  08:58:40
54704         Log: Go even further (back) than change #18608 and revert
54705              to the 5.8.0 code, since otherwise split.t #40 fails.
54706              The four new tests of pat.t should keep us more honest.
54707      Branch: perl
54708            ! regexec.c
54709 ____________________________________________________________________________
54710 [ 18608] By: jhi                                   on 2003/01/31  08:24:53
54711         Log: Subject: [FIX] Re: UTF-8 failures (surprise!)
54712              From: Enache Adrian <enache@rdslink.ro>
54713              Date: Fri, 31 Jan 2003 09:20:59 +0200
54714              Message-ID: <20030131072059.GB6045@ratsnest.hole>
54715      Branch: perl
54716            ! regexec.c t/op/pat.t
54717 ____________________________________________________________________________
54718 [ 18607] By: ams                                   on 2003/01/31  02:29:56
54719         Log: Fix typo in version check ($[ to $]).
54720      Branch: perl
54721            ! ext/Storable/t/restrict.t
54722 ____________________________________________________________________________
54723 [ 18606] By: rgs                                   on 2003/01/30  22:02:47
54724         Log: Subject: [PATCH] Upper<->Lower case mistake in perlunicode.pod ?
54725              From: Jose.auguste-etienne@cgss-guyane.fr
54726              Date: Thu, 30 Jan 2003 12:40:53 -0300
54727              Message-ID: <OF8E7C1B73.22FEA7CE-ON03256CBE.00528AB8@Cgss-Guyane.fr>
54728      Branch: perl
54729            ! pod/perlunicode.pod
54730 ____________________________________________________________________________
54731 [ 18605] By: rgs                                   on 2003/01/30  20:58:52
54732         Log: code example in the FAQ that isn't strict-friendly.
54733              Subject: [perl #20616] Tie::IxHash doc error.
54734              From: Beckett Richard-qswi266 (via RT) <perlbug-followup@perl.org>
54735              Date: 30 Jan 2003 11:43:17 -0000
54736              Message-Id: <rt-20616-49904.16.891027432675@bugs6.perl.org>
54737      Branch: perl
54738            ! pod/perlfaq4.pod
54739 ____________________________________________________________________________
54740 [ 18604] By: rgs                                   on 2003/01/30  20:52:05
54741         Log: FAQ sync.
54742      Branch: perl
54743            ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
54744            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq7.pod
54745            ! pod/perlfaq8.pod
54746 ____________________________________________________________________________
54747 [ 18603] By: jhi                                   on 2003/01/30  08:05:22
54748         Log: Subject: [FIX] Re: UTF-8 failures (surprise!)
54749              From: Enache Adrian <enache@rdslink.ro>
54750              Date: Thu, 30 Jan 2003 10:48:09 +0200
54751              Message-ID: <20030130084809.GA16902@ratsnest.hole>
54752
54753              Fix for half of the failures, with an expanded test.
54754      Branch: perl
54755            ! lib/utf8.t sv.c
54756 ____________________________________________________________________________
54757 [ 18602] By: merijn                                on 2003/01/30  06:31:50
54758         Log: Updates to the openbsd hints
54759
54760              Subject: [perl #20606] [no subject]
54761              Date: 29 Jan 2003 18:38:37 -0000
54762              From: "Todd C. Miller" (via RT) <perlbug-followup@perl.org>
54763              Message-Id: <rt-20606-49879.4.78874436094841@bugs6.perl.org>
54764      Branch: perl
54765            ! hints/openbsd.sh
54766 ____________________________________________________________________________
54767 [ 18601] By: jhi                                   on 2003/01/29  05:58:36
54768         Log: More of the #18600.
54769      Branch: perl
54770            ! pad.c
54771 ____________________________________________________________________________
54772 [ 18600] By: jhi                                   on 2003/01/29  05:37:12
54773         Log: Retract the %_/SVf change (part of #18456) for PROTOTYPE (CV)
54774              dumping (but now use SvPV_nolen).  (This change made an empty
54775              prototype to show up as "_" under -Uuseperlio.)
54776      Branch: perl
54777            ! dump.c
54778 ____________________________________________________________________________
54779 [ 18599] By: rgs                                   on 2003/01/28  21:07:08
54780         Log: Fix a very small memory leak in op_free, by reserving the
54781              case op_seq == (U16)-1 for the compiler backend
54782
54783              Subject: Re: Freeing code
54784              From: "Paul Johnson" <paul@pjcj.net>
54785              Date: Tue, 28 Jan 2003 14:13:09 +0100 (CET)
54786              Message-ID: <18918.193.134.254.145.1043759589.squirrel@wesley.pjcj.net>
54787      Branch: perl
54788            ! op.c
54789 ____________________________________________________________________________
54790 [ 18598] By: rgs                                   on 2003/01/28  20:43:02
54791         Log: Integrate from maint-5.8:
54792              Change 18450 :
54793              Tiny output tweak.
54794              Change 18429 :
54795              AIX gcc (2.9) threaded build tweak (without the _THREAD_SAFE
54796              things like drand48_data are undefined).
54797              Change 18388 :
54798              List the PERL_MAGIC_utf8 ('w') flag.
54799      Branch: perl
54800           !> hints/aix.sh pod/perlguts.pod t/op/pat.t
54801 ____________________________________________________________________________
54802 [ 18597] By: rgs                                   on 2003/01/27  21:52:00
54803         Log: Subject: Re: [perl #20274] perlbug requires dynamic loading
54804              From: Slaven Rezic <slaven@rezic.de>
54805              Date: 14 Jan 2003 20:58:54 +0100
54806              Message-ID: <87n0m3v6yp.fsf@vran.herceg.de>
54807      Branch: perl
54808            ! ext/Sys/Hostname/Hostname.pm
54809 ____________________________________________________________________________
54810 [ 18596] By: rgs                                   on 2003/01/27  20:38:21
54811         Log: Introduce the PUSHSUB_DB macro, equivalent to PUSHSUB, but
54812              without the lval context tweak. Used in OP_DBSTATE.
54813              Subject: Re: [PATCH] Re: change #9754: 5 x slowdown for perl -d
54814              From: Dave Mitchell <davem@fdgroup.com>
54815              Date: Sun, 26 Jan 2003 17:42:42 +0000
54816              Message-ID: <20030126174242.H16182@fdgroup.com>
54817      Branch: perl
54818            ! cop.h pp_ctl.c
54819 ____________________________________________________________________________
54820 [ 18595] By: rgs                                   on 2003/01/27  20:32:01
54821         Log: Subject: [PATCH] make Copy On Write work once again
54822              From: Nicholas Clark <nick@unfortu.net>
54823              Date: Sat, 25 Jan 2003 00:25:50 +0000
54824              Message-ID: <20030125002550.GG278@Bagpuss.unfortu.net>
54825      Branch: perl
54826            ! sv.h
54827 ____________________________________________________________________________
54828 [ 18594] By: jhi                                   on 2003/01/27  20:01:44
54829         Log: Update the pod list for Plan 9.
54830      Branch: perl
54831            ! plan9/mkfile
54832 ____________________________________________________________________________
54833 [ 18593] By: sky                                   on 2003/01/26  22:37:21
54834         Log: When we copy things out of a hash and increment the
54835              refcount of the shared scalar, we really must protect
54836              that refcount increase with a lock, or else it might not
54837              happen. Fixes segfault when objects would prematurely
54838              be killed.
54839      Branch: perl
54840            ! ext/threads/shared/shared.xs
54841 ____________________________________________________________________________
54842 [ 18592] By: jhi                                   on 2003/01/26  21:54:36
54843         Log: Missing (STRLEN)casts.
54844      Branch: perl
54845            ! sv.c
54846 ____________________________________________________________________________
54847 [ 18589] By: rgs                                   on 2003/01/26  13:06:49
54848         Log: OPf_SPECIAL on OP_DBSTATE now indicates a breakpoint.
54849
54850              Subject: Re: [PATCH] Re: change #9754: 5 x slowdown for perl -d
54851              From: Dave Mitchell <davem@fdgroup.com>
54852              Date: Fri, 24 Jan 2003 18:44:19 +0000
54853              Message-ID: <20030124184419.F11179@fdgroup.com>
54854      Branch: perl
54855            ! mg.c op.h pp_ctl.c
54856 ____________________________________________________________________________
54857 [ 18588] By: jhi                                   on 2003/01/26  12:18:10
54858         Log: Lest people get worried about not having PerlIO.
54859      Branch: perl
54860            ! pod/perluniintro.pod
54861 ____________________________________________________________________________
54862 [ 18586] By: jhi                                   on 2003/01/26  09:19:01
54863         Log: Plan 9 doesn't do nm, from Russ Cox.
54864      Branch: perl
54865            ! Configure
54866 ____________________________________________________________________________
54867 [ 18584] By: jhi                                   on 2003/01/26  09:11:23
54868         Log: Plan 9 doesn't really have the symlink API, from Russ Cox.
54869      Branch: perl
54870            ! plan9/plan9ish.h
54871 ____________________________________________________________________________
54872 [ 18583] By: jhi                                   on 2003/01/26  09:08:36
54873         Log: Plan 9 compiler can't return quads from the ?: (condop).
54874              (There may be more spots like this, so a Configure test
54875              maybe in order, but this works for now.)  From Russ Cox.
54876      Branch: perl
54877            ! ext/PerlIO/via/via.xs plan9/plan9ish.h
54878 ____________________________________________________________________________
54879 [ 18581] By: ams                                   on 2003/01/26  05:29:40
54880         Log: Subject: Re: truncate using a globref
54881              From: Slaven Rezic <slaven@rezic.de>
54882              Date: Thu, 23 Jan 2003 15:48:52 +0100 (CET)
54883              Message-Id: <200301231448.h0NEmqnu022591@vran.herceg.de>
54884      Branch: perl
54885            ! pp_sys.c t/io/fs.t
54886 ____________________________________________________________________________
54887 [ 18580] By: ams                                   on 2003/01/26  04:57:47
54888         Log: Subject: patch to speed up Perl's slurp mode
54889              From: Enache Adrian <enache@rdslink.ro>
54890              Date: Fri, 24 Jan 2003 06:23:54 +0200
54891              Message-Id: <20030124042354.GA30362@ratsnest.hole>
54892      Branch: perl
54893            ! sv.c
54894 ____________________________________________________________________________
54895 [ 18579] By: ams                                   on 2003/01/26  02:50:44
54896         Log: Subject: Re: [perl #20408] SV's SvPVX get freed even when its SvLEN is zero
54897              From: Enache Adrian <enache@rdslink.ro>
54898              Date: Sun, 26 Jan 2003 04:55:48 +0200
54899              Message-Id: <20030126025548.GB812@ratsnest.hole>
54900      Branch: perl
54901            ! pp_ctl.c
54902 ____________________________________________________________________________
54903 [ 18578] By: ams                                   on 2003/01/26  02:40:20
54904         Log: Subject: [PATCH Storable 2.06] const declaration fixup
54905              From: "Craig A. Berry" <craigberry@mac.com>
54906              Date: Thu, 23 Jan 2003 16:24:46 -0600
54907              Message-Id: <3E306BAE.4030807@mac.com>
54908      Branch: perl
54909            ! ext/Storable/Storable.xs
54910 ____________________________________________________________________________
54911 [ 18577] By: rgs                                   on 2003/01/23  20:46:00
54912         Log: Subject: [PATCH] move pad.c warnings to different test file
54913              From: Dave Mitchell <davem@fdgroup.com>
54914              Date: Thu, 23 Jan 2003 20:56:47 +0000
54915              Message-ID: <20030123205647.C8696@fdgroup.com>
54916      Branch: perl
54917            + t/lib/warnings/pad
54918            ! MANIFEST t/lib/warnings/op
54919 ____________________________________________________________________________
54920 [ 18573] By: nick                                  on 2003/01/23  07:26:43
54921         Log: Fix Solaris 32-bit invalidate case.
54922      Branch: perl
54923            ! perlio.c
54924 ____________________________________________________________________________
54925 [ 18572] By: rgs                                   on 2003/01/22  21:40:21
54926         Log: Integrate change 18448 from maint-5.8 :
54927
54928              Subject: Partial Data::Dumper patch
54929              From: Richard Clamp <richardc@unixbeard.net>
54930              Date: Sat, 4 Jan 2003 00:52:47 +0000
54931              Message-ID: <20030104005247.GA27685@mirth.demon.co.uk>
54932
54933              Subject: Re: Partial Data::Dumper patch
54934              From: Slaven Rezic <slaven@rezic.de>
54935              Date: 04 Jan 2003 02:48:08 +0100
54936              Message-ID: <87u1gp4rdz.fsf@vran.herceg.de>
54937      Branch: perl
54938           !> ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
54939 ____________________________________________________________________________
54940 [ 18571] By: rgs                                   on 2003/01/22  21:22:31
54941         Log: Subject: [PATCH] Re: difference between my and our before introduction
54942              From: Dave Mitchell <davem@fdgroup.com>
54943              Date: Thu, 16 Jan 2003 17:12:37 +0000
54944              Message-ID: <20030116171237.C420@fdgroup.com>
54945              (with a small test tweak)
54946      Branch: perl
54947            ! pad.c t/comp/our.t toke.c
54948 ____________________________________________________________________________
54949 [ 18569] By: rgs                                   on 2003/01/22  21:00:59
54950         Log: Fix [perl #19860] by adding a POSIX::fsync() stub.
54951      Branch: perl
54952            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
54953 ____________________________________________________________________________
54954 [ 18561] By: jhi                                   on 2003/01/22  17:43:45
54955         Log: Integrate from perlio:
54956              [ 18560]
54957              Fixes for open.pm which attempts to load layers:
54958              1. C equivalent of local $SIG{__WARN__} = sub {}
54959              while loading layers to supress warnings lib/open.t does
54960              not want.
54961              2. The loading scheme does not recurse now so look for
54962              new symptom of bad layer which is that a good module
54963              fails to load (as we cannot open any files).
54964
54965              NOTE: In my opinion open.pm should probably die on bad layer
54966              spec rather than just (maybe) warning and then allowing opens
54967              to fail.
54968      Branch: perl
54969           !> lib/open.t perlio.c
54970 ____________________________________________________________________________
54971 [ 18559] By: jhi                                   on 2003/01/22  13:19:31
54972         Log: Upgrade to Encode 1.86.
54973      Branch: perl
54974            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/MANIFEST
54975            ! ext/Encode/Unicode/Unicode.xs ext/Encode/encoding.pm
54976            ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_utf8.t
54977 ____________________________________________________________________________
54978 [ 18558] By: jhi                                   on 2003/01/22  13:05:27
54979         Log: Subject: Re: slight tweak to -DR flag - display whether on tmps stack
54980              From: Dave Mitchell <davem@fdgroup.com>
54981              Date: Sun, 19 Jan 2003 17:22:05 +0000
54982              Message-ID: <20030119172204.D24444@fdgroup.com>
54983      Branch: perl
54984            ! dump.c
54985 ____________________________________________________________________________
54986 [ 18557] By: jhi                                   on 2003/01/22  13:01:15
54987         Log: Subject: [PATCH] Re: [perl #9394] Re: [ID 20020525.002] coredump/ bad free warning   in blead with SIGWARN
54988              From: Nicholas Clark <nick@unfortu.net>
54989              Date: Tue, 21 Jan 2003 22:27:21 +0000
54990              Message-ID: <20030121222720.GG293@Bagpuss.unfortu.net>
54991      Branch: perl
54992            ! sv.c t/op/ref.t
54993 ____________________________________________________________________________
54994 [ 18556] By: jhi                                   on 2003/01/22  12:59:02
54995         Log: Subject: [PATCH perlio.h] (was RE: [PATCH] %_ (was Re: [PATCH] operation on `PL_na' may be undefined))
54996              From: Robin Barker <Robin.Barker@npl.co.uk>
54997              Date: Mon, 20 Jan 2003 15:26:21 -0000
54998              Message-ID: <533D273D4014D411AB1D00062938C4D904046299@hotel.npl.co.uk>
54999      Branch: perl
55000            ! perlio.h
55001 ____________________________________________________________________________
55002 [ 18555] By: jhi                                   on 2003/01/22  12:57:20
55003         Log: Integrate from perlio:
55004              [ 18539]
55005              Try the invalidate_fileno() idea for non-leaky stdio sockets.
55006
55007              [ 18540]
55008              stdio does NOT set errno==EBADF on invalidated fileno
55009
55010              [ 18547]
55011              Tweak APItest for new semantics of printf.
55012              Now printf() is always real printf() and not #define'd to
55013              PerlIO_stdoutf() so PerlIO_flush() when STDOUT is redirected
55014              back to original file does not affect stdout unless we are
55015              using :stdio as implementation. So things printf()ed XS side
55016              are not written to file (and turn up at end of test).
55017              So add an XS function which does fflush(stdout), modify .pm
55018              file to export it and .t file to call it.
55019
55020              [ 18548]
55021              Add defined(__osf__) case to invalidate_fileno (for Tru64).
55022
55023              [ 18549]
55024              Report layer name (without arg) on fail, and attempt to
55025              autoload layer name. (Fix for [perl #20460]).
55026
55027              [ 18550]
55028              #if defined(__irix__) (for stdio invalidate) from Jarkko.
55029      Branch: perl
55030           !> ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
55031           !> ext/XS/APItest/t/printf.t lib/open.pm perlio.c
55032 ____________________________________________________________________________
55033 [ 18554] By: jhi                                   on 2003/01/22  12:47:03
55034         Log: Subject: [PATCH av.c] Re: [perl #15439] unreferenced scalar due to double DESTROY
55035              From: Dave Mitchell <davem@fdgroup.com>
55036              Date: Sun, 19 Jan 2003 16:43:54 +0000
55037              Message-ID: <20030119164353.B24444@fdgroup.com>
55038      Branch: perl
55039            ! av.c t/op/array.t
55040 ____________________________________________________________________________
55041 [ 18553] By: jhi                                   on 2003/01/22  12:43:31
55042         Log: Subject: Term::Complete problem + fix (Was: Re: muttprofile + perl 5.8)
55043              From: Martti Rahkila <martti.rahkila@hut.fi>
55044              Date: Sat, 18 Jan 2003 00:25:39 +0200
55045              Message-ID: <20030118002539.A30585@wurlitzer.hut.fi>
55046
55047              (chose the 'even safer' version)
55048      Branch: perl
55049            ! lib/Term/Complete.pm
55050 ____________________________________________________________________________
55051 [ 18552] By: jhi                                   on 2003/01/22  12:34:06
55052         Log: Subject: [PATCH] assert PV isn't RV
55053              From: Nicholas Clark <nick@unfortu.net>
55054              Date: Fri, 17 Jan 2003 19:40:45 +0000
55055              Message-ID: <20030117194044.GB297@Bagpuss.unfortu.net>
55056      Branch: perl
55057            ! sv.h
55058 ____________________________________________________________________________
55059 [ 18551] By: jhi                                   on 2003/01/22  12:28:11
55060         Log: Integrate from maint-5.8:
55061              [ 18375]
55062              Better version of change #18370; use the new 'E' flag
55063              so that cxinc is exposed (as cpp) only to List::Util
55064              (well, any extension) (well, anyone who does -DPERL_EXT),
55065              no need to export it globally.
55066      Branch: perl
55067           !> embed.fnc embed.h ext/List/Util/Makefile.PL global.sym
55068 ____________________________________________________________________________
55069 [ 18545] By: ams                                   on 2003/01/22  06:06:26
55070         Log: Subject: [PATCH perl-current] AUTHORS correction
55071              From: Richard Soderberg <rs@crystalflame.net>
55072              Date: Wed, 22 Jan 2003 02:08:13 -0500
55073              Message-Id: <45B4D3AE-2DD8-11D7-8CF9-000393801F84@crystalflame.net>
55074      Branch: perl
55075            ! AUTHORS
55076 ____________________________________________________________________________
55077 [ 18544] By: jhi                                   on 2003/01/22  03:45:01
55078         Log: Continuation of #18542.
55079      Branch: perl
55080            ! sv.c
55081 ____________________________________________________________________________
55082 [ 18543] By: jhi                                   on 2003/01/22  03:21:23
55083         Log: Update the MD5 checksums.
55084      Branch: perl
55085            ! ext/Digest/MD5/t/files.t
55086 ____________________________________________________________________________
55087 [ 18542] By: hv                                    on 2003/01/22  01:37:52
55088         Log: #18530 misses a couple of pTHX definitions
55089      Branch: perl
55090            ! sv.c
55091 ____________________________________________________________________________
55092 [ 18541] By: jhi                                   on 2003/01/21  22:08:51
55093         Log: Try to make including patchlevel.h a bit more
55094              robust (use <> instead of "") and in case of
55095              failure (PERL_VERSION didn't get defined) try
55096              to fail (by trying to #include an "obviously"
55097              named file that should not exist) (didn't use
55098              #error since IIRC older cpps do not have it)
55099              (Tries to address [perl #20276].)
55100      Branch: perl
55101            ! ext/Data/Dumper/Dumper.xs ext/Devel/PPPort/PPPort.pm
55102            ! ext/Digest/MD5/MD5.xs ext/List/Util/Util.xs
55103            ! ext/Storable/Storable.xs
55104 ____________________________________________________________________________
55105 [ 18538] By: merijn                                on 2003/01/21  16:54:00
55106         Log: Subject: [PATCH] Re: FreeBSD 5 hints patch
55107              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
55108              Date: Mon, 30 Dec 2002 18:01:16 -0800
55109              Message-ID: <spPE+gzkg+6F092yn@efn.org>
55110      Branch: perl
55111            ! Configure
55112 ____________________________________________________________________________
55113 [ 18536] By: jhi                                   on 2003/01/21  14:18:40
55114         Log: Allow explicit -C enable/disable by -C:1/-C:0
55115              (suggested by Peter Haworth).
55116      Branch: perl
55117            ! perl.c pod/perlrun.pod
55118 ____________________________________________________________________________
55119 [ 18534] By: hv                                    on 2003/01/21  02:22:53
55120         Log: Subject: PATCH: perldoc in MAINT branch (probably unstable too)
55121              From: Chip Turner <cturner@redhat.com>
55122              Date: 02 Jan 2003 11:35:57 -0500
55123              Message-ID: <vzksmwb8q6q.fsf@minbar.devel.redhat.com>
55124      Branch: perl
55125            ! lib/Pod/Perldoc.pm
55126 ____________________________________________________________________________
55127 [ 18533] By: hv                                    on 2003/01/21  02:15:29
55128         Log: Subject: Re: [perl #17757] s///g fails when using English & study in 5.8.0
55129              From: hv@crypt.org
55130              Date: Thu, 02 Jan 2003 14:33:49 +0000
55131              Message-Id: <200301021433.h02EXno03562@crypt.compulink.co.uk>
55132      Branch: perl
55133            ! regexec.c t/op/subst.t
55134 ____________________________________________________________________________
55135 [ 18532] By: hv                                    on 2003/01/21  01:56:31
55136         Log: Subject: Re: [perl #19236] perlsyn: implicit localisation in while()
55137              From: Martien Verbruggen <mgjv@tradingpost.com.au>
55138              Date: Tue, 31 Dec 2002 16:42:28 +1100
55139              Message-Id: <slrnb12bi4.4tt.mgjv@martien.heliotrope.home>
55140      Branch: perl
55141            ! pod/perlsyn.pod
55142 ____________________________________________________________________________
55143 [ 18531] By: hv                                    on 2003/01/21  01:52:49
55144         Log: integrate #18366-18370 from maint-5.8:
55145              Implement the CPP namespace protection from [perl #8610];
55146              unless a function has an 'A' flag, it's defined only if
55147              PERL_CORE.  (Why do we have so many many functions with an
55148              'A' flag, is another matter.)  (The number of #ifdef PERL_COREs
55149              could be cut down further by having a state variable and
55150              inserting #ifdefs and #endifs when the state flips.)
55151
55152              Caught by change #18366; thanks to the re extension we have some
55153              functions that are file static but yet part of "the public API"...
55154              Maybe a new class of exportability (a new embed.fnc flag) is
55155              required for this case.
55156
55157              Continue on change #18367; implement the said flag, 'E'.
55158              (Some nm output studying was needed to get the right set
55159              of re symbols defined.)
55160
55161              In AIX (strict symbol exports) the cxinc is needed for List::Util.
55162      Branch: perl
55163            ! embed.fnc embed.h embed.pl ext/re/Makefile.PL global.sym
55164 ____________________________________________________________________________
55165 [ 18530] By: hv                                    on 2003/01/21  01:37:03
55166         Log: integrate (by hand) #18353 and #18359 from maint-5.8:
55167              Introduce a cache for UTF-8 data: length and byte<->char offset
55168              mapping are stored in a new type of magic.  Speeds up length(),
55169              substr(), index(), rindex(), pos(), and some parts of s///.
55170
55171              The speedup varies a lot (on the usual suspects: what is the
55172              access pattern of the data, compiler, CPU), but should be at
55173              least one order of magnitude, and getting to the same magnitude
55174              as byte string speeds, and in some cases  (length on unchanged data)
55175              even reaching the byte string speed.  On the other hand, in some
55176              cases (index) the byte speed is still faster by a factor of five
55177              or so, but the bottleneck there does not seem to be any more
55178              the byte<->char offset mapping (instead, the fbm_instr() speed).
55179
55180              There is one cache slot for the length, and only two for the
55181              byte<->char offset mapping (the first one for the start->offset,
55182              and the second for the offset->offset+length, when talking
55183              in substr() terms).
55184
55185              Code this hairy is bound to have hairy trolls hiding under it.
55186              [...]
55187              A small tweak on top of #18353: don't display mg_len bytes of
55188              mg_ptr for PERL_MAGIC_utf8 because that's not what's there.
55189      Branch: perl
55190            ! dump.c embed.fnc embed.h mg.c perl.h pod/perlapi.pod proto.h
55191            ! sv.c util.c
55192 ____________________________________________________________________________
55193 [ 18529] By: hv                                    on 2003/01/21  00:44:20
55194         Log: integrate #18349 from maint-5.8:
55195              At least partially address [perl #10000] by speeding
55196              up both the ASCII case (by about 2-3%) and the UTF-8 case
55197              (by about 45%).  The major trick is to avoid hitting the
55198              costly S_reginclass().  (Even before this patch the speedup
55199              since 5.8.0 was about 40-50%.)  After this the UTF-8 case is
55200              still about 30-60% slower than the ASCII case.  (Note that
55201              I'm unable to reproduce the 10-fold speed difference of the
55202              original bug report; I can see a factor of 2 or 3, but no more.)
55203      Branch: perl
55204           !> regexec.c
55205 ____________________________________________________________________________
55206 [ 18528] By: hv                                    on 2003/01/21  00:24:11
55207         Log: Subject: [PATCH pp_ctl.c] silence warning
55208              From: Dave Mitchell <davem@fdgroup.com>
55209              Date: Sun, 29 Dec 2002 15:09:31 +0000
55210              Message-ID: <20021229150931.C2325@fdgroup.com>
55211      Branch: perl
55212            ! pp_ctl.c
55213 ____________________________________________________________________________
55214 [ 18527] By: hv                                    on 2003/01/21  00:04:14
55215         Log: Subject: perl version reporting
55216              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
55217              Date: Wed, 18 Dec 2002 08:30:32 +0100
55218              Message-Id: <20021218081957.ABD8.H.M.BRAND@hccnet.nl>
55219      Branch: perl
55220            ! perl.c
55221 ____________________________________________________________________________
55222 [ 18526] By: hv                                    on 2003/01/20  23:21:22
55223         Log: Subject: Re: When Storable and Devel::DProf mix, core dump [perl #19385]
55224              From: Blair Zajac <blair@orcaware.com>
55225              Date: Wed, 08 Jan 2003 12:28:35 -0800
55226              Message-ID: <3E1C89F3.2B4759C@orcaware.com>
55227      Branch: perl
55228            ! ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
55229            ! ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
55230 ____________________________________________________________________________
55231 [ 18524] By: jhi                                   on 2003/01/20  17:51:10
55232         Log: Integrate from perlio:
55233              [ 18520]
55234              Move #define printf out of perl.h into appropriate
55235              PerlIO files.
55236      Branch: perl
55237           !> fakesdio.h nostdio.h perl.h
55238 ____________________________________________________________________________
55239 [ 18523] By: jhi                                   on 2003/01/20  17:48:51
55240         Log: Upgrade to Digest 1.02.
55241      Branch: perl
55242            ! lib/Digest.pm lib/Digest.t
55243 ____________________________________________________________________________
55244 [ 18522] By: jhi                                   on 2003/01/20  17:43:15
55245         Log: Subject: [perl #20408] SV's SvPVX get freed even when its SvLEN is zero
55246              From: "enache@rdslink.ro (via RT)" <perlbug-followup@perl.org>
55247              Date: 20 Jan 2003 01:54:07 -0000
55248              Message-Id: <rt-20408-49009.18.2567818321236@bugs6.perl.org>
55249      Branch: perl
55250            ! pp_hot.c
55251 ____________________________________________________________________________
55252 [ 18521] By: jhi                                   on 2003/01/20  17:37:35
55253         Log: Retract #18154 (integrate of perlio #18507), not enough
55254              threadsafety.
55255      Branch: perl
55256            ! perlio.c
55257 ____________________________________________________________________________
55258 [ 18519] By: jhi                                   on 2003/01/20  12:25:43
55259         Log: Encode MANIFEST update.
55260      Branch: perl
55261            ! ext/Encode/MANIFEST
55262 ____________________________________________________________________________
55263 [ 18517] By: nick                                  on 2003/01/20  08:34:10
55264         Log: Integrate #18405 from maint-5.8 which fixes whitespac
55265              issues in open(FH,"&...")
55266      Branch: perl
55267           !> doio.c
55268 ____________________________________________________________________________
55269 [ 18516] By: jhi                                   on 2003/01/19  13:48:10
55270         Log: microperl update.
55271      Branch: perl
55272            ! Makefile.micro uconfig.h uconfig.sh
55273 ____________________________________________________________________________
55274 [ 18514] By: jhi                                   on 2003/01/18  18:36:00
55275         Log: Integrate from perlio:
55276              [ 18507]
55277              Thread-protection for dup/fclose/dup2 scheme of stdio leak
55278              avoidance.
55279      Branch: perl
55280           !> perlio.c t/io/tell.t
55281 ____________________________________________________________________________
55282 [ 18513] By: jhi                                   on 2003/01/18  18:07:01
55283         Log: Slight pod reformatting based on [perl #20284].
55284      Branch: perl
55285            ! README.mint ext/Data/Dumper/Dumper.pm
55286 ____________________________________________________________________________
55287 [ 18512] By: jhi                                   on 2003/01/17  21:00:15
55288         Log: EPOC perl address updates.
55289      Branch: perl
55290            ! README.epoc
55291 ____________________________________________________________________________
55292 [ 18511] By: jhi                                   on 2003/01/17  20:23:42
55293         Log: Upgrade to Digest 1.01.
55294      Branch: perl
55295            ! lib/Digest.pm
55296 ____________________________________________________________________________
55297 [ 18510] By: jhi                                   on 2003/01/17  19:53:37
55298         Log: Typo fixes from jmc@prioris.mini.pw.edu.pl (from openbsd.bugs)
55299      Branch: perl
55300            ! utils/libnetcfg.PL
55301 ____________________________________________________________________________
55302 [ 18509] By: jhi                                   on 2003/01/17  19:45:11
55303         Log: Upgrade to Digest::MD5 2.22.
55304      Branch: perl
55305            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
55306            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/README
55307            ! ext/Digest/MD5/t/files.t
55308 ____________________________________________________________________________
55309 [ 18508] By: merijn                                on 2003/01/17  14:12:53
55310         Log: Subject: Re: 18457 on cygwin/20030113
55311              From: Nick Ing-Simmons <nick.ing-simmons@elixent.com>
55312              Date: Fri, 17 Jan 2003 15:10:34 +0000
55313              Message-Id: <20030117151034.2651.3@bactrian.elixent.com>
55314      Branch: perl
55315            ! t/io/tell.t
55316 ____________________________________________________________________________
55317 [ 18504] By: jhi                                   on 2003/01/17  13:21:51
55318         Log: Integrate from perlio:
55319              [ 18476]
55320              Remove workaround for :stdio layer bug now fixed
55321              (Fixes #18975)
55322      Branch: perl
55323           !> pp_sys.c
55324 ____________________________________________________________________________
55325 [ 18502] By: jhi                                   on 2003/01/16  22:53:23
55326         Log: Integrate from maint-5.6:
55327              [ 18477]
55328              search utility doesn't skip exe/lib/pdb files properly on windows
55329      Branch: perl
55330           !> win32/bin/search.pl
55331 ____________________________________________________________________________
55332 [ 18501] By: rgs                                   on 2003/01/16  21:28:42
55333         Log: Subject: Re: [perl #19977] unlocalized $_ in File::Find clobbers upstream $_
55334              From: "Jos I. Boumans" <kane@dwim.org>
55335              Date: Thu, 16 Jan 2003 14:04:48 +0100
55336              Message-ID: <3E26ADF0.6010605@dwim.org>
55337              (with test tweaks)
55338      Branch: perl
55339            ! lib/File/Find.pm lib/File/Find/t/find.t
55340 ____________________________________________________________________________
55341 [ 18500] By: rgs                                   on 2003/01/16  21:17:14
55342         Log: Integrate #18447 from maint-5.8 :
55343              test.pl-ise t/op/fh.t.
55344      Branch: perl
55345           !> t/op/fh.t
55346 ____________________________________________________________________________
55347 [ 18499] By: rgs                                   on 2003/01/16  20:58:59
55348         Log: Integrate changes to Attribute::Handlers from maint-5.8
55349              (18404 and 18427).
55350              Subject: [PATCH] Re: Attribute::Handlers phase variance
55351              From: Richard Clamp <richardc@unixbeard.net>
55352              Date: Mon, 9 Dec 2002 11:10:24 +0000
55353              Message-ID: <20021209111024.GA14365@mirth.demon.co.uk>
55354      Branch: perl
55355           !> lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t
55356 ____________________________________________________________________________
55357 [ 18498] By: rgs                                   on 2003/01/16  20:48:10
55358         Log: Integrate changes #18422 and #18423 from maint-5.8.
55359              18422 :
55360              Third Degree found a read of uninit memory (after setting
55361              grent_size with sysconf(), pwent_size was read).  Also make
55362              the ERANGE/INVARG more consistent.
55363              18423 :
55364              spent_size was still off.  (As far as I can tell
55365              _SC_GETPW_R_SIZE_MAX is supposed to be used also
55366              for spents, not just pwents.)
55367      Branch: perl
55368           !> reentr.c reentr.h reentr.pl
55369 ____________________________________________________________________________
55370 [ 18497] By: rgs                                   on 2003/01/16  20:40:58
55371         Log: Subject: [PATCH] Re: [perl #19393] Bug in Time::localtime?
55372              From: Dave Mitchell <davem@fdgroup.com>
55373              Date: Wed, 1 Jan 2003 21:43:24 +0000
55374              Message-ID: <20030101214324.F12907@fdgroup.com>
55375              (integrated from change #18397 in maint-5.8)
55376      Branch: perl
55377           !> lib/Time/Local.pm lib/Time/Local.t
55378 ____________________________________________________________________________
55379 [ 18496] By: jhi                                   on 2003/01/16  20:36:23
55380         Log: Fix 'use encoding' I/O for code points 0x80..0xFF;
55381              code changes from Inaba Hiroto; test tweaks by jhi.
55382      Branch: perl
55383            + ext/Encode/t/enc_eucjp.t
55384            ! MANIFEST doio.c ext/Encode/encoding.pm ext/Encode/t/enc_utf8.t
55385            ! pp.c sv.c sv.h t/uni/tr_utf8.t
55386 ____________________________________________________________________________
55387 [ 18495] By: jhi                                   on 2003/01/16  20:19:36
55388         Log: It seems the binmode() is needed with UTF-8 locales enabled.
55389      Branch: perl
55390            ! ext/Encode/t/CJKT.t
55391 ____________________________________________________________________________
55392 [ 18494] By: jhi                                   on 2003/01/16  20:11:35
55393         Log: Upgrade to CGI.pm 2.89.
55394      Branch: perl
55395            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
55396            ! lib/CGI/t/carp.t lib/CGI/t/html.t lib/CGI/t/pretty.t
55397 ____________________________________________________________________________
55398 [ 18493] By: jhi                                   on 2003/01/16  20:03:01
55399         Log: Subject: Update for ext/MIME/Base64/
55400              From: Gisle Aas <gisle@ActiveState.com>
55401              Date: 30 Dec 2002 07:34:34 -0800
55402              Message-ID: <lrhecvzfjp.fsf@caliper.activestate.com>
55403      Branch: perl
55404            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Changes
55405            ! ext/MIME/Base64/QuotedPrint.pm
55406            ! ext/MIME/Base64/t/quoted-print.t ext/MIME/Base64/t/unicode.t
55407 ____________________________________________________________________________
55408 [ 18492] By: jhi                                   on 2003/01/16  19:56:07
55409         Log: Subject: Update for ext/Digest/MD5/
55410              From: Gisle Aas <gisle@ActiveState.com>
55411              Date: 30 Dec 2002 07:38:16 -0800
55412              Message-ID: <lrd6njzfdj.fsf@caliper.activestate.com>
55413      Branch: perl
55414            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
55415            ! ext/Digest/MD5/Makefile.PL ext/Digest/MD5/t/align.t
55416            ! ext/Digest/MD5/t/files.t
55417 ____________________________________________________________________________
55418 [ 18491] By: jhi                                   on 2003/01/16  19:24:10
55419         Log: if (0) the PL_widesyscalls code for now: Sarathy
55420              should take another look to see whether it is really
55421              safe to remove the code, too.
55422      Branch: perl
55423            ! win32/win32.h wince/win32.h
55424 ____________________________________________________________________________
55425 [ 18490] By: jhi                                   on 2003/01/16  01:58:39
55426         Log: Make the locale-induced UTF-8-ification of STD fhs
55427              and the default file open layer explicit (either -C
55428              or PERL_UTF8_LOCALE), instead of implicit (and unasked-for).
55429      Branch: perl
55430            ! embedvar.h gv.c intrpvar.h locale.c mg.c perl.c perlapi.h
55431            ! pod/perlrun.pod pod/perlunicode.pod pod/perluniintro.pod
55432            ! pod/perlvar.pod
55433 ____________________________________________________________________________
55434 [ 18489] By: rgs                                   on 2003/01/15  20:55:00
55435         Log: Subject: [PATCH 5.8.0] perlrun.pod: fix -i examples
55436              From: Brendan O'Dea <bod@debian.org>
55437              Date: Sun, 12 Jan 2003 06:18:32 +1100
55438              Message-ID: <20030111191832.GA19441@londo.c47.org>
55439      Branch: perl
55440            ! pod/perlrun.pod
55441 ____________________________________________________________________________
55442 [ 18488] By: rgs                                   on 2003/01/15  20:51:48
55443         Log: Subject: [PATCH 5.8.0] diagnostics.pm: useful apropos description for splain
55444              From: Brendan O'Dea <bod@debian.org>
55445              Date: Sun, 12 Jan 2003 06:17:30 +1100
55446              Message-ID: <20030111191730.GA19420@londo.c47.org>
55447      Branch: perl
55448            ! lib/diagnostics.pm
55449 ____________________________________________________________________________
55450 [ 18487] By: rgs                                   on 2003/01/15  20:45:14
55451         Log: Add a test case for bug [perl #19545]
55452      Branch: perl
55453            ! t/op/do.t
55454 ____________________________________________________________________________
55455 [ 18486] By: rgs                                   on 2003/01/15  20:34:52
55456         Log: isa() and can() didn't work on magic variables
55457              see Message-Id: <20030114220737.2190ba7c.rgarciasuarez@free.fr>
55458              plus a test case by B. Goldberg
55459      Branch: perl
55460            ! t/op/universal.t universal.c
55461 ____________________________________________________________________________
55462 [ 18485] By: rgs                                   on 2003/01/15  20:10:57
55463         Log: Subject: [PATCH] Re: [perl #19566] Perl 5.8.0 segfault
55464              From: Stephen McCamant <smcc@mit.edu>
55465              Date: Thu, 2 Jan 2003 18:08:23 -0500
55466              Message-ID: <15892.50791.692636.982873@syllepsis.MIT.EDU>
55467              Plus a test by Jarkko
55468              Integrated from changes 18444 and 18446 from maint-5.8
55469      Branch: perl
55470           +> t/op/readline.t
55471           !> MANIFEST pp_hot.c
55472 ____________________________________________________________________________
55473 [ 18484] By: jhi                                   on 2003/01/15  14:09:57
55474         Log: Upgrade to Time::HiRes 1.42.
55475      Branch: perl
55476            + ext/Time/HiRes/fallback/const-c.inc
55477            + ext/Time/HiRes/fallback/const-xs.inc
55478            ! MANIFEST ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
55479            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
55480 ____________________________________________________________________________
55481 [ 18483] By: jhi                                   on 2003/01/15  00:23:20
55482         Log: Detypo.
55483      Branch: perl
55484            ! ext/Encode/Unicode/Unicode.xs
55485 ____________________________________________________________________________
55486 [ 18482] By: rgs                                   on 2003/01/14  21:41:04
55487         Log: Integrate change #18365 from maint-5.8 :
55488              Doc tweak on the S_ macros.
55489      Branch: perl
55490           !> pod/perlfunc.pod
55491 ____________________________________________________________________________
55492 [ 18481] By: jhi                                   on 2003/01/14  12:40:24
55493         Log: Apparently some stdios have bugs (no! don't tell it is so!)
55494              or there is a corner of stdio that is substandardised.
55495      Branch: perl
55496            ! t/io/tell.t
55497 ____________________________________________________________________________
55498 [ 18480] By: jhi                                   on 2003/01/14  01:25:14
55499         Log: Encode 1.84 broke the subtest #7, further study required.
55500      Branch: perl
55501            ! t/uni/tr_utf8.t
55502 ____________________________________________________________________________
55503 [ 18479] By: jhi                                   on 2003/01/13  23:13:02
55504         Log: Add a test for encoding 'utf8'.
55505      Branch: perl
55506            + ext/Encode/t/enc_utf8.t
55507            ! MANIFEST ext/Encode/MANIFEST
55508 ____________________________________________________________________________
55509 [ 18478] By: jhi                                   on 2003/01/13  23:10:55
55510         Log: Upgrade to Encode 1.84.
55511      Branch: perl
55512            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
55513            ! ext/Encode/Unicode/Unicode.xs ext/Encode/encoding.pm
55514 ____________________________________________________________________________
55515 [ 18475] By: jhi                                   on 2003/01/13  02:42:47
55516         Log: Integrate from perlio:
55517              [ 18471]
55518              Fix #18711 and add test for it (and indeed tell on write
55519              handles at all !
55520
55521              (#18711 Serious bug of tell() in perl)
55522      Branch: perl
55523           !> perlio.c t/io/tell.t
55524 ____________________________________________________________________________
55525 [ 18474] By: jhi                                   on 2003/01/13  02:41:04
55526         Log: Integrate from perlio:
55527              [ 18470]
55528              Fix #16306 and #16880
55529
55530              (#16306 Big Badda leak in Sockets)
55531              (#16880 Memory leak with IO::Socket in Perl v5.8.0)
55532      Branch: perl
55533           !> perlio.c
55534 ____________________________________________________________________________
55535 [ 18473] By: jhi                                   on 2003/01/13  02:38:33
55536         Log: Integrate perlio #18040 and #18043 (no real changes;
55537              some whitespace changes but ignored them so that Dan's
55538              version of Encode wins)
55539      Branch: perl
55540           !> ext/Encode/Encode.xs
55541 ____________________________________________________________________________
55542 [ 18472] By: jhi                                   on 2003/01/13  01:31:01
55543         Log: Integrate perlio to mainline:
55544              [ 18240]
55545              Avoid eqtime() wiping the file (as suggested by
55546              "Luis G. Uribe C." <GUribe@SoftHome.net>
55547      Branch: perl
55548           !> lib/ExtUtils/Command.pm
55549 ____________________________________________________________________________
55550 [ 18468] By: rgs                                   on 2003/01/09  21:07:44
55551         Log: Subject: [PATCH] VMS perly build tweak
55552              From: "Craig A. Berry" <craigberry@mac.com>
55553              Date: Thu, 9 Jan 2003 14:44:40 -0600
55554              Message-Id: <a05200f03ba4389ff49eb@[172.16.52.1]>
55555      Branch: perl
55556            ! vms/descrip_mms.template
55557 ____________________________________________________________________________
55558 [ 18467] By: rgs                                   on 2003/01/09  21:03:07
55559         Log: Document that ${^TAINT} is read-only.
55560      Branch: perl
55561            ! pod/perlvar.pod
55562 ____________________________________________________________________________
55563 [ 18465] By: rgs                                   on 2003/01/08  22:02:26
55564         Log: Fix the doc for splitpath() in the File::Spec modules :
55565              this function doesn't return undef in any case.
55566      Branch: perl
55567            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
55568            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
55569 ____________________________________________________________________________
55570 [ 18464] By: rgs                                   on 2003/01/08  21:40:37
55571         Log: Subject: [PATCH] label code in pp_ctl.c
55572              From: Nicholas Clark <nick@unfortu.net>
55573              Date: Thu, 26 Dec 2002 21:19:36 +0000
55574              Message-ID: <20021226211935.GE284@Bagpuss.unfortu.net>
55575              (Integrated from change #18400 from maint-5.8)
55576      Branch: perl
55577           !> pp_ctl.c
55578 ____________________________________________________________________________
55579 [ 18463] By: rgs                                   on 2003/01/08  21:27:49
55580         Log: Subject: [DOCPATCH] hv_store and hv_store_ent
55581              From: Nicholas Clark <nick@unfortu.net>
55582              Date: Wed, 1 Jan 2003 18:17:59 +0000
55583              Message-ID: <20030101181757.GB296@Bagpuss.unfortu.net>
55584              (Integrated from change #18399 from maint-5.8)
55585      Branch: perl
55586           !> hv.c
55587 ____________________________________________________________________________
55588 [ 18462] By: rgs                                   on 2003/01/08  21:24:09
55589         Log: Integrate change #18391 from maint-5.8:
55590              Document the installprefix trick for compiling PASE Perl in AIX.
55591      Branch: perl
55592           !> README.os400
55593 ____________________________________________________________________________
55594 [ 18461] By: rgs                                   on 2003/01/08  21:16:54
55595         Log: Integrate change #18362 from maint-5.8:
55596              Fix [perl #18666] (taking the more conservative approach).
55597      Branch: perl
55598           !> lib/File/Spec/Unix.pm
55599 ____________________________________________________________________________
55600 [ 18460] By: rgs                                   on 2003/01/08  21:14:20
55601         Log: Integrate change #18361 from maint-5.8:
55602              Document that the socketpair tests are unhappy in old SCO,
55603              as per [perl #18537].
55604      Branch: perl
55605           !> pod/perl58delta.pod
55606 ____________________________________________________________________________
55607 [ 18459] By: rgs                                   on 2003/01/08  20:48:19
55608         Log: PerlFAQ sync.
55609      Branch: perl
55610            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
55611            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
55612            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
55613            ! pod/perlfaq9.pod
55614 ____________________________________________________________________________
55615 [ 18456] By: hv                                    on 2003/01/07  09:20:22
55616         Log: Subject: [PATCH] %_ (was Re: [PATCH] operation on `PL_na' may be undefined)
55617              From: Nicholas Clark <nick@unfortu.net>
55618              Date: Thu, 26 Dec 2002 21:16:27 +0000
55619              Message-ID: <20021226211626.GD284@Bagpuss.unfortu.net>
55620      Branch: perl
55621            ! doio.c dump.c ext/Data/Dumper/Dumper.xs gv.c op.c pad.c perl.c
55622            ! pp_ctl.c pp_hot.c pp_sort.c pp_sys.c sv.c toke.c universal.c
55623            ! utf8.c
55624 ____________________________________________________________________________
55625 [ 18455] By: hv                                    on 2003/01/07  08:54:38
55626         Log: Subject: [PATCH] integrate more with report_evil_fh
55627              From: Nicholas Clark <nick@unfortu.net>
55628              Date: Thu, 26 Dec 2002 20:56:21 +0000
55629              Message-ID: <20021226205620.GA16584@Bagpuss.unfortu.net>
55630      Branch: perl
55631            ! pp_sys.c
55632 ____________________________________________________________________________
55633 [ 18454] By: hv                                    on 2003/01/07  08:45:54
55634         Log: Integrate podlators-1.25
55635      Branch: perl
55636            ! lib/Pod/Man.pm lib/Pod/t/man.t
55637 ____________________________________________________________________________
55638 [ 18453] By: rgs                                   on 2003/01/06  20:31:43
55639         Log: Change the value of ${^TAINT} : 0 without taint checks,
55640              1 with -T, and -1 with -t or -TU.
55641      Branch: perl
55642            ! mg.c pod/perlvar.pod t/op/taint.t t/run/runenv.t
55643            ! t/run/switcht.t
55644 ____________________________________________________________________________
55645 [ 18451] By: merijn                                on 2003/01/06  06:43:11
55646         Log: Subject: [PATCH perl@18746] VMS test adjustments
55647              Date: Sat, 04 Jan 2003 11:26:00 -0600
55648              From: "Craig A. Berry" <craigberry@mac.com>
55649              Message-ID: <3E171928.1040100@mac.com>
55650      Branch: perl
55651            ! ext/Devel/Peek/Peek.t ext/Filter/t/call.t lib/charnames.t
55652            ! t/run/switchI.t
55653 ____________________________________________________________________________
55654 [ 18441] By: rgs                                   on 2003/01/04  20:06:45
55655         Log: Subject: [DOCPATCH] File::Copy's synopsis
55656              From: Nicholas Clark <nick@unfortu.net>
55657              Date: Wed, 1 Jan 2003 21:09:30 +0000
55658              Message-ID: <20030101210930.GE296@Bagpuss.unfortu.net>
55659      Branch: perl
55660            ! lib/File/Copy.pm
55661 ____________________________________________________________________________
55662 [ 18440] By: rgs                                   on 2003/01/04  16:31:31
55663         Log: Integrate change #18420 from maint-5.8:
55664              Mea culpa: the join() was the string join, not the
55665              ithreads join().
55666      Branch: perl
55667           !> ext/threads/t/join.t
55668 ____________________________________________________________________________
55669 [ 18439] By: rgs                                   on 2003/01/04  15:34:54
55670         Log: Subject: [PATCH] [perl #15184] ExtUtils/t/Embed.t fails with -Duseshrplib -Dlibperl=...
55671              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
55672              Date: Fri, 13 Dec 2002 00:54:43 +0100
55673              Message-Id: <20021213005443.3077a229.rgarciasuarez@free.fr>
55674              Same as change 18403 for maint-5.8 branch
55675      Branch: perl
55676            ! lib/ExtUtils/t/Embed.t
55677 ____________________________________________________________________________
55678 [ 18438] By: rgs                                   on 2003/01/04  15:24:22
55679         Log: Subject: Re: [PATCH] Tiny nits in perlre.pod
55680              From: andreas.koenig@anima.de (Andreas J. Koenig)
55681              Date: Fri, 03 Jan 2003 00:57:15 +0100
55682              Message-ID: <m33cob14x0.fsf@k242.linux.bogus>
55683      Branch: perl
55684            ! pod/perlre.pod
55685 ____________________________________________________________________________
55686 [ 18435] By: jhi                                   on 2003/01/04  14:36:08
55687         Log: The problems.t is back.
55688      Branch: perl
55689            ! MANIFEST
55690 ____________________________________________________________________________
55691 [ 18434] By: sky                                   on 2003/01/04  07:43:50
55692         Log: Forgot to add problems.t with change #18419
55693      Branch: perl
55694            + ext/threads/t/problems.t
55695 ____________________________________________________________________________
55696 [ 18432] By: jhi                                   on 2003/01/04  04:48:30
55697         Log: One more (or, rather, less) //.
55698      Branch: perl
55699            ! ext/threads/threads.xs
55700 ____________________________________________________________________________
55701 [ 18431] By: jhi                                   on 2003/01/04  04:39:01
55702         Log: Integrate from maintperl:
55703              [ 18430]
55704              // is still not portable C commentary.
55705      Branch: perl
55706           !> ext/threads/threads.xs
55707 ____________________________________________________________________________
55708 [ 18425] By: jhi                                   on 2003/01/04  03:37:04
55709         Log: Until Arthur really adds the problems.t.
55710      Branch: perl
55711            ! MANIFEST
55712 ____________________________________________________________________________
55713 [ 18421] By: sky                                   on 2003/01/04  01:27:55
55714         Log: Fix long standing memory leak with pop and shift!
55715      Branch: perl
55716            ! ext/threads/shared/shared.xs
55717 ____________________________________________________________________________
55718 [ 18419] By: sky                                   on 2003/01/03  23:45:34
55719         Log: Fixes bug #15273, the return of the object caused
55720              the stash of the object to be cloned, cloning the entire syntax
55721              tree and all lexicals in there creating danglning copies to the
55722              object. (Pararell but unlinked STASH tree).
55723              This adds a new flag, when set it will use STASHES from the
55724              thread we are joining into avoiding the problem.
55725      Branch: perl
55726            ! MANIFEST ext/threads/threads.xs sv.c sv.h
55727 ____________________________________________________________________________
55728 [ 18417] By: sky                                   on 2003/01/03  18:16:46
55729         Log: Fake what context we are running in for CLONE and DESTROY so
55730              threads->tid() returns the correct value.
55731              This is reported as bug #10046
55732      Branch: perl
55733            ! ext/threads/t/basic.t ext/threads/threads.xs
55734 ____________________________________________________________________________
55735 [ 18413] By: sky                                   on 2003/01/03  15:15:14
55736         Log: Change pp_lock to take a reference instead of a
55737              scalar since it wouldn't fork for the HELEM/AELEM
55738              case. This was reported in bug #10045
55739      Branch: perl
55740            ! ext/threads/shared/t/hv_refs.t opcode.h opcode.pl opnames.h
55741 ____________________________________________________________________________
55742 [ 18412] By: hv                                    on 2003/01/03  11:14:51
55743         Log: Integrate from maint-5.8 #18348:
55744              Make Math::Trig a little bit more better behaved module citizen.
55745      Branch: perl
55746           !> lib/Math/Trig.pm
55747 ____________________________________________________________________________
55748 [ 18411] By: hv                                    on 2003/01/03  11:11:09
55749         Log: Subject: Re: [perl #19061] 'goto' confuses 'redo'
55750              From: Stephen McCamant <smcc@mit.edu>
55751              Date: Sun, 22 Dec 2002 22:09:51 -0500
55752              Message-ID: <15878.32383.94274.950128@syllepsis.MIT.EDU>
55753      Branch: perl
55754            ! pp_ctl.c
55755 ____________________________________________________________________________
55756 [ 18410] By: hv                                    on 2003/01/03  11:06:40
55757         Log: Subject: new flag SvPADSTALE
55758              From: Dave Mitchell <davem@fdgroup.com>
55759              Date: Thu, 19 Dec 2002 19:00:21 +0000
55760              Message-ID: <20021219190021.D9530@fdgroup.com>
55761      Branch: perl
55762            ! dump.c scope.c sv.h
55763 ____________________________________________________________________________
55764 [ 18409] By: hv                                    on 2003/01/03  11:05:09
55765         Log: Subject: remove flag SvPADBUSY
55766              From: Dave Mitchell <davem@fdgroup.com>
55767              Date: Thu, 19 Dec 2002 18:55:43 +0000
55768              Message-ID: <20021219185543.C9530@fdgroup.com>
55769      Branch: perl
55770            ! dump.c ext/Devel/Peek/Peek.t pad.c scope.c sv.h
55771 ____________________________________________________________________________
55772 [ 18408] By: hv                                    on 2003/01/03  10:56:54
55773         Log: Subject: win32_msgwait() problem
55774              From: Gurusamy Sarathy <gsar@ActiveState.com>
55775              Date: Fri, 13 Dec 2002 17:31:59 -0800
55776              Message-Id: <200212140132.gBE1Vxp02090@smtp3.ActiveState.com>
55777      Branch: perl
55778            ! win32/win32.c
55779 ____________________________________________________________________________
55780 [ 18407] By: hv                                    on 2003/01/03  10:30:05
55781         Log: Subject: Re: [perl #18257] Attempt to free unreferenced scalar (in 5 lines)
55782              From: hv@crypt.org
55783              Date: Thu, 02 Jan 2003 17:16:04 +0000
55784              Message-Id: <200301021716.h02HG5809404@crypt.compulink.co.uk>
55785      Branch: perl
55786            ! sv.c
55787 ____________________________________________________________________________
55788 [ 18406] By: sky                                   on 2003/01/03  08:23:16
55789         Log: Under darwin 6.0+ (MacOSX 10.2) we have threadsafe
55790              libc_r functions.
55791      Branch: perl
55792            ! hints/darwin.sh
55793 ____________________________________________________________________________
55794 [ 18393] By: merijn                                on 2003/01/02  19:41:29
55795         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)
55796              Date: Thu, 2 Jan 2003 19:02:21 +0100
55797              Message-ID: <200301021902.22444.abe@ztreet.demon.nl>
55798              From: abe@ztreet.demon.nl (Abe Timmerman)
55799      Branch: perl
55800            ! win32/makefile.mk
55801 ____________________________________________________________________________
55802 [ 18390] By: merijn                                on 2003/01/02  07:32:00
55803         Log: Use a more likely location for the perl binary
55804      Branch: perl
55805            ! Porting/genlog
55806 ____________________________________________________________________________
55807 [ 18378] By: gsar                                  on 2002/12/31  04:07:56
55808         Log: integrate change#18377 from maint-5.6 branch
55809
55810              change#17566 needs to be more defensive about win32_dup2()
55811              itself calling SetStdHandle() (at least MSVCRT does this)
55812      Branch: perl
55813           !> win32/win32.c
55814 ____________________________________________________________________________
55815 [ 18376] By: hv                                    on 2002/12/31  02:02:17
55816         Log: Update Changes
55817      Branch: perl
55818            ! Changes patchlevel.h
55819 ____________________________________________________________________________
55820 [ 18374] By: hv                                    on 2002/12/30  03:32:22
55821         Log: Remove duplicate entry
55822      Branch: perl
55823            ! MANIFEST
55824 ____________________________________________________________________________
55825 [ 18373] By: hv                                    on 2002/12/30  03:19:17
55826         Log: Subject: [perl #19343] perlfunc.pod patch for stat() and lstat()
55827              From: Dave Paris (via RT) <perlbug-followup@perl.org>
55828              Date: 22 Dec 2002 05:15:14 -0000
55829              Message-Id: <rt-19343-46041.7.82970696202895@bugs6.perl.org>
55830      Branch: perl
55831            ! pod/perlfunc.pod
55832 ____________________________________________________________________________
55833 [ 18372] By: hv                                    on 2002/12/30  03:13:42
55834         Log: Subject: [PATCH lib/AutoSplit.pm] Holding filehandle open
55835              From: Michael G Schwern <schwern@pobox.com>
55836              Date: Sat, 21 Dec 2002 19:29:41 -0800
55837              Message-ID: <20021222032941.GD24887@blackrider.schwern.org>
55838      Branch: perl
55839            ! lib/AutoSplit.pm
55840 ____________________________________________________________________________
55841 [ 18371] By: hv                                    on 2002/12/30  03:08:12
55842         Log: Subject: [PATCH] Re: [perl #19330] Uneffective increment of $\
55843              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
55844              Date: Fri, 27 Dec 2002 16:14:24 +0100
55845              Message-Id: <20021227161424.17234e3c.rgarciasuarez@free.fr>
55846      Branch: perl
55847            ! mg.c t/op/magic.t
55848 ____________________________________________________________________________
55849 [ 18358] By: gsar                                  on 2002/12/28  03:30:49
55850         Log: save_re_context() was not saving many regexec.c state
55851              variables, resulting in various reentrancy problems when
55852              the swatches were autoloaded by perl in the midst of a
55853              match
55854      Branch: perl
55855            ! regcomp.c
55856 ____________________________________________________________________________
55857 [ 18357] By: gsar                                  on 2002/12/28  02:16:51
55858         Log: silence another signed/unsigned mismatch warning
55859      Branch: perl
55860            ! op.c
55861 ____________________________________________________________________________
55862 [ 18356] By: gsar                                  on 2002/12/28  02:08:23
55863         Log: fix signed/unsigned mismatch warning from change#18266
55864      Branch: perl
55865            ! regcomp.c
55866 ____________________________________________________________________________
55867 [ 18355] By: gsar                                  on 2002/12/28  02:05:14
55868         Log: these variables are not in use anywhere since 5.8.0
55869      Branch: perl
55870            ! embedvar.h perlapi.h sv.c thrdvar.h
55871 ____________________________________________________________________________
55872 [ 18354] By: ams                                   on 2002/12/26  03:54:09
55873         Log: Subject: [PATCH] docpatch for cv.h
55874              From: Nicholas Clark <nick@unfortu.net>
55875              Date: Wed, 25 Dec 2002 21:01:04 +0000
55876              Message-Id: <20021225210102.GA284@Bagpuss.unfortu.net>
55877      Branch: perl
55878            ! cv.h
55879 ____________________________________________________________________________
55880 [ 18351] By: hv                                    on 2002/12/25  02:29:17
55881         Log: #18345 was still broken; should be fixed now.
55882      Branch: perl
55883            ! sv.c
55884 ____________________________________________________________________________
55885 [ 18350] By: merijn                                on 2002/12/24  05:26:40
55886         Log: Removal of duplicate comment block
55887
55888              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
55889              Subject: Re: [perl #19306] Sys::Syslog issues.
55890              Date: Mon, 23 Dec 2002 15:25:51 -0800
55891              Message-ID: </t5B+gzkg6DR092yn@efn.org>
55892      Branch: perl
55893            ! ext/Sys/Syslog/Syslog.pm
55894 ____________________________________________________________________________
55895 [ 18346] By: hv                                    on 2002/12/23  06:14:22
55896         Log: integrate maint-5.8 #18301
55897      Branch: perl
55898           !> lib/perl5db.pl
55899 ____________________________________________________________________________
55900 [ 18345] By: hv                                    on 2002/12/23  06:01:17
55901         Log: more on #18344.
55902      Branch: perl
55903            ! sv.c
55904 ____________________________________________________________________________
55905 [ 18344] By: hv                                    on 2002/12/23  05:56:43
55906         Log: more on #18312: sv.c:ss_dup()
55907      Branch: perl
55908            ! sv.c
55909 ____________________________________________________________________________
55910 [ 18343] By: hv                                    on 2002/12/23  05:47:17
55911         Log: Subject: [perl #19153] Term::Complete (the argument of stty)
55912              From: OKAIE Yutaka (via RT) <perlbug-followup@perl.org>
55913              Date: 15 Dec 2002 13:45:23 -0000
55914              Message-Id: <rt-19153-45441.1.2145712923207@bugs6.perl.org>
55915      Branch: perl
55916            ! lib/Term/Complete.pm
55917 ____________________________________________________________________________
55918 [ 18342] By: hv                                    on 2002/12/23  05:27:25
55919         Log: Subject: [perl #18544] Patch included to fix problem.
55920              From: Richard Kandarian <richard.kandarian@lanl.gov>
55921              Date: Thu, 21 Nov 2002 08:00:20 -0700
55922              (from RT)
55923      Branch: perl
55924            ! regexec.c
55925 ____________________________________________________________________________
55926 [ 18341] By: hv                                    on 2002/12/23  05:08:49
55927         Log: Subject: [PATCH] operation on `PL_na' may be undefined
55928              From: Nicholas Clark <nick@unfortu.net>
55929              Date: Tue, 10 Dec 2002 19:59:18 +0000
55930              Message-ID: <20021210195917.GJ288@Bagpuss.unfortu.net>
55931      Branch: perl
55932            ! universal.c
55933 ____________________________________________________________________________
55934 [ 18340] By: hv                                    on 2002/12/23  05:04:29
55935         Log: Subject: [PATCH] 2% speedup (pp_entersub needs to go on a diet)
55936              From: Nicholas Clark <nick@unfortu.net>
55937              Date: Tue, 10 Dec 2002 18:55:28 +0000
55938              Message-ID: <20021210185527.GG288@Bagpuss.unfortu.net>
55939      Branch: perl
55940            ! pp_hot.c
55941 ____________________________________________________________________________
55942 [ 18339] By: hv                                    on 2002/12/23  04:39:48
55943         Log: Integrate Time::HiRes v1.39 (for VMS build tweak)
55944      Branch: perl
55945            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
55946            ! ext/Time/HiRes/Makefile.PL
55947 ____________________________________________________________________________
55948 [ 18338] By: hv                                    on 2002/12/23  03:43:09
55949         Log: Subject: [PATCH] read permissions for h2ph-generated files
55950              From: Slaven Rezic <slaven.rezic@berlin.de>
55951              Date: Fri, 22 Nov 2002 14:49:14 +0100 (CET)
55952              Message-Id: <200211221349.gAMDnEAK014033@vran.herceg.de>
55953      Branch: perl
55954            ! utils/h2ph.PL
55955 ____________________________________________________________________________
55956 [ 18337] By: hv                                    on 2002/12/23  03:38:59
55957         Log: handy hint: getting a perforce change as a usable patch
55958      Branch: perl
55959            ! Porting/repository.pod
55960 ____________________________________________________________________________
55961 [ 18336] By: hv                                    on 2002/12/23  03:36:26
55962         Log: Reverse #18285, for reasons given in:
55963              Subject: Re: Precedence of ? :
55964              From: hv@crypt.org
55965              Date: Fri, 20 Dec 2002 00:35:27 +0000
55966              Message-Id: <200212200035.gBK0ZRm29309@crypt.compulink.co.uk>
55967      Branch: perl
55968            ! perly.c perly.y perly_c.diff pod/perldelta.pod t/op/cond.t
55969            ! vms/perly_c.vms
55970 ____________________________________________________________________________
55971 [ 18335] By: gsar                                  on 2002/12/18  23:12:14
55972         Log: my_fflush_all() wasn't doing the right thing under useperlio
55973              on many platforms
55974      Branch: perl
55975            ! util.c
55976 ____________________________________________________________________________
55977 [ 18334] By: merijn                                on 2002/12/18  06:48:11
55978         Log: AIX compiler version updates
55979      Branch: perl
55980            ! README.aix
55981 ____________________________________________________________________________
55982 [ 18332] By: gsar                                  on 2002/12/18  03:20:27
55983         Log: $Config{prefixexp} was set incorrectly on windows
55984      Branch: perl
55985            ! win32/config.bc win32/config.gc win32/config.vc
55986            ! win32/config.vc64
55987 ____________________________________________________________________________
55988 [ 18330] By: gsar                                  on 2002/12/18  02:32:20
55989         Log: remove CRs from a couple of files (these show up as CRCRLF
55990              on windows)
55991      Branch: perl
55992            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
55993 ____________________________________________________________________________
55994 [ 18328] By: gsar                                  on 2002/12/18  02:27:10
55995         Log: fix for GPF in C<print Win32::GetFullPathName('\\\\host\share')>
55996      Branch: perl
55997            ! win32/win32.c
55998 ____________________________________________________________________________
55999 [ 18327] By: gsar                                  on 2002/12/18  02:08:12
56000         Log: windows: support for large files
56001
56002              note that this change will break binary compatibility with the
56003              default 5.8.0 build options; nevertheless I think it is worth
56004              having in 5.8.1 (people who want the compatibility can disable
56005              the option in the makefile)
56006      Branch: perl
56007            ! ext/Devel/DProf/DProf.xs ext/POSIX/POSIX.xs
56008            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/via/via.xs iperlsys.h
56009            ! pp_sys.c win32/Makefile win32/config.bc win32/config.gc
56010            ! win32/config.vc win32/config.vc64 win32/config_H.bc
56011            ! win32/config_H.gc win32/config_H.vc win32/config_H.vc64
56012            ! win32/config_sh.PL win32/makefile.mk win32/perlhost.h
56013            ! win32/win32.c win32/win32iop.h
56014 ____________________________________________________________________________
56015 [ 18326] By: gsar                                  on 2002/12/18  00:57:46
56016         Log: Win32.pod update
56017      Branch: perl
56018            ! lib/Win32.pod
56019 ____________________________________________________________________________
56020 [ 18325] By: gsar                                  on 2002/12/18  00:42:45
56021         Log: PerlIO_{stdoutf,vprintf} don't exist, should be PerlSIO_*
56022      Branch: perl
56023            ! XSUB.h
56024 ____________________________________________________________________________
56025 [ 18324] By: gsar                                  on 2002/12/18  00:34:08
56026         Log: windows: avoid prompting under some shells during $(MAKE) distclean
56027      Branch: perl
56028            ! win32/Makefile win32/makefile.mk
56029 ____________________________________________________________________________
56030 [ 18323] By: gsar                                  on 2002/12/18  00:17:29
56031         Log: PerlSIO_stderr et al are not functions
56032      Branch: perl
56033            ! XSUB.h
56034 ____________________________________________________________________________
56035 [ 18321] By: gsar                                  on 2002/12/17  22:56:25
56036         Log: integrate change#18320 from maint-5.6 branch
56037
56038              C<require '\foo\bar.pm'> fails on windows if not running
56039              from the root directory; for a test case, see:
56040
56041              http://bugs.activestate.com/show_bug.cgi?id=19317
56042
56043              this was due to not recognizing \foo\bar.pm as an absolute
56044              path name
56045      Branch: perl
56046           !> util.h
56047 ____________________________________________________________________________
56048 [ 18319] By: hv                                    on 2002/12/17  10:08:24
56049         Log: Whoops, these are the changes supposed to be in #18318.
56050      Branch: perl
56051            ! pad.c t/op/eval.t
56052 ____________________________________________________________________________
56053 [ 18318] By: hv                                    on 2002/12/17  03:12:18
56054         Log: Subject: Re: [PATCH] Re: [perl #19022] POSIX failures in bleadperl
56055              From: Nicholas Clark <nick@unfortu.net>
56056              Date: Sat, 14 Dec 2002 23:13:37 +0000
56057              Message-ID: <20021214231337.GF306@Bagpuss.unfortu.net>
56058      Branch: perl
56059            ! pad.c t/op/eval.t
56060 ____________________________________________________________________________
56061 [ 18317] By: hv                                    on 2002/12/17  02:58:12
56062         Log: Integrate Net::Ping v2.26. (lib/Net/Ping/t/450_service.t should work now)
56063      Branch: perl
56064            + lib/Net/Ping/t/410_syn_host.t
56065            ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/t/400_ping_syn.t
56066            ! lib/Net/Ping/t/450_service.t
56067 ____________________________________________________________________________
56068 [ 18316] By: hv                                    on 2002/12/17  02:17:16
56069         Log: Subject: [PATCH 5.8.1 @oldish-18156] build
56070              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
56071              Date: Fri, 13 Dec 2002 13:54:05 -0800
56072              Message-ID: <20021213215404.GA2597@math.berkeley.edu>
56073      Branch: perl
56074            ! os2/os2.c t/run/runenv.t
56075 ____________________________________________________________________________
56076 [ 18315] By: hv                                    on 2002/12/17  02:03:58
56077         Log: Subject: [PATCH 5.8.1 @oldish-18156] deprecated warnings
56078              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
56079              Date: Fri, 13 Dec 2002 13:47:08 -0800
56080              Message-ID: <20021213214707.GA2588@math.berkeley.edu>
56081      Branch: perl
56082            ! lib/constant.t lib/fields.t
56083 ____________________________________________________________________________
56084 [ 18314] By: hv                                    on 2002/12/17  01:58:32
56085         Log: Subject: [PATCH 5.8.1 @oldish-18156] Morphing to PM on OS/2
56086              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
56087              Date: Fri, 13 Dec 2002 14:00:48 -0800
56088              Message-ID: <20021213220048.GA2606@math.berkeley.edu>
56089      Branch: perl
56090            ! os2/OS2/Process/t/os2_process.t os2/os2.c
56091 ____________________________________________________________________________
56092 [ 18313] By: hv                                    on 2002/12/17  01:54:19
56093         Log: Subject: [PATCH 5.8.1 @oldish-18156] OS/2 REXX interface assuming Object REXX
56094              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
56095              Date: Fri, 13 Dec 2002 14:08:00 -0800
56096              Message-ID: <20021213220800.GA2625@math.berkeley.edu>
56097      Branch: perl
56098            ! os2/OS2/REXX/REXX.xs
56099 ____________________________________________________________________________
56100 [ 18312] By: hv                                    on 2002/12/17  01:43:28
56101         Log: Subject: [Fwd: Patch for perl utf8-related bug]
56102              From: Richard Hitt <rbh00@utsglobal.com>
56103              Date: Fri, 06 Dec 2002 16:47:42 -0800
56104              [perl #18932]
56105      Branch: perl
56106            ! embed.fnc embed.h global.sym perl.h proto.h regcomp.c scope.c
56107            ! scope.h
56108 ____________________________________________________________________________
56109 [ 18311] By: hv                                    on 2002/12/17  00:52:05
56110         Log: Subject: [PATCH] Re: [jhi@iki.fi: enums are not nums]
56111              From: Dave Mitchell <davem@fdgroup.com>
56112              Date: Sat, 14 Dec 2002 19:16:49 +0000
56113              Message-ID: <20021214191649.B3992@fdgroup.com>
56114      Branch: perl
56115            ! embed.fnc pad.c pad.h pod/perlintern.pod proto.h
56116 ____________________________________________________________________________
56117 [ 18310] By: hv                                    on 2002/12/17  00:51:46
56118         Log: regen-headers to get new API docs from #18306
56119      Branch: perl
56120            ! pod/perlapi.pod
56121 ____________________________________________________________________________
56122 [ 18308] By: rgs                                   on 2002/12/16  22:06:23
56123         Log: Subject: [PATCH] Re: [perl #19017] lexical "my" variables not visible in debugger "x" command
56124              From: peter@PSDT.com (Peter Scott)
56125              Date: 12 Dec 2002 18:13:17 -0000
56126              Message-ID: <20021212181317.50538.qmail@onion.perl.org>
56127              (fix bug [perl #19058])
56128      Branch: perl
56129            ! lib/perl5db.pl
56130 ____________________________________________________________________________
56131 [ 18307] By: rgs                                   on 2002/12/16  22:01:14
56132         Log: Subject: [PATCH] Re: [perl #19017] lexical "my" variables not visible in debugger "x" command
56133              From: Dave Mitchell <davem@fdgroup.com>
56134              Date: Thu, 12 Dec 2002 23:42:35 +0000
56135              Message-ID: <20021212234235.A29245@fdgroup.com>
56136              and
56137              Date: Sat, 14 Dec 2002 19:16:38 +0000
56138              Message-ID: <20021214191638.A3992@fdgroup.com>
56139      Branch: perl
56140            ! embed.fnc embed.h pod/perlfunc.pod pod/perlintern.pod pp_ctl.c
56141            ! proto.h t/op/eval.t
56142 ____________________________________________________________________________
56143 [ 18306] By: sky                                   on 2002/12/16  21:41:40
56144         Log: More documentation of obscure flags is good, even if the
56145              documentation might be not so good. Atleast it's not false!
56146              Documents the flags one can give to perl_clone
56147      Branch: perl
56148            ! sv.c
56149 ____________________________________________________________________________
56150 [ 18305] By: merijn                                on 2002/12/16  10:53:19
56151         Log: Enough changes to Configure and metaunits warrant an update.
56152              Several small changes and three additions
56153      Branch: perl
56154            ! Porting/Glossary
56155 ____________________________________________________________________________
56156 [ 18304] By: merijn                                on 2002/12/16  10:44:57
56157         Log: Redone #18011 from metaunits
56158      Branch: perl
56159            ! Configure
56160 ____________________________________________________________________________
56161 [ 18302] By: rgs                                   on 2002/12/14  22:34:25
56162         Log: Subject: Proper fix for CvOUTSIDE weak refcounting
56163              From: Dave Mitchell <davem@fdgroup.com>
56164              Date: Tue, 10 Dec 2002 01:26:44 +0000
56165              Message-ID: <20021210012644.A7843@fdgroup.com>
56166      Branch: perl
56167            ! cv.h dump.c embed.fnc ext/B/B/Deparse.pm ext/B/defsubs_h.PL
56168            ! ext/Devel/Peek/Peek.t op.c pad.c pod/perlapi.pod
56169            ! pod/perlintern.pod pp_ctl.c sv.c t/op/closure.t
56170 ____________________________________________________________________________
56171 [ 18300] By: rgs                                   on 2002/12/12  20:40:22
56172         Log: Subject: [patch] typo in perlop
56173              From: andreas.koenig@anima.de (Andreas J. Koenig)
56174              Date: Wed, 11 Dec 2002 21:31:14 +0100
56175              Message-ID: <m3k7igjo19.fsf@k242.linux.bogus>
56176      Branch: perl
56177            ! pod/perlop.pod
56178 ____________________________________________________________________________
56179 [ 18299] By: rgs                                   on 2002/12/12  20:35:29
56180         Log: Integrate from maint-5.8 : changes 18290-1, 18293-5, 18297
56181      Branch: perl
56182           !> ext/POSIX/POSIX.pod ext/POSIX/t/is.t ext/POSIX/t/posix.t
56183           !> pod/perlre.pod pod/perlretut.pod regexec.c t/op/pat.t
56184           !> t/op/subst.t
56185 ____________________________________________________________________________
56186 [ 18298] By: rgs                                   on 2002/12/12  20:00:36
56187         Log: Whitespace and indentation fix in the output of B::Debug.
56188      Branch: perl
56189            ! ext/B/B/Debug.pm
56190 ____________________________________________________________________________
56191 [ 18292] By: gbarr                                 on 2002/12/12  09:23:04
56192         Log: Update to Scalar-List-Utils 1.09
56193      Branch: perl
56194            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
56195            ! ext/List/Util/lib/List/Util.pm
56196 ____________________________________________________________________________
56197 [ 18287] By: gsar                                  on 2002/12/11  18:53:07
56198         Log: this has been incorrect for a while now, and has changed
56199              again recently
56200      Branch: perl
56201            ! Porting/repository.pod
56202 ____________________________________________________________________________
56203 [ 18285] By: hv                                    on 2002/12/11  10:35:01
56204         Log: Subject: [PATCH] Re: Precedence of ? :
56205              From: Stephen McCamant <smcc@mit.edu>
56206              Date: Tue, 10 Dec 2002 00:57:07 -0500 (EST)
56207              Message-Id: <20021210055707.974F073CCC@syllepsis>
56208      Branch: perl
56209            ! perly.c perly.y perly_c.diff pod/perldelta.pod t/op/cond.t
56210            ! vms/perly_c.vms
56211 ____________________________________________________________________________
56212 [ 18284] By: hv                                    on 2002/12/11  10:21:12
56213         Log: One more email address for #18282
56214      Branch: perl
56215            ! lib/Pod/Perldoc.pm
56216 ____________________________________________________________________________
56217 [ 18283] By: hv                                    on 2002/12/11  10:18:07
56218         Log: More email addresses for #18282
56219      Branch: perl
56220            ! hints/aix.sh hints/apollo.sh hints/epix.sh hints/freebsd.sh
56221            ! hints/irix_6.sh hints/isc.sh hints/isc_2.sh hints/machten.sh
56222            ! hints/machten_2.sh hints/openbsd.sh hints/os2.sh
56223            ! hints/os390.sh hints/sunos_4_1.sh hints/titanos.sh
56224            ! hints/ultrix_4.sh hints/umips.sh hints/utekv.sh
56225 ____________________________________________________________________________
56226 [ 18282] By: hv                                    on 2002/12/11  10:16:05
56227         Log: Subject: Remove stale e-mail addresses
56228              From: Andy Dougherty <doughera@lafayette.edu>
56229              Date: Wed, 20 Nov 2002 09:40:33 -0500 (EST)
56230              Message-ID: <Pine.SOL.4.10.10211200938110.19608-100000@maxwell.phys.lafayette.edu>
56231      Branch: perl
56232            ! Porting/pumpkin.pod configure.gnu
56233            ! ext/ODBM_File/hints/dec_osf.pl ext/ODBM_File/hints/hpux.pl
56234            ! ext/ODBM_File/hints/ultrix.pl ext/SDBM_File/sdbm/README.too
56235            ! lib/File/Spec.pm perly.fixer pod/checkpods.PL
56236 ____________________________________________________________________________
56237 [ 18281] By: hv                                    on 2002/12/11  09:59:31
56238         Log: Integrate from maint-5.8 #18156, #18218.
56239      Branch: perl
56240           !> lib/Unicode/UCD.t lib/unicore/Category.pl
56241           !> lib/unicore/SpecialCasing.txt lib/unicore/UnicodeData.txt
56242           !> lib/unicore/lib/C.pl lib/unicore/lib/Cf.pl
56243           !> lib/unicore/lib/Cntrl.pl lib/unicore/lib/Graph.pl
56244           !> lib/unicore/lib/P.pl lib/unicore/lib/Pd.pl
56245           !> lib/unicore/lib/Print.pl lib/unicore/lib/Punct.pl t/op/pack.t
56246 ____________________________________________________________________________
56247 [ 18280] By: rgs                                   on 2002/12/10  21:30:10
56248         Log: Integrate from the maint-5.8/ branch :
56249              changes 18219, 18236, 18242-3, 18247-8,
56250              18253-5, 18257, 18273-6
56251      Branch: perl
56252           +> t/op/lc_user.t
56253           !> MANIFEST hints/irix_6.sh lib/File/Copy.pm lib/utf8_heavy.pl
56254           !> pod/perldiag.pod pod/perlguts.pod pod/perlsec.pod
56255           !> pod/perlunicode.pod pp.c t/op/lc.t t/op/pat.t t/op/split.t
56256           !> t/uni/tr_utf8.t
56257 ____________________________________________________________________________
56258 [ 18279] By: merijn                                on 2002/12/10  14:10:03
56259         Log: Subject: Re: ANSIColor 1.06 released
56260              Version bump only after typo fix to sync with CPAN
56261      Branch: perl
56262            ! lib/Term/ANSIColor.pm
56263 ____________________________________________________________________________
56264 [ 18277] By: merijn                                on 2002/12/10  08:46:05
56265         Log: Subject: [PATCH perl@18251] VMS build update
56266              Message-ID: <3DF56BE2.9000300@mac.com>
56267              Date: Mon, 09 Dec 2002 22:21:54 -0600
56268              From: "Craig A. Berry" <craigberry@mac.com>
56269      Branch: perl
56270            ! configure.com ext/Time/HiRes/Makefile.PL
56271            ! vms/descrip_mms.template
56272 ____________________________________________________________________________
56273 [ 18272] By: merijn                                on 2002/12/09  15:31:28
56274         Log: RT#15950
56275
56276              Subject: [PATCH] Typo in Term::ANSIColor
56277              Date: Fri, 2 Aug 2002 14:13:19 -0700 (PDT)
56278              From: "Mr. Nobody" <mrnobo1024  at  yahoo.com>
56279      Branch: perl
56280            ! lib/Term/ANSIColor.pm
56281 ____________________________________________________________________________
56282 [ 18270] By: hv                                    on 2002/12/09  00:25:26
56283         Log: Subject: [perl #18256] xsubpp can make nested comments in C code
56284              From: Nicholas Clark (via RT) <perlbug@perl.org>
56285              Date: 7 Nov 2002 14:58:14 -0000
56286              Message-Id: <rt-18256-41218.19.7625495305233@bugs6.perl.org>
56287      Branch: perl
56288            ! lib/ExtUtils/xsubpp
56289 ____________________________________________________________________________
56290 [ 18269] By: hv                                    on 2002/12/09  00:19:33
56291         Log: Subject: Re: Bug in Filter::Simple
56292              From: Slaven Rezic <slaven.rezic@berlin.de>
56293              Date: 07 Nov 2002 10:01:41 +0100
56294              Message-ID: <87of91u51m.fsf@vran.herceg.de>
56295      Branch: perl
56296            ! ext/Filter/Util/Call/Call.xs ext/Filter/t/call.t
56297 ____________________________________________________________________________
56298 [ 18268] By: hv                                    on 2002/12/09  00:14:58
56299         Log: fix #18266 sprintf format mismatch
56300      Branch: perl
56301            ! regcomp.c
56302 ____________________________________________________________________________
56303 [ 18267] By: hv                                    on 2002/12/09  00:10:09
56304         Log: Subject: Re: [perl #18238] timezone and gmt offset as output by POSIX::strftime()  are sometimes wrong
56305              From: Slaven Rezic <slaven.rezic@berlin.de>
56306              Date: 09 Nov 2002 23:21:16 +0100
56307              Message-ID: <874raqz8o3.fsf@vran.herceg.de>
56308      Branch: perl
56309            ! config_h.SH ext/POSIX/t/posix.t util.c
56310 ____________________________________________________________________________
56311 [ 18266] By: hv                                    on 2002/12/09  00:02:57
56312         Log: Subject: Re: [perl #18107] lc(), uc() and ucfirst() broken inside utf8 regex
56313              From: Abhijit Menon-Sen <ams@wiw.org>
56314              Date: Wed, 6 Nov 2002 19:38:11 +0530
56315              Message-ID: <20021106193811.E20858@lustre.dyn.wiw.org>
56316      Branch: perl
56317            ! regcomp.c t/op/lc.t
56318 ____________________________________________________________________________
56319 [ 18265] By: rgs                                   on 2002/12/08  22:10:45
56320         Log: Subject: Re: [perl #18927] barewords with no errors
56321              From: Abe Timmerman <abe@ztreet.demon.nl>
56322              Date: Sun, 8 Dec 2002 17:12:56 +0100
56323              Message-Id: <200212081712.56102.abe@ztreet.demon.nl>
56324      Branch: perl
56325            ! t/lib/strict/subs
56326 ____________________________________________________________________________
56327 [ 18264] By: rgs                                   on 2002/12/08  22:04:39
56328         Log: Subject: Re: [perl #18165] "0" fails as right-hand argument to ..
56329              From: Slaven Rezic <slaven.rezic@berlin.de>
56330              Date: 30 Nov 2002 00:07:05 +0100
56331              Message-ID: <8765ugnffq.fsf@vran.herceg.de>
56332      Branch: perl
56333            ! pp_ctl.c t/cmd/for.t
56334 ____________________________________________________________________________
56335 [ 18263] By: rgs                                   on 2002/12/08  21:56:13
56336         Log: Subject: Re: [perl #18888] $Exporter::Verbose=1 does not work for testing, $Heavy::Verbose is not setting the value to $Exporter::Verbose
56337              From: Slaven Rezic <slaven.rezic@berlin.de>
56338              Date: 08 Dec 2002 01:31:45 +0100
56339              Message-ID: <874r9pmjv2.fsf@vran.herceg.de>
56340      Branch: perl
56341            ! lib/Exporter/Heavy.pm
56342 ____________________________________________________________________________
56343 [ 18262] By: rgs                                   on 2002/12/08  20:31:42
56344         Log: getservbyport() should accept an empty string as its
56345              proto argument (as does getservbyname()).
56346
56347              Subject: Re: Is this a bug or am I being stupid?
56348              From: Slaven Rezic <slaven.rezic@berlin.de>
56349              Date: 08 Dec 2002 01:54:37 +0100
56350              Message-ID: <87znrhl48i.fsf@vran.herceg.de>
56351      Branch: perl
56352            ! pp_sys.c
56353 ____________________________________________________________________________
56354 [ 18261] By: rgs                                   on 2002/12/08  20:17:37
56355         Log: Change the set of characters that are considered to be
56356              safe in $ENV{TERM} for taint checkings.
56357      Branch: perl
56358            ! taint.c
56359 ____________________________________________________________________________
56360 [ 18260] By: rgs                                   on 2002/12/08  20:14:57
56361         Log: Document that $ENV{TERM} may produce taint failures.
56362              Subject: Re: [perl #18717] spurious failures in regression test
56363              From: Slaven Rezic <slaven.rezic@berlin.de>
56364              Date: 29 Nov 2002 22:11:46 +0100
56365              Message-ID: <87hee0nkrx.fsf@vran.herceg.de>
56366      Branch: perl
56367            ! pod/perldiag.pod
56368 ____________________________________________________________________________
56369 [ 18259] By: rgs                                   on 2002/12/08  19:34:34
56370         Log: Subject: [PATCH] Re: [perl #18651] Hash::Util's lock_key() breaks hash
56371              From: Nicholas Clark <nick@unfortu.net>
56372              Date: Mon, 2 Dec 2002 21:48:29 +0000
56373              Message-ID: <20021202214828.GA284@Bagpuss.unfortu.net>
56374      Branch: perl
56375            ! hv.c lib/Hash/Util.t
56376 ____________________________________________________________________________
56377 [ 18251] By: rgs                                   on 2002/12/06  21:27:55
56378         Log: Fix two cases of buffer overflow in the lexer.
56379      Branch: perl
56380            ! t/comp/parser.t toke.c
56381 ____________________________________________________________________________
56382 [ 18250] By: rgs                                   on 2002/12/06  20:44:26
56383         Log: Fix bug #18874, essentially by reverting change #11890.
56384              Add a regression test for it.
56385      Branch: perl
56386            ! lib/English.pm lib/English.t
56387 ____________________________________________________________________________
56388 [ 18249] By: rgs                                   on 2002/12/06  20:42:01
56389         Log: Suppress a compilation warning reported by Jarkko
56390              (variable initialization skipped by goto).
56391      Branch: perl
56392            ! toke.c
56393 ____________________________________________________________________________
56394 [ 18239] By: jhi                                   on 2002/12/03  12:49:01
56395         Log: Fix up #18229.
56396      Branch: perl
56397            ! embedvar.h ext/threads/t/join.t perl.c perlapi.h perlvars.h
56398            ! pod/perlintern.pod
56399 ____________________________________________________________________________
56400 [ 18233] By: rgs                                   on 2002/12/02  20:03:09
56401         Log: Fix bug #18573 : in a double-quoted string, a \c not followed
56402              by any character may corrupt memory due to reading past the
56403              end of the input buffer. Add a new error message corresponding
56404              to this case.
56405      Branch: perl
56406            ! pod/perldiag.pod t/comp/parser.t toke.c
56407 ____________________________________________________________________________
56408 [ 18232] By: rgs                                   on 2002/12/02  19:59:07
56409         Log: Skip test #17 of lib/open.t when useperlio is not defined.
56410      Branch: perl
56411            ! lib/open.t
56412 ____________________________________________________________________________
56413 [ 18231] By: merijn                                on 2002/12/02  16:00:12
56414         Log: Subject: Re: [perl #15129] building a dynamically linked Perl 5.6.1 on HPUX 11.0
56415              Date: Mon, 2 Dec 2002 12:04:40 -0500 (EST)
56416              From: Andy Dougherty <doughera@lafayette.edu>
56417              Message-ID: <Pine.SOL.4.10.10212021200050.24023-100000@maxwell.phys.lafayette.edu>
56418      Branch: perl
56419            ! README.hpux
56420 ____________________________________________________________________________
56421 [ 18230] By: merijn                                on 2002/12/02  15:45:31
56422         Log: $0 modifying part II (HP-UX only)
56423
56424              Date: Sat, 30 Nov 2002 20:16:51 +0200
56425              From: Jarkko Hietaniemi <jhi@iki.fi>
56426              Subject: [PATCH] $0 modifying
56427              Message-ID: <20021130181651.GA5876@kosh.hut.fi>
56428      Branch: perl
56429            ! mg.c
56430 ____________________________________________________________________________
56431 [ 18229] By: merijn                                on 2002/12/02  15:43:16
56432         Log: $0 mofifying part I
56433
56434              Date: Sat, 30 Nov 2002 20:16:51 +0200
56435              From: Jarkko Hietaniemi <jhi@iki.fi>
56436              Subject: [PATCH] $0 modifying
56437              Message-ID: <20021130181651.GA5876@kosh.hut.fi>
56438      Branch: perl
56439            ! ext/threads/t/join.t makedef.pl mg.c perl.c pod/perlvar.pod
56440            ! sv.c t/op/magic.t thread.h
56441 ____________________________________________________________________________
56442 [ 18228] By: hv                                    on 2002/12/02  13:37:59
56443         Log: integrate Pod-Perldoc-3.07. This replaces the original inline perldoc
56444              with a module-driven version, and separates out its docs.
56445      Branch: perl
56446            + lib/Pod/Perldoc.pm lib/Pod/Perldoc/BaseTo.pm
56447            + lib/Pod/Perldoc/GetOptsOO.pm lib/Pod/Perldoc/ToChecker.pm
56448            + lib/Pod/Perldoc/ToMan.pm lib/Pod/Perldoc/ToNroff.pm
56449            + lib/Pod/Perldoc/ToPod.pm lib/Pod/Perldoc/ToRtf.pm
56450            + lib/Pod/Perldoc/ToText.pm lib/Pod/Perldoc/ToTk.pm
56451            + lib/Pod/Perldoc/ToXml.pm lib/Pod/Perldoc/t/checkerbasic.t
56452            + lib/Pod/Perldoc/t/perldocbasic.t lib/Pod/Perldoc/t/textbasic.t
56453            + pod/perldoc.pod
56454            ! MANIFEST utils/perldoc.PL
56455 ____________________________________________________________________________
56456 [ 18226] By: hv                                    on 2002/12/02  12:44:35
56457         Log: missed the new file from #18224
56458      Branch: perl
56459            + lib/Pod/PlainText.pm
56460            ! MANIFEST
56461 ____________________________________________________________________________
56462 [ 18225] By: hv                                    on 2002/12/02  03:09:42
56463         Log: integrate util.c fragment from #18200 to undef SA_RESTART on MacOS
56464      Branch: perl
56465            ! util.c
56466 ____________________________________________________________________________
56467 [ 18224] By: hv                                    on 2002/12/02  02:59:02
56468         Log: Integrate PodParser-1.20, with matching tweaks to lib/Pod/t/latex.t
56469              and lib/Pod/t/utils.t to cater for simpler output text.
56470      Branch: perl
56471            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm lib/Pod/Usage.pm
56472            ! lib/Pod/t/latex.t lib/Pod/t/utils.t pod/podselect.PL
56473            ! t/pod/emptycmd.t t/pod/for.t t/pod/headings.t t/pod/include.t
56474            ! t/pod/included.t t/pod/lref.t t/pod/lref.xr
56475            ! t/pod/multiline_items.t t/pod/multiline_items.xr
56476            ! t/pod/nested_items.t t/pod/nested_seqs.t t/pod/oneline_cmds.t
56477            ! t/pod/pod2usage.t t/pod/pod2usage.xr t/pod/poderrs.t
56478            ! t/pod/poderrs.xr t/pod/podselect.t t/pod/podselect.xr
56479            ! t/pod/special_seqs.t t/pod/special_seqs.xr t/pod/testp2pt.pl
56480 ____________________________________________________________________________
56481 [ 18223] By: hv                                    on 2002/12/02  02:46:17
56482         Log: Subject: [PATCH] SvFAKE lexicals in scope for all of the sub
56483              From: Dave Mitchell <davem@fdgroup.com>
56484              Date: Mon, 25 Nov 2002 21:25:33 +0000
56485              Message-ID: <20021125212533.B29157@fdgroup.com>
56486      Branch: perl
56487            ! ext/Devel/Peek/Peek.t pad.c t/op/closure.t
56488 ____________________________________________________________________________
56489 [ 18222] By: hv                                    on 2002/12/02  02:23:28
56490         Log: #18221 broke t/op/eval.t
56491      Branch: perl
56492            ! t/op/eval.t
56493 ____________________________________________________________________________
56494 [ 18221] By: hv                                    on 2002/12/02  02:18:19
56495         Log: integrate 5.8-maint: changes #18174 18187 18189-92 18202 18209 18214-5
56496      Branch: perl
56497           +> ext/POSIX/t/is.t
56498           !> INSTALL MANIFEST README.os2 ext/Fcntl/t/syslfs.t
56499           !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/Makefile.PL
56500           !> lib/Unicode/UCD.pm lib/Unicode/UCD.t pod/perldiag.pod
56501           !> t/op/eval.t t/op/grep.t t/op/lfs.t t/op/subst.t
56502 ____________________________________________________________________________
56503 [ 18220] By: hv                                    on 2002/12/02  00:58:54
56504         Log: Subject: [PATCH 2nd attempt] allow evals to see the full lexical scope
56505              From: Dave Mitchell <davem@fdgroup.com>
56506              Date: Sun, 24 Nov 2002 22:19:06 +0000
56507              Message-ID: <20021124221906.A25386@fdgroup.com>
56508      Branch: perl
56509            ! cop.h cv.h dump.c embed.fnc embed.h ext/B/B.pm ext/B/B.xs
56510            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Debug.pm
56511            ! ext/Devel/Peek/Peek.t op.c pad.c pod/perlintern.pod pp_ctl.c
56512            ! pp_hot.c proto.h sv.c sv.h t/op/eval.t toke.c
56513 ____________________________________________________________________________
56514 [ 18217] By: rgs                                   on 2002/11/29  12:11:28
56515         Log: Document the hint constants and where they're used.
56516      Branch: perl
56517            ! ext/re/re.pm lib/File/Basename.pm lib/charnames.pm
56518            ! lib/filetest.pm lib/open.pm lib/overload.pm lib/vmsish.pm
56519            ! perl.h
56520 ____________________________________________________________________________
56521 [ 18216] By: merijn                                on 2002/11/29  10:00:54
56522         Log: 64bit Peek failure on HP-UX 11.00
56523
56524              Subject: Re: Smoke 18188
56525              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
56526              From: Slaven Rezic <slaven.rezic@berlin.de>
56527              Date: 28 Nov 2002 19:25:25 +0100
56528              Message-ID: <877kexsga2.fsf@vran.herceg.de>
56529      Branch: perl
56530            ! ext/Devel/Peek/Peek.t
56531 ____________________________________________________________________________
56532 [ 18203] By: jhi                                   on 2002/11/28  14:54:34
56533         Log: Slight beauty tweak.
56534      Branch: perl
56535            ! intrpvar.h
56536 ____________________________________________________________________________
56537 [ 18188] By: hv                                    on 2002/11/27  01:32:52
56538         Log: Subject: Re: [perl #18203] Recursive call in PerlIO_find_layer
56539              From: Slaven Rezic <slaven.rezic@berlin.de>
56540              Date: 03 Nov 2002 10:59:43 +0100
56541              Message-ID: <877kfvnfcg.fsf@vran.herceg.de>
56542      Branch: perl
56543            ! embedvar.h intrpvar.h lib/open.t perlapi.h perlio.c
56544 ____________________________________________________________________________
56545 [ 18186] By: hv                                    on 2002/11/27  00:57:18
56546         Log: Subject: DESTROY called in scalar context ?
56547              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
56548              Date: Tue, 29 Oct 2002 22:04:23 +0100
56549              Message-Id: <20021029220423.6f8e6600.rgarciasuarez@free.fr>
56550      Branch: perl
56551            ! sv.c
56552 ____________________________________________________________________________
56553 [ 18185] By: rgs                                   on 2002/11/26  21:06:48
56554         Log: PerlFAQ sync.
56555      Branch: perl
56556            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
56557            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
56558            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
56559            ! pod/perlfaq9.pod
56560 ____________________________________________________________________________
56561 [ 18184] By: rgs                                   on 2002/11/26  20:42:25
56562         Log: Subject: [PATCH] 2 Pod errors in perlop.pod
56563              From: andreas.koenig@anima.de (Andreas J. Koenig)
56564              Date: Mon, 25 Nov 2002 10:21:08 +0100
56565              Message-ID: <m31y5admyj.fsf@k242.linux.bogus>
56566
56567              Plus a few similar POD fixes
56568      Branch: perl
56569            ! pod/perl570delta.pod pod/perl572delta.pod pod/perlop.pod
56570            ! pod/perltie.pod
56571 ____________________________________________________________________________
56572 [ 18183] By: rgs                                   on 2002/11/26  19:53:26
56573         Log: Subject: Re: [perl #18626] bug in perlipc man page
56574              From: Slaven Rezic <slaven.rezic@berlin.de>
56575              Date: 23 Nov 2002 21:23:20 +0100
56576              Message-ID: <87bs4gdohz.fsf@vran.herceg.de>
56577      Branch: perl
56578            ! pod/perlipc.pod
56579 ____________________________________________________________________________
56580 [ 18182] By: merijn                                on 2002/11/26  08:44:39
56581         Log: Subject: #17171: ld flag for shrplib on OpenBSD
56582              Date: Wed, 11 Sep 2002 13:44:12 -0600 (MDT)
56583              From: "Todd C. Miller" <Todd.Miller  at  courtesan.com>
56584      Branch: perl
56585            ! Configure
56586 ____________________________________________________________________________
56587 [ 18180] By: hv                                    on 2002/11/25  03:10:03
56588         Log: integrate #18144 updates to pod/perlport.pod
56589      Branch: perl
56590            ! pod/perlport.pod
56591 ____________________________________________________________________________
56592 [ 18179] By: hv                                    on 2002/11/25  03:06:44
56593         Log: Subject: [PATCH] UTF8 regexp {n} bug
56594              From: Inaba Hiroto <inaba@st.rim.or.jp>
56595              Date: Sat, 16 Nov 2002 19:23:00 +0900
56596              Message-ID: <3DD61C83.62FF9887@st.rim.or.jp>
56597      Branch: perl
56598            ! regcomp.c t/op/pat.t
56599 ____________________________________________________________________________
56600 [ 18178] By: hv                                    on 2002/11/25  02:43:40
56601         Log: Subject: Re: Storable bug #1698
56602              From: Slaven Rezic <slaven.rezic@berlin.de>
56603              Date: 18 Nov 2002 10:41:36 +0100
56604              Message-ID: <87ptt343lb.fsf@vran.herceg.de>
56605      Branch: perl
56606            ! ext/Storable/Storable.xs ext/Storable/t/blessed.t
56607            ! ext/Storable/t/forgive.t
56608 ____________________________________________________________________________
56609 [ 18177] By: hv                                    on 2002/11/25  02:37:07
56610         Log: add support for STASH and MAGIC information for REFs to sv_dump().
56611              Subject: [PATCH]
56612              From: Slaven Rezic <slaven.rezic@berlin.de>
56613              Date: Mon, 18 Nov 2002 11:09:51 +0100 (CET)
56614              Message-Id: <200211181009.gAIA9pFG034877@vran.herceg.de>
56615      Branch: perl
56616            ! dump.c ext/Devel/Peek/Peek.t
56617 ____________________________________________________________________________
56618 [ 18176] By: hv                                    on 2002/11/25  02:31:10
56619         Log: Subject: Re: [perl #18479] Error when no strict refs in effect
56620              From: Slaven Rezic <slaven.rezic@berlin.de>
56621              Date: 18 Nov 2002 22:50:04 +0100
56622              Message-ID: <87smxya6pf.fsf@vran.herceg.de>
56623      Branch: perl
56624            ! pp_ctl.c
56625 ____________________________________________________________________________
56626 [ 18175] By: hv                                    on 2002/11/25  02:20:48
56627         Log: Subject: [Encode] 1.83 + bleedperl patch released
56628              From: Dan Kogai <dankogai@dan.co.jp>
56629              Date: Tue, 19 Nov 2002 03:18:44 +0900
56630              Message-Id: <2C132F6D-FB22-11D6-87FC-0003939A104C@dan.co.jp>
56631      Branch: perl
56632            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
56633            ! ext/Encode/Encode.xs ext/Encode/MANIFEST ext/Encode/bin/enc2xs
56634            ! ext/Encode/lib/Encode/JP/JIS7.pm ext/Encode/t/rt.pl
56635            ! t/uni/tr_7jis.t t/uni/tr_sjis.t t/uni/tr_utf8.t
56636 ____________________________________________________________________________
56637 [ 18172] By: rgs                                   on 2002/11/22  21:44:09
56638         Log: Subject: [PATCH] Historic version labels
56639              From: andreas.koenig@anima.de (Andreas J. Koenig)
56640              Date: Fri, 22 Nov 2002 14:39:41 +0100
56641              Message-ID: <m3lm3loh9e.fsf@k242.linux.bogus>
56642      Branch: perl
56643            ! Changes5.005 Changes5.6
56644 ____________________________________________________________________________
56645 [ 18171] By: rgs                                   on 2002/11/22  21:15:54
56646         Log: A new test for $^S, based on a patch by Iain 'Spoon' Truskett.
56647              Fix the existing tests that didn't checked the difference
56648              between 0 and undef.
56649      Branch: perl
56650            ! t/op/magic.t
56651 ____________________________________________________________________________
56652 [ 18170] By: rgs                                   on 2002/11/22  20:49:12
56653         Log: Move some tests from t/run/fresh_perl.t
56654              to the new t/comp/parser.t. The goal being to
56655              get rid of fresh_perl.t at some point.
56656      Branch: perl
56657            ! t/comp/parser.t t/run/fresh_perl.t
56658 ____________________________________________________________________________
56659 [ 18169] By: rgs                                   on 2002/11/21  20:49:36
56660         Log: Add a test for bug #17920, and a new test file for it.
56661      Branch: perl
56662            + t/comp/parser.t
56663            ! MANIFEST
56664 ____________________________________________________________________________
56665 [ 18168] By: merijn                                on 2002/11/21  13:59:12
56666         Log: Subject: [PATCH] hires sleeping wants libs
56667              Date: Wed, 20 Nov 2002 17:18:31 +0200
56668              From: Jarkko Hietaniemi <jhi@iki.fi>
56669              Message-ID: <20021120151830.GC127060@lyta.hut.fi>
56670      Branch: perl
56671            ! Configure hints/irix_6.sh
56672 ____________________________________________________________________________
56673 [ 18166] By: rgs                                   on 2002/11/19  23:02:31
56674         Log: Fix perl bug #17920 : a case of parser coredump.
56675              The fix is to disable Perl_block_start and Perl_block_end
56676              when the yacc parser has encountered errors. This prevents
56677              corruption of the internal stack, at the expense of correctness,
56678              but this doesn't matter as the code is unparseable anyway.
56679      Branch: perl
56680            ! op.c
56681 ____________________________________________________________________________
56682 [ 18165] By: rgs                                   on 2002/11/19  22:45:36
56683         Log: Subject: Re: [PATCH] UTF-8 enabling via locale (was: Re: Redhat 8 issue?)
56684              From: Jarkko Hietaniemi <jhi@iki.fi>
56685              Date: Sun, 3 Nov 2002 17:50:08 +0200
56686              Message-ID: <20021103155008.GA382682@lyta.hut.fi>
56687      Branch: perl
56688            ! lib/open.pm locale.c pod/perl58delta.pod
56689 ____________________________________________________________________________
56690 [ 18164] By: rgs                                   on 2002/11/19  22:32:52
56691         Log: t/io/crlf.t failed with miniperl.
56692      Branch: perl
56693            ! t/io/crlf.t
56694 ____________________________________________________________________________
56695 [ 18163] By: rgs                                   on 2002/11/19  22:11:24
56696         Log: Subject: Re: [PATCH] AutoLoader gives wrong message
56697              From: Peter Scott <Peter@PSDT.com>
56698              Date: Thu, 07 Nov 2002 19:04:27 -0800
56699              Message-id: <4.3.2.7.2.20021107185902.00b93ec0@shell2.webquarry.com>
56700
56701              With a tweak to the END cleanup block to fully remove the
56702              temporary test directory
56703      Branch: perl
56704            ! lib/AutoLoader.t
56705 ____________________________________________________________________________
56706 [ 18162] By: rgs                                   on 2002/11/19  21:29:25
56707         Log: Subject: [PATCH ext/threads/threads.xs] trivial typo
56708              From: Dave Mitchell <davem@fdgroup.com>
56709              Date: Thu, 14 Nov 2002 22:55:39 +0000
56710              Message-ID: <20021114225539.A18614@fdgroup.com>
56711      Branch: perl
56712            ! ext/threads/threads.xs
56713 ____________________________________________________________________________
56714 [ 18161] By: rgs                                   on 2002/11/19  21:26:21
56715         Log: Subject: [PATCH Win32] Document wperl.exe
56716              From: "Brent Dax" <brentdax@cpan.org>
56717              Date: Fri, 15 Nov 2002 23:02:01 -0800
56718              Message-ID: <034e01c28d3e$0fed1680$6501a8c0@deepblue>
56719      Branch: perl
56720            ! README.win32
56721 ____________________________________________________________________________
56722 [ 18160] By: hv                                    on 2002/11/19  12:07:25
56723         Log: Subject: [PATCH] regen_headers outside Makefile (was Re: [PATCH] embed.pl doc)
56724              From: Nicholas Clark <nick@unfortu.net>
56725              Date: Tue, 29 Oct 2002 23:00:05 +0000
56726              Message-ID: <20021029230003.GF287@Bagpuss.unfortu.net>
56727      Branch: perl
56728            + regen.pl regen_headers.pl
56729            ! MANIFEST Makefile.SH autodoc.pl bytecode.pl embed.pl
56730            ! keywords.pl opcode.pl regcomp.pl
56731 ____________________________________________________________________________
56732 [ 18159] By: hv                                    on 2002/11/19  11:48:30
56733         Log: Subject: Re: [perl #18113] UNIVERSAL::AUTOLOAD doesn't work if the stash doesn't exist yet
56734              From: Gurusamy Sarathy <gsar@ActiveState.com>
56735              Date: Wed, 30 Oct 2002 20:58:15 -0800
56736              Message-Id: <200210310458.g9V4wFK00513@smtp3.ActiveState.com>
56737              Date: Wed, 30 Oct 2002 21:56:22 -0800
56738              Message-Id: <200210310556.g9V5uMK05748@smtp3.ActiveState.com>
56739              Date: Wed, 30 Oct 2002 22:55:30 -0800
56740              Message-Id: <200210310655.g9V6tUK10959@smtp3.ActiveState.com>
56741      Branch: perl
56742            ! gv.c pp_hot.c t/op/method.t
56743 ____________________________________________________________________________
56744 [ 18158] By: hv                                    on 2002/11/19  11:35:16
56745         Log: Remove duplicate my() declaration giving warnings from change #18105.
56746      Branch: perl
56747            ! lib/Class/Struct.t
56748 ____________________________________________________________________________
56749 [ 18154] By: rgs                                   on 2002/11/16  22:08:44
56750         Log: Correction to change #18152, by Dave Mitchell.
56751      Branch: perl
56752            ! pod/perlhack.pod
56753 ____________________________________________________________________________
56754 [ 18152] By: rgs                                   on 2002/11/16  21:23:15
56755         Log: Subject: Re: [PATCH] optional code for debugging leaking scalars
56756              From: Dave Mitchell <davem@fdgroup.com>
56757              Date: Sat, 16 Nov 2002 22:18:23 +0000
56758              Message-ID: <20021116221823.A23614@fdgroup.com>
56759              Documentation for change #18150.
56760      Branch: perl
56761            ! pod/perlhack.pod
56762 ____________________________________________________________________________
56763 [ 18151] By: rgs                                   on 2002/11/16  20:45:26
56764         Log: Document PRIVSHIFT.
56765              Subject: [PATCH] two small doc patches
56766              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
56767              Date: Thu, 14 Nov 2002 15:07:35 -0800
56768              Message-ID: <3yC19gzkguTO092yn@efn.org>
56769      Branch: perl
56770            ! sv.h
56771 ____________________________________________________________________________
56772 [ 18150] By: rgs                                   on 2002/11/16  20:25:57
56773         Log: Subject: [PATCH] optional code for debugging leaking scalars
56774              From: Dave Mitchell <davem@fdgroup.com>
56775              Date: Thu, 14 Nov 2002 23:03:00 +0000
56776              Message-ID: <20021114230300.B18614@fdgroup.com>
56777      Branch: perl
56778            ! perl.c sv.c
56779 ____________________________________________________________________________
56780 [ 18149] By: rgs                                   on 2002/11/16  20:10:50
56781         Log: New B::Lint option, bare-subs, that checks for implicitely
56782              quoted barewords that are also subroutines, from
56783              Ian Phillipps <ip@tarragon-et.co.uk>.
56784              Message-ID: <20021107122909.A11199@bob.tarragon-et.co.uk>
56785              With a few tweaks to the implementation and tests.
56786              (previous change was empty)
56787      Branch: perl
56788            ! ext/B/B/Lint.pm ext/B/t/lint.t
56789 ____________________________________________________________________________
56790 [ 18148] By: rgs                                   on 2002/11/16  20:05:34
56791         Log: New B::Lint option, bare-subs, that checks for implicitely
56792              quoted barewords that are also subroutines, from
56793              Ian Phillipps <ip@tarragon-et.co.uk>.
56794              Message-ID: <20021107122909.A11199@bob.tarragon-et.co.uk>
56795              With a few tweaks to the implementation and tests.
56796      Branch: perl
56797            ! ext/B/B/Lint.pm ext/B/t/lint.t
56798 ____________________________________________________________________________
56799 [ 18147] By: rgs                                   on 2002/11/16  19:52:54
56800         Log: Subject: [PATCH] Typo in perl58delta
56801              From: andreas.koenig@anima.de (Andreas J. Koenig)
56802              Date: Sat, 16 Nov 2002 16:29:14 +0100
56803              Message-ID: <m3u1ihjzxx.fsf@k242.linux.bogus>
56804      Branch: perl
56805            ! pod/perl58delta.pod
56806 ____________________________________________________________________________
56807 [ 18142] By: rgs                                   on 2002/11/12  22:09:39
56808         Log: Subject: [PATCH] Re: threads and Win2000 (Smoke 18064 FAIL(F) MSWin32 5.0 W2000Pro)
56809              From: Dave Mitchell <davem@fdgroup.com>
56810              Date: Thu, 7 Nov 2002 16:38:02 +0000
56811              Message-ID: <20021107163802.C25337@fdgroup.com>
56812      Branch: perl
56813            ! pad.h
56814 ____________________________________________________________________________
56815 [ 18141] By: merijn                                on 2002/11/12  16:15:30
56816         Log: repair 18139 (missing awk command)
56817      Branch: perl
56818            ! Configure
56819 ____________________________________________________________________________
56820 [ 18139] By: merijn                                on 2002/11/12  14:20:36
56821         Log: Date: Tue, 12 Nov 2002 16:49:22 +0200
56822              From: Jarkko Hietaniemi <jhi@iki.fi>
56823              Subject: [PATCH] Tru64 osvers
56824              Message-ID: <20021112144922.GI511825@lyta.hut.fi>
56825      Branch: perl
56826            ! Configure
56827 ____________________________________________________________________________
56828 [ 18137] By: rgs                                   on 2002/11/10  21:57:04
56829         Log: Subject: [PATCH] warning fix in SYNOPSIS example of Term::ReadLine pod
56830              From: Slaven Rezic <slaven.rezic@berlin.de>
56831              Date: Sat, 9 Nov 2002 22:31:31 +0100 (CET)
56832              Message-Id: <200211092131.gA9LVVAV007663@vran.herceg.de>
56833      Branch: perl
56834            ! lib/Term/ReadLine.pm
56835 ____________________________________________________________________________
56836 [ 18136] By: rgs                                   on 2002/11/10  21:38:44
56837         Log: Subject: t/run/runenv.t bug
56838              From: Salvador "Fandiño" <sfandino@yahoo.com>
56839              Date: Fri, 8 Nov 2002 08:07:13 -0800 (PST)
56840              Message-ID: <20021108160713.78109.qmail@web13409.mail.yahoo.com>
56841      Branch: perl
56842            ! t/run/runenv.t
56843 ____________________________________________________________________________
56844 [ 18135] By: rgs                                   on 2002/11/10  21:30:36
56845         Log: Subject: [PATCH] perlopentut and PerlIO documentation
56846              From: Slaven Rezic <slaven.rezic@berlin.de>
56847              Date: 08 Nov 2002 22:22:19 +0100
56848              Message-ID: <8765v7kb90.fsf@vran.herceg.de>
56849      Branch: perl
56850            ! lib/PerlIO.pm pod/perlopentut.pod
56851 ____________________________________________________________________________
56852 [ 18125] By: hv                                    on 2002/11/07  14:01:57
56853         Log: Subject: Re: The Inaba patch for tr/// vs. use encoding
56854              From: Dan Kogai <dankogai@dan.co.jp>
56855              Date: Fri, 25 Oct 2002 13:04:00 +0900
56856              Message-Id: <CAC896FE-E7CE-11D6-9228-0003939A104C@dan.co.jp>
56857      Branch: perl
56858            + t/uni/tr_7jis.t t/uni/tr_eucjp.t t/uni/tr_sjis.t
56859            + t/uni/tr_utf8.t
56860            ! MANIFEST
56861 ____________________________________________________________________________
56862 [ 18124] By: hv                                    on 2002/11/07  13:51:39
56863         Log: Subject: [PATCH] File::Temp documentation fix
56864              From: Slaven Rezic <slaven.rezic@berlin.de>
56865              Date: Thu, 24 Oct 2002 19:04:20 +0200 (CEST)
56866              Message-Id: <200210241704.g9OH4KlR030883@vran.herceg.de>
56867      Branch: perl
56868            ! lib/File/Temp.pm
56869 ____________________________________________________________________________
56870 [ 18123] By: hv                                    on 2002/11/07  13:46:59
56871         Log: Subject: PATCH x2p/find2perl.PL
56872              From: "Newton, Philip" <Philip.Newton@datenrevision.de>
56873              Date: Thu, 24 Oct 2002 10:05:19 +0200
56874              Message-ID: <C9A98F2128EDD411B0920008C7B337A13DCF41@hamsem01.de.gedas.vwg>
56875      Branch: perl
56876            ! x2p/find2perl.PL
56877 ____________________________________________________________________________
56878 [ 18122] By: hv                                    on 2002/11/07  13:40:25
56879         Log: Subject: [perl #18065] LFS related bug in perl-5.8.0 testsuite
56880              From: "david@dhaller.de (via RT)" <perlbug@perl.org>
56881              Date: 23 Oct 2002 18:42:51 -0000
56882              Message-Id: <rt-18065-40384.14.044473925414@bugs6.perl.org>
56883      Branch: perl
56884            ! ext/Fcntl/t/syslfs.t t/op/lfs.t
56885 ____________________________________________________________________________
56886 [ 18121] By: hv                                    on 2002/11/07  13:21:15
56887         Log: Subject: Re: [perl #18038] DESTROY change in 5.8.0?
56888              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
56889              Date: Sun, 03 Nov 2002 15:48:18 -0800
56890              Message-ID: <CXbx9gzkgS8W092yn@efn.org>
56891      Branch: perl
56892            ! sv.c t/op/tie.t
56893 ____________________________________________________________________________
56894 [ 18120] By: hv                                    on 2002/11/07  13:14:21
56895         Log: Subject: Re: Is this true that Perl 5.8 uses :crlf as default DISCIPLINE on so ckets?
56896              From: Gurusamy Sarathy <gsar@ActiveState.com>
56897              Date: Sat, 19 Oct 2002 12:11:43 -0700
56898              Message-Id: <200210191911.g9JJBhK02618@smtp3.ActiveState.com>
56899      Branch: perl
56900            ! doio.c ext/DB_File/t/db-recno.t perl.h pp_sys.c win32/win32.h
56901 ____________________________________________________________________________
56902 [ 18119] By: hv                                    on 2002/11/07  12:13:28
56903         Log: Subject: [perl #18154] Problem found in calculating offsets in regex
56904              From: Mark Pease (via RT) <perlbug@perl.org>
56905              Date: 29 Oct 2002 20:23:54 -0000
56906              Message-Id: <rt-18154-40762.0.46361502706489@bugs6.perl.org>
56907      Branch: perl
56908            ! regcomp.c
56909 ____________________________________________________________________________
56910 [ 18118] By: hv                                    on 2002/11/07  11:33:38
56911         Log: Subject: Re: [perl #17605] strange behaviour (difference between perl 5.6 and perl 5.8.0) in the regexp
56912              From: hv@crypt.org
56913              Date: Sun, 03 Nov 2002 16:41:24 +0000
56914              Message-Id: <200211031641.gA3GfOm08609@crypt.compulink.co.uk>
56915      Branch: perl
56916            ! ext/B/B/Concise.pm op.c pp_hot.c t/op/closure.t
56917            ! t/op/sub_lval.t
56918 ____________________________________________________________________________
56919 [ 18117] By: rgs                                   on 2002/11/06  22:15:36
56920         Log: "make distclean" should remove the generated file lib/Config.pod.
56921      Branch: perl
56922            ! Makefile.SH
56923 ____________________________________________________________________________
56924 [ 18116] By: rgs                                   on 2002/11/06  22:11:06
56925         Log: The new test introduced in #18114 failed with threads
56926      Branch: perl
56927            ! ext/B/t/concise.t
56928 ____________________________________________________________________________
56929 [ 18115] By: rgs                                   on 2002/11/06  20:43:14
56930         Log: Subject: Re: [perl #18048] read \*FH, ... returns undef but doesn' t set $! if \*FH not open
56931              From: Slaven Rezic <slaven.rezic@berlin.de>
56932              Date: 24 Oct 2002 00:44:35 +0200
56933              Message-ID: <87vg3sixm4.fsf@vran.herceg.de>
56934      Branch: perl
56935            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c t/io/binmode.t
56936            ! t/io/print.t t/io/read.t t/lib/warnings/pp_sys
56937 ____________________________________________________________________________
56938 [ 18114] By: rgs                                   on 2002/11/06  20:08:53
56939         Log: Subject: Re: [PATCH] [perl #18175] B::Concise,-exec doesn't handle // operator well
56940              From: Stephen McCamant <smcc@mit.edu>
56941              Date: Thu, 31 Oct 2002 01:35:29 -0500
56942              Message-ID: <15808.53041.181907.308803@syllepsis.MIT.EDU>
56943
56944              plus a test case in ext/B/t/concise.t
56945              plus a (less intrusive, but less future-proof) fix for a
56946              similar problem in B::walkoptree_exec().
56947      Branch: perl
56948            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/t/concise.t
56949 ____________________________________________________________________________
56950 [ 18113] By: rgs                                   on 2002/11/05  20:11:55
56951         Log: make regen_headers.
56952              Backport change #18078 to warnings.pl.
56953      Branch: perl
56954            ! global.sym perlapi.c perlapi.h proto.h warnings.pl
56955 ____________________________________________________________________________
56956 [ 18109] By: ams                                   on 2002/11/05  13:03:34
56957         Log: Subject: Re: [perl #18107] lc(), uc() and ucfirst() broken inside utf8 regex
56958              From: hv@crypt.org
56959              Date: Tue, 05 Nov 2002 13:30:00 +0000
56960              Message-Id: <200211051330.gA5DU0p00718@crypt.compulink.co.uk>
56961
56962              This is half of the fix for #18107. The swash_init() problems
56963              described in <20021105143646.M18101@lustre.dyn.wiw.org> remain,
56964              but can now be seen only with UTF-8 test cases.
56965      Branch: perl
56966            ! pp.c
56967 ____________________________________________________________________________
56968 [ 18108] By: merijn                                on 2002/11/05  07:52:08
56969         Log: Put back the DO NOT EDIT headers in proto.h and global.sym
56970
56971              Subject: Re: [perl #18066] Bug in -I when path has double colons?
56972              From: Slaven Rezic <slaven.rezic@berlin.de>
56973              Date: 03 Nov 2002 10:25:10 +0100
56974              Message-ID: <87adkrngy1.fsf@vran.herceg.de>
56975      Branch: perl
56976            ! embed.pl
56977 ____________________________________________________________________________
56978 [ 18107] By: ams                                   on 2002/11/05  03:43:46
56979         Log: 1. Update pp_ucfirst to enter the UTF-8 branch only if the first
56980              character is UTF-8. (Copied from pp_lcfirst.)
56981              2. sv_dump() should display FLAGS=...,UTF8 for both POK and pPOK.
56982      Branch: perl
56983            ! dump.c pp.c
56984 ____________________________________________________________________________
56985 [ 18106] By: hv                                    on 2002/11/05  01:43:27
56986         Log: new test based on:
56987              Subject: [TEST] for [PATCH] bug in utf8.c(?)
56988              From: Marty Pauley <marty+p5p@kasei.com>
56989              Date: Fri, 18 Oct 2002 21:02:38 +0100
56990              Message-ID: <20021018200238.GY3764@soto.kasei.com>
56991      Branch: perl
56992            ! lib/utf8.t
56993 ____________________________________________________________________________
56994 [ 18105] By: hv                                    on 2002/11/05  00:59:30
56995         Log: Subject: Re: Class::Struct, simple patch, tests
56996              From: Marty Pauley <marty+p5p@kasei.com>
56997              Date: Fri, 18 Oct 2002 22:26:38 +0100
56998              Message-ID: <20021018212638.GB3764@soto.kasei.com>
56999      Branch: perl
57000            ! lib/Class/Struct.pm lib/Class/Struct.t
57001 ____________________________________________________________________________
57002 [ 18102] By: rgs                                   on 2002/11/04  21:43:53
57003         Log: Subject: Re: [perl #18066] Bug in -I when path has double colons?
57004              From: Slaven Rezic <slaven.rezic@berlin.de>
57005              Date: 30 Oct 2002 11:18:47 +0100
57006              Message-ID: <87of9c2prs.fsf@vran.herceg.de>
57007
57008              With the corresponding change to embed.fnc
57009      Branch: perl
57010            + t/run/switchI.t
57011            ! MANIFEST embed.fnc embed.h embedvar.h global.sym perl.c
57012            ! proto.h t/run/runenv.t
57013 ____________________________________________________________________________
57014 [ 18094] By: merijn                                on 2002/11/04  16:08:22
57015         Log: Changed the warning detection pattern because of:
57016
57017              Subject: ccache gcc3.2 doesn't work
57018              From: Nicholas Clark <nick@ccl4.org>
57019              Date: Tue, 29 Oct 2002 15:01:39
57020              Message-ID: <20021029150139.J82080@plum.flirble.org>
57021      Branch: perl
57022            ! Configure
57023 ____________________________________________________________________________
57024 [ 18093] By: jhi                                   on 2002/11/04  16:06:39
57025         Log: s/Perlf/Perl/ (thanks rgs)
57026      Branch: perl
57027            ! pod/perldiag.pod
57028 ____________________________________________________________________________
57029 [ 18091] By: jhi                                   on 2002/11/04  15:50:07
57030         Log: How pre-5.9.0 Perl can be fooled by a defined-or.
57031      Branch: perl
57032            ! pod/perldiag.pod
57033 ____________________________________________________________________________
57034 [ 18090] By: hv                                    on 2002/11/04  15:49:29
57035         Log: extend #13786 to cover the other four identical chunks of code
57036              to avoid looping under overload.
57037      Branch: perl
57038            ! sv.c
57039 ____________________________________________________________________________
57040 [ 18088] By: merijn                                on 2002/11/04  15:37:06
57041         Log: Charnames take 4
57042              Mon, 04 Nov 2002; H.Merijn Brand <h.m.brand@hccnet.nl>
57043      Branch: perl
57044            ! lib/charnames.pm lib/charnames.t
57045 ____________________________________________________________________________
57046 [ 18086] By: hv                                    on 2002/11/04  15:16:34
57047         Log: integrate from perlio: changes #17709, #17795, #17796, #18032
57048      Branch: perl
57049           !> Porting/apply ext/PerlIO/t/encoding.t ext/PerlIO/t/via.t
57050           !> ext/PerlIO/via/via.xs perlio.c t/io/crlf.t
57051 ____________________________________________________________________________
57052 [ 18085] By: hv                                    on 2002/11/04  12:17:12
57053         Log: Subject: Re: [perl #17064] illegal legal unicode character
57054              From: hv@crypt.org
57055              Date: Mon, 04 Nov 2002 13:23:49 +0000
57056              Message-Id: <200211041323.gA4DNn313132@crypt.compulink.co.uk>
57057      Branch: perl
57058            ! regexec.c t/op/split.t
57059 ____________________________________________________________________________
57060 [ 18084] By: merijn                                on 2002/11/04  11:04:45
57061         Log: Tru64, gcc -O3, datasize
57062              Sun, 3 Nov 2002; Jarkko Hietaniemi <jhi@iki.fi>
57063      Branch: perl
57064            ! README.tru64 hints/dec_osf.sh
57065 ____________________________________________________________________________
57066 [ 18083] By: merijn                                on 2002/11/04  10:58:52
57067         Log: Typo configpm
57068              Mon, 4 Nov 2002; Rafael Garcia-Suarez <rgarciasuarez@free.fr>
57069      Branch: perl
57070            ! configpm
57071 ____________________________________________________________________________
57072 [ 18078] By: hv                                    on 2002/11/03  13:20:50
57073         Log: avoid reliance on croak() prototype
57074      Branch: perl
57075            ! lib/warnings.pm
57076 ____________________________________________________________________________
57077 [ 18077] By: hv                                    on 2002/11/03  13:18:17
57078         Log: Subject: [PATCH lib/Config.*] Document and test Config::config_re().
57079              (with tweaks)
57080              From: Michael G Schwern <schwern@pobox.com>
57081              Date: Wed, 4 Sep 2002 12:06:08 -0700
57082              Message-ID: <20020904190607.GG8367@ool-18b93024.dyn.optonline.net>
57083      Branch: perl
57084            ! configpm lib/Config.t
57085 ____________________________________________________________________________
57086 [ 18076] By: gbarr                                 on 2002/11/03  10:11:18
57087         Log: Update to Scalar-List-Utils 1.08
57088      Branch: perl
57089            + ext/List/Util/t/isvstring.t ext/List/Util/t/refaddr.t
57090            ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/README
57091            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
57092            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/first.t
57093            ! ext/List/Util/t/reduce.t
57094 ____________________________________________________________________________
57095 [ 18075] By: rgs                                   on 2002/10/31  20:58:12
57096         Log: Adjust the number of tests in t/op/range.t
57097      Branch: perl
57098            ! t/op/range.t
57099 ____________________________________________________________________________
57100 [ 18074] By: ams                                   on 2002/10/30  22:30:32
57101         Log: Subject: Re: [perl #18114] [no subject] BUG: "-4\n".."0\n" is not DWIM
57102              but "-4\n".."-0\n" is!
57103              From: Slaven Rezic <slaven.rezic@berlin.de>
57104              Date: 30 Oct 2002 16:22:36 +0100
57105              Message-Id: <87n0ow0x4z.fsf@vran.herceg.de>
57106
57107              Subject: RE: [perl #18114] [no subject] [TEST PATCH]BUG: "-4\n".."0\n"
57108              is not DWIM but "-4\n".."-0\n" is!
57109              From: "Orton, Yves" <yves.orton@mciworldcom.de>
57110              Date: Wed, 30 Oct 2002 11:59:31 -0000
57111              Message-Id: <71B318898201D311845C0008C75DAD1C07B78BF7@defra1ex2>
57112
57113              (Applied over previous fix.)
57114      Branch: perl
57115            ! pp_ctl.c t/op/range.t
57116 ____________________________________________________________________________
57117 [ 18073] By: ams                                   on 2002/10/30  19:47:12
57118         Log: Subject: [perl #18165] "0" fails as right-hand argument to ..
57119              From: Mark-Jason Dominus (via RT) <perlbug@perl.org>
57120              Date: 30 Oct 2002 17:27:53 -0000
57121              Message-Id: <rt-18165-40816.6.86096008382222@bugs6.perl.org>
57122
57123              (Fixed by making an exception for .."0" in pp_flop.)
57124      Branch: perl
57125            ! pp_ctl.c t/op/range.t
57126 ____________________________________________________________________________
57127 [ 18072] By: rgs                                   on 2002/10/29  20:37:31
57128         Log: Partial fix of bug [perl #17589] : prevent the parser to
57129              segfault when encountering the erroneous construct "sub;".
57130      Branch: perl
57131            ! pod/perldiag.pod t/op/anonsub.t toke.c
57132 ____________________________________________________________________________
57133 [ 18071] By: rgs                                   on 2002/10/28  21:57:25
57134         Log: Subject: RE: [PATCH] Warning on pararameterless 'use IO' and doc update
57135              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
57136              Date: Mon, 28 Oct 2002 12:53:52 -0000
57137              Message-ID: <AIEAJICLCBDNAAOLLOKLAEOEFLAA.Paul.Marquess@btinternet.com>
57138      Branch: perl
57139            ! ext/IO/IO.pm ext/IO/lib/IO/t/IO.t
57140 ____________________________________________________________________________
57141 [ 18070] By: rgs                                   on 2002/10/28  20:46:33
57142         Log: Subject: [PATCH] Re: Not OK: perl v5.9.0 +DEVEL17881 on i386-freebsd 4.6-release (UNINSTALLED)
57143              From: Nicholas Clark <nick@unfortu.net>
57144              Date: Sun, 27 Oct 2002 18:39:03 +0000
57145              Message-ID: <20021027183902.GJ292@Bagpuss.unfortu.net>
57146      Branch: perl
57147            ! util.c
57148 ____________________________________________________________________________
57149 [ 18069] By: rgs                                   on 2002/10/28  20:44:12
57150         Log: Subject: [PATCH] Re: [PATCH] Re: [perl #17772] pack "w" /* this cannot happen ;-) */ is fallacious
57151              From: Nicholas Clark <nick@unfortu.net>
57152              Date: Sun, 27 Oct 2002 22:31:08 +0000
57153              Message-ID: <20021027223108.GK292@Bagpuss.unfortu.net>
57154      Branch: perl
57155            ! t/op/pack.t
57156 ____________________________________________________________________________
57157 [ 18068] By: merijn                                on 2002/10/27  17:57:15
57158         Log: Repair broken previous patch. I don't like it, but not repairing it
57159              breaks each and every build. Will teach me to test on the same
57160              machine where I patched it. Sorry.
57161      Branch: perl
57162            ! embed.pl
57163 ____________________________________________________________________________
57164 [ 18067] By: merijn                                on 2002/10/27  06:02:21
57165         Log: embed.pl doc. (embed.pl reorganization for doc headers)
57166              Wed, 23 Oct 2002; Jarkko Hietaniemi <jhi@iki.fi>
57167              With some additional modifications
57168      Branch: perl
57169            ! embed.pl
57170 ____________________________________________________________________________
57171 [ 18064] By: merijn                                on 2002/10/25  11:47:07
57172         Log: The 5005thread todo list; 2 down 25 to go
57173      Branch: perl
57174            ! README.irix README.tru64
57175 ____________________________________________________________________________
57176 [ 18063] By: hv                                    on 2002/10/25  00:28:48
57177         Log: change #18038 gives too many problems on t/450_service.t; disable
57178              it for now
57179      Branch: perl
57180            ! lib/Net/Ping/t/450_service.t
57181 ____________________________________________________________________________
57182 [ 18062] By: hv                                    on 2002/10/25  00:21:17
57183         Log: Subject: [PATCH] DB_File 1.806
57184              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
57185              Date: Tue, 22 Oct 2002 11:16:21 +0100
57186              Message-ID: <AIEAJICLCBDNAAOLLOKLCEDMFLAA.Paul.Marquess@btinternet.com>
57187      Branch: perl
57188            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
57189            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
57190            ! ext/DB_File/t/db-hash.t ext/DB_File/t/db-recno.t
57191 ____________________________________________________________________________
57192 [ 18061] By: hv                                    on 2002/10/25  00:13:07
57193         Log: Subject: [PATCH lib/IO.t] Add tests for IO.pm
57194              From: chromatic <chromatic@wgz.org>
57195              Date: Mon, 21 Oct 2002 20:27:43 -0700
57196              Message-ID: <20021022033253.57952.qmail@onion.perl.org>
57197      Branch: perl
57198            + ext/IO/lib/IO/t/IO.t
57199            ! MANIFEST lib/Net/Ping/t/450_service.t
57200 ____________________________________________________________________________
57201 [ 18060] By: hv                                    on 2002/10/24  23:54:50
57202         Log: 2 lines of change #18039 had several problems
57203      Branch: perl
57204            ! ext/IO/IO.pm
57205 ____________________________________________________________________________
57206 [ 18059] By: hv                                    on 2002/10/24  23:46:29
57207         Log: Subject: [perl #18036] perldoc refuses to run on BeOS
57208              From: "mauzo@csv.warwick.ac.uk (via RT)" <perlbug@perl.org>
57209              Date: 21 Oct 2002 10:18:50 -0000
57210              Message-Id: <rt-18036-40246.15.4017814246886@bugs6.perl.org>
57211      Branch: perl
57212            ! utils/perldoc.PL
57213 ____________________________________________________________________________
57214 [ 18058] By: hv                                    on 2002/10/24  23:36:48
57215         Log: Subject: The Inaba patch for tr/// vs. use encoding
57216              From: Dan Kogai <dankogai@dan.co.jp>
57217              Date: Mon, 21 Oct 2002 17:36:02 +0900
57218              Message-Id: <218B4434-E4D0-11D6-A668-0003939A104C@dan.co.jp>
57219      Branch: perl
57220            ! mg.c regcomp.c sv.c toke.c
57221 ____________________________________________________________________________
57222 [ 18057] By: hv                                    on 2002/10/24  23:16:15
57223         Log: Subject: [Encode] 1.80 released
57224              From: Dan Kogai <dankogai@dan.co.jp>
57225              Date: Tue, 22 Oct 2002 05:47:16 +0900
57226              Message-Id: <48F1B85D-E536-11D6-A87D-0003939A104C@dan.co.jp>
57227      Branch: perl
57228            + ext/Encode/bin/ucmsort ext/Encode/t/rt.pl
57229            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Changes
57230            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
57231            ! ext/Encode/lib/Encode/MIME/Header.pm
57232            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/CJKT.t
57233            ! ext/Encode/t/jperl.t ext/Encode/t/mime-header.t
57234            ! ext/Encode/ucm/cp932.ucm ext/Encode/ucm/cp936.ucm
57235            ! ext/Encode/ucm/cp949.ucm ext/Encode/ucm/cp950.ucm
57236 ____________________________________________________________________________
57237 [ 18056] By: hv                                    on 2002/10/24  22:48:06
57238         Log: Subject: [PATCH] B/C.pm: make $0 to argv[0] again
57239              From: Autrijus Tang <autrijus@autrijus.org>
57240              Date: Sat, 19 Oct 2002 17:51:57 +0800
57241              Message-ID: <20021019095157.GA430@not.autrijus.org>
57242      Branch: perl
57243            ! ext/B/B/C.pm
57244 ____________________________________________________________________________
57245 [ 18055] By: hv                                    on 2002/10/24  22:34:10
57246         Log: Reverse change #8066 and sense of test, to satisfy [perl #17763]
57247      Branch: perl
57248            ! pp_sys.c t/run/fresh_perl.t
57249 ____________________________________________________________________________
57250 [ 18054] By: hv                                    on 2002/10/24  22:17:40
57251         Log: change #18030 needs the removal of ext/Thread/thr5005.t
57252      Branch: perl
57253            - ext/Thread/thr5005.t
57254 ____________________________________________________________________________
57255 [ 18053] By: merijn                                on 2002/10/24  08:20:09
57256         Log: charnames pragma extended with :alias for customized
57257              unicode naming aliases
57258              Mon, 21 Oct 2002; "H.Merijn Brand" <h.m.brand@hccnet.nl>
57259      Branch: perl
57260            ! lib/charnames.pm lib/charnames.t
57261 ____________________________________________________________________________
57262 [ 18052] By: rgs                                   on 2002/10/23  19:16:50
57263         Log: Further tweaks to perlmodlib.pod.
57264              Add a note about perllocal.pod, which wasn't documented.
57265      Branch: perl
57266            ! pod/perlmodlib.PL pod/perlmodlib.pod
57267 ____________________________________________________________________________
57268 [ 18051] By: rgs                                   on 2002/10/23  18:56:08
57269         Log: Further tweaks to perluniintro.pod
57270      Branch: perl
57271            ! pod/perluniintro.pod
57272 ____________________________________________________________________________
57273 [ 18050] By: rgs                                   on 2002/10/22  19:11:12
57274         Log: perlmodlib.pod nit suggested by David Dyck (bug #18055)
57275              Regenerate perlmodlib.pod
57276      Branch: perl
57277            ! pod/perlmodlib.PL pod/perlmodlib.pod
57278 ____________________________________________________________________________
57279 [ 18049] By: rgs                                   on 2002/10/22  18:48:00
57280         Log: Subject: [PATCH] perluniintro
57281              From: Jarkko Hietaniemi <jhi@iki.fi>
57282              Date: Sun, 20 Oct 2002 15:48:09 +0300
57283              Message-ID: <20021020124809.GE444369@lyta.hut.fi>
57284      Branch: perl
57285            ! pod/perluniintro.pod
57286 ____________________________________________________________________________
57287 [ 18048] By: hv                                    on 2002/10/22  17:04:26
57288         Log: Subject: [PATCH] PL_curpad == AvARRAY(PL_comppad) always
57289              From: Dave Mitchell <davem@fdgroup.com>
57290              Date: Fri, 18 Oct 2002 13:36:40 +0100
57291              Message-ID: <20021018133640.A19172@fdgroup.com>
57292      Branch: perl
57293            ! cop.h embed.fnc ext/List/Util/Util.xs global.sym op.c pad.c
57294            ! pad.h perl.c perlapi.h pod/perlintern.pod pp_ctl.c proto.h
57295            ! regcomp.c regexec.c scope.c scope.h sv.c t/op/closure.t
57296 ____________________________________________________________________________
57297 [ 18047] By: hv                                    on 2002/10/22  16:20:18
57298         Log: Subject: [PATCH] AutoLoader gives wrong message
57299              From: Peter Scott <peter@psdt.com>
57300              Date: Thu, 17 Oct 2002 19:54:56 -0700
57301              Message-id: <4.3.2.7.2.20021017192450.00b3dce0@shell2.webquarry.com>
57302      Branch: perl
57303            ! lib/AutoLoader.pm
57304 ____________________________________________________________________________
57305 [ 18046] By: hv                                    on 2002/10/22  15:52:40
57306         Log: Subject: Re: Smoke 18027 FAIL(F) MSWin32 5.0 Win2000Pro (MSWin32-x86)
57307              From: Alain Barbet <alian@alianwebserver.com>
57308              Date: Fri, 18 Oct 2002 15:29:29 +0200
57309              Message-ID: <3DB00CB9.70708@alianwebserver.com>
57310      Branch: perl
57311            ! README.win32 win32/makefile.mk win32/win32.c
57312 ____________________________________________________________________________
57313 [ 18045] By: hv                                    on 2002/10/22  15:47:21
57314         Log: improve 'atomicity' wording
57315      Branch: perl
57316            ! lib/filetest.pm
57317 ____________________________________________________________________________
57318 [ 18044] By: hv                                    on 2002/10/22  15:43:55
57319         Log: Subject: [PATCH] Shell.pm object methods broken
57320              From: Dan Brook <dbrook@easyspace.com>
57321              Date: Thu, 17 Oct 2002 16:05:04 +0100
57322              Message-Id: <20021017160504.63926a1b.dbrook@easyspace.com>
57323      Branch: perl
57324            ! lib/Shell.pm lib/Shell.t
57325 ____________________________________________________________________________
57326 [ 18042] By: hv                                    on 2002/10/21  09:20:54
57327         Log: Subject: Re: [perl #16184] Unexpected warning when using C<< open FH => >>
57328              From: hv@crypt.org
57329              Date: Mon, 21 Oct 2002 11:27:40 +0100
57330              Message-Id: <200210211027.g9LARef05722@crypt.compulink.co.uk>
57331      Branch: perl
57332            ! t/lib/warnings/toke toke.c
57333 ____________________________________________________________________________
57334 [ 18041] By: hv                                    on 2002/10/21  01:14:48
57335         Log: Subject: Re: [perl #18019] regex overoptimization
57336              From: hv@crypt.org
57337              Date: Mon, 21 Oct 2002 03:21:54 +0100
57338              Message-Id: <200210210221.g9L2LsU32598@crypt.compulink.co.uk>
57339      Branch: perl
57340            ! regcomp.c t/op/re_tests
57341 ____________________________________________________________________________
57342 [ 18039] By: hv                                    on 2002/10/20  14:33:16
57343         Log: Subject: Re: [PATCH] Warning on pararameterless 'use IO' and doc update
57344              From: =?iso-8859-1?Q?St=E9phane?= Payrard <s.payrard@wanadoo.fr>
57345              Date: Tue, 15 Oct 2002 02:17:03 +0200
57346              Message-ID: <20021015001703.GG7914@stefp.dyndns.org>
57347      Branch: perl
57348            ! ext/IO/IO.pm
57349 ____________________________________________________________________________
57350 [ 18038] By: hv                                    on 2002/10/20  14:23:06
57351         Log: Update to Net::Ping v2.23
57352      Branch: perl
57353            + lib/Net/Ping/t/150_syn_inst.t lib/Net/Ping/t/400_ping_syn.t
57354            + lib/Net/Ping/t/450_service.t
57355            ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/t/110_icmp_inst.t
57356            ! lib/Net/Ping/t/200_ping_tcp.t
57357 ____________________________________________________________________________
57358 [ 18037] By: hv                                    on 2002/10/20  13:57:06
57359         Log: Subject: [PATCH] t/op/pack.t: Tru64 5.1A gcc 3.2.1 no inf
57360              From: Jarkko Hietaniemi <jhi@iki.fi>
57361              Date: Mon, 14 Oct 2002 14:49:54 +0300
57362              Message-ID: <20021014114954.GB80937@lyta.hut.fi>
57363      Branch: perl
57364            ! t/op/pack.t
57365 ____________________________________________________________________________
57366 [ 18036] By: hv                                    on 2002/10/20  13:43:56
57367         Log: Subject: Re: [perl #17892] Perl's mkdir() doesn't remove trailing slashes
57368              From: Slaven Rezic <slaven.rezic@berlin.de>
57369              Date: 14 Oct 2002 09:37:18 +0200
57370              Message-ID: <8765w5wjwx.fsf@vran.herceg.de>
57371      Branch: perl
57372            ! pp_sys.c t/op/mkdir.t
57373 ____________________________________________________________________________
57374 [ 18035] By: hv                                    on 2002/10/20  13:39:09
57375         Log: Subject: Re: [perl #17951] Strange UTF error
57376              From: Jarkko Hietaniemi <jhi@iki.fi>
57377              Date: Wed, 16 Oct 2002 18:50:51 +0300
57378              Message-ID: <20021016155051.GB268437@lyta.hut.fi>
57379      Branch: perl
57380            ! lib/utf8_heavy.pl t/run/fresh_perl.t
57381 ____________________________________________________________________________
57382 [ 18034] By: hv                                    on 2002/10/20  13:23:16
57383         Log: Update to Time::HiRes v1.38
57384      Branch: perl
57385            + ext/Time/HiRes/typemap
57386            ! MANIFEST ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
57387            ! ext/Time/HiRes/HiRes.t ext/Time/HiRes/HiRes.xs
57388            ! ext/Time/HiRes/Makefile.PL
57389 ____________________________________________________________________________
57390 [ 18033] By: hv                                    on 2002/10/20  13:12:25
57391         Log: Upgrade to Test.pm v1.23
57392      Branch: perl
57393            ! lib/Test.pm
57394 ____________________________________________________________________________
57395 [ 18030] By: merijn                                on 2002/10/19  14:10:21
57396         Log: Happy chainsaw stories; The removal of the 5005 threads
57397              Still imcomplete. Configure will follow
57398      Branch: perl
57399            ! MANIFEST NetWare/Makefile NetWare/config.wc
57400            ! NetWare/config_H.wc NetWare/nw5thread.c NetWare/nw5thread.h
57401            ! Porting/Glossary Porting/config.sh Porting/config_H
57402            ! config_h.SH cop.h cv.h deb.c dosish.h dump.c embed.fnc embed.h
57403            ! embed.pl embedvar.h epoc/config.sh ext/B/B.xs ext/B/B/C.pm
57404            ! ext/B/ramblings/runtime.porting ext/B/t/lint.t
57405            ! ext/DynaLoader/dl_aix.xs ext/Thread/README.threads
57406            ! ext/Thread/Thread.xs ext/Thread/thr5005.t gv.c hints/darwin.sh
57407            ! installperl intrpvar.h makedef.pl mg.c miniperlmain.c
57408            ! myconfig.SH op.c os2/os2.c os2/os2ish.h pad.c perl.c perl.h
57409            ! perlvars.h pod/perltoc.pod pp.c pp.h pp_ctl.c pp_hot.c
57410            ! pp_sort.c proto.h scope.c sv.c sv.h thrdvar.h thread.h toke.c
57411            ! uconfig.h uconfig.sh util.c vms/vms.c win32/Makefile
57412            ! win32/config.bc win32/config.gc win32/config.vc
57413            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
57414            ! win32/config_H.vc win32/config_H.vc64 win32/config_sh.PL
57415            ! win32/makefile.mk win32/perllib.c win32/win32.c win32/win32.h
57416            ! win32/win32sck.c win32/win32thread.c win32/win32thread.h
57417            ! wince/Makefile.ce wince/config.ce wince/config_H.ce
57418            ! wince/config_sh.PL wince/win32.h wince/win32thread.c
57419            ! wince/win32thread.h wince/wincesck.c
57420 ____________________________________________________________________________
57421 [ 18029] By: merijn                                on 2002/10/18  07:28:21
57422         Log: minor tweaks in Porting/pumpkin.pod
57423              Fri, 18 Oct 2002; Philip Newton <Philip.Newton@gmx.net>
57424      Branch: perl
57425            ! Porting/pumpkin.pod
57426 ____________________________________________________________________________
57427 [ 18028] By: rgs                                   on 2002/10/17  20:33:32
57428         Log: Subject: [PATCH t/run/switches.t] Re: Smoke 18027 FAIL(F) MSWin32 5.0 Win2000Pro (MSWin32-x86)
57429              From: Abe Timmerman <abe@ztreet.demon.nl>
57430              Date: Thu, 17 Oct 2002 23:38:34 +0200
57431              Message-Id: <200210172338.34728.abe@ztreet.demon.nl>
57432      Branch: perl
57433            ! t/run/switches.t
57434 ____________________________________________________________________________
57435 [ 18027] By: hv                                    on 2002/10/17  14:39:27
57436         Log: Subject: Re: versions too accurate
57437              From: John Peacock <jpeacock@rowman.com>
57438              Date: Mon, 14 Oct 2002 22:36:48 -0400
57439              Message-ID: <3DAB7F40.1050200@rowman.com>
57440      Branch: perl
57441            ! lib/version.pm util.c
57442 ____________________________________________________________________________
57443 [ 18026] By: hv                                    on 2002/10/17  14:29:41
57444         Log: Subject: Re: [PATCH] Version object combined patch
57445              From: John Peacock <jpeacock@rowman.com>
57446              Date: Thu, 10 Oct 2002 21:23:01 -0400
57447              Message-ID: <3DA627F5.5050907@rowman.com>
57448      Branch: perl
57449            ! lib/version.pm lib/version.t pod/perldiag.pod util.c
57450 ____________________________________________________________________________
57451 [ 18025] By: hv                                    on 2002/10/17  13:37:04
57452         Log: definition of MAXPATHLEN
57453              Subject: [PATCH] standard lawyerism
57454              From: Jarkko Hietaniemi <jhi@iki.fi>
57455              Date: Fri, 11 Oct 2002 02:48:26 +0300
57456              Message-ID: <20021010234825.GM292305@lyta.hut.fi>
57457      Branch: perl
57458            ! perl.h
57459 ____________________________________________________________________________
57460 [ 18024] By: hv                                    on 2002/10/17  13:34:01
57461         Log: Subject: Re: [perl #17061] no strict 'garbage'
57462              From: Slaven Rezic <slaven.rezic@berlin.de>
57463              Date: 10 Oct 2002 16:23:22 +0200
57464              Message-ID: <87ptui5q5h.fsf@vran.herceg.de>
57465      Branch: perl
57466            ! ext/Storable/Storable.pm
57467 ____________________________________________________________________________
57468 [ 18023] By: hv                                    on 2002/10/17  12:56:28
57469         Log: Subject: Re: [perl #17830] open FH, "<&", $fd
57470              From: Steve Grazzini <grazz@nyc.rr.com>
57471              Date: 11 Oct 2002 22:28:58 -0000
57472              Message-ID: <20021011222858.452.qmail@onion.perl.org>
57473      Branch: perl
57474            ! doio.c t/io/open.t
57475 ____________________________________________________________________________
57476 [ 18022] By: hv                                    on 2002/10/17  12:24:42
57477         Log: Subject: Re: [perl #17809] Different warning behaviour between normal and tied hashes
57478              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
57479              Date: Tue, 15 Oct 2002 17:01:43 -0700
57480              Message-ID: <nxKr9gzkgmBO092yn@efn.org>
57481      Branch: perl
57482            ! t/op/assignwarn.t
57483 ____________________________________________________________________________
57484 [ 18021] By: hv                                    on 2002/10/17  11:28:38
57485         Log: Subject: [PATCH] minor tweaks in Porting/pumpkin.pod
57486              From: Slaven Rezic <slaven.rezic@berlin.de>
57487              Date: Thu, 3 Oct 2002 21:54:22 +0200 (CEST)
57488              Message-Id: <200210031954.g93JsMiZ034457@vran.herceg.de>
57489      Branch: perl
57490            ! Porting/pumpkin.pod
57491 ____________________________________________________________________________
57492 [ 18020] By: rgs                                   on 2002/10/16  18:43:21
57493         Log: prototype() didn't warn when used in void context.
57494      Branch: perl
57495            ! op.c t/lib/warnings/op
57496 ____________________________________________________________________________
57497 [ 18019] By: ams                                   on 2002/10/15  20:54:53
57498         Log: Subject: Japanese translation of Storable
57499              From: "KAWAI,Takanori" <GCD00051@nifty.ne.jp>
57500              Date: Tue, 15 Oct 2002 06:31:01 +0900
57501              Message-Id: <003801c273c9$05888910$1401a8c0@hipposam>
57502      Branch: perl
57503            ! ext/Storable/README
57504 ____________________________________________________________________________
57505 [ 18018] By: rgs                                   on 2002/10/15  19:08:20
57506         Log: Subject: Re: [PATCH] cv.h: Comment update
57507              From: Paul Johnson <paul@pjcj.net>
57508              Date: Mon, 14 Oct 2002 20:00:50 +0200
57509              Message-ID: <20021014180050.GC7333@pjcj.net>
57510      Branch: perl
57511            ! cv.h
57512 ____________________________________________________________________________
57513 [ 18017] By: rgs                                   on 2002/10/14  20:37:06
57514         Log: Subject: [PATCH] perlipc.pod
57515              From: Slaven Rezic <slaven.rezic@berlin.de>
57516              Date: Sun, 13 Oct 2002 14:26:26 +0200 (CEST)
57517              Message-Id: <200210131226.g9DCQQLN014591@vran.herceg.de>
57518      Branch: perl
57519            ! pod/perlipc.pod
57520 ____________________________________________________________________________
57521 [ 18016] By: rgs                                   on 2002/10/14  20:30:03
57522         Log: Subject: [PATCH] minor typos in perlhist.pod and perlunicode.pod
57523              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
57524              Date: Sun, 13 Oct 2002 09:02:36 +0900
57525              Message-Id: <20021013090227.FFCD.BQW10602@nifty.com>
57526      Branch: perl
57527            ! pod/perlunicode.pod
57528 ____________________________________________________________________________
57529 [ 18015] By: rgs                                   on 2002/10/12  20:22:37
57530         Log: The -0 command-line switch wasn't setting $/ at compile-time.
57531              Move the initialization of $/ just after switch parsing
57532              (it was done after yyparse().)
57533      Branch: perl
57534            ! perl.c t/run/switches.t
57535 ____________________________________________________________________________
57536 [ 18014] By: rgs                                   on 2002/10/12  20:18:55
57537         Log: Subject: Re: [PATCH] perl573delta delinting
57538              From: Philip Newton <Philip.Newton@gmx.net>
57539              Date: Sat, 12 Oct 2002 21:25:49 +0200
57540              Message-ID: <iotgqucnbttvvc43o0j7kv55p5dstui4oc@4ax.com>
57541      Branch: perl
57542            ! pod/perl573delta.pod
57543 ____________________________________________________________________________
57544 [ 18013] By: hv                                    on 2002/10/12  15:41:50
57545         Log: Subject: [PATCH] for -Dm
57546              From: Slaven Rezic <slaven.rezic@berlin.de>
57547              Date: Wed, 9 Oct 2002 00:49:33 +0200 (CEST)
57548              Message-Id: <200210082249.g98MnXqM076566@vran.herceg.de>
57549      Branch: perl
57550            ! malloc.c
57551 ____________________________________________________________________________
57552 [ 18012] By: hv                                    on 2002/10/12  15:39:49
57553         Log: #18005 was not enough
57554              Subject: [PATCH win32/makefile.mk] (Was Re: Building bleadperl (minperl) fails completely under VC7)
57555              From: Abe Timmerman <abeltje@cpan.org>
57556              Date: Sat, 12 Oct 2002 17:56:39 +0200
57557              Message-Id: <200210121756.39803.abeltje@cpan.org>
57558      Branch: perl
57559            ! win32/makefile.mk
57560 ____________________________________________________________________________
57561 [ 18011] By: hv                                    on 2002/10/12  15:36:43
57562         Log: Subject: [perl #17805] BUG: Grammar bug during Configure
57563              From: Richard Hitt (via RT) <perlbug@perl.org>
57564              Date: 8 Oct 2002 21:04:30 -0000
57565              Message-Id: <rt-17805-39395.9.0319493317925@bugs6.perl.org>
57566      Branch: perl
57567            ! Configure
57568 ____________________________________________________________________________
57569 [ 18010] By: hv                                    on 2002/10/12  15:31:06
57570         Log: Subject: [PATCH] Re: [perl #17772] pack "w" /* this cannot happen ;-) */ is fallacious
57571              From: Nicholas Clark <nick@unfortu.net>
57572              Date: Tue, 8 Oct 2002 21:52:53 +0100
57573              Message-ID: <20021008205253.GA283@Bagpuss.unfortu.net>
57574      Branch: perl
57575            ! pod/perldiag.pod pp_pack.c t/op/pack.t
57576 ____________________________________________________________________________
57577 [ 18009] By: hv                                    on 2002/10/12  15:12:18
57578         Log: Subject: [PATCH perldoc] For screaming hell's sake
57579              From: Simon Cozens <simon@netthink.co.uk>
57580              Date: Tue, 8 Oct 2002 11:13:07 +0100
57581              Message-ID: <20021008101307.GA8175@netthink.co.uk>
57582      Branch: perl
57583            ! utils/perldoc.PL
57584 ____________________________________________________________________________
57585 [ 18008] By: hv                                    on 2002/10/12  14:38:19
57586         Log: Subject: [PATCH] Storable 2.06 (was Re: Bug in ext/Storable/t/integer.t)
57587              From: Nicholas Clark <nick@unfortu.net>
57588              Date: Mon, 7 Oct 2002 23:35:34 +0100
57589              Message-ID: <20021007223534.GD286@Bagpuss.unfortu.net>
57590      Branch: perl
57591            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
57592            ! ext/Storable/README ext/Storable/Storable.pm
57593            ! ext/Storable/Storable.xs ext/Storable/t/downgrade.t
57594            ! ext/Storable/t/forgive.t ext/Storable/t/integer.t
57595            ! ext/Storable/t/malice.t ext/Storable/t/restrict.t
57596 ____________________________________________________________________________
57597 [ 18007] By: hv                                    on 2002/10/12  14:22:36
57598         Log: Subject: [perl #17773] errors in c2ph(1) man page
57599              From: Eric Melville (via RT) <perlbug@perl.org>
57600              Date: 7 Oct 2002 02:58:34 -0000
57601              Message-Id: <rt-17773-39313.12.4820309875481@bugs6.perl.org>
57602      Branch: perl
57603            ! utils/c2ph.PL
57604 ____________________________________________________________________________
57605 [ 18006] By: hv                                    on 2002/10/12  14:19:55
57606         Log: Subject: [PATCH pad.c] Re: closure failures
57607              From: Dave Mitchell <davem@fdgroup.com>
57608              Date: Mon, 7 Oct 2002 02:42:13 +0100
57609              Message-ID: <20021007024213.B29760@fdgroup.com>
57610      Branch: perl
57611            ! pad.c
57612 ____________________________________________________________________________
57613 [ 18005] By: hv                                    on 2002/10/12  14:17:07
57614         Log: Subject: Re: Building bleadperl (minperl) fails completely under VC7
57615              From: Abe Timmerman <abeltje@cpan.org>
57616              Date: Tue, 8 Oct 2002 14:16:56 +0200
57617              Message-Id: <200210081416.56942.abeltje@cpan.org>
57618      Branch: perl
57619            ! win32/Makefile
57620 ____________________________________________________________________________
57621 [ 18004] By: hv                                    on 2002/10/12  14:06:59
57622         Log: updated hints for Darwin from Wilfredo Sanchez <wsanchez@mit.edu>
57623      Branch: perl
57624            ! hints/darwin.sh
57625 ____________________________________________________________________________
57626 [ 18003] By: hv                                    on 2002/10/12  13:48:34
57627         Log: Second attempt to fix Devel::Peek test of $ENV{PATH}, after #17956
57628              and #18001.
57629      Branch: perl
57630            ! ext/Devel/Peek/Peek.t
57631 ____________________________________________________________________________
57632 [ 18002] By: hv                                    on 2002/10/11  23:22:56
57633         Log: Subject: [Encode] 1.77 Released
57634              From: Dan Kogai <dankogai@dan.co.jp>
57635              Date: Sun, 6 Oct 2002 12:52:52 +0900
57636              Message-Id: <16D4C6C9-D8DF-11D6-A5EA-0003939A104C@dan.co.jp>
57637      Branch: perl
57638            ! ext/Encode/Changes ext/Encode/Encode.pm
57639            ! ext/Encode/Unicode/Unicode.pm ext/Encode/encoding.pm
57640            ! ext/Encode/lib/Encode/Alias.pm
57641            ! ext/Encode/lib/Encode/Encoding.pm ext/Encode/t/jperl.t
57642            ! ext/Encode/ucm/big5-eten.ucm
57643 ____________________________________________________________________________
57644 [ 18001] By: hv                                    on 2002/10/11  22:52:43
57645         Log: Subject: Re: Smoke 17977 FAIL(F) MSWin32 5.0 W2000Pro (MSWin32-x86)
57646              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
57647              Date: Thu, 10 Oct 2002 14:28:55 -0700
57648              Message-ID: <XEfp9gzkgquV092yn@efn.org>
57649      Branch: perl
57650            ! ext/Devel/Peek/Peek.t
57651 ____________________________________________________________________________
57652 [ 18000] By: hv                                    on 2002/10/11  22:30:36
57653         Log: Subject: [PATCH] perl573delta delinting
57654              From: Jarkko Hietaniemi <jhi@iki.fi>
57655              Date: Fri, 4 Oct 2002 16:19:31 +0300
57656              Message-ID: <20021004131931.GE278184@lyta.hut.fi>
57657      Branch: perl
57658            ! pod/perl573delta.pod
57659 ____________________________________________________________________________
57660 [ 17999] By: hv                                    on 2002/10/11  22:28:36
57661         Log: Subject: [PATCH] No warn, just ERANGE (Was: Re: [PATCH] reentrant buffers)
57662              From: Jarkko Hietaniemi <jhi@iki.fi>
57663              Date: Fri, 4 Oct 2002 16:11:57 +0300
57664              Message-ID: <20021004131157.GD278184@lyta.hut.fi>
57665      Branch: perl
57666            ! pod/perldiag.pod reentr.c reentr.pl
57667 ____________________________________________________________________________
57668 [ 17998] By: rgs                                   on 2002/10/11  19:53:05
57669         Log: Fix bug #17771 : segfault with the 'for' statement modifier
57670              used inside a map or a grep.
57671      Branch: perl
57672            ! pp_ctl.c t/op/grep.t
57673 ____________________________________________________________________________
57674 [ 17997] By: hv                                    on 2002/10/11  12:10:39
57675         Log: Subject: [perl #17751] File::Spec::Win32::canonpath patch try#3
57676              From: Information Service <info@lingo.kiev.ua>
57677              Date: Wed, 09 Oct 2002 07:17:00 +0400
57678              Message-ID: <3DA39FAC.85471200@lingo.kiev.ua>
57679      Branch: perl
57680            ! lib/File/Spec/Win32.pm lib/File/Spec/t/Spec.t
57681 ____________________________________________________________________________
57682 [ 17996] By: hv                                    on 2002/10/11  11:55:53
57683         Log: Subject: [PROPOSED PATCH lib/AutoLoader.t lib/AutoLoader.pm] Test and Improve unimport()
57684              From: chromatic <chromatic@wgz.org>
57685              Date: Thu, 03 Oct 2002 22:56:54 -0700
57686              Message-ID: <20021004060120.33329.qmail@onion.perl.org>
57687      Branch: perl
57688            ! lib/AutoLoader.pm lib/AutoLoader.t
57689 ____________________________________________________________________________
57690 [ 17995] By: ams                                   on 2002/10/11  05:24:20
57691         Log: Subject: [perl #17819] Typo in perltooc?
57692              From: Bob Wilkinson (via RT) <perlbug@perl.org>
57693              Date: 9 Oct 2002 09:50:40 -0000
57694              Message-Id: <rt-17819-39445.14.7484532089852@bugs6.perl.org>
57695
57696              Subject: [perl #17821] Typo in perltooc
57697              From: Bob Wilkinson (via RT) <perlbug@perl.org>
57698              Date: 9 Oct 2002 10:12:51 -0000
57699              Message-Id: <rt-17821-39458.9.41452851965508@bugs6.perl.org>
57700      Branch: perl
57701            ! pod/perltooc.pod
57702 ____________________________________________________________________________
57703 [ 17994] By: rgs                                   on 2002/10/10  20:19:27
57704         Log: Fix bug #17776 : memory corruption in qr/##/x
57705      Branch: perl
57706            ! sv.c t/op/pat.t
57707 ____________________________________________________________________________
57708 [ 17993] By: rgs                                   on 2002/10/10  19:52:00
57709         Log: croak() is better written Perl_croak() in C code.
57710      Branch: perl
57711            ! util.c
57712 ____________________________________________________________________________
57713 [ 17992] By: hv                                    on 2002/10/10  11:29:12
57714         Log: Subject: Re: Hash::Util::lock_keys inhibits bless
57715              From: andreas.koenig@anima.de (Andreas J. Koenig)
57716              Date: Fri, 04 Oct 2002 06:38:57 +0200
57717              Message-ID: <m3bs6astr2.fsf@k242.linux.bogus>
57718      Branch: perl
57719            ! lib/Hash/Util.pm
57720 ____________________________________________________________________________
57721 [ 17991] By: hv                                    on 2002/10/10  11:20:41
57722         Log: new files lib/version.pm and lib/version.t for change #17990.
57723      Branch: perl
57724            + lib/version.pm lib/version.t
57725 ____________________________________________________________________________
57726 [ 17990] By: hv                                    on 2002/10/10  11:19:57
57727         Log: Subject: [PATCH] Version object combined patch
57728              From: John Peacock <jpeacock@rowman.com>
57729              Date: Fri, 04 Oct 2002 23:15:10 -0400
57730              Message-ID: <3D9E593E.1060605@rowman.com>
57731      Branch: perl
57732            ! MANIFEST embed.fnc embed.h global.sym pod/perlapi.pod
57733            ! pod/perlintern.pod proto.h t/comp/use.t universal.c util.c
57734 ____________________________________________________________________________
57735 [ 17989] By: hv                                    on 2002/10/10  10:48:42
57736         Log: Subject: PATCH: lib/ExtUtils/typemap
57737              From: Brian Ingerson <ingy@ttul.org>
57738              Date: Sat, 28 Sep 2002 13:03:24 -0700
57739              Message-ID: <20020928130324.A16900@ttul.org>
57740      Branch: perl
57741            ! lib/ExtUtils/typemap
57742 ____________________________________________________________________________
57743 [ 17988] By: hv                                    on 2002/10/10  10:45:19
57744         Log: Subject: [PATCH] Make Exporter cope with changing EXPORT_OK (was Re: Recent changes to Exporter::Heavy break Math::Pari)
57745              From: Nicholas Clark <nick@unfortu.net>
57746              Date: Sat, 28 Sep 2002 18:52:00 +0100
57747              Message-ID: <20020928175159.GC403@Bagpuss.unfortu.net>
57748      Branch: perl
57749            ! lib/Exporter.t lib/Exporter/Heavy.pm
57750 ____________________________________________________________________________
57751 [ 17987] By: hv                                    on 2002/10/10  10:27:40
57752         Log: Subject: Re: [perl #17075] sprintf: '%.[num](g|G)' documentation incorrect
57753              From: "Allen Smith" <easmith@beatrice.rutgers.edu>
57754              Date: Mon, 9 Sep 2002 17:36:55 -0400
57755              Message-Id: <10209091736.ZM1631710@puck2.rutgers.edu>
57756      Branch: perl
57757            ! pod/perlfunc.pod
57758 ____________________________________________________________________________
57759 [ 17986] By: hv                                    on 2002/10/10  09:51:24
57760         Log: Remove use of caller() in strict.pm, and tighten Safe compartment
57761              for Storable tests to match.
57762      Branch: perl
57763            ! ext/Storable/t/code.t lib/strict.pm lib/strict.t
57764 ____________________________________________________________________________
57765 [ 17985] By: hv                                    on 2002/10/10  09:27:00
57766         Log: Subject: Re: README.cygwin draft update
57767              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
57768              Date: Mon, 07 Oct 2002 17:15:09 -0700
57769              Message-ID: <NOio9gzkg6oR092yn@efn.org>
57770      Branch: perl
57771            ! README.cygwin pod/perl58delta.pod
57772 ____________________________________________________________________________
57773 [ 17984] By: rgs                                   on 2002/10/09  19:17:08
57774         Log: Fix bug #17823 : non-modifying tr/// stringifies references
57775      Branch: perl
57776            ! doop.c t/op/tr.t
57777 ____________________________________________________________________________
57778 [ 17983] By: merijn                                on 2002/10/09  12:22:26
57779         Log: Tru64 and gcc and threads
57780              Sat, 5 Oct 2002; Jarkko Hietaniemi <jhi@iki.fi>
57781      Branch: perl
57782            ! thread.h
57783 ____________________________________________________________________________
57784 [ 17982] By: merijn                                on 2002/10/09  10:34:40
57785         Log: Correct mailing list archive URL
57786              Wed, 9 Oct 2002; Slaven Rezic <slaven.rezic@berlin.de>
57787      Branch: perl
57788            ! Porting/pumpkin.pod
57789 ____________________________________________________________________________
57790 [ 17981] By: merijn                                on 2002/10/09  04:49:06
57791         Log: Try #3 for Porting/pumpkin.pod APPLLIB_EXP quoting
57792              Tue, 8 Oct 2002; Andy Dougherty <doughera@lafayette.edu>
57793      Branch: perl
57794            ! Porting/pumpkin.pod
57795 ____________________________________________________________________________
57796 [ 17980] By: sky                                   on 2002/10/06  15:40:56
57797         Log: Upgrade Safe.pm to 2.09 after CPAN backport.
57798              Fix testcases to run properly outside perl core build enviroment.
57799      Branch: perl
57800            ! ext/Opcode/Safe.pm ext/Safe/safe1.t ext/Safe/safe2.t
57801            ! ext/Safe/safe3.t
57802 ____________________________________________________________________________
57803 [ 17979] By: sky                                   on 2002/10/06  07:03:19
57804         Log: Subject: [PATCH] fix typo in Tie::Array
57805              From: "Jos I. Boumans" <kane@cpan.org>
57806              Date: sat okt 5, 2002  20:39:17 Europe/Stockholm
57807              Message-Id: <20021005183920.14746.qmail@onion.perl.org>
57808      Branch: perl
57809            ! lib/Tie/Array.pm
57810 ____________________________________________________________________________
57811 [ 17978] By: sky                                   on 2002/10/05  04:44:10
57812         Log: Upgrade to Attribute::Handlers 0.78
57813      Branch: perl
57814            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
57815            ! lib/Attribute/Handlers/README
57816 ____________________________________________________________________________
57817 [ 17977] By: rgs                                   on 2002/10/04  20:01:54
57818         Log: Complement to change #17976 :
57819              there was a similar bug on rdo().
57820              Increment $Safe::VERSION.
57821      Branch: perl
57822            ! ext/Opcode/Safe.pm ext/Safe/safe3.t
57823 ____________________________________________________________________________
57824 [ 17976] By: rgs                                   on 2002/10/04  19:44:48
57825         Log: Fix bug #17744, suggested by Andreas Jurenda,
57826              tweaked by rgs (security hole in Safe).
57827      Branch: perl
57828            + ext/Safe/safe3.t
57829            ! MANIFEST ext/Opcode/Safe.pm
57830 ____________________________________________________________________________
57831 [ 17975] By: merijn                                on 2002/10/04  13:30:17
57832         Log: Non ANSI feature detection in enum
57833      Branch: perl
57834            ! pad.h
57835 ____________________________________________________________________________
57836 [ 17974] By: rgs                                   on 2002/10/03  21:00:50
57837         Log: Fix a precedence problem.
57838      Branch: perl
57839            ! ext/Storable/t/integer.t
57840 ____________________________________________________________________________
57841 [ 17973] By: rgs                                   on 2002/10/03  20:34:13
57842         Log: Change the warning message "%s trapped by operation mask"
57843              to include '' around the op name. Document it in perldiag.
57844      Branch: perl
57845            ! ext/Opcode/Opcode.t ext/Opcode/Safe.pm ext/Safe/safe2.t op.c
57846            ! pod/perldiag.pod
57847 ____________________________________________________________________________
57848 [ 17972] By: rgs                                   on 2002/10/03  20:26:54
57849         Log: Add a new warning, "Possible precedence problem on bitwise
57850              %c operator", triggerred when a bitwise op has a numeric
57851              comparison op as child.
57852      Branch: perl
57853            ! op.c pod/perldiag.pod t/lib/warnings/op
57854 ____________________________________________________________________________
57855 [ 17971] By: ams                                   on 2002/10/03  11:03:41
57856         Log: Subject: Re: Not OK 17969
57857              From: Slaven Rezic <slaven.rezic@berlin.de>
57858              Date: 03 Oct 2002 13:12:58 +0200
57859              Message-Id: <87lm5fn5c5.fsf@vran.herceg.de>
57860      Branch: perl
57861            ! ext/Storable/Storable.pm ext/Storable/t/code.t
57862            ! ext/Storable/t/downgrade.t ext/Storable/t/forgive.t
57863            ! ext/Storable/t/malice.t
57864 ____________________________________________________________________________
57865 [ 17970] By: ams                                   on 2002/10/03  02:21:15
57866         Log: Add a line about 2.05.
57867      Branch: perl
57868            ! ext/Storable/ChangeLog
57869 ____________________________________________________________________________
57870 [ 17969] By: ams                                   on 2002/10/03  02:12:27
57871         Log: Subject: [PATCH] Storable and code serialization: documentation
57872              From: Slaven Rezic <slaven.rezic@berlin.de>
57873              Date: Wed, 2 Oct 2002 10:21:37 +0200 (CEST)
57874              Message-Id: <200210020821.g928Lb2i003767@vran.herceg.de>
57875      Branch: perl
57876            ! ext/Storable/MANIFEST ext/Storable/Storable.pm
57877            ! ext/Storable/t/code.t
57878 ____________________________________________________________________________
57879 [ 17968] By: ams                                   on 2002/10/03  01:40:51
57880         Log: Subject: [PATCH] Re: speed of my
57881              From: Stephen McCamant <smcc@mit.edu>
57882              Date: Wed, 2 Oct 2002 21:48:59 -0400
57883              Message-Id: <15771.41483.524281.299958@syllepsis.MIT.EDU>
57884      Branch: perl
57885            ! pp.c
57886 ____________________________________________________________________________
57887 [ 17967] By: hv                                    on 2002/10/02  15:04:57
57888         Log: Subject: [PATCH] reentrant buffers
57889              From: Jarkko Hietaniemi <jhi@iki.fi>
57890              Date: Fri, 27 Sep 2002 01:08:56 +0300
57891              Message-ID: <20020926220856.GA339120@lyta.hut.fi>
57892      Branch: perl
57893            ! INSTALL pod/perldiag.pod pod/perlthrtut.pod reentr.c reentr.pl
57894 ____________________________________________________________________________
57895 [ 17966] By: hv                                    on 2002/10/02  14:46:52
57896         Log: Subject: [PATCH] retropatch
57897              From: Jarkko Hietaniemi <jhi@iki.fi>
57898              Date: Fri, 27 Sep 2002 03:51:34 +0300
57899              Message-ID: <20020927005134.GB339120@lyta.hut.fi>
57900      Branch: perl
57901            + pod/perl573delta.pod
57902            ! MANIFEST pod/buildtoc.PL pod/perl.pod
57903 ____________________________________________________________________________
57904 [ 17965] By: hv                                    on 2002/10/02  14:42:21
57905         Log: op/tr.t test is affected by #17962
57906      Branch: perl
57907            ! t/op/tr.t
57908 ____________________________________________________________________________
57909 [ 17964] By: hv                                    on 2002/10/02  14:38:59
57910         Log: Subject: Re: [PATCH] Re: builtin die parsed differently to CORE::GLOBAL::die
57911              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
57912              Date: Tue, 1 Oct 2002 23:34:35 +0200
57913              Message-Id: <20021001233435.318514f3.rgarciasuarez@free.fr>
57914      Branch: perl
57915            ! t/op/override.t toke.c
57916 ____________________________________________________________________________
57917 [ 17963] By: hv                                    on 2002/10/02  14:15:22
57918         Log: Subject: Re: [perl #17376] Bug Report - our(%)
57919              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
57920              Date: Tue, 01 Oct 2002 09:54:30 -0700
57921              Message-ID: <GNdm9gzkgWOS092yn@efn.org>
57922      Branch: perl
57923            ! op.c pp_hot.c t/comp/our.t
57924 ____________________________________________________________________________
57925 [ 17962] By: ams                                   on 2002/10/02  14:10:07
57926         Log: Subject: [PATCH] no [] in tr///
57927              From: Jarkko Hietaniemi <jhi@iki.fi>
57928              Date: Wed, 2 Oct 2002 17:09:11 +0300
57929              Message-Id: <20021002140911.GH278184@lyta.hut.fi>
57930      Branch: perl
57931            ! pod/perldiag.pod toke.c
57932 ____________________________________________________________________________
57933 [ 17961] By: hv                                    on 2002/10/02  14:09:11
57934         Log: Subject: Re: Hash::Util::lock_keys inhibits bless
57935              From: andreas.koenig@anima.de (Andreas J. Koenig)
57936              Date: Mon, 30 Sep 2002 17:24:06 +0200
57937              Message-ID: <m3zntzwlex.fsf@k242.linux.bogus>
57938      Branch: perl
57939            ! lib/Hash/Util.pm
57940 ____________________________________________________________________________
57941 [ 17959] By: hv                                    on 2002/10/02  14:06:29
57942         Log: Subject: [DOCPATCH] Unicode porting advice
57943              From: andreas.koenig@anima.de (Andreas J. Koenig)
57944              Date: Fri, 27 Sep 2002 15:30:16 +0200
57945              Message-ID: <m3znu3zhjr.fsf@k242.linux.bogus>
57946      Branch: perl
57947            ! pod/perlunicode.pod
57948 ____________________________________________________________________________
57949 [ 17958] By: hv                                    on 2002/10/02  13:57:06
57950         Log: missing quote from #17957
57951      Branch: perl
57952            ! Porting/pumpkin.pod
57953 ____________________________________________________________________________
57954 [ 17957] By: hv                                    on 2002/10/02  13:55:56
57955         Log: document how to set APPLLIB_EXP
57956              Subject: Re: [perl #15957] error installing perl 5.8.0
57957              From: Andy Dougherty <doughera@lafayette.edu>
57958              Date: Fri, 27 Sep 2002 09:13:29 -0400 (EDT)
57959              Message-ID: <Pine.SOL.4.10.10209270902210.6800-100000@maxwell.phys.lafayette.edu>
57960      Branch: perl
57961            ! Porting/pumpkin.pod
57962 ____________________________________________________________________________
57963 [ 17956] By: hv                                    on 2002/10/02  13:51:12
57964         Log: Devel::Peek tests from:
57965              Subject: [PATCH] MGf_TAINTEDDIR and MGf_MINMATCH reuse unknown to dump.c
57966              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
57967              Date: Thu, 26 Sep 2002 22:16:39 -0700
57968              Message-ID: <3m+k9gzkgqnP092yn@efn.org>
57969      Branch: perl
57970            ! ext/Devel/Peek/Peek.t
57971 ____________________________________________________________________________
57972 [ 17955] By: hv                                    on 2002/10/02  13:43:26
57973         Log: add precedence warning for bitwise docs
57974              Subject: [PATCH] Bug in ARM's floating point emulation - Need someone, really...
57975              From: Mike Guy <mjtg@cam.ac.uk>
57976              Date: Thu, 26 Sep 2002 13:20:45 +0100
57977              Message-Id: <E17uXdN-0003ko-00@libra.cus.cam.ac.uk>
57978      Branch: perl
57979            ! pod/perlop.pod
57980 ____________________________________________________________________________
57981 [ 17954] By: hv                                    on 2002/10/02  13:18:01
57982         Log: Subject: [PATCH] Re: perlio bug?
57983              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
57984              Date: Wed, 25 Sep 2002 21:58:12 +0200
57985              Message-Id: <20020925215812.3b7adb0d.rgarciasuarez@free.fr>
57986      Branch: perl
57987            ! doio.c pod/perldiag.pod t/lib/warnings/doio
57988 ____________________________________________________________________________
57989 [ 17953] By: hv                                    on 2002/10/02  12:55:29
57990         Log: Subject: [PATCH pad.c,h] move all pad-related code to its own src file
57991              From: Dave Mitchell <davem@fdgroup.com>
57992              Date: Wed, 25 Sep 2002 23:40:23 +0100
57993              Message-ID: <20020925234023.A20044@fdgroup.com>
57994      Branch: perl
57995            + pad.c pad.h
57996            ! MANIFEST Makefile.SH Makefile.micro cop.h cv.h dump.c
57997            ! embed.fnc embed.h embedvar.h ext/B/B.xs ext/Devel/Peek/Peek.t
57998            ! op.c op.h perl.c perl.h perlapi.h pod/perlapi.pod
57999            ! pod/perlintern.pod pp.c pp_ctl.c pp_hot.c pp_sort.c pp_sys.c
58000            ! proto.h scope.c sv.c toke.c
58001 ____________________________________________________________________________
58002 [ 17952] By: hv                                    on 2002/10/02  11:23:38
58003         Log: better handling of whitespace in autodoc declarations; fragment from:
58004              Subject: [PATCH pad.c,h] move all pad-related code to its own src file
58005              From: Dave Mitchell <davem@fdgroup.com>
58006              Date: Wed, 25 Sep 2002 23:40:23 +0100
58007              Message-ID: <20020925234023.A20044@fdgroup.com>
58008      Branch: perl
58009            ! autodoc.pl
58010 ____________________________________________________________________________
58011 [ 17951] By: merijn                                on 2002/10/02  09:15:18
58012         Log: MakeMaker's INSTALLSITEMANXDIR Configure's counterpart
58013              Thu, 25 Jul 2002, Andy Dougherty
58014      Branch: perl
58015            ! Configure Policy_sh.SH
58016 ____________________________________________________________________________
58017 [ 17950] By: ams                                   on 2002/10/02  03:43:41
58018         Log: Add silly bandaid to stop segfaults on subsequent accesses to
58019              the Nullgv returned by gv_fetchpv() in S_scan_inputsymbol()
58020              (<$fred>).
58021      Branch: perl
58022            ! op.c
58023 ____________________________________________________________________________
58024 [ 17949] By: hv                                    on 2002/10/01  08:49:02
58025         Log: patch based on:
58026              Subject: Re: [perl #17376] Bug Report - our(%)
58027              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
58028              Date: Mon, 30 Sep 2002 15:22:18 -0700
58029              Message-ID: <a6Mm9gzkgK0P092yn@efn.org>
58030      Branch: perl
58031            ! op.c
58032 ____________________________________________________________________________
58033 [ 17948] By: hv                                    on 2002/10/01  08:26:44
58034         Log: Subject: [REPATCH lib/AutoLoader.pm] Remove Dependency on Exporter (take 2 or 3)
58035              From: chromatic <chromatic@wgz.org>
58036              Date: Fri, 13 Sep 2002 14:26:08 -0700
58037              Message-Id: <200209131426.08116.chromatic@wgz.org>
58038      Branch: perl
58039            ! lib/AutoLoader.pm
58040 ____________________________________________________________________________
58041 [ 17947] By: hv                                    on 2002/10/01  08:10:21
58042         Log: Subject: Re: sv_2pv_flags and ROK and UTF8 flags
58043              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
58044              Date: Wed, 11 Sep 2002 22:22:45 -0700
58045              Message-ID: <lSCg9gzkgymX092yn@efn.org>
58046      Branch: perl
58047            ! dump.c mg.h regexec.c sv.c t/op/pat.t
58048 ____________________________________________________________________________
58049 [ 17946] By: merijn                                on 2002/09/30  15:19:36
58050         Log: nanosleep on VMS not present
58051      Branch: perl
58052            ! configure.com
58053 ____________________________________________________________________________
58054 [ 17945] By: merijn                                on 2002/09/30  09:51:40
58055         Log: -Dgccansipedantic only for gcc 3+
58056              Mon, 30 Sep 2002, Jarkko Hietaniemi <jhi@iki.fi>
58057      Branch: perl
58058            ! Porting/pumpkin.pod cflags.SH
58059 ____________________________________________________________________________
58060 [ 17944] By: merijn                                on 2002/09/30  08:29:33
58061         Log: nanosleep probes as per Jarkko's request
58062      Branch: perl
58063            ! Configure NetWare/config_H.wc Porting/config.sh
58064            ! Porting/config_H config_h.SH epoc/config.sh perl.h
58065            ! win32/config.bc win32/config.gc win32/config.vc
58066            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
58067            ! win32/config_H.vc win32/config_H.vc64 wince/config.ce
58068            ! wince/config_H.ce
58069 ____________________________________________________________________________
58070 [ 17942] By: ams                                   on 2002/09/29  22:26:37
58071         Log: Remove package; (Heh heh.)
58072      Branch: perl
58073            ! gv.c intrpvar.h op.c perl.c perly.c perly.h perly.y
58074            ! perly_c.diff sv.c t/lib/warnings/op t/op/anonsub.t
58075            ! vms/perly_c.vms vms/perly_h.vms
58076 ____________________________________________________________________________
58077 [ 17941] By: hv                                    on 2002/09/29  12:11:06
58078         Log: Subject: [perl #16796] Configure script buglet
58079              From: "Amick, Eric" (via RT) <perlbug@perl.org>
58080              Date: 27 Aug 2002 20:09:29 -0000
58081              Message-Id: <rt-16796-35837.19.7072355819815@bugs6.perl.org>
58082      Branch: perl
58083            ! Configure
58084 ____________________________________________________________________________
58085 [ 17940] By: hv                                    on 2002/09/29  11:59:28
58086         Log: Subject: Re: [perl #17587] Attribute::Handlers and Config in 5.9.0
58087              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
58088              Date: Fri, 27 Sep 2002 13:52:18 +0200
58089              Message-Id: <20020927135218.3a20dd68.rgarciasuarez@free.fr>
58090      Branch: perl
58091            ! lib/Attribute/Handlers.pm
58092 ____________________________________________________________________________
58093 [ 17939] By: hv                                    on 2002/09/29  11:55:17
58094         Log: Subject: [perl #17222] [PATCH] h2ph and Fortran, other wacky headers on IRIX
58095              From: Allen Smith (via RT) <perlbug@perl.org>
58096              Date: 13 Sep 2002 03:01:30 -0000
58097              Message-Id: <rt-17222-37356.6.04859798196188@bugs6.perl.org>
58098      Branch: perl
58099            ! t/lib/h2ph.pht utils/h2ph.PL
58100 ____________________________________________________________________________
58101 [ 17938] By: rgs                                   on 2002/09/28  20:42:59
58102         Log: Email address change for Stéphane Payrard
58103      Branch: perl
58104            ! AUTHORS
58105 ____________________________________________________________________________
58106 [ 17937] By: hv                                    on 2002/09/27  10:05:42
58107         Log: Subject: Re: [REVISED PATCH] Magic v-strings
58108              From: John Peacock <jpeacock@rowman.com>
58109              Date: Thu, 19 Sep 2002 22:30:58 -0400
58110              Message-ID: <3D8A8862.3000602@rowman.com>
58111      Branch: perl
58112            ! sv.c util.c
58113 ____________________________________________________________________________
58114 [ 17936] By: hv                                    on 2002/09/27  10:00:42
58115         Log: Subject: [PATCH] configure.com -- don't exclude threads::shared
58116              From: "Craig A. Berry" <craigberry@mac.com>
58117              Date: Wed, 25 Sep 2002 17:14:33 -0500
58118              Message-ID: <3D923549.6050809@mac.com>
58119      Branch: perl
58120            ! configure.com
58121 ____________________________________________________________________________
58122 [ 17935] By: hv                                    on 2002/09/27  09:48:19
58123         Log: Subject: [PATCH 5.8.0 DOC] perlopentut.pod, #3: The last of the content changes.
58124              From: Andy Lester <andy@petdance.com>
58125              Date: Fri, 20 Sep 2002 12:23:41 -0500
58126              Message-ID: <20020920172341.GA15672@petdance.com>
58127      Branch: perl
58128            ! pod/perlopentut.pod
58129 ____________________________________________________________________________
58130 [ 17934] By: hv                                    on 2002/09/26  18:50:02
58131         Log: missing '.' in test from #17932
58132      Branch: perl
58133            ! t/lib/strict/subs
58134 ____________________________________________________________________________
58135 [ 17933] By: hv                                    on 2002/09/26  17:01:11
58136         Log: Subject: [PATCH] perl #17453
58137              From: Jarkko Hietaniemi <jhi@iki.fi>
58138              Date: Fri, 20 Sep 2002 17:22:45 +0300
58139              Message-ID: <20020920142245.GG280265@lyta.hut.fi>
58140      Branch: perl
58141            ! lib/utf8_heavy.pl t/op/pat.t
58142 ____________________________________________________________________________
58143 [ 17932] By: hv                                    on 2002/09/26  16:47:32
58144         Log: #17931 checked for wrong constant
58145      Branch: perl
58146            ! op.c
58147 ____________________________________________________________________________
58148 [ 17931] By: hv                                    on 2002/09/26  16:29:26
58149         Log: Subject: [PATCH] [perl #10021] Fixing bareword usage under strict.pm
58150              From: Kay_Röpke <kay@dolphin-services.de>
58151              Date: Fri, 20 Sep 2002 16:09:08 +0200
58152              Message-Id: <8775B355-CCA2-11D6-AADE-000393414688@dolphin-services.de>
58153      Branch: perl
58154            ! op.c t/lib/strict/subs
58155 ____________________________________________________________________________
58156 [ 17930] By: hv                                    on 2002/09/26  15:56:07
58157         Log: Subject: [perl #17445] Class::Struct patch: version number, examples
58158              From: Ken Neighbors (via RT) <perlbug@perl.org>
58159              Date: 19 Sep 2002 18:48:22 -0000
58160              Message-Id: <rt-17445-38150.7.26118647008619@bugs6.perl.org>
58161      Branch: perl
58162            ! lib/Class/Struct.pm
58163 ____________________________________________________________________________
58164 [ 17928] By: hv                                    on 2002/09/26  09:54:05
58165         Log: Subject: [PATCH] bug in utf8.c(?)
58166              From: Marty Pauley <marty+p5p@kasei.com>
58167              Date: Fri, 20 Sep 2002 10:55:33 +0100
58168              Subject: [PATCH] bug in utf8.c(?)
58169      Branch: perl
58170            ! utf8.c
58171 ____________________________________________________________________________
58172 [ 17927] By: hv                                    on 2002/09/26  09:37:19
58173         Log: Subject: [PATCH] Re: [perl #17439] broken Locale::Language in a UTF environment
58174              From: Marty Pauley <marty+p5p@kasei.com>
58175              Date: Fri, 20 Sep 2002 09:52:16 +0100
58176              Message-Id: 20020920085216.GC10512@soto.kasei.com
58177      Branch: perl
58178            ! lib/Locale/Codes/t/languages.t lib/Locale/Language.pm
58179 ____________________________________________________________________________
58180 [ 17926] By: hv                                    on 2002/09/26  09:28:06
58181         Log: Subject: [PATCH] defuse installusrbinperl
58182              From: Jarkko Hietaniemi <jhi@iki.fi>
58183              Date: Thu, 19 Sep 2002 18:01:03 +0300
58184              Message-ID: <20020919150103.GI208696@lyta.hut.fi>
58185      Branch: perl
58186            ! Configure
58187 ____________________________________________________________________________
58188 [ 17925] By: hv                                    on 2002/09/26  09:15:55
58189         Log: Subject: [PATCH v2] enable -ansi -pedantic
58190              From: Jarkko Hietaniemi <jhi@iki.fi>
58191              Date: Wed, 18 Sep 2002 01:19:25 +0300
58192              Message-ID: <20020917221925.GF85044@lyta.hut.fi>
58193      Branch: perl
58194            ! Configure Porting/pumpkin.pod cflags.SH doio.c mg.c perl.c
58195            ! perl.h perlio.c pp_ctl.c pp_hot.c pp_sys.c sv.h toke.c util.c
58196 ____________________________________________________________________________
58197 [ 17924] By: hv                                    on 2002/09/26  08:44:16
58198         Log: Subject: [PATCH] ANSI-clean? (was Re: [PATCH] COW for ithreads)
58199              From: Nicholas Clark <nick@unfortu.net>
58200              Date: Sat, 14 Sep 2002 18:49:10 +0100
58201              Message-ID: <20020914174909.GG285@Bagpuss.unfortu.net>
58202      Branch: perl
58203            ! sv.c
58204 ____________________________________________________________________________
58205 [ 17923] By: hv                                    on 2002/09/26  08:33:54
58206         Log: Subject: [PATCH] Re: Advice on coredump
58207              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
58208              Date: Wed, 18 Sep 2002 22:14:57 +0200
58209              Message-Id: <20020918221457.16cb1b43.rgarciasuarez@free.fr>
58210      Branch: perl
58211            ! op.c t/op/closure.t
58212 ____________________________________________________________________________
58213 [ 17922] By: hv                                    on 2002/09/26  08:25:28
58214         Log: Subject: Re: [PATCH] spurious t/auto directory appears
58215              From: Michael G Schwern <schwern@pobox.com>
58216              Date: Fri, 13 Sep 2002 23:56:05 -0400
58217              Message-ID: <20020914035605.GF18928@ool-18b93024.dyn.optonline.net>
58218      Branch: perl
58219            ! lib/ExtUtils/t/Installed.t
58220 ____________________________________________________________________________
58221 [ 17921] By: hv                                    on 2002/09/26  08:21:59
58222         Log: add TODO tests for slow our() declaration
58223              Subject: Re: [perl #17376] Bug Report - our(%)
58224              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
58225              Date: Thu, 19 Sep 2002 22:34:01 -0700
58226              Message-ID: <JNri9gzkgSBB092yn@efn.org>
58227      Branch: perl
58228            + t/comp/our.t
58229            ! MANIFEST
58230 ____________________________________________________________________________
58231 [ 17920] By: hv                                    on 2002/09/26  08:16:43
58232         Log: LEAKTEST is dead, RIP
58233              Subject: Re: [perl #17197] SIGSEGV in perl 5.8.0 multithread build with -DLEAKTEST
58234              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
58235              Date: Mon, 23 Sep 2002 18:33:12 +0200
58236              Message-Id: <20020923182824.C7B6.H.M.BRAND@hccnet.nl>
58237      Branch: perl
58238            ! av.c embed.fnc embed.h ext/GDBM_File/GDBM_File.xs global.sym
58239            ! handy.h perl.c perl.h pod/perlrun.pod proto.h sv.c util.c
58240 ____________________________________________________________________________
58241 [ 17919] By: hv                                    on 2002/09/26  07:59:42
58242         Log: Subject: [PATCH] AIX hints missinga  >&4
58243              From: Jarkko Hietaniemi <jhi@iki.fi>
58244              Date: Fri, 13 Sep 2002 16:48:42 +0300
58245              Message-ID: <20020913134842.GD8929@lyta.hut.fi>
58246      Branch: perl
58247            ! hints/aix.sh
58248 ____________________________________________________________________________
58249 [ 17918] By: hv                                    on 2002/09/26  07:51:10
58250         Log: Subject: [PATCH] perldoc -f stat (perlfunc.pod)
58251              From: "Brendan O'Dea" <bod@debian.org>
58252              Date: Mon, 23 Sep 2002 22:45:40 +1000
58253              Message-ID: <20020923124540.GB28031@londo.odea.dropbear.id.au>
58254      Branch: perl
58255            ! pod/perlfunc.pod
58256 ____________________________________________________________________________
58257 [ 17917] By: hv                                    on 2002/09/26  07:46:43
58258         Log: Subject: Re: [perl #17141] Text::Wrap "this should not happen" message
58259              From: Slaven Rezic <slaven.rezic@berlin.de>
58260              Date: 11 Sep 2002 19:37:09 +0200
58261              Message-ID: <871y80a0my.fsf@vran.herceg.de>
58262      Branch: perl
58263            ! lib/Text/TabsWrap/t/wrap.t lib/Text/Wrap.pm
58264 ____________________________________________________________________________
58265 [ 17916] By: hv                                    on 2002/09/26  07:31:42
58266         Log: Subject: [PATCH 5.8.0] perlembed.pod: make some examples work with multiplicity
58267              From: "Brendan O'Dea" <bod@debian.org>
58268              Date: Tue, 10 Sep 2002 09:19:05 +1000
58269              Message-ID: <20020909231905.GA31868@londo.odea.dropbear.id.au>
58270      Branch: perl
58271            ! pod/perlembed.pod
58272 ____________________________________________________________________________
58273 [ 17915] By: rgs                                   on 2002/09/24  20:19:22
58274         Log: Patch #17914 was empty ; this should have been applied instead.
58275      Branch: perl
58276            ! hints/aix.sh
58277 ____________________________________________________________________________
58278 [ 17914] By: rgs                                   on 2002/09/21  19:58:57
58279         Log: Subject: [PATCH] PASE saga continues
58280              From: Jarkko Hietaniemi <jhi@iki.fi>
58281              Date: Thu, 19 Sep 2002 23:30:20 +0300
58282              Message-ID: <20020919203020.GB274453@lyta.hut.fi>
58283      Branch: perl
58284            ! hints/aix.sh
58285 ____________________________________________________________________________
58286 [ 17913] By: rgs                                   on 2002/09/21  19:46:56
58287         Log: Subject: [PATCH perl@17882] file spec tweaks for VMS
58288              From: "Craig A. Berry" <craigberry@mac.com>
58289              Date: Wed, 18 Sep 2002 16:57:02 -0500
58290              Message-ID: <3D88F6AE.3020708@mac.com>
58291      Branch: perl
58292            ! lib/File/Spec/VMS.pm vms/ext/filespec.t
58293 ____________________________________________________________________________
58294 [ 17912] By: ams                                   on 2002/09/19  17:21:24
58295         Log: Subject: [PATCH] AIX test shouldn't trip OS/400 PASE
58296              From: Jarkko Hietaniemi <jhi@iki.fi>
58297              Date: Thu, 19 Sep 2002 18:59:48 +0300
58298              Message-Id: <20020919155948.GU208696@lyta.hut.fi>
58299
58300              Subject: [PATCH] more PASE tweakage
58301              From: Jarkko Hietaniemi <jhi@iki.fi>
58302              Date: Thu, 19 Sep 2002 18:01:44 +0300
58303              Message-Id: <20020919150144.GJ208696@lyta.hut.fi>
58304      Branch: perl
58305            ! README.os400 hints/aix.sh
58306 ____________________________________________________________________________
58307 [ 17911] By: ams                                   on 2002/09/17  19:29:53
58308         Log: Typo fix.
58309      Branch: perl
58310            ! ext/POSIX/POSIX.pod
58311 ____________________________________________________________________________
58312 [ 17910] By: ams                                   on 2002/09/17  18:09:32
58313         Log: Fix #17375 (rcatline didn't work on a formerly-defined undef) by
58314              checking for SvOK in do_readline().
58315      Branch: perl
58316            ! pp_hot.c t/op/gv.t
58317 ____________________________________________________________________________
58318 [ 17909] By: rgs                                   on 2002/09/16  21:49:27
58319         Log: Pod formatting nit, found by Merijn and Jos Boumans.
58320      Branch: perl
58321            ! pod/perlunicode.pod
58322 ____________________________________________________________________________
58323 [ 17908] By: rgs                                   on 2002/09/16  21:34:55
58324         Log: Subject: [perl #17340] When used/requied Locale::*** modules unexpectedly modify $_
58325              From: (Ilya Martynov) (via RT) <perlbug@perl.org>
58326              Date: 15 Sep 2002 19:06:56 -0000
58327              Message-Id: <rt-17340-37749.5.67862754668525@bugs6.perl.org>
58328      Branch: perl
58329            ! lib/Locale/Country.pm lib/Locale/Currency.pm
58330            ! lib/Locale/Language.pm lib/Locale/Script.pm
58331 ____________________________________________________________________________
58332 [ 17907] By: rgs                                   on 2002/09/16  20:33:51
58333         Log: Subject: Re: [perl #17174] perl 5.8.0 fails tests on NetBSD/Alpha
58334              From: Jarkko Hietaniemi <jhi@iki.fi>
58335              Date: Sun, 15 Sep 2002 18:02:17 +0300
58336              Message-ID: <20020915150217.GB21300@lyta.hut.fi>
58337      Branch: perl
58338            ! hints/netbsd.sh
58339 ____________________________________________________________________________
58340 [ 17906] By: rgs                                   on 2002/09/15  11:30:38
58341         Log: Fix pod/perlmodlib.PL (it wasn't generating a complete list
58342              of modules.) Regenerate pod/perlmodlib.pod. Add a warning :
58343              not all modules listed in perlmodlib are necessarily installed.
58344              Plus some corrections by Vincent Lefevre.
58345      Branch: perl
58346            ! lib/Term/ReadLine.pm pod/perlmodlib.PL pod/perlmodlib.pod
58347 ____________________________________________________________________________
58348 [ 17904] By: merijn                                on 2002/09/13  14:02:18
58349         Log: Tabs erroneusly expanded to spaces, causing AIX to fail
58350              in building DProf
58351      Branch: perl
58352            ! Configure
58353 ____________________________________________________________________________
58354 [ 17902] By: merijn                                on 2002/09/13  07:47:29
58355         Log: configure.com needs d_modflproto
58356              Thu 12 Sep 2002 23:19, "Craig A. Berry"
58357      Branch: perl
58358            ! configure.com
58359 ____________________________________________________________________________
58360 [ 17901] By: rgs                                   on 2002/09/12  20:19:55
58361         Log: Subject: [PATCH] more PASE wisdom
58362              From: Jarkko Hietaniemi <jhi@iki.fi>
58363              Date: Fri, 13 Sep 2002 00:17:39 +0300
58364              Message-ID: <20020912211739.GB6980@lyta.hut.fi>
58365      Branch: perl
58366            ! README.os400
58367 ____________________________________________________________________________
58368 [ 17900] By: rgs                                   on 2002/09/12  19:33:06
58369         Log: Fix a syntax incompatibility introduced by the // operator.
58370              (Note that C<print $fh //> is still a syntax error, it
58371              wasn't with perl 5.8.0.)
58372      Branch: perl
58373            ! t/op/dor.t toke.c
58374 ____________________________________________________________________________
58375 [ 17898] By: rgs                                   on 2002/09/11  20:58:46
58376         Log: Fix bug #17006 : remove spurious do{} in the deparsing
58377              of s/.../.../e.
58378      Branch: perl
58379            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
58380 ____________________________________________________________________________
58381 [ 17897] By: rgs                                   on 2002/09/11  20:56:21
58382         Log: Subject: [perl #17119] typo in utils/dprofpp.PL
58383              From: "Todd C. Miller" (via RT) <perlbug@perl.org>
58384              Date: 10 Sep 2002 18:49:56 -0000
58385              Message-ID: <rt-17119-37126.4.55444095171472@bugs6.perl.org>
58386      Branch: perl
58387            ! utils/dprofpp.PL
58388 ____________________________________________________________________________
58389 [ 17896] By: merijn                                on 2002/09/11  08:31:45
58390         Log: re-synced Configure to backported metaunits
58391      Branch: perl
58392            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
58393            ! config_h.SH
58394 ____________________________________________________________________________
58395 [ 17892] By: merijn                                on 2002/09/10  15:43:53
58396         Log: Callback behaviour in hints
58397              Mon, 9 Sep 2002, Allen Smith
58398      Branch: perl
58399            ! hints/README.hints
58400 ____________________________________________________________________________
58401 [ 17888] By: merijn                                on 2002/09/10  09:20:52
58402         Log: New low-price HP servers
58403      Branch: perl
58404            ! README.hpux
58405 ____________________________________________________________________________
58406 [ 17887] By: rgs                                   on 2002/09/09  21:00:08
58407         Log: Subject: Re: [PATCH] Quieten warnings in Deparse.pm
58408              From: Paul Johnson <paul@pjcj.net>
58409              Date: Mon, 9 Sep 2002 23:37:33 +0200
58410              Message-ID: <20020909213733.GD879@pjcj.net>
58411      Branch: perl
58412            ! ext/B/B/Deparse.pm
58413 ____________________________________________________________________________
58414 [ 17886] By: rgs                                   on 2002/09/09  20:38:01
58415         Log: Subject: [PATCH] Re: [PATCH] Attempt at speeding up Config.pm.  Didn't work.
58416              From: Nicholas Clark <nick@unfortu.net>
58417              Date: Sun, 8 Sep 2002 23:05:54 +0100
58418              Message-ID: <20020908220553.GO286@Bagpuss.unfortu.net>
58419      Branch: perl
58420            ! configpm
58421 ____________________________________________________________________________
58422 [ 17885] By: rgs                                   on 2002/09/09  20:35:34
58423         Log: Subject: [PATCH] strict.pm pod at __END__
58424              From: Nicholas Clark <nick@unfortu.net>
58425              Date: Sun, 8 Sep 2002 22:36:09 +0100
58426              Message-ID: <20020908213608.GM286@Bagpuss.unfortu.net>
58427      Branch: perl
58428            ! lib/strict.pm
58429 ____________________________________________________________________________
58430 [ 17884] By: rgs                                   on 2002/09/09  19:33:11
58431         Log: Subject: [PATCH] File/Find/t/find.t tests 1 and 2 (was Re: [perl #17061] no strict 'garbage')
58432              From: Nicholas Clark <nick@unfortu.net>
58433              Date: Sun, 8 Sep 2002 19:45:52 +0100
58434              Message-ID: <20020908184551.GH286@Bagpuss.unfortu.net>
58435      Branch: perl
58436            ! lib/File/Find/t/find.t
58437 ____________________________________________________________________________
58438 [ 17883] By: rgs                                   on 2002/09/09  19:10:08
58439         Log: Subject: [PATCH] Quieten warnings in Deparse.pm
58440              From: Paul Johnson <paul@pjcj.net>
58441              Date: Sun, 8 Sep 2002 23:50:11 +0200
58442              Message-ID: <20020908215011.GA879@pjcj.net>
58443      Branch: perl
58444            ! ext/B/B/Deparse.pm
58445 ____________________________________________________________________________
58446 [ 17882] By: hv                                    on 2002/09/09  10:33:58
58447         Log: Update Changes
58448      Branch: perl
58449            ! Changes patchlevel.h
58450 ____________________________________________________________________________
58451 [ 17881] By: hv                                    on 2002/09/09  09:54:55
58452         Log: Subject: Re: [PATCH: perl #17849] (corrected) Long double bugs - sprintf.t _and_ num.t
58453              From: "Allen Smith" <easmith@beatrice.rutgers.edu>
58454              Date: Mon, 9 Sep 2002 01:48:08 -0400
58455              Message-Id: <10209090148.ZM1555835@puck2.rutgers.edu>
58456      Branch: perl
58457            ! perl.h sv.c
58458 ____________________________________________________________________________
58459 [ 17880] By: hv                                    on 2002/09/09  09:33:55
58460         Log: integrate Math::BigInt-1.63
58461              Subject: Re: [perl #16997] Math::BigFloat hang on bsqrt [ANNOUNCE v1.63
58462              From: Tels <perl_dummy@bloodgate.com>
58463              Date: Mon, 09 Sep 2002 00:23:01 +0200 (CEST)
58464              Message-Id: <200209082022.g88KMGY20194@crypt.org>
58465      Branch: perl
58466            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
58467            ! lib/Math/BigInt/t/bare_mif.t lib/Math/BigInt/t/constant.t
58468            ! lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/mbimbf.t
58469            ! lib/Math/BigInt/t/sub_mif.t
58470 ____________________________________________________________________________
58471 [ 17879] By: hv                                    on 2002/09/09  09:23:53
58472         Log: Subject: [PATCH] Configure locincpth vs Jaguar gcc 3
58473              From: Jarkko Hietaniemi <jhi@iki.fi>
58474              Date: Mon, 9 Sep 2002 00:07:46 +0300
58475              Message-ID: <20020908210746.GB4136@lyta.hut.fi>
58476      Branch: perl
58477            ! Configure
58478 ____________________________________________________________________________
58479 [ 17878] By: hv                                    on 2002/09/09  09:11:57
58480         Log: small grammar fix in Benchmark docs
58481      Branch: perl
58482            ! lib/Benchmark.pm
58483 ____________________________________________________________________________
58484 [ 17877] By: hv                                    on 2002/09/09  09:09:30
58485         Log: Subject: [PATCH] configpm
58486              From: Abe Timmerman <abe@ztreet.demon.nl>
58487              Date: Sun, 8 Sep 2002 17:21:19 +0200
58488              Message-Id: <200209081721.19233.abe@ztreet.demon.nl>
58489      Branch: perl
58490            ! configpm
58491 ____________________________________________________________________________
58492 [ 17876] By: hv                                    on 2002/09/09  08:48:35
58493         Log: Subject: Re: Smoke 17849 MSWin32 (w2k/GCC)
58494              From: Abe Timmerman <abe@ztreet.demon.nl>
58495              Date: Mon, 9 Sep 2002 01:32:19 +0200
58496              Message-Id: <200209090132.19891.abe@ztreet.demon.nl>
58497      Branch: perl
58498            ! makedef.pl
58499 ____________________________________________________________________________
58500 [ 17875] By: rgs                                   on 2002/09/08  18:55:01
58501         Log: Subject: [PATCH] cleanup temp files (was Re: Smoke 17805 irix 6.5 6.5.16m IP32 r5000 /usr/share/src/cpan-current-benedick)
58502              From: Nicholas Clark <nick@unfortu.net>
58503              Date: Sun, 8 Sep 2002 15:46:44 +0100
58504              Message-ID: <20020908144643.GC286@Bagpuss.unfortu.net>
58505
58506              Plus two other similar tweaks
58507      Branch: perl
58508            ! ext/SDBM_File/sdbm.t
58509 ____________________________________________________________________________
58510 [ 17874] By: hv                                    on 2002/09/08  17:10:38
58511         Log: Subject: Re: [PATCH: perl #17849] (corrected) Long double bugs - sprintf.t _and_ num.t
58512              From: "Allen Smith" <easmith@beatrice.rutgers.edu>
58513              Date: Sat, 7 Sep 2002 05:25:45 -0400
58514              Message-Id: <10209070525.ZM1584639@puck2.rutgers.edu>
58515      Branch: perl
58516            ! hints/irix_6.sh numeric.c perl.h sv.c t/base/num.t
58517            ! t/op/sprintf.t
58518 ____________________________________________________________________________
58519 [ 17873] By: hv                                    on 2002/09/08  16:48:54
58520         Log: Subject: [PATCH] COW for ithreads (was Re: what copies scalars in ithreads?)
58521              From: Nicholas Clark <nick@unfortu.net>
58522              Date: Sat, 7 Sep 2002 00:20:53 +0100
58523              Message-ID: <20020906232052.GB901@Bagpuss.unfortu.net>
58524      Branch: perl
58525            ! op.c sv.c
58526 ____________________________________________________________________________
58527 [ 17872] By: hv                                    on 2002/09/08  16:35:46
58528         Log: temporarily skip failing Storable tests caused by #17869
58529      Branch: perl
58530            ! ext/Storable/t/code.t
58531 ____________________________________________________________________________
58532 [ 17871] By: hv                                    on 2002/09/08  16:23:49
58533         Log: Subject: [PATCH] tiddly tidy up for util.c
58534              From: Nicholas Clark <nick@unfortu.net>
58535              Date: Fri, 6 Sep 2002 23:00:14 +0100
58536              Message-ID: <20020906220013.GD428@Bagpuss.unfortu.net>
58537      Branch: perl
58538            ! util.c
58539 ____________________________________________________________________________
58540 [ 17870] By: hv                                    on 2002/09/08  16:21:23
58541         Log: regularise whitespace and formatting in util.c
58542      Branch: perl
58543            ! util.c
58544 ____________________________________________________________________________
58545 [ 17869] By: hv                                    on 2002/09/08  15:46:08
58546         Log: Subject: [perl #17061] no strict 'garbage'
58547              From: Elizabeth Mattijsen (via RT) <perlbug@perl.org>
58548              Date: 6 Sep 2002 19:31:02 -0000
58549              Message-Id: <rt-17061-36808.6.19994322284541@bugs6.perl.org>
58550              Date: Sat, 07 Sep 2002 13:40:22 +0200
58551              Message-Id: <4.2.0.58.20020907133846.02476d40@mickey.dijkmat.nl>
58552      Branch: perl
58553            ! lib/strict.pm lib/strict.t
58554 ____________________________________________________________________________
58555 [ 17868] By: hv                                    on 2002/09/08  15:24:08
58556         Log: small fix to perl58delta for MIME::QuotedPrint, from Jarkko
58557      Branch: perl
58558            ! pod/perl58delta.pod
58559 ____________________________________________________________________________
58560 [ 17867] By: hv                                    on 2002/09/08  15:10:46
58561         Log: Subject: [PATCH] allow using hires time() in Benchmark
58562              From: Jarkko Hietaniemi <jhi@iki.fi>
58563              Date: Fri, 6 Sep 2002 00:38:11 +0300
58564              Message-ID: <20020905213811.GA23771@lyta.hut.fi>
58565      Branch: perl
58566            ! lib/Benchmark.pm
58567 ____________________________________________________________________________
58568 [ 17866] By: hv                                    on 2002/09/08  15:06:05
58569         Log: Subject: [PATCH] OS/400 PASE symbol scan tweak
58570              From: Jarkko Hietaniemi <jhi@kosh.hut.fi>
58571              Date: Thu, 5 Sep 2002 21:46:20 +0300 (EET DST)
58572              Message-Id: <200209051846.g85IkKOk013697@kosh.hut.fi>
58573      Branch: perl
58574            ! Configure
58575 ____________________________________________________________________________
58576 [ 17865] By: hv                                    on 2002/09/08  15:03:23
58577         Log: Subject: Unicode::Collate 0.23 Released
58578              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
58579              Date: Thu, 05 Sep 2002 23:28:32 +0900
58580              Message-Id: <20020905232316.8151.BQW10602@nifty.com>
58581      Branch: perl
58582            + lib/Unicode/Collate/t/index.t
58583            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
58584            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
58585 ____________________________________________________________________________
58586 [ 17864] By: hv                                    on 2002/09/08  14:55:31
58587         Log: Subject: sv_2pv_flags and ROK and UTF8 flags
58588              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
58589              Date: Wed, 04 Sep 2002 21:09:01 -0700
58590              Message-ID: <djtd9gzkgyLd092yn@efn.org>
58591              Date: Fri, 06 Sep 2002 09:23:03 -0700
58592              Message-ID: <nZNe9gzkgKdH092yn@efn.org>
58593      Branch: perl
58594            ! lib/overload.t sv.c sv.h t/op/pat.t
58595 ____________________________________________________________________________
58596 [ 17863] By: hv                                    on 2002/09/08  14:11:54
58597         Log: setting PERL_CORE as in #17861 violates assumptions made by taint tests
58598      Branch: perl
58599            ! t/op/taint.t
58600 ____________________________________________________________________________
58601 [ 17862] By: hv                                    on 2002/09/08  14:01:07
58602         Log: Subject: [PATCH t/TestInit.pm] Set env PERL_CORE
58603              From: Michael G Schwern <schwern@pobox.com>
58604              Date: Wed, 4 Sep 2002 11:38:01 -0700
58605              Message-ID: <20020904183801.GF8367@ool-18b93024.dyn.optonline.net>
58606      Branch: perl
58607            ! t/TestInit.pm
58608 ____________________________________________________________________________
58609 [ 17861] By: hv                                    on 2002/09/08  13:58:10
58610         Log: Subject: Re: [PATCH t/test.pl] Let is/isnt() handle undef without warnings
58611              From: Michael G Schwern <schwern@pobox.com>
58612              Date: Fri, 6 Sep 2002 14:03:16 -0700
58613              Message-ID: <20020906210315.GC808@ool-18b93024.dyn.optonline.net>
58614      Branch: perl
58615            ! t/test.pl
58616 ____________________________________________________________________________
58617 [ 17860] By: hv                                    on 2002/09/08  13:48:49
58618         Log: #17859 misuses s/// return values
58619      Branch: perl
58620            ! configpm
58621 ____________________________________________________________________________
58622 [ 17859] By: hv                                    on 2002/09/08  13:17:46
58623         Log: Subject: Re: [PATCH] Attempt at speeding up Config.pm.  Didn't work.
58624              From: Nicholas Clark <nick@unfortu.net>
58625              Date: Mon, 2 Sep 2002 23:22:32 +0100
58626              Message-ID: <20020902222231.GG284@Bagpuss.unfortu.net>
58627      Branch: perl
58628            ! configpm
58629 ____________________________________________________________________________
58630 [ 17850] By: ams                                   on 2002/09/06  03:31:32
58631         Log: Subject: [PATCH] (mostly (Unicode)) pod nits
58632              From: Jarkko Hietaniemi <jhi@iki.fi>
58633              Date: Fri, 6 Sep 2002 06:01:57 +0300
58634              Message-Id: <20020906030157.GA28252@lyta.hut.fi>
58635      Branch: perl
58636            ! pod/perl.pod pod/perlunicode.pod pod/perluniintro.pod
58637 ____________________________________________________________________________
58638 [ 17849] By: gsar                                  on 2002/09/05  06:28:36
58639         Log: document setting the email address
58640      Branch: perl
58641            ! Porting/repository.pod
58642 ____________________________________________________________________________
58643 [ 17848] By: hv                                    on 2002/09/04  23:12:15
58644         Log: AUTHORS: preferred address for Allen Smith
58645      Branch: perl
58646            ! AUTHORS
58647 ____________________________________________________________________________
58648 [ 17847] By: hv                                    on 2002/09/04  23:10:37
58649         Log: copy on write: fixes and debugging
58650              Subject: what copies scalars in ithreads?
58651              From: Nicholas Clark <nick@unfortu.net>
58652              Date: Wed, 4 Sep 2002 21:52:47 +0100
58653              Message-ID: <20020904205247.GA280@Bagpuss.unfortu.net>
58654      Branch: perl
58655            ! sv.c
58656 ____________________________________________________________________________
58657 [ 17846] By: hv                                    on 2002/09/04  23:02:43
58658         Log: Subject: Re: [PATCH] A variety of README nitpicks.
58659              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
58660              Date: Wed, 04 Sep 2002 09:10:05 +0200
58661              Message-Id: <20020904090853.F13D.H.M.BRAND@hccnet.nl>
58662      Branch: perl
58663            ! README.hpux
58664 ____________________________________________________________________________
58665 [ 17845] By: hv                                    on 2002/09/04  15:06:33
58666         Log: Avoid 'unportable' warnings for lib/Math/BigInt/t/constant.t
58667      Branch: perl
58668            ! lib/Math/BigInt/t/constant.t
58669 ____________________________________________________________________________
58670 [ 17844] By: hv                                    on 2002/09/04  14:32:19
58671         Log: #17836 (DB_File-1.805) misses a couple of dTHX declarations
58672      Branch: perl
58673            ! ext/DB_File/DB_File.xs
58674 ____________________________________________________________________________
58675 [ 17843] By: hv                                    on 2002/09/04  14:09:13
58676         Log: #17842 was only half the story
58677              Subject: [PATCH deb.c] Re: HiRes failure is success?
58678              From: Dave Mitchell <davem@fdgroup.com>
58679              Date: Wed, 4 Sep 2002 16:11:15 +0100
58680              Message-ID: <20020904161115.E27603@fdgroup.com>
58681      Branch: perl
58682            ! deb.c
58683 ____________________________________________________________________________
58684 [ 17842] By: hv                                    on 2002/09/04  14:04:40
58685         Log: printf argument mismatch in Perl_deb_stack_all() from change #17718
58686      Branch: perl
58687            ! deb.c
58688 ____________________________________________________________________________
58689 [ 17841] By: hv                                    on 2002/09/04  13:57:27
58690         Log: Subject: [PATCH] op/getpid.t failure
58691              From: Michael G Schwern <schwern@pobox.com>
58692              Date: Tue, 3 Sep 2002 17:48:24 -0700
58693              Message-ID: <20020904004824.GG2701@ool-18b93024.dyn.optonline.net>
58694      Branch: perl
58695            ! t/op/getpid.t
58696 ____________________________________________________________________________
58697 [ 17840] By: hv                                    on 2002/09/04  13:55:20
58698         Log: Subject: [PATCH] File::Basename doesn't lazy load Carp right.
58699              and Subject: [PATCH] More modules that don't lazy load Carp right.
58700              From: Michael G Schwern <schwern@pobox.com>
58701              Date: Tue, 3 Sep 2002 17:21:57 -0700
58702              Message-ID: <20020904002157.GD2701@ool-18b93024.dyn.optonline.net>
58703              and Message-ID: <20020904003857.GE2701@ool-18b93024.dyn.optonline.net>
58704      Branch: perl
58705            ! ext/Encode/Unicode/Unicode.pm
58706            ! ext/Encode/lib/Encode/Encoding.pm ext/Sys/Hostname/Hostname.pm
58707            ! lib/File/Basename.pm
58708 ____________________________________________________________________________
58709 [ 17839] By: hv                                    on 2002/09/04  13:47:12
58710         Log: Subject: Re: [PATCH 5.8.0] add accessors for POSIX::SigAction
58711              From: "Brendan O'Dea" <bod@debian.org>
58712              Date: Wed, 4 Sep 2002 02:36:10 +1000
58713              Message-ID: <20020903163610.GA14595@londo.odea.dropbear.id.au>
58714      Branch: perl
58715            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
58716 ____________________________________________________________________________
58717 [ 17838] By: hv                                    on 2002/09/04  13:41:27
58718         Log: Subject: [PATCHes] Still no working Berkeley DB in OS X 10.2
58719              From: =?ISO-8859-1?Q?Kay_R=F6pke?= <kay@dolphin-services.de>
58720              Date: Tue, 3 Sep 2002 13:46:18 +0200
58721              Message-Id: <C287A20E-BF32-11D6-A454-000393414688@dolphin-services.de>
58722      Branch: perl
58723            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-recno.t
58724 ____________________________________________________________________________
58725 [ 17837] By: hv                                    on 2002/09/04  13:38:27
58726         Log: Subject: [PATCH lib/Config.t] test grandfathered Config variables
58727              From: Michael G Schwern <schwern@pobox.com>
58728              Date: Mon, 2 Sep 2002 22:29:07 -0700
58729              Message-ID: <20020903052907.GR8061@ool-18b93024.dyn.optonline.net>
58730      Branch: perl
58731            ! lib/Config.t
58732 ____________________________________________________________________________
58733 [ 17836] By: hv                                    on 2002/09/04  13:35:36
58734         Log: Subject: [PATCH] DB_File 1.805
58735              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
58736              Date: Mon, 2 Sep 2002 23:56:40 +0100
58737              Message-ID: <AIEAJICLCBDNAAOLLOKLAEMCFFAA.Paul.Marquess@btinternet.com>
58738      Branch: perl
58739            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
58740            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
58741            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
58742            ! ext/DB_File/t/db-recno.t ext/DB_File/typemap
58743 ____________________________________________________________________________
58744 [ 17835] By: hv                                    on 2002/09/04  13:23:17
58745         Log: fix coredump after 64k-deep recursion
58746              Subject: Re: debugging coredump with -DD
58747              From: hv@crypt.org
58748              Date: Tue, 03 Sep 2002 14:34:20 +0100
58749              Message-Id: <200209031334.g83DYLN09709@crypt.compulink.co.uk>
58750      Branch: perl
58751            ! cop.h t/op/recurse.t
58752 ____________________________________________________________________________
58753 [ 17834] By: hv                                    on 2002/09/04  13:08:36
58754         Log: perldoc: allow arguments for pager
58755              Subject: perldoc patch for better $Config{pager} support, mandir patch, fhs patch
58756              From: Chip Turner <cturner@redhat.com>
58757              Date: 02 Sep 2002 01:17:23 -0400
58758              Message-ID: <vzku1l9x95o.fsf@minbar.devel.redhat.com>
58759      Branch: perl
58760            ! utils/perldoc.PL
58761 ____________________________________________________________________________
58762 [ 17833] By: hv                                    on 2002/09/04  12:55:54
58763         Log: Subject: [PATCH] use sysconf(_SC_CLK_TCK) for times()
58764              From: Jarkko Hietaniemi <jhi@iki.fi>
58765              Date: Sun, 1 Sep 2002 19:23:55 +0300
58766              Message-ID: <20020901162355.GH12536@lyta.hut.fi>
58767      Branch: perl
58768            ! embedvar.h intrpvar.h perl.c perlapi.h pp_sys.c
58769 ____________________________________________________________________________
58770 [ 17832] By: hv                                    on 2002/09/04  12:39:42
58771         Log: Subject: Re: [PATCH] Correct/completes Overloading in XS mods
58772              From: John Peacock <jpeacock@rowman.com>
58773              Date: Sun, 01 Sep 2002 15:00:12 -0400
58774              Message-ID: <3D7263BC.9020608@rowman.com>
58775      Branch: perl
58776            ! lib/ExtUtils/xsubpp pod/perlxs.pod
58777 ____________________________________________________________________________
58778 [ 17831] By: hv                                    on 2002/09/04  11:47:10
58779         Log: #17827 misses some win32 tweaks
58780      Branch: perl
58781            ! win32/Makefile win32/makefile.mk
58782 ____________________________________________________________________________
58783 [ 17830] By: hv                                    on 2002/09/04  11:41:22
58784         Log: update email address for Paul Marquess
58785      Branch: perl
58786            ! AUTHORS
58787 ____________________________________________________________________________
58788 [ 17829] By: hv                                    on 2002/09/04  11:38:39
58789         Log: Subject: Correction for AUTHORS.html
58790              From: Sean Davis <dive@ender.com>
58791              Date: Fri, 30 Aug 2002 03:51:16 -0700
58792              Message-ID: <20020830035116.A18739@endersgame.net>
58793      Branch: perl
58794            ! AUTHORS
58795 ____________________________________________________________________________
58796 [ 17828] By: hv                                    on 2002/09/04  11:31:42
58797         Log: Subject: [PATCH] File::Spec->catfile not canonicalizing consistently
58798              From: Michael G Schwern <schwern@pobox.com>
58799              Date: Fri, 30 Aug 2002 03:40:45 -0700
58800              Message-ID: <20020830104044.GF859@ool-18b93024.dyn.optonline.net>
58801      Branch: perl
58802            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
58803            ! lib/File/Spec/t/Spec.t
58804 ____________________________________________________________________________
58805 [ 17827] By: hv                                    on 2002/09/04  11:21:57
58806         Log: Subject: [PATCH] OS/400 PASE port
58807              From: Jarkko Hietaniemi <jhi@iki.fi>
58808              Date: Thu, 29 Aug 2002 22:22:51 +0300
58809              Message-ID: <20020829192251.GA27102@lyta.hut.fi>
58810      Branch: perl
58811            + README.os400 hints/os400.sh
58812            ! Configure MANIFEST hints/aix.sh lib/Cwd.pm pod/buildtoc.PL
58813            ! pod/perl.pod pod/perlebcdic.pod pod/perlport.pod
58814 ____________________________________________________________________________
58815 [ 17826] By: hv                                    on 2002/09/04  11:10:54
58816         Log: Subject: [PATCH 5.8.0] allow Sys::Syslog test to fail gracefully
58817              From: "Brendan O'Dea" <bod@debian.org>
58818              Date: Thu, 29 Aug 2002 22:42:39 +1000
58819              Message-ID: <20020829124239.GA31934@londo.odea.dropbear.id.au>
58820      Branch: perl
58821            ! ext/Sys/Syslog/syslog.t
58822 ____________________________________________________________________________
58823 [ 17825] By: hv                                    on 2002/09/04  10:53:59
58824         Log: Subject: Re: Possible bug in IPC/Semaphore.pm [PATCH]
58825              From: "John P. Linderman" <jpl@research.att.com>
58826              Date: Wed, 28 Aug 2002 08:04:29 -0400 (EDT)
58827              Message-Id: <200208271900.PAA98096@raptor.research.att.com>
58828      Branch: perl
58829            ! ext/IPC/SysV/Semaphore.pm
58830 ____________________________________________________________________________
58831 [ 17824] By: rgs                                   on 2002/09/03  20:02:36
58832         Log: Subject: [perl #16971] [PATCH] Fix a couple of URLs that changed recently.
58833              From: Richard Soderberg (via RT) <perlbug@perl.org>
58834              Date: 3 Sep 2002 18:48:54 -0000
58835              Message-ID: <rt-16971-36426.15.5276119194873@bugs6.perl.org>
58836
58837              Subject: [PATCH] A variety of README nitpicks.
58838              From: Richard Soderberg <rs@crystalflame.net>
58839              Date: Tue, 3 Sep 2002 11:54:39 -0700 (PDT)
58840              Message-ID: <Pine.LNX.4.33.0209031148280.32671-200000@oregonnet.com>
58841      Branch: perl
58842            ! README.amiga README.dgux README.dos README.epoc README.hpux
58843            ! README.mint README.netware README.vmesa
58844 ____________________________________________________________________________
58845 [ 17823] By: rgs                                   on 2002/09/03  19:47:05
58846         Log: Fix bug #16828.
58847              Add a few tests to ext/B/t/b.t, make it use Test::More.
58848      Branch: perl
58849            ! ext/B/B.xs ext/B/t/b.t
58850 ____________________________________________________________________________
58851 [ 17822] By: rgs                                   on 2002/09/02  19:29:52
58852         Log: Some simple tests for the POSIX::isXXX() functions.
58853      Branch: perl
58854            ! ext/POSIX/t/posix.t
58855 ____________________________________________________________________________
58856 [ 17821] By: rgs                                   on 2002/08/30  19:56:53
58857         Log: Advertise Linux::Pid.
58858      Branch: perl
58859            ! pod/perlfunc.pod pod/perlvar.pod
58860 ____________________________________________________________________________
58861 [ 17819] By: hv                                    on 2002/08/30  13:42:02
58862         Log: Subject: [PATCH] Tweaks to Bleadperl Version Object Support
58863              From: John Peacock <jpeacock@rowman.com>
58864              Date: Wed, 28 Aug 2002 22:13:48 -0400
58865              Message-ID: <3D6D835C.50809@rowman.com>
58866      Branch: perl
58867            ! universal.c util.c
58868 ____________________________________________________________________________
58869 [ 17818] By: hv                                    on 2002/08/30  13:16:05
58870         Log: add test related to change #17799:
58871              Subject: Re: if.pm bug.
58872              From: "Steffen Mueller" <kjx9zthh3001@sneakemail.com>
58873              Date: Thu, 29 Aug 2002 19:39:58 +0200
58874              Message-ID: <20020829173358.34731.qmail@onion.perl.org>
58875      Branch: perl
58876            ! lib/if.t
58877 ____________________________________________________________________________
58878 [ 17817] By: hv                                    on 2002/08/30  13:12:20
58879         Log: Subject: [PATCH] AUTHORS
58880              From: "Brendan O'Dea" <bod@debian.org>
58881              Date: Thu, 29 Aug 2002 22:49:34 +1000
58882              Message-ID: <20020829124934.GA1984@londo.odea.dropbear.id.au>
58883      Branch: perl
58884            ! AUTHORS
58885 ____________________________________________________________________________
58886 [ 17816] By: hv                                    on 2002/08/30  13:10:45
58887         Log: Subject: [PATCH 5.8.0] Term::Cap allow # comments in infcocmp output
58888              From: "Brendan O'Dea" <bod@debian.org>
58889              Date: Thu, 29 Aug 2002 22:46:47 +1000
58890              Message-ID: <20020829124647.GA1498@londo.odea.dropbear.id.au>
58891      Branch: perl
58892            ! lib/Term/Cap.pm
58893 ____________________________________________________________________________
58894 [ 17815] By: hv                                    on 2002/08/30  13:02:41
58895         Log: formatting cleanup and:
58896              Subject: Re: perl-5.8.0 on HP porting center
58897              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
58898              Date: Thu, 29 Aug 2002 12:23:31 +0200
58899              Message-Id: <20020829122221.0CA3.H.M.BRAND@hccnet.nl>
58900      Branch: perl
58901            ! installperl
58902 ____________________________________________________________________________
58903 [ 17814] By: hv                                    on 2002/08/30  12:23:33
58904         Log: Subject: [PATCH] perlmod.pod nit
58905              From: Autrijus Tang <autrijus@autrijus.org>
58906              Date: Thu, 29 Aug 2002 03:49:34 +0800
58907              Message-ID: <20020828194934.GA12244@not.autrijus.org>
58908      Branch: perl
58909            ! pod/perlmod.pod
58910 ____________________________________________________________________________
58911 [ 17813] By: hv                                    on 2002/08/30  12:19:15
58912         Log: Subject: [PATCH] Re: glob names and Regexp type introspection
58913              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
58914              Date: Thu, 29 Aug 2002 17:31:31 -0700
58915              Message-ID: <jzrb9gzkgO7W092yn@efn.org>
58916      Branch: perl
58917            ! sv.c t/op/pat.t
58918 ____________________________________________________________________________
58919 [ 17812] By: hv                                    on 2002/08/30  12:06:20
58920         Log: Subject: [PATCH] typos in Hash::Util documentation
58921              From: Slaven Rezic <slaven.rezic@berlin.de>
58922              Date: Wed, 28 Aug 2002 17:08:50 +0200 (CEST)
58923              Message-Id: <200208281508.g7SF8o9Z015197@vran.herceg.de>
58924      Branch: perl
58925            ! lib/Hash/Util.pm
58926 ____________________________________________________________________________
58927 [ 17811] By: hv                                    on 2002/08/30  12:02:59
58928         Log: Subject: Re: Recent changes on the HP porting center
58929              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
58930              Date: Wed, 28 Aug 2002 17:39:27 +0200
58931              Message-Id: <20020828173024.3E95.H.M.BRAND@hccnet.nl>
58932      Branch: perl
58933            ! README.hpux
58934 ____________________________________________________________________________
58935 [ 17810] By: hv                                    on 2002/08/30  11:58:18
58936         Log: Subject: [PATCH] Fixes to threads::shared when disabled
58937              From: Michael G Schwern <schwern@pobox.com>
58938              Date: Wed, 28 Aug 2002 06:04:18 -0700
58939              Message-ID: <20020828130418.GG773@ool-18b93024.dyn.optonline.net>
58940      Branch: perl
58941            + ext/threads/shared/t/disabled.t
58942            ! MANIFEST ext/threads/shared/shared.pm
58943            ! ext/threads/shared/t/hv_refs.t
58944 ____________________________________________________________________________
58945 [ 17808] By: ams                                   on 2002/08/30  02:59:31
58946         Log: Subject: [PATCH] Tru64 vs Berkeley DB
58947              From: Jarkko Hietaniemi <jhi@iki.fi>
58948              Date: Fri, 30 Aug 2002 06:56:38 +0300
58949              Message-Id: <20020830035638.GB874@lyta.hut.fi>
58950      Branch: perl
58951            ! README.tru64 hints/dec_osf.sh
58952 ____________________________________________________________________________
58953 [ 17807] By: ams                                   on 2002/08/30  02:32:30
58954         Log: Subject: [PATCH] IRIX + INSTALL
58955              From: Jarkko Hietaniemi <jhi@iki.fi>
58956              Date: Fri, 30 Aug 2002 06:31:48 +0300
58957              Message-Id: <20020830033148.GA874@lyta.hut.fi>
58958      Branch: perl
58959            ! INSTALL hints/irix_6.sh
58960 ____________________________________________________________________________
58961 [ 17806] By: hv                                    on 2002/08/29  22:56:45
58962         Log: #17449 failed to apply the actual patch. This is it.
58963      Branch: perl
58964            ! lib/Exporter.pm lib/Exporter/Heavy.pm
58965 ____________________________________________________________________________
58966 [ 17805] By: hv                                    on 2002/08/29  13:49:04
58967         Log: Fix based on:
58968              Subject: [perl #16799] Perl 5.8.0 breaks POSIX::isprint() (and other POSIX::xxx)
58969              From: "esm@pobox.com (via RT)" <perlbug@perl.org>
58970              Date: 27 Aug 2002 22:10:16 -0000
58971              Message-Id: <rt-16799-35846.14.4842888832041@bugs6.perl.org>
58972      Branch: perl
58973            ! ext/POSIX/POSIX.xs
58974 ____________________________________________________________________________
58975 [ 17804] By: hv                                    on 2002/08/29  13:29:43
58976         Log: Subject: [PATCH] B::check_av() ; B::Deparse for CHECK blocks
58977              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
58978              Date: Tue, 27 Aug 2002 23:36:53 +0200
58979              Message-Id: <20020827233653.535bc211.rgarciasuarez@free.fr>
58980      Branch: perl
58981            ! embedvar.h ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm intrpvar.h
58982            ! perl.c perlapi.h sv.c
58983 ____________________________________________________________________________
58984 [ 17803] By: ams                                   on 2002/08/29  13:09:47
58985         Log: Subject: [PATCH] AIX compiler setup sanity checking
58986              From: Jarkko Hietaniemi <jhi@iki.fi>
58987              Date: Thu, 29 Aug 2002 16:43:51 +0300
58988              Message-Id: <20020829134351.GG5219@lyta.hut.fi>
58989      Branch: perl
58990            ! hints/aix.sh
58991 ____________________________________________________________________________
58992 [ 17802] By: hv                                    on 2002/08/29  12:32:51
58993         Log: Subject: [perl #16769] Documention bug
58994              From: "dformosa@dformosa.zeta.org.au (via RT)" <perlbug@perl.org>
58995              Date: 26 Aug 2002 10:01:04 -0000
58996              Message-Id: <rt-16769-35720.17.1057454913803@bugs6.perl.org>
58997      Branch: perl
58998            ! pod/perl58delta.pod
58999 ____________________________________________________________________________
59000 [ 17801] By: hv                                    on 2002/08/29  12:19:30
59001         Log: Subject: [PATCH] ExtUtils::Constant 0.14
59002              From: Nicholas Clark <nick@unfortu.net>
59003              Date: Sun, 25 Aug 2002 18:06:00 +0100
59004              Message-ID: <20020825170600.GE322@Bagpuss.unfortu.net>
59005      Branch: perl
59006            ! lib/ExtUtils/Constant.pm lib/ExtUtils/t/Constant.t
59007 ____________________________________________________________________________
59008 [ 17800] By: hv                                    on 2002/08/29  12:08:59
59009         Log: Subject: Patch: Put local($^I, @ARGV) = ... trick back into perlfaq5
59010              From: Mark-Jason Dominus <mjd@plover.com>
59011              Date: Sun, 25 Aug 2002 12:09:53 -0400
59012              Message-ID: <20020825160953.15987.qmail@plover.com>
59013      Branch: perl
59014            ! pod/perlfaq5.pod
59015 ____________________________________________________________________________
59016 [ 17799] By: hv                                    on 2002/08/29  11:48:39
59017         Log: Subject: Re: if.pm bug.
59018              From: "Steffen Mueller" <kjx9zthh3001@sneakemail.com>
59019              Date: Sun, 25 Aug 2002 00:27:59 +0200
59020              Message-ID: <20020824222210.16387.qmail@onion.perl.org>
59021      Branch: perl
59022            ! lib/if.pm
59023 ____________________________________________________________________________
59024 [ 17798] By: hv                                    on 2002/08/29  11:44:00
59025         Log: Subject: [PATCH] posixify getppid on linux-multithread
59026              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
59027              Date: Tue, 6 Aug 2002 21:56:46 +0200
59028              Message-Id: <20020806215646.3f6852bb.rgarciasuarez@free.fr>
59029      Branch: perl
59030            + t/op/getpid.t
59031            ! MANIFEST embedvar.h hints/linux.sh perl.c perlapi.h perlvars.h
59032            ! pod/perlfunc.pod pod/perlvar.pod pp_sys.c util.c
59033 ____________________________________________________________________________
59034 [ 17797] By: hv                                    on 2002/08/29  10:55:41
59035         Log: Subject: Re: [perl #16677] B::SV::FLAGS dumps core
59036              From: Mark-Jason Dominus <mjd@plover.com>
59037              Date: Sun, 25 Aug 2002 22:31:54 -0400
59038              Message-ID: <20020826023154.22986.qmail@plover.com>
59039      Branch: perl
59040            ! ext/B/B.pm
59041 ____________________________________________________________________________
59042 [ 17791] By: hv                                    on 2002/08/27  11:28:32
59043         Log: Missing MANIFEST files for #17783.
59044      Branch: perl
59045            ! MANIFEST
59046 ____________________________________________________________________________
59047 [ 17790] By: hv                                    on 2002/08/27  11:22:36
59048         Log: #17783 introduced an outdated test module, causing failure in
59049              lib/ExtUtils/t/problems.t. This grabs a more recent copy from
59050              ExtUtils::MakeMaker.
59051      Branch: perl
59052            ! t/lib/TieOut.pm
59053 ____________________________________________________________________________
59054 [ 17789] By: ams                                   on 2002/08/27  04:04:48
59055         Log: Subject: Patch perlvar.pod
59056              From: mjd@plover.com
59057              Date: 27 Aug 2002 03:03:01 -0000
59058              Message-Id: <20020827030301.32481.qmail@plover.com>
59059      Branch: perl
59060            ! pod/perlvar.pod
59061 ____________________________________________________________________________
59062 [ 17788] By: hv                                    on 2002/08/26  23:59:47
59063         Log: Update Changes
59064      Branch: perl
59065            ! Changes patchlevel.h
59066 ____________________________________________________________________________
59067 [ 17787] By: hv                                    on 2002/08/26  19:22:27
59068         Log: fix for:
59069              Subject: [perl #16773] "abc" =~ /(ab)()(c)??/ broken
59070              From: (Randal L. Schwartz) (via RT) <perlbug@perl.org>
59071              Date: 26 Aug 2002 15:01:36 -0000
59072              Message-Id: <rt-16773-35748.5.13188490159294@bugs6.perl.org>
59073      Branch: perl
59074            ! regexec.c t/op/re_tests
59075 ____________________________________________________________________________
59076 [ 17786] By: hv                                    on 2002/08/26  15:34:25
59077         Log: Subject: CPAN Upload: S/SB/SBURKE/Test-1.21.tar.gz
59078              From: "Sean M. Burke" <sburke@cpan.org>
59079              Date: Mon, 26 Aug 2002 04:38:19 -0600
59080              Message-Id: <5.1.0.14.1.20020826043702.022ca320@mail.spinn.net>
59081      Branch: perl
59082            ! lib/Test.pm lib/Test/t/fail.t lib/Test/t/mix.t
59083            ! lib/Test/t/todo.t
59084 ____________________________________________________________________________
59085 [ 17785] By: hv                                    on 2002/08/26  15:18:41
59086         Log: fix non-ANSI C++-style comment
59087              Subject: [ PATCH ]  Smoke 17780 /pro/3gl/CPAN/perl-current
59088              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
59089              Date: Mon, 26 Aug 2002 09:15:18 +0200
59090              Message-Id: <20020826090145.6975.H.M.BRAND@hccnet.nl>
59091      Branch: perl
59092            ! ext/Storable/Storable.xs
59093 ____________________________________________________________________________
59094 [ 17784] By: hv                                    on 2002/08/26  15:15:19
59095         Log: #17780 relies on unixy paths to locate own directory for bignum tests.
59096      Branch: perl
59097            ! lib/bignum/t/biinfnan.t lib/bignum/t/bninfnan.t
59098            ! lib/bignum/t/brinfnan.t
59099 ____________________________________________________________________________
59100 [ 17783] By: hv                                    on 2002/08/26  15:07:21
59101         Log: Subject: [ANNOUNCE] Test::Simple 0.47
59102              From: Michael G Schwern <schwern@pobox.com>
59103              Date: Mon, 26 Aug 2002 04:13:03 -0700
59104              Message-ID: <20020826111303.GJ758@ool-18b93024.dyn.optonline.net>
59105      Branch: perl
59106            + lib/Test/Simple/t/details.t lib/Test/Simple/t/fork.t
59107            + lib/Test/Simple/t/has_plan.t lib/Test/Simple/t/has_plan2.t
59108            + lib/Test/Simple/t/ok_obj.t
59109            + t/lib/Test/Simple/sample_tests/pre_plan_death.plx
59110            ! lib/Test/Builder.pm lib/Test/More.pm lib/Test/Simple.pm
59111            ! lib/Test/Simple/Changes lib/Test/Simple/t/exit.t
59112            ! lib/Test/Simple/t/plan.t lib/Test/Simple/t/threads.t
59113            ! lib/Test/Tutorial.pod t/lib/TieOut.pm
59114 ____________________________________________________________________________
59115 [ 17782] By: hv                                    on 2002/08/26  15:00:55
59116         Log: new test for change #17773
59117              Subject: lib/Pod/t/htmlview.t and lib/Pod/t/htmlview.pod patch (to account for the Pod::Html patch)
59118              From: DH <crazyinsomniac@yahoo.com>
59119              Date: Mon, 26 Aug 2002 01:36:27 -0700 (PDT)
59120              Message-ID: <20020826083627.46199.qmail@web40207.mail.yahoo.com>
59121      Branch: perl
59122            ! lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
59123 ____________________________________________________________________________
59124 [ 17781] By: hv                                    on 2002/08/26  14:48:35
59125         Log: #17775 changed reentr.c instead of reentr.pl, which generates it
59126      Branch: perl
59127            ! reentr.pl
59128 ____________________________________________________________________________
59129 [ 17780] By: hv                                    on 2002/08/25  19:03:50
59130         Log: fix bignum test failures
59131      Branch: perl
59132            ! lib/bignum/t/biinfnan.t lib/bignum/t/bninfnan.t
59133            ! lib/bignum/t/brinfnan.t
59134 ____________________________________________________________________________
59135 [ 17779] By: hv                                    on 2002/08/25  18:56:29
59136         Log: upgrade bignum to v0.13: fix test failures and update docs
59137      Branch: perl
59138            ! lib/bignum.pm lib/bignum/t/bignum.t lib/bignum/t/bninfnan.t
59139 ____________________________________________________________________________
59140 [ 17778] By: hv                                    on 2002/08/25  18:43:06
59141         Log: Subject: Encode 1.76 Released
59142              From: Dan Kogai <dankogai@dan.co.jp>
59143              Date: su elo 25, 2002  11:27:07 US/Eastern
59144              Message-Id: <1DE68466-B83F-11D6-8805-0003939A104C@dan.co.jp>
59145      Branch: perl
59146            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/bin/piconv
59147            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
59148            ! ext/Encode/lib/Encode/MIME/Header.pm
59149            ! ext/Encode/t/big5-eten.utf ext/Encode/ucm/big5-eten.ucm
59150 ____________________________________________________________________________
59151 [ 17777] By: rgs                                   on 2002/08/25  18:42:46
59152         Log: Fix parsing problems with the // operator.
59153              Make // able to follow various unary operators used without
59154              arguments or parens (shift, pop, getc, pos, readline,
59155              readlink, undef, umask, and the filetest operators), as
59156              well as the <FH> operator.
59157      Branch: perl
59158            ! perl.h t/op/dor.t toke.c
59159 ____________________________________________________________________________
59160 [ 17776] By: hv                                    on 2002/08/25  15:56:37
59161         Log: Subject: [PATCH] ExtUtils::Constant 0.13
59162              From: Nicholas Clark <nick@unfortu.net>
59163              Date: Fri, 23 Aug 2002 19:21:12 +0100
59164              Message-ID: <20020823182111.GA281@Bagpuss.unfortu.net>
59165      Branch: perl
59166            ! lib/ExtUtils/Constant.pm lib/ExtUtils/t/Constant.t
59167 ____________________________________________________________________________
59168 [ 17775] By: hv                                    on 2002/08/25  15:46:28
59169         Log: Subject: [perl #16729] crypt() doesn't work in multithreaded perl
59170              From: "mls@suse.de (via RT)" <perlbug@perl.org>
59171              Date: 23 Aug 2002 15:24:39 -0000
59172              Message-Id: <rt-16729-35555.9.25145891475907@bugs6.perl.org>
59173      Branch: perl
59174            ! reentr.c
59175 ____________________________________________________________________________
59176 [ 17774] By: hv                                    on 2002/08/25  15:29:42
59177         Log: Subject: [PATCH lib/Benchmark.(pm|t)]  Make cmpthese work as documented.
59178              From: Abigail <abigail@foad.org>
59179              Date: Thu, 22 Aug 2002 04:10:39 -0700
59180              Message-ID: <20020822041039.A2089@ucan.foad.org>
59181      Branch: perl
59182            ! lib/Benchmark.pm lib/Benchmark.t
59183 ____________________________________________________________________________
59184 [ 17773] By: hv                                    on 2002/08/25  15:17:16
59185         Log: Subject: Re: a bugfix for Pod::Html (in diff -u format)
59186              From: DH <crazyinsomniac@yahoo.com>
59187              Date: Thu, 22 Aug 2002 02:32:50 -0700 (PDT)
59188              Message-ID: <20020822093250.30523.qmail@web40205.mail.yahoo.com>
59189      Branch: perl
59190            ! lib/Pod/Html.pm
59191 ____________________________________________________________________________
59192 [ 17772] By: hv                                    on 2002/08/25  14:49:37
59193         Log: Subject: Re: p5p patches
59194              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
59195              Date: Fri, 23 Aug 2002 15:27:48 +0200
59196              Message-Id: <20020823152535.D3EA.H.M.BRAND@hccnet.nl>
59197      Branch: perl
59198            ! Porting/patching.pod
59199 ____________________________________________________________________________
59200 [ 17771] By: hv                                    on 2002/08/25  14:45:46
59201         Log: Subject: Newdated info for HP-UX
59202              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
59203              Date: Wed, 21 Aug 2002 20:20:17 +0200
59204              Message-Id: <20020821201737.697B.H.M.BRAND@hccnet.nl>
59205      Branch: perl
59206            ! README.hpux
59207 ____________________________________________________________________________
59208 [ 17770] By: hv                                    on 2002/08/25  14:26:36
59209         Log: Subject: [PATCH] let perlfaq1.pod mention 5.8 as the current stable release
59210              From: "Jos I. Boumans" <kane@cpan.org>
59211              Date: Wed, 21 Aug 2002 14:55:51 +0200
59212              Message-ID: <20020821124817.34761.qmail@onion.perl.org>
59213      Branch: perl
59214            ! pod/perlfaq1.pod
59215 ____________________________________________________________________________
59216 [ 17769] By: hv                                    on 2002/08/25  14:16:50
59217         Log: Subject: bit more for WinCE
59218              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
59219              Date: Wed, 21 Aug 2002 01:31:52 +0400
59220              Message-ID: <000f01c24891$045c4990$2b5ec3d9@vad>
59221      Branch: perl
59222            ! wince/Makefile.ce wince/compile.bat wince/win32io.c
59223            ! wince/wince.c
59224 ____________________________________________________________________________
59225 [ 17768] By: hv                                    on 2002/08/25  14:02:47
59226         Log: Subject: [PATCH] fix lib.pm's import() to accept readonly parameters
59227              From: Anton Berezin <tobez@tobez.org>
59228              Date: Tue, 20 Aug 2002 23:44:25 +0200
59229              Message-ID: <20020820214425.GG16178@heechee.tobez.org>
59230      Branch: perl
59231            ! lib/lib.t lib/lib_pm.PL
59232 ____________________________________________________________________________
59233 [ 17767] By: hv                                    on 2002/08/25  13:52:08
59234         Log: Subject: [perl #16281] patch to enable perldoc -n for MSWin32 (perl-5.8.0)
59235              From: "Randy W. Sims" (via RT) <perlbug@perl.org>
59236              Date: 18 Aug 2002 13:27:12 -0000
59237              Message-Id: <rt-16281-34264.3.49471192322156@bugs6.perl.org>
59238      Branch: perl
59239            ! utils/perldoc.PL
59240 ____________________________________________________________________________
59241 [ 17766] By: rgs                                   on 2002/08/24  20:33:05
59242         Log: Subject: [perl #16737] [PATCH] Perl5.8.0 two simple typos in perlxstut
59243              From: Peter BARABAS (via RT) <perlbug@perl.org>
59244              Date: 24 Aug 2002 08:16:19 -0000
59245              Message-ID: <rt-16737-35573.3.51579548306248@bugs6.perl.org>
59246      Branch: perl
59247            ! pod/perlxstut.pod
59248 ____________________________________________________________________________
59249 [ 17765] By: rgs                                   on 2002/08/24  19:03:52
59250         Log: Subject: [PATCH] remove 2 unit warnings from lib/Net/t/hostname.t
59251              From: Nicholas Clark <nick@unfortu.net>
59252              Date: Sat, 24 Aug 2002 17:01:08 +0100
59253              Message-ID: <20020824160107.GI280@Bagpuss.unfortu.net>
59254              (plus a typo fix)
59255      Branch: perl
59256            ! lib/Net/t/hostname.t
59257 ____________________________________________________________________________
59258 [ 17764] By: rgs                                   on 2002/08/24  12:29:27
59259         Log: a2p wasn't installed with -Dversiononly
59260      Branch: perl
59261            ! installperl
59262 ____________________________________________________________________________
59263 [ 17763] By: hv                                    on 2002/08/23  12:23:31
59264         Log: #17747 caused bad free()s with PERL_DESTRUCT by calling newXS()
59265              with a NULL subaddr. Fix that, and stop it happening again.
59266      Branch: perl
59267            ! op.c universal.c
59268 ____________________________________________________________________________
59269 [ 17762] By: hv                                    on 2002/08/23  11:02:35
59270         Log: fixup threaded build for vstring changes
59271      Branch: perl
59272            ! universal.c util.c
59273 ____________________________________________________________________________
59274 [ 17761] By: ams                                   on 2002/08/23  02:54:09
59275         Log: Incorporate fix from JHI at:
59276              http://rt.perl.org/rt2/Ticket/Display.html?id=16708
59277      Branch: perl
59278            ! ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
59279 ____________________________________________________________________________
59280 [ 17760] By: ams                                   on 2002/08/23  01:30:46
59281         Log: Subject: [PATCH] PPPort IVSIZE and SvPV_nolen
59282              From: Jarkko Hietaniemi <jhi@iki.fi>
59283              Date: Fri, 23 Aug 2002 05:29:09 +0300
59284              Message-Id: <20020823022909.GC9135@lyta.hut.fi>
59285      Branch: perl
59286            ! ext/Devel/PPPort/PPPort.pm
59287 ____________________________________________________________________________
59288 [ 17759] By: ams                                   on 2002/08/23  01:27:23
59289         Log: Subject: [PATCH] x2p/str.c signedness nits
59290              From: Jarkko Hietaniemi <jhi@iki.fi>
59291              Date: Fri, 23 Aug 2002 02:43:30 +0300
59292              Message-Id: <20020822234330.GC31624@lyta.hut.fi>
59293      Branch: perl
59294            ! x2p/str.c
59295 ____________________________________________________________________________
59296 [ 17758] By: hv                                    on 2002/08/22  22:29:45
59297         Log: bignum-0.12 updates from:
59298              Subject: [ANNOUCNE] Big Math::Big* update
59299              From: Tels <perl_dummy@bloodgate.com>
59300              Date: Tue, 13 Aug 2002 22:02:09 +0200 (CEST)
59301              Message-Id: <200208132121.g7DLLRV21408@crypt.org>
59302      Branch: perl
59303            + lib/bignum/t/biinfnan.t lib/bignum/t/bn_lite.t
59304            + lib/bignum/t/bninfnan.t lib/bignum/t/br_lite.t
59305            + lib/bignum/t/brinfnan.t lib/bignum/t/infnan.inc
59306            ! MANIFEST lib/bigint.pm lib/bignum.pm lib/bignum/t/bignum.t
59307            ! lib/bigrat.pm
59308 ____________________________________________________________________________
59309 [ 17757] By: hv                                    on 2002/08/22  22:19:42
59310         Log: new file for #17756
59311      Branch: perl
59312            ! MANIFEST
59313 ____________________________________________________________________________
59314 [ 17756] By: hv                                    on 2002/08/22  22:16:41
59315         Log: Subject: ANNOUCNE: Math::BigRat v0.09
59316              From: Tels <perl_dummy@bloodgate.com>
59317              Date: Wed, 14 Aug 2002 20:12:03 +0200 (CEST)
59318              Message-Id: <200208141812.g7EICrV23771@crypt.org>
59319      Branch: perl
59320            + lib/Math/BigRat/t/big_ap.t
59321            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigrat.t
59322            ! lib/Math/BigRat/t/bigratpm.inc
59323 ____________________________________________________________________________
59324 [ 17755] By: hv                                    on 2002/08/22  19:44:03
59325         Log: new files from #17754
59326      Branch: perl
59327            + lib/Math/BigInt/Scalar.pm lib/Math/BigInt/t/bigints.t
59328 ____________________________________________________________________________
59329 [ 17754] By: hv                                    on 2002/08/22  19:42:58
59330         Log: Subject: ANNOUNCE: Math-BigInt v1.62
59331              From: Tels <perl_dummy@bloodgate.com>
59332              Date: Wed, 21 Aug 2002 19:12:59 +0200 (CEST)
59333              Message-Id: <200208211513.g7LFDUs02512@crypt.org>
59334      Branch: perl
59335            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
59336            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
59337            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bare_mif.t
59338            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
59339            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
59340            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/calling.t
59341            ! lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/mbimbf.inc
59342            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/sub_mbf.t
59343            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/sub_mif.t
59344            ! lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
59345            ! lib/Math/BigInt/t/with_sub.t t/lib/Math/BigFloat/Subclass.pm
59346 ____________________________________________________________________________
59347 [ 17753] By: hv                                    on 2002/08/22  12:05:57
59348         Log: Subject: podlators 1.24 released
59349              From: Russ Allbery <rra@stanford.edu>
59350              Date: Sat, 03 Aug 2002 20:56:42 -0700
59351              Message-ID: <ylbs8jff9h.fsf@windlord.stanford.edu>
59352      Branch: perl
59353            + lib/Pod/t/text-options.t
59354            ! MANIFEST lib/Pod/Text.pm lib/Pod/Text/Overstrike.pm
59355            ! lib/Pod/t/basic.t pod/pod2text.PL
59356 ____________________________________________________________________________
59357 [ 17752] By: hv                                    on 2002/08/22  11:13:17
59358         Log: Subject: [Announce] Unicode::Collate 0.20 -> UCA version 9
59359              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
59360              Date: Fri, 26 Jul 2002 02:59:12 +0900
59361              Message-Id: <20020726025828.B5E9.BQW10602@nifty.com>
59362      Branch: perl
59363            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
59364            ! lib/Unicode/Collate/README lib/Unicode/Collate/keys.txt
59365            ! lib/Unicode/Collate/t/test.t
59366 ____________________________________________________________________________
59367 [ 17751] By: hv                                    on 2002/08/22  11:08:35
59368         Log: fix test failure from #17747
59369      Branch: perl
59370            ! ext/B/t/stash.t
59371 ____________________________________________________________________________
59372 [ 17750] By: hv                                    on 2002/08/22  10:46:19
59373         Log: Subject: [PATCH] Fix DBM filters
59374              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
59375              Date: Wed, 21 Aug 2002 11:40:49 +0100
59376              Message-ID: <AIEAJICLCBDNAAOLLOKLAEHCFEAA.Paul.Marquess@btinternet.com>
59377      Branch: perl
59378            ! XSUB.h ext/DB_File/DB_File.xs ext/DB_File/typemap
59379            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/gdbm.t
59380            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.xs
59381            ! ext/NDBM_File/ndbm.t ext/NDBM_File/typemap
59382            ! ext/ODBM_File/ODBM_File.xs ext/ODBM_File/odbm.t
59383            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.xs
59384            ! ext/SDBM_File/sdbm.t ext/SDBM_File/typemap
59385 ____________________________________________________________________________
59386 [ 17749] By: hv                                    on 2002/08/22  01:04:32
59387         Log: avoid use of %caller::EXPORT
59388              Subject: [PATCH] Re: question about Exporter::import
59389              From: Nicholas Clark <nick@unfortu.net>
59390              Date: Wed, 14 Aug 2002 21:33:12 +0100
59391              Message-id: <20020814203311.GD278@Bagpuss.unfortu.net>
59392      Branch: perl
59393            ! lib/Exporter.pm lib/Exporter/Heavy.pm
59394 ____________________________________________________________________________
59395 [ 17748] By: hv                                    on 2002/08/22  00:54:03
59396         Log: todo test for linux $0 modification
59397              Subject: Re: [perl #16206] $0 in 5.8
59398              From: Slaven Rezic <slaven.rezic@berlin.de>
59399              Date: 17 Aug 2002 21:32:37 +0200
59400              Message-id: <87elcx2sdm.fsf@vran.herceg.de>
59401      Branch: perl
59402            ! t/op/magic.t
59403 ____________________________________________________________________________
59404 [ 17747] By: hv                                    on 2002/08/22  00:11:34
59405         Log: Subject: Re: [PATCH] Version object patch #1
59406              From: John Peacock <jpeacock@rowman.com>
59407              Date: Tue, 20 Aug 2002 22:51:46 -0400 (Wed 03:51 BST)
59408              Message-id: <3D630042.6020407@rowman.com>
59409
59410              Subject: Re: [REVISED PATCH] Magic v-strings
59411              From: John Peacock <jpeacock@rowman.com>
59412              Date: Wed, 21 Aug 2002 15:08:34 -0400 (20:08 BST)
59413              Message-id: <3D63E532.7020305@rowman.com>
59414      Branch: perl
59415            ! sv.c t/op/ver.t universal.c util.c
59416 ____________________________________________________________________________
59417 [ 17746] By: hv                                    on 2002/08/20  16:48:05
59418         Log: Subject: [PATCH] Version object patch #1
59419              From: John Peacock <jpeacock@rowman.com>
59420              Date: Thu, 15 Aug 2002 10:06:21 -0400 (15:06 BST)
59421              Message-id: <3D5BB55D.6090603@rowman.com>
59422              and Message-id: <3D627D1A.4050607@rowman.com>
59423              and t/lib/warnings/universal tweak to skip
59424      Branch: perl
59425            ! embed.fnc embed.h global.sym pod/perlapi.pod proto.h sv.h
59426            ! t/lib/warnings/universal toke.c util.c
59427 ____________________________________________________________________________
59428 [ 17745] By: hv                                    on 2002/08/20  16:27:01
59429         Log: perldelta for #17727
59430      Branch: perl
59431            ! pod/perldelta.pod
59432 ____________________________________________________________________________
59433 [ 17744] By: hv                                    on 2002/08/20  15:34:36
59434         Log: Subject: typo in perfunc.pod
59435              From: "John P. Linderman" <jpl@research.att.com>
59436              Date: Mon, 19 Aug 2002 08:45:31 -0400 (EDT) (13:45 BST)
59437              Message-id: <200208191245.IAA20072@raptor.research.att.com>
59438      Branch: perl
59439            ! pod/perlfunc.pod
59440 ____________________________________________________________________________
59441 [ 17743] By: hv                                    on 2002/08/20  15:31:40
59442         Log: Subject: Re: [PATCH] fix typos in perlpacktut
59443              From: "Mr. Nobody" <mrnobo1024@yahoo.com>
59444              Date: Fri, 16 Aug 2002 20:40:58 -0700 (PDT) (Sat 04:40 BST)
59445              Message-id: <20020817034058.45633.qmail@web20802.mail.yahoo.com>
59446      Branch: perl
59447            ! pod/perlpacktut.pod
59448 ____________________________________________________________________________
59449 [ 17742] By: hv                                    on 2002/08/20  14:51:16
59450         Log: Subject: [REVISED PATCH] Magic v-strings
59451              From: John Peacock <jpeacock@rowman.com>
59452              Date: Sat, 10 Aug 2002 15:56:22 -0400 (20:56 BST)
59453              Message-id: <3D556FE6.6000404@rowman.com>
59454              plus a bit of cleanup
59455      Branch: perl
59456            ! dump.c perl.h pod/perlguts.pod sv.c sv.h util.c
59457 ____________________________________________________________________________
59458 [ 17741] By: hv                                    on 2002/08/20  14:20:16
59459         Log: Subject: Re: [PATCH] Storable and CODE references
59460              From: Slaven Rezic <slaven.rezic@berlin.de>
59461              Date: 17 Aug 2002 21:58:03 +0200
59462              Message-id: <87bs812r78.fsf@vran.herceg.de>
59463      Branch: perl
59464            + ext/Storable/t/code.t
59465            ! MANIFEST ext/Storable/Storable.xs ext/Storable/t/forgive.t
59466            ! ext/Storable/t/malice.t
59467 ____________________________________________________________________________
59468 [ 17740] By: hv                                    on 2002/08/20  14:07:56
59469         Log: Clean up copy-on-write macros and debug facilities (new flag 'C').
59470              Handle CoW in hashes:
59471              Subject: Re: why would tr/// be performing hash copies?
59472              From: Nicholas Clark <nick@unfortu.net>
59473              Date: Sun, 18 Aug 2002 23:17:01 +0100
59474              Message-id: <20020818221700.GD294@Bagpuss.unfortu.net>
59475      Branch: perl
59476            ! hv.c perl.c perl.h pod/perlrun.pod sv.c sv.h
59477 ____________________________________________________________________________
59478 [ 17739] By: hv                                    on 2002/08/20  13:52:18
59479         Log: Subject: Re: [perl #15326] Not OK: perl v5.8.0 on i686-linux-64int-ld 2.4.5
59480              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
59481              Date: Tue, 23 Jul 2002 09:21:10 +0200
59482              Message-id: <20020723092051.184C.H.M.BRAND@hccnet.nl>
59483      Branch: perl
59484            ! Configure
59485 ____________________________________________________________________________
59486 [ 17737] By: ams                                   on 2002/08/19  07:48:39
59487         Log: Effect a speedy recovery from POD affected by (ahem, Australian)
59488              negligence.
59489      Branch: perl
59490            ! pod/perlrun.pod
59491 ____________________________________________________________________________
59492 [ 17736] By: hv                                    on 2002/08/18  18:27:28
59493         Log: Subject: [PATCH] Re: 5.8.0 sprintf (?) problem with floats?
59494              From: Dave Mitchell <davem@fdgroup.com>
59495              Date: Fri, 16 Aug 2002 23:31:07 +0100
59496              Message-id: <20020816233107.E9388@fdgroup.com>
59497      Branch: perl
59498            ! numeric.c t/base/num.t
59499 ____________________________________________________________________________
59500 [ 17735] By: hv                                    on 2002/08/18  02:22:21
59501         Log: Subject: Re: [perl #16198] pod tpyo in hostent.pm
59502              From: Mark-Jason Dominus <mjd@plover.com>
59503              Date: Tue, 13 Aug 2002 21:19:08 -0400 (Wed 02:19 BST)
59504              Message-id: <20020814011909.22744.qmail@plover.com>
59505      Branch: perl
59506            ! lib/Net/hostent.pm
59507 ____________________________________________________________________________
59508 [ 17734] By: hv                                    on 2002/08/18  02:20:05
59509         Log: Subject: [PATCH] Re: Pod::Functions tpyo
59510              From: Abe Timmerman <abe@ztreet.demon.nl>
59511              Date: Tue, 13 Aug 2002 23:47:00 +0200
59512              Message-id: <200208132347.00782.abe@ztreet.demon.nl>
59513      Branch: perl
59514            ! lib/Pod/Functions.pm
59515 ____________________________________________________________________________
59516 [ 17733] By: hv                                    on 2002/08/18  02:17:18
59517         Log: Subject: Server rename revisited
59518              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
59519              Date: Tue, 13 Aug 2002 19:19:03 +0200
59520              Message-id: <20020813191821.DC98.H.M.BRAND@hccnet.nl>
59521      Branch: perl
59522            ! README.hpux
59523 ____________________________________________________________________________
59524 [ 17732] By: hv                                    on 2002/08/18  02:11:49
59525         Log: Subject: [PATCH] Remove old VOS build methods
59526              From: Paul_GreenVOS@vos.stratus.com
59527              Date: Tue, 13 Aug 02 10:25 edt (15:25 BST)
59528              Message-id: <200208131426.KAA01012@mailhub1.stratus.com>
59529      Branch: perl
59530            - vos/Makefile vos/build.cm vos/compile_perl.cm
59531            - vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
59532            - vos/config.ga.h vos/config.pl vos/configure_perl.cm
59533            - vos/install_perl.cm vos/perl.bind vos/test_vos_dummies.c
59534            - vos/vos_dummies.c
59535            ! MANIFEST README.vos pod/perlport.pod vos/Changes
59536 ____________________________________________________________________________
59537 [ 17731] By: hv                                    on 2002/08/18  01:57:12
59538         Log: Subject: [PATCH] Configure missing d_modflproto=''
59539              From: "Gerrit P. Haase" <gp@familiehaase.de>
59540              Date: Tue, 13 Aug 2002 15:11:05 +0200
59541              Message-id: <11417599086.20020813151105@familiehaase.de>
59542      Branch: perl
59543            ! Configure
59544 ____________________________________________________________________________
59545 [ 17730] By: hv                                    on 2002/08/18  01:41:33
59546         Log: missing chunk from #17725 causes lib/constant.t test failures
59547      Branch: perl
59548            ! lib/constant.t
59549 ____________________________________________________________________________
59550 [ 17729] By: hv                                    on 2002/08/17  02:33:15
59551         Log: Subject: [PATCH] Safe.pm documentation
59552              From: Slaven Rezic <slaven.rezic@berlin.de>
59553              Date: Sat, 10 Aug 2002 19:30:38 +0200 (CEST)
59554              Message-id: <200208101730.g7AHUc9p001668@vran.herceg.de>
59555      Branch: perl
59556            ! ext/Opcode/Safe.pm pod/perlre.pod
59557 ____________________________________________________________________________
59558 [ 17728] By: hv                                    on 2002/08/17  02:07:24
59559         Log: Subject: Copy On Write
59560              From: Nicholas Clark <nick@ccl4.org>
59561              Date: Thu, 15 Aug 2002 00:10:35 +0100
59562              Message-id: <20020815001035.A69079@plum.flirble.org>
59563              specify "-Accflags='-DPERL_COPY_ON_WRITE'" to use
59564      Branch: perl
59565            ! doop.c dump.c embed.fnc embed.h mg.c pod/perlapi.pod pp.c
59566            ! pp_hot.c proto.h sv.c sv.h
59567 ____________________________________________________________________________
59568 [ 17727] By: hv                                    on 2002/08/17  01:20:05
59569         Log: Subject: [PATCH 5.7.3] Negative subscripts optionally passed to tied array methods
59570              From: Mark-Jason Dominus <mjd@plover.com>
59571              Date: Sun, 14 Apr 2002 23:38:55 -0400 (Mon 04:38 BST)
59572              Message-id: <20020415033855.6343.qmail@plover.com>
59573      Branch: perl
59574            ! av.c av.h pod/perltie.pod t/op/tiearray.t
59575 ____________________________________________________________________________
59576 [ 17726] By: hv                                    on 2002/08/17  01:17:09
59577         Log: pp.c warns that sv may be used uninitialised in pp_delete()
59578      Branch: perl
59579            ! pp.c
59580 ____________________________________________________________________________
59581 [ 17725] By: hv                                    on 2002/08/17  00:51:19
59582         Log: Subject: [PATCH] Remove pseudo-hashes (complete)
59583              From: Michael G Schwern <schwern@pobox.com>
59584              Date: Tue, 6 Aug 2002 13:05:10 -0700 (21:05 BST)
59585              Message-id: <20020806200510.GC31473@ool-18b93024.dyn.optonline.net>
59586      Branch: perl
59587            ! av.c doop.c dump.c embed.fnc embed.h ext/B/B/Concise.pm
59588            ! global.sym lib/fields.pm lib/fields.t lib/overload.pm mg.c
59589            ! op.c op.h pod/perldiag.pod pod/perlfunc.pod pod/perlref.pod
59590            ! pp.c pp_hot.c proto.h t/op/avhv.t t/op/hashwarn.t
59591 ____________________________________________________________________________
59592 [ 17724] By: hv                                    on 2002/08/17  00:27:33
59593         Log: ext/B/defsubs.h also depends on the program that builds it
59594      Branch: perl
59595            ! ext/B/Makefile.PL
59596 ____________________________________________________________________________
59597 [ 17723] By: hv                                    on 2002/08/17  00:10:24
59598         Log: Subject: Re: deb.c compile time error (patchlevel 17721)
59599              From: Dave Mitchell <davem@fdgroup.com>
59600              Date: Tue, 13 Aug 2002 14:42:15 +0100
59601              Message-ID: <20020813144215.G11939@fdgroup.com>
59602      Branch: perl
59603            ! embed.fnc embed.h global.sym proto.h
59604 ____________________________________________________________________________
59605 [ 17722] By: ams                                   on 2002/08/16  05:20:22
59606         Log: Subject: Minor perlrun.pod patch
59607              From: Iain Truskett <spoon@cpan.org>
59608              Date: Fri, 16 Aug 2002 16:20:27 +1000
59609              Message-Id: <20020816162027.D17196@eh.org>
59610      Branch: perl
59611            ! pod/perlrun.pod
59612 ____________________________________________________________________________
59613 [ 17721] By: hv                                    on 2002/08/12  12:17:19
59614         Log: #17717 needed tests fixing up
59615      Branch: perl
59616            ! t/op/chop.t
59617 ____________________________________________________________________________
59618 [ 17720] By: hv                                    on 2002/08/12  12:10:07
59619         Log: Subject: Re: [PATCH] Re: taint news
59620              From: Rick Delaney <rick.delaney@rogers.com>
59621              Date: 04 Aug 2002 00:28:58 EDT
59622              Message-ID: <m3heibs0vp.fsf@cs839290-a.mtth.phub.net.cable.rogers.com>
59623              missed patch fragment from Change #17676
59624      Branch: perl
59625            ! pod/perlsec.pod
59626 ____________________________________________________________________________
59627 [ 17719] By: hv                                    on 2002/08/12  12:03:53
59628         Log: Subject: [perl #15987] Tests fail when sources are under CVS control
59629              From: Warren Jones (via RT) <perlbug@perl.org>
59630              Date: 5 Aug 2002 19:08:50 -0000 (Mon 20:08 BST)
59631              Message-id: <rt-15987-32864.15.6255441902154@bugs6.perl.org>
59632      Branch: perl
59633            ! lib/strict.t lib/warnings.t
59634 ____________________________________________________________________________
59635 [ 17718] By: hv                                    on 2002/08/12  11:57:17
59636         Log: Subject: [PATCH] add verbose stack display option, -Dvs
59637              From: Dave Mitchell <davem@fdgroup.com>
59638              Date: Mon, 5 Aug 2002 00:55:33 +0100
59639              Message-id: <20020805005533.B26111@fdgroup.com>
59640      Branch: perl
59641            ! deb.c dump.c embed.fnc embed.h perl.c perl.h pod/perlapi.pod
59642            ! pod/perlrun.pod proto.h
59643 ____________________________________________________________________________
59644 [ 17717] By: hv                                    on 2002/08/12  11:44:06
59645         Log: Subject: Re: [PATCH@8545] [ID 20000808.005] OP_REFGEN as an lvalue
59646              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
59647              Date: Sat, 27 Jan 2001 19:31:29 -0800 (PST)
59648              Message-ID: <14963.32943.102669.67625@soda.csua.berkeley.edu>
59649      Branch: perl
59650            ! op.c t/op/chop.t t/op/ref.t
59651 ____________________________________________________________________________
59652 [ 17716] By: hv                                    on 2002/08/12  11:29:53
59653         Log: Subject: Re: [ID 20020713.001] chomp($data=<tied_fh>) strangeness.
59654              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
59655              Date: Sat, 13 Jul 2002 17:44:02 +0100
59656              Message-id: <200207131644.g6DGi2214456@crypt.compulink.co.uk>
59657      Branch: perl
59658            ! pp_hot.c t/op/tiehandle.t
59659 ____________________________________________________________________________
59660 [ 17715] By: hv                                    on 2002/08/12  11:28:26
59661         Log: Subject: [PATCH] better modfl detection
59662              From: Nicholas Clark <nick@unfortu.net>
59663              Date: Sun, 11 Aug 2002 20:05:49 +0100
59664              Message-id: <20020811190548.GK300@Bagpuss.unfortu.net>
59665      Branch: perl
59666            ! Configure config_h.SH perl.h
59667 ____________________________________________________________________________
59668 [ 17714] By: hv                                    on 2002/08/12  11:26:23
59669         Log: Subject: [PATCH] perltodo.pod
59670              From: Richard.Foley@t-online.de
59671              Date: Sun, 11 Aug 2002 18:26:10 +0200
59672              Message-id: <17dwY1-0spbdoC@fwd06.sul.t-online.com>
59673              perlbug credits
59674      Branch: perl
59675            ! pod/perltodo.pod
59676 ____________________________________________________________________________
59677 [ 17713] By: hv                                    on 2002/08/12  11:24:44
59678         Log: Subject: [PATCH] gv_fullname3 as call to gv_fullname4
59679              From: Nicholas Clark <nick@unfortu.net>
59680              Date: Sun, 11 Aug 2002 16:59:16 +0100
59681              Message-id: <20020811155914.GE300@Bagpuss.unfortu.net>
59682      Branch: perl
59683            ! gv.c
59684 ____________________________________________________________________________
59685 [ 17712] By: hv                                    on 2002/08/12  11:23:06
59686         Log: Subject: Re: Smoke 17703 /pro/3gl/CPAN/perl-current
59687              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
59688              Date: Mon, 12 Aug 2002 10:25:20 +0200
59689              Message-id: <20020812102347.AFB6.H.M.BRAND@hccnet.nl>
59690              gcc bug test needs -lm
59691      Branch: perl
59692            ! hints/hpux.sh
59693 ____________________________________________________________________________
59694 [ 17711] By: hv                                    on 2002/08/12  11:20:49
59695         Log: Subject: [PATCH s2p] Small typo correction
59696              From: "Newton, Philip" <Philip.Newton@datenrevision.de>
59697              Date: Wed, 7 Aug 2002 11:50:51 +0200
59698              Message-id: <C9A98F2128EDD411B0920008C7B337A13DCE2B@hamsem01.de.gedas.vwg>
59699      Branch: perl
59700            ! x2p/s2p.PL
59701 ____________________________________________________________________________
59702 [ 17710] By: hv                                    on 2002/08/12  11:17:21
59703         Log: Subject: [PATCH] pod/perlfaq4.pod
59704              From: Abigail <abigail@foad.org>
59705              Date: Tue, 30 Jul 2002 09:52:02 -0700 (17:52 BST)
59706              Message-id: <20020730095202.A6462@ucan.foad.org>
59707              Add references to Regexp::Common.
59708      Branch: perl
59709            ! pod/perlfaq4.pod
59710 ____________________________________________________________________________
59711 [ 17707] By: rgs                                   on 2002/08/09  21:23:20
59712         Log: Subject: New HP-UX itanium servers
59713              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
59714              Date: Wed, 07 Aug 2002 13:25:57 +0200
59715              Message-ID: <20020807132518.FCBF.H.M.BRAND@hccnet.nl>
59716      Branch: perl
59717            ! README.hpux
59718 ____________________________________________________________________________
59719 [ 17706] By: rgs                                   on 2002/08/09  21:00:41
59720         Log: Subject: Re: missing lower range in {} regex
59721              From: "John P. Linderman" <jpl@research.att.com>
59722              Date: Fri, 09 Aug 2002 12:48:55 -0400
59723              Message-ID: <200208091648.MAA77577@raptor.research.att.com>
59724      Branch: perl
59725            ! pod/perlre.pod
59726 ____________________________________________________________________________
59727 [ 17705] By: rgs                                   on 2002/08/08  20:57:59
59728         Log: More tests for the attribute syntax, from the
59729              attributes manpage.
59730      Branch: perl
59731            ! t/op/attrs.t
59732 ____________________________________________________________________________
59733 [ 17704] By: rgs                                   on 2002/08/08  19:47:44
59734         Log: Fix bug #16080 : an attribute list should end at '}'
59735      Branch: perl
59736            ! t/op/attrs.t toke.c
59737 ____________________________________________________________________________
59738 [ 17703] By: hv                                    on 2002/08/08  15:30:12
59739         Log: Update Changes
59740      Branch: perl
59741            ! Changes patchlevel.h
59742 ____________________________________________________________________________
59743 [ 17702] By: hv                                    on 2002/08/08  15:08:57
59744         Log: Subject: Re: README.aix
59745              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
59746              Date: Tue, 30 Jul 2002 13:30:29 +0200
59747              Message-id: <20020730130812.48B9.H.M.BRAND@hccnet.nl>
59748      Branch: perl
59749            ! README.aix
59750 ____________________________________________________________________________
59751 [ 17701] By: hv                                    on 2002/08/08  15:06:01
59752         Log: Subject: [PATCH] Re: pp_sys.c compile failed..
59753              From: Andy Dougherty <doughera@lafayette.edu>
59754              Date: Tue, 6 Aug 2002 10:42:07 -0400 (EDT) (15:42 BST)
59755              Message-id: <Pine.SOL.4.10.10208061024250.5315-100000@maxwell.phys.lafayette.edu>
59756      Branch: perl
59757            ! hints/aix.sh
59758 ____________________________________________________________________________
59759 [ 17700] By: hv                                    on 2002/08/08  15:02:57
59760         Log: Subject: [DOC PATCH] perlipc.pod
59761              From: Arjen Laarhoven <arjen@nl.demon.net>
59762              Date: Tue, 6 Aug 2002 14:16:01 +0200
59763              Message-id: <20020806121601.GK40785@aragorn.noc.nl.demon.net>
59764      Branch: perl
59765            ! pod/perlipc.pod
59766 ____________________________________________________________________________
59767 [ 17699] By: hv                                    on 2002/08/08  14:56:56
59768         Log: Subject: [PATCH] Re: [perl #15898] coredump with variable our
59769              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
59770              Date: Fri, 2 Aug 2002 23:44:21 +0200
59771              Message-id: <20020802234421.11c62fe6.rgarciasuarez@free.fr>
59772      Branch: perl
59773            ! op.c t/op/attrs.t
59774 ____________________________________________________________________________
59775 [ 17698] By: hv                                    on 2002/08/08  14:52:45
59776         Log: Subject: [perl #16000] Configure -Dstatic_ext=foo builds foo as both static and dynamic
59777              From: Yitzchak Scott-Thoennes (via RT) <perlbug@perl.org>
59778              Date: 6 Aug 2002 04:28:15 -0000 (Tue 05:28 BST)
59779              Message-id: <rt-16000-32913.8.41582281961522@bugs6.perl.org>
59780      Branch: perl
59781            ! Configure
59782 ____________________________________________________________________________
59783 [ 17697] By: hv                                    on 2002/08/08  14:49:00
59784         Log: Subject: Doc patch for Class::Struct under 5.8.0
59785              From: Damian Conway <damian@conway.org>
59786              Date: Tue, 30 Jul 2002 23:03:14 +1000
59787              Message-id: <3D471FCF.1C7C6E6B@conway.org>
59788      Branch: perl
59789            ! lib/Class/Struct.pm
59790 ____________________________________________________________________________
59791 [ 17696] By: hv                                    on 2002/08/08  14:44:21
59792         Log: Subject: Re: [perl #15523] Memory Leak in split with trailing empty elements
59793              From: Slaven Rezic <slaven.rezic@berlin.de>
59794              Date: 31 Jul 2002 09:50:06 +0200
59795              Message-id: <87ado85ob5.fsf@vran.herceg.de>
59796      Branch: perl
59797            ! pp.c
59798 ____________________________________________________________________________
59799 [ 17695] By: hv                                    on 2002/08/08  14:40:41
59800         Log: Subject: [PATCH] Re: [perl #15479] perl 5.8.0 segfault
59801              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
59802              Date: Fri, 2 Aug 2002 00:13:10 +0200
59803              Message-id: <20020802001310.7e1dc694.rgarciasuarez@free.fr>
59804      Branch: perl
59805            + t/op/stash.t
59806            ! MANIFEST perl.h
59807 ____________________________________________________________________________
59808 [ 17694] By: hv                                    on 2002/08/08  14:31:55
59809         Log: Subject: Re: [RE-PATCH] Not OK: perl v5.8.0 on PA-RISC2.0 11.00
59810              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
59811              Date: Wed, 31 Jul 2002 16:04:02 +0200
59812              Message-id: <20020731155005.4915.H.M.BRAND@hccnet.nl>
59813      Branch: perl
59814            ! hints/hpux.sh
59815 ____________________________________________________________________________
59816 [ 17693] By: hv                                    on 2002/08/08  14:25:16
59817         Log: Subject: [PATCH: lib/ExtUtils/MM_Unix.pm] Be less strict about what's POD.
59818              From: Abigail <abigail@foad.org>
59819              Date: Thu, 25 Jul 2002 08:52:52 -0700 (16:52 BST)
59820              Message-id: <20020725085252.A2703@ucan.foad.org>
59821      Branch: perl
59822            ! lib/ExtUtils/MM_Unix.pm
59823 ____________________________________________________________________________
59824 [ 17692] By: hv                                    on 2002/08/08  14:20:05
59825         Log: Subject: [PATCH] README.jp and README.cn
59826              From: Autrijus Tang <autrijus@autrijus.org>
59827              Date: Thu, 25 Jul 2002 07:05:11 +0800
59828              Message-id: <20020724230511.GA1327@not.autrijus.org>
59829      Branch: perl
59830            ! README.cn README.jp
59831 ____________________________________________________________________________
59832 [ 17691] By: hv                                    on 2002/08/08  14:01:50
59833         Log: Subject: [perl #15398] Usage::pod2usage looks for perldoc in $Config{bin} and not in $Config{scriptdir}
59834              From: Henrik Tougaard (via RT) <perlbug@perl.org>
59835              Date: 23 Jul 2002 13:45:49 -0000 (Tue 14:45 BST)
59836              Message-id: <rt-15398-31095.6.30466042998663@perl>
59837      Branch: perl
59838            ! lib/Pod/Usage.pm
59839 ____________________________________________________________________________
59840 [ 17690] By: rgs                                   on 2002/08/07  19:56:42
59841         Log: Doc fix : the symbol for COPs wasn't documented.
59842      Branch: perl
59843            ! opcode.pl
59844 ____________________________________________________________________________
59845 [ 17689] By: rgs                                   on 2002/08/06  20:45:30
59846         Log: Subject: Re: no warnings 'io';
59847              From: Nicholas Clark <nick@unfortu.net>
59848              Date: Sat, 27 Jul 2002 21:49:55 +0100
59849              Message-ID: <20020727204954.GB5117@Bagpuss.unfortu.net>
59850
59851              Plus a little bit of regression tests.
59852      Branch: perl
59853            ! t/lib/warnings/pp_hot util.c
59854 ____________________________________________________________________________
59855 [ 17688] By: rgs                                   on 2002/08/06  20:04:19
59856         Log: Subject: [PATCH] XS build fix for VMS
59857              From: "Craig A. Berry" <craigberry@mac.com>
59858              Date: Sun, 4 Aug 2002 12:13:06 -0500
59859              Message-ID: <a05111b07b97256e1c335@[172.16.52.1]>
59860      Branch: perl
59861            ! vms/descrip_mms.template
59862 ____________________________________________________________________________
59863 [ 17687] By: rgs                                   on 2002/08/06  19:50:12
59864         Log: PerlIO::scalar wasn't able to read from non-string
59865              scalar ; now stringifies its argument.
59866      Branch: perl
59867            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
59868 ____________________________________________________________________________
59869 [ 17686] By: rgs                                   on 2002/08/06  19:10:51
59870         Log: More regression tests for $^H and %^H.
59871              Add a TODO test for eval "" preserving %^H.
59872      Branch: perl
59873            ! t/comp/hints.t
59874 ____________________________________________________________________________
59875 [ 17685] By: hv                                    on 2002/08/05  22:42:09
59876         Log: Subject: Re: mention of "use sort" botched in perlfunc? + PATCH
59877              From: "John P. Linderman" <jpl@research.att.com>
59878              Date: Sun, 21 Jul 2002 12:13:32 -0400 (17:13 BST)
59879              Message-id: <200207211613.MAA69505@raptor.research.att.com>
59880      Branch: perl
59881            ! lib/sort.pm lib/sort.t
59882 ____________________________________________________________________________
59883 [ 17684] By: hv                                    on 2002/08/05  22:35:22
59884         Log: Integrate from perlio: change #17653 fixes bug RT15283
59885      Branch: perl
59886           !> ext/PerlIO/via/via.xs
59887 ____________________________________________________________________________
59888 [ 17683] By: hv                                    on 2002/08/05  22:26:45
59889         Log: Integrate from maint-5.6/macperl via macperl
59890              Changes 17660, 17661, 17662, 17663, 17664
59891      Branch: perl
59892           !> perl.c
59893 ____________________________________________________________________________
59894 [ 17682] By: hv                                    on 2002/08/05  15:04:54
59895         Log: Subject: Defined-or patch (cleaned up)
59896              From: "Brent Dax" <brentdax@cpan.org>
59897              Date: Fri, 26 Jul 2002 05:41:52 -0700 (13:41 BST)
59898              Message-id: <000001c234a1$d1ca72c0$6501a8c0@deepblue>
59899      Branch: perl
59900            + t/op/dor.t
59901            ! MANIFEST embed.h ext/B/B/Deparse.pm ext/Opcode/Opcode.pm
59902            ! keywords.h keywords.pl op.c opcode.h opcode.pl opnames.h
59903            ! perly.c perly.h perly.y perly_c.diff pod/perlop.pod pp.sym
59904            ! pp_ctl.c pp_hot.c pp_proto.h toke.c vms/perly_c.vms
59905            ! vms/perly_h.vms
59906 ____________________________________________________________________________
59907 [ 17681] By: hv                                    on 2002/08/05  14:41:23
59908         Log: typo
59909      Branch: perl
59910            ! keywords.h keywords.pl
59911 ____________________________________________________________________________
59912 [ 17680] By: hv                                    on 2002/08/05  14:33:39
59913         Log: warn that keywords.h is generated
59914      Branch: perl
59915            ! keywords.h keywords.pl
59916 ____________________________________________________________________________
59917 [ 17679] By: hv                                    on 2002/08/04  23:40:22
59918         Log: again: #17678 caused test failures in pod2html,
59919              in which $1 could leak from previous regexp
59920      Branch: perl
59921            ! mg.c
59922 ____________________________________________________________________________
59923 [ 17678] By: hv                                    on 2002/08/04  15:34:19
59924         Log: Subject: Re: [ID 20020704.001] my $foo = $1 won't taint $foo (with use re 'taint')
59925              From: hv@crypt.org
59926              Date: Sun, 04 Aug 2002 17:40:30 +0100
59927              Message-id: <200208041640.g74GeUU25061@crypt.compulink.co.uk>
59928      Branch: perl
59929            ! mg.c t/op/taint.t
59930 ____________________________________________________________________________
59931 [ 17677] By: hv                                    on 2002/08/04  15:25:25
59932         Log: Main branch no longer needs op/taint.t version check.
59933      Branch: perl
59934            ! t/op/taint.t
59935 ____________________________________________________________________________
59936 [ 17676] By: hv                                    on 2002/08/04  15:14:09
59937         Log: Subject: Re: [PATCH] Re: taint news
59938              From: Rick Delaney <rick.delaney@rogers.com>
59939              Date: 04 Aug 2002 00:28:58 EDT
59940              Message-ID: <m3heibs0vp.fsf@cs839290-a.mtth.phub.net.cable.rogers.com>
59941              Ref: 20020208.005
59942      Branch: perl
59943            ! pp_sys.c
59944 ____________________________________________________________________________
59945 [ 17675] By: hv                                    on 2002/08/04  01:48:36
59946         Log: Fix email address for Kragen Sitaker <kragen@pobox.com>.
59947      Branch: perl
59948            ! AUTHORS
59949 ____________________________________________________________________________
59950 [ 17674] By: hv                                    on 2002/08/04  01:30:11
59951         Log: Subject: [PATCH] AUTHORS
59952              From: Colin Watson <colinw@zeus.com>
59953              Date: Thu, 25 Jul 2002 15:54:37 +0100
59954              Message-id: <20020725145437.GC4921@zeus.com>
59955      Branch: perl
59956            ! AUTHORS
59957 ____________________________________________________________________________
59958 [ 17673] By: hv                                    on 2002/08/04  01:27:36
59959         Log: Subject: [PATCH] AUTHORS
59960              From: Walt Mankowski <waltman@pobox.com>
59961              Date: Sat, 20 Jul 2002 22:56:12 -0400 (Sun 03:56 BST)
59962              Message-id: <20020721025612.GB15958@pobox.com>
59963      Branch: perl
59964            ! AUTHORS
59965 ____________________________________________________________________________
59966 [ 17672] By: hv                                    on 2002/08/04  01:25:14
59967         Log: Subject: Re: mention of "use sort" botched in perlfunc?
59968              From: Michael G Schwern <schwern@pobox.com>
59969              Date: Sat, 20 Jul 2002 13:49:58 -0400 (18:49 BST)
59970              Message-id: <20020720174958.GL362@ool-18b93024.dyn.optonline.net>
59971      Branch: perl
59972            ! pod/perlfunc.pod
59973 ____________________________________________________________________________
59974 [ 17671] By: hv                                    on 2002/08/04  01:11:32
59975         Log: Change version from 5.8.0 to 5.9.0.
59976      Branch: perl
59977            ! Configure NetWare/Makefile NetWare/config_H.wc
59978            ! Porting/config.sh Porting/config_H README.win32 config_h.SH
59979            ! cygwin/perlld.in epoc/config.sh epoc/createpkg.pl
59980            ! hints/dgux.sh installperl lib/ExtUtils/MM_NW5.pm makedef.pl
59981            ! patchlevel.h win32/Makefile win32/makefile.mk
59982            ! wince/Makefile.ce
59983 ____________________________________________________________________________
59984 [ 17656] By: ams                                   on 2002/07/28  06:12:33
59985         Log: Subject: [PATCH] Typo in regcomp.c
59986              From: Chris Ball <chris@cpan.org>
59987              Date: 26 Jul 2002 17:49:35 +0100
59988              Message-Id: <868z3yzb6o.fsf@void.printf.net>
59989              (With additional tweak to s_reginclasslen.)
59990      Branch: perl
59991            ! regcomp.c
59992 ____________________________________________________________________________
59993 [ 17655] By: jhi                                   on 2002/07/25  20:37:16
59994         Log: Upgrade to Unicode::Collate 0.20.
59995      Branch: perl
59996            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
59997            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
59998 ____________________________________________________________________________
59999 [ 17654] By: jhi                                   on 2002/07/23  16:33:52
60000         Log: Commas, schcommas.
60001      Branch: perl
60002            ! patchlevel.h
60003 ____________________________________________________________________________
60004 [ 17644] By: jhi                                   on 2002/07/19  18:55:18
60005         Log: Copy perldelta as perl58delta, purge the perldelta.
60006      Branch: perl
60007            + pod/perl58delta.pod
60008            ! MANIFEST pod/perldelta.pod
60009 ____________________________________________________________________________
60010 [ 17642] By: jhi                                   on 2002/07/19  16:37:39
60011         Log: Update Changes; mainly to get the DEVELNNNNN stamp back in business.
60012      Branch: perl
60013            ! Changes patchlevel.h
60014 ____________________________________________________________________________
60015 [ 17641] By: jhi                                   on 2002/07/19  16:31:08
60016         Log: Integrate perlio (no changes, but that's fine).
60017      Branch: perl
60018           !> embed.fnc perl.h
60019 ____________________________________________________________________________
60020 [ 17639] By: jhi                                   on 2002/07/19  00:47:18
60021         Log: It's all yours, Hugo.
60022      Branch: perl
60023            + Changes5.8
60024            ! Changes MANIFEST